UNPKG

@solar-icons/react

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