lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.08 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/weight-tilde.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z',\n key: '1wl739',\n },\n ],\n ['path', { d: 'M7.999 15a2.5 2.5 0 0 1 4 0 2.5 2.5 0 0 0 4 0', key: '1egezo' }],\n ['circle', { cx: '12', cy: '5', r: '3', key: 'rqqgnr' }],\n];\n\n/**\n * @component @name WeightTilde\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/weight-tilde\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 WeightTilde = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"weight-tilde\" />\n);\n\nexport default WeightTilde;\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,iDAAiD,KAAK,SAAS,CAAC;AAAA,EAC9E,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AACzD;AAaA,IAAM,cAAc,CAAC,UACnB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,eAAe;AAG3D,IAAO,uBAAQ;",
"names": []
}