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