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 = [[\"path\", {\n d: \"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5\",\n key: \"1p9q5i\"\n}], [\"path\", {\n d: \"M14 6a6 6 0 0 1 6 6v3\",\n key: \"1hnv84\"\n}], [\"path\", {\n d: \"M4 15v-3a6 6 0 0 1 6-6\",\n key: \"9ciidu\"\n}], [\"rect\", {\n x: \"2\",\n y: \"15\",\n width: \"20\",\n height: \"4\",\n rx: \"1\",\n key: \"g3x8cw\"\n}]];\nconst HardHat = createLucideIcon(\"hard-hat\", __iconNode);\nexport { __iconNode, HardHat as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","HardHat","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/hard-hat.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5', key: '1p9q5i' }],\n ['path', { d: 'M14 6a6 6 0 0 1 6 6v3', key: '1hnv84' }],\n ['path', { d: 'M4 15v-3a6 6 0 0 1 6-6', key: '9ciidu' }],\n ['rect', { x: '2', y: '15', width: '20', height: '4', rx: '1', key: 'g3x8cw' }],\n];\n\n/**\n * @component @name HardHat\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/hard-hat\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 HardHat = createLucideIcon('hard-hat', __iconNode);\n\nexport default HardHat;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4CC,GAAA,EAAK;AAAA,CAAU,GACzE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAyBC,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0BC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAMC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMM,OAAA,GAAUC,gBAAA,CAAiB,YAAYT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |