@digigov/react-icons 1.0.0-8bbf3ef2 → 1.0.0-e322b0cc

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 (100) hide show
  1. package/AccessibilityIcon/index.js +1 -1
  2. package/{esm/AccessibilityIcon/index.js → AccessibilityIcon/index.mjs} +1 -1
  3. package/AccessibilityIcon/index.test.js +10 -10
  4. package/{esm/AccessibilityIcon/index.test.js → AccessibilityIcon/index.test.mjs} +1 -1
  5. package/ArrowIcon/index.js +1 -1
  6. package/{esm/ArrowIcon/index.js → ArrowIcon/index.mjs} +1 -1
  7. package/ArrowIcon/index.test.js +5 -5
  8. package/{esm/ArrowIcon/index.test.js → ArrowIcon/index.test.mjs} +1 -1
  9. package/BurgerIcon/index.js +1 -1
  10. package/{esm/BurgerIcon/index.js → BurgerIcon/index.mjs} +1 -1
  11. package/BurgerIcon/index.test.js +7 -7
  12. package/{esm/BurgerIcon/index.test.js → BurgerIcon/index.test.mjs} +1 -1
  13. package/CaretIcon/index.js +1 -1
  14. package/{esm/CaretIcon/index.js → CaretIcon/index.mjs} +1 -1
  15. package/CaretIcon/index.test.js +5 -5
  16. package/{esm/CaretIcon/index.test.js → CaretIcon/index.test.mjs} +1 -1
  17. package/CheckIcon/index.js +1 -1
  18. package/{esm/CheckIcon/index.js → CheckIcon/index.mjs} +1 -1
  19. package/CheckIcon/index.test.js +9 -9
  20. package/{esm/CheckIcon/index.test.js → CheckIcon/index.test.mjs} +1 -1
  21. package/CloseIcon/index.js +1 -1
  22. package/{esm/CloseIcon/index.js → CloseIcon/index.mjs} +1 -1
  23. package/CloseIcon/index.test.js +2 -2
  24. package/{esm/CloseIcon/index.test.js → CloseIcon/index.test.mjs} +1 -1
  25. package/GlobeIcon/index.js +1 -1
  26. package/{esm/GlobeIcon/index.js → GlobeIcon/index.mjs} +1 -1
  27. package/GlobeIcon/index.test.js +5 -5
  28. package/{esm/GlobeIcon/index.test.js → GlobeIcon/index.test.mjs} +1 -1
  29. package/Icon/index.js +1 -1
  30. package/{esm/Icon/index.js → Icon/index.mjs} +1 -1
  31. package/Icon/index.test.js +11 -11
  32. package/{esm/Icon/index.test.js → Icon/index.test.mjs} +1 -1
  33. package/MoreVertIcon/index.js +1 -1
  34. package/{esm/MoreVertIcon/index.js → MoreVertIcon/index.mjs} +1 -1
  35. package/MoreVertIcon/index.test.js +10 -10
  36. package/{esm/MoreVertIcon/index.test.js → MoreVertIcon/index.test.mjs} +1 -1
  37. package/SearchIcon/index.js +1 -1
  38. package/{esm/SearchIcon/index.js → SearchIcon/index.mjs} +1 -1
  39. package/SearchIcon/index.test.js +2 -2
  40. package/{esm/SearchIcon/index.test.js → SearchIcon/index.test.mjs} +1 -1
  41. package/UncheckIcon/index.js +1 -1
  42. package/{esm/UncheckIcon/index.js → UncheckIcon/index.mjs} +1 -1
  43. package/UncheckIcon/index.test.js +10 -10
  44. package/{esm/UncheckIcon/index.test.js → UncheckIcon/index.test.mjs} +1 -1
  45. package/es/AccessibilityIcon/index.js +1 -1
  46. package/es/AccessibilityIcon/index.test.js +1 -1
  47. package/es/ArrowIcon/index.js +1 -1
  48. package/es/ArrowIcon/index.test.js +1 -1
  49. package/es/BurgerIcon/index.js +1 -1
  50. package/es/BurgerIcon/index.test.js +1 -1
  51. package/es/CaretIcon/index.js +1 -1
  52. package/es/CaretIcon/index.test.js +1 -1
  53. package/es/CheckIcon/index.js +1 -1
  54. package/es/CheckIcon/index.test.js +1 -1
  55. package/es/CloseIcon/index.js +1 -1
  56. package/es/CloseIcon/index.test.js +1 -1
  57. package/es/GlobeIcon/index.js +1 -1
  58. package/es/GlobeIcon/index.test.js +1 -1
  59. package/es/Icon/index.js +1 -1
  60. package/es/Icon/index.test.js +1 -1
  61. package/es/MoreVertIcon/index.js +1 -1
  62. package/es/MoreVertIcon/index.test.js +1 -1
  63. package/es/SearchIcon/index.js +1 -1
  64. package/es/SearchIcon/index.test.js +1 -1
  65. package/es/UncheckIcon/index.js +1 -1
  66. package/es/UncheckIcon/index.test.js +1 -1
  67. package/es/icons.js +10 -10
  68. package/es/index.js +10 -10
  69. package/es/registry.js +13 -13
  70. package/icons.js +10 -10
  71. package/icons.mjs +11 -0
  72. package/index.js +10 -10
  73. package/index.mjs +10 -0
  74. package/package.json +3 -3
  75. package/registry.d.ts +1 -1
  76. package/registry.js +13 -13
  77. package/{esm/registry.js → registry.mjs} +13 -13
  78. package/esm/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  79. package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  80. package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  81. package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  82. package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
  83. package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  84. package/esm/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -149
  85. package/esm/Icon/__snapshots__/index.test.tsx.snap +0 -343
  86. package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  87. package/esm/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  88. package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  89. package/esm/icons.js +0 -11
  90. package/esm/index.js +0 -10
  91. /package/{esm/AccessibilityIcon/config.js → AccessibilityIcon/config.mjs} +0 -0
  92. /package/{esm/ArrowIcon/config.js → ArrowIcon/config.mjs} +0 -0
  93. /package/{esm/BurgerIcon/config.js → BurgerIcon/config.mjs} +0 -0
  94. /package/{esm/CaretIcon/config.js → CaretIcon/config.mjs} +0 -0
  95. /package/{esm/CheckIcon/config.js → CheckIcon/config.mjs} +0 -0
  96. /package/{esm/CloseIcon/config.js → CloseIcon/config.mjs} +0 -0
  97. /package/{esm/GlobeIcon/config.js → GlobeIcon/config.mjs} +0 -0
  98. /package/{esm/MoreVertIcon/config.js → MoreVertIcon/config.mjs} +0 -0
  99. /package/{esm/SearchIcon/config.js → SearchIcon/config.mjs} +0 -0
  100. /package/{esm/UncheckIcon/config.js → UncheckIcon/config.mjs} +0 -0
