]> source.dussan.org Git - sonarqube.git/blob
21ac97b1eeac8eafad906b8fd182417153eda461
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should display DuplicationsIndicator with rating 1`] = `
4 <svg
5   height="24"
6   role="img"
7   viewBox="0 0 16 16"
8   width="24"
9 >
10   <circle
11     cx="8"
12     cy="8"
13     fill="rgb(18,183,106)"
14     r="2"
15   />
16   <path
17     clip-rule="evenodd"
18     d="M8 14c3.3137 0 6-2.6863 6-6 0-3.31371-2.6863-6-6-6-3.31371 0-6 2.68629-6 6 0 3.3137 2.68629 6 6 6Zm0 2c4.4183 0 8-3.5817 8-8 0-4.41828-3.5817-8-8-8-4.41828 0-8 3.58172-8 8 0 4.4183 3.58172 8 8 8Z"
19     fill="rgb(239,242,249)"
20     fill-rule="evenodd"
21   />
22   <circle
23     cx="8"
24     cy="8"
25     fill="rgb(18,183,106)"
26     r="2"
27   />
28 </svg>
29 `;
30
31 exports[`should display DuplicationsIndicator with rating 2`] = `
32 <svg
33   height="24"
34   role="img"
35   viewBox="0 0 16 16"
36   width="24"
37 >
38   <circle
39     cx="8"
40     cy="8"
41     fill="rgb(18,183,106)"
42     r="2"
43   />
44   <path
45     clip-rule="evenodd"
46     d="M8 14c3.3137 0 6-2.6863 6-6 0-3.31371-2.6863-6-6-6-3.31371 0-6 2.68629-6 6 0 3.3137 2.68629 6 6 6Zm0 2c4.4183 0 8-3.5817 8-8 0-4.41828-3.5817-8-8-8-4.41828 0-8 3.58172-8 8 0 4.4183 3.58172 8 8 8Z"
47     fill="rgb(239,242,249)"
48     fill-rule="evenodd"
49   />
50   <path
51     d="M8 0c.81879 0 1.63272.125698 2.4134.372702L9.81002 2.27953A5.99976 5.99976 0 0 0 8 2V0Z"
52     fill="rgb(18,183,106)"
53   />
54 </svg>
55 `;
56
57 exports[`should display DuplicationsIndicator with rating 3`] = `
58 <svg
59   height="24"
60   role="img"
61   viewBox="0 0 16 16"
62   width="24"
63 >
64   <circle
65     cx="8"
66     cy="8"
67     fill="rgb(110,183,18)"
68     r="2"
69   />
70   <path
71     clip-rule="evenodd"
72     d="M8 14c3.3137 0 6-2.6863 6-6 0-3.31371-2.6863-6-6-6-3.31371 0-6 2.68629-6 6 0 3.3137 2.68629 6 6 6Zm0 2c4.4183 0 8-3.5817 8-8 0-4.41828-3.5817-8-8-8-4.41828 0-8 3.58172-8 8 0 4.4183 3.58172 8 8 8Z"
73     fill="rgb(239,242,249)"
74     fill-rule="evenodd"
75   />
76   <path
77     d="M8 0c1.89071 2e-8 3.7203.669649 5.1643 1.89017l-1.2911 1.52746C10.7902 2.50224 9.41803 2 8 2V0Z"
78     fill="rgb(110,183,18)"
79   />
80 </svg>
81 `;
82
83 exports[`should display DuplicationsIndicator with rating 4`] = `
84 <svg
85   height="24"
86   role="img"
87   viewBox="0 0 16 16"
88   width="24"
89 >
90   <circle
91     cx="8"
92     cy="8"
93     fill="rgb(245,184,64)"
94     r="2"
95   />
96   <path
97     clip-rule="evenodd"
98     d="M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z"
99     fill="rgb(239,242,249)"
100     fill-rule="evenodd"
101   />
102   <path
103     d="M8 0a7.9999 7.9999 0 0 1 4.5815 1.44181 7.99949 7.99949 0 0 1 2.9301 3.80574l-1.8779.68811A6.00009 6.00009 0 0 0 8 2V0Z"
104     fill="rgb(245,184,64)"
105   />
106 </svg>
107 `;
108
109 exports[`should display DuplicationsIndicator with rating 5`] = `
110 <svg
111   height="24"
112   role="img"
113   viewBox="0 0 16 16"
114   width="24"
115 >
116   <circle
117     cx="8"
118     cy="8"
119     fill="rgb(247,95,9)"
120     r="2"
121   />
122   <path
123     clip-rule="evenodd"
124     d="M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z"
125     fill="rgb(239,242,249)"
126     fill-rule="evenodd"
127   />
128   <path
129     d="M8 0a8 8 0 0 1 5.0686 1.81054 8.00033 8.00033 0 0 1 2.7744 4.61211l-1.9608.39434a5.99958 5.99958 0 0 0-2.0808-3.45908A5.99972 5.99972 0 0 0 8 2V0Z"
130     fill="rgb(247,95,9)"
131   />
132 </svg>
133 `;
134
135 exports[`should display DuplicationsIndicator with rating 6`] = `
136 <svg
137   height="24"
138   role="img"
139   viewBox="0 0 16 16"
140   width="24"
141 >
142   <circle
143     cx="8"
144     cy="8"
145     fill="rgb(240,68,56)"
146     r="2"
147   />
148   <path
149     clip-rule="evenodd"
150     d="M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z"
151     fill="rgb(239,242,249)"
152     fill-rule="evenodd"
153   />
154   <path
155     d="M8 0a8.0002 8.0002 0 0 1 5.6569 13.6569l-1.4143-1.4143a5.9993 5.9993 0 0 0 1.3007-6.5387A5.9999 5.9999 0 0 0 8 2V0Z"
156     fill="rgb(240,68,56)"
157   />
158 </svg>
159 `;
160
161 exports[`should display DuplicationsIndicator without rating 1`] = `
162 <svg
163   aria-hidden="true"
164   fill="none"
165   height="24"
166   role="img"
167   style="clip-rule: evenodd; display: inline-block; fill-rule: evenodd; user-select: none; vertical-align: middle; stroke-linejoin: round; stroke-miterlimit: 1.414;"
168   version="1.1"
169   viewBox="0 0 16 16"
170   width="24"
171   xml:space="preserve"
172   xmlns:xlink="http://www.w3.org/1999/xlink"
173 >
174   <path
175     clip-rule="evenodd"
176     d="M16 8C16 12.4183 12.4183 16 8 16C5.5106 16 3.28676 14.863 1.81951 13.0799L15.4913 5.1865C15.8201 6.06172 16 7.00986 16 8ZM14.5574 3.41624L0.750565 11.3876C0.269025 10.3589 0 9.21089 0 8C0 3.58172 3.58172 0 8 0C10.7132 0 13.1109 1.35064 14.5574 3.41624Z"
177     fill="#E1E6F3"
178     fill-rule="evenodd"
179   />
180 </svg>
181 `;