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