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