lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.86 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/wallet.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1',\n key: '18etb6',\n },\n ],\n ['path', { d: 'M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4', key: 'xoc0q4' }],\n];\n\n/**\n * @component @name Wallet\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/wallet\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 Wallet = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"wallet\" />;\n\nexport default Wallet;\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,CAAC,QAAQ,EAAE,GAAG,6CAA6C,KAAK,SAAS,CAAC;AAC5E;AAaA,IAAM,SAAS,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,SAAS;AAE1F,IAAO,iBAAQ;",
"names": []
}