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