1 line
No EOL
2.9 KiB
JSON
1 line
No EOL
2.9 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 = [[\"path\", {\n d: \"M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4\",\n key: \"1d3kfm\"\n}], [\"path\", {\n d: \"M8 18v-7.7L16 9v7\",\n key: \"1oie6o\"\n}], [\"circle\", {\n cx: \"14\",\n cy: \"16\",\n r: \"2\",\n key: \"1bzzi3\"\n}], [\"circle\", {\n cx: \"6\",\n cy: \"18\",\n r: \"2\",\n key: \"1fncim\"\n}]];\nconst FileMusic = createLucideIcon(\"file-music\", __iconNode);\nexport { __iconNode, FileMusic as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","FileMusic","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/file-music.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4', key: '1d3kfm' }],\n ['path', { d: 'M8 18v-7.7L16 9v7', key: '1oie6o' }],\n ['circle', { cx: '14', cy: '16', r: '2', key: '1bzzi3' }],\n ['circle', { cx: '6', cy: '18', r: '2', key: '1fncim' }],\n];\n\n/**\n * @component @name FileMusic\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/file-music\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 FileMusic = createLucideIcon('file-music', __iconNode);\n\nexport default FileMusic;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAwDC,GAAA,EAAK;AAAA,CAAU,GACrF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqBC,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EACzD;AAaA,MAAMI,SAAA,GAAYC,gBAAA,CAAiB,cAAcP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |