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