mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Icon should render correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="box mm-icon mm-icon--size-md box--flex-direction-row box--color-inherit"
|
|
data-testid="icon"
|
|
style="mask-image: url('./images/icons/icon-add-square-filled.svg');"
|
|
/>
|
|
</div>
|
|
`;
|