import * as React from 'react'; export interface FileZip32Props extends React.SVGProps { ariaLabel?: string } export default function FileZip32({ ariaLabel, ...props }: FileZip32Props) { return ( ); }