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