lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 1.77 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/wallet-minimal.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M17 14h.01', key: '7oqj8z' }],\n [\n 'path',\n {\n d: 'M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14',\n key: 'u1rqew',\n },\n ],\n];\n\n/**\n * @component @name WalletMinimal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/wallet-minimal\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 WalletMinimal = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"wallet-minimal\" />\n);\n\nexport default WalletMinimal;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AACF;AAaA,IAAM,gBAAgB,CAAC,UACrB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,iBAAiB;AAG7D,IAAO,yBAAQ;",
"names": []
}