UNPKG

@solar-icons/react

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