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