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