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/receipt-russian-ruble.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n { d: 'M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z', key: 'q3az6g' },\n ],\n ['path', { d: 'M8 15h5', key: 'vxg57a' }],\n ['path', { d: 'M8 11h5a2 2 0 1 0 0-4h-3v10', key: '1usi5u' }],\n];\n\n/**\n * @component @name ReceiptRussianRuble\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/receipt-russian-ruble\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 ReceiptRussianRuble = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"receipt-russian-ruble\" />\n);\n\nexport default ReceiptRussianRuble;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA,EAAE,GAAG,2EAA2E,KAAK,SAAS;AAAA,EAChG;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,+BAA+B,KAAK,SAAS,CAAC;AAC9D;AAaA,IAAM,sBAAsB,CAAC,UAC3B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,wBAAwB;AAGpE,IAAO,gCAAQ;",
"names": []
}