@digigov/react-icons 1.2.0-496927f3 → 2.0.0-8de46296
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/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
- package/PrintIcon/config/index.js +15 -0
- package/PrintIcon/config/package.json +6 -0
- package/PrintIcon/config.d.ts +8 -0
- package/PrintIcon/index.d.ts +4 -0
- package/PrintIcon/index.js +9 -0
- package/PrintIcon/index.test/index.js +45 -0
- package/PrintIcon/index.test/package.json +6 -0
- package/PrintIcon/index.test.d.ts +1 -0
- package/PrintIcon/package.json +6 -0
- 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/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
- package/cjs/PrintIcon/config/index.js +23 -0
- package/cjs/PrintIcon/index.js +16 -0
- package/cjs/PrintIcon/index.test/index.js +48 -0
- 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 +55 -0
- package/cjs/index.js +55 -0
- package/cjs/registry/index.js +10 -0
- package/icons/index.js +5 -0
- package/icons.d.ts +15 -0
- package/index.d.ts +5 -0
- package/index.js +7 -2
- package/package.json +3 -3
- package/registry/index.js +10 -0
- package/registry.d.ts +5 -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/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
- package/src/PrintIcon/config.tsx +16 -0
- package/src/PrintIcon/index.test.tsx +26 -0
- package/src/PrintIcon/index.tsx +8 -0
- 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 +16 -0
- package/src/index.ts +5 -0
- package/src/registry.js +10 -0
|
@@ -6,18 +6,18 @@ exports[`renders the LockIcon with no props 1`] = `
|
|
|
6
6
|
icon="lock"
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(SvgIcon)
|
|
9
|
-
className="
|
|
9
|
+
className="ds-svg-icon--lock"
|
|
10
10
|
>
|
|
11
11
|
<ForwardRef(Base)
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
as="svg"
|
|
14
|
-
className="
|
|
14
|
+
className="ds-svg-icon--lock 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--lock ds-svg-icon"
|
|
21
21
|
focusable="false"
|
|
22
22
|
viewBox="0 0 24 24"
|
|
23
23
|
>
|
|
@@ -42,19 +42,19 @@ exports[`renders the LockIcon with prop size=md 1`] = `
|
|
|
42
42
|
size="md"
|
|
43
43
|
>
|
|
44
44
|
<ForwardRef(SvgIcon)
|
|
45
|
-
className="
|
|
45
|
+
className="ds-svg-icon--lock"
|
|
46
46
|
size="md"
|
|
47
47
|
>
|
|
48
48
|
<ForwardRef(Base)
|
|
49
49
|
aria-hidden="true"
|
|
50
50
|
as="svg"
|
|
51
|
-
className="
|
|
51
|
+
className="ds-svg-icon--lock ds-svg-icon--md ds-svg-icon"
|
|
52
52
|
focusable="false"
|
|
53
53
|
viewBox="0 0 24 24"
|
|
54
54
|
>
|
|
55
55
|
<svg
|
|
56
56
|
aria-hidden="true"
|
|
57
|
-
className="
|
|
57
|
+
className="ds-svg-icon--lock ds-svg-icon--md ds-svg-icon"
|
|
58
58
|
focusable="false"
|
|
59
59
|
viewBox="0 0 24 24"
|
|
60
60
|
>
|
|
@@ -79,19 +79,19 @@ exports[`renders the LockIcon with prop size=xl 1`] = `
|
|
|
79
79
|
size="xl"
|
|
80
80
|
>
|
|
81
81
|
<ForwardRef(SvgIcon)
|
|
82
|
-
className="
|
|
82
|
+
className="ds-svg-icon--lock"
|
|
83
83
|
size="xl"
|
|
84
84
|
>
|
|
85
85
|
<ForwardRef(Base)
|
|
86
86
|
aria-hidden="true"
|
|
87
87
|
as="svg"
|
|
88
|
-
className="
|
|
88
|
+
className="ds-svg-icon--lock ds-svg-icon--xl ds-svg-icon"
|
|
89
89
|
focusable="false"
|
|
90
90
|
viewBox="0 0 24 24"
|
|
91
91
|
>
|
|
92
92
|
<svg
|
|
93
93
|
aria-hidden="true"
|
|
94
|
-
className="
|
|
94
|
+
className="ds-svg-icon--lock ds-svg-icon--xl ds-svg-icon"
|
|
95
95
|
focusable="false"
|
|
96
96
|
viewBox="0 0 24 24"
|
|
97
97
|
>
|
|
@@ -118,20 +118,20 @@ exports[`renders the LockIcon with prop variant=error and size= xl 1`] = `
|
|
|
118
118
|
variant="warning"
|
|
119
119
|
>
|
|
120
120
|
<ForwardRef(SvgIcon)
|
|
121
|
-
className="
|
|
121
|
+
className="ds-svg-icon--lock"
|
|
122
122
|
size="xl"
|
|
123
123
|
variant="warning"
|
|
124
124
|
>
|
|
125
125
|
<ForwardRef(Base)
|
|
126
126
|
aria-hidden="true"
|
|
127
127
|
as="svg"
|
|
128
|
-
className="
|
|
128
|
+
className="ds-svg-icon--lock ds-svg-icon--warning ds-svg-icon--xl 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--lock ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
135
135
|
focusable="false"
|
|
136
136
|
viewBox="0 0 24 24"
|
|
137
137
|
>
|
|
@@ -156,19 +156,19 @@ exports[`renders the LockIcon with prop variant=light 1`] = `
|
|
|
156
156
|
variant="light"
|
|
157
157
|
>
|
|
158
158
|
<ForwardRef(SvgIcon)
|
|
159
|
-
className="
|
|
159
|
+
className="ds-svg-icon--lock"
|
|
160
160
|
variant="light"
|
|
161
161
|
>
|
|
162
162
|
<ForwardRef(Base)
|
|
163
163
|
aria-hidden="true"
|
|
164
164
|
as="svg"
|
|
165
|
-
className="
|
|
165
|
+
className="ds-svg-icon--lock ds-svg-icon--light ds-svg-icon"
|
|
166
166
|
focusable="false"
|
|
167
167
|
viewBox="0 0 24 24"
|
|
168
168
|
>
|
|
169
169
|
<svg
|
|
170
170
|
aria-hidden="true"
|
|
171
|
-
className="
|
|
171
|
+
className="ds-svg-icon--lock ds-svg-icon--light ds-svg-icon"
|
|
172
172
|
focusable="false"
|
|
173
173
|
viewBox="0 0 24 24"
|
|
174
174
|
>
|
|
@@ -193,19 +193,19 @@ exports[`renders the LockIcon with prop variant=warning 1`] = `
|
|
|
193
193
|
variant="warning"
|
|
194
194
|
>
|
|
195
195
|
<ForwardRef(SvgIcon)
|
|
196
|
-
className="
|
|
196
|
+
className="ds-svg-icon--lock"
|
|
197
197
|
variant="warning"
|
|
198
198
|
>
|
|
199
199
|
<ForwardRef(Base)
|
|
200
200
|
aria-hidden="true"
|
|
201
201
|
as="svg"
|
|
202
|
-
className="
|
|
202
|
+
className="ds-svg-icon--lock ds-svg-icon--warning ds-svg-icon"
|
|
203
203
|
focusable="false"
|
|
204
204
|
viewBox="0 0 24 24"
|
|
205
205
|
>
|
|
206
206
|
<svg
|
|
207
207
|
aria-hidden="true"
|
|
208
|
-
className="
|
|
208
|
+
className="ds-svg-icon--lock ds-svg-icon--warning ds-svg-icon"
|
|
209
209
|
focusable="false"
|
|
210
210
|
viewBox="0 0 24 24"
|
|
211
211
|
>
|
|
@@ -232,20 +232,20 @@ exports[`renders the LockIcon with prop variant=warning and size=sm 1`] = `
|
|
|
232
232
|
variant="warning"
|
|
233
233
|
>
|
|
234
234
|
<ForwardRef(SvgIcon)
|
|
235
|
-
className="
|
|
235
|
+
className="ds-svg-icon--lock"
|
|
236
236
|
size="sm"
|
|
237
237
|
variant="warning"
|
|
238
238
|
>
|
|
239
239
|
<ForwardRef(Base)
|
|
240
240
|
aria-hidden="true"
|
|
241
241
|
as="svg"
|
|
242
|
-
className="
|
|
242
|
+
className="ds-svg-icon--lock ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
243
243
|
focusable="false"
|
|
244
244
|
viewBox="0 0 24 24"
|
|
245
245
|
>
|
|
246
246
|
<svg
|
|
247
247
|
aria-hidden="true"
|
|
248
|
-
className="
|
|
248
|
+
className="ds-svg-icon--lock ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
249
249
|
focusable="false"
|
|
250
250
|
viewBox="0 0 24 24"
|
|
251
251
|
>
|
|
@@ -6,18 +6,18 @@ exports[`renders the LoginIcon with no props 1`] = `
|
|
|
6
6
|
icon="login"
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(SvgIcon)
|
|
9
|
-
className="
|
|
9
|
+
className="ds-svg-icon--login"
|
|
10
10
|
>
|
|
11
11
|
<ForwardRef(Base)
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
as="svg"
|
|
14
|
-
className="
|
|
14
|
+
className="ds-svg-icon--login 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--login ds-svg-icon"
|
|
21
21
|
focusable="false"
|
|
22
22
|
viewBox="0 0 24 24"
|
|
23
23
|
>
|
|
@@ -45,19 +45,19 @@ exports[`renders the LoginIcon with prop size=md 1`] = `
|
|
|
45
45
|
size="md"
|
|
46
46
|
>
|
|
47
47
|
<ForwardRef(SvgIcon)
|
|
48
|
-
className="
|
|
48
|
+
className="ds-svg-icon--login"
|
|
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--login 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--login 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 LoginIcon with prop size=xl 1`] = `
|
|
|
85
85
|
size="xl"
|
|
86
86
|
>
|
|
87
87
|
<ForwardRef(SvgIcon)
|
|
88
|
-
className="
|
|
88
|
+
className="ds-svg-icon--login"
|
|
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--login 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--login 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 LoginIcon 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--login"
|
|
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--login 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--login 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 LoginIcon with prop variant=light 1`] = `
|
|
|
168
168
|
variant="light"
|
|
169
169
|
>
|
|
170
170
|
<ForwardRef(SvgIcon)
|
|
171
|
-
className="
|
|
171
|
+
className="ds-svg-icon--login"
|
|
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--login 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--login 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 LoginIcon with prop variant=warning 1`] = `
|
|
|
208
208
|
variant="warning"
|
|
209
209
|
>
|
|
210
210
|
<ForwardRef(SvgIcon)
|
|
211
|
-
className="
|
|
211
|
+
className="ds-svg-icon--login"
|
|
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--login 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--login 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 LoginIcon 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--login"
|
|
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--login 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--login 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 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
|
>
|