@digigov/react-icons 2.0.0-af1b5f33 → 2.0.0-cbc56209

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 (144) hide show
  1. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  2. package/AccessibilityIcon/index.test/index.js +12 -12
  3. package/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  4. package/BurgerIcon/index.test/index.js +8 -8
  5. package/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
  6. package/CancelIcon/index.test/index.js +8 -8
  7. package/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
  8. package/ChatIcon/index.test/index.js +8 -8
  9. package/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  10. package/CheckIcon/index.test/index.js +10 -10
  11. package/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
  12. package/DownloadIcon/index.test/index.js +8 -8
  13. package/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
  14. package/ExclamationIcon/index.test/index.js +8 -8
  15. package/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  16. package/GlobeIcon/config/index.js +2 -2
  17. package/GlobeIcon/index.test/index.js +6 -6
  18. package/Icon/__snapshots__/index.test.tsx.snap +1 -2
  19. package/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
  20. package/LockIcon/index.test/index.js +8 -8
  21. package/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
  22. package/LoginIcon/index.test/index.js +8 -8
  23. package/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
  24. package/MinusIcon/index.test/index.js +8 -8
  25. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  26. package/MoreVertIcon/index.test/index.js +12 -12
  27. package/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
  28. package/PdfFileIcon/index.test/index.js +8 -8
  29. package/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
  30. package/PlusIcon/index.test/index.js +8 -8
  31. package/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  32. package/PrintIcon/config/index.js +15 -0
  33. package/PrintIcon/config/package.json +6 -0
  34. package/PrintIcon/config.d.ts +8 -0
  35. package/PrintIcon/index.d.ts +4 -0
  36. package/PrintIcon/index.js +9 -0
  37. package/PrintIcon/index.test/index.js +45 -0
  38. package/PrintIcon/index.test/package.json +6 -0
  39. package/PrintIcon/index.test.d.ts +1 -0
  40. package/PrintIcon/package.json +6 -0
  41. package/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
  42. package/ReplyIcon/index.test/index.js +8 -8
  43. package/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
  44. package/RestoreIcon/index.test/index.js +8 -8
  45. package/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  46. package/UncheckIcon/index.test/index.js +12 -12
  47. package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  48. package/cjs/AccessibilityIcon/index.test/index.js +12 -12
  49. package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  50. package/cjs/BurgerIcon/index.test/index.js +8 -8
  51. package/cjs/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
  52. package/cjs/CancelIcon/index.test/index.js +8 -8
  53. package/cjs/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
  54. package/cjs/ChatIcon/index.test/index.js +8 -8
  55. package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  56. package/cjs/CheckIcon/index.test/index.js +10 -10
  57. package/cjs/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
  58. package/cjs/DownloadIcon/index.test/index.js +8 -8
  59. package/cjs/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
  60. package/cjs/ExclamationIcon/index.test/index.js +8 -8
  61. package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  62. package/cjs/GlobeIcon/config/index.js +2 -2
  63. package/cjs/GlobeIcon/index.test/index.js +6 -6
  64. package/cjs/Icon/__snapshots__/index.test.tsx.snap +1 -2
  65. package/cjs/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
  66. package/cjs/LockIcon/index.test/index.js +8 -8
  67. package/cjs/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
  68. package/cjs/LoginIcon/index.test/index.js +8 -8
  69. package/cjs/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
  70. package/cjs/MinusIcon/index.test/index.js +8 -8
  71. package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  72. package/cjs/MoreVertIcon/index.test/index.js +12 -12
  73. package/cjs/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
  74. package/cjs/PdfFileIcon/index.test/index.js +8 -8
  75. package/cjs/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
  76. package/cjs/PlusIcon/index.test/index.js +8 -8
  77. package/cjs/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  78. package/cjs/PrintIcon/config/index.js +23 -0
  79. package/cjs/PrintIcon/index.js +16 -0
  80. package/cjs/PrintIcon/index.test/index.js +48 -0
  81. package/cjs/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
  82. package/cjs/ReplyIcon/index.test/index.js +8 -8
  83. package/cjs/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
  84. package/cjs/RestoreIcon/index.test/index.js +8 -8
  85. package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  86. package/cjs/UncheckIcon/index.test/index.js +12 -12
  87. package/cjs/icons/index.js +11 -0
  88. package/cjs/index.js +11 -0
  89. package/cjs/lazy/index.js +229 -0
  90. package/cjs/registry/index.js +5 -3
  91. package/icons/index.js +1 -0
  92. package/icons.d.ts +3 -0
  93. package/index.d.ts +1 -0
  94. package/index.js +3 -2
  95. package/lazy/index.js +171 -0
  96. package/lazy/package.json +6 -0
  97. package/lazy.d.ts +27 -0
  98. package/package.json +3 -3
  99. package/registry/index.js +5 -3
  100. package/registry.d.ts +2 -1
  101. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  102. package/src/AccessibilityIcon/index.test.tsx +12 -12
  103. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  104. package/src/BurgerIcon/index.test.tsx +8 -8
  105. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
  106. package/src/CancelIcon/index.test.tsx +8 -8
  107. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
  108. package/src/ChatIcon/index.test.tsx +8 -8
  109. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  110. package/src/CheckIcon/index.test.tsx +10 -10
  111. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
  112. package/src/DownloadIcon/index.test.tsx +8 -8
  113. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
  114. package/src/ExclamationIcon/index.test.tsx +8 -8
  115. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  116. package/src/GlobeIcon/config.tsx +1 -12
  117. package/src/GlobeIcon/index.test.tsx +6 -6
  118. package/src/Icon/__snapshots__/index.test.tsx.snap +1 -2
  119. package/src/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
  120. package/src/LockIcon/index.test.tsx +8 -8
  121. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
  122. package/src/LoginIcon/index.test.tsx +8 -8
  123. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
  124. package/src/MinusIcon/index.test.tsx +8 -8
  125. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  126. package/src/MoreVertIcon/index.test.tsx +12 -12
  127. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
  128. package/src/PdfFileIcon/index.test.tsx +8 -8
  129. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
  130. package/src/PlusIcon/index.test.tsx +8 -8
  131. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  132. package/src/PrintIcon/config.tsx +16 -0
  133. package/src/PrintIcon/index.test.tsx +26 -0
  134. package/src/PrintIcon/index.tsx +8 -0
  135. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
  136. package/src/ReplyIcon/index.test.tsx +8 -8
  137. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
  138. package/src/RestoreIcon/index.test.tsx +8 -8
  139. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  140. package/src/UncheckIcon/index.test.tsx +12 -12
  141. package/src/icons.ts +3 -0
  142. package/src/index.ts +1 -0
  143. package/src/lazy.js +28 -0
  144. package/src/registry.js +6 -4
