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