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 8 4-4 4 4\",\n key: \"11wl7u\"\n}], [\"path\", {\n d: \"M7 4v16\",\n key: \"1glfcx\"\n}], [\"path\", {\n d: \"M20 8h-5\",\n key: \"1vsyxs\"\n}], [\"path\", {\n d: \"M15 10V6.5a2.5 2.5 0 0 1 5 0V10\",\n key: \"ag13bf\"\n}], [\"path\", {\n d: \"M15 14h5l-5 6h5\",\n key: \"ur5jdg\"\n}]];\nconst ArrowUpAZ = createLucideIcon(\"arrow-up-a-z\", __iconNode);\nexport { __iconNode, ArrowUpAZ as default };","map":{"version":3,"names":["__iconNode","d","key","ArrowUpAZ","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/arrow-up-a-z.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm3 8 4-4 4 4', key: '11wl7u' }],\n ['path', { d: 'M7 4v16', key: '1glfcx' }],\n ['path', { d: 'M20 8h-5', key: '1vsyxs' }],\n ['path', { d: 'M15 10V6.5a2.5 2.5 0 0 1 5 0V10', key: 'ag13bf' }],\n ['path', { d: 'M15 14h5l-5 6h5', key: 'ur5jdg' }],\n];\n\n/**\n * @component @name ArrowUpAZ\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-up-a-z\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 ArrowUpAZ = createLucideIcon('arrow-up-a-z', __iconNode);\n\nexport default ArrowUpAZ;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAgBC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmCC,GAAA,EAAK;AAAA,CAAU,GAChE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmBC,GAAA,EAAK;AAAA,CAAU,EAClD;AAaA,MAAMC,SAAA,GAAYC,gBAAA,CAAiB,gBAAgBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |