UNPKG

@solar-icons/react

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