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 StepBack = createLucideIcon(\"StepBack\", [[\"line\", {\n x1: \"18\",\n x2: \"18\",\n y1: \"20\",\n y2: \"4\",\n key: \"cun8e5\"\n}], [\"polygon\", {\n points: \"14,20 4,12 14,4\",\n key: \"ypakod\"\n}]]);\nexport { StepBack as default };","map":{"version":3,"names":["StepBack","createLucideIcon","x1","x2","y1","y2","key","points"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/step-back.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name StepBack\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/step-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 StepBack = createLucideIcon('StepBack', [\n ['line', { x1: '18', x2: '18', y1: '20', y2: '4', key: 'cun8e5' }],\n ['polygon', { points: '14,20 4,12 14,4', key: 'ypakod' }],\n]);\n\nexport default StepBack;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,QAAQ;EAAEC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,SAAW;EAAEC,MAAA,EAAQ,iBAAmB;EAAAD,GAAA,EAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |