UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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