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