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