lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.16 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/badge-russian-ruble.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z',\n key: '3c2336',\n },\n ],\n ['path', { d: 'M9 16h5', key: '1syiyw' }],\n ['path', { d: 'M9 12h5a2 2 0 1 0 0-4h-3v9', key: '1ge9c1' }],\n];\n\n/**\n * @component @name BadgeRussianRuble\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/badge-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 BadgeRussianRuble = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"badge-russian-ruble\" />\n);\n\nexport default BadgeRussianRuble;\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,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,8BAA8B,KAAK,SAAS,CAAC;AAC7D;AAaA,IAAM,oBAAoB,CAAC,UACzB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,sBAAsB;AAGlE,IAAO,8BAAQ;",
"names": []
}