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