// @flow import styled from 'styled-components'; const Avatar = styled.img` width: 24px; height: 24px; border-radius: 50%; `; export default Avatar;