@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 835 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 = (s, o, r) => o in s ? f(s, o, { enumerable: !0, configurable: !0, writable: !0, value: r }) : s[o] = r, e = (s, o) => {
for (var r in o || (o = {}))
l.call(o, r) && a(s, r, o[r]);
if (m)
for (var r of m(o))
d.call(o, r) && a(s, r, o[r]);
return s;
}, t = (s, o) => i(s, p(o));
import { jsx as c } from "react/jsx-runtime";
import { forwardRef as n } from "react";
import w from "../../lib/IconBase.mjs";
import x from "../../defs/ui/Glasses.mjs";
const G = n((s, o) => /* @__PURE__ */ c(w, t(e({ ref: o }, s), { weights: x })));
G.displayName = "Glasses";
export {
G as default
};