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