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