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 ArrowLeftFromLine = createLucideIcon(\"ArrowLeftFromLine\", [[\"path\", {\n d: \"m9 6-6 6 6 6\",\n key: \"7v63n9\"\n}], [\"path\", {\n d: \"M3 12h14\",\n key: \"13k4hi\"\n}], [\"path\", {\n d: \"M21 19V5\",\n key: \"b4bplr\"\n}]]);\nexport { ArrowLeftFromLine as default };","map":{"version":3,"names":["ArrowLeftFromLine","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/arrow-left-from-line.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ArrowLeftFromLine\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-left-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 ArrowLeftFromLine = createLucideIcon('ArrowLeftFromLine', [\n ['path', { d: 'm9 6-6 6 6 6', key: '7v63n9' }],\n ['path', { d: 'M3 12h14', key: '13k4hi' }],\n ['path', { d: 'M21 19V5', key: 'b4bplr' }],\n]);\n\nexport default ArrowLeftFromLine;\n"],"mappings":";;;;;AAaM,MAAAA,iBAAA,GAAoBC,gBAAA,CAAiB,mBAAqB,GAC9D,CAAC,MAAQ;EAAEC,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |