import React, { memo } from 'react'; import PropTypes from 'prop-types'; import { Link } from 'react-router-dom'; import { UserType } from './Types'; import Icon from './Icon'; import './Avatar.css'; function Avatar({ user, style, link, children}) { return (