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