1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ArrowUpRightFromCircle = createLucideIcon(\"ArrowUpRightFromCircle\", [[\"path\", {\n d: \"M22 12A10 10 0 1 1 12 2\",\n key: \"1fm58d\"\n}], [\"path\", {\n d: \"M22 2 12 12\",\n key: \"yg2myt\"\n}], [\"path\", {\n d: \"M16 2h6v6\",\n key: \"zan5cs\"\n}]]);\nexport { ArrowUpRightFromCircle as default };","map":{"version":3,"names":["ArrowUpRightFromCircle","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/arrow-up-right-from-circle.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ArrowUpRightFromCircle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-up-right-from-circle\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 ArrowUpRightFromCircle = createLucideIcon('ArrowUpRightFromCircle', [\n ['path', { d: 'M22 12A10 10 0 1 1 12 2', key: '1fm58d' }],\n ['path', { d: 'M22 2 12 12', key: 'yg2myt' }],\n ['path', { d: 'M16 2h6v6', key: 'zan5cs' }],\n]);\n\nexport default ArrowUpRightFromCircle;\n"],"mappings":";;;;;AAaM,MAAAA,sBAAA,GAAyBC,gBAAA,CAAiB,wBAA0B,GACxE,CAAC,MAAQ;EAAEC,CAAA,EAAG,yBAA2B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAED,CAAA,EAAG,aAAe;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC5C,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |