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