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