UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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