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