UNPKG

@solar-icons/react

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