1 line
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst BarChartBig = createLucideIcon(\"BarChartBig\", [[\"path\", {\n d: \"M3 3v18h18\",\n key: \"1s2lah\"\n}], [\"rect\", {\n width: \"4\",\n height: \"7\",\n x: \"7\",\n y: \"10\",\n rx: \"1\",\n key: \"14u6mf\"\n}], [\"rect\", {\n width: \"4\",\n height: \"12\",\n x: \"15\",\n y: \"5\",\n rx: \"1\",\n key: \"b3pek6\"\n}]]);\nexport { BarChartBig as default };","map":{"version":3,"names":["BarChartBig","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/bar-chart-big.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name BarChartBig\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bar-chart-big\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 BarChartBig = createLucideIcon('BarChartBig', [\n ['path', { d: 'M3 3v18h18', key: '1s2lah' }],\n [\n 'rect',\n { width: '4', height: '7', x: '7', y: '10', rx: '1', key: '14u6mf' },\n ],\n [\n 'rect',\n { width: '4', height: '12', x: '15', y: '5', rx: '1', key: 'b3pek6' },\n ],\n]);\n\nexport default BarChartBig;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CAAC,MAAQ;EAAEC,CAAA,EAAG,YAAc;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC3C,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACrE,EACA,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |