UNPKG

@solar-icons/react

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