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