lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.94 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/square-split-horizontal.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3', key: 'lubmu8' }],\n ['path', { d: 'M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3', key: '1ag34g' }],\n ['line', { x1: '12', x2: '12', y1: '4', y2: '20', key: '1tx1rr' }],\n];\n\n/**\n * @component @name SquareSplitHorizontal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-split-horizontal\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 SquareSplitHorizontal = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"square-split-horizontal\" />\n);\n\nexport default SquareSplitHorizontal;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,wCAAwC,KAAK,SAAS,CAAC;AAAA,EACrE,CAAC,QAAQ,EAAE,GAAG,yCAAyC,KAAK,SAAS,CAAC;AAAA,EACtE,CAAC,QAAQ,EAAE,IAAI,MAAM,IAAI,MAAM,IAAI,KAAK,IAAI,MAAM,KAAK,SAAS,CAAC;AACnE;AAaA,IAAM,wBAAwB,CAAC,UAC7B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,0BAA0B;AAGtE,IAAO,kCAAQ;",
"names": []
}