UNPKG

@solar-icons/react

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