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