UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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