@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 829 B
JavaScript
var a = Object.defineProperty, S = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var p = Object.getOwnPropertySymbols;
var l = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
var t = (r, e, o) => e in r ? a(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o, m = (r, e) => {
for (var o in e || (e = {}))
l.call(e, o) && t(r, o, e[o]);
if (p)
for (var o of p(e))
n.call(e, o) && t(r, o, e[o]);
return r;
}, i = (r, e) => S(r, f(e));
import s, { forwardRef as c } from "react";
import g from "../lib/SSRBase.mjs";
import h from "../defs/ShoppingCartSimple.mjs";
const R = c((r, e) => /* @__PURE__ */ s.createElement(g, i(m({ ref: e }, r), { weights: h })));
R.displayName = "ShoppingCartSimple";
export {
R as ShoppingCartSimple
};