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