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