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