1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Vibrate = createLucideIcon(\"Vibrate\", [[\"path\", {\n d: \"m2 8 2 2-2 2 2 2-2 2\",\n key: \"sv1b1\"\n}], [\"path\", {\n d: \"m22 8-2 2 2 2-2 2 2 2\",\n key: \"101i4y\"\n}], [\"rect\", {\n width: \"8\",\n height: \"14\",\n x: \"8\",\n y: \"5\",\n rx: \"1\",\n key: \"1oyrl4\"\n}]]);\nexport { Vibrate as default };","map":{"version":3,"names":["Vibrate","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/vibrate.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Vibrate\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/vibrate\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 Vibrate = createLucideIcon('Vibrate', [\n ['path', { d: 'm2 8 2 2-2 2 2 2-2 2', key: 'sv1b1' }],\n ['path', { d: 'm22 8-2 2 2 2-2 2 2 2', key: '101i4y' }],\n [\n 'rect',\n { width: '8', height: '14', x: '8', y: '5', rx: '1', key: '1oyrl4' },\n ],\n]);\n\nexport default Vibrate;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,sBAAwB;EAAAC,GAAA,EAAK;AAAA,CAAS,GACpD,CAAC,MAAQ;EAAED,CAAA,EAAG,uBAAyB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACtD,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACrE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |