1 line
No EOL
3.3 KiB
JSON
1 line
No EOL
3.3 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 = [[\"line\", {\n x1: \"22\",\n x2: \"2\",\n y1: \"12\",\n y2: \"12\",\n key: \"1y58io\"\n}], [\"path\", {\n d: \"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\",\n key: \"oot6mr\"\n}], [\"line\", {\n x1: \"6\",\n x2: \"6.01\",\n y1: \"16\",\n y2: \"16\",\n key: \"sgf278\"\n}], [\"line\", {\n x1: \"10\",\n x2: \"10.01\",\n y1: \"16\",\n y2: \"16\",\n key: \"1l4acy\"\n}]];\nconst HardDrive = createLucideIcon(\"hard-drive\", __iconNode);\nexport { __iconNode, HardDrive as default };","map":{"version":3,"names":["__iconNode","x1","x2","y1","y2","key","d","HardDrive","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/hard-drive.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['line', { x1: '22', x2: '2', y1: '12', y2: '12', key: '1y58io' }],\n [\n 'path',\n {\n d: 'M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z',\n key: 'oot6mr',\n },\n ],\n ['line', { x1: '6', x2: '6.01', y1: '16', y2: '16', key: 'sgf278' }],\n ['line', { x1: '10', x2: '10.01', y1: '16', y2: '16', key: '1l4acy' }],\n];\n\n/**\n * @component @name HardDrive\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/hard-drive\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 HardDrive = createLucideIcon('hard-drive', __iconNode);\n\nexport default HardDrive;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,GACjE,CACE,QACA;EACEC,CAAA,EAAG;EACHD,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAEJ,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,GACnE,CAAC,QAAQ;EAAEJ,EAAA,EAAI;EAAMC,EAAA,EAAI;EAASC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,EACvE;AAaA,MAAME,SAAA,GAAYC,gBAAA,CAAiB,cAAcR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |