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