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