UNPKG

@solar-icons/react

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