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