UNPKG

@solar-icons/react

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