2019-07-24 23:24:07 -04:00

16 lines
192 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Icon renders correctly 1`] = `
<svg
className="icon"
viewBox="0 0 0 0"
>
<title>
test
</title>
<path
d=""
/>
</svg>
`;