1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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: \"6\",\n cy: \"12\",\n r: \"4\",\n key: \"1ehtga\"\n}], [\"circle\", {\n cx: \"18\",\n cy: \"12\",\n r: \"4\",\n key: \"4vafl8\"\n}], [\"line\", {\n x1: \"6\",\n x2: \"18\",\n y1: \"16\",\n y2: \"16\",\n key: \"pmt8us\"\n}]];\nconst Voicemail = createLucideIcon(\"voicemail\", __iconNode);\nexport { __iconNode, Voicemail as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","x1","x2","y1","y2","Voicemail","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/voicemail.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '6', cy: '12', r: '4', key: '1ehtga' }],\n ['circle', { cx: '18', cy: '12', r: '4', key: '4vafl8' }],\n ['line', { x1: '6', x2: '18', y1: '16', y2: '16', key: 'pmt8us' }],\n];\n\n/**\n * @component @name Voicemail\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/voicemail\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 Voicemail = createLucideIcon('voicemail', __iconNode);\n\nexport default Voicemail;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,EACnE;AAaA,MAAMK,SAAA,GAAYC,gBAAA,CAAiB,aAAaV,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |