@digigov/react-icons 2.0.0-b3ec0588 → 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.
- package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +6 -6
- package/AccessibilityIcon/index.test/index.js +2 -2
- package/BurgerIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/BurgerIcon/index.test/index.js +6 -6
- package/CancelIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/CancelIcon/index.test/index.js +2 -2
- package/ChatIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/ChatIcon/index.test/index.js +2 -2
- package/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/CheckIcon/index.test/index.js +2 -2
- package/DownloadIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/DownloadIcon/index.test/index.js +2 -2
- package/ExclamationIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/ExclamationIcon/index.test/index.js +2 -2
- package/GlobeIcon/__snapshots__/index.test.tsx.snap +16 -20
- package/GlobeIcon/config/index.js +2 -2
- package/GlobeIcon/index.test/index.js +4 -4
- package/Icon/__snapshots__/index.test.tsx.snap +1 -2
- package/LockIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/LockIcon/index.test/index.js +2 -2
- package/LoginIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/LoginIcon/index.test/index.js +2 -2
- package/MinusIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/MinusIcon/index.test/index.js +2 -2
- package/PdfFileIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/PdfFileIcon/index.test/index.js +2 -2
- package/PlusIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/PlusIcon/index.test/index.js +2 -2
- package/PrintIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/PrintIcon/index.test/index.js +2 -2
- package/ReplyIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/ReplyIcon/index.test/index.js +2 -2
- package/RestoreIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/RestoreIcon/index.test/index.js +2 -2
- package/UncheckIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/UncheckIcon/index.test/index.js +2 -2
- package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +6 -6
- package/cjs/AccessibilityIcon/index.test/index.js +2 -2
- package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/BurgerIcon/index.test/index.js +6 -6
- package/cjs/CancelIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/CancelIcon/index.test/index.js +2 -2
- package/cjs/ChatIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/ChatIcon/index.test/index.js +2 -2
- package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/cjs/CheckIcon/index.test/index.js +2 -2
- package/cjs/DownloadIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/DownloadIcon/index.test/index.js +2 -2
- package/cjs/ExclamationIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/cjs/ExclamationIcon/index.test/index.js +2 -2
- package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +16 -20
- package/cjs/GlobeIcon/config/index.js +2 -2
- package/cjs/GlobeIcon/index.test/index.js +4 -4
- package/cjs/Icon/__snapshots__/index.test.tsx.snap +1 -2
- package/cjs/LockIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/LockIcon/index.test/index.js +2 -2
- package/cjs/LoginIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/LoginIcon/index.test/index.js +2 -2
- package/cjs/MinusIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/MinusIcon/index.test/index.js +2 -2
- package/cjs/PdfFileIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/PdfFileIcon/index.test/index.js +2 -2
- package/cjs/PlusIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/PlusIcon/index.test/index.js +2 -2
- package/cjs/PrintIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/cjs/PrintIcon/index.test/index.js +2 -2
- package/cjs/ReplyIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/ReplyIcon/index.test/index.js +2 -2
- package/cjs/RestoreIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/cjs/RestoreIcon/index.test/index.js +2 -2
- package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/cjs/UncheckIcon/index.test/index.js +2 -2
- package/cjs/lazy/index.js +229 -0
- package/index.js +1 -1
- package/lazy/index.js +171 -0
- package/lazy/package.json +6 -0
- package/lazy.d.ts +27 -0
- package/package.json +3 -3
- package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +6 -6
- package/src/AccessibilityIcon/index.test.tsx +2 -2
- package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/BurgerIcon/index.test.tsx +6 -6
- package/src/CancelIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/CancelIcon/index.test.tsx +2 -2
- package/src/ChatIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/ChatIcon/index.test.tsx +2 -2
- package/src/CheckIcon/__snapshots__/index.test.tsx.snap +24 -24
- package/src/CheckIcon/index.test.tsx +2 -2
- package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/DownloadIcon/index.test.tsx +2 -2
- package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/src/ExclamationIcon/index.test.tsx +2 -2
- package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +16 -20
- package/src/GlobeIcon/config.tsx +1 -12
- package/src/GlobeIcon/index.test.tsx +4 -4
- package/src/Icon/__snapshots__/index.test.tsx.snap +1 -2
- package/src/LockIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/LockIcon/index.test.tsx +2 -2
- package/src/LoginIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/LoginIcon/index.test.tsx +2 -2
- package/src/MinusIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/MinusIcon/index.test.tsx +2 -2
- package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/PdfFileIcon/index.test.tsx +2 -2
- package/src/PlusIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/PlusIcon/index.test.tsx +2 -2
- package/src/PrintIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/src/PrintIcon/index.test.tsx +2 -2
- package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/ReplyIcon/index.test.tsx +2 -2
- package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +18 -18
- package/src/RestoreIcon/index.test.tsx +2 -2
- package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +21 -21
- package/src/UncheckIcon/index.test.tsx +2 -2
- package/src/lazy.js +28 -0
|
@@ -99,28 +99,28 @@ exports[`renders the PdfFileIcon with prop color=error and size= xl 1`] = `
|
|
|
99
99
|
</PdfFileIcon>
|
|
100
100
|
`;
|
|
101
101
|
|
|
102
|
-
exports[`renders the PdfFileIcon with prop color=
|
|
102
|
+
exports[`renders the PdfFileIcon with prop color=warning 1`] = `
|
|
103
103
|
<PdfFileIcon
|
|
104
|
-
color="
|
|
104
|
+
color="warning"
|
|
105
105
|
>
|
|
106
106
|
<ForwardRef(Icon)
|
|
107
|
-
color="
|
|
107
|
+
color="warning"
|
|
108
108
|
icon="pdfFile"
|
|
109
109
|
>
|
|
110
110
|
<ForwardRef(SvgIcon)
|
|
111
111
|
className="ds-svg-icon--pdfFile"
|
|
112
|
-
color="
|
|
112
|
+
color="warning"
|
|
113
113
|
>
|
|
114
114
|
<ForwardRef(Base)
|
|
115
115
|
aria-hidden="true"
|
|
116
116
|
as="svg"
|
|
117
|
-
className="ds-svg-icon--pdfFile ds-svg-icon--
|
|
117
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon"
|
|
118
118
|
focusable="false"
|
|
119
119
|
viewBox="0 0 24 24"
|
|
120
120
|
>
|
|
121
121
|
<svg
|
|
122
122
|
aria-hidden="true"
|
|
123
|
-
className="ds-svg-icon--pdfFile ds-svg-icon--
|
|
123
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon"
|
|
124
124
|
focusable="false"
|
|
125
125
|
viewBox="0 0 24 24"
|
|
126
126
|
>
|
|
@@ -149,28 +149,31 @@ exports[`renders the PdfFileIcon with prop color=light 1`] = `
|
|
|
149
149
|
</PdfFileIcon>
|
|
150
150
|
`;
|
|
151
151
|
|
|
152
|
-
exports[`renders the PdfFileIcon with prop color=warning 1`] = `
|
|
152
|
+
exports[`renders the PdfFileIcon with prop color=warning and size=s 1`] = `
|
|
153
153
|
<PdfFileIcon
|
|
154
154
|
color="warning"
|
|
155
|
+
size="sm"
|
|
155
156
|
>
|
|
156
157
|
<ForwardRef(Icon)
|
|
157
158
|
color="warning"
|
|
158
159
|
icon="pdfFile"
|
|
160
|
+
size="sm"
|
|
159
161
|
>
|
|
160
162
|
<ForwardRef(SvgIcon)
|
|
161
163
|
className="ds-svg-icon--pdfFile"
|
|
162
164
|
color="warning"
|
|
165
|
+
size="sm"
|
|
163
166
|
>
|
|
164
167
|
<ForwardRef(Base)
|
|
165
168
|
aria-hidden="true"
|
|
166
169
|
as="svg"
|
|
167
|
-
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon"
|
|
170
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
168
171
|
focusable="false"
|
|
169
172
|
viewBox="0 0 24 24"
|
|
170
173
|
>
|
|
171
174
|
<svg
|
|
172
175
|
aria-hidden="true"
|
|
173
|
-
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon"
|
|
176
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
174
177
|
focusable="false"
|
|
175
178
|
viewBox="0 0 24 24"
|
|
176
179
|
>
|
|
@@ -199,31 +202,28 @@ exports[`renders the PdfFileIcon with prop color=warning 1`] = `
|
|
|
199
202
|
</PdfFileIcon>
|
|
200
203
|
`;
|
|
201
204
|
|
|
202
|
-
exports[`renders the PdfFileIcon with prop color=
|
|
205
|
+
exports[`renders the PdfFileIcon with prop color=white 1`] = `
|
|
203
206
|
<PdfFileIcon
|
|
204
|
-
color="
|
|
205
|
-
size="sm"
|
|
207
|
+
color="white"
|
|
206
208
|
>
|
|
207
209
|
<ForwardRef(Icon)
|
|
208
|
-
color="
|
|
210
|
+
color="white"
|
|
209
211
|
icon="pdfFile"
|
|
210
|
-
size="sm"
|
|
211
212
|
>
|
|
212
213
|
<ForwardRef(SvgIcon)
|
|
213
214
|
className="ds-svg-icon--pdfFile"
|
|
214
|
-
color="
|
|
215
|
-
size="sm"
|
|
215
|
+
color="white"
|
|
216
216
|
>
|
|
217
217
|
<ForwardRef(Base)
|
|
218
218
|
aria-hidden="true"
|
|
219
219
|
as="svg"
|
|
220
|
-
className="ds-svg-icon--pdfFile ds-svg-icon--
|
|
220
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--white ds-svg-icon"
|
|
221
221
|
focusable="false"
|
|
222
222
|
viewBox="0 0 24 24"
|
|
223
223
|
>
|
|
224
224
|
<svg
|
|
225
225
|
aria-hidden="true"
|
|
226
|
-
className="ds-svg-icon--pdfFile ds-svg-icon--
|
|
226
|
+
className="ds-svg-icon--pdfFile ds-svg-icon--white ds-svg-icon"
|
|
227
227
|
focusable="false"
|
|
228
228
|
viewBox="0 0 24 24"
|
|
229
229
|
>
|
|
@@ -12,8 +12,8 @@ it('renders the PdfFileIcon with prop size=m', () => {
|
|
|
12
12
|
it('renders the PdfFileIcon with prop size=xl', () => {
|
|
13
13
|
expect(mount(<PdfFileIcon size="xl" />)).toMatchSnapshot();
|
|
14
14
|
});
|
|
15
|
-
it('renders the PdfFileIcon with prop color=
|
|
16
|
-
expect(mount(<PdfFileIcon color="
|
|
15
|
+
it('renders the PdfFileIcon with prop color=white', () => {
|
|
16
|
+
expect(mount(<PdfFileIcon color="white" />)).toMatchSnapshot();
|
|
17
17
|
});
|
|
18
18
|
it('renders the PdfFileIcon with prop color=warning', () => {
|
|
19
19
|
expect(mount(<PdfFileIcon color="warning" />)).toMatchSnapshot();
|
|
@@ -73,28 +73,28 @@ exports[`renders the PlusIcon with prop color=error and size= xl 1`] = `
|
|
|
73
73
|
</PlusIcon>
|
|
74
74
|
`;
|
|
75
75
|
|
|
76
|
-
exports[`renders the PlusIcon with prop color=
|
|
76
|
+
exports[`renders the PlusIcon with prop color=warning 1`] = `
|
|
77
77
|
<PlusIcon
|
|
78
|
-
color="
|
|
78
|
+
color="warning"
|
|
79
79
|
>
|
|
80
80
|
<ForwardRef(Icon)
|
|
81
|
-
color="
|
|
81
|
+
color="warning"
|
|
82
82
|
icon="plus"
|
|
83
83
|
>
|
|
84
84
|
<ForwardRef(SvgIcon)
|
|
85
85
|
className="ds-svg-icon--plus"
|
|
86
|
-
color="
|
|
86
|
+
color="warning"
|
|
87
87
|
>
|
|
88
88
|
<ForwardRef(Base)
|
|
89
89
|
aria-hidden="true"
|
|
90
90
|
as="svg"
|
|
91
|
-
className="ds-svg-icon--plus ds-svg-icon--
|
|
91
|
+
className="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon"
|
|
92
92
|
focusable="false"
|
|
93
93
|
viewBox="0 0 24 24"
|
|
94
94
|
>
|
|
95
95
|
<svg
|
|
96
96
|
aria-hidden="true"
|
|
97
|
-
className="ds-svg-icon--plus ds-svg-icon--
|
|
97
|
+
className="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon"
|
|
98
98
|
focusable="false"
|
|
99
99
|
viewBox="0 0 24 24"
|
|
100
100
|
>
|
|
@@ -110,28 +110,31 @@ exports[`renders the PlusIcon with prop color=light 1`] = `
|
|
|
110
110
|
</PlusIcon>
|
|
111
111
|
`;
|
|
112
112
|
|
|
113
|
-
exports[`renders the PlusIcon with prop color=warning 1`] = `
|
|
113
|
+
exports[`renders the PlusIcon with prop color=warning and size=s 1`] = `
|
|
114
114
|
<PlusIcon
|
|
115
115
|
color="warning"
|
|
116
|
+
size="sm"
|
|
116
117
|
>
|
|
117
118
|
<ForwardRef(Icon)
|
|
118
119
|
color="warning"
|
|
119
120
|
icon="plus"
|
|
121
|
+
size="sm"
|
|
120
122
|
>
|
|
121
123
|
<ForwardRef(SvgIcon)
|
|
122
124
|
className="ds-svg-icon--plus"
|
|
123
125
|
color="warning"
|
|
126
|
+
size="sm"
|
|
124
127
|
>
|
|
125
128
|
<ForwardRef(Base)
|
|
126
129
|
aria-hidden="true"
|
|
127
130
|
as="svg"
|
|
128
|
-
className="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon"
|
|
131
|
+
className="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
129
132
|
focusable="false"
|
|
130
133
|
viewBox="0 0 24 24"
|
|
131
134
|
>
|
|
132
135
|
<svg
|
|
133
136
|
aria-hidden="true"
|
|
134
|
-
className="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon"
|
|
137
|
+
className="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
135
138
|
focusable="false"
|
|
136
139
|
viewBox="0 0 24 24"
|
|
137
140
|
>
|
|
@@ -147,31 +150,28 @@ exports[`renders the PlusIcon with prop color=warning 1`] = `
|
|
|
147
150
|
</PlusIcon>
|
|
148
151
|
`;
|
|
149
152
|
|
|
150
|
-
exports[`renders the PlusIcon with prop color=
|
|
153
|
+
exports[`renders the PlusIcon with prop color=white 1`] = `
|
|
151
154
|
<PlusIcon
|
|
152
|
-
color="
|
|
153
|
-
size="sm"
|
|
155
|
+
color="white"
|
|
154
156
|
>
|
|
155
157
|
<ForwardRef(Icon)
|
|
156
|
-
color="
|
|
158
|
+
color="white"
|
|
157
159
|
icon="plus"
|
|
158
|
-
size="sm"
|
|
159
160
|
>
|
|
160
161
|
<ForwardRef(SvgIcon)
|
|
161
162
|
className="ds-svg-icon--plus"
|
|
162
|
-
color="
|
|
163
|
-
size="sm"
|
|
163
|
+
color="white"
|
|
164
164
|
>
|
|
165
165
|
<ForwardRef(Base)
|
|
166
166
|
aria-hidden="true"
|
|
167
167
|
as="svg"
|
|
168
|
-
className="ds-svg-icon--plus ds-svg-icon--
|
|
168
|
+
className="ds-svg-icon--plus ds-svg-icon--white ds-svg-icon"
|
|
169
169
|
focusable="false"
|
|
170
170
|
viewBox="0 0 24 24"
|
|
171
171
|
>
|
|
172
172
|
<svg
|
|
173
173
|
aria-hidden="true"
|
|
174
|
-
className="ds-svg-icon--plus ds-svg-icon--
|
|
174
|
+
className="ds-svg-icon--plus ds-svg-icon--white ds-svg-icon"
|
|
175
175
|
focusable="false"
|
|
176
176
|
viewBox="0 0 24 24"
|
|
177
177
|
>
|
|
@@ -12,8 +12,8 @@ it('renders the PlusIcon with prop size=m', () => {
|
|
|
12
12
|
it('renders the PlusIcon with prop size=xl', () => {
|
|
13
13
|
expect(mount(<PlusIcon size="xl" />)).toMatchSnapshot();
|
|
14
14
|
});
|
|
15
|
-
it('renders the PlusIcon with prop color=
|
|
16
|
-
expect(mount(<PlusIcon color="
|
|
15
|
+
it('renders the PlusIcon with prop color=white', () => {
|
|
16
|
+
expect(mount(<PlusIcon color="white" />)).toMatchSnapshot();
|
|
17
17
|
});
|
|
18
18
|
it('renders the PlusIcon with prop color=warning', () => {
|
|
19
19
|
expect(mount(<PlusIcon color="warning" />)).toMatchSnapshot();
|
|
@@ -131,28 +131,28 @@ exports[`renders the PrintIcon with prop color=info and size= xl 1`] = `
|
|
|
131
131
|
</PrintIcon>
|
|
132
132
|
`;
|
|
133
133
|
|
|
134
|
-
exports[`renders the PrintIcon with prop color=
|
|
134
|
+
exports[`renders the PrintIcon with prop color=warning 1`] = `
|
|
135
135
|
<PrintIcon
|
|
136
|
-
color="
|
|
136
|
+
color="warning"
|
|
137
137
|
>
|
|
138
138
|
<ForwardRef(Icon)
|
|
139
|
-
color="
|
|
139
|
+
color="warning"
|
|
140
140
|
icon="print"
|
|
141
141
|
>
|
|
142
142
|
<ForwardRef(SvgIcon)
|
|
143
143
|
className="ds-svg-icon--print"
|
|
144
|
-
color="
|
|
144
|
+
color="warning"
|
|
145
145
|
>
|
|
146
146
|
<ForwardRef(Base)
|
|
147
147
|
aria-hidden="true"
|
|
148
148
|
as="svg"
|
|
149
|
-
className="ds-svg-icon--print ds-svg-icon--
|
|
149
|
+
className="ds-svg-icon--print ds-svg-icon--warning ds-svg-icon"
|
|
150
150
|
focusable="false"
|
|
151
151
|
viewBox="0 0 24 24"
|
|
152
152
|
>
|
|
153
153
|
<svg
|
|
154
154
|
aria-hidden="true"
|
|
155
|
-
className="ds-svg-icon--print ds-svg-icon--
|
|
155
|
+
className="ds-svg-icon--print ds-svg-icon--warning ds-svg-icon"
|
|
156
156
|
focusable="false"
|
|
157
157
|
viewBox="0 0 24 24"
|
|
158
158
|
>
|
|
@@ -174,28 +174,28 @@ exports[`renders the PrintIcon with prop color=light 1`] = `
|
|
|
174
174
|
</PrintIcon>
|
|
175
175
|
`;
|
|
176
176
|
|
|
177
|
-
exports[`renders the PrintIcon with prop color=
|
|
177
|
+
exports[`renders the PrintIcon with prop color=white 1`] = `
|
|
178
178
|
<PrintIcon
|
|
179
|
-
color="
|
|
179
|
+
color="white"
|
|
180
180
|
>
|
|
181
181
|
<ForwardRef(Icon)
|
|
182
|
-
color="
|
|
182
|
+
color="white"
|
|
183
183
|
icon="print"
|
|
184
184
|
>
|
|
185
185
|
<ForwardRef(SvgIcon)
|
|
186
186
|
className="ds-svg-icon--print"
|
|
187
|
-
color="
|
|
187
|
+
color="white"
|
|
188
188
|
>
|
|
189
189
|
<ForwardRef(Base)
|
|
190
190
|
aria-hidden="true"
|
|
191
191
|
as="svg"
|
|
192
|
-
className="ds-svg-icon--print ds-svg-icon--
|
|
192
|
+
className="ds-svg-icon--print ds-svg-icon--white ds-svg-icon"
|
|
193
193
|
focusable="false"
|
|
194
194
|
viewBox="0 0 24 24"
|
|
195
195
|
>
|
|
196
196
|
<svg
|
|
197
197
|
aria-hidden="true"
|
|
198
|
-
className="ds-svg-icon--print ds-svg-icon--
|
|
198
|
+
className="ds-svg-icon--print ds-svg-icon--white ds-svg-icon"
|
|
199
199
|
focusable="false"
|
|
200
200
|
viewBox="0 0 24 24"
|
|
201
201
|
>
|
|
@@ -12,8 +12,8 @@ it('renders the PrintIcon with prop size=md', () => {
|
|
|
12
12
|
it('renders the PrintIcon with prop size=xl', () => {
|
|
13
13
|
expect(mount(<PrintIcon size="xl" />)).toMatchSnapshot();
|
|
14
14
|
});
|
|
15
|
-
it('renders the PrintIcon with prop color=
|
|
16
|
-
expect(mount(<PrintIcon color="
|
|
15
|
+
it('renders the PrintIcon with prop color=white', () => {
|
|
16
|
+
expect(mount(<PrintIcon color="white" />)).toMatchSnapshot();
|
|
17
17
|
});
|
|
18
18
|
it('renders the PrintIcon with prop color=warning', () => {
|
|
19
19
|
expect(mount(<PrintIcon color="warning" />)).toMatchSnapshot();
|
|
@@ -73,28 +73,28 @@ exports[`renders the ReplyIcon with prop color=error and size= xl 1`] = `
|
|
|
73
73
|
</ReplyIcon>
|
|
74
74
|
`;
|
|
75
75
|
|
|
76
|
-
exports[`renders the ReplyIcon with prop color=
|
|
76
|
+
exports[`renders the ReplyIcon with prop color=warning 1`] = `
|
|
77
77
|
<ReplyIcon
|
|
78
|
-
color="
|
|
78
|
+
color="warning"
|
|
79
79
|
>
|
|
80
80
|
<ForwardRef(Icon)
|
|
81
|
-
color="
|
|
81
|
+
color="warning"
|
|
82
82
|
icon="reply"
|
|
83
83
|
>
|
|
84
84
|
<ForwardRef(SvgIcon)
|
|
85
85
|
className="ds-svg-icon--reply"
|
|
86
|
-
color="
|
|
86
|
+
color="warning"
|
|
87
87
|
>
|
|
88
88
|
<ForwardRef(Base)
|
|
89
89
|
aria-hidden="true"
|
|
90
90
|
as="svg"
|
|
91
|
-
className="ds-svg-icon--reply ds-svg-icon--
|
|
91
|
+
className="ds-svg-icon--reply ds-svg-icon--warning ds-svg-icon"
|
|
92
92
|
focusable="false"
|
|
93
93
|
viewBox="0 0 24 24"
|
|
94
94
|
>
|
|
95
95
|
<svg
|
|
96
96
|
aria-hidden="true"
|
|
97
|
-
className="ds-svg-icon--reply ds-svg-icon--
|
|
97
|
+
className="ds-svg-icon--reply ds-svg-icon--warning ds-svg-icon"
|
|
98
98
|
focusable="false"
|
|
99
99
|
viewBox="0 0 24 24"
|
|
100
100
|
>
|
|
@@ -110,28 +110,31 @@ exports[`renders the ReplyIcon with prop color=light 1`] = `
|
|
|
110
110
|
</ReplyIcon>
|
|
111
111
|
`;
|
|
112
112
|
|
|
113
|
-
exports[`renders the ReplyIcon with prop color=warning 1`] = `
|
|
113
|
+
exports[`renders the ReplyIcon with prop color=warning and size=sm 1`] = `
|
|
114
114
|
<ReplyIcon
|
|
115
115
|
color="warning"
|
|
116
|
+
size="sm"
|
|
116
117
|
>
|
|
117
118
|
<ForwardRef(Icon)
|
|
118
119
|
color="warning"
|
|
119
120
|
icon="reply"
|
|
121
|
+
size="sm"
|
|
120
122
|
>
|
|
121
123
|
<ForwardRef(SvgIcon)
|
|
122
124
|
className="ds-svg-icon--reply"
|
|
123
125
|
color="warning"
|
|
126
|
+
size="sm"
|
|
124
127
|
>
|
|
125
128
|
<ForwardRef(Base)
|
|
126
129
|
aria-hidden="true"
|
|
127
130
|
as="svg"
|
|
128
|
-
className="ds-svg-icon--reply ds-svg-icon--warning ds-svg-icon"
|
|
131
|
+
className="ds-svg-icon--reply ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
129
132
|
focusable="false"
|
|
130
133
|
viewBox="0 0 24 24"
|
|
131
134
|
>
|
|
132
135
|
<svg
|
|
133
136
|
aria-hidden="true"
|
|
134
|
-
className="ds-svg-icon--reply ds-svg-icon--warning ds-svg-icon"
|
|
137
|
+
className="ds-svg-icon--reply ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
135
138
|
focusable="false"
|
|
136
139
|
viewBox="0 0 24 24"
|
|
137
140
|
>
|
|
@@ -147,31 +150,28 @@ exports[`renders the ReplyIcon with prop color=warning 1`] = `
|
|
|
147
150
|
</ReplyIcon>
|
|
148
151
|
`;
|
|
149
152
|
|
|
150
|
-
exports[`renders the ReplyIcon with prop color=
|
|
153
|
+
exports[`renders the ReplyIcon with prop color=white 1`] = `
|
|
151
154
|
<ReplyIcon
|
|
152
|
-
color="
|
|
153
|
-
size="sm"
|
|
155
|
+
color="white"
|
|
154
156
|
>
|
|
155
157
|
<ForwardRef(Icon)
|
|
156
|
-
color="
|
|
158
|
+
color="white"
|
|
157
159
|
icon="reply"
|
|
158
|
-
size="sm"
|
|
159
160
|
>
|
|
160
161
|
<ForwardRef(SvgIcon)
|
|
161
162
|
className="ds-svg-icon--reply"
|
|
162
|
-
color="
|
|
163
|
-
size="sm"
|
|
163
|
+
color="white"
|
|
164
164
|
>
|
|
165
165
|
<ForwardRef(Base)
|
|
166
166
|
aria-hidden="true"
|
|
167
167
|
as="svg"
|
|
168
|
-
className="ds-svg-icon--reply ds-svg-icon--
|
|
168
|
+
className="ds-svg-icon--reply ds-svg-icon--white ds-svg-icon"
|
|
169
169
|
focusable="false"
|
|
170
170
|
viewBox="0 0 24 24"
|
|
171
171
|
>
|
|
172
172
|
<svg
|
|
173
173
|
aria-hidden="true"
|
|
174
|
-
className="ds-svg-icon--reply ds-svg-icon--
|
|
174
|
+
className="ds-svg-icon--reply ds-svg-icon--white ds-svg-icon"
|
|
175
175
|
focusable="false"
|
|
176
176
|
viewBox="0 0 24 24"
|
|
177
177
|
>
|
|
@@ -12,8 +12,8 @@ it('renders the ReplyIcon with prop size=md', () => {
|
|
|
12
12
|
it('renders the ReplyIcon with prop size=xl', () => {
|
|
13
13
|
expect(mount(<ReplyIcon size="xl" />)).toMatchSnapshot();
|
|
14
14
|
});
|
|
15
|
-
it('renders the ReplyIcon with prop color=
|
|
16
|
-
expect(mount(<ReplyIcon color="
|
|
15
|
+
it('renders the ReplyIcon with prop color=white', () => {
|
|
16
|
+
expect(mount(<ReplyIcon color="white" />)).toMatchSnapshot();
|
|
17
17
|
});
|
|
18
18
|
it('renders the ReplyIcon with prop color=warning', () => {
|
|
19
19
|
expect(mount(<ReplyIcon color="warning" />)).toMatchSnapshot();
|
|
@@ -89,28 +89,28 @@ exports[`renders the RestoreIcon with prop color=error and size= xl 1`] = `
|
|
|
89
89
|
</RestoreIcon>
|
|
90
90
|
`;
|
|
91
91
|
|
|
92
|
-
exports[`renders the RestoreIcon with prop color=
|
|
92
|
+
exports[`renders the RestoreIcon with prop color=warning 1`] = `
|
|
93
93
|
<RestoreIcon
|
|
94
|
-
color="
|
|
94
|
+
color="warning"
|
|
95
95
|
>
|
|
96
96
|
<ForwardRef(Icon)
|
|
97
|
-
color="
|
|
97
|
+
color="warning"
|
|
98
98
|
icon="restore"
|
|
99
99
|
>
|
|
100
100
|
<ForwardRef(SvgIcon)
|
|
101
101
|
className="ds-svg-icon--restore"
|
|
102
|
-
color="
|
|
102
|
+
color="warning"
|
|
103
103
|
>
|
|
104
104
|
<ForwardRef(Base)
|
|
105
105
|
aria-hidden="true"
|
|
106
106
|
as="svg"
|
|
107
|
-
className="ds-svg-icon--restore ds-svg-icon--
|
|
107
|
+
className="ds-svg-icon--restore ds-svg-icon--warning ds-svg-icon"
|
|
108
108
|
focusable="false"
|
|
109
109
|
viewBox="0 0 24 24"
|
|
110
110
|
>
|
|
111
111
|
<svg
|
|
112
112
|
aria-hidden="true"
|
|
113
|
-
className="ds-svg-icon--restore ds-svg-icon--
|
|
113
|
+
className="ds-svg-icon--restore ds-svg-icon--warning ds-svg-icon"
|
|
114
114
|
focusable="false"
|
|
115
115
|
viewBox="0 0 24 24"
|
|
116
116
|
>
|
|
@@ -134,28 +134,31 @@ exports[`renders the RestoreIcon with prop color=light 1`] = `
|
|
|
134
134
|
</RestoreIcon>
|
|
135
135
|
`;
|
|
136
136
|
|
|
137
|
-
exports[`renders the RestoreIcon with prop color=warning 1`] = `
|
|
137
|
+
exports[`renders the RestoreIcon with prop color=warning and size=sm 1`] = `
|
|
138
138
|
<RestoreIcon
|
|
139
139
|
color="warning"
|
|
140
|
+
size="sm"
|
|
140
141
|
>
|
|
141
142
|
<ForwardRef(Icon)
|
|
142
143
|
color="warning"
|
|
143
144
|
icon="restore"
|
|
145
|
+
size="sm"
|
|
144
146
|
>
|
|
145
147
|
<ForwardRef(SvgIcon)
|
|
146
148
|
className="ds-svg-icon--restore"
|
|
147
149
|
color="warning"
|
|
150
|
+
size="sm"
|
|
148
151
|
>
|
|
149
152
|
<ForwardRef(Base)
|
|
150
153
|
aria-hidden="true"
|
|
151
154
|
as="svg"
|
|
152
|
-
className="ds-svg-icon--restore ds-svg-icon--warning ds-svg-icon"
|
|
155
|
+
className="ds-svg-icon--restore ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
153
156
|
focusable="false"
|
|
154
157
|
viewBox="0 0 24 24"
|
|
155
158
|
>
|
|
156
159
|
<svg
|
|
157
160
|
aria-hidden="true"
|
|
158
|
-
className="ds-svg-icon--restore ds-svg-icon--warning ds-svg-icon"
|
|
161
|
+
className="ds-svg-icon--restore ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
159
162
|
focusable="false"
|
|
160
163
|
viewBox="0 0 24 24"
|
|
161
164
|
>
|
|
@@ -179,31 +182,28 @@ exports[`renders the RestoreIcon with prop color=warning 1`] = `
|
|
|
179
182
|
</RestoreIcon>
|
|
180
183
|
`;
|
|
181
184
|
|
|
182
|
-
exports[`renders the RestoreIcon with prop color=
|
|
185
|
+
exports[`renders the RestoreIcon with prop color=white 1`] = `
|
|
183
186
|
<RestoreIcon
|
|
184
|
-
color="
|
|
185
|
-
size="sm"
|
|
187
|
+
color="white"
|
|
186
188
|
>
|
|
187
189
|
<ForwardRef(Icon)
|
|
188
|
-
color="
|
|
190
|
+
color="white"
|
|
189
191
|
icon="restore"
|
|
190
|
-
size="sm"
|
|
191
192
|
>
|
|
192
193
|
<ForwardRef(SvgIcon)
|
|
193
194
|
className="ds-svg-icon--restore"
|
|
194
|
-
color="
|
|
195
|
-
size="sm"
|
|
195
|
+
color="white"
|
|
196
196
|
>
|
|
197
197
|
<ForwardRef(Base)
|
|
198
198
|
aria-hidden="true"
|
|
199
199
|
as="svg"
|
|
200
|
-
className="ds-svg-icon--restore ds-svg-icon--
|
|
200
|
+
className="ds-svg-icon--restore ds-svg-icon--white ds-svg-icon"
|
|
201
201
|
focusable="false"
|
|
202
202
|
viewBox="0 0 24 24"
|
|
203
203
|
>
|
|
204
204
|
<svg
|
|
205
205
|
aria-hidden="true"
|
|
206
|
-
className="ds-svg-icon--restore ds-svg-icon--
|
|
206
|
+
className="ds-svg-icon--restore ds-svg-icon--white ds-svg-icon"
|
|
207
207
|
focusable="false"
|
|
208
208
|
viewBox="0 0 24 24"
|
|
209
209
|
>
|
|
@@ -12,8 +12,8 @@ it('renders the RestoreIcon with prop size=md', () => {
|
|
|
12
12
|
it('renders the RestoreIcon with prop size=xl', () => {
|
|
13
13
|
expect(mount(<RestoreIcon size="xl" />)).toMatchSnapshot();
|
|
14
14
|
});
|
|
15
|
-
it('renders the RestoreIcon with prop color=
|
|
16
|
-
expect(mount(<RestoreIcon color="
|
|
15
|
+
it('renders the RestoreIcon with prop color=white', () => {
|
|
16
|
+
expect(mount(<RestoreIcon color="white" />)).toMatchSnapshot();
|
|
17
17
|
});
|
|
18
18
|
it('renders the RestoreIcon with prop color=warning', () => {
|
|
19
19
|
expect(mount(<RestoreIcon color="warning" />)).toMatchSnapshot();
|
|
@@ -147,28 +147,28 @@ exports[`renders the UncheckIcon with prop color=gray 1`] = `
|
|
|
147
147
|
</UncheckIcon>
|
|
148
148
|
`;
|
|
149
149
|
|
|
150
|
-
exports[`renders the UncheckIcon with prop color=
|
|
150
|
+
exports[`renders the UncheckIcon with prop color=primary 1`] = `
|
|
151
151
|
<UncheckIcon
|
|
152
|
-
color="
|
|
152
|
+
color="primary"
|
|
153
153
|
>
|
|
154
154
|
<ForwardRef(Icon)
|
|
155
|
-
color="
|
|
155
|
+
color="primary"
|
|
156
156
|
icon="uncheck"
|
|
157
157
|
>
|
|
158
158
|
<ForwardRef(SvgIcon)
|
|
159
159
|
className="ds-svg-icon--uncheck"
|
|
160
|
-
color="
|
|
160
|
+
color="primary"
|
|
161
161
|
>
|
|
162
162
|
<ForwardRef(Base)
|
|
163
163
|
aria-hidden="true"
|
|
164
164
|
as="svg"
|
|
165
|
-
className="ds-svg-icon--uncheck ds-svg-icon--
|
|
165
|
+
className="ds-svg-icon--uncheck ds-svg-icon--primary 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="ds-svg-icon--uncheck ds-svg-icon--
|
|
171
|
+
className="ds-svg-icon--uncheck ds-svg-icon--primary ds-svg-icon"
|
|
172
172
|
focusable="false"
|
|
173
173
|
viewBox="0 0 24 24"
|
|
174
174
|
>
|
|
@@ -184,28 +184,31 @@ exports[`renders the UncheckIcon with prop color=light 1`] = `
|
|
|
184
184
|
</UncheckIcon>
|
|
185
185
|
`;
|
|
186
186
|
|
|
187
|
-
exports[`renders the UncheckIcon with prop color=
|
|
187
|
+
exports[`renders the UncheckIcon with prop color=warning and size=s 1`] = `
|
|
188
188
|
<UncheckIcon
|
|
189
|
-
color="
|
|
189
|
+
color="warning"
|
|
190
|
+
size="sm"
|
|
190
191
|
>
|
|
191
192
|
<ForwardRef(Icon)
|
|
192
|
-
color="
|
|
193
|
+
color="warning"
|
|
193
194
|
icon="uncheck"
|
|
195
|
+
size="sm"
|
|
194
196
|
>
|
|
195
197
|
<ForwardRef(SvgIcon)
|
|
196
198
|
className="ds-svg-icon--uncheck"
|
|
197
|
-
color="
|
|
199
|
+
color="warning"
|
|
200
|
+
size="sm"
|
|
198
201
|
>
|
|
199
202
|
<ForwardRef(Base)
|
|
200
203
|
aria-hidden="true"
|
|
201
204
|
as="svg"
|
|
202
|
-
className="ds-svg-icon--uncheck ds-svg-icon--
|
|
205
|
+
className="ds-svg-icon--uncheck ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
203
206
|
focusable="false"
|
|
204
207
|
viewBox="0 0 24 24"
|
|
205
208
|
>
|
|
206
209
|
<svg
|
|
207
210
|
aria-hidden="true"
|
|
208
|
-
className="ds-svg-icon--uncheck ds-svg-icon--
|
|
211
|
+
className="ds-svg-icon--uncheck ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
209
212
|
focusable="false"
|
|
210
213
|
viewBox="0 0 24 24"
|
|
211
214
|
>
|
|
@@ -221,31 +224,28 @@ exports[`renders the UncheckIcon with prop color=primary 1`] = `
|
|
|
221
224
|
</UncheckIcon>
|
|
222
225
|
`;
|
|
223
226
|
|
|
224
|
-
exports[`renders the UncheckIcon with prop color=
|
|
227
|
+
exports[`renders the UncheckIcon with prop color=white 1`] = `
|
|
225
228
|
<UncheckIcon
|
|
226
|
-
color="
|
|
227
|
-
size="sm"
|
|
229
|
+
color="white"
|
|
228
230
|
>
|
|
229
231
|
<ForwardRef(Icon)
|
|
230
|
-
color="
|
|
232
|
+
color="white"
|
|
231
233
|
icon="uncheck"
|
|
232
|
-
size="sm"
|
|
233
234
|
>
|
|
234
235
|
<ForwardRef(SvgIcon)
|
|
235
236
|
className="ds-svg-icon--uncheck"
|
|
236
|
-
color="
|
|
237
|
-
size="sm"
|
|
237
|
+
color="white"
|
|
238
238
|
>
|
|
239
239
|
<ForwardRef(Base)
|
|
240
240
|
aria-hidden="true"
|
|
241
241
|
as="svg"
|
|
242
|
-
className="ds-svg-icon--uncheck ds-svg-icon--
|
|
242
|
+
className="ds-svg-icon--uncheck ds-svg-icon--white 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="ds-svg-icon--uncheck ds-svg-icon--
|
|
248
|
+
className="ds-svg-icon--uncheck ds-svg-icon--white ds-svg-icon"
|
|
249
249
|
focusable="false"
|
|
250
250
|
viewBox="0 0 24 24"
|
|
251
251
|
>
|