@@ -36,28 +36,31 @@ exports[`renders the MinusIcon with no props 1`] = `
36
36
  </MinusIcon>
37
37
  `;
38
38
 
39
- exports[`renders the MinusIcon with prop size=m 1`] = `
39
+ exports[`renders the MinusIcon with prop color=error and size= xl 1`] = `
40
40
  <MinusIcon
41
- size="md"
41
+ color="warning"
42
+ size="xl"
42
43
  >
43
44
  <ForwardRef(Icon)
45
+ color="warning"
44
46
  icon="minus"
45
- size="md"
47
+ size="xl"
46
48
  >
47
49
  <ForwardRef(SvgIcon)
48
50
  className="ds-svg-icon--minus"
49
- size="md"
51
+ color="warning"
52
+ size="xl"
50
53
  >
51
54
  <ForwardRef(Base)
52
55
  aria-hidden="true"
53
56
  as="svg"
54
- className="ds-svg-icon--minus ds-svg-icon--md ds-svg-icon"
57
+ className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
55
58
  focusable="false"
56
59
  viewBox="0 0 24 24"
57
60
  >
58
61
  <svg
59
62
  aria-hidden="true"
60
- className="ds-svg-icon--minus ds-svg-icon--md ds-svg-icon"
63
+ className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
61
64
  focusable="false"
