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