lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.58 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/russian-ruble.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M6 11h8a4 4 0 0 0 0-8H9v18', key: '18ai8t' }],\n ['path', { d: 'M6 15h8', key: '1y8f6l' }],\n];\n\n/**\n * @component @name RussianRuble\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/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 RussianRuble = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"russian-ruble\" />\n);\n\nexport default RussianRuble;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,8BAA8B,KAAK,SAAS,CAAC;AAAA,EAC3D,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAC1C;AAaA,IAAM,eAAe,CAAC,UACpB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,gBAAgB;AAG5D,IAAO,wBAAQ;",
"names": []
}