1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 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: \"M16 5H3\",\n key: \"m91uny\"\n}], [\"path\", {\n d: \"M11 12H3\",\n key: \"51ecnj\"\n}], [\"path\", {\n d: \"M11 19H3\",\n key: \"zflm78\"\n}], [\"path\", {\n d: \"M21 16V5\",\n key: \"yxg4q8\"\n}], [\"circle\", {\n cx: \"18\",\n cy: \"16\",\n r: \"3\",\n key: \"1hluhg\"\n}]];\nconst ListMusic = createLucideIcon(\"list-music\", __iconNode);\nexport { __iconNode, ListMusic as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","ListMusic","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/list-music.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M16 5H3', key: 'm91uny' }],\n ['path', { d: 'M11 12H3', key: '51ecnj' }],\n ['path', { d: 'M11 19H3', key: 'zflm78' }],\n ['path', { d: 'M21 16V5', key: 'yxg4q8' }],\n ['circle', { cx: '18', cy: '16', r: '3', key: '1hluhg' }],\n];\n\n/**\n * @component @name ListMusic\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/list-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 ListMusic = createLucideIcon('list-music', __iconNode);\n\nexport default ListMusic;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMI,SAAA,GAAYC,gBAAA,CAAiB,cAAcP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |