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