@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 840 B
JavaScript
var c = Object.defineProperty, s = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var i = Object.getOwnPropertySymbols;
var l = Object.prototype.hasOwnProperty, n = 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))
n.call(a, e) && r(t, e, a[e]);
return t;
}, o = (t, a) => s(t, f(a));
import p, { forwardRef as d } from "react";
import h from "../../lib/IconBase.mjs";
import u from "../../defs/time/WatchSquareMinimalistic.mjs";
const q = d((t, a) => /* @__PURE__ */ p.createElement(h, o(m({ ref: a }, t), { weights: u })));
q.displayName = "WatchSquareMinimalistic";
export {
q as default
};