UNPKG

@solar-icons/react

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