@@ -1,299 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`renders the CheckIcon with no props 1`] = `
4
- <CheckIcon>
5
- <ForwardRef(Icon)
6
- icon="check"
7
- >
8
- <ForwardRef(SvgIcon)
9
- className="govgr-svg-icon--check"
10
- >
11
- <ForwardRef(Base)
12
- aria-hidden="true"
13
- as="svg"
14
- className="govgr-svg-icon--check govgr-svg-icon"
15
- focusable="false"
16
- viewBox="0 0 24 24"
17
- >
18
- <svg
19
- aria-hidden="true"
20
- className="govgr-svg-icon--check govgr-svg-icon"
21
- focusable="false"
22
- viewBox="0 0 24 24"
23
- >
24
- <check>
25
- <polygon
26
- points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
27
- />
28
- </check>
29
- </svg>
30
- </ForwardRef(Base)>
31
- </ForwardRef(SvgIcon)>
32
- </ForwardRef(Icon)>
33
- </CheckIcon>
34
- `;
35
-
36
- exports[`renders the CheckIcon with prop size=m 1`] = `
37
- <CheckIcon
38
- size="md"
39
- >
40
- <ForwardRef(Icon)
41
- icon="check"
42
- size="md"
43
- >
44
- <ForwardRef(SvgIcon)
45
- className="govgr-svg-icon--check"
46
- size="md"
47
- >
48
- <ForwardRef(Base)
49
- aria-hidden="true"
50
- as="svg"
51
- className="govgr-svg-icon--check govgr-svg-icon--md govgr-svg-icon"
52
- focusable="false"
53
- viewBox="0 0 24 24"
54
- >
55
- <svg
56
- aria-hidden="true"
57
- className="govgr-svg-icon--check govgr-svg-icon--md govgr-svg-icon"
58
- focusable="false"
59
- viewBox="0 0 24 24"
60
- >
61
- <check>
62
- <polygon
63
- points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
64
- />
65
- </check>
66
- </svg>
67
- </ForwardRef(Base)>
68
- </ForwardRef(SvgIcon)>
69
- </ForwardRef(Icon)>
70
- </CheckIcon>
71
- `;
72
-
73
- exports[`renders the CheckIcon with prop size=xl 1`] = `
74
- <CheckIcon
75
- size="xl"
76
- >
77
- <ForwardRef(Icon)
78
- icon="check"
79
- size="xl"
80
- >
81
- <ForwardRef(SvgIcon)
82
- className="govgr-svg-icon--check"
83
- size="xl"
84
- >
85
- <ForwardRef(Base)
86
- aria-hidden="true"
87
- as="svg"
88
- className="govgr-svg-icon--check govgr-svg-icon--xl govgr-svg-icon"
89
- focusable="false"
90
- viewBox="0 0 24 24"
91
- >
92
- <svg
93
- aria-hidden="true"
94
- className="govgr-svg-icon--check govgr-svg-icon--xl govgr-svg-icon"
95
- focusable="false"
96
- viewBox="0 0 24 24"
97
- >
98
- <check>
99
- <polygon
100
- points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
101
- />
102
- </check>
103
- </svg>
104
- </ForwardRef(Base)>
105
- </ForwardRef(SvgIcon)>
106
- </ForwardRef(Icon)>
107
- </CheckIcon>
108
- `;
109
-
110
- exports[`renders the CheckIcon with prop variant=error and size= xl 1`] = `
111
- <CheckIcon
112
- size="xl"
113
- variant="warning"
114
- >
115
- <ForwardRef(Icon)
116
- icon="check"
117
- size="xl"
118
- variant="warning"
119
- >
120
- <ForwardRef(SvgIcon)
121
- className="govgr-svg-icon--check"
122
- size="xl"
123
- variant="warning"
124
- >
125
- <ForwardRef(Base)
126
- aria-hidden="true"
127
- as="svg"
128
- className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
129
- focusable="false"
130
- viewBox="0 0 24 24"
131
- >
132
- <svg
133
- aria-hidden="true"
134
- className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
135
- focusable="false"
136
- viewBox="0 0 24 24"
137
- >
138
- <check>
139
- <polygon
140
- points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
141
- />
142
- </check>
143
- </svg>
144
- </ForwardRef(Base)>
145
- </ForwardRef(SvgIcon)>
146
- </ForwardRef(Icon)>
147
- </CheckIcon>
148
- `;
149
-
150
- exports[`renders the CheckIcon with prop variant=light 1`] = `
151
- <CheckIcon
152
- variant="light"
153
- >
154
- <ForwardRef(Icon)
155
- icon="check"
156
- variant="light"
157
- >
158
- <ForwardRef(SvgIcon)
159
- className="govgr-svg-icon--check"
160
- variant="light"
161
- >
162
- <ForwardRef(Base)
163
- aria-hidden="true"
164
- as="svg"
165
- className="govgr-svg-icon--check govgr-svg-icon--light govgr-svg-icon"
166
- focusable="false"
167
- viewBox="0 0 24 24"
168
- >
169
- <svg
170
- aria-hidden="true"
171
- className="govgr-svg-icon--check govgr-svg-icon--light govgr-svg-icon"
172
- focusable="false"
173
- viewBox="0 0 24 24"
174
- >
175
- <check>
176
- <polygon
177
- points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
178
- />
179
- </check>
180
- </svg>
181
- </ForwardRef(Base)>
182
- </ForwardRef(SvgIcon)>
183
- </ForwardRef(Icon)>
184
- </CheckIcon>
185
- `;
186
-
187
- exports[`renders the CheckIcon with prop variant=success 1`] = `
188
- <CheckIcon
189
- variant="success"
190
- >
191
- <ForwardRef(Icon)
192
- icon="check"
193
- variant="success"
194
- >
195
- <ForwardRef(SvgIcon)
196
- className="govgr-svg-icon--check"
197
- variant="success"
198
- >
199
- <ForwardRef(Base)
200
- aria-hidden="true"
201
- as="svg"
202
- className="govgr-svg-icon--check govgr-svg-icon--success govgr-svg-icon"
203
- focusable="false"
204
- viewBox="0 0 24 24"
205
- >
206
- <svg
207
- aria-hidden="true"
208
- className="govgr-svg-icon--check govgr-svg-icon--success govgr-svg-icon"
209
- focusable="false"
210
- viewBox="0 0 24 24"
211
- >
212
- <check>
213
- <polygon
214
- points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
215
- />
216
- </check>
217
- </svg>
218
- </ForwardRef(Base)>
219
- </ForwardRef(SvgIcon)>
220
- </ForwardRef(Icon)>
221
- </CheckIcon>
222
- `;
223
-
224
- exports[`renders the CheckIcon with prop variant=warning 1`] = `
225
- <CheckIcon
226
- variant="warning"
227
- >
228
- <ForwardRef(Icon)
229
- icon="check"
230
- variant="warning"
231
- >
232
- <ForwardRef(SvgIcon)
233
- className="govgr-svg-icon--check"
234
- variant="warning"
235
- >
236
- <ForwardRef(Base)
237
- aria-hidden="true"
238
- as="svg"
239
- className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon"
240
- focusable="false"
241
- viewBox="0 0 24 24"
242
- >
243
- <svg
244
- aria-hidden="true"
245
- className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon"
246
- focusable="false"
247
- viewBox="0 0 24 24"
248
- >
249
- <check>
250
- <polygon
251
- points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
252
- />
253
- </check>
254
- </svg>
255
- </ForwardRef(Base)>
256
- </ForwardRef(SvgIcon)>
257
- </ForwardRef(Icon)>
258
- </CheckIcon>
259
- `;
260
-
261
- exports[`renders the CheckIcon with prop variant=warning and size=s 1`] = `
262
- <CheckIcon
263
- size="sm"
264
- variant="warning"
265
- >
266
- <ForwardRef(Icon)
267
- icon="check"
268
- size="sm"
269
- variant="warning"
270
- >
271
- <ForwardRef(SvgIcon)
272
- className="govgr-svg-icon--check"
273
- size="sm"
274
- variant="warning"
275
- >
276
- <ForwardRef(Base)
277
- aria-hidden="true"
278
- as="svg"
279
- className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon--sm govgr-svg-icon"
280
- focusable="false"
281
- viewBox="0 0 24 24"
282
- >
283
- <svg
284
- aria-hidden="true"
285
- className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon--sm govgr-svg-icon"
286
- focusable="false"
287
- viewBox="0 0 24 24"
288
- >
289
- <check>
290
- <polygon
291
- points="9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
292
- />
293
- </check>
294
- </svg>
295
- </ForwardRef(Base)>
296
- </ForwardRef(SvgIcon)>
297
- </ForwardRef(Icon)>
298
- </CheckIcon>
299
- `;
@@ -1,34 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`renders the CloseIcon with no props 1`] = `
4
- <CloseIcon>
5
- <ForwardRef(Icon)
6
- icon="close"
7
- >
8
- <ForwardRef(SvgIcon)
9
- className="govgr-svg-icon--close"
10
- >
11
- <ForwardRef(Base)
12
- aria-hidden="true"
13
- as="svg"
14
- className="govgr-svg-icon--close govgr-svg-icon"
15
- focusable="false"
16
- viewBox="0 0 24 24"
17
- >
18
- <svg
19
- aria-hidden="true"
20
- className="govgr-svg-icon--close govgr-svg-icon"
21
- focusable="false"
22
- viewBox="0 0 24 24"
23
- >
24
- <close>
25
- <polygon
26
- points="14.4,11.8 22,4.2 19.7,1.8 12,9.4 4.4,1.8 2,4.2 9.7,11.9 2.1,19.5 4.4,21.9 12.1,14.3 19.7,21.9 22.1,19.5 "
27
- />
28
- </close>
29
- </svg>
30
- </ForwardRef(Base)>
31
- </ForwardRef(SvgIcon)>
32
- </ForwardRef(Icon)>
33
- </CloseIcon>
34
- `;
@@ -1,149 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`renders the GlobeIcon prop variant= "error" 1`] = `
4
- <GlobeIcon
5
- variant="error"
6
- >
7
- <ForwardRef(Icon)
8
- icon="globe"
9
- variant="error"
10
- >
11
- <ForwardRef(SvgIcon)
12
- className="govgr-svg-icon--globe"
13
- variant="error"
14
- >
15
- <ForwardRef(Base)
16
- aria-hidden="true"
17
- as="svg"
18
- className="govgr-svg-icon--globe govgr-svg-icon--error govgr-svg-icon"
19
- focusable="false"
20
- viewBox="0 0 24 24"
21
- >
22
- <svg
23
- aria-hidden="true"
24
- className="govgr-svg-icon--globe govgr-svg-icon--error govgr-svg-icon"
25
- focusable="false"
26
- viewBox="0 0 24 24"
27
- >
28
- <globe>
29
- <path
30
- d="M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M22.4,13.1C22.4,13.1,22.4,13.2,22.4,13.1 c0,0.4-0.1,0.8-0.2,1.1v0h-3.6c0.2-1.5,0.2-3,0-4.5h3.6v0c0.1,0.4,0.1,0.7,0.2,1.1c0,0,0,0,0,0C22.5,11.6,22.5,12.4,22.4,13.1z M16,21.7c1.1-1.5,2-3.5,2.4-6h3.4c0,0,0,0,0,0C20.8,18.4,18.7,20.6,16,21.7z M21.8,8.2C21.8,8.2,21.8,8.2,21.8,8.2l-3.4,0 c-0.4-2.4-1.3-4.5-2.4-6C18.7,3.4,20.8,5.6,21.8,8.2L21.8,8.2z M17.1,9.7c0.2,1.5,0.2,3,0,4.5h-4.4V9.7L17.1,9.7L17.1,9.7z M12.7,8.2V1.6c1.9,0.6,3.5,3.2,4.1,6.6L12.7,8.2L12.7,8.2z M12.7,15.7h4.1c-0.7,3.4-2.3,6.1-4.1,6.6V15.7L12.7,15.7z M2.2,15.8 C2.2,15.8,2.2,15.8,2.2,15.8l3.4,0c0.4,2.4,1.3,4.5,2.4,6C5.3,20.6,3.2,18.4,2.2,15.8L2.2,15.8z M8,2.3c-1.1,1.5-2,3.5-2.4,6H2.2 c0,0,0,0,0,0C3.2,5.6,5.3,3.4,8,2.3z M6.9,14.3c-0.2-1.5-0.2-3,0-4.5h4.4v4.5H6.9L6.9,14.3z M11.2,15.8v6.6 c-1.9-0.6-3.5-3.2-4.1-6.6L11.2,15.8L11.2,15.8z M11.2,8.3H7.1c0.7-3.4,2.3-6.1,4.1-6.6V8.3L11.2,8.3z M1.6,10.9 C1.6,10.9,1.6,10.8,1.6,10.9c0-0.4,0.1-0.8,0.2-1.1v0h3.6c-0.2,1.5-0.2,3,0,4.5H1.7v0c-0.1-0.4-0.1-0.7-0.2-1.1c0,0,0,0,0,0 C1.5,12.4,1.5,11.6,1.6,10.9z"
31
- />
32
-
33
- </globe>
34
- </svg>
35
- </ForwardRef(Base)>
36
- </ForwardRef(SvgIcon)>
37
- </ForwardRef(Icon)>
38
- </GlobeIcon>
39
- `;
40
-
41
- exports[`renders the GlobeIcon prop variant= "light" 1`] = `
42
- <GlobeIcon
43
- variant="light"
44
- >
45
- <ForwardRef(Icon)
46
- icon="globe"
47
- variant="light"
48
- >
49
- <ForwardRef(SvgIcon)
50
- className="govgr-svg-icon--globe"
51
- variant="light"
52
- >
53
- <ForwardRef(Base)
54
- aria-hidden="true"
55
- as="svg"
56
- className="govgr-svg-icon--globe govgr-svg-icon--light govgr-svg-icon"
57
- focusable="false"
58
- viewBox="0 0 24 24"
59
- >
60
- <svg
61
- aria-hidden="true"
62
- className="govgr-svg-icon--globe govgr-svg-icon--light govgr-svg-icon"
63
- focusable="false"
64
- viewBox="0 0 24 24"
65
- >
66
- <globe>
67
- <path
68
- d="M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M22.4,13.1C22.4,13.1,22.4,13.2,22.4,13.1 c0,0.4-0.1,0.8-0.2,1.1v0h-3.6c0.2-1.5,0.2-3,0-4.5h3.6v0c0.1,0.4,0.1,0.7,0.2,1.1c0,0,0,0,0,0C22.5,11.6,22.5,12.4,22.4,13.1z M16,21.7c1.1-1.5,2-3.5,2.4-6h3.4c0,0,0,0,0,0C20.8,18.4,18.7,20.6,16,21.7z M21.8,8.2C21.8,8.2,21.8,8.2,21.8,8.2l-3.4,0 c-0.4-2.4-1.3-4.5-2.4-6C18.7,3.4,20.8,5.6,21.8,8.2L21.8,8.2z M17.1,9.7c0.2,1.5,0.2,3,0,4.5h-4.4V9.7L17.1,9.7L17.1,9.7z M12.7,8.2V1.6c1.9,0.6,3.5,3.2,4.1,6.6L12.7,8.2L12.7,8.2z M12.7,15.7h4.1c-0.7,3.4-2.3,6.1-4.1,6.6V15.7L12.7,15.7z M2.2,15.8 C2.2,15.8,2.2,15.8,2.2,15.8l3.4,0c0.4,2.4,1.3,4.5,2.4,6C5.3,20.6,3.2,18.4,2.2,15.8L2.2,15.8z M8,2.3c-1.1,1.5-2,3.5-2.4,6H2.2 c0,0,0,0,0,0C3.2,5.6,5.3,3.4,8,2.3z M6.9,14.3c-0.2-1.5-0.2-3,0-4.5h4.4v4.5H6.9L6.9,14.3z M11.2,15.8v6.6 c-1.9-0.6-3.5-3.2-4.1-6.6L11.2,15.8L11.2,15.8z M11.2,8.3H7.1c0.7-3.4,2.3-6.1,4.1-6.6V8.3L11.2,8.3z M1.6,10.9 C1.6,10.9,1.6,10.8,1.6,10.9c0-0.4,0.1-0.8,0.2-1.1v0h3.6c-0.2,1.5-0.2,3,0,4.5H1.7v0c-0.1-0.4-0.1-0.7-0.2-1.1c0,0,0,0,0,0 C1.5,12.4,1.5,11.6,1.6,10.9z"
69
- />
70
-
71
- </globe>
72
- </svg>
73
- </ForwardRef(Base)>
74
- </ForwardRef(SvgIcon)>
75
- </ForwardRef(Icon)>
76
- </GlobeIcon>
77
- `;
78
-
79
- exports[`renders the GlobeIcon with no props 1`] = `
80
- <GlobeIcon>
81
- <ForwardRef(Icon)
82
- icon="globe"
83
- >
84
- <ForwardRef(SvgIcon)
85
- className="govgr-svg-icon--globe"
86
- >
87
- <ForwardRef(Base)
88
- aria-hidden="true"
89
- as="svg"
90
- className="govgr-svg-icon--globe govgr-svg-icon"
91
- focusable="false"
92
- viewBox="0 0 24 24"
93
- >
94
- <svg
95
- aria-hidden="true"
96
- className="govgr-svg-icon--globe govgr-svg-icon"
97
- focusable="false"
98
- viewBox="0 0 24 24"
99
- >
100
- <globe>
101
- <path
102
- d="M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M22.4,13.1C22.4,13.1,22.4,13.2,22.4,13.1 c0,0.4-0.1,0.8-0.2,1.1v0h-3.6c0.2-1.5,0.2-3,0-4.5h3.6v0c0.1,0.4,0.1,0.7,0.2,1.1c0,0,0,0,0,0C22.5,11.6,22.5,12.4,22.4,13.1z M16,21.7c1.1-1.5,2-3.5,2.4-6h3.4c0,0,0,0,0,0C20.8,18.4,18.7,20.6,16,21.7z M21.8,8.2C21.8,8.2,21.8,8.2,21.8,8.2l-3.4,0 c-0.4-2.4-1.3-4.5-2.4-6C18.7,3.4,20.8,5.6,21.8,8.2L21.8,8.2z M17.1,9.7c0.2,1.5,0.2,3,0,4.5h-4.4V9.7L17.1,9.7L17.1,9.7z M12.7,8.2V1.6c1.9,0.6,3.5,3.2,4.1,6.6L12.7,8.2L12.7,8.2z M12.7,15.7h4.1c-0.7,3.4-2.3,6.1-4.1,6.6V15.7L12.7,15.7z M2.2,15.8 C2.2,15.8,2.2,15.8,2.2,15.8l3.4,0c0.4,2.4,1.3,4.5,2.4,6C5.3,20.6,3.2,18.4,2.2,15.8L2.2,15.8z M8,2.3c-1.1,1.5-2,3.5-2.4,6H2.2 c0,0,0,0,0,0C3.2,5.6,5.3,3.4,8,2.3z M6.9,14.3c-0.2-1.5-0.2-3,0-4.5h4.4v4.5H6.9L6.9,14.3z M11.2,15.8v6.6 c-1.9-0.6-3.5-3.2-4.1-6.6L11.2,15.8L11.2,15.8z M11.2,8.3H7.1c0.7-3.4,2.3-6.1,4.1-6.6V8.3L11.2,8.3z M1.6,10.9 C1.6,10.9,1.6,10.8,1.6,10.9c0-0.4,0.1-0.8,0.2-1.1v0h3.6c-0.2,1.5-0.2,3,0,4.5H1.7v0c-0.1-0.4-0.1-0.7-0.2-1.1c0,0,0,0,0,0 C1.5,12.4,1.5,11.6,1.6,10.9z"
103
- />
104
-
105
- </globe>
106
- </svg>
107
- </ForwardRef(Base)>
108
- </ForwardRef(SvgIcon)>
109
- </ForwardRef(Icon)>
110
- </GlobeIcon>
111
- `;
112
-
113
- exports[`renders the GlobeIcon with prop variant=dark 1`] = `
114
- <GlobeIcon
115
- variant="dark"
116
- >
117
- <ForwardRef(Icon)
118
- icon="globe"
119
- variant="dark"
120
- >
121
- <ForwardRef(SvgIcon)
122
- className="govgr-svg-icon--globe"
123
- variant="dark"
124
- >
125
- <ForwardRef(Base)
126
- aria-hidden="true"
127
- as="svg"
128
- className="govgr-svg-icon--globe govgr-svg-icon--dark govgr-svg-icon"
129
- focusable="false"
130
- viewBox="0 0 24 24"
131
- >
132
- <svg
133
- aria-hidden="true"
134
- className="govgr-svg-icon--globe govgr-svg-icon--dark govgr-svg-icon"
135
- focusable="false"
136
- viewBox="0 0 24 24"
137
- >
138
- <globe>
139
- <path
140
- d="M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M22.4,13.1C22.4,13.1,22.4,13.2,22.4,13.1 c0,0.4-0.1,0.8-0.2,1.1v0h-3.6c0.2-1.5,0.2-3,0-4.5h3.6v0c0.1,0.4,0.1,0.7,0.2,1.1c0,0,0,0,0,0C22.5,11.6,22.5,12.4,22.4,13.1z M16,21.7c1.1-1.5,2-3.5,2.4-6h3.4c0,0,0,0,0,0C20.8,18.4,18.7,20.6,16,21.7z M21.8,8.2C21.8,8.2,21.8,8.2,21.8,8.2l-3.4,0 c-0.4-2.4-1.3-4.5-2.4-6C18.7,3.4,20.8,5.6,21.8,8.2L21.8,8.2z M17.1,9.7c0.2,1.5,0.2,3,0,4.5h-4.4V9.7L17.1,9.7L17.1,9.7z M12.7,8.2V1.6c1.9,0.6,3.5,3.2,4.1,6.6L12.7,8.2L12.7,8.2z M12.7,15.7h4.1c-0.7,3.4-2.3,6.1-4.1,6.6V15.7L12.7,15.7z M2.2,15.8 C2.2,15.8,2.2,15.8,2.2,15.8l3.4,0c0.4,2.4,1.3,4.5,2.4,6C5.3,20.6,3.2,18.4,2.2,15.8L2.2,15.8z M8,2.3c-1.1,1.5-2,3.5-2.4,6H2.2 c0,0,0,0,0,0C3.2,5.6,5.3,3.4,8,2.3z M6.9,14.3c-0.2-1.5-0.2-3,0-4.5h4.4v4.5H6.9L6.9,14.3z M11.2,15.8v6.6 c-1.9-0.6-3.5-3.2-4.1-6.6L11.2,15.8L11.2,15.8z M11.2,8.3H7.1c0.7-3.4,2.3-6.1,4.1-6.6V8.3L11.2,8.3z M1.6,10.9 C1.6,10.9,1.6,10.8,1.6,10.9c0-0.4,0.1-0.8,0.2-1.1v0h3.6c-0.2,1.5-0.2,3,0,4.5H1.7v0c-0.1-0.4-0.1-0.7-0.2-1.1c0,0,0,0,0,0 C1.5,12.4,1.5,11.6,1.6,10.9z"
141
- />
142
-
143
- </globe>
144
- </svg>
145
- </ForwardRef(Base)>
146
- </ForwardRef(SvgIcon)>
147
- </ForwardRef(Icon)>
148
- </GlobeIcon>
149
- `;