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