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