lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.88 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/glass-water.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z',\n key: 'p55z4y',\n },\n ],\n ['path', { d: 'M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0', key: 'mjntcy' }],\n];\n\n/**\n * @component @name GlassWater\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/glass-water\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 GlassWater = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"glass-water\" />\n);\n\nexport default GlassWater;\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,qCAAqC,KAAK,SAAS,CAAC;AACpE;AAaA,IAAM,aAAa,CAAC,UAClB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,cAAc;AAG1D,IAAO,sBAAQ;",
"names": []
}