import * as React from "react"; import { ISvgIcons } from "./type"; export const ArchiveIcon: React.FC = ({ className = "text-current", ...rest }) => ( );