UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 309 B
import * as e from "react"; import c from "../lib/IconBase.es.js"; import s from "../defs/UserSwitch.es.js"; const o = e.forwardRef((r, t) => /* @__PURE__ */ e.createElement(c, { ref: t, ...r, weights: s })); o.displayName = "UserSwitchIcon"; const m = o; export { m as UserSwitch, o as UserSwitchIcon };