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