@digigov/react-core 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/ArrowIcon/__snapshots__/index.test.tsx.snap +48 -32
  2. package/ArrowIcon/index.d.ts +4 -3
  3. package/ArrowIcon/index.js +13 -27
  4. package/BurgerIcon/__snapshots__/index.test.tsx.snap +323 -126
  5. package/BurgerIcon/index.d.ts +13 -7
  6. package/BurgerIcon/index.js +13 -33
  7. package/BurgerIcon/index.test.js +47 -5
  8. package/Button/index.d.ts +1 -1
  9. package/CHANGELOG.md +9 -1
  10. package/CaretIcon/__snapshots__/index.test.tsx.snap +48 -32
  11. package/CaretIcon/index.d.ts +4 -3
  12. package/CaretIcon/index.js +13 -27
  13. package/CheckIcon/__snapshots__/index.test.tsx.snap +196 -136
  14. package/CheckIcon/index.d.ts +7 -11
  15. package/CheckIcon/index.js +10 -34
  16. package/CheckboxItem/index.d.ts +1 -1
  17. package/CloseIcon/__snapshots__/index.test.tsx.snap +12 -8
  18. package/CloseIcon/index.d.ts +9 -3
  19. package/CloseIcon/index.js +10 -7
  20. package/DateInputItem/index.d.ts +1 -1
  21. package/FieldsetLegend/index.d.ts +1 -1
  22. package/FileUpload/index.d.ts +1 -1
  23. package/Grid/index.d.ts +1 -1
  24. package/LabelTitle/index.d.ts +1 -1
  25. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +391 -315
  26. package/MoreVertIcon/index.d.ts +7 -11
  27. package/MoreVertIcon/index.js +10 -34
  28. package/NormalText/index.d.ts +1 -1
  29. package/Paragraph/index.d.ts +1 -1
  30. package/RadioItem/index.d.ts +1 -1
  31. package/Select/index.d.ts +1 -1
  32. package/SvgIcon/__snapshots__/index.test.tsx.snap +224 -0
  33. package/SvgIcon/index.d.ts +20 -0
  34. package/SvgIcon/index.js +41 -0
  35. package/SvgIcon/index.test.d.ts +1 -0
  36. package/SvgIcon/index.test.js +129 -0
  37. package/Table/index.d.ts +1 -1
  38. package/TextArea/index.d.ts +1 -1
  39. package/TextInput/index.d.ts +1 -1
  40. package/UncheckIcon/__snapshots__/index.test.tsx.snap +241 -165
  41. package/UncheckIcon/index.d.ts +9 -13
  42. package/UncheckIcon/index.js +15 -39
  43. package/es/ArrowIcon/__snapshots__/index.test.tsx.snap +48 -32
  44. package/es/ArrowIcon/index.js +12 -19
  45. package/es/BurgerIcon/__snapshots__/index.test.tsx.snap +323 -126
  46. package/es/BurgerIcon/index.js +12 -25
  47. package/es/BurgerIcon/index.test.js +47 -5
  48. package/es/CaretIcon/__snapshots__/index.test.tsx.snap +48 -32
  49. package/es/CaretIcon/index.js +12 -19
  50. package/es/CheckIcon/__snapshots__/index.test.tsx.snap +196 -136
  51. package/es/CheckIcon/index.js +9 -26
  52. package/es/CloseIcon/__snapshots__/index.test.tsx.snap +12 -8
  53. package/es/CloseIcon/index.js +9 -7
  54. package/es/MoreVertIcon/__snapshots__/index.test.tsx.snap +391 -315
  55. package/es/MoreVertIcon/index.js +9 -26
  56. package/es/SvgIcon/__snapshots__/index.test.tsx.snap +224 -0
  57. package/es/SvgIcon/index.js +26 -0
  58. package/es/SvgIcon/index.test.js +123 -0
  59. package/es/UncheckIcon/__snapshots__/index.test.tsx.snap +241 -165
  60. package/es/UncheckIcon/index.js +12 -29
  61. package/es/index.js +1 -0
  62. package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +48 -32
  63. package/esm/ArrowIcon/index.js +12 -19
  64. package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +323 -126
  65. package/esm/BurgerIcon/index.js +12 -25
  66. package/esm/BurgerIcon/index.test.js +47 -5
  67. package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +48 -32
  68. package/esm/CaretIcon/index.js +12 -19
  69. package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +196 -136
  70. package/esm/CheckIcon/index.js +9 -26
  71. package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +12 -8
  72. package/esm/CloseIcon/index.js +9 -7
  73. package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +391 -315
  74. package/esm/MoreVertIcon/index.js +9 -26
  75. package/esm/SvgIcon/__snapshots__/index.test.tsx.snap +224 -0
  76. package/esm/SvgIcon/index.js +26 -0
  77. package/esm/SvgIcon/index.test.js +123 -0
  78. package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +241 -165
  79. package/esm/UncheckIcon/index.js +12 -29
  80. package/esm/index.js +2 -1
  81. package/index.d.ts +1 -0
  82. package/index.js +8 -0
  83. package/package.json +2 -2
