2022-12-08 19:25:19 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`AvatarIcon should render correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
2023-07-17 23:00:16 +02:00
|
|
|
class="mm-box mm-text mm-avatar-base mm-avatar-base--size-md mm-avatar-icon mm-text--body-sm mm-text--text-transform-uppercase mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-primary-default mm-box--background-color-primary-muted mm-box--rounded-full mm-box--border-color-transparent box--border-style-solid box--border-width-1"
|
2022-12-08 19:25:19 +01:00
|
|
|
data-testid="avatar-icon"
|
|
|
|
>
|
2023-02-22 23:42:50 +01:00
|
|
|
<span
|
2023-07-25 18:05:37 +02:00
|
|
|
class="mm-box mm-icon mm-icon--size-md mm-box--display-inline-block mm-box--color-inherit"
|
2023-01-24 18:39:46 +01:00
|
|
|
style="mask-image: url('./images/icons/swap-horizontal.svg');"
|
2022-12-08 19:25:19 +01:00
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|