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