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

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