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