File size: 363 Bytes
f2bee8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`IconButtonComponent matches snapshot 1`] = `
<div
  className="custom-class-name"
  onClick={[Function]}
  role="button"
>
  <img
    className={undefined}
    draggable={false}
    src="imgSrc"
  />
  <div
    className={undefined}
  >
    <div>
      Text
    </div>
  </div>
</div>
`;