UNPKG

@solar-icons/react

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