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