@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 814 B
JavaScript
var i = Object.defineProperty, f = Object.defineProperties;
var g = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var p = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable;
var a = (o, r, e) => r in o ? i(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, m = (o, r) => {
for (var e in r || (r = {}))
p.call(r, e) && a(o, e, r[e]);
if (t)
for (var e of t(r))
l.call(r, e) && a(o, e, r[e]);
return o;
}, s = (o, r) => f(o, g(r));
import H, { forwardRef as c } from "react";
import h from "../lib/SSRBase.mjs";
import R from "../defs/HourglassHigh.mjs";
const d = c((o, r) => /* @__PURE__ */ H.createElement(h, s(m({ ref: r }, o), { weights: R })));
d.displayName = "HourglassHigh";
export {
d as HourglassHigh
};