@@ -2,28 +2,32 @@
2
2
 
3
3
  exports[`renders the MoreVertIcon with no props 1`] = `
4
4
  <ForwardRef(MoreVertIcon)>
5
- <svg
6
- aria-hidden="true"
7
- className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
8
- focusable="false"
9
- viewBox="0 0 24 24"
5
+ <ForwardRef(SvgIcon)
6
+ className="govgr-svg-icon--check"
10
7
  >
11
- <circle
12
- cx="12"
13
- cy="5"
14
- r="2"
15
- />
16
- <circle
17
- cx="12"
18
- cy="12"
19
- r="2"
20
- />
21
- <circle
22
- cx="12"
23
- cy="19"
24
- r="2"
25
- />
26
- </svg>
8
+ <svg
9
+ aria-hidden="true"
10
+ className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
11
+ focusable="false"
12
+ viewBox="0 0 24 24"
13
+ >
14
+ <circle
15
+ cx="12"
16
+ cy="5"
17
+ r="2"
18
+ />
19
+ <circle
20
+ cx="12"
21
+ cy="12"
22
+ r="2"
23
+ />
24
+ <circle
25
+ cx="12"
26
+ cy="19"
27
+ r="2"
28
+ />
29
+ </svg>
30
+ </ForwardRef(SvgIcon)>
27
31
  </ForwardRef(MoreVertIcon)>
28
32
  `;
29
33
 
@@ -31,28 +35,33 @@ exports[`renders the MoreVertIcon with prop size=l 1`] = `
31
35
  <ForwardRef(MoreVertIcon)
32
36
  size="l"
33
37
  >
34
- <svg
35
- aria-hidden="true"
36
- className="govgr-svg-icon--dark govgr-svg-icon--l govgr-svg-icon govgr-svg-icon--more-vert"
37
- focusable="false"
38
- viewBox="0 0 24 24"
38
+ <ForwardRef(SvgIcon)
39
+ className="govgr-svg-icon--check"
40
+ size="l"
39
41
  >
40
- <circle
41
- cx="12"
42
- cy="5"
43
- r="2"
44
- />
45
- <circle
46
- cx="12"
47
- cy="12"
48
- r="2"
49
- />
50
- <circle
51
- cx="12"
52
- cy="19"
53
- r="2"
54
- />
55
- </svg>
42
+ <svg
43
+ aria-hidden="true"
44
+ className="govgr-svg-icon--dark govgr-svg-icon--l govgr-svg-icon--check govgr-svg-icon"
45
+ focusable="false"
46
+ viewBox="0 0 24 24"
47
+ >
48
+ <circle
49
+ cx="12"
50
+ cy="5"
51
+ r="2"
52
+ />
53
+ <circle
54
+ cx="12"
55
+ cy="12"
56
+ r="2"
57
+ />
58
+ <circle
59
+ cx="12"
60
+ cy="19"
61
+ r="2"
62
+ />
63
+ </svg>
64
+ </ForwardRef(SvgIcon)>
56
65
  </ForwardRef(MoreVertIcon)>
57
66
  `;
