1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst SkipBack = createLucideIcon(\"SkipBack\", [[\"polygon\", {\n points: \"19 20 9 12 19 4 19 20\",\n key: \"o2sva\"\n}], [\"line\", {\n x1: \"5\",\n x2: \"5\",\n y1: \"19\",\n y2: \"5\",\n key: \"1ocqjk\"\n}]]);\nexport { SkipBack as default };","map":{"version":3,"names":["SkipBack","createLucideIcon","points","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/skip-back.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name SkipBack\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/skip-back\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 SkipBack = createLucideIcon('SkipBack', [\n ['polygon', { points: '19 20 9 12 19 4 19 20', key: 'o2sva' }],\n ['line', { x1: '5', x2: '5', y1: '19', y2: '5', key: '1ocqjk' }],\n]);\n\nexport default SkipBack;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,SAAW;EAAEC,MAAA,EAAQ,uBAAyB;EAAAC,GAAA,EAAK;AAAA,CAAS,GAC7D,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAJ,GAAA,EAAK;AAAA,CAAU,EAChE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |