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