UNPKG

@solar-icons/react

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