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