1 line
1.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Volume = createLucideIcon(\"Volume\", [[\"polygon\", {\n points: \"11 5 6 9 2 9 2 15 6 15 11 19 11 5\",\n key: \"16drj5\"\n}]]);\nexport { Volume as default };","map":{"version":3,"names":["Volume","createLucideIcon","points","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/volume.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Volume\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/volume\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Volume = createLucideIcon('Volume', [\n ['polygon', { points: '11 5 6 9 2 9 2 15 6 15 11 19 11 5', key: '16drj5' }],\n]);\n\nexport default Volume;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CAAC,SAAW;EAAEC,MAAA,EAAQ,mCAAqC;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3E","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |