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