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