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: \"6\",\n height: \"14\",\n x: \"2\",\n y: \"5\",\n rx: \"2\",\n key: \"dy24zr\"\n}], [\"rect\", {\n width: \"6\",\n height: \"10\",\n x: \"16\",\n y: \"7\",\n rx: \"2\",\n key: \"13zkjt\"\n}], [\"path\", {\n d: \"M12 2v20\",\n key: \"t6zp3m\"\n}]];\nconst AlignHorizontalJustifyCenter = createLucideIcon(\"align-horizontal-justify-center\", __iconNode);\nexport { __iconNode, AlignHorizontalJustifyCenter as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","d","AlignHorizontalJustifyCenter","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/align-horizontal-justify-center.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '6', height: '14', x: '2', y: '5', rx: '2', key: 'dy24zr' }],\n ['rect', { width: '6', height: '10', x: '16', y: '7', rx: '2', key: '13zkjt' }],\n ['path', { d: 'M12 2v20', key: 't6zp3m' }],\n];\n\n/**\n * @component @name AlignHorizontalJustifyCenter\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/align-horizontal-justify-center\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 AlignHorizontalJustifyCenter = createLucideIcon(\n 'align-horizontal-justify-center',\n __iconNode,\n);\n\nexport default AlignHorizontalJustifyCenter;\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;EAAEL,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC9E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYD,GAAA,EAAK;AAAA,CAAU,EAC3C;AAaA,MAAME,4BAAA,GAA+BC,gBAAA,CACnC,mCACAT,UACF","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |