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