@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 304 B
JavaScript
import * as e from "react";
import t from "../lib/SSRBase.es.js";
import c from "../defs/UserCheck.es.js";
const r = e.forwardRef((o, s) => /* @__PURE__ */ e.createElement(t, { ref: s, ...o, weights: c }));
r.displayName = "UserCheckIcon";
const f = r;
export {
f as UserCheck,
r as UserCheckIcon
};