@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 835 B
JavaScript
var m = Object.defineProperty, n = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var r = Object.getOwnPropertySymbols;
var g = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
var s = (a, i, e) => i in a ? m(a, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[i] = e, o = (a, i) => {
for (var e in i || (i = {}))
g.call(i, e) && s(a, e, i[e]);
if (r)
for (var e of r(i))
p.call(i, e) && s(a, e, i[e]);
return a;
}, t = (a, i) => n(a, f(i));
import l, { forwardRef as M } from "react";
import c from "../lib/SSRBase.mjs";
import y from "../defs/MagnifyingGlassMinus.mjs";
const R = M((a, i) => /* @__PURE__ */ l.createElement(c, t(o({ ref: i }, a), { weights: y })));
R.displayName = "MagnifyingGlassMinus";
export {
R as MagnifyingGlassMinus
};