mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
739075662c
* Migrating Icon to typescript and deprecating JS component * gw suggestions (#18434) --------- Co-authored-by: Garrett Bear <gwhisten@gmail.com>
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Icon should render correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="box mm-icon mm-icon--size-md box--display-inline-block box--flex-direction-row box--color-inherit"
|
|
data-testid="icon"
|
|
style="mask-image: url('./images/icons/add-square.svg');"
|
|
/>
|
|
</div>
|
|
`;
|