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 BarChartHorizontal = createLucideIcon(\"BarChartHorizontal\", [[\"path\", {\n d: \"M3 3v18h18\",\n key: \"1s2lah\"\n}], [\"path\", {\n d: \"M7 16h8\",\n key: \"srdodz\"\n}], [\"path\", {\n d: \"M7 11h12\",\n key: \"127s9w\"\n}], [\"path\", {\n d: \"M7 6h3\",\n key: \"w9rmul\"\n}]]);\nexport { BarChartHorizontal as default };","map":{"version":3,"names":["BarChartHorizontal","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/bar-chart-horizontal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name BarChartHorizontal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bar-chart-horizontal\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 BarChartHorizontal = createLucideIcon('BarChartHorizontal', [\n ['path', { d: 'M3 3v18h18', key: '1s2lah' }],\n ['path', { d: 'M7 16h8', key: 'srdodz' }],\n ['path', { d: 'M7 11h12', key: '127s9w' }],\n ['path', { d: 'M7 6h3', key: 'w9rmul' }],\n]);\n\nexport default BarChartHorizontal;\n"],"mappings":";;;;;AAaM,MAAAA,kBAAA,GAAqBC,gBAAA,CAAiB,oBAAsB,GAChE,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,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,QAAU;EAAAC,GAAA,EAAK;AAAA,CAAU,EACxC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |