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