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