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