lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.99 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/ampersands.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5',\n key: '12lh1k',\n },\n ],\n [\n 'path',\n {\n d: 'M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5',\n key: '173c68',\n },\n ],\n];\n\n/**\n * @component @name Ampersands\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/ampersands\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 Ampersands = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"ampersands\" />\n);\n\nexport default Ampersands;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AAAA,EACA;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AACF;AAaA,IAAM,aAAa,CAAC,UAClB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,aAAa;AAGzD,IAAO,qBAAQ;",
"names": []
}