@digigov/react-icons 1.0.0-rc

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 (208) hide show
  1. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  2. package/AccessibilityIcon/config.d.ts +8 -0
  3. package/AccessibilityIcon/config.js +31 -0
  4. package/AccessibilityIcon/index.d.ts +4 -0
  5. package/AccessibilityIcon/index.js +24 -0
  6. package/AccessibilityIcon/index.test.d.ts +1 -0
  7. package/AccessibilityIcon/index.test.js +137 -0
  8. package/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  9. package/ArrowIcon/config.d.ts +6 -0
  10. package/ArrowIcon/config.js +39 -0
  11. package/ArrowIcon/index.d.ts +4 -0
  12. package/ArrowIcon/index.js +24 -0
  13. package/ArrowIcon/index.test.d.ts +1 -0
  14. package/ArrowIcon/index.test.js +39 -0
  15. package/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  16. package/BurgerIcon/config.d.ts +6 -0
  17. package/BurgerIcon/config.js +45 -0
  18. package/BurgerIcon/index.d.ts +4 -0
  19. package/BurgerIcon/index.js +24 -0
  20. package/BurgerIcon/index.test.d.ts +1 -0
  21. package/BurgerIcon/index.test.js +56 -0
  22. package/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  23. package/CaretIcon/config.d.ts +6 -0
  24. package/CaretIcon/config.js +39 -0
  25. package/CaretIcon/index.d.ts +4 -0
  26. package/CaretIcon/index.js +24 -0
  27. package/CaretIcon/index.test.d.ts +1 -0
  28. package/CaretIcon/index.test.js +39 -0
  29. package/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  30. package/CheckIcon/config.d.ts +8 -0
  31. package/CheckIcon/config.js +23 -0
  32. package/CheckIcon/index.d.ts +4 -0
  33. package/CheckIcon/index.js +24 -0
  34. package/CheckIcon/index.test.d.ts +1 -0
  35. package/CheckIcon/index.test.js +129 -0
  36. package/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  37. package/CloseIcon/config.d.ts +8 -0
  38. package/CloseIcon/config.js +23 -0
  39. package/CloseIcon/index.d.ts +4 -0
  40. package/CloseIcon/index.js +24 -0
  41. package/CloseIcon/index.test.d.ts +1 -0
  42. package/CloseIcon/index.test.js +15 -0
  43. package/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  44. package/GlobeIcon/config.d.ts +8 -0
  45. package/GlobeIcon/config.js +23 -0
  46. package/GlobeIcon/index.d.ts +4 -0
  47. package/GlobeIcon/index.js +24 -0
  48. package/GlobeIcon/index.test.d.ts +1 -0
  49. package/GlobeIcon/index.test.js +39 -0
  50. package/LICENSE +0 -0
  51. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  52. package/MoreVertIcon/config.d.ts +8 -0
  53. package/MoreVertIcon/config.js +37 -0
  54. package/MoreVertIcon/index.d.ts +4 -0
  55. package/MoreVertIcon/index.js +24 -0
  56. package/MoreVertIcon/index.test.d.ts +1 -0
  57. package/MoreVertIcon/index.test.js +129 -0
  58. package/README.md +0 -0
  59. package/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  60. package/SearchIcon/config.d.ts +8 -0
  61. package/SearchIcon/config.js +23 -0
  62. package/SearchIcon/index.d.ts +4 -0
  63. package/SearchIcon/index.js +24 -0
  64. package/SearchIcon/index.test.d.ts +1 -0
  65. package/SearchIcon/index.test.js +15 -0
  66. package/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  67. package/UncheckIcon/config.d.ts +8 -0
  68. package/UncheckIcon/config.js +23 -0
  69. package/UncheckIcon/index.d.ts +4 -0
  70. package/UncheckIcon/index.js +24 -0
  71. package/UncheckIcon/index.test.d.ts +1 -0
  72. package/UncheckIcon/index.test.js +129 -0
  73. package/es/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  74. package/es/AccessibilityIcon/config.js +19 -0
  75. package/es/AccessibilityIcon/index.js +9 -0
  76. package/es/AccessibilityIcon/index.test.js +131 -0
  77. package/es/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  78. package/es/ArrowIcon/config.js +27 -0
  79. package/es/ArrowIcon/index.js +9 -0
  80. package/es/ArrowIcon/index.test.js +33 -0
  81. package/es/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  82. package/es/BurgerIcon/config.js +32 -0
  83. package/es/BurgerIcon/index.js +9 -0
  84. package/es/BurgerIcon/index.test.js +50 -0
  85. package/es/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  86. package/es/CaretIcon/config.js +27 -0
  87. package/es/CaretIcon/index.js +9 -0
  88. package/es/CaretIcon/index.test.js +33 -0
  89. package/es/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  90. package/es/CheckIcon/config.js +11 -0
  91. package/es/CheckIcon/index.js +9 -0
  92. package/es/CheckIcon/index.test.js +123 -0
  93. package/es/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  94. package/es/CloseIcon/config.js +11 -0
  95. package/es/CloseIcon/index.js +9 -0
  96. package/es/CloseIcon/index.test.js +9 -0
  97. package/es/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  98. package/es/GlobeIcon/config.js +11 -0
  99. package/es/GlobeIcon/index.js +9 -0
  100. package/es/GlobeIcon/index.test.js +33 -0
  101. package/es/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  102. package/es/MoreVertIcon/config.js +25 -0
  103. package/es/MoreVertIcon/index.js +9 -0
  104. package/es/MoreVertIcon/index.test.js +123 -0
  105. package/es/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  106. package/es/SearchIcon/config.js +11 -0
  107. package/es/SearchIcon/index.js +9 -0
  108. package/es/SearchIcon/index.test.js +9 -0
  109. package/es/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  110. package/es/UncheckIcon/config.js +11 -0
  111. package/es/UncheckIcon/index.js +9 -0
  112. package/es/UncheckIcon/index.test.js +123 -0
  113. package/es/icons.js +11 -0
  114. package/es/index.js +10 -0
  115. package/es/registry.js +42 -0
  116. package/esm/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  117. package/esm/AccessibilityIcon/config.js +19 -0
  118. package/esm/AccessibilityIcon/index.js +9 -0
  119. package/esm/AccessibilityIcon/index.test.js +131 -0
  120. package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  121. package/esm/ArrowIcon/config.js +27 -0
  122. package/esm/ArrowIcon/index.js +9 -0
  123. package/esm/ArrowIcon/index.test.js +33 -0
  124. package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  125. package/esm/BurgerIcon/config.js +32 -0
  126. package/esm/BurgerIcon/index.js +9 -0
  127. package/esm/BurgerIcon/index.test.js +50 -0
  128. package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  129. package/esm/CaretIcon/config.js +27 -0
  130. package/esm/CaretIcon/index.js +9 -0
  131. package/esm/CaretIcon/index.test.js +33 -0
  132. package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  133. package/esm/CheckIcon/config.js +11 -0
  134. package/esm/CheckIcon/index.js +9 -0
  135. package/esm/CheckIcon/index.test.js +123 -0
  136. package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  137. package/esm/CloseIcon/config.js +11 -0
  138. package/esm/CloseIcon/index.js +9 -0
  139. package/esm/CloseIcon/index.test.js +9 -0
  140. package/esm/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  141. package/esm/GlobeIcon/config.js +11 -0
  142. package/esm/GlobeIcon/index.js +9 -0
  143. package/esm/GlobeIcon/index.test.js +33 -0
  144. package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  145. package/esm/MoreVertIcon/config.js +25 -0
  146. package/esm/MoreVertIcon/index.js +9 -0
  147. package/esm/MoreVertIcon/index.test.js +123 -0
  148. package/esm/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  149. package/esm/SearchIcon/config.js +11 -0
  150. package/esm/SearchIcon/index.js +9 -0
  151. package/esm/SearchIcon/index.test.js +9 -0
  152. package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  153. package/esm/UncheckIcon/config.js +11 -0
  154. package/esm/UncheckIcon/index.js +9 -0
  155. package/esm/UncheckIcon/index.test.js +123 -0
  156. package/esm/icons.js +11 -0
  157. package/esm/index.js +10 -0
  158. package/esm/registry.js +42 -0
  159. package/icons.d.ts +32 -0
  160. package/icons.js +135 -0
  161. package/index.d.ts +10 -0
  162. package/index.js +135 -0
  163. package/package.json +25 -0
  164. package/registry.d.ts +15 -0
  165. package/registry.js +67 -0
  166. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  167. package/src/AccessibilityIcon/config.tsx +22 -0
  168. package/src/AccessibilityIcon/index.test.tsx +57 -0
  169. package/src/AccessibilityIcon/index.tsx +10 -0
  170. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  171. package/src/ArrowIcon/config.tsx +29 -0
  172. package/src/ArrowIcon/index.test.tsx +20 -0
  173. package/src/ArrowIcon/index.tsx +8 -0
  174. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  175. package/src/BurgerIcon/config.tsx +25 -0
  176. package/src/BurgerIcon/index.test.tsx +26 -0
  177. package/src/BurgerIcon/index.tsx +8 -0
  178. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  179. package/src/CaretIcon/config.tsx +21 -0
  180. package/src/CaretIcon/index.test.tsx +20 -0
  181. package/src/CaretIcon/index.tsx +8 -0
  182. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  183. package/src/CheckIcon/config.tsx +15 -0
  184. package/src/CheckIcon/index.test.tsx +50 -0
  185. package/src/CheckIcon/index.tsx +8 -0
  186. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  187. package/src/CloseIcon/config.tsx +15 -0
  188. package/src/CloseIcon/index.test.tsx +8 -0
  189. package/src/CloseIcon/index.tsx +8 -0
  190. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  191. package/src/GlobeIcon/config.tsx +26 -0
  192. package/src/GlobeIcon/index.test.tsx +19 -0
  193. package/src/GlobeIcon/index.tsx +8 -0
  194. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  195. package/src/MoreVertIcon/config.tsx +17 -0
  196. package/src/MoreVertIcon/index.test.tsx +50 -0
  197. package/src/MoreVertIcon/index.tsx +8 -0
  198. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  199. package/src/SearchIcon/config.tsx +15 -0
  200. package/src/SearchIcon/index.test.tsx +8 -0
  201. package/src/SearchIcon/index.tsx +8 -0
  202. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  203. package/src/UncheckIcon/config.tsx +15 -0
  204. package/src/UncheckIcon/index.test.tsx +50 -0
  205. package/src/UncheckIcon/index.tsx +8 -0
  206. package/src/icons.ts +34 -0
  207. package/src/index.ts +10 -0
  208. package/src/registry.js +47 -0
