lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.12 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/turtle.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'm12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z',\n key: '1lbbv7',\n },\n ],\n ['path', { d: 'M4.82 7.9 8 10', key: 'm9wose' }],\n ['path', { d: 'M15.18 7.9 12 10', key: 'p8dp2u' }],\n ['path', { d: 'M16.93 10H20a2 2 0 0 1 0 4H2', key: '12nsm7' }],\n];\n\n/**\n * @component @name Turtle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/turtle\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 Turtle = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"turtle\" />;\n\nexport default Turtle;\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,kBAAkB,KAAK,SAAS,CAAC;AAAA,EAC/C,CAAC,QAAQ,EAAE,GAAG,oBAAoB,KAAK,SAAS,CAAC;AAAA,EACjD,CAAC,QAAQ,EAAE,GAAG,gCAAgC,KAAK,SAAS,CAAC;AAC/D;AAaA,IAAM,SAAS,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,SAAS;AAE1F,IAAO,iBAAQ;",
"names": []
}