1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ArrowRightFromLine = createLucideIcon(\"ArrowRightFromLine\", [[\"path\", {\n d: \"M3 5v14\",\n key: \"1nt18q\"\n}], [\"path\", {\n d: \"M21 12H7\",\n key: \"13ipq5\"\n}], [\"path\", {\n d: \"m15 18 6-6-6-6\",\n key: \"6tx3qv\"\n}]]);\nexport { ArrowRightFromLine as default };","map":{"version":3,"names":["ArrowRightFromLine","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/arrow-right-from-line.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ArrowRightFromLine\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-right-from-line\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 ArrowRightFromLine = createLucideIcon('ArrowRightFromLine', [\n ['path', { d: 'M3 5v14', key: '1nt18q' }],\n ['path', { d: 'M21 12H7', key: '13ipq5' }],\n ['path', { d: 'm15 18 6-6-6-6', key: '6tx3qv' }],\n]);\n\nexport default ArrowRightFromLine;\n"],"mappings":";;;;;AAaM,MAAAA,kBAAA,GAAqBC,gBAAA,CAAiB,oBAAsB,GAChE,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAChD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |