@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 844 B
JavaScript
var a = Object.defineProperty, p = Object.defineProperties;
var s = Object.getOwnPropertyDescriptors;
var f = Object.getOwnPropertySymbols;
var d = Object.prototype.hasOwnProperty, c = 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))
c.call(r, t) && m(o, t, r[t]);
return o;
}, i = (o, r) => p(o, s(r));
import { jsx as l } from "react/jsx-runtime";
import { forwardRef as n } from "react";
import w from "../../lib/IconBase.mjs";
import x from "../../defs/tools/MirrorLeft.mjs";
const L = n((o, r) => /* @__PURE__ */ l(w, i(e({ ref: r }, o), { weights: x })));
L.displayName = "MirrorLeft";
export {
L as default
};