lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.96 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/rectangle-ellipsis.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '20', height: '12', x: '2', y: '6', rx: '2', key: '9lu3g6' }],\n ['path', { d: 'M12 12h.01', key: '1mp3jc' }],\n ['path', { d: 'M17 12h.01', key: '1m0b6t' }],\n ['path', { d: 'M7 12h.01', key: 'eqddd0' }],\n];\n\n/**\n * @component @name RectangleEllipsis\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/rectangle-ellipsis\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 RectangleEllipsis = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"rectangle-ellipsis\" />\n);\n\nexport default RectangleEllipsis;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,MAAM,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EAC9E,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAC5C;AAaA,IAAM,oBAAoB,CAAC,UACzB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,qBAAqB;AAGjE,IAAO,6BAAQ;",
"names": []
}