16 lines
192 B
Plaintext
Raw Normal View History

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"
>
<title>
test
</title>
2018-11-09 20:08:48 +03:00
<path
d=""
/>
</svg>
`;