UNPKG

@solar-icons/react

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