UNPKG

@solar-icons/react

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