lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.97 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/between-horizontal-end.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '13', height: '7', x: '3', y: '3', rx: '1', key: '11xb64' }],\n ['path', { d: 'm22 15-3-3 3-3', key: '26chmm' }],\n ['rect', { width: '13', height: '7', x: '3', y: '14', rx: '1', key: 'k6ky7n' }],\n];\n\n/**\n * @component @name BetweenHorizontalEnd\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/between-horizontal-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 BetweenHorizontalEnd = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"between-horizontal-end\" />\n);\n\nexport default BetweenHorizontalEnd;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,KAAK,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EAC7E,CAAC,QAAQ,EAAE,GAAG,kBAAkB,KAAK,SAAS,CAAC;AAAA,EAC/C,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,KAAK,GAAG,KAAK,GAAG,MAAM,IAAI,KAAK,KAAK,SAAS,CAAC;AAChF;AAaA,IAAM,uBAAuB,CAAC,UAC5B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,yBAAyB;AAGrE,IAAO,iCAAQ;",
"names": []
}