lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.38 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/scissors-line-dashed.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M5.42 9.42 8 12', key: '12pkuq' }],\n ['circle', { cx: '4', cy: '8', r: '2', key: '107mxr' }],\n ['path', { d: 'm14 6-8.58 8.58', key: 'gvzu5l' }],\n ['circle', { cx: '4', cy: '16', r: '2', key: '1ehqvc' }],\n ['path', { d: 'M10.8 14.8 14 18', key: 'ax7m9r' }],\n ['path', { d: 'M16 12h-2', key: '10asgb' }],\n ['path', { d: 'M22 12h-2', key: '14jgyd' }],\n];\n\n/**\n * @component @name ScissorsLineDashed\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/scissors-line-dashed\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 ScissorsLineDashed = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"scissors-line-dashed\" />\n);\n\nexport default ScissorsLineDashed;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,mBAAmB,KAAK,SAAS,CAAC;AAAA,EAChD,CAAC,UAAU,EAAE,IAAI,KAAK,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACtD,CAAC,QAAQ,EAAE,GAAG,mBAAmB,KAAK,SAAS,CAAC;AAAA,EAChD,CAAC,UAAU,EAAE,IAAI,KAAK,IAAI,MAAM,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACvD,CAAC,QAAQ,EAAE,GAAG,oBAAoB,KAAK,SAAS,CAAC;AAAA,EACjD,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAC5C;AAaA,IAAM,qBAAqB,CAAC,UAC1B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,uBAAuB;AAGnE,IAAO,+BAAQ;",
"names": []
}