Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/user-check.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

15 lines
422 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const UserCheck = createLucideIcon("UserCheck", [
["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2", key: "1yyitq" }],
["circle", { cx: "9", cy: "7", r: "4", key: "nufk8" }],
["polyline", { points: "16 11 18 13 22 9", key: "1pwet4" }]
]);
export { UserCheck as default };
//# sourceMappingURL=user-check.mjs.map