mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-03-14 03:18:38 +01:00
13 lines
162 B
Plaintext
13 lines
162 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Icon renders correctly 1`] = `
|
||
|
<svg
|
||
|
className="icon"
|
||
|
viewBox="0 0 0 0"
|
||
|
>
|
||
|
<path
|
||
|
d=""
|
||
|
/>
|
||
|
</svg>
|
||
|
`;
|