58
67
 
@@ -60,28 +69,33 @@ exports[`renders the MoreVertIcon with prop size=m 1`] = `
60
69
  <ForwardRef(MoreVertIcon)
61
70
  size="m"
62
71
  >
63
- <svg
64
- aria-hidden="true"
65
- className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
66
- focusable="false"
67
- viewBox="0 0 24 24"
72
+ <ForwardRef(SvgIcon)
73
+ className="govgr-svg-icon--check"
74
+ size="m"
68
75
  >
69
- <circle
70
- cx="12"
71
- cy="5"
72
- r="2"
73
- />
74
- <circle
75
- cx="12"
76
- cy="12"
77
- r="2"
78
- />
79
- <circle
80
- cx="12"
81
- cy="19"
82
- r="2"
83
- />
84
- </svg>
76
+ <svg
77
+ aria-hidden="true"
78
+ className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
79
+ focusable="false"
80
+ viewBox="0 0 24 24"
81
+ >
82
+ <circle
83
+ cx="12"
84
+ cy="5"
85
+ r="2"
86
+ />
87
+ <circle
88
+ cx="12"
89
+ cy="12"
90
+ r="2"
91
+ />
92
+ <circle
93
+ cx="12"
94
+ cy="19"
95
+ r="2"
96
+ />
97
+ </svg>
98
+ </ForwardRef(SvgIcon)>
85
99
  </ForwardRef(MoreVertIcon)>
86
100
  `;
87
101
 
@@ -89,28 +103,33 @@ exports[`renders the MoreVertIcon with prop size=s 1`] = `
89
103
  <ForwardRef(MoreVertIcon)
90
104
  size="s"
91
105
  >
92
- <svg
93
- aria-hidden="true"
94
- className="govgr-svg-icon--dark govgr-svg-icon--s govgr-svg-icon govgr-svg-icon--more-vert"
95
- focusable="false"
96
- viewBox="0 0 24 24"
106
+ <ForwardRef(SvgIcon)
107
+ className="govgr-svg-icon--check"
108
+ size="s"
97
109
  >
98
- <circle
99
- cx="12"
100
- cy="5"
101
- r="2"
102
- />
103
- <circle
104
- cx="12"
105
- cy="12"
106
- r="2"
107
- />
108
- <circle
109
- cx="12"
110
- cy="19"
111
- r="2"
112
- />
113
- </svg>
110
+ <svg
111
+ aria-hidden="true"
112
+ className="govgr-svg-icon--dark govgr-svg-icon--s govgr-svg-icon--check govgr-svg-icon"
113
+ focusable="false"
114
+ viewBox="0 0 24 24"
115
+ >
116
+ <circle
117
+ cx="12"
118
+ cy="5"
119
+ r="2"
120
+ />
121
+ <circle
122
+ cx="12"
123
+ cy="12"
124
+ r="2"
125
+ />
126
+ <circle
127
+ cx="12"
128
+ cy="19"
129
+ r="2"
130
+ />
131
+ </svg>
132
+ </ForwardRef(SvgIcon)>
114
133
  </ForwardRef(MoreVertIcon)>
115
134
  `;
116
135
 
@@ -118,28 +137,33 @@ exports[`renders the MoreVertIcon with prop size=xl 1`] = `
118
137
  <ForwardRef(MoreVertIcon)
119
138
  size="xl"
120
139
  >
121
- <svg
122
- aria-hidden="true"
123
- className="govgr-svg-icon--dark govgr-svg-icon--xl govgr-svg-icon govgr-svg-icon--more-vert"
124
- focusable="false"
125
- viewBox="0 0 24 24"
140
+ <ForwardRef(SvgIcon)
141
+ className="govgr-svg-icon--check"
142
+ size="xl"
126
143
  >
127
- <circle
128
- cx="12"
129
- cy="5"
130
- r="2"
131
- />
132
- <circle
133
- cx="12"
134
- cy="12"
135
- r="2"
136
- />
137
- <circle
138
- cx="12"
139
- cy="19"
140
- r="2"
141
- />
142
- </svg>
144
+ <svg
145
+ aria-hidden="true"
146
+ className="govgr-svg-icon--dark govgr-svg-icon--xl govgr-svg-icon--check govgr-svg-icon"
147
+ focusable="false"
148
+ viewBox="0 0 24 24"
149
+ >
150
+ <circle
151
+ cx="12"
152
+ cy="5"
153
+ r="2"
154
+ />
155
+ <circle
156
+ cx="12"
157
+ cy="12"
158
+ r="2"
159
+ />
160
+ <circle
161
+ cx="12"
162
+ cy="19"
163
+ r="2"
164
+ />
165
+ </svg>
166
+ </ForwardRef(SvgIcon)>
143
167
  </ForwardRef(MoreVertIcon)>
144
168
  `;
