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