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 Pi = createLucideIcon(\"Pi\", [[\"line\", {\n x1: \"9\",\n x2: \"9\",\n y1: \"4\",\n y2: \"20\",\n key: \"ovs5a5\"\n}], [\"path\", {\n d: \"M4 7c0-1.7 1.3-3 3-3h13\",\n key: \"10pag4\"\n}], [\"path\", {\n d: \"M18 20c-1.7 0-3-1.3-3-3V4\",\n key: \"1gaosr\"\n}]]);\nexport { Pi as default };","map":{"version":3,"names":["Pi","createLucideIcon","x1","x2","y1","y2","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/pi.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Pi\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pi\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 Pi = createLucideIcon('Pi', [\n ['line', { x1: '9', x2: '9', y1: '4', y2: '20', key: 'ovs5a5' }],\n ['path', { d: 'M4 7c0-1.7 1.3-3 3-3h13', key: '10pag4' }],\n ['path', { d: 'M18 20c-1.7 0-3-1.3-3-3V4', key: '1gaosr' }],\n]);\n\nexport default Pi;\n"],"mappings":";;;;;AAaM,MAAAA,EAAA,GAAKC,gBAAA,CAAiB,IAAM,GAChC,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,MAAQ;EAAEC,CAAA,EAAG,yBAA2B;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,2BAA6B;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC3D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |