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