1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Rewind = createLucideIcon(\"Rewind\", [[\"polygon\", {\n points: \"11 19 2 12 11 5 11 19\",\n key: \"14yba5\"\n}], [\"polygon\", {\n points: \"22 19 13 12 22 5 22 19\",\n key: \"1pi1cj\"\n}]]);\nexport { Rewind as default };","map":{"version":3,"names":["Rewind","createLucideIcon","points","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/rewind.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Rewind\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/rewind\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 Rewind = createLucideIcon('Rewind', [\n ['polygon', { points: '11 19 2 12 11 5 11 19', key: '14yba5' }],\n ['polygon', { points: '22 19 13 12 22 5 22 19', key: '1pi1cj' }],\n]);\n\nexport default Rewind;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CAAC,SAAW;EAAEC,MAAA,EAAQ,uBAAyB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,SAAW;EAAED,MAAA,EAAQ,wBAA0B;EAAAC,GAAA,EAAK;AAAA,CAAU,EAChE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |