1 line
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst PiSquare = createLucideIcon(\"PiSquare\", [[\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n key: \"afitv7\"\n}], [\"path\", {\n d: \"M7 7h10\",\n key: \"udp07y\"\n}], [\"path\", {\n d: \"M10 7v10\",\n key: \"i1d9ee\"\n}], [\"path\", {\n d: \"M16 17a2 2 0 0 1-2-2V7\",\n key: \"ftwdc7\"\n}]]);\nexport { PiSquare as default };","map":{"version":3,"names":["PiSquare","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/pi-square.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name PiSquare\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pi-square\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 PiSquare = createLucideIcon('PiSquare', [\n [\n 'rect',\n { width: '18', height: '18', x: '3', y: '3', rx: '2', key: 'afitv7' },\n ],\n ['path', { d: 'M7 7h10', key: 'udp07y' }],\n ['path', { d: 'M10 7v10', key: 'i1d9ee' }],\n ['path', { d: 'M16 17a2 2 0 0 1-2-2V7', key: 'ftwdc7' }],\n]);\n\nexport default PiSquare;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAEC,CAAA,EAAG,wBAA0B;EAAAD,GAAA,EAAK;AAAA,CAAU,EACxD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |