lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.43 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/fish-symbol.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [['path', { d: 'M2 16s9-15 20-4C11 23 2 8 2 8', key: 'h4oh4o' }]];\n\n/**\n * @component @name FishSymbol\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/fish-symbol\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 FishSymbol = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"fish-symbol\" />\n);\n\nexport default FishSymbol;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB,CAAC,CAAC,QAAQ,EAAE,GAAG,iCAAiC,KAAK,SAAS,CAAC,CAAC;AAa3F,IAAM,aAAa,CAAC,UAClB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,cAAc;AAG1D,IAAO,sBAAQ;",
"names": []
}