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