Files
botgroup.chat/node_modules/lucide-react/dist/esm/icons/user-check.mjs
2025-02-12 17:18:18 +08: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