mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
0bf6aeb5f5
* icon audit, remove xxs icon size * update icon file names and snapshots * remove unused icon- code and fix icons with slash issue * close icon fix * remove icons id * update snapshot * font awesome icon list * remove font awesome * fix linting issue
17 lines
600 B
Plaintext
17 lines
600 B
Plaintext
// 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
|
|
class="box mm-icon mm-icon--size-lg box--flex-direction-row box--color-inherit"
|
|
style="mask-image: url('./images/icons/add-square.svg');"
|
|
/>
|
|
</button>
|
|
</div>
|
|
`;
|