2018-11-09 20:08:48 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Icon renders correctly 1`] = `
|
|
|
|
<svg
|
|
|
|
className="icon"
|
|
|
|
viewBox="0 0 0 0"
|
|
|
|
>
|
2019-07-24 23:24:07 -04:00
|
|
|
<title>
|
|
|
|
test
|
|
|
|
</title>
|
2018-11-09 20:08:48 +03:00
|
|
|
<path
|
|
|
|
d=""
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
`;
|