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