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