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