UNPKG

@solar-icons/react

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