@digigov/react-icons 1.1.2 → 1.2.0-01ea6f24
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.
- package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/ArrowIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/BurgerIcon/__snapshots__/index.test.tsx.snap +38 -38
- package/BurgerIcon/config/index.js +4 -4
- package/CaretIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/CloseIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/GlobeIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/Icon/__snapshots__/index.test.tsx.snap +33 -33
- package/Icon/index.js +1 -1
- package/MoreVertIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/SearchIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/UncheckIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/cjs/ArrowIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +38 -38
- package/cjs/BurgerIcon/config/index.js +4 -4
- package/cjs/CaretIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/cjs/CloseIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/cjs/Icon/__snapshots__/index.test.tsx.snap +33 -33
- package/cjs/Icon/index.js +1 -1
- package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/cjs/SearchIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/cjs/lazy/index.js +121 -0
- package/index.js +1 -1
- package/lazy/index.js +87 -0
- package/lazy/package.json +6 -0
- package/lazy.d.ts +15 -0
- package/package.json +2 -2
- package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +38 -38
- package/src/BurgerIcon/config.tsx +4 -4
- package/src/CaretIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/src/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/src/CloseIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/src/Icon/__snapshots__/index.test.tsx.snap +33 -33
- package/src/Icon/index.tsx +1 -1
- package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/src/SearchIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/src/lazy.js +16 -0
|
@@ -6,18 +6,18 @@ exports[`renders the CloseIcon with no props 1`] = `
|
|
|
6
6
|
icon="close"
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(SvgIcon)
|
|
9
|
-
className="
|
|
9
|
+
className="ds-svg-icon--close"
|
|
10
10
|
>
|
|
11
11
|
<ForwardRef(Base)
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
as="svg"
|
|
14
|
-
className="
|
|
14
|
+
className="ds-svg-icon--close ds-svg-icon"
|
|
15
15
|
focusable="false"
|
|
16
16
|
viewBox="0 0 24 24"
|
|
17
17
|
>
|
|
18
18
|
<svg
|
|
19
19
|
aria-hidden="true"
|
|
20
|
-
className="
|
|
20
|
+
className="ds-svg-icon--close ds-svg-icon"
|
|
21
21
|
focusable="false"
|
|
22
22
|
viewBox="0 0 24 24"
|
|
23
23
|
>
|
|
@@ -9,19 +9,19 @@ exports[`renders the GlobeIcon prop variant= "error" 1`] = `
|
|
|
9
9
|
variant="error"
|
|
10
10
|
>
|
|
11
11
|
<ForwardRef(SvgIcon)
|
|
12
|
-
className="
|
|
12
|
+
className="ds-svg-icon--globe"
|
|
13
13
|
variant="error"
|
|
14
14
|
>
|
|
15
15
|
<ForwardRef(Base)
|
|
16
16
|
aria-hidden="true"
|
|
17
17
|
as="svg"
|
|
18
|
-
className="
|
|
18
|
+
className="ds-svg-icon--globe ds-svg-icon--error ds-svg-icon"
|
|
19
19
|
focusable="false"
|
|
20
20
|
viewBox="0 0 24 24"
|
|
21
21
|
>
|
|
22
22
|
<svg
|
|
23
23
|
aria-hidden="true"
|
|
24
|
-
className="
|
|
24
|
+
className="ds-svg-icon--globe ds-svg-icon--error ds-svg-icon"
|
|
25
25
|
focusable="false"
|
|
26
26
|
viewBox="0 0 24 24"
|
|
27
27
|
>
|
|
@@ -47,19 +47,19 @@ exports[`renders the GlobeIcon prop variant= "light" 1`] = `
|
|
|
47
47
|
variant="light"
|
|
48
48
|
>
|
|
49
49
|
<ForwardRef(SvgIcon)
|
|
50
|
-
className="
|
|
50
|
+
className="ds-svg-icon--globe"
|
|
51
51
|
variant="light"
|
|
52
52
|
>
|
|
53
53
|
<ForwardRef(Base)
|
|
54
54
|
aria-hidden="true"
|
|
55
55
|
as="svg"
|
|
56
|
-
className="
|
|
56
|
+
className="ds-svg-icon--globe ds-svg-icon--light ds-svg-icon"
|
|
57
57
|
focusable="false"
|
|
58
58
|
viewBox="0 0 24 24"
|
|
59
59
|
>
|
|
60
60
|
<svg
|
|
61
61
|
aria-hidden="true"
|
|
62
|
-
className="
|
|
62
|
+
className="ds-svg-icon--globe ds-svg-icon--light ds-svg-icon"
|
|
63
63
|
focusable="false"
|
|
64
64
|
viewBox="0 0 24 24"
|
|
65
65
|
>
|
|
@@ -82,18 +82,18 @@ exports[`renders the GlobeIcon with no props 1`] = `
|
|
|
82
82
|
icon="globe"
|
|
83
83
|
>
|
|
84
84
|
<ForwardRef(SvgIcon)
|
|
85
|
-
className="
|
|
85
|
+
className="ds-svg-icon--globe"
|
|
86
86
|
>
|
|
87
87
|
<ForwardRef(Base)
|
|
88
88
|
aria-hidden="true"
|
|
89
89
|
as="svg"
|
|
90
|
-
className="
|
|
90
|
+
className="ds-svg-icon--globe ds-svg-icon"
|
|
91
91
|
focusable="false"
|
|
92
92
|
viewBox="0 0 24 24"
|
|
93
93
|
>
|
|
94
94
|
<svg
|
|
95
95
|
aria-hidden="true"
|
|
96
|
-
className="
|
|
96
|
+
className="ds-svg-icon--globe ds-svg-icon"
|
|
97
97
|
focusable="false"
|
|
98
98
|
viewBox="0 0 24 24"
|
|
99
99
|
>
|
|
@@ -119,19 +119,19 @@ exports[`renders the GlobeIcon with prop variant=dark 1`] = `
|
|
|
119
119
|
variant="dark"
|
|
120
120
|
>
|
|
121
121
|
<ForwardRef(SvgIcon)
|
|
122
|
-
className="
|
|
122
|
+
className="ds-svg-icon--globe"
|
|
123
123
|
variant="dark"
|
|
124
124
|
>
|
|
125
125
|
<ForwardRef(Base)
|
|
126
126
|
aria-hidden="true"
|
|
127
127
|
as="svg"
|
|
128
|
-
className="
|
|
128
|
+
className="ds-svg-icon--globe ds-svg-icon--dark ds-svg-icon"
|
|
129
129
|
focusable="false"
|
|
130
130
|
viewBox="0 0 24 24"
|
|
131
131
|
>
|
|
132
132
|
<svg
|
|
133
133
|
aria-hidden="true"
|
|
134
|
-
className="
|
|
134
|
+
className="ds-svg-icon--globe ds-svg-icon--dark ds-svg-icon"
|
|
135
135
|
focusable="false"
|
|
136
136
|
viewBox="0 0 24 24"
|
|
137
137
|
>
|
|
@@ -5,18 +5,18 @@ exports[`renders the Icon prop icon= "caret" 1`] = `
|
|
|
5
5
|
icon="caret"
|
|
6
6
|
>
|
|
7
7
|
<ForwardRef(SvgIcon)
|
|
8
|
-
className="
|
|
8
|
+
className="ds-svg-icon--caret"
|
|
9
9
|
>
|
|
10
10
|
<ForwardRef(Base)
|
|
11
11
|
aria-hidden="true"
|
|
12
12
|
as="svg"
|
|
13
|
-
className="
|
|
13
|
+
className="ds-svg-icon--caret ds-svg-icon"
|
|
14
14
|
focusable="false"
|
|
15
15
|
viewBox="0 0 24 24"
|
|
16
16
|
>
|
|
17
17
|
<svg
|
|
18
18
|
aria-hidden="true"
|
|
19
|
-
className="
|
|
19
|
+
className="ds-svg-icon--caret ds-svg-icon"
|
|
20
20
|
focusable="false"
|
|
21
21
|
viewBox="0 0 24 24"
|
|
22
22
|
>
|
|
@@ -37,18 +37,18 @@ exports[`renders the Icon prop icon= "caret" and direction=left 1`] = `
|
|
|
37
37
|
icon="caret"
|
|
38
38
|
>
|
|
39
39
|
<ForwardRef(SvgIcon)
|
|
40
|
-
className="
|
|
40
|
+
className="ds-svg-icon--caret"
|
|
41
41
|
>
|
|
42
42
|
<ForwardRef(Base)
|
|
43
43
|
aria-hidden="true"
|
|
44
44
|
as="svg"
|
|
45
|
-
className="
|
|
45
|
+
className="ds-svg-icon--caret ds-svg-icon"
|
|
46
46
|
focusable="false"
|
|
47
47
|
viewBox="0 0 24 24"
|
|
48
48
|
>
|
|
49
49
|
<svg
|
|
50
50
|
aria-hidden="true"
|
|
51
|
-
className="
|
|
51
|
+
className="ds-svg-icon--caret ds-svg-icon"
|
|
52
52
|
focusable="false"
|
|
53
53
|
viewBox="0 0 24 24"
|
|
54
54
|
>
|
|
@@ -70,18 +70,18 @@ exports[`renders the Icon prop icon= "check" 1`] = `
|
|
|
70
70
|
icon="check"
|
|
71
71
|
>
|
|
72
72
|
<ForwardRef(SvgIcon)
|
|
73
|
-
className="
|
|
73
|
+
className="ds-svg-icon--check"
|
|
74
74
|
>
|
|
75
75
|
<ForwardRef(Base)
|
|
76
76
|
aria-hidden="true"
|
|
77
77
|
as="svg"
|
|
78
|
-
className="
|
|
78
|
+
className="ds-svg-icon--check ds-svg-icon"
|
|
79
79
|
focusable="false"
|
|
80
80
|
viewBox="0 0 24 24"
|
|
81
81
|
>
|
|
82
82
|
<svg
|
|
83
83
|
aria-hidden="true"
|
|
84
|
-
className="
|
|
84
|
+
className="ds-svg-icon--check ds-svg-icon"
|
|
85
85
|
focusable="false"
|
|
86
86
|
viewBox="0 0 24 24"
|
|
87
87
|
>
|
|
@@ -101,18 +101,18 @@ exports[`renders the Icon prop icon= "close" 1`] = `
|
|
|
101
101
|
icon="close"
|
|
102
102
|
>
|
|
103
103
|
<ForwardRef(SvgIcon)
|
|
104
|
-
className="
|
|
104
|
+
className="ds-svg-icon--close"
|
|
105
105
|
>
|
|
106
106
|
<ForwardRef(Base)
|
|
107
107
|
aria-hidden="true"
|
|
108
108
|
as="svg"
|
|
109
|
-
className="
|
|
109
|
+
className="ds-svg-icon--close ds-svg-icon"
|
|
110
110
|
focusable="false"
|
|
111
111
|
viewBox="0 0 24 24"
|
|
112
112
|
>
|
|
113
113
|
<svg
|
|
114
114
|
aria-hidden="true"
|
|
115
|
-
className="
|
|
115
|
+
className="ds-svg-icon--close ds-svg-icon"
|
|
116
116
|
focusable="false"
|
|
117
117
|
viewBox="0 0 24 24"
|
|
118
118
|
>
|
|
@@ -132,18 +132,18 @@ exports[`renders the Icon prop icon= "uncheck" 1`] = `
|
|
|
132
132
|
icon="uncheck"
|
|
133
133
|
>
|
|
134
134
|
<ForwardRef(SvgIcon)
|
|
135
|
-
className="
|
|
135
|
+
className="ds-svg-icon--uncheck"
|
|
136
136
|
>
|
|
137
137
|
<ForwardRef(Base)
|
|
138
138
|
aria-hidden="true"
|
|
139
139
|
as="svg"
|
|
140
|
-
className="
|
|
140
|
+
className="ds-svg-icon--uncheck ds-svg-icon"
|
|
141
141
|
focusable="false"
|
|
142
142
|
viewBox="0 0 24 24"
|
|
143
143
|
>
|
|
144
144
|
<svg
|
|
145
145
|
aria-hidden="true"
|
|
146
|
-
className="
|
|
146
|
+
className="ds-svg-icon--uncheck ds-svg-icon"
|
|
147
147
|
focusable="false"
|
|
148
148
|
viewBox="0 0 24 24"
|
|
149
149
|
>
|
|
@@ -163,18 +163,18 @@ exports[`renders the Icon props icon= "moreVert" 1`] = `
|
|
|
163
163
|
icon="moreVert"
|
|
164
164
|
>
|
|
165
165
|
<ForwardRef(SvgIcon)
|
|
166
|
-
className="
|
|
166
|
+
className="ds-svg-icon--moreVert"
|
|
167
167
|
>
|
|
168
168
|
<ForwardRef(Base)
|
|
169
169
|
aria-hidden="true"
|
|
170
170
|
as="svg"
|
|
171
|
-
className="
|
|
171
|
+
className="ds-svg-icon--moreVert ds-svg-icon"
|
|
172
172
|
focusable="false"
|
|
173
173
|
viewBox="0 0 24 24"
|
|
174
174
|
>
|
|
175
175
|
<svg
|
|
176
176
|
aria-hidden="true"
|
|
177
|
-
className="
|
|
177
|
+
className="ds-svg-icon--moreVert ds-svg-icon"
|
|
178
178
|
focusable="false"
|
|
179
179
|
viewBox="0 0 24 24"
|
|
180
180
|
>
|
|
@@ -204,18 +204,18 @@ exports[`renders the Icon props icon= "moreVert" 1`] = `
|
|
|
204
204
|
exports[`renders the Icon with no props 1`] = `
|
|
205
205
|
<ForwardRef(Icon)>
|
|
206
206
|
<ForwardRef(SvgIcon)
|
|
207
|
-
className="
|
|
207
|
+
className="ds-svg-icon--arrow"
|
|
208
208
|
>
|
|
209
209
|
<ForwardRef(Base)
|
|
210
210
|
aria-hidden="true"
|
|
211
211
|
as="svg"
|
|
212
|
-
className="
|
|
212
|
+
className="ds-svg-icon--arrow ds-svg-icon"
|
|
213
213
|
focusable="false"
|
|
214
214
|
viewBox="0 0 24 24"
|
|
215
215
|
>
|
|
216
216
|
<svg
|
|
217
217
|
aria-hidden="true"
|
|
218
|
-
className="
|
|
218
|
+
className="ds-svg-icon--arrow ds-svg-icon"
|
|
219
219
|
focusable="false"
|
|
220
220
|
viewBox="0 0 24 24"
|
|
221
221
|
>
|
|
@@ -235,18 +235,18 @@ exports[`renders the Icon with prop icon=arrow and direction=up 1`] = `
|
|
|
235
235
|
direction="up"
|
|
236
236
|
>
|
|
237
237
|
<ForwardRef(SvgIcon)
|
|
238
|
-
className="
|
|
238
|
+
className="ds-svg-icon--arrow"
|
|
239
239
|
>
|
|
240
240
|
<ForwardRef(Base)
|
|
241
241
|
aria-hidden="true"
|
|
242
242
|
as="svg"
|
|
243
|
-
className="
|
|
243
|
+
className="ds-svg-icon--arrow ds-svg-icon"
|
|
244
244
|
focusable="false"
|
|
245
245
|
viewBox="0 0 24 24"
|
|
246
246
|
>
|
|
247
247
|
<svg
|
|
248
248
|
aria-hidden="true"
|
|
249
|
-
className="
|
|
249
|
+
className="ds-svg-icon--arrow ds-svg-icon"
|
|
250
250
|
focusable="false"
|
|
251
251
|
viewBox="0 0 24 24"
|
|
252
252
|
>
|
|
@@ -268,18 +268,18 @@ exports[`renders the Icon with prop prop icon=burger 1`] = `
|
|
|
268
268
|
icon="burger"
|
|
269
269
|
>
|
|
270
270
|
<ForwardRef(SvgIcon)
|
|
271
|
-
className="
|
|
271
|
+
className="ds-svg-icon--burger"
|
|
272
272
|
>
|
|
273
273
|
<ForwardRef(Base)
|
|
274
274
|
aria-hidden="true"
|
|
275
275
|
as="svg"
|
|
276
|
-
className="
|
|
276
|
+
className="ds-svg-icon--burger ds-svg-icon"
|
|
277
277
|
focusable="false"
|
|
278
278
|
viewBox="0 0 24 24"
|
|
279
279
|
>
|
|
280
280
|
<svg
|
|
281
281
|
aria-hidden="true"
|
|
282
|
-
className="
|
|
282
|
+
className="ds-svg-icon--burger ds-svg-icon"
|
|
283
283
|
focusable="false"
|
|
284
284
|
viewBox="0 0 24 24"
|
|
285
285
|
>
|
|
@@ -289,17 +289,17 @@ exports[`renders the Icon with prop prop icon=burger 1`] = `
|
|
|
289
289
|
>
|
|
290
290
|
<rect
|
|
291
291
|
height="3.3"
|
|
292
|
-
id="
|
|
292
|
+
id="ds-svg-icon--burger__line-1"
|
|
293
293
|
width="20"
|
|
294
294
|
/>
|
|
295
295
|
<rect
|
|
296
296
|
height="3.3"
|
|
297
|
-
id="
|
|
297
|
+
id="ds-svg-icon--burger__line-2"
|
|
298
298
|
width="20"
|
|
299
299
|
/>
|
|
300
300
|
<rect
|
|
301
301
|
height="3.3"
|
|
302
|
-
id="
|
|
302
|
+
id="ds-svg-icon--burger__line-3"
|
|
303
303
|
width="20"
|
|
304
304
|
/>
|
|
305
305
|
</g>
|
|
@@ -315,18 +315,18 @@ exports[`renders the Icon with prop prop icon=globe 1`] = `
|
|
|
315
315
|
icon="globe"
|
|
316
316
|
>
|
|
317
317
|
<ForwardRef(SvgIcon)
|
|
318
|
-
className="
|
|
318
|
+
className="ds-svg-icon--globe"
|
|
319
319
|
>
|
|
320
320
|
<ForwardRef(Base)
|
|
321
321
|
aria-hidden="true"
|
|
322
322
|
as="svg"
|
|
323
|
-
className="
|
|
323
|
+
className="ds-svg-icon--globe ds-svg-icon"
|
|
324
324
|
focusable="false"
|
|
325
325
|
viewBox="0 0 24 24"
|
|
326
326
|
>
|
|
327
327
|
<svg
|
|
328
328
|
aria-hidden="true"
|
|
329
|
-
className="
|
|
329
|
+
className="ds-svg-icon--globe ds-svg-icon"
|
|
330
330
|
focusable="false"
|
|
331
331
|
viewBox="0 0 24 24"
|
|
332
332
|
>
|
package/cjs/Icon/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var Icon = exports.Icon = /*#__PURE__*/_react["default"].forwardRef(function Ico
|
|
|
36
36
|
return /*#__PURE__*/_react["default"].createElement(_SvgIcon["default"], (0, _extends3["default"])({
|
|
37
37
|
ref: ref
|
|
38
38
|
}, props, {
|
|
39
|
-
className: (0, _clsx["default"])(className, true && "
|
|
39
|
+
className: (0, _clsx["default"])(className, true && "ds-svg-icon--".concat(icon))
|
|
40
40
|
}), /*#__PURE__*/_react["default"].createElement(IconComponent, iconProps));
|
|
41
41
|
});
|
|
42
42
|
var _default = exports["default"] = Icon;
|
|
@@ -6,18 +6,18 @@ exports[`renders the MoreVertIcon with no props 1`] = `
|
|
|
6
6
|
icon="moreVert"
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(SvgIcon)
|
|
9
|
-
className="
|
|
9
|
+
className="ds-svg-icon--moreVert"
|
|
10
10
|
>
|
|
11
11
|
<ForwardRef(Base)
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
as="svg"
|
|
14
|
-
className="
|
|
14
|
+
className="ds-svg-icon--moreVert ds-svg-icon"
|
|
15
15
|
focusable="false"
|
|
16
16
|
viewBox="0 0 24 24"
|
|
17
17
|
>
|
|
18
18
|
<svg
|
|
19
19
|
aria-hidden="true"
|
|
20
|
-
className="
|
|
20
|
+
className="ds-svg-icon--moreVert ds-svg-icon"
|
|
21
21
|
focusable="false"
|
|
22
22
|
viewBox="0 0 24 24"
|
|
23
23
|
>
|
|
@@ -54,19 +54,19 @@ exports[`renders the MoreVertIcon with prop size=l 1`] = `
|
|
|
54
54
|
size="lg"
|
|
55
55
|
>
|
|
56
56
|
<ForwardRef(SvgIcon)
|
|
57
|
-
className="
|
|
57
|
+
className="ds-svg-icon--moreVert"
|
|
58
58
|
size="lg"
|
|
59
59
|
>
|
|
60
60
|
<ForwardRef(Base)
|
|
61
61
|
aria-hidden="true"
|
|
62
62
|
as="svg"
|
|
63
|
-
className="
|
|
63
|
+
className="ds-svg-icon--moreVert ds-svg-icon--lg 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="
|
|
69
|
+
className="ds-svg-icon--moreVert ds-svg-icon--lg ds-svg-icon"
|
|
70
70
|
focusable="false"
|
|
71
71
|
viewBox="0 0 24 24"
|
|
72
72
|
>
|
|
@@ -103,19 +103,19 @@ exports[`renders the MoreVertIcon with prop size=s 1`] = `
|
|
|
103
103
|
size="sm"
|
|
104
104
|
>
|
|
105
105
|
<ForwardRef(SvgIcon)
|
|
106
|
-
className="
|
|
106
|
+
className="ds-svg-icon--moreVert"
|
|
107
107
|
size="sm"
|
|
108
108
|
>
|
|
109
109
|
<ForwardRef(Base)
|
|
110
110
|
aria-hidden="true"
|
|
111
111
|
as="svg"
|
|
112
|
-
className="
|
|
112
|
+
className="ds-svg-icon--moreVert ds-svg-icon--sm ds-svg-icon"
|
|
113
113
|
focusable="false"
|
|
114
114
|
viewBox="0 0 24 24"
|
|
115
115
|
>
|
|
116
116
|
<svg
|
|
117
117
|
aria-hidden="true"
|
|
118
|
-
className="
|
|
118
|
+
className="ds-svg-icon--moreVert ds-svg-icon--sm ds-svg-icon"
|
|
119
119
|
focusable="false"
|
|
120
120
|
viewBox="0 0 24 24"
|
|
121
121
|
>
|
|
@@ -152,19 +152,19 @@ exports[`renders the MoreVertIcon with prop variant=dark 1`] = `
|
|
|
152
152
|
variant="dark"
|
|
153
153
|
>
|
|
154
154
|
<ForwardRef(SvgIcon)
|
|
155
|
-
className="
|
|
155
|
+
className="ds-svg-icon--moreVert"
|
|
156
156
|
variant="dark"
|
|
157
157
|
>
|
|
158
158
|
<ForwardRef(Base)
|
|
159
159
|
aria-hidden="true"
|
|
160
160
|
as="svg"
|
|
161
|
-
className="
|
|
161
|
+
className="ds-svg-icon--moreVert ds-svg-icon--dark ds-svg-icon"
|
|
162
162
|
focusable="false"
|
|
163
163
|
viewBox="0 0 24 24"
|
|
164
164
|
>
|
|
165
165
|
<svg
|
|
166
166
|
aria-hidden="true"
|
|
167
|
-
className="
|
|
167
|
+
className="ds-svg-icon--moreVert ds-svg-icon--dark ds-svg-icon"
|
|
168
168
|
focusable="false"
|
|
169
169
|
viewBox="0 0 24 24"
|
|
170
170
|
>
|
|
@@ -203,20 +203,20 @@ exports[`renders the MoreVertIcon with prop variant=error and size= xl 1`] = `
|
|
|
203
203
|
variant="warning"
|
|
204
204
|
>
|
|
205
205
|
<ForwardRef(SvgIcon)
|
|
206
|
-
className="
|
|
206
|
+
className="ds-svg-icon--moreVert"
|
|
207
207
|
size="xl"
|
|
208
208
|
variant="warning"
|
|
209
209
|
>
|
|
210
210
|
<ForwardRef(Base)
|
|
211
211
|
aria-hidden="true"
|
|
212
212
|
as="svg"
|
|
213
|
-
className="
|
|
213
|
+
className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--xl 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="
|
|
219
|
+
className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
220
220
|
focusable="false"
|
|
221
221
|
viewBox="0 0 24 24"
|
|
222
222
|
>
|
|
@@ -253,19 +253,19 @@ exports[`renders the MoreVertIcon with prop variant=focus 1`] = `
|
|
|
253
253
|
variant="focus"
|
|
254
254
|
>
|
|
255
255
|
<ForwardRef(SvgIcon)
|
|
256
|
-
className="
|
|
256
|
+
className="ds-svg-icon--moreVert"
|
|
257
257
|
variant="focus"
|
|
258
258
|
>
|
|
259
259
|
<ForwardRef(Base)
|
|
260
260
|
aria-hidden="true"
|
|
261
261
|
as="svg"
|
|
262
|
-
className="
|
|
262
|
+
className="ds-svg-icon--moreVert ds-svg-icon--focus 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="
|
|
268
|
+
className="ds-svg-icon--moreVert ds-svg-icon--focus ds-svg-icon"
|
|
269
269
|
focusable="false"
|
|
270
270
|
viewBox="0 0 24 24"
|
|
271
271
|
>
|
|
@@ -302,19 +302,19 @@ exports[`renders the MoreVertIcon with prop variant=primary 1`] = `
|
|
|
302
302
|
variant="primary"
|
|
303
303
|
>
|
|
304
304
|
<ForwardRef(SvgIcon)
|
|
305
|
-
className="
|
|
305
|
+
className="ds-svg-icon--moreVert"
|
|
306
306
|
variant="primary"
|
|
307
307
|
>
|
|
308
308
|
<ForwardRef(Base)
|
|
309
309
|
aria-hidden="true"
|
|
310
310
|
as="svg"
|
|
311
|
-
className="
|
|
311
|
+
className="ds-svg-icon--moreVert ds-svg-icon--primary ds-svg-icon"
|
|
312
312
|
focusable="false"
|
|
313
313
|
viewBox="0 0 24 24"
|
|
314
314
|
>
|
|
315
315
|
<svg
|
|
316
316
|
aria-hidden="true"
|
|
317
|
-
className="
|
|
317
|
+
className="ds-svg-icon--moreVert ds-svg-icon--primary ds-svg-icon"
|
|
318
318
|
focusable="false"
|
|
319
319
|
viewBox="0 0 24 24"
|
|
320
320
|
>
|
|
@@ -351,19 +351,19 @@ exports[`renders the MoreVertIcon with prop variant=success 1`] = `
|
|
|
351
351
|
variant="success"
|
|
352
352
|
>
|
|
353
353
|
<ForwardRef(SvgIcon)
|
|
354
|
-
className="
|
|
354
|
+
className="ds-svg-icon--moreVert"
|
|
355
355
|
variant="success"
|
|
356
356
|
>
|
|
357
357
|
<ForwardRef(Base)
|
|
358
358
|
aria-hidden="true"
|
|
359
359
|
as="svg"
|
|
360
|
-
className="
|
|
360
|
+
className="ds-svg-icon--moreVert ds-svg-icon--success ds-svg-icon"
|
|
361
361
|
focusable="false"
|
|
362
362
|
viewBox="0 0 24 24"
|
|
363
363
|
>
|
|
364
364
|
<svg
|
|
365
365
|
aria-hidden="true"
|
|
366
|
-
className="
|
|
366
|
+
className="ds-svg-icon--moreVert ds-svg-icon--success ds-svg-icon"
|
|
367
367
|
focusable="false"
|
|
368
368
|
viewBox="0 0 24 24"
|
|
369
369
|
>
|
|
@@ -402,20 +402,20 @@ exports[`renders the MoreVertIcon with prop variant=warning and size=s 1`] = `
|
|
|
402
402
|
variant="warning"
|
|
403
403
|
>
|
|
404
404
|
<ForwardRef(SvgIcon)
|
|
405
|
-
className="
|
|
405
|
+
className="ds-svg-icon--moreVert"
|
|
406
406
|
size="sm"
|
|
407
407
|
variant="warning"
|
|
408
408
|
>
|
|
409
409
|
<ForwardRef(Base)
|
|
410
410
|
aria-hidden="true"
|
|
411
411
|
as="svg"
|
|
412
|
-
className="
|
|
412
|
+
className="ds-svg-icon--moreVert ds-svg-icon--warning 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="
|
|
418
|
+
className="ds-svg-icon--moreVert ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
419
419
|
focusable="false"
|
|
420
420
|
viewBox="0 0 24 24"
|
|
421
421
|
>
|
|
@@ -6,18 +6,18 @@ exports[`renders the SearchIcon with no props 1`] = `
|
|
|
6
6
|
icon="search"
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(SvgIcon)
|
|
9
|
-
className="
|
|
9
|
+
className="ds-svg-icon--search"
|
|
10
10
|
>
|
|
11
11
|
<ForwardRef(Base)
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
as="svg"
|
|
14
|
-
className="
|
|
14
|
+
className="ds-svg-icon--search ds-svg-icon"
|
|
15
15
|
focusable="false"
|
|
16
16
|
viewBox="0 0 24 24"
|
|
17
17
|
>
|
|
18
18
|
<svg
|
|
19
19
|
aria-hidden="true"
|
|
20
|
-
className="
|
|
20
|
+
className="ds-svg-icon--search ds-svg-icon"
|
|
21
21
|
focusable="false"
|
|
22
22
|
viewBox="0 0 24 24"
|
|
23
23
|
>
|