2022-11-09 22:57:21 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ButtonIcon should render button element correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<button
|
|
|
|
aria-label="add"
|
|
|
|
class="box mm-button-icon mm-button-icon--size-lg box--display-inline-flex box--flex-direction-row box--justify-content-center box--align-items-center box--color-icon-default box--background-color-transparent box--rounded-lg"
|
|
|
|
data-testid="button-icon"
|
|
|
|
>
|
|
|
|
<div
|
2022-11-23 18:58:43 +01:00
|
|
|
class="box mm-icon mm-icon--size-lg box--flex-direction-row box--color-inherit"
|
2023-01-24 18:39:46 +01:00
|
|
|
style="mask-image: url('./images/icons/add-square.svg');"
|
2022-11-09 22:57:21 +01:00
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|