File tree 1 file changed +26
-2
lines changed
client/src/app/components/tests/__snapshots__
1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,19 @@ exports[`StatusIcon Renders without crashing 1`] = `
17
17
<span
18
18
class = " pf-v5-c-icon__content"
19
19
>
20
- <test-file-stub />
20
+ <svg
21
+ aria-hidden = " true"
22
+ class = " pf-v5-svg"
23
+ fill = " currentColor"
24
+ height = " 1em"
25
+ role = " img"
26
+ viewBox = " 0 0 512 512"
27
+ width = " 1em"
28
+ >
29
+ <path
30
+ d = " M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"
31
+ />
32
+ </svg >
21
33
</span >
22
34
</span >
23
35
</div >
@@ -42,7 +54,19 @@ exports[`StatusIcon Renders without crashing 1`] = `
42
54
<span
43
55
class = " pf-v5-c-icon__content"
44
56
>
45
- <test-file-stub />
57
+ <svg
58
+ aria-hidden = " true"
59
+ class = " pf-v5-svg"
60
+ fill = " currentColor"
61
+ height = " 1em"
62
+ role = " img"
63
+ viewBox = " 0 0 512 512"
64
+ width = " 1em"
65
+ >
66
+ <path
67
+ d = " M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"
68
+ />
69
+ </svg >
46
70
</span >
47
71
</span >
48
72
</div >
You can’t perform that action at this time.
0 commit comments