UNPKG

@solar-icons/react

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