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 = [[\"rect\", {\n width: \"7\",\n height: \"13\",\n x: \"3\",\n y: \"8\",\n rx: \"1\",\n key: \"1fjrkv\"\n}], [\"path\", {\n d: \"m15 2-3 3-3-3\",\n key: \"1uh6eb\"\n}], [\"rect\", {\n width: \"7\",\n height: \"13\",\n x: \"14\",\n y: \"8\",\n rx: \"1\",\n key: \"w3fjg8\"\n}]];\nconst BetweenVerticalStart = createLucideIcon(\"between-vertical-start\", __iconNode);\nexport { __iconNode, BetweenVerticalStart as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","d","BetweenVerticalStart","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/between-vertical-start.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '7', height: '13', x: '3', y: '8', rx: '1', key: '1fjrkv' }],\n ['path', { d: 'm15 2-3 3-3-3', key: '1uh6eb' }],\n ['rect', { width: '7', height: '13', x: '14', y: '8', rx: '1', key: 'w3fjg8' }],\n];\n\n/**\n * @component @name BetweenVerticalStart\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/between-vertical-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 BetweenVerticalStart = createLucideIcon('between-vertical-start', __iconNode);\n\nexport default BetweenVerticalStart;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC7E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAiBD,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAEL,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAME,oBAAA,GAAuBC,gBAAA,CAAiB,0BAA0BT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |