UNPKG

@solar-icons/react

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