UNPKG

@solar-icons/react

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