UNPKG

@solar-icons/react

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