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