145
169
 
@@ -147,28 +171,33 @@ exports[`renders the MoreVertIcon with prop variant=dark 1`] = `
147
171
  <ForwardRef(MoreVertIcon)
148
172
  variant="dark"
149
173
  >
150
- <svg
151
- aria-hidden="true"
152
- className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
153
- focusable="false"
154
- viewBox="0 0 24 24"
174
+ <ForwardRef(SvgIcon)
175
+ className="govgr-svg-icon--check"
176
+ variant="dark"
155
177
  >
156
- <circle
157
- cx="12"
158
- cy="5"
159
- r="2"
160
- />
161
- <circle
162
- cx="12"
163
- cy="12"
164
- r="2"
165
- />
166
- <circle
167
- cx="12"
168
- cy="19"
169
- r="2"
170
- />
171
- </svg>
178
+ <svg
179
+ aria-hidden="true"
180
+ className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
181
+ focusable="false"
182
+ viewBox="0 0 24 24"
183
+ >
184
+ <circle
185
+ cx="12"
186
+ cy="5"
187
+ r="2"
188
+ />
189
+ <circle
190
+ cx="12"
191
+ cy="12"
192
+ r="2"
193
+ />
194
+ <circle
195
+ cx="12"
196
+ cy="19"
197
+ r="2"
198
+ />
199
+ </svg>
200
+ </ForwardRef(SvgIcon)>
172
201
  </ForwardRef(MoreVertIcon)>
173
202
  `;
174
203
 
@@ -176,28 +205,33 @@ exports[`renders the MoreVertIcon with prop variant=error 1`] = `
176
205
  <ForwardRef(MoreVertIcon)
177
206
  variant="error"
178
207
  >
179
- <svg
180
- aria-hidden="true"
181
- className="govgr-svg-icon--error govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
182
- focusable="false"
183
- viewBox="0 0 24 24"
208
+ <ForwardRef(SvgIcon)
209
+ className="govgr-svg-icon--check"
210
+ variant="error"
184
211
  >
185
- <circle
186
- cx="12"
187
- cy="5"
188
- r="2"
189
- />
190
- <circle
191
- cx="12"
192
- cy="12"
193
- r="2"
194
- />
195
- <circle
196
- cx="12"
197
- cy="19"
198
- r="2"
199
- />
200
- </svg>
212
+ <svg
213
+ aria-hidden="true"
214
+ className="govgr-svg-icon--error govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
215
+ focusable="false"
216
+ viewBox="0 0 24 24"
217
+ >
218
+ <circle
219
+ cx="12"
220
+ cy="5"
221
+ r="2"
222
+ />
223
+ <circle
224
+ cx="12"
225
+ cy="12"
226
+ r="2"
227
+ />
228
+ <circle
229
+ cx="12"
230
+ cy="19"
231
+ r="2"
232
+ />
233
+ </svg>
234
+ </ForwardRef(SvgIcon)>
201
235
  </ForwardRef(MoreVertIcon)>
202
236
  `;
203
237
 
