@digigov/react-icons 1.2.0-496927f3 → 2.0.0-af1b5f33
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/CancelIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/CaretIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/ChatIcon/__snapshots__/index.test.tsx.snap +300 -0
- package/ChatIcon/config/index.js +17 -0
- package/ChatIcon/config/package.json +6 -0
- package/ChatIcon/config.d.ts +11 -0
- package/ChatIcon/index.d.ts +4 -0
- package/ChatIcon/index.js +9 -0
- package/ChatIcon/index.test/index.js +51 -0
- package/ChatIcon/index.test/package.json +6 -0
- package/ChatIcon/index.test.d.ts +1 -0
- package/ChatIcon/package.json +6 -0
- package/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/ChevronIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/CloseIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/DownloadIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/ExclamationIcon/__snapshots__/index.test.tsx.snap +297 -0
- package/ExclamationIcon/config/index.js +14 -0
- package/ExclamationIcon/config/package.json +6 -0
- package/ExclamationIcon/config.d.ts +8 -0
- package/ExclamationIcon/index.d.ts +4 -0
- package/ExclamationIcon/index.js +9 -0
- package/ExclamationIcon/index.test/index.js +45 -0
- package/ExclamationIcon/index.test/package.json +6 -0
- package/ExclamationIcon/index.test.d.ts +1 -0
- package/ExclamationIcon/package.json +6 -0
- 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/LockIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/LoginIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/MinusIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/MoreVertIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/PdfFileIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/PlusIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/ReplyIcon/__snapshots__/index.test.tsx.snap +262 -0
- package/ReplyIcon/config/index.js +9 -0
- package/ReplyIcon/config/package.json +6 -0
- package/ReplyIcon/config.d.ts +8 -0
- package/ReplyIcon/index.d.ts +4 -0
- package/ReplyIcon/index.js +9 -0
- package/ReplyIcon/index.test/index.js +45 -0
- package/ReplyIcon/index.test/package.json +6 -0
- package/ReplyIcon/index.test.d.ts +1 -0
- package/ReplyIcon/package.json +6 -0
- package/RestoreIcon/__snapshots__/index.test.tsx.snap +318 -0
- package/RestoreIcon/config/index.js +17 -0
- package/RestoreIcon/config/package.json +6 -0
- package/RestoreIcon/config.d.ts +8 -0
- package/RestoreIcon/index.d.ts +4 -0
- package/RestoreIcon/index.js +9 -0
- package/RestoreIcon/index.test/index.js +45 -0
- package/RestoreIcon/index.test/package.json +6 -0
- package/RestoreIcon/index.test.d.ts +1 -0
- package/RestoreIcon/package.json +6 -0
- 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/CancelIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/cjs/CaretIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/cjs/ChatIcon/__snapshots__/index.test.tsx.snap +300 -0
- package/cjs/ChatIcon/config/index.js +24 -0
- package/cjs/ChatIcon/index.js +16 -0
- package/cjs/ChatIcon/index.test/index.js +54 -0
- package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/cjs/ChevronIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/cjs/CloseIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/cjs/DownloadIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/cjs/ExclamationIcon/__snapshots__/index.test.tsx.snap +297 -0
- package/cjs/ExclamationIcon/config/index.js +22 -0
- package/cjs/ExclamationIcon/index.js +16 -0
- package/cjs/ExclamationIcon/index.test/index.js +48 -0
- 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/LockIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/cjs/LoginIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/cjs/MinusIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/cjs/PdfFileIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/cjs/PlusIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/cjs/ReplyIcon/__snapshots__/index.test.tsx.snap +262 -0
- package/cjs/ReplyIcon/config/index.js +17 -0
- package/cjs/ReplyIcon/index.js +16 -0
- package/cjs/ReplyIcon/index.test/index.js +48 -0
- package/cjs/RestoreIcon/__snapshots__/index.test.tsx.snap +318 -0
- package/cjs/RestoreIcon/config/index.js +25 -0
- package/cjs/RestoreIcon/index.js +16 -0
- package/cjs/RestoreIcon/index.test/index.js +48 -0
- package/cjs/SearchIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/cjs/icons/index.js +44 -0
- package/cjs/index.js +44 -0
- package/cjs/registry/index.js +9 -1
- package/icons/index.js +4 -0
- package/icons.d.ts +12 -0
- package/index.d.ts +4 -0
- package/index.js +6 -2
- package/package.json +3 -3
- package/registry/index.js +9 -1
- package/registry.d.ts +4 -0
- 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/CancelIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/src/CaretIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/src/ChatIcon/__snapshots__/index.test.tsx.snap +300 -0
- package/src/ChatIcon/config.tsx +28 -0
- package/src/ChatIcon/index.test.tsx +29 -0
- package/src/ChatIcon/index.tsx +8 -0
- package/src/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/src/CloseIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +297 -0
- package/src/ExclamationIcon/config.tsx +16 -0
- package/src/ExclamationIcon/index.test.tsx +26 -0
- package/src/ExclamationIcon/index.tsx +8 -0
- 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/LockIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/src/LoginIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/src/MinusIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/src/PlusIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +262 -0
- package/src/ReplyIcon/config.tsx +15 -0
- package/src/ReplyIcon/index.test.tsx +26 -0
- package/src/ReplyIcon/index.tsx +8 -0
- package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +318 -0
- package/src/RestoreIcon/config.tsx +17 -0
- package/src/RestoreIcon/index.test.tsx +26 -0
- package/src/RestoreIcon/index.tsx +8 -0
- package/src/SearchIcon/__snapshots__/index.test.tsx.snap +3 -3
- package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +27 -27
- package/src/icons.ts +13 -0
- package/src/index.ts +4 -0
- package/src/registry.js +10 -2
|
@@ -6,18 +6,18 @@ exports[`renders the MinusIcon with no props 1`] = `
|
|
|
6
6
|
icon="minus"
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(SvgIcon)
|
|
9
|
-
className="
|
|
9
|
+
className="ds-svg-icon--minus"
|
|
10
10
|
>
|
|
11
11
|
<ForwardRef(Base)
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
as="svg"
|
|
14
|
-
className="
|
|
14
|
+
className="ds-svg-icon--minus 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--minus ds-svg-icon"
|
|
21
21
|
focusable="false"
|
|
22
22
|
viewBox="0 0 24 24"
|
|
23
23
|
>
|
|
@@ -45,19 +45,19 @@ exports[`renders the MinusIcon with prop size=m 1`] = `
|
|
|
45
45
|
size="md"
|
|
46
46
|
>
|
|
47
47
|
<ForwardRef(SvgIcon)
|
|
48
|
-
className="
|
|
48
|
+
className="ds-svg-icon--minus"
|
|
49
49
|
size="md"
|
|
50
50
|
>
|
|
51
51
|
<ForwardRef(Base)
|
|
52
52
|
aria-hidden="true"
|
|
53
53
|
as="svg"
|
|
54
|
-
className="
|
|
54
|
+
className="ds-svg-icon--minus ds-svg-icon--md ds-svg-icon"
|
|
55
55
|
focusable="false"
|
|
56
56
|
viewBox="0 0 24 24"
|
|
57
57
|
>
|
|
58
58
|
<svg
|
|
59
59
|
aria-hidden="true"
|
|
60
|
-
className="
|
|
60
|
+
className="ds-svg-icon--minus ds-svg-icon--md ds-svg-icon"
|
|
61
61
|
focusable="false"
|
|
62
62
|
viewBox="0 0 24 24"
|
|
63
63
|
>
|
|
@@ -85,19 +85,19 @@ exports[`renders the MinusIcon with prop size=xl 1`] = `
|
|
|
85
85
|
size="xl"
|
|
86
86
|
>
|
|
87
87
|
<ForwardRef(SvgIcon)
|
|
88
|
-
className="
|
|
88
|
+
className="ds-svg-icon--minus"
|
|
89
89
|
size="xl"
|
|
90
90
|
>
|
|
91
91
|
<ForwardRef(Base)
|
|
92
92
|
aria-hidden="true"
|
|
93
93
|
as="svg"
|
|
94
|
-
className="
|
|
94
|
+
className="ds-svg-icon--minus ds-svg-icon--xl ds-svg-icon"
|
|
95
95
|
focusable="false"
|
|
96
96
|
viewBox="0 0 24 24"
|
|
97
97
|
>
|
|
98
98
|
<svg
|
|
99
99
|
aria-hidden="true"
|
|
100
|
-
className="
|
|
100
|
+
className="ds-svg-icon--minus ds-svg-icon--xl ds-svg-icon"
|
|
101
101
|
focusable="false"
|
|
102
102
|
viewBox="0 0 24 24"
|
|
103
103
|
>
|
|
@@ -127,20 +127,20 @@ exports[`renders the MinusIcon with prop variant=error and size= xl 1`] = `
|
|
|
127
127
|
variant="warning"
|
|
128
128
|
>
|
|
129
129
|
<ForwardRef(SvgIcon)
|
|
130
|
-
className="
|
|
130
|
+
className="ds-svg-icon--minus"
|
|
131
131
|
size="xl"
|
|
132
132
|
variant="warning"
|
|
133
133
|
>
|
|
134
134
|
<ForwardRef(Base)
|
|
135
135
|
aria-hidden="true"
|
|
136
136
|
as="svg"
|
|
137
|
-
className="
|
|
137
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
138
138
|
focusable="false"
|
|
139
139
|
viewBox="0 0 24 24"
|
|
140
140
|
>
|
|
141
141
|
<svg
|
|
142
142
|
aria-hidden="true"
|
|
143
|
-
className="
|
|
143
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
144
144
|
focusable="false"
|
|
145
145
|
viewBox="0 0 24 24"
|
|
146
146
|
>
|
|
@@ -168,19 +168,19 @@ exports[`renders the MinusIcon with prop variant=light 1`] = `
|
|
|
168
168
|
variant="light"
|
|
169
169
|
>
|
|
170
170
|
<ForwardRef(SvgIcon)
|
|
171
|
-
className="
|
|
171
|
+
className="ds-svg-icon--minus"
|
|
172
172
|
variant="light"
|
|
173
173
|
>
|
|
174
174
|
<ForwardRef(Base)
|
|
175
175
|
aria-hidden="true"
|
|
176
176
|
as="svg"
|
|
177
|
-
className="
|
|
177
|
+
className="ds-svg-icon--minus ds-svg-icon--light ds-svg-icon"
|
|
178
178
|
focusable="false"
|
|
179
179
|
viewBox="0 0 24 24"
|
|
180
180
|
>
|
|
181
181
|
<svg
|
|
182
182
|
aria-hidden="true"
|
|
183
|
-
className="
|
|
183
|
+
className="ds-svg-icon--minus ds-svg-icon--light ds-svg-icon"
|
|
184
184
|
focusable="false"
|
|
185
185
|
viewBox="0 0 24 24"
|
|
186
186
|
>
|
|
@@ -208,19 +208,19 @@ exports[`renders the MinusIcon with prop variant=warning 1`] = `
|
|
|
208
208
|
variant="warning"
|
|
209
209
|
>
|
|
210
210
|
<ForwardRef(SvgIcon)
|
|
211
|
-
className="
|
|
211
|
+
className="ds-svg-icon--minus"
|
|
212
212
|
variant="warning"
|
|
213
213
|
>
|
|
214
214
|
<ForwardRef(Base)
|
|
215
215
|
aria-hidden="true"
|
|
216
216
|
as="svg"
|
|
217
|
-
className="
|
|
217
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon"
|
|
218
218
|
focusable="false"
|
|
219
219
|
viewBox="0 0 24 24"
|
|
220
220
|
>
|
|
221
221
|
<svg
|
|
222
222
|
aria-hidden="true"
|
|
223
|
-
className="
|
|
223
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon"
|
|
224
224
|
focusable="false"
|
|
225
225
|
viewBox="0 0 24 24"
|
|
226
226
|
>
|
|
@@ -250,20 +250,20 @@ exports[`renders the MinusIcon with prop variant=warning and size=s 1`] = `
|
|
|
250
250
|
variant="warning"
|
|
251
251
|
>
|
|
252
252
|
<ForwardRef(SvgIcon)
|
|
253
|
-
className="
|
|
253
|
+
className="ds-svg-icon--minus"
|
|
254
254
|
size="sm"
|
|
255
255
|
variant="warning"
|
|
256
256
|
>
|
|
257
257
|
<ForwardRef(Base)
|
|
258
258
|
aria-hidden="true"
|
|
259
259
|
as="svg"
|
|
260
|
-
className="
|
|
260
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--sm 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="
|
|
266
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
267
267
|
focusable="false"
|
|
268
268
|
viewBox="0 0 24 24"
|
|
269
269
|
>
|
|
@@ -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 PdfFileIcon with no props 1`] = `
|
|
|
6
6
|
icon="pdfFile"
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(SvgIcon)
|
|
9
|
-
className="
|
|
9
|
+
className="ds-svg-icon--pdfFile"
|
|
10
10
|
>
|
|
11
11
|
<ForwardRef(Base)
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
as="svg"
|
|
14
|
-
className="
|
|
14
|
+
className="ds-svg-icon--pdfFile 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--pdfFile ds-svg-icon"
|
|
21
21
|
focusable="false"
|
|
22
22
|
viewBox="0 0 24 24"
|
|
23
23
|
>
|
|
@@ -55,19 +55,19 @@ exports[`renders the PdfFileIcon with prop size=m 1`] = `
|
|
|
55
55
|
size="md"
|
|
56
56
|
>
|
|
57
57
|
<ForwardRef(SvgIcon)
|
|
58
|
-
className="
|
|
58
|
+
className="ds-svg-icon--pdfFile"
|
|
59
59
|
size="md"
|
|
60
60
|
>
|
|
61
61
|
<ForwardRef(Base)
|
|
62
62
|
aria-hidden="true"
|
|
63
63
|
as="svg"
|
|
64
|
-
className="
|
|
64
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--md ds-svg-icon"
|
|
65
65
|
focusable="false"
|
|
66
66
|
viewBox="0 0 24 24"
|
|
67
67
|
>
|
|
68
68
|
<svg
|
|
69
69
|
aria-hidden="true"
|
|
70
|
-
className="
|
|
70
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--md ds-svg-icon"
|
|
71
71
|
focusable="false"
|
|
72
72
|
viewBox="0 0 24 24"
|
|
73
73
|
>
|
|
@@ -105,19 +105,19 @@ exports[`renders the PdfFileIcon with prop size=xl 1`] = `
|
|
|
105
105
|
size="xl"
|
|
106
106
|
>
|
|
107
107
|
<ForwardRef(SvgIcon)
|
|
108
|
-
className="
|
|
108
|
+
className="ds-svg-icon--pdfFile"
|
|
109
109
|
size="xl"
|
|
110
110
|
>
|
|
111
111
|
<ForwardRef(Base)
|
|
112
112
|
aria-hidden="true"
|
|
113
113
|
as="svg"
|
|
114
|
-
className="
|
|
114
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--xl ds-svg-icon"
|
|
115
115
|
focusable="false"
|
|
116
116
|
viewBox="0 0 24 24"
|
|
117
117
|
>
|
|
118
118
|
<svg
|
|
119
119
|
aria-hidden="true"
|
|
120
|
-
className="
|
|
120
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--xl ds-svg-icon"
|
|
121
121
|
focusable="false"
|
|
122
122
|
viewBox="0 0 24 24"
|
|
123
123
|
>
|
|
@@ -157,20 +157,20 @@ exports[`renders the PdfFileIcon with prop variant=error and size= xl 1`] = `
|
|
|
157
157
|
variant="warning"
|
|
158
158
|
>
|
|
159
159
|
<ForwardRef(SvgIcon)
|
|
160
|
-
className="
|
|
160
|
+
className="ds-svg-icon--pdfFile"
|
|
161
161
|
size="xl"
|
|
162
162
|
variant="warning"
|
|
163
163
|
>
|
|
164
164
|
<ForwardRef(Base)
|
|
165
165
|
aria-hidden="true"
|
|
166
166
|
as="svg"
|
|
167
|
-
className="
|
|
167
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
168
168
|
focusable="false"
|
|
169
169
|
viewBox="0 0 24 24"
|
|
170
170
|
>
|
|
171
171
|
<svg
|
|
172
172
|
aria-hidden="true"
|
|
173
|
-
className="
|
|
173
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
174
174
|
focusable="false"
|
|
175
175
|
viewBox="0 0 24 24"
|
|
176
176
|
>
|
|
@@ -208,19 +208,19 @@ exports[`renders the PdfFileIcon with prop variant=light 1`] = `
|
|
|
208
208
|
variant="light"
|
|
209
209
|
>
|
|
210
210
|
<ForwardRef(SvgIcon)
|
|
211
|
-
className="
|
|
211
|
+
className="ds-svg-icon--pdfFile"
|
|
212
212
|
variant="light"
|
|
213
213
|
>
|
|
214
214
|
<ForwardRef(Base)
|
|
215
215
|
aria-hidden="true"
|
|
216
216
|
as="svg"
|
|
217
|
-
className="
|
|
217
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--light ds-svg-icon"
|
|
218
218
|
focusable="false"
|
|
219
219
|
viewBox="0 0 24 24"
|
|
220
220
|
>
|
|
221
221
|
<svg
|
|
222
222
|
aria-hidden="true"
|
|
223
|
-
className="
|
|
223
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--light ds-svg-icon"
|
|
224
224
|
focusable="false"
|
|
225
225
|
viewBox="0 0 24 24"
|
|
226
226
|
>
|
|
@@ -258,19 +258,19 @@ exports[`renders the PdfFileIcon with prop variant=warning 1`] = `
|
|
|
258
258
|
variant="warning"
|
|
259
259
|
>
|
|
260
260
|
<ForwardRef(SvgIcon)
|
|
261
|
-
className="
|
|
261
|
+
className="ds-svg-icon--pdfFile"
|
|
262
262
|
variant="warning"
|
|
263
263
|
>
|
|
264
264
|
<ForwardRef(Base)
|
|
265
265
|
aria-hidden="true"
|
|
266
266
|
as="svg"
|
|
267
|
-
className="
|
|
267
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon"
|
|
268
268
|
focusable="false"
|
|
269
269
|
viewBox="0 0 24 24"
|
|
270
270
|
>
|
|
271
271
|
<svg
|
|
272
272
|
aria-hidden="true"
|
|
273
|
-
className="
|
|
273
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon"
|
|
274
274
|
focusable="false"
|
|
275
275
|
viewBox="0 0 24 24"
|
|
276
276
|
>
|
|
@@ -310,20 +310,20 @@ exports[`renders the PdfFileIcon with prop variant=warning and size=s 1`] = `
|
|
|
310
310
|
variant="warning"
|
|
311
311
|
>
|
|
312
312
|
<ForwardRef(SvgIcon)
|
|
313
|
-
className="
|
|
313
|
+
className="ds-svg-icon--pdfFile"
|
|
314
314
|
size="sm"
|
|
315
315
|
variant="warning"
|
|
316
316
|
>
|
|
317
317
|
<ForwardRef(Base)
|
|
318
318
|
aria-hidden="true"
|
|
319
319
|
as="svg"
|
|
320
|
-
className="
|
|
320
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
321
321
|
focusable="false"
|
|
322
322
|
viewBox="0 0 24 24"
|
|
323
323
|
>
|
|
324
324
|
<svg
|
|
325
325
|
aria-hidden="true"
|
|
326
|
-
className="
|
|
326
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
327
327
|
focusable="false"
|
|
328
328
|
viewBox="0 0 24 24"
|
|
329
329
|
>
|