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