UNPKG

@solar-icons/react

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