UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 847 B
var a = Object.defineProperty, i = Object.defineProperties; var n = Object.getOwnPropertyDescriptors; var m = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, s = Object.prototype.propertyIsEnumerable; var t = (r, o, e) => o in r ? a(r, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[o] = e, d = (r, o) => { for (var e in o || (o = {})) p.call(o, e) && t(r, e, o[e]); if (m) for (var e of m(o)) s.call(o, e) && t(r, e, o[e]); return r; }, f = (r, o) => i(r, n(o)); import { jsx as h } from "react/jsx-runtime"; import { forwardRef as u } from "react"; import R from "../../lib/IconBase.mjs"; import c from "../../defs/call/PhoneRounded.mjs"; const l = u((r, o) => /* @__PURE__ */ h(R, f(d({ ref: o }, r), { weights: c }))); l.displayName = "PhoneRounded"; export { l as default };