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