UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 832 B
var w = Object.defineProperty, i = Object.defineProperties; var l = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var n = Object.prototype.hasOwnProperty, p = 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 = {})) n.call(r, e) && a(o, e, r[e]); if (t) for (var e of t(r)) p.call(r, e) && a(o, e, r[e]); return o; }, f = (o, r) => i(o, l(r)); import s, { forwardRef as c } from "react"; import A from "../../lib/IconBase.mjs"; import d from "../../defs/arrows/SquareAltArrowDown.mjs"; const u = c((o, r) => /* @__PURE__ */ s.createElement(A, f(m({ ref: r }, o), { weights: d }))); u.displayName = "SquareAltArrowDown"; export { u as default };