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