1 line
2.9 KiB
JSON
1 line
2.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst AlarmPlus = createLucideIcon(\"AlarmPlus\", [[\"circle\", {\n cx: \"12\",\n cy: \"13\",\n r: \"8\",\n key: \"3y4lt7\"\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}], [\"path\", {\n d: \"M12 10v6\",\n key: \"1bos4e\"\n}], [\"path\", {\n d: \"M9 13h6\",\n key: \"1uhe8q\"\n}]]);\nexport { AlarmPlus as default };","map":{"version":3,"names":["AlarmPlus","createLucideIcon","cx","cy","r","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/alarm-plus.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name AlarmPlus\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/alarm-plus\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 AlarmPlus = createLucideIcon('AlarmPlus', [\n ['circle', { cx: '12', cy: '13', r: '8', key: '3y4lt7' }],\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 ['path', { d: 'M12 10v6', key: '1bos4e' }],\n ['path', { d: 'M9 13h6', key: '1uhe8q' }],\n]);\n\nexport default AlarmPlus;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAEC,CAAA,EAAG,WAAa;EAAAD,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,iBAAmB;EAAAD,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,MAAQ;EAAEC,CAAA,EAAG,oBAAsB;EAAAD,GAAA,EAAK;AAAA,CAAU,GACnD,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |