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