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