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