1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Banknote = createLucideIcon(\"Banknote\", [[\"rect\", {\n width: \"20\",\n height: \"12\",\n x: \"2\",\n y: \"6\",\n rx: \"2\",\n key: \"9lu3g6\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"2\",\n key: \"1c9p78\"\n}], [\"path\", {\n d: \"M6 12h.01M18 12h.01\",\n key: \"113zkx\"\n}]]);\nexport { Banknote as default };","map":{"version":3,"names":["Banknote","createLucideIcon","width","height","x","y","rx","key","cx","cy","r","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/banknote.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Banknote\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/banknote\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 Banknote = createLucideIcon('Banknote', [\n [\n 'rect',\n { width: '20', height: '12', x: '2', y: '6', rx: '2', key: '9lu3g6' },\n ],\n ['circle', { cx: '12', cy: '12', r: '2', key: '1c9p78' }],\n ['path', { d: 'M6 12h.01M18 12h.01', key: '113zkx' }],\n]);\n\nexport default Banknote;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAEI,CAAA,EAAG,qBAAuB;EAAAJ,GAAA,EAAK;AAAA,CAAU,EACrD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |