lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.23 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/paintbrush-vertical.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M10 2v2', key: '7u0qdc' }],\n ['path', { d: 'M14 2v4', key: 'qmzblu' }],\n ['path', { d: 'M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z', key: 'ycvu00' }],\n [\n 'path',\n {\n d: 'M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1',\n key: 'iw4wnp',\n },\n ],\n];\n\n/**\n * @component @name PaintbrushVertical\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/paintbrush-vertical\n * @see https://lucide.dev/guide/packages/lucide-solid - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst PaintbrushVertical = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"paintbrush-vertical\" />\n);\n\nexport default PaintbrushVertical;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,4CAA4C,KAAK,SAAS,CAAC;AAAA,EACzE;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AACF;AAaA,IAAM,qBAAqB,CAAC,UAC1B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,sBAAsB;AAGlE,IAAO,8BAAQ;",
"names": []
}