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