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