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