1 line
3.2 KiB
JSON
1 line
3.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst BoomBox = createLucideIcon(\"BoomBox\", [[\"path\", {\n d: \"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4\",\n key: \"vvzvr1\"\n}], [\"path\", {\n d: \"M8 8v1\",\n key: \"xcqmfk\"\n}], [\"path\", {\n d: \"M12 8v1\",\n key: \"1rj8u4\"\n}], [\"path\", {\n d: \"M16 8v1\",\n key: \"1q12zr\"\n}], [\"rect\", {\n width: \"20\",\n height: \"12\",\n x: \"2\",\n y: \"9\",\n rx: \"2\",\n key: \"igpb89\"\n}], [\"circle\", {\n cx: \"8\",\n cy: \"15\",\n r: \"2\",\n key: \"fa4a8s\"\n}], [\"circle\", {\n cx: \"16\",\n cy: \"15\",\n r: \"2\",\n key: \"14c3ya\"\n}]]);\nexport { BoomBox as default };","map":{"version":3,"names":["BoomBox","createLucideIcon","d","key","width","height","x","y","rx","cx","cy","r"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/boom-box.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name BoomBox\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/boom-box\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 BoomBox = createLucideIcon('BoomBox', [\n ['path', { d: 'M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4', key: 'vvzvr1' }],\n ['path', { d: 'M8 8v1', key: 'xcqmfk' }],\n ['path', { d: 'M12 8v1', key: '1rj8u4' }],\n ['path', { d: 'M16 8v1', key: '1q12zr' }],\n [\n 'rect',\n { width: '20', height: '12', x: '2', y: '9', rx: '2', key: 'igpb89' },\n ],\n ['circle', { cx: '8', cy: '15', r: '2', key: 'fa4a8s' }],\n ['circle', { cx: '16', cy: '15', r: '2', key: '14c3ya' }],\n]);\n\nexport default BoomBox;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,yCAA2C;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxE,CAAC,MAAQ;EAAED,CAAA,EAAG,QAAU;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,QAAU;EAAEM,EAAI;EAAKC,EAAI;EAAMC,CAAG;EAAKR,GAAK;AAAA,CAAU,GACvD,CAAC,QAAU;EAAEM,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKR,GAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |