1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 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: \"M10 9H4L2 7l2-2h6\",\n key: \"1hq7x2\"\n}], [\"path\", {\n d: \"M14 5h6l2 2-2 2h-6\",\n key: \"bv62ej\"\n}], [\"path\", {\n d: \"M10 22V4a2 2 0 1 1 4 0v18\",\n key: \"eqpcf2\"\n}], [\"path\", {\n d: \"M8 22h8\",\n key: \"rmew8v\"\n}]];\nconst SignpostBig = createLucideIcon(\"signpost-big\", __iconNode);\nexport { __iconNode, SignpostBig as default };","map":{"version":3,"names":["__iconNode","d","key","SignpostBig","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/signpost-big.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 9H4L2 7l2-2h6', key: '1hq7x2' }],\n ['path', { d: 'M14 5h6l2 2-2 2h-6', key: 'bv62ej' }],\n ['path', { d: 'M10 22V4a2 2 0 1 1 4 0v18', key: 'eqpcf2' }],\n ['path', { d: 'M8 22h8', key: 'rmew8v' }],\n];\n\n/**\n * @component @name SignpostBig\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/signpost-big\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 SignpostBig = createLucideIcon('signpost-big', __iconNode);\n\nexport default SignpostBig;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAqBC,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAsBC,GAAA,EAAK;AAAA,CAAU,GACnD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,EAC1C;AAaA,MAAMC,WAAA,GAAcC,gBAAA,CAAiB,gBAAgBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |