mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
16 lines
647 B
Plaintext
16 lines
647 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`AvatarIcon should render correctly 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="box mm-avatar-base mm-avatar-base--size-md mm-avatar-icon box--display-flex box--flex-direction-row box--justify-content-center box--align-items-center box--color-primary-default box--background-color-primary-muted box--border-color-transparent box--border-style-solid box--border-width-1"
|
||
|
data-testid="avatar-icon"
|
||
|
>
|
||
|
<div
|
||
|
class="box mm-icon mm-icon--size-md box--flex-direction-row box--color-inherit"
|
||
|
style="mask-image: url('./images/icons/icon-swap-horizontal-outline.svg');"
|
||
|
/>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|