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