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