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: \"M3 5h6\",\n key: \"1ltk0q\"\n}], [\"path\", {\n d: \"M3 12h13\",\n key: \"ppymz1\"\n}], [\"path\", {\n d: \"M3 19h13\",\n key: \"bpdczq\"\n}], [\"path\", {\n d: \"m16 8-3-3 3-3\",\n key: \"1pjpp6\"\n}], [\"path\", {\n d: \"M21 19V7a2 2 0 0 0-2-2h-6\",\n key: \"4zzq67\"\n}]];\nconst ListStart = createLucideIcon(\"list-start\", __iconNode);\nexport { __iconNode, ListStart as default };","map":{"version":3,"names":["__iconNode","d","key","ListStart","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/list-start.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M3 5h6', key: '1ltk0q' }],\n ['path', { d: 'M3 12h13', key: 'ppymz1' }],\n ['path', { d: 'M3 19h13', key: 'bpdczq' }],\n ['path', { d: 'm16 8-3-3 3-3', key: '1pjpp6' }],\n ['path', { d: 'M21 19V7a2 2 0 0 0-2-2h-6', key: '4zzq67' }],\n];\n\n/**\n * @component @name ListStart\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/list-start\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 ListStart = createLucideIcon('list-start', __iconNode);\n\nexport default ListStart;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAUC,GAAA,EAAK;AAAA,CAAU,GACvC,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;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,EAC5D;AAaA,MAAMC,SAAA,GAAYC,gBAAA,CAAiB,cAAcJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |