1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 KiB
JSON
{"ast":null,"code":"/**\n * @license lucide-react v0.544.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\nconst __iconNode = [[\"circle\", {\n cx: \"7\",\n cy: \"7\",\n r: \"5\",\n key: \"x29byf\"\n}], [\"circle\", {\n cx: \"17\",\n cy: \"17\",\n r: \"5\",\n key: \"1op1d2\"\n}], [\"path\", {\n d: \"M12 17h10\",\n key: \"ls21zv\"\n}], [\"path\", {\n d: \"m3.46 10.54 7.08-7.08\",\n key: \"1rehiu\"\n}]];\nconst Tablets = createLucideIcon(\"tablets\", __iconNode);\nexport { __iconNode, Tablets as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","Tablets","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/tablets.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '7', cy: '7', r: '5', key: 'x29byf' }],\n ['circle', { cx: '17', cy: '17', r: '5', key: '1op1d2' }],\n ['path', { d: 'M12 17h10', key: 'ls21zv' }],\n ['path', { d: 'm3.46 10.54 7.08-7.08', key: '1rehiu' }],\n];\n\n/**\n * @component @name Tablets\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/tablets\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Tablets = createLucideIcon('tablets', __iconNode);\n\nexport default Tablets;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaD,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAyBD,GAAA,EAAK;AAAA,CAAU,EACxD;AAaA,MAAME,OAAA,GAAUC,gBAAA,CAAiB,WAAWP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |