UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 846 B
var e = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var d = Object.prototype.hasOwnProperty, g = 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 = {})) d.call(r, i) && m(o, i, r[i]); if (t) for (var i of t(r)) g.call(r, i) && m(o, i, r[i]); return o; }, a = (o, r) => p(o, s(r)); import { jsx as h } from "react/jsx-runtime"; import { forwardRef as R } from "react"; import c from "../../lib/IconBase.mjs"; import l from "../../defs/tools/MirrorRight.mjs"; const n = R((o, r) => /* @__PURE__ */ h(c, a(f({ ref: r }, o), { weights: l }))); n.displayName = "MirrorRight"; export { n as default };