1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst UserSquare2 = createLucideIcon(\"UserSquare2\", [[\"path\", {\n d: \"M18 21a6 6 0 0 0-12 0\",\n key: \"kaz2du\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"11\",\n r: \"4\",\n key: \"1gt34v\"\n}], [\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n key: \"afitv7\"\n}]]);\nexport { UserSquare2 as default };","map":{"version":3,"names":["UserSquare2","createLucideIcon","d","key","cx","cy","r","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/user-square-2.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name UserSquare2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/user-square-2\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 UserSquare2 = createLucideIcon('UserSquare2', [\n ['path', { d: 'M18 21a6 6 0 0 0-12 0', key: 'kaz2du' }],\n ['circle', { cx: '12', cy: '11', r: '4', key: '1gt34v' }],\n [\n 'rect',\n { width: '18', height: '18', x: '3', y: '3', rx: '2', key: 'afitv7' },\n ],\n]);\n\nexport default UserSquare2;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CAAC,MAAQ;EAAEC,CAAA,EAAG,uBAAyB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,GACxD,CACE,QACA;EAAEI,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAR,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |