1 line
No EOL
3 KiB
JSON
1 line
No EOL
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 = [[\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n ry: \"2\",\n key: \"1m3agn\"\n}], [\"path\", {\n d: \"M16 8h.01\",\n key: \"cr5u4v\"\n}], [\"path\", {\n d: \"M8 8h.01\",\n key: \"1e4136\"\n}], [\"path\", {\n d: \"M8 16h.01\",\n key: \"18s6g9\"\n}], [\"path\", {\n d: \"M16 16h.01\",\n key: \"1f9h7w\"\n}]];\nconst Dice4 = createLucideIcon(\"dice-4\", __iconNode);\nexport { __iconNode, Dice4 as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","ry","key","d","Dice4","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/dice-4.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '18', height: '18', x: '3', y: '3', rx: '2', ry: '2', key: '1m3agn' }],\n ['path', { d: 'M16 8h.01', key: 'cr5u4v' }],\n ['path', { d: 'M8 8h.01', key: '1e4136' }],\n ['path', { d: 'M8 16h.01', key: '18s6g9' }],\n ['path', { d: 'M16 16h.01', key: '1f9h7w' }],\n];\n\n/**\n * @component @name Dice4\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/dice-4\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 Dice4 = createLucideIcon('dice-4', __iconNode);\n\nexport default Dice4;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvF,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaD,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaD,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcD,GAAA,EAAK;AAAA,CAAU,EAC7C;AAaA,MAAME,KAAA,GAAQC,gBAAA,CAAiB,UAAUV,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |