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