UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 839 B
var a = Object.defineProperty, i = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var f = Object.getOwnPropertySymbols; var d = Object.prototype.hasOwnProperty, h = 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 = {})) d.call(r, e) && m(o, e, r[e]); if (f) for (var e of f(r)) h.call(r, e) && m(o, e, r[e]); return o; }, t = (o, r) => i(o, p(r)); import { jsx as R } from "react/jsx-runtime"; import { forwardRef as c } from "react"; import l from "../../lib/IconBase.mjs"; import n from "../../defs/arrows/Refresh.mjs"; const w = c((o, r) => /* @__PURE__ */ R(l, t(s({ ref: r }, o), { weights: n }))); w.displayName = "Refresh"; export { w as default };