1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Paintbrush2 = createLucideIcon(\"Paintbrush2\", [[\"path\", {\n d: \"M14 19.9V16h3a2 2 0 0 0 2-2v-2H5v2c0 1.1.9 2 2 2h3v3.9a2 2 0 1 0 4 0Z\",\n key: \"1c8kta\"\n}], [\"path\", {\n d: \"M6 12V2h12v10\",\n key: \"1esbnf\"\n}], [\"path\", {\n d: \"M14 2v4\",\n key: \"qmzblu\"\n}], [\"path\", {\n d: \"M10 2v2\",\n key: \"7u0qdc\"\n}]]);\nexport { Paintbrush2 as default };","map":{"version":3,"names":["Paintbrush2","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/paintbrush-2.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Paintbrush2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/paintbrush-2\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 Paintbrush2 = createLucideIcon('Paintbrush2', [\n [\n 'path',\n {\n d: 'M14 19.9V16h3a2 2 0 0 0 2-2v-2H5v2c0 1.1.9 2 2 2h3v3.9a2 2 0 1 0 4 0Z',\n key: '1c8kta',\n },\n ],\n ['path', { d: 'M6 12V2h12v10', key: '1esbnf' }],\n ['path', { d: 'M14 2v4', key: 'qmzblu' }],\n ['path', { d: 'M10 2v2', key: '7u0qdc' }],\n]);\n\nexport default Paintbrush2;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |