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