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