@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 304 B
JavaScript
import * as e from "react";
import c from "../lib/SSRBase.es.js";
import a from "../defs/Detective.es.js";
const t = e.forwardRef((o, r) => /* @__PURE__ */ e.createElement(c, { ref: r, ...o, weights: a }));
t.displayName = "DetectiveIcon";
const s = t;
export {
s as Detective,
t as DetectiveIcon
};