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