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