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