lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.94 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/lasso.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M7 22a5 5 0 0 1-2-4', key: 'umushi' }],\n [\n 'path',\n {\n d: 'M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1',\n key: '146dds',\n },\n ],\n ['path', { d: 'M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z', key: 'bq3ynw' }],\n];\n\n/**\n * @component @name Lasso\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/lasso\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 Lasso = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"lasso\" />;\n\nexport default Lasso;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,uBAAuB,KAAK,SAAS,CAAC;AAAA,EACpD;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,sCAAsC,KAAK,SAAS,CAAC;AACrE;AAaA,IAAM,QAAQ,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,QAAQ;AAExF,IAAO,gBAAQ;",
"names": []
}