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