UNPKG

@solar-icons/react

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