1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst SwissFranc = createLucideIcon(\"SwissFranc\", [[\"path\", {\n d: \"M10 21V3h8\",\n key: \"br2l0g\"\n}], [\"path\", {\n d: \"M6 16h9\",\n key: \"2py0wn\"\n}], [\"path\", {\n d: \"M10 9.5h7\",\n key: \"13dmhz\"\n}]]);\nexport { SwissFranc as default };","map":{"version":3,"names":["SwissFranc","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/swiss-franc.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name SwissFranc\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/swiss-franc\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 SwissFranc = createLucideIcon('SwissFranc', [\n ['path', { d: 'M10 21V3h8', key: 'br2l0g' }],\n ['path', { d: 'M6 16h9', key: '2py0wn' }],\n ['path', { d: 'M10 9.5h7', key: '13dmhz' }],\n]);\n\nexport default SwissFranc;\n"],"mappings":";;;;;AAaM,MAAAA,UAAA,GAAaC,gBAAA,CAAiB,YAAc,GAChD,CAAC,MAAQ;EAAEC,CAAA,EAAG,YAAc;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |