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