62
65
  viewBox="0 0 24 24"
63
66
  >
@@ -76,28 +79,28 @@ exports[`renders the MinusIcon with prop size=m 1`] = `
76
79
  </MinusIcon>
77
80
  `;
78
81
 
79
- exports[`renders the MinusIcon with prop size=xl 1`] = `
82
+ exports[`renders the MinusIcon with prop color=warning 1`] = `
80
83
  <MinusIcon
81
- size="xl"
84
+ color="warning"
82
85
  >
83
86
  <ForwardRef(Icon)
87
+ color="warning"
84
88
  icon="minus"
85
- size="xl"
86
89
  >
87
90
  <ForwardRef(SvgIcon)
88
91
  className="ds-svg-icon--minus"
89
- size="xl"
92
+ color="warning"
90
93
  >
91
94
  <ForwardRef(Base)
92
95
  aria-hidden="true"
93
96
  as="svg"
94
- className="ds-svg-icon--minus ds-svg-icon--xl ds-svg-icon"
97
+ className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon"
95
98
  focusable="false"
96
99
  viewBox="0 0 24 24"
97
100
  >
98
101
  <svg
99
102
  aria-hidden="true"
100
- className="ds-svg-icon--minus ds-svg-icon--xl ds-svg-icon"
103
+ className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon"
101
104
  focusable="false"
102
105
  viewBox="0 0 24 24"
103
106
  >
@@ -116,31 +119,31 @@ exports[`renders the MinusIcon with prop size=xl 1`] = `
116
119
  </MinusIcon>
117
120
  `;
118
121
 
119
- exports[`renders the MinusIcon with prop variant=error and size= xl 1`] = `
122
+ exports[`renders the MinusIcon with prop color=warning and size=s 1`] = `
120
123
  <MinusIcon
121
- size="xl"
122
- variant="warning"
124
+ color="warning"
125
+ size="sm"
123
126
  >
124
127
  <ForwardRef(Icon)
128
+ color="warning"
125
129
  icon="minus"
126
- size="xl"
127
- variant="warning"
130
+ size="sm"
128
131
  >
129
132
  <ForwardRef(SvgIcon)
130
133
  className="ds-svg-icon--minus"
131
- size="xl"
132
- variant="warning"
134
+ color="warning"
135
+ size="sm"
133
136
  >
134
137
  <ForwardRef(Base)
135
138
  aria-hidden="true"
136
139
  as="svg"
137
- className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
140
+ className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
138
141
  focusable="false"
139
142
  viewBox="0 0 24 24"
140
143
  >
141
144
  <svg
142
145
  aria-hidden="true"
143
- className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
146
+ className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
144
147
  focusable="false"
145
148
  viewBox="0 0 24 24"
146
149
  >
@@ -159,28 +162,28 @@ exports[`renders the MinusIcon with prop variant=error and size= xl 1`] = `
159
162
  </MinusIcon>
160
163
  `;
161
164
 
162
- exports[`renders the MinusIcon with prop variant=light 1`] = `
165
+ exports[`renders the MinusIcon with prop color=white 1`] = `
163
166
  <MinusIcon
164
- variant="light"
167
+ color="white"
165
168
  >
166
169
  <ForwardRef(Icon)
170
+ color="white"
167
171
  icon="minus"
168
- variant="light"
169
172
  >
170
173
  <ForwardRef(SvgIcon)
171
174
  className="ds-svg-icon--minus"
172
- variant="light"
175
+ color="white"
173
176
  >
174
177
  <ForwardRef(Base)
175
178
  aria-hidden="true"
176
179
  as="svg"
177
- className="ds-svg-icon--minus ds-svg-icon--light ds-svg-icon"
180
+ className="ds-svg-icon--minus ds-svg-icon--white ds-svg-icon"
178
181
  focusable="false"
