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