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