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