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