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