1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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: \"14\",\n height: \"6\",\n x: \"5\",\n y: \"15\",\n rx: \"2\",\n key: \"1w91an\"\n}], [\"rect\", {\n width: \"10\",\n height: \"6\",\n x: \"7\",\n y: \"3\",\n rx: \"2\",\n key: \"17wqzy\"\n}], [\"path\", {\n d: \"M2 21h20\",\n key: \"1nyx9w\"\n}], [\"path\", {\n d: \"M2 3h20\",\n key: \"91anmk\"\n}]];\nconst AlignVerticalSpaceBetween = createLucideIcon(\"align-vertical-space-between\", __iconNode);\nexport { __iconNode, AlignVerticalSpaceBetween as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","d","AlignVerticalSpaceBetween","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/align-vertical-space-between.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '14', height: '6', x: '5', y: '15', rx: '2', key: '1w91an' }],\n ['rect', { width: '10', height: '6', x: '7', y: '3', rx: '2', key: '17wqzy' }],\n ['path', { d: 'M2 21h20', key: '1nyx9w' }],\n ['path', { d: 'M2 3h20', key: '91anmk' }],\n];\n\n/**\n * @component @name AlignVerticalSpaceBetween\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/align-vertical-space-between\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 AlignVerticalSpaceBetween = createLucideIcon('align-vertical-space-between', __iconNode);\n\nexport default AlignVerticalSpaceBetween;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAMC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC9E,CAAC,QAAQ;EAAEL,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;EAAYD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAWD,GAAA,EAAK;AAAA,CAAU,EAC1C;AAaA,MAAME,yBAAA,GAA4BC,gBAAA,CAAiB,gCAAgCT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |