UNPKG

@solar-icons/react

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