import Avatar from "../avatar.spec";

export const AvatarImage = (props: any) => <Avatar type="image" {...props} />;