@@ -0,0 +1,738 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`renders the MoreVertIcon with no props 1`] = `
4
+ <MoreVertIcon>
5
+ <ForwardRef(Icon)
6
+ icon="moreVert"
7
+ >
8
+ <ForwardRef(SvgIcon)
9
+ className="govgr-svg-icon--moreVert"
10
+ >
11
+ <ForwardRef(Base)
12
+ aria-hidden="true"
13
+ as="svg"
14
+ className="govgr-svg-icon--moreVert govgr-svg-icon"
15
+ focusable="false"
16
+ viewBox="0 0 24 24"
17
+ >
18
+ <svg
19
+ aria-hidden="true"
20
+ className="govgr-svg-icon--moreVert govgr-svg-icon"
21
+ focusable="false"
22
+ viewBox="0 0 24 24"
23
+ >
24
+ <moreVert>
25
+ <circle
26
+ cx="12"
27
+ cy="5"
28
+ r="2"
29
+ />
30
+ <circle
31
+ cx="12"
32
+ cy="12"
33
+ r="2"
34
+ />
35
+ <circle
36
+ cx="12"
37
+ cy="19"
38
+ r="2"
39
+ />
40
+ </moreVert>
41
+ </svg>
42
+ </ForwardRef(Base)>
43
+ </ForwardRef(SvgIcon)>
44
+ </ForwardRef(Icon)>
45
+ </MoreVertIcon>
46
+ `;
47
+
48
+ exports[`renders the MoreVertIcon with prop size=l 1`] = `
49
+ <MoreVertIcon
50
+ size="lg"
51
+ >
52
+ <ForwardRef(Icon)
53
+ icon="moreVert"
54
+ size="lg"
55
+ >
56
+ <ForwardRef(SvgIcon)
57
+ className="govgr-svg-icon--moreVert"
58
+ size="lg"
59
+ >
60
+ <ForwardRef(Base)
61
+ aria-hidden="true"
62
+ as="svg"
63
+ className="govgr-svg-icon--moreVert govgr-svg-icon--lg govgr-svg-icon"
64
+ focusable="false"
65
+ viewBox="0 0 24 24"
66
+ >
67
+ <svg
68
+ aria-hidden="true"
69
+ className="govgr-svg-icon--moreVert govgr-svg-icon--lg govgr-svg-icon"
70
+ focusable="false"
71
+ viewBox="0 0 24 24"
72
+ >
73
+ <moreVert>
74
+ <circle
75
+ cx="12"
76
+ cy="5"
77
+ r="2"
78
+ />
79
+ <circle
80
+ cx="12"
81
+ cy="12"
82
+ r="2"
83
+ />
84
+ <circle
85
+ cx="12"
86
+ cy="19"
87
+ r="2"
88
+ />
89
+ </moreVert>
90
+ </svg>
91
+ </ForwardRef(Base)>
92
+ </ForwardRef(SvgIcon)>
93
+ </ForwardRef(Icon)>
94
+ </MoreVertIcon>
95
+ `;
96
+
97
+ exports[`renders the MoreVertIcon with prop size=m 1`] = `
98
+ <MoreVertIcon
99
+ size="md"
100
+ >
101
+ <ForwardRef(Icon)
102
+ icon="moreVert"
103
+ size="md"
104
+ >
105
+ <ForwardRef(SvgIcon)
106
+ className="govgr-svg-icon--moreVert"
107
+ size="md"
108
+ >
109
+ <ForwardRef(Base)
110
+ aria-hidden="true"
111
+ as="svg"
112
+ className="govgr-svg-icon--moreVert govgr-svg-icon--md govgr-svg-icon"
113
+ focusable="false"
114
+ viewBox="0 0 24 24"
115
+ >
116
+ <svg
117
+ aria-hidden="true"
118
+ className="govgr-svg-icon--moreVert govgr-svg-icon--md govgr-svg-icon"
119
+ focusable="false"
120
+ viewBox="0 0 24 24"
121
+ >
122
+ <moreVert>
123
+ <circle
124
+ cx="12"
125
+ cy="5"
126
+ r="2"
127
+ />
128
+ <circle
129
+ cx="12"
130
+ cy="12"
131
+ r="2"
132
+ />
133
+ <circle
134
+ cx="12"
135
+ cy="19"
136
+ r="2"
137
+ />
138
+ </moreVert>
139
+ </svg>
140
+ </ForwardRef(Base)>
141
+ </ForwardRef(SvgIcon)>
142
+ </ForwardRef(Icon)>
143
+ </MoreVertIcon>
144
+ `;
145
+
146
+ exports[`renders the MoreVertIcon with prop size=s 1`] = `
147
+ <MoreVertIcon
148
+ size="sm"
149
+ >
150
+ <ForwardRef(Icon)
151
+ icon="moreVert"
152
+ size="sm"
153
+ >
154
+ <ForwardRef(SvgIcon)
155
+ className="govgr-svg-icon--moreVert"
156
+ size="sm"
157
+ >
158
+ <ForwardRef(Base)
159
+ aria-hidden="true"
160
+ as="svg"
161
+ className="govgr-svg-icon--moreVert govgr-svg-icon--sm govgr-svg-icon"
162
+ focusable="false"
163
+ viewBox="0 0 24 24"
164
+ >
165
+ <svg
166
+ aria-hidden="true"
167
+ className="govgr-svg-icon--moreVert govgr-svg-icon--sm govgr-svg-icon"
168
+ focusable="false"
169
+ viewBox="0 0 24 24"
170
+ >
171
+ <moreVert>
172
+ <circle
173
+ cx="12"
174
+ cy="5"
175
+ r="2"
176
+ />
177
+ <circle
178
+ cx="12"
179
+ cy="12"
180
+ r="2"
181
+ />
182
+ <circle
183
+ cx="12"
184
+ cy="19"
185
+ r="2"
186
+ />
187
+ </moreVert>
188
+ </svg>
189
+ </ForwardRef(Base)>
190
+ </ForwardRef(SvgIcon)>
191
+ </ForwardRef(Icon)>
192
+ </MoreVertIcon>
193
+ `;
194
+
195
+ exports[`renders the MoreVertIcon with prop size=xl 1`] = `
196
+ <MoreVertIcon
197
+ size="xl"
198
+ >
199
+ <ForwardRef(Icon)
200
+ icon="moreVert"
201
+ size="xl"
202
+ >
203
+ <ForwardRef(SvgIcon)
204
+ className="govgr-svg-icon--moreVert"
205
+ size="xl"
206
+ >
207
+ <ForwardRef(Base)
208
+ aria-hidden="true"
209
+ as="svg"
210
+ className="govgr-svg-icon--moreVert govgr-svg-icon--xl govgr-svg-icon"
211
+ focusable="false"
212
+ viewBox="0 0 24 24"
213
+ >
214
+ <svg
215
+ aria-hidden="true"
216
+ className="govgr-svg-icon--moreVert govgr-svg-icon--xl govgr-svg-icon"
217
+ focusable="false"
218
+ viewBox="0 0 24 24"
219
+ >
220
+ <moreVert>
221
+ <circle
222
+ cx="12"
223
+ cy="5"
224
+ r="2"
225
+ />
226
+ <circle
227
+ cx="12"
228
+ cy="12"
229
+ r="2"
230
+ />
231
+ <circle
232
+ cx="12"
233
+ cy="19"
234
+ r="2"
235
+ />
236
+ </moreVert>
237
+ </svg>
238
+ </ForwardRef(Base)>
239
+ </ForwardRef(SvgIcon)>
240
+ </ForwardRef(Icon)>
241
+ </MoreVertIcon>
242
+ `;
243
+
244
+ exports[`renders the MoreVertIcon with prop variant=dark 1`] = `
245
+ <MoreVertIcon
246
+ variant="dark"
247
+ >
248
+ <ForwardRef(Icon)
249
+ icon="moreVert"
250
+ variant="dark"
251
+ >
252
+ <ForwardRef(SvgIcon)
253
+ className="govgr-svg-icon--moreVert"
254
+ variant="dark"
255
+ >
256
+ <ForwardRef(Base)
257
+ aria-hidden="true"
258
+ as="svg"
259
+ className="govgr-svg-icon--moreVert govgr-svg-icon--dark govgr-svg-icon"
260
+ focusable="false"
261
+ viewBox="0 0 24 24"
262
+ >
263
+ <svg
264
+ aria-hidden="true"
265
+ className="govgr-svg-icon--moreVert govgr-svg-icon--dark govgr-svg-icon"
266
+ focusable="false"
267
+ viewBox="0 0 24 24"
268
+ >
269
+ <moreVert>
270
+ <circle
271
+ cx="12"
272
+ cy="5"
273
+ r="2"
274
+ />
275
+ <circle
276
+ cx="12"
277
+ cy="12"
278
+ r="2"
279
+ />
280
+ <circle
281
+ cx="12"
282
+ cy="19"
283
+ r="2"
284
+ />
285
+ </moreVert>
286
+ </svg>
287
+ </ForwardRef(Base)>
288
+ </ForwardRef(SvgIcon)>
289
+ </ForwardRef(Icon)>
290
+ </MoreVertIcon>
291
+ `;
292
+
293
+ exports[`renders the MoreVertIcon with prop variant=error 1`] = `
294
+ <MoreVertIcon
295
+ variant="error"
296
+ >
297
+ <ForwardRef(Icon)
298
+ icon="moreVert"
299
+ variant="error"
300
+ >
301
+ <ForwardRef(SvgIcon)
302
+ className="govgr-svg-icon--moreVert"
303
+ variant="error"
304
+ >
305
+ <ForwardRef(Base)
306
+ aria-hidden="true"
307
+ as="svg"
308
+ className="govgr-svg-icon--moreVert govgr-svg-icon--error govgr-svg-icon"
309
+ focusable="false"
310
+ viewBox="0 0 24 24"
311
+ >
312
+ <svg
313
+ aria-hidden="true"
314
+ className="govgr-svg-icon--moreVert govgr-svg-icon--error govgr-svg-icon"
315
+ focusable="false"
316
+ viewBox="0 0 24 24"
317
+ >
318
+ <moreVert>
319
+ <circle
320
+ cx="12"
321
+ cy="5"
322
+ r="2"
323
+ />
324
+ <circle
325
+ cx="12"
326
+ cy="12"
327
+ r="2"
328
+ />
329
+ <circle
330
+ cx="12"
331
+ cy="19"
332
+ r="2"
333
+ />
334
+ </moreVert>
335
+ </svg>
336
+ </ForwardRef(Base)>
337
+ </ForwardRef(SvgIcon)>
338
+ </ForwardRef(Icon)>
339
+ </MoreVertIcon>
340
+ `;
341
+
342
+ exports[`renders the MoreVertIcon with prop variant=error and size= xl 1`] = `
343
+ <MoreVertIcon
344
+ size="xl"
345
+ variant="warning"
346
+ >
347
+ <ForwardRef(Icon)
348
+ icon="moreVert"
349
+ size="xl"
350
+ variant="warning"
351
+ >
352
+ <ForwardRef(SvgIcon)
353
+ className="govgr-svg-icon--moreVert"
354
+ size="xl"
355
+ variant="warning"
356
+ >
357
+ <ForwardRef(Base)
358
+ aria-hidden="true"
359
+ as="svg"
360
+ className="govgr-svg-icon--moreVert govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
361
+ focusable="false"
362
+ viewBox="0 0 24 24"
363
+ >
364
+ <svg
365
+ aria-hidden="true"
366
+ className="govgr-svg-icon--moreVert govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
367
+ focusable="false"
368
+ viewBox="0 0 24 24"
369
+ >
370
+ <moreVert>
371
+ <circle
372
+ cx="12"
373
+ cy="5"
374
+ r="2"
375
+ />
376
+ <circle
377
+ cx="12"
378
+ cy="12"
379
+ r="2"
380
+ />
381
+ <circle
382
+ cx="12"
383
+ cy="19"
384
+ r="2"
385
+ />
386
+ </moreVert>
387
+ </svg>
388
+ </ForwardRef(Base)>
389
+ </ForwardRef(SvgIcon)>
390
+ </ForwardRef(Icon)>
391
+ </MoreVertIcon>
392
+ `;
393
+
394
+ exports[`renders the MoreVertIcon with prop variant=focus 1`] = `
395
+ <MoreVertIcon
396
+ variant="focus"
397
+ >
398
+ <ForwardRef(Icon)
399
+ icon="moreVert"
400
+ variant="focus"
401
+ >
402
+ <ForwardRef(SvgIcon)
403
+ className="govgr-svg-icon--moreVert"
404
+ variant="focus"
405
+ >
406
+ <ForwardRef(Base)
407
+ aria-hidden="true"
408
+ as="svg"
409
+ className="govgr-svg-icon--moreVert govgr-svg-icon--focus govgr-svg-icon"
410
+ focusable="false"
411
+ viewBox="0 0 24 24"
412
+ >
413
+ <svg
414
+ aria-hidden="true"
415
+ className="govgr-svg-icon--moreVert govgr-svg-icon--focus govgr-svg-icon"
416
+ focusable="false"
417
+ viewBox="0 0 24 24"
418
+ >
419
+ <moreVert>
420
+ <circle
421
+ cx="12"
422
+ cy="5"
423
+ r="2"
424
+ />
425
+ <circle
426
+ cx="12"
427
+ cy="12"
428
+ r="2"
429
+ />
430
+ <circle
431
+ cx="12"
432
+ cy="19"
433
+ r="2"
434
+ />
435
+ </moreVert>
436
+ </svg>
437
+ </ForwardRef(Base)>
438
+ </ForwardRef(SvgIcon)>
439
+ </ForwardRef(Icon)>
440
+ </MoreVertIcon>
441
+ `;
442
+
443
+ exports[`renders the MoreVertIcon with prop variant=gray 1`] = `
444
+ <MoreVertIcon
445
+ variant="gray"
446
+ >
447
+ <ForwardRef(Icon)
448
+ icon="moreVert"
449
+ variant="gray"
450
+ >
451
+ <ForwardRef(SvgIcon)
452
+ className="govgr-svg-icon--moreVert"
453
+ variant="gray"
454
+ >
455
+ <ForwardRef(Base)
456
+ aria-hidden="true"
457
+ as="svg"
458
+ className="govgr-svg-icon--moreVert govgr-svg-icon--gray govgr-svg-icon"
459
+ focusable="false"
460
+ viewBox="0 0 24 24"
461
+ >
462
+ <svg
463
+ aria-hidden="true"
464
+ className="govgr-svg-icon--moreVert govgr-svg-icon--gray govgr-svg-icon"
465
+ focusable="false"
466
+ viewBox="0 0 24 24"
467
+ >
468
+ <moreVert>
469
+ <circle
470
+ cx="12"
471
+ cy="5"
472
+ r="2"
473
+ />
474
+ <circle
475
+ cx="12"
476
+ cy="12"
477
+ r="2"
478
+ />
479
+ <circle
480
+ cx="12"
481
+ cy="19"
482
+ r="2"
483
+ />
484
+ </moreVert>
485
+ </svg>
486
+ </ForwardRef(Base)>
487
+ </ForwardRef(SvgIcon)>
488
+ </ForwardRef(Icon)>
489
+ </MoreVertIcon>
490
+ `;
491
+
492
+ exports[`renders the MoreVertIcon with prop variant=light 1`] = `
493
+ <MoreVertIcon
494
+ variant="light"
495
+ >
496
+ <ForwardRef(Icon)
497
+ icon="moreVert"
498
+ variant="light"
499
+ >
500
+ <ForwardRef(SvgIcon)
501
+ className="govgr-svg-icon--moreVert"
502
+ variant="light"
503
+ >
504
+ <ForwardRef(Base)
505
+ aria-hidden="true"
506
+ as="svg"
507
+ className="govgr-svg-icon--moreVert govgr-svg-icon--light govgr-svg-icon"
508
+ focusable="false"
509
+ viewBox="0 0 24 24"
510
+ >
511
+ <svg
512
+ aria-hidden="true"
513
+ className="govgr-svg-icon--moreVert govgr-svg-icon--light govgr-svg-icon"
514
+ focusable="false"
515
+ viewBox="0 0 24 24"
516
+ >
517
+ <moreVert>
518
+ <circle
519
+ cx="12"
520
+ cy="5"
521
+ r="2"
522
+ />
523
+ <circle
524
+ cx="12"
525
+ cy="12"
526
+ r="2"
527
+ />
528
+ <circle
529
+ cx="12"
530
+ cy="19"
531
+ r="2"
532
+ />
533
+ </moreVert>
534
+ </svg>
535
+ </ForwardRef(Base)>
536
+ </ForwardRef(SvgIcon)>
537
+ </ForwardRef(Icon)>
538
+ </MoreVertIcon>
539
+ `;
540
+
541
+ exports[`renders the MoreVertIcon with prop variant=primary 1`] = `
542
+ <MoreVertIcon
543
+ variant="primary"
544
+ >
545
+ <ForwardRef(Icon)
546
+ icon="moreVert"
547
+ variant="primary"
548
+ >
549
+ <ForwardRef(SvgIcon)
550
+ className="govgr-svg-icon--moreVert"
551
+ variant="primary"
552
+ >
553
+ <ForwardRef(Base)
554
+ aria-hidden="true"
555
+ as="svg"
556
+ className="govgr-svg-icon--moreVert govgr-svg-icon--primary govgr-svg-icon"
557
+ focusable="false"
558
+ viewBox="0 0 24 24"
559
+ >
560
+ <svg
561
+ aria-hidden="true"
562
+ className="govgr-svg-icon--moreVert govgr-svg-icon--primary govgr-svg-icon"
563
+ focusable="false"
564
+ viewBox="0 0 24 24"
565
+ >
566
+ <moreVert>
567
+ <circle
568
+ cx="12"
569
+ cy="5"
570
+ r="2"
571
+ />
572
+ <circle
573
+ cx="12"
574
+ cy="12"
575
+ r="2"
576
+ />
577
+ <circle
578
+ cx="12"
579
+ cy="19"
580
+ r="2"
581
+ />
582
+ </moreVert>
583
+ </svg>
584
+ </ForwardRef(Base)>
585
+ </ForwardRef(SvgIcon)>
586
+ </ForwardRef(Icon)>
587
+ </MoreVertIcon>
588
+ `;
589
+
590
+ exports[`renders the MoreVertIcon with prop variant=success 1`] = `
591
+ <MoreVertIcon
592
+ variant="success"
593
+ >
594
+ <ForwardRef(Icon)
595
+ icon="moreVert"
596
+ variant="success"
597
+ >
598
+ <ForwardRef(SvgIcon)
599
+ className="govgr-svg-icon--moreVert"
600
+ variant="success"
601
+ >
602
+ <ForwardRef(Base)
603
+ aria-hidden="true"
604
+ as="svg"
605
+ className="govgr-svg-icon--moreVert govgr-svg-icon--success govgr-svg-icon"
606
+ focusable="false"
607
+ viewBox="0 0 24 24"
608
+ >
609
+ <svg
610
+ aria-hidden="true"
611
+ className="govgr-svg-icon--moreVert govgr-svg-icon--success govgr-svg-icon"
612
+ focusable="false"
613
+ viewBox="0 0 24 24"
614
+ >
615
+ <moreVert>
616
+ <circle
617
+ cx="12"
618
+ cy="5"
619
+ r="2"
620
+ />
621
+ <circle
622
+ cx="12"
623
+ cy="12"
624
+ r="2"
625
+ />
626
+ <circle
627
+ cx="12"
628
+ cy="19"
629
+ r="2"
630
+ />
631
+ </moreVert>
632
+ </svg>
633
+ </ForwardRef(Base)>
634
+ </ForwardRef(SvgIcon)>
635
+ </ForwardRef(Icon)>
636
+ </MoreVertIcon>
637
+ `;
638
+
639
+ exports[`renders the MoreVertIcon with prop variant=warning 1`] = `
640
+ <MoreVertIcon
641
+ variant="warning"
642
+ >
643
+ <ForwardRef(Icon)
644
+ icon="moreVert"
645
+ variant="warning"
646
+ >
647
+ <ForwardRef(SvgIcon)
648
+ className="govgr-svg-icon--moreVert"
649
+ variant="warning"
650
+ >
651
+ <ForwardRef(Base)
652
+ aria-hidden="true"
653
+ as="svg"
654
+ className="govgr-svg-icon--moreVert govgr-svg-icon--warning govgr-svg-icon"
655
+ focusable="false"
656
+ viewBox="0 0 24 24"
657
+ >
658
+ <svg
659
+ aria-hidden="true"
660
+ className="govgr-svg-icon--moreVert govgr-svg-icon--warning govgr-svg-icon"
661
+ focusable="false"
662
+ viewBox="0 0 24 24"
663
+ >
664
+ <moreVert>
665
+ <circle
666
+ cx="12"
667
+ cy="5"
668
+ r="2"
669
+ />
670
+ <circle
671
+ cx="12"
672
+ cy="12"
673
+ r="2"
674
+ />
675
+ <circle
676
+ cx="12"
677
+ cy="19"
678
+ r="2"
679
+ />
680
+ </moreVert>
681
+ </svg>
682
+ </ForwardRef(Base)>
683
+ </ForwardRef(SvgIcon)>
684
+ </ForwardRef(Icon)>
685
+ </MoreVertIcon>
686
+ `;
687
+
688
+ exports[`renders the MoreVertIcon with prop variant=warning and size=s 1`] = `
689
+ <MoreVertIcon
690
+ size="sm"
691
+ variant="warning"
692
+ >
693
+ <ForwardRef(Icon)
694
+ icon="moreVert"
695
+ size="sm"
696
+ variant="warning"
697
+ >
698
+ <ForwardRef(SvgIcon)
699
+ className="govgr-svg-icon--moreVert"
700
+ size="sm"
701
+ variant="warning"
702
+ >
703
+ <ForwardRef(Base)
704
+ aria-hidden="true"
705
+ as="svg"
706
+ className="govgr-svg-icon--moreVert govgr-svg-icon--warning govgr-svg-icon--sm govgr-svg-icon"
707
+ focusable="false"
708
+ viewBox="0 0 24 24"
709
+ >
710
+ <svg
711
+ aria-hidden="true"
712
+ className="govgr-svg-icon--moreVert govgr-svg-icon--warning govgr-svg-icon--sm govgr-svg-icon"
713
+ focusable="false"
714
+ viewBox="0 0 24 24"
715
+ >
716
+ <moreVert>
717
+ <circle
718
+ cx="12"
719
+ cy="5"
720
+ r="2"
721
+ />
722
+ <circle
723
+ cx="12"
724
+ cy="12"
725
+ r="2"
726
+ />
727
+ <circle
728
+ cx="12"
729
+ cy="19"
730
+ r="2"
731
+ />
732
+ </moreVert>
733
+ </svg>
734
+ </ForwardRef(Base)>
735
+ </ForwardRef(SvgIcon)>
736
+ </ForwardRef(Icon)>
737
+ </MoreVertIcon>
738
+ `;