@@ -206,28 +240,34 @@ exports[`renders the MoreVertIcon with prop variant=error and size= xl 1`] = `
206
240
  size="xl"
207
241
  variant="warning"
208
242
  >
209
- <svg
210
- aria-hidden="true"
211
- className="govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon govgr-svg-icon--more-vert"
212
- focusable="false"
213
- viewBox="0 0 24 24"
243
+ <ForwardRef(SvgIcon)
244
+ className="govgr-svg-icon--check"
245
+ size="xl"
246
+ variant="warning"
214
247
  >
215
- <circle
216
- cx="12"
217
- cy="5"
218
- r="2"
219
- />
220
- <circle
221
- cx="12"
222
- cy="12"
223
- r="2"
224
- />
225
- <circle
226
- cx="12"
227
- cy="19"
228
- r="2"
229
- />
230
- </svg>
248
+ <svg
249
+ aria-hidden="true"
250
+ className="govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon--check govgr-svg-icon"
251
+ focusable="false"
252
+ viewBox="0 0 24 24"
253
+ >
254
+ <circle
255
+ cx="12"
256
+ cy="5"
257
+ r="2"
258
+ />
259
+ <circle
260
+ cx="12"
261
+ cy="12"
262
+ r="2"
263
+ />
264
+ <circle
265
+ cx="12"
266
+ cy="19"
267
+ r="2"
268
+ />
269
+ </svg>
270
+ </ForwardRef(SvgIcon)>
231
271
  </ForwardRef(MoreVertIcon)>
232
272
  `;
233
273
 
@@ -235,28 +275,33 @@ exports[`renders the MoreVertIcon with prop variant=focus 1`] = `
235
275
  <ForwardRef(MoreVertIcon)
236
276
  variant="focus"
237
277
  >
238
- <svg
239
- aria-hidden="true"
240
- className="govgr-svg-icon--focus govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
241
- focusable="false"
242
- viewBox="0 0 24 24"
278
+ <ForwardRef(SvgIcon)
279
+ className="govgr-svg-icon--check"
280
+ variant="focus"
243
281
  >
244
- <circle
245
- cx="12"
246
- cy="5"
247
- r="2"
248
- />
249
- <circle
250
- cx="12"
251
- cy="12"
252
- r="2"
253
- />
254
- <circle
255
- cx="12"
256
- cy="19"
257
- r="2"
258
- />
259
- </svg>
282
+ <svg
283
+ aria-hidden="true"
284
+ className="govgr-svg-icon--focus govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
285
+ focusable="false"
286
+ viewBox="0 0 24 24"
287
+ >
288
+ <circle
289
+ cx="12"
290
+ cy="5"
291
+ r="2"
292
+ />
293
+ <circle
294
+ cx="12"
295
+ cy="12"
296
+ r="2"
297
+ />
298
+ <circle
299
+ cx="12"
300
+ cy="19"
301
+ r="2"
302
+ />
303
+ </svg>
304
+ </ForwardRef(SvgIcon)>
260
305
  </ForwardRef(MoreVertIcon)>
261
306
  `;
262
307
 
@@ -264,28 +309,33 @@ exports[`renders the MoreVertIcon with prop variant=gray 1`] = `
264
309
  <ForwardRef(MoreVertIcon)
265
310
  variant="gray"
266
311
  >
267
- <svg
268
- aria-hidden="true"
269
- className="govgr-svg-icon--gray govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
270
- focusable="false"
271
- viewBox="0 0 24 24"
312
+ <ForwardRef(SvgIcon)
313
+ className="govgr-svg-icon--check"
314
+ variant="gray"
272
315
  >
273
- <circle
274
- cx="12"
275
- cy="5"
276
- r="2"
277
- />
278
- <circle
279
- cx="12"
280
- cy="12"
281
- r="2"
282
- />
283
- <circle
284
- cx="12"
285
- cy="19"
286
- r="2"
287
- />
288
- </svg>
316
+ <svg
317
+ aria-hidden="true"
318
+ className="govgr-svg-icon--gray govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
319
+ focusable="false"
320
+ viewBox="0 0 24 24"
321
+ >
322
+ <circle
323
+ cx="12"
324
+ cy="5"
325
+ r="2"
326
+ />
327
+ <circle
328
+ cx="12"
329
+ cy="12"
330
+ r="2"
331
+ />
332
+ <circle
333
+ cx="12"
334
+ cy="19"
335
+ r="2"
336
+ />
337
+ </svg>
338
+ </ForwardRef(SvgIcon)>
289
339
  </ForwardRef(MoreVertIcon)>
290
340
  `;
