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