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