mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-03-13 02:48:56 +01:00
16 lines
192 B
Plaintext
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>
|
|
`;
|