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