1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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 = [[\"circle\", {\n cx: \"12\",\n cy: \"13\",\n r: \"8\",\n key: \"3y4lt7\"\n}], [\"path\", {\n d: \"M12 9v4l2 2\",\n key: \"1c63tq\"\n}], [\"path\", {\n d: \"M5 3 2 6\",\n key: \"18tl5t\"\n}], [\"path\", {\n d: \"m22 6-3-3\",\n key: \"1opdir\"\n}], [\"path\", {\n d: \"M6.38 18.7 4 21\",\n key: \"17xu3x\"\n}], [\"path\", {\n d: \"M17.64 18.67 20 21\",\n key: \"kv2oe2\"\n}]];\nconst AlarmClock = createLucideIcon(\"alarm-clock\", __iconNode);\nexport { __iconNode, AlarmClock as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","AlarmClock","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/alarm-clock.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '12', cy: '13', r: '8', key: '3y4lt7' }],\n ['path', { d: 'M12 9v4l2 2', key: '1c63tq' }],\n ['path', { d: 'M5 3 2 6', key: '18tl5t' }],\n ['path', { d: 'm22 6-3-3', key: '1opdir' }],\n ['path', { d: 'M6.38 18.7 4 21', key: '17xu3x' }],\n ['path', { d: 'M17.64 18.67 20 21', key: 'kv2oe2' }],\n];\n\n/**\n * @component @name AlarmClock\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/alarm-clock\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 AlarmClock = createLucideIcon('alarm-clock', __iconNode);\n\nexport default AlarmClock;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAeD,GAAA,EAAK;AAAA,CAAU,GAC5C,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;EAAmBD,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAsBD,GAAA,EAAK;AAAA,CAAU,EACrD;AAaA,MAAME,UAAA,GAAaC,gBAAA,CAAiB,eAAeP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |