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