lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.15 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/volume-2.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z',\n key: 'uqj9uw',\n },\n ],\n ['path', { d: 'M16 9a5 5 0 0 1 0 6', key: '1q6k2b' }],\n ['path', { d: 'M19.364 18.364a9 9 0 0 0 0-12.728', key: 'ijwkga' }],\n];\n\n/**\n * @component @name Volume2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/volume-2\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 Volume2 = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"volume-2\" />;\n\nexport default Volume2;\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,uBAAuB,KAAK,SAAS,CAAC;AAAA,EACpD,CAAC,QAAQ,EAAE,GAAG,qCAAqC,KAAK,SAAS,CAAC;AACpE;AAaA,IAAM,UAAU,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,WAAW;AAE7F,IAAO,mBAAQ;",
"names": []
}