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