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