import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; import { AvatarAccount } from './avatar-account'; # AvatarAccount The `AvatarAccount` is a type of avatar reserved for representing accounts. ## Props The `AvatarAccount` accepts all props below ### Size Use the `size` prop to set the size of the `AvatarAccount`. Possible sizes include: - `xs` 16px - `sm` 24px - `md` 32px - `lg` 40px - `xl` 48px Defaults to `md` ### type Use the `type` prop for the avatar to be rendered, it can either be a Jazzicon or a Blockie