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