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