import * as React from 'react'; import Avatar from '../../components/avatar'; import GithubIcon from './github_icon'; const AvatarTest = () => (
Avatars

Provide an image source or object, a font icon, children or a title to use its first letter.

} /> foobar
); export default AvatarTest;