291
341
 
@@ -293,28 +343,33 @@ exports[`renders the MoreVertIcon with prop variant=light 1`] = `
293
343
  <ForwardRef(MoreVertIcon)
294
344
  variant="light"
295
345
  >
296
- <svg
297
- aria-hidden="true"
298
- className="govgr-svg-icon--light govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
299
- focusable="false"
300
- viewBox="0 0 24 24"
346
+ <ForwardRef(SvgIcon)
347
+ className="govgr-svg-icon--check"
348
+ variant="light"
301
349
  >
302
- <circle
303
- cx="12"
304
- cy="5"
305
- r="2"
306
- />
307
- <circle
308
- cx="12"
309
- cy="12"
310
- r="2"
311
- />
312
- <circle
313
- cx="12"
314
- cy="19"
315
- r="2"
316
- />
317
- </svg>
350
+ <svg
351
+ aria-hidden="true"
352
+ className="govgr-svg-icon--light govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
353
+ focusable="false"
354
+ viewBox="0 0 24 24"
355
+ >
356
+ <circle
357
+ cx="12"
358
+ cy="5"
359
+ r="2"
360
+ />
361
+ <circle
362
+ cx="12"
363
+ cy="12"
364
+ r="2"
365
+ />
366
+ <circle
367
+ cx="12"
368
+ cy="19"
369
+ r="2"
370
+ />
371
+ </svg>
372
+ </ForwardRef(SvgIcon)>
318
373
  </ForwardRef(MoreVertIcon)>
319
374
  `;
320
375
 
@@ -322,28 +377,33 @@ exports[`renders the MoreVertIcon with prop variant=primary 1`] = `
322
377
  <ForwardRef(MoreVertIcon)
323
378
  variant="primary"
324
379
  >
325
- <svg
326
- aria-hidden="true"
327
- className="govgr-svg-icon--primary govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
328
- focusable="false"
329
- viewBox="0 0 24 24"
380
+ <ForwardRef(SvgIcon)
381
+ className="govgr-svg-icon--check"
382
+ variant="primary"
330
383
  >
331
- <circle
332
- cx="12"
333
- cy="5"
334
- r="2"
335
- />
336
- <circle
337
- cx="12"
338
- cy="12"
339
- r="2"
340
- />
341
- <circle
342
- cx="12"
343
- cy="19"
344
- r="2"
345
- />
346
- </svg>
384
+ <svg
385
+ aria-hidden="true"
386
+ className="govgr-svg-icon--primary govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
387
+ focusable="false"
388
+ viewBox="0 0 24 24"
389
+ >
390
+ <circle
391
+ cx="12"
392
+ cy="5"
393
+ r="2"
394
+ />
395
+ <circle
396
+ cx="12"
397
+ cy="12"
398
+ r="2"
399
+ />
400
+ <circle
401
+ cx="12"
402
+ cy="19"
403
+ r="2"
404
+ />
405
+ </svg>
406
+ </ForwardRef(SvgIcon)>
347
407
  </ForwardRef(MoreVertIcon)>
348
408
  `;
349
409
 
