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