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