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