lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.87 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/rows-4.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '18', height: '18', x: '3', y: '3', rx: '2', key: 'afitv7' }],\n ['path', { d: 'M21 7.5H3', key: '1hm9pq' }],\n ['path', { d: 'M21 12H3', key: '2avoz0' }],\n ['path', { d: 'M21 16.5H3', key: 'n7jzkj' }],\n];\n\n/**\n * @component @name Rows4\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/rows-4\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 Rows4 = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"rows-4\" />;\n\nexport default Rows4;\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,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAC7C;AAaA,IAAM,QAAQ,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,SAAS;AAEzF,IAAO,iBAAQ;",
"names": []
}