1 line
2.8 KiB
JSON
1 line
2.8 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Shuffle = createLucideIcon(\"Shuffle\", [[\"path\", {\n d: \"M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22\",\n key: \"1wmou1\"\n}], [\"path\", {\n d: \"m18 2 4 4-4 4\",\n key: \"pucp1d\"\n}], [\"path\", {\n d: \"M2 6h1.9c1.5 0 2.9.9 3.6 2.2\",\n key: \"10bdb2\"\n}], [\"path\", {\n d: \"M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8\",\n key: \"vgxac0\"\n}], [\"path\", {\n d: \"m18 14 4 4-4 4\",\n key: \"10pe0f\"\n}]]);\nexport { Shuffle as default };","map":{"version":3,"names":["Shuffle","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/shuffle.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Shuffle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/shuffle\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 Shuffle = createLucideIcon('Shuffle', [\n [\n 'path',\n {\n d: 'M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22',\n key: '1wmou1',\n },\n ],\n ['path', { d: 'm18 2 4 4-4 4', key: 'pucp1d' }],\n ['path', { d: 'M2 6h1.9c1.5 0 2.9.9 3.6 2.2', key: '10bdb2' }],\n ['path', { d: 'M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8', key: 'vgxac0' }],\n ['path', { d: 'm18 14 4 4-4 4', key: '10pe0f' }],\n]);\n\nexport default Shuffle;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,MAAQ;EAAED,CAAA,EAAG,8BAAgC;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7D,CAAC,MAAQ;EAAED,CAAA,EAAG,0CAA4C;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzE,CAAC,MAAQ;EAAED,CAAA,EAAG,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAChD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |