lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.82 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/gallery-vertical-end.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M7 2h10', key: 'nczekb' }],\n ['path', { d: 'M5 6h14', key: 'u2x4p' }],\n ['rect', { width: '18', height: '12', x: '3', y: '10', rx: '2', key: 'l0tzu3' }],\n];\n\n/**\n * @component @name GalleryVerticalEnd\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/gallery-vertical-end\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 GalleryVerticalEnd = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"gallery-vertical-end\" />\n);\n\nexport default GalleryVerticalEnd;\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,QAAQ,CAAC;AAAA,EACvC,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,MAAM,GAAG,KAAK,GAAG,MAAM,IAAI,KAAK,KAAK,SAAS,CAAC;AACjF;AAaA,IAAM,qBAAqB,CAAC,UAC1B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,uBAAuB;AAGnE,IAAO,+BAAQ;",
"names": []
}