lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 1.71 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/turkish-lira.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M15 4 5 9', key: '14bkc9' }],\n ['path', { d: 'm15 8.5-10 5', key: '1grtsx' }],\n ['path', { d: 'M18 12a9 9 0 0 1-9 9V3', key: '1sst7f' }],\n];\n\n/**\n * @component @name TurkishLira\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/turkish-lira\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 TurkishLira = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"turkish-lira\" />\n);\n\nexport default TurkishLira;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,gBAAgB,KAAK,SAAS,CAAC;AAAA,EAC7C,CAAC,QAAQ,EAAE,GAAG,0BAA0B,KAAK,SAAS,CAAC;AACzD;AAaA,IAAM,cAAc,CAAC,UACnB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,eAAe;AAG3D,IAAO,uBAAQ;",
"names": []
}