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