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