import { Icon } from '../iconTypes';
declare const IconFileZip: (props: Icon) => JSX.Element;
export default IconFileZip;
