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