179
182
  viewBox="0 0 24 24"
180
183
  >
181
184
  <svg
182
185
  aria-hidden="true"
183
- className="ds-svg-icon--minus ds-svg-icon--light ds-svg-icon"
186
+ className="ds-svg-icon--minus ds-svg-icon--white ds-svg-icon"
184
187
  focusable="false"
185
188
  viewBox="0 0 24 24"
186
189
  >
@@ -199,28 +202,28 @@ exports[`renders the MinusIcon with prop variant=light 1`] = `
199
202
  </MinusIcon>
200
203
  `;
201
204
 
202
- exports[`renders the MinusIcon with prop variant=warning 1`] = `
205
+ exports[`renders the MinusIcon with prop size=m 1`] = `
203
206
  <MinusIcon
204
- variant="warning"
207
+ size="md"
205
208
  >
206
209
  <ForwardRef(Icon)
207
210
  icon="minus"
208
- variant="warning"
211
+ size="md"
209
212
  >
210
213
  <ForwardRef(SvgIcon)
211
214
  className="ds-svg-icon--minus"
212
- variant="warning"
215
+ size="md"
213
216
  >
214
217
  <ForwardRef(Base)
215
218
  aria-hidden="true"
216
219
  as="svg"
217
- className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon"
220
+ className="ds-svg-icon--minus ds-svg-icon--md ds-svg-icon"
218
221
  focusable="false"
219
222
  viewBox="0 0 24 24"
220
223
  >
221
224
  <svg
222
225
  aria-hidden="true"
223
- className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon"
226
+ className="ds-svg-icon--minus ds-svg-icon--md ds-svg-icon"
224
227
  focusable="false"
225
228
  viewBox="0 0 24 24"
226
229
  >
@@ -239,31 +242,28 @@ exports[`renders the MinusIcon with prop variant=warning 1`] = `
239
242
  </MinusIcon>
240
243
  `;
241
244
 
242
- exports[`renders the MinusIcon with prop variant=warning and size=s 1`] = `
245
+ exports[`renders the MinusIcon with prop size=xl 1`] = `
243
246
  <MinusIcon
244
- size="sm"
245
- variant="warning"
247
+ size="xl"
246
248
  >
247
249
  <ForwardRef(Icon)
248
250
  icon="minus"
249
- size="sm"
250
- variant="warning"
251
+ size="xl"
251
252
  >
252
253
  <ForwardRef(SvgIcon)
253
254
  className="ds-svg-icon--minus"
254
- size="sm"
255
- variant="warning"
255
+ size="xl"
256
256
  >
257
257
  <ForwardRef(Base)
258
258
  aria-hidden="true"
259
259
  as="svg"
260
- className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
260
+ className="ds-svg-icon--minus ds-svg-icon--xl ds-svg-icon"
261
261
  focusable="false"
262
262
  viewBox="0 0 24 24"
263
263
  >
264
264
  <svg
265
265
  aria-hidden="true"
266
- className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
266
+ className="ds-svg-icon--minus ds-svg-icon--xl ds-svg-icon"
267
267
  focusable="false"
268
268
  viewBox="0 0 24 24"
269
269
  >
@@ -18,28 +18,28 @@ it('renders the MinusIcon with prop size=xl', function () {
18
18
  expect(mount(_ref3)).toMatchSnapshot();
19
19
  });
20
20
  var _ref4 = /*#__PURE__*/React.createElement(MinusIcon, {
21
- variant: "light"
21
+ color: "white"
22
22
  });
