1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 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 x: \"14\",\n y: \"3\",\n width: \"5\",\n height: \"18\",\n rx: \"1\",\n key: \"kaeet6\"\n}], [\"rect\", {\n x: \"5\",\n y: \"3\",\n width: \"5\",\n height: \"18\",\n rx: \"1\",\n key: \"1wsw3u\"\n}]];\nconst Pause = createLucideIcon(\"pause\", __iconNode);\nexport { __iconNode, Pause as default };","map":{"version":3,"names":["__iconNode","x","y","width","height","rx","key","Pause","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/pause.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { x: '14', y: '3', width: '5', height: '18', rx: '1', key: 'kaeet6' }],\n ['rect', { x: '5', y: '3', width: '5', height: '18', rx: '1', key: '1wsw3u' }],\n];\n\n/**\n * @component @name Pause\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pause\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 Pause = createLucideIcon('pause', __iconNode);\n\nexport default Pause;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC9E,CAAC,QAAQ;EAAEL,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,EAC/E;AAaA,MAAMC,KAAA,GAAQC,gBAAA,CAAiB,SAASR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |