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