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