UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 841 B
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 c from "../../lib/IconBase.mjs"; import w from "../../defs/food/Wineglass.mjs"; const x = g((r, o) => /* @__PURE__ */ d(c, i(e({ ref: o }, r), { weights: w }))); x.displayName = "Wineglass"; export { x as default };