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