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