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