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