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