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