1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst SquareCode = createLucideIcon(\"SquareCode\", [[\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n key: \"afitv7\"\n}], [\"path\", {\n d: \"m10 10-2 2 2 2\",\n key: \"p6et6i\"\n}], [\"path\", {\n d: \"m14 14 2-2-2-2\",\n key: \"m075q2\"\n}]]);\nexport { SquareCode as default };","map":{"version":3,"names":["SquareCode","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/square-code.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name SquareCode\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-code\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 SquareCode = createLucideIcon('SquareCode', [\n [\n 'rect',\n { width: '18', height: '18', x: '3', y: '3', rx: '2', key: 'afitv7' },\n ],\n ['path', { d: 'm10 10-2 2 2 2', key: 'p6et6i' }],\n ['path', { d: 'm14 14 2-2-2-2', key: 'm075q2' }],\n]);\n\nexport default SquareCode;\n"],"mappings":";;;;;AAaM,MAAAA,UAAA,GAAaC,gBAAA,CAAiB,YAAc,GAChD,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,gBAAkB;EAAAD,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,MAAQ;EAAEC,CAAA,EAAG,gBAAkB;EAAAD,GAAA,EAAK;AAAA,CAAU,EAChD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |