UNPKG

@solar-icons/react

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