UNPKG

@solar-icons/react

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