lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.34 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/dices.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '12', height: '12', x: '2', y: '10', rx: '2', ry: '2', key: '6agr2n' }],\n [\n 'path',\n { d: 'm17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6', key: '1o487t' },\n ],\n ['path', { d: 'M6 18h.01', key: 'uhywen' }],\n ['path', { d: 'M10 14h.01', key: 'ssrbsk' }],\n ['path', { d: 'M15 6h.01', key: 'cblpky' }],\n ['path', { d: 'M18 9h.01', key: '2061c0' }],\n];\n\n/**\n * @component @name Dices\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/dices\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 Dices = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"dices\" />;\n\nexport default Dices;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,MAAM,GAAG,KAAK,GAAG,MAAM,IAAI,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EACxF;AAAA,IACE;AAAA,IACA,EAAE,GAAG,0EAA0E,KAAK,SAAS;AAAA,EAC/F;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAC5C;AAaA,IAAM,QAAQ,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,QAAQ;AAExF,IAAO,gBAAQ;",
"names": []
}