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