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