23
- it('renders the MinusIcon with prop variant=light', function () {
23
+ it('renders the MinusIcon with prop color=white', function () {
24
24
  expect(mount(_ref4)).toMatchSnapshot();
25
25
  });
26
26
  var _ref5 = /*#__PURE__*/React.createElement(MinusIcon, {
27
- variant: "warning"
27
+ color: "warning"
28
28
  });
29
- it('renders the MinusIcon with prop variant=warning', function () {
29
+ it('renders the MinusIcon with prop color=warning', function () {
30
30
  expect(mount(_ref5)).toMatchSnapshot();
31
31
  });
32
32
  var _ref6 = /*#__PURE__*/React.createElement(MinusIcon, {
33
- variant: "warning",
33
+ color: "warning",
34
34
  size: "sm"
35
35
  });
36
- it('renders the MinusIcon with prop variant=warning and size=s', function () {
36
+ it('renders the MinusIcon with prop color=warning and size=s', function () {
37
37
  expect(mount(_ref6)).toMatchSnapshot();
38
38
  });
39
39
  var _ref7 = /*#__PURE__*/React.createElement(MinusIcon, {
40
- variant: "warning",
40
+ color: "warning",
41
41
  size: "xl"
42
42
  });
43
- it('renders the MinusIcon with prop variant=error and size= xl', function () {
43
+ it('renders the MinusIcon with prop color=error and size= xl', function () {
44
44
  expect(mount(_ref7)).toMatchSnapshot();
45
45
  });
@@ -45,28 +45,28 @@ exports[`renders the MoreVertIcon with no props 1`] = `
45
45
  </MoreVertIcon>
46
46
  `;
47
47
 
48
- exports[`renders the MoreVertIcon with prop size=l 1`] = `
48
+ exports[`renders the MoreVertIcon with prop color=dark 1`] = `
49
49
  <MoreVertIcon
50
- size="lg"
50
+ color="dark"
51
51
  >
52
52
  <ForwardRef(Icon)
53
+ color="dark"
53
54
  icon="moreVert"
54
- size="lg"
55
55
  >
56
56
  <ForwardRef(SvgIcon)
57
57
  className="ds-svg-icon--moreVert"
58
- size="lg"
58
+ color="dark"
59
59
  >
60
60
  <ForwardRef(Base)
61
61
  aria-hidden="true"
62
62
  as="svg"
63
- className="ds-svg-icon--moreVert ds-svg-icon--lg ds-svg-icon"
63
+ className="ds-svg-icon--moreVert ds-svg-icon--dark ds-svg-icon"
64
64
  focusable="false"
65
65
  viewBox="0 0 24 24"
66
66
  >
67
67
  <svg
68
68
  aria-hidden="true"
69
- className="ds-svg-icon--moreVert ds-svg-icon--lg ds-svg-icon"
69
+ className="ds-svg-icon--moreVert ds-svg-icon--dark ds-svg-icon"
70
70
  focusable="false"
71
71
  viewBox="0 0 24 24"
72
72
  >
@@ -94,28 +94,31 @@ exports[`renders the MoreVertIcon with prop size=l 1`] = `
94
94
  </MoreVertIcon>
95
95
  `;
96
96
 
97
- exports[`renders the MoreVertIcon with prop size=s 1`] = `
97
+ exports[`renders the MoreVertIcon with prop color=error and size= xl 1`] = `
98
98
  <MoreVertIcon
99
- size="sm"
99
+ color="warning"
100
+ size="xl"
100
101
  >
101
102
  <ForwardRef(Icon)
103
+ color="warning"
102
104
  icon="moreVert"
103
- size="sm"
105
+ size="xl"
104
106
  >
105
107
  <ForwardRef(SvgIcon)
106
108
  className="ds-svg-icon--moreVert"
107
- size="sm"
109
+ color="warning"
110
+ size="xl"
108
111
  >
109
112
  <ForwardRef(Base)
110
113
  aria-hidden="true"
111
114
  as="svg"
112
- className="ds-svg-icon--moreVert ds-svg-icon--sm ds-svg-icon"
115
+ className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
113
116
  focusable="false"
114
117
  viewBox="0 0 24 24"
115
118
  >
116
119
  <svg
117
120
  aria-hidden="true"
118
- className="ds-svg-icon--moreVert ds-svg-icon--sm ds-svg-icon"
121
+ className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
119
122
  focusable="false"
120
123
  viewBox="0 0 24 24"
121
124
  >
@@ -143,28 +146,28 @@ exports[`renders the MoreVertIcon with prop size=s 1`] = `
143
146
  </MoreVertIcon>
144
147
  `;
145
148
 
146
- exports[`renders the MoreVertIcon with prop variant=dark 1`] = `
149
+ exports[`renders the MoreVertIcon with prop color=focus 1`] = `
147
150
  <MoreVertIcon
148
- variant="dark"
151
+ color="focus"
149
152
  >
150
153
  <ForwardRef(Icon)
154
+ color="focus"
151
155
  icon="moreVert"
152
- variant="dark"
153
156
  >
154
157
  <ForwardRef(SvgIcon)
155
158
  className="ds-svg-icon--moreVert"
156
- variant="dark"
159
+ color="focus"
157
160
  >
158
161
  <ForwardRef(Base)
159
162
  aria-hidden="true"
160
163
  as="svg"
161
- className="ds-svg-icon--moreVert ds-svg-icon--dark ds-svg-icon"
164
+ className="ds-svg-icon--moreVert ds-svg-icon--focus ds-svg-icon"
162
165
  focusable="false"
163
166
  viewBox="0 0 24 24"
164
167
  >
165
168
  <svg
166
169
  aria-hidden="true"
167
- className="ds-svg-icon--moreVert ds-svg-icon--dark ds-svg-icon"
170
+ className="ds-svg-icon--moreVert ds-svg-icon--focus ds-svg-icon"
168
171
  focusable="false"
169
172
  viewBox="0 0 24 24"
170
173
  >
@@ -192,31 +195,28 @@ exports[`renders the MoreVertIcon with prop variant=dark 1`] = `
192
195
  </MoreVertIcon>
193
196
  `;
194
197
 
195
- exports[`renders the MoreVertIcon with prop variant=error and size= xl 1`] = `
198
+ exports[`renders the MoreVertIcon with prop color=primary 1`] = `
196
199
  <MoreVertIcon
197
- size="xl"
198
- variant="warning"
200
+ color="primary"
199
201
  >
200
202
  <ForwardRef(Icon)
203
+ color="primary"
201
204
  icon="moreVert"
202
- size="xl"
203
- variant="warning"
204
205
  >
205
206
  <ForwardRef(SvgIcon)
206
207
  className="ds-svg-icon--moreVert"
207
- size="xl"
208
- variant="warning"
208
+ color="primary"
209
209
  >
210
210
  <ForwardRef(Base)
211
211
  aria-hidden="true"
212
212
  as="svg"
213
- className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
213
+ className="ds-svg-icon--moreVert ds-svg-icon--primary ds-svg-icon"
214
214
  focusable="false"
215
215
  viewBox="0 0 24 24"
216
216
  >
217
217
  <svg
218
218
  aria-hidden="true"
219
- className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
219
+ className="ds-svg-icon--moreVert ds-svg-icon--primary ds-svg-icon"
220
220
  focusable="false"
221
221
  viewBox="0 0 24 24"
222
222
  >
@@ -244,28 +244,28 @@ exports[`renders the MoreVertIcon with prop variant=error and size= xl 1`] = `
244
244
  </MoreVertIcon>
245
245
  `;
246
246
 
247
- exports[`renders the MoreVertIcon with prop variant=focus 1`] = `
247
+ exports[`renders the MoreVertIcon with prop color=success 1`] = `
248
248
  <MoreVertIcon
249
- variant="focus"
249
+ color="success"
250
250
  >
251
251
  <ForwardRef(Icon)
252
+ color="success"
252
253
  icon="moreVert"
253
- variant="focus"
254
254
  >
255
255
  <ForwardRef(SvgIcon)
256
256
  className="ds-svg-icon--moreVert"
257
- variant="focus"
257
+ color="success"
258
258
  >
259
259
  <ForwardRef(Base)
260
260
  aria-hidden="true"
261
261
  as="svg"
262
- className="ds-svg-icon--moreVert ds-svg-icon--focus ds-svg-icon"
262
+ className="ds-svg-icon--moreVert ds-svg-icon--success ds-svg-icon"
263
263
  focusable="false"
264
264
  viewBox="0 0 24 24"
265
265
  >
266
266
  <svg
267
267
  aria-hidden="true"
268
- className="ds-svg-icon--moreVert ds-svg-icon--focus ds-svg-icon"
268
+ className="ds-svg-icon--moreVert ds-svg-icon--success ds-svg-icon"
269
269
  focusable="false"
270
270
  viewBox="0 0 24 24"
271
271
  >
@@ -293,28 +293,31 @@ exports[`renders the MoreVertIcon with prop variant=focus 1`] = `
293
293
  </MoreVertIcon>
294
294
  `;
295
295
 
296
- exports[`renders the MoreVertIcon with prop variant=primary 1`] = `
296
+ exports[`renders the MoreVertIcon with prop color=warning and size=s 1`] = `
297
297
  <MoreVertIcon
298
- variant="primary"
298
+ color="warning"
299
+ size="sm"
299
300
  >
300
301
  <ForwardRef(Icon)
302
+ color="warning"
301
303
  icon="moreVert"
302
- variant="primary"
304
+ size="sm"
303
305
  >
304
306
  <ForwardRef(SvgIcon)
305
307
  className="ds-svg-icon--moreVert"
306
- variant="primary"
308
+ color="warning"
309
+ size="sm"
307
310
  >
308
311
  <ForwardRef(Base)
309
312
  aria-hidden="true"
310
313
  as="svg"
311
- className="ds-svg-icon--moreVert ds-svg-icon--primary ds-svg-icon"
314
+ className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
312
315
  focusable="false"
313
316
  viewBox="0 0 24 24"
314
317
  >
315
318
  <svg
316
319
  aria-hidden="true"
317
- className="ds-svg-icon--moreVert ds-svg-icon--primary ds-svg-icon"
320
+ className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
318
321
  focusable="false"
319
322
  viewBox="0 0 24 24"
320
323
  >
@@ -342,28 +345,28 @@ exports[`renders the MoreVertIcon with prop variant=primary 1`] = `
342
345
  </MoreVertIcon>
343
346
  `;
344
347
 
345
- exports[`renders the MoreVertIcon with prop variant=success 1`] = `
348
+ exports[`renders the MoreVertIcon with prop size=l 1`] = `
346
349
  <MoreVertIcon
347
- variant="success"
350
+ size="lg"
348
351
  >
349
352
  <ForwardRef(Icon)
350
353
  icon="moreVert"
351
- variant="success"
354
+ size="lg"
352
355
  >
353
356
  <ForwardRef(SvgIcon)
354
357
  className="ds-svg-icon--moreVert"
355
- variant="success"
358
+ size="lg"
356
359
  >
357
360
  <ForwardRef(Base)
358
361
  aria-hidden="true"
359
362
  as="svg"
360
- className="ds-svg-icon--moreVert ds-svg-icon--success ds-svg-icon"
363
+ className="ds-svg-icon--moreVert ds-svg-icon--lg ds-svg-icon"
361
364
  focusable="false"
362
365
  viewBox="0 0 24 24"
363
366
  >
364
367
  <svg
365
368
  aria-hidden="true"
366
- className="ds-svg-icon--moreVert ds-svg-icon--success ds-svg-icon"
369
+ className="ds-svg-icon--moreVert ds-svg-icon--lg ds-svg-icon"
367
370
  focusable="false"
368
371
  viewBox="0 0 24 24"
369
372
  >
@@ -391,31 +394,28 @@ exports[`renders the MoreVertIcon with prop variant=success 1`] = `
391
394
  </MoreVertIcon>
392
395
  `;
393
396
 
394
- exports[`renders the MoreVertIcon with prop variant=warning and size=s 1`] = `
397
+ exports[`renders the MoreVertIcon with prop size=s 1`] = `
395
398
  <MoreVertIcon
396
399
  size="sm"
397
- variant="warning"
398
400
  >
399
401
  <ForwardRef(Icon)
400
402
  icon="moreVert"
401
403
  size="sm"
402
- variant="warning"
403
404
  >
404
405
  <ForwardRef(SvgIcon)
405
406
  className="ds-svg-icon--moreVert"
406
407
  size="sm"
407
- variant="warning"
408
408
  >
409
409
  <ForwardRef(Base)
410
410
  aria-hidden="true"
411
411
  as="svg"
412
- className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
412
+ className="ds-svg-icon--moreVert ds-svg-icon--sm ds-svg-icon"
413
413
  focusable="false"
414
414
  viewBox="0 0 24 24"
415
415
  >
416
416
  <svg
417
417
  aria-hidden="true"
418
- className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
418
+ className="ds-svg-icon--moreVert ds-svg-icon--sm ds-svg-icon"
419
419
  focusable="false"
420
420
  viewBox="0 0 24 24"
421
421
  >
@@ -18,40 +18,40 @@ it('renders the MoreVertIcon with prop size=l', function () {
18
18
  expect(mount(_ref3)).toMatchSnapshot();
19
19
  });
20
20
  var _ref4 = /*#__PURE__*/React.createElement(MoreVertIcon, {
21
- variant: "dark"
21
+ color: "dark"
22
22
  });
23
- it('renders the MoreVertIcon with prop variant=dark', function () {
23
+ it('renders the MoreVertIcon with prop color=dark', function () {
24
24
  expect(mount(_ref4)).toMatchSnapshot();
25
25
  });
26
26
  var _ref5 = /*#__PURE__*/React.createElement(MoreVertIcon, {
27
- variant: "primary"
27
+ color: "primary"
28
28
  });
29
- it('renders the MoreVertIcon with prop variant=primary', function () {
29
+ it('renders the MoreVertIcon with prop color=primary', function () {
30
30
  expect(mount(_ref5)).toMatchSnapshot();
31
31
  });
32
32
  var _ref6 = /*#__PURE__*/React.createElement(MoreVertIcon, {
33
- variant: "success"
33
+ color: "success"
34
34
  });
35
- it('renders the MoreVertIcon with prop variant=success', function () {
35
+ it('renders the MoreVertIcon with prop color=success', function () {
36
36
  expect(mount(_ref6)).toMatchSnapshot();
37
37
  });
38
38
  var _ref7 = /*#__PURE__*/React.createElement(MoreVertIcon, {
39
- variant: "focus"
39
+ color: "focus"
40
40
  });
41
- it('renders the MoreVertIcon with prop variant=focus', function () {
41
+ it('renders the MoreVertIcon with prop color=focus', function () {
42
42
  expect(mount(_ref7)).toMatchSnapshot();
43
43
  });
44
44
  var _ref8 = /*#__PURE__*/React.createElement(MoreVertIcon, {
45
- variant: "warning",
45
+ color: "warning",
46
46
  size: "sm"
47
47
  });
48
- it('renders the MoreVertIcon with prop variant=warning and size=s', function () {
48
+ it('renders the MoreVertIcon with prop color=warning and size=s', function () {
49
49
  expect(mount(_ref8)).toMatchSnapshot();
50
50
  });
51
51
  var _ref9 = /*#__PURE__*/React.createElement(MoreVertIcon, {
52
- variant: "warning",
52
+ color: "warning",
53
53
  size: "xl"
54
54
  });
55
- it('renders the MoreVertIcon with prop variant=error and size= xl', function () {
55
+ it('renders the MoreVertIcon with prop color=error and size= xl', function () {
56
56
  expect(mount(_ref9)).toMatchSnapshot();
57
57
  });