@@ -351,28 +411,33 @@ exports[`renders the MoreVertIcon with prop variant=success 1`] = `
351
411
  <ForwardRef(MoreVertIcon)
352
412
  variant="success"
353
413
  >
354
- <svg
355
- aria-hidden="true"
356
- className="govgr-svg-icon--success govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
357
- focusable="false"
358
- viewBox="0 0 24 24"
414
+ <ForwardRef(SvgIcon)
415
+ className="govgr-svg-icon--check"
416
+ variant="success"
359
417
  >
360
- <circle
361
- cx="12"
362
- cy="5"
363
- r="2"
364
- />
365
- <circle
366
- cx="12"
367
- cy="12"
368
- r="2"
369
- />
370
- <circle
371
- cx="12"
372
- cy="19"
373
- r="2"
374
- />
375
- </svg>
418
+ <svg
419
+ aria-hidden="true"
420
+ className="govgr-svg-icon--success govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
421
+ focusable="false"
422
+ viewBox="0 0 24 24"
423
+ >
424
+ <circle
425
+ cx="12"
426
+ cy="5"
427
+ r="2"
428
+ />
429
+ <circle
430
+ cx="12"
431
+ cy="12"
432
+ r="2"
433
+ />
434
+ <circle
435
+ cx="12"
436
+ cy="19"
437
+ r="2"
438
+ />
439
+ </svg>
440
+ </ForwardRef(SvgIcon)>
376
441
  </ForwardRef(MoreVertIcon)>
377
442
  `;
378
443
 
@@ -380,28 +445,33 @@ exports[`renders the MoreVertIcon with prop variant=warning 1`] = `
380
445
  <ForwardRef(MoreVertIcon)
381
446
  variant="warning"
382
447
  >
383
- <svg
384
- aria-hidden="true"
385
- className="govgr-svg-icon--warning govgr-svg-icon--m govgr-svg-icon govgr-svg-icon--more-vert"
386
- focusable="false"
387
- viewBox="0 0 24 24"
448
+ <ForwardRef(SvgIcon)
449
+ className="govgr-svg-icon--check"
450
+ variant="warning"
388
451
  >
389
- <circle
390
- cx="12"
391
- cy="5"
392
- r="2"
393
- />
394
- <circle
395
- cx="12"
396
- cy="12"
397
- r="2"
398
- />
399
- <circle
400
- cx="12"
401
- cy="19"
402
- r="2"
403
- />
404
- </svg>
452
+ <svg
453
+ aria-hidden="true"
454
+ className="govgr-svg-icon--warning govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
455
+ focusable="false"
456
+ viewBox="0 0 24 24"
457
+ >
458
+ <circle
459
+ cx="12"
460
+ cy="5"
461
+ r="2"
462
+ />
463
+ <circle
464
+ cx="12"
465
+ cy="12"
466
+ r="2"
467
+ />
468
+ <circle
469
+ cx="12"
470
+ cy="19"
471
+ r="2"
472
+ />
473
+ </svg>
474
+ </ForwardRef(SvgIcon)>
405
475
  </ForwardRef(MoreVertIcon)>
406
476
  `;
407
477
 
@@ -410,27 +480,33 @@ exports[`renders the MoreVertIcon with prop variant=warning and size=s 1`] = `
410
480
  size="s"
411
481
  variant="warning"
412
482
  >
413
- <svg
414
- aria-hidden="true"
415
- className="govgr-svg-icon--warning govgr-svg-icon--s govgr-svg-icon govgr-svg-icon--more-vert"
416
- focusable="false"
417
- viewBox="0 0 24 24"
483
+ <ForwardRef(SvgIcon)
484
+ className="govgr-svg-icon--check"
485
+ size="s"
486
+ variant="warning"
418
487
  >
419
- <circle
420
- cx="12"
421
- cy="5"
422
- r="2"
423
- />
424
- <circle
425
- cx="12"
426
- cy="12"
427
- r="2"
428
- />
429
- <circle
430
- cx="12"
431
- cy="19"
432
- r="2"
433
- />
434
- </svg>
488
+ <svg
489
+ aria-hidden="true"
490
+ className="govgr-svg-icon--warning govgr-svg-icon--s govgr-svg-icon--check govgr-svg-icon"
491
+ focusable="false"
492
+ viewBox="0 0 24 24"
493
+ >
494
+ <circle
495
+ cx="12"
496
+ cy="5"
497
+ r="2"
498
+ />
499
+ <circle
500
+ cx="12"
501
+ cy="12"
502
+ r="2"
503
+ />
504
+ <circle
505
+ cx="12"
506
+ cy="19"
507
+ r="2"
508
+ />
509
+ </svg>
510
+ </ForwardRef(SvgIcon)>
435
511
  </ForwardRef(MoreVertIcon)>
436
512
  `;