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