@haiilo/catalyst-icons 1.0.7 → 1.0.8
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/dist/js/icons.constants.d.ts +1296 -1275
- package/dist/js/icons.constants.js +1422 -1407
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +321 -319
- package/dist/style/sprite.css.css +1312 -1285
- package/dist/style/sprite.css.less +1312 -1285
- package/dist/style/sprite.css.scss +1312 -1285
- package/dist/style/sprite.view.css +1312 -1285
- package/dist/style/sprite.view.less +1312 -1285
- package/dist/style/sprite.view.scss +1312 -1285
- package/dist/svg/sprite.css.svg +1 -1
- package/dist/svg/sprite.defs.svg +1 -1
- package/dist/svg/sprite.stack.svg +1 -1
- package/dist/svg/sprite.symbol.svg +1 -1
- package/dist/svg/sprite.view.svg +1 -1
- package/package.json +11 -10
- package/tmp/assets/click-outlined.svg +1 -0
- package/tmp/assets/emoji-thinking.svg +6 -0
- package/tmp/assets/facebook.svg +3 -3
- package/tmp/assets/generic-browser-outlined.svg +3 -0
- package/tmp/assets/instagram.svg +24 -2
- package/tmp/assets/linkedin.svg +3 -2
- package/tmp/assets/microsoft-outlook.svg +10 -21
- package/tmp/assets/microsoft-teams.svg +19 -1
- package/tmp/assets/microsoft-yammer.svg +7 -1
- package/tmp/assets/mozilla-firefox.svg +24 -1
- package/tmp/assets/twitter.svg +3 -2
- package/tmp/assets/wechat.svg +3 -2
- package/tmp/assets/xing.svg +3 -2
|
@@ -1,3856 +1,3883 @@
|
|
|
1
1
|
.ci {
|
|
2
|
-
|
|
2
|
+
background: url("../svg/sprite.css.svg") no-repeat;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.ci-16-bell {
|
|
6
|
-
|
|
6
|
+
background-position: 35.15625% 31.25%;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.ci-16-bell-size {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
width: 16px;
|
|
11
|
+
height: 16px;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.ci-16-bell-strikethrough {
|
|
15
|
-
|
|
15
|
+
background-position: 35.15625% 34.375%;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.ci-16-bell-strikethrough-size {
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
width: 16px;
|
|
20
|
+
height: 16px;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.ci-16-check {
|
|
24
|
-
|
|
24
|
+
background-position: 23.4375% 95.3125%;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.ci-16-check-size {
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
width: 16px;
|
|
29
|
+
height: 16px;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.ci-16-check-circle-filled {
|
|
33
|
-
|
|
33
|
+
background-position: 26.5625% 95.3125%;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.ci-16-check-circle-filled-size {
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
width: 16px;
|
|
38
|
+
height: 16px;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.ci-16-check-circle-outlined {
|
|
42
|
-
|
|
42
|
+
background-position: 29.6875% 95.3125%;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.ci-16-check-circle-outlined-size {
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
width: 16px;
|
|
47
|
+
height: 16px;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.ci-16-check-double {
|
|
51
|
-
|
|
51
|
+
background-position: 32.8125% 95.3125%;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.ci-16-check-double-size {
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
width: 16px;
|
|
56
|
+
height: 16px;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ci-16-chevron-down {
|
|
60
|
-
|
|
60
|
+
background-position: 35.9375% 95.3125%;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ci-16-chevron-down-size {
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
width: 16px;
|
|
65
|
+
height: 16px;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.ci-16-chevron-left {
|
|
69
|
-
|
|
69
|
+
background-position: 39.0625% 95.3125%;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.ci-16-chevron-left-size {
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
width: 16px;
|
|
74
|
+
height: 16px;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.ci-16-chevron-right {
|
|
78
|
-
|
|
78
|
+
background-position: 42.1875% 95.3125%;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.ci-16-chevron-right-size {
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
width: 16px;
|
|
83
|
+
height: 16px;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.ci-16-chevron-up {
|
|
87
|
-
|
|
87
|
+
background-position: 45.3125% 95.3125%;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.ci-16-chevron-up-size {
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 16px;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.ci-16-clock-outlined {
|
|
96
|
-
|
|
96
|
+
background-position: 48.4375% 95.3125%;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.ci-16-clock-outlined-size {
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
width: 16px;
|
|
101
|
+
height: 16px;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.ci-16-cross {
|
|
105
|
-
|
|
105
|
+
background-position: 51.5625% 95.3125%;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.ci-16-cross-size {
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
width: 16px;
|
|
110
|
+
height: 16px;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.ci-16-earth-outlined {
|
|
114
|
-
|
|
114
|
+
background-position: 54.6875% 95.3125%;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.ci-16-earth-outlined-size {
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
width: 16px;
|
|
119
|
+
height: 16px;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.ci-16-editor-arrow-down {
|
|
123
|
-
|
|
123
|
+
background-position: 57.8125% 95.3125%;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.ci-16-editor-arrow-down-size {
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
width: 16px;
|
|
128
|
+
height: 16px;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.ci-16-editor-arrow-up {
|
|
132
|
-
|
|
132
|
+
background-position: 60.9375% 95.3125%;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.ci-16-editor-arrow-up-size {
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
width: 16px;
|
|
137
|
+
height: 16px;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.ci-16-editor-bold {
|
|
141
|
-
|
|
141
|
+
background-position: 64.0625% 95.3125%;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.ci-16-editor-bold-size {
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
width: 16px;
|
|
146
|
+
height: 16px;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.ci-16-editor-delete {
|
|
150
|
-
|
|
150
|
+
background-position: 67.1875% 95.3125%;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.ci-16-editor-delete-size {
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
width: 16px;
|
|
155
|
+
height: 16px;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
.ci-16-editor-h-1 {
|
|
159
|
-
|
|
159
|
+
background-position: 70.3125% 95.3125%;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
.ci-16-editor-h-1-size {
|
|
163
|
-
|
|
164
|
-
|
|
163
|
+
width: 16px;
|
|
164
|
+
height: 16px;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.ci-16-editor-h-2 {
|
|
168
|
-
|
|
168
|
+
background-position: 73.4375% 95.3125%;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.ci-16-editor-h-2-size {
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
width: 16px;
|
|
173
|
+
height: 16px;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.ci-16-editor-h-3 {
|
|
177
|
-
|
|
177
|
+
background-position: 76.5625% 95.3125%;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
.ci-16-editor-h-3-size {
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
width: 16px;
|
|
182
|
+
height: 16px;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
.ci-16-editor-h-4 {
|
|
186
|
-
|
|
186
|
+
background-position: 79.6875% 95.3125%;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.ci-16-editor-h-4-size {
|
|
190
|
-
|
|
191
|
-
|
|
190
|
+
width: 16px;
|
|
191
|
+
height: 16px;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
.ci-16-editor-h-5 {
|
|
195
|
-
|
|
195
|
+
background-position: 82.8125% 95.3125%;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
.ci-16-editor-h-5-size {
|
|
199
|
-
|
|
200
|
-
|
|
199
|
+
width: 16px;
|
|
200
|
+
height: 16px;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.ci-16-editor-h-6 {
|
|
204
|
-
|
|
204
|
+
background-position: 85.9375% 95.3125%;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.ci-16-editor-h-6-size {
|
|
208
|
-
|
|
209
|
-
|
|
208
|
+
width: 16px;
|
|
209
|
+
height: 16px;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
.ci-16-editor-headline {
|
|
213
|
-
|
|
213
|
+
background-position: 89.0625% 95.3125%;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
.ci-16-editor-headline-size {
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
width: 16px;
|
|
218
|
+
height: 16px;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.ci-16-editor-image {
|
|
222
|
-
|
|
222
|
+
background-position: 92.1875% 95.3125%;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.ci-16-editor-image-size {
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
width: 16px;
|
|
227
|
+
height: 16px;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
.ci-16-editor-indent-decrease {
|
|
231
|
-
|
|
231
|
+
background-position: 95.3125% 95.3125%;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
.ci-16-editor-indent-decrease-size {
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
width: 16px;
|
|
236
|
+
height: 16px;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
.ci-16-editor-indent-increase {
|
|
240
|
-
|
|
240
|
+
background-position: 98.4375% 95.3125%;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
.ci-16-editor-indent-increase-size {
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
width: 16px;
|
|
245
|
+
height: 16px;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.ci-16-editor-italic {
|
|
249
|
-
|
|
249
|
+
background-position: 0 100%;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.ci-16-editor-italic-size {
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
width: 16px;
|
|
254
|
+
height: 16px;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
.ci-16-editor-link {
|
|
258
|
-
|
|
258
|
+
background-position: 3.125% 100%;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
.ci-16-editor-link-size {
|
|
262
|
-
|
|
263
|
-
|
|
262
|
+
width: 16px;
|
|
263
|
+
height: 16px;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
.ci-16-editor-link-break {
|
|
267
|
-
|
|
267
|
+
background-position: 6.25% 100%;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
.ci-16-editor-link-break-size {
|
|
271
|
-
|
|
272
|
-
|
|
271
|
+
width: 16px;
|
|
272
|
+
height: 16px;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
.ci-16-editor-ol {
|
|
276
|
-
|
|
276
|
+
background-position: 9.375% 100%;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
.ci-16-editor-ol-size {
|
|
280
|
-
|
|
281
|
-
|
|
280
|
+
width: 16px;
|
|
281
|
+
height: 16px;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.ci-16-editor-paragraph {
|
|
285
|
-
|
|
285
|
+
background-position: 12.5% 100%;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
.ci-16-editor-paragraph-size {
|
|
289
|
-
|
|
290
|
-
|
|
289
|
+
width: 16px;
|
|
290
|
+
height: 16px;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.ci-16-editor-plus {
|
|
294
|
-
|
|
294
|
+
background-position: 15.625% 100%;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
.ci-16-editor-plus-size {
|
|
298
|
-
|
|
299
|
-
|
|
298
|
+
width: 16px;
|
|
299
|
+
height: 16px;
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
.ci-16-editor-search {
|
|
303
|
-
|
|
303
|
+
background-position: 18.75% 100%;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
.ci-16-editor-search-size {
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
width: 16px;
|
|
308
|
+
height: 16px;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
.ci-16-editor-settings {
|
|
312
|
-
|
|
312
|
+
background-position: 21.875% 100%;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
.ci-16-editor-settings-size {
|
|
316
|
-
|
|
317
|
-
|
|
316
|
+
width: 16px;
|
|
317
|
+
height: 16px;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.ci-16-editor-ul {
|
|
321
|
-
|
|
321
|
+
background-position: 25% 100%;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
.ci-16-editor-ul-size {
|
|
325
|
-
|
|
326
|
-
|
|
325
|
+
width: 16px;
|
|
326
|
+
height: 16px;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
.ci-16-external-link {
|
|
330
|
-
|
|
330
|
+
background-position: 28.125% 100%;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.ci-16-external-link-size {
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
width: 16px;
|
|
335
|
+
height: 16px;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.ci-16-flag {
|
|
339
|
-
|
|
339
|
+
background-position: 31.25% 100%;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
.ci-16-flag-size {
|
|
343
|
-
|
|
344
|
-
|
|
343
|
+
width: 16px;
|
|
344
|
+
height: 16px;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
.ci-16-flash-circle-outlined {
|
|
348
|
-
|
|
348
|
+
background-position: 34.375% 100%;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
.ci-16-flash-circle-outlined-size {
|
|
352
|
-
|
|
353
|
-
|
|
352
|
+
width: 16px;
|
|
353
|
+
height: 16px;
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
.ci-16-info-circle-outlined {
|
|
357
|
-
|
|
357
|
+
background-position: 37.5% 100%;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
.ci-16-info-circle-outlined-size {
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
width: 16px;
|
|
362
|
+
height: 16px;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
.ci-16-link-large {
|
|
366
|
-
|
|
366
|
+
background-position: 40.625% 100%;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
.ci-16-link-large-size {
|
|
370
|
-
|
|
371
|
-
|
|
370
|
+
width: 16px;
|
|
371
|
+
height: 16px;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
.ci-16-link-medium {
|
|
375
|
-
|
|
375
|
+
background-position: 43.75% 100%;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
.ci-16-link-medium-size {
|
|
379
|
-
|
|
380
|
-
|
|
379
|
+
width: 16px;
|
|
380
|
+
height: 16px;
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
.ci-16-link-small {
|
|
384
|
-
|
|
384
|
+
background-position: 46.875% 100%;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
.ci-16-link-small-size {
|
|
388
|
-
|
|
389
|
-
|
|
388
|
+
width: 16px;
|
|
389
|
+
height: 16px;
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
.ci-16-lock-outlined {
|
|
393
|
-
|
|
393
|
+
background-position: 50% 100%;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
.ci-16-lock-outlined-size {
|
|
397
|
-
|
|
398
|
-
|
|
397
|
+
width: 16px;
|
|
398
|
+
height: 16px;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
.ci-16-pen-outlined {
|
|
402
|
-
|
|
402
|
+
background-position: 53.125% 100%;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.ci-16-pen-outlined-size {
|
|
406
|
-
|
|
407
|
-
|
|
406
|
+
width: 16px;
|
|
407
|
+
height: 16px;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.ci-16-pin-outlined {
|
|
411
|
-
|
|
411
|
+
background-position: 56.25% 100%;
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
.ci-16-pin-outlined-size {
|
|
415
|
-
|
|
416
|
-
|
|
415
|
+
width: 16px;
|
|
416
|
+
height: 16px;
|
|
417
417
|
}
|
|
418
418
|
|
|
419
419
|
.ci-16-targeted-outlined {
|
|
420
|
-
|
|
420
|
+
background-position: 59.375% 100%;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
.ci-16-targeted-outlined-size {
|
|
424
|
-
|
|
425
|
-
|
|
424
|
+
width: 16px;
|
|
425
|
+
height: 16px;
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
.ci-16-thumbs-up-outlined {
|
|
429
|
-
|
|
429
|
+
background-position: 62.5% 100%;
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
.ci-16-thumbs-up-outlined-size {
|
|
433
|
-
|
|
434
|
-
|
|
433
|
+
width: 16px;
|
|
434
|
+
height: 16px;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
.ci-16-translate-box-outlined {
|
|
438
|
-
|
|
438
|
+
background-position: 65.625% 100%;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
441
|
.ci-16-translate-box-outlined-size {
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
width: 16px;
|
|
443
|
+
height: 16px;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
.ci-16-warning-circle-outlined {
|
|
447
|
-
|
|
447
|
+
background-position: 68.75% 100%;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
.ci-16-warning-circle-outlined-size {
|
|
451
|
-
|
|
452
|
-
|
|
451
|
+
width: 16px;
|
|
452
|
+
height: 16px;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
455
|
.ci-a-11-y-outlined {
|
|
456
|
-
|
|
456
|
+
background-position: 0 39.682539682539684%;
|
|
457
457
|
}
|
|
458
458
|
|
|
459
459
|
.ci-a-11-y-outlined-size {
|
|
460
|
-
|
|
461
|
-
|
|
460
|
+
width: 24px;
|
|
461
|
+
height: 24px;
|
|
462
462
|
}
|
|
463
463
|
|
|
464
464
|
.ci-ai-filled {
|
|
465
|
-
|
|
465
|
+
background-position: 4.761904761904762% 39.682539682539684%;
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
.ci-ai-filled-size {
|
|
469
|
-
|
|
470
|
-
|
|
469
|
+
width: 24px;
|
|
470
|
+
height: 24px;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
.ci-ai-outlined {
|
|
474
|
-
|
|
474
|
+
background-position: 9.523809523809524% 39.682539682539684%;
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
.ci-ai-outlined-size {
|
|
478
|
-
|
|
479
|
-
|
|
478
|
+
width: 24px;
|
|
479
|
+
height: 24px;
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
.ci-alert-box-outlined {
|
|
483
|
-
|
|
483
|
+
background-position: 14.285714285714286% 39.682539682539684%;
|
|
484
484
|
}
|
|
485
485
|
|
|
486
486
|
.ci-alert-box-outlined-size {
|
|
487
|
-
|
|
488
|
-
|
|
487
|
+
width: 24px;
|
|
488
|
+
height: 24px;
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
.ci-alert-circle-outlined {
|
|
492
|
-
|
|
492
|
+
background-position: 19.047619047619047% 39.682539682539684%;
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
.ci-alert-circle-outlined-size {
|
|
496
|
-
|
|
497
|
-
|
|
496
|
+
width: 24px;
|
|
497
|
+
height: 24px;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
.ci-apple-safari {
|
|
501
|
-
|
|
501
|
+
background-position: 23.80952380952381% 39.682539682539684%;
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
.ci-apple-safari-size {
|
|
505
|
-
|
|
506
|
-
|
|
505
|
+
width: 24px;
|
|
506
|
+
height: 24px;
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
.ci-archive-filled {
|
|
510
|
-
|
|
510
|
+
background-position: 28.571428571428573% 39.682539682539684%;
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
.ci-archive-filled-size {
|
|
514
|
-
|
|
515
|
-
|
|
514
|
+
width: 24px;
|
|
515
|
+
height: 24px;
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
.ci-archive-outlined {
|
|
519
|
-
|
|
519
|
+
background-position: 33.333333333333336% 39.682539682539684%;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
.ci-archive-outlined-size {
|
|
523
|
-
|
|
524
|
-
|
|
523
|
+
width: 24px;
|
|
524
|
+
height: 24px;
|
|
525
525
|
}
|
|
526
526
|
|
|
527
527
|
.ci-arrow-down-outlined {
|
|
528
|
-
|
|
528
|
+
background-position: 38.095238095238095% 39.682539682539684%;
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
.ci-arrow-down-outlined-size {
|
|
532
|
-
|
|
533
|
-
|
|
532
|
+
width: 24px;
|
|
533
|
+
height: 24px;
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
.ci-arrow-left-outlined {
|
|
537
|
-
|
|
537
|
+
background-position: 42.857142857142854% 39.682539682539684%;
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
.ci-arrow-left-outlined-size {
|
|
541
|
-
|
|
542
|
-
|
|
541
|
+
width: 24px;
|
|
542
|
+
height: 24px;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
.ci-arrow-pointing-box-outlined {
|
|
546
|
-
|
|
546
|
+
background-position: 47.61904761904762% 0;
|
|
547
547
|
}
|
|
548
548
|
|
|
549
549
|
.ci-arrow-pointing-box-outlined-size {
|
|
550
|
-
|
|
551
|
-
|
|
550
|
+
width: 24px;
|
|
551
|
+
height: 24px;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
554
|
.ci-arrow-redo-outlined {
|
|
555
|
-
|
|
555
|
+
background-position: 47.61904761904762% 4.761904761904762%;
|
|
556
556
|
}
|
|
557
557
|
|
|
558
558
|
.ci-arrow-redo-outlined-size {
|
|
559
|
-
|
|
560
|
-
|
|
559
|
+
width: 24px;
|
|
560
|
+
height: 24px;
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.ci-arrow-right-outlined {
|
|
564
|
-
|
|
564
|
+
background-position: 47.61904761904762% 9.523809523809524%;
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
.ci-arrow-right-outlined-size {
|
|
568
|
-
|
|
569
|
-
|
|
568
|
+
width: 24px;
|
|
569
|
+
height: 24px;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
.ci-arrow-up-outlined {
|
|
573
|
-
|
|
573
|
+
background-position: 47.61904761904762% 14.285714285714286%;
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
.ci-arrow-up-outlined-size {
|
|
577
|
-
|
|
578
|
-
|
|
577
|
+
width: 24px;
|
|
578
|
+
height: 24px;
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
.ci-article-filled {
|
|
582
|
-
|
|
582
|
+
background-position: 47.61904761904762% 19.047619047619047%;
|
|
583
583
|
}
|
|
584
584
|
|
|
585
585
|
.ci-article-filled-size {
|
|
586
|
-
|
|
587
|
-
|
|
586
|
+
width: 24px;
|
|
587
|
+
height: 24px;
|
|
588
588
|
}
|
|
589
589
|
|
|
590
590
|
.ci-article-outlined {
|
|
591
|
-
|
|
591
|
+
background-position: 47.61904761904762% 23.80952380952381%;
|
|
592
592
|
}
|
|
593
593
|
|
|
594
594
|
.ci-article-outlined-size {
|
|
595
|
-
|
|
596
|
-
|
|
595
|
+
width: 24px;
|
|
596
|
+
height: 24px;
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
.ci-bar-chart-outlined {
|
|
600
|
-
|
|
600
|
+
background-position: 47.61904761904762% 28.571428571428573%;
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
.ci-bar-chart-outlined-size {
|
|
604
|
-
|
|
605
|
-
|
|
604
|
+
width: 24px;
|
|
605
|
+
height: 24px;
|
|
606
606
|
}
|
|
607
607
|
|
|
608
608
|
.ci-bell-check-outlined {
|
|
609
|
-
|
|
609
|
+
background-position: 47.61904761904762% 33.333333333333336%;
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
.ci-bell-check-outlined-size {
|
|
613
|
-
|
|
614
|
-
|
|
613
|
+
width: 24px;
|
|
614
|
+
height: 24px;
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
.ci-bell-dot-filled {
|
|
618
|
-
|
|
618
|
+
background-position: 47.61904761904762% 38.095238095238095%;
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
.ci-bell-dot-filled-size {
|
|
622
|
-
|
|
623
|
-
|
|
622
|
+
width: 24px;
|
|
623
|
+
height: 24px;
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
.ci-bell-dot-outlined {
|
|
627
|
-
|
|
627
|
+
background-position: 0 44.44444444444444%;
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
.ci-bell-dot-outlined-size {
|
|
631
|
-
|
|
632
|
-
|
|
631
|
+
width: 24px;
|
|
632
|
+
height: 24px;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
.ci-bell-filled {
|
|
636
|
-
|
|
636
|
+
background-position: 4.761904761904762% 44.44444444444444%;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
.ci-bell-filled-size {
|
|
640
|
-
|
|
641
|
-
|
|
640
|
+
width: 24px;
|
|
641
|
+
height: 24px;
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
.ci-bell-outlined {
|
|
645
|
-
|
|
645
|
+
background-position: 9.523809523809524% 44.44444444444444%;
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
.ci-bell-outlined-size {
|
|
649
|
-
|
|
650
|
-
|
|
649
|
+
width: 24px;
|
|
650
|
+
height: 24px;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.ci-bell-plus-outlined {
|
|
654
|
-
|
|
654
|
+
background-position: 14.285714285714286% 44.44444444444444%;
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
.ci-bell-plus-outlined-size {
|
|
658
|
-
|
|
659
|
-
|
|
658
|
+
width: 24px;
|
|
659
|
+
height: 24px;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.ci-bell-ringing-filled {
|
|
663
|
-
|
|
663
|
+
background-position: 19.047619047619047% 44.44444444444444%;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.ci-bell-ringing-filled-size {
|
|
667
|
-
|
|
668
|
-
|
|
667
|
+
width: 24px;
|
|
668
|
+
height: 24px;
|
|
669
669
|
}
|
|
670
670
|
|
|
671
671
|
.ci-bell-ringing-outlined {
|
|
672
|
-
|
|
672
|
+
background-position: 23.80952380952381% 44.44444444444444%;
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
.ci-bell-ringing-outlined-size {
|
|
676
|
-
|
|
677
|
-
|
|
676
|
+
width: 24px;
|
|
677
|
+
height: 24px;
|
|
678
678
|
}
|
|
679
679
|
|
|
680
680
|
.ci-blank {
|
|
681
|
-
|
|
681
|
+
background-position: 28.571428571428573% 44.44444444444444%;
|
|
682
682
|
}
|
|
683
683
|
|
|
684
684
|
.ci-blank-size {
|
|
685
|
-
|
|
686
|
-
|
|
685
|
+
width: 24px;
|
|
686
|
+
height: 24px;
|
|
687
687
|
}
|
|
688
688
|
|
|
689
689
|
.ci-block-align-center-outlined {
|
|
690
|
-
|
|
690
|
+
background-position: 33.333333333333336% 44.44444444444444%;
|
|
691
691
|
}
|
|
692
692
|
|
|
693
693
|
.ci-block-align-center-outlined-size {
|
|
694
|
-
|
|
695
|
-
|
|
694
|
+
width: 24px;
|
|
695
|
+
height: 24px;
|
|
696
696
|
}
|
|
697
697
|
|
|
698
698
|
.ci-block-align-fw-outlined {
|
|
699
|
-
|
|
699
|
+
background-position: 38.095238095238095% 44.44444444444444%;
|
|
700
700
|
}
|
|
701
701
|
|
|
702
702
|
.ci-block-align-fw-outlined-size {
|
|
703
|
-
|
|
704
|
-
|
|
703
|
+
width: 24px;
|
|
704
|
+
height: 24px;
|
|
705
705
|
}
|
|
706
706
|
|
|
707
707
|
.ci-block-align-left-outlined {
|
|
708
|
-
|
|
708
|
+
background-position: 42.857142857142854% 44.44444444444444%;
|
|
709
709
|
}
|
|
710
710
|
|
|
711
711
|
.ci-block-align-left-outlined-size {
|
|
712
|
-
|
|
713
|
-
|
|
712
|
+
width: 24px;
|
|
713
|
+
height: 24px;
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
.ci-block-align-right-outlined {
|
|
717
|
-
|
|
717
|
+
background-position: 47.61904761904762% 44.44444444444444%;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
.ci-block-align-right-outlined-size {
|
|
721
|
-
|
|
722
|
-
|
|
721
|
+
width: 24px;
|
|
722
|
+
height: 24px;
|
|
723
723
|
}
|
|
724
724
|
|
|
725
725
|
.ci-block-caption-outlined {
|
|
726
|
-
|
|
726
|
+
background-position: 52.38095238095238% 0;
|
|
727
727
|
}
|
|
728
728
|
|
|
729
729
|
.ci-block-caption-outlined-size {
|
|
730
|
-
|
|
731
|
-
|
|
730
|
+
width: 24px;
|
|
731
|
+
height: 24px;
|
|
732
732
|
}
|
|
733
733
|
|
|
734
734
|
.ci-bold-outlined {
|
|
735
|
-
|
|
735
|
+
background-position: 52.38095238095238% 4.761904761904762%;
|
|
736
736
|
}
|
|
737
737
|
|
|
738
738
|
.ci-bold-outlined-size {
|
|
739
|
-
|
|
740
|
-
|
|
739
|
+
width: 24px;
|
|
740
|
+
height: 24px;
|
|
741
741
|
}
|
|
742
742
|
|
|
743
743
|
.ci-book-filled {
|
|
744
|
-
|
|
744
|
+
background-position: 52.38095238095238% 9.523809523809524%;
|
|
745
745
|
}
|
|
746
746
|
|
|
747
747
|
.ci-book-filled-size {
|
|
748
|
-
|
|
749
|
-
|
|
748
|
+
width: 24px;
|
|
749
|
+
height: 24px;
|
|
750
750
|
}
|
|
751
751
|
|
|
752
752
|
.ci-book-outlined {
|
|
753
|
-
|
|
753
|
+
background-position: 52.38095238095238% 14.285714285714286%;
|
|
754
754
|
}
|
|
755
755
|
|
|
756
756
|
.ci-book-outlined-size {
|
|
757
|
-
|
|
758
|
-
|
|
757
|
+
width: 24px;
|
|
758
|
+
height: 24px;
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
.ci-bookmark-check-outlined {
|
|
762
|
-
|
|
762
|
+
background-position: 52.38095238095238% 19.047619047619047%;
|
|
763
763
|
}
|
|
764
764
|
|
|
765
765
|
.ci-bookmark-check-outlined-size {
|
|
766
|
-
|
|
767
|
-
|
|
766
|
+
width: 24px;
|
|
767
|
+
height: 24px;
|
|
768
768
|
}
|
|
769
769
|
|
|
770
770
|
.ci-bookmark-filled {
|
|
771
|
-
|
|
771
|
+
background-position: 52.38095238095238% 23.80952380952381%;
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
.ci-bookmark-filled-size {
|
|
775
|
-
|
|
776
|
-
|
|
775
|
+
width: 24px;
|
|
776
|
+
height: 24px;
|
|
777
777
|
}
|
|
778
778
|
|
|
779
779
|
.ci-bookmark-outlined {
|
|
780
|
-
|
|
780
|
+
background-position: 52.38095238095238% 28.571428571428573%;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
.ci-bookmark-outlined-size {
|
|
784
|
-
|
|
785
|
-
|
|
784
|
+
width: 24px;
|
|
785
|
+
height: 24px;
|
|
786
786
|
}
|
|
787
787
|
|
|
788
788
|
.ci-bookmark-plus-outlined {
|
|
789
|
-
|
|
789
|
+
background-position: 52.38095238095238% 33.333333333333336%;
|
|
790
790
|
}
|
|
791
791
|
|
|
792
792
|
.ci-bookmark-plus-outlined-size {
|
|
793
|
-
|
|
794
|
-
|
|
793
|
+
width: 24px;
|
|
794
|
+
height: 24px;
|
|
795
795
|
}
|
|
796
796
|
|
|
797
797
|
.ci-brush-brackets-outlined {
|
|
798
|
-
|
|
798
|
+
background-position: 52.38095238095238% 38.095238095238095%;
|
|
799
799
|
}
|
|
800
800
|
|
|
801
801
|
.ci-brush-brackets-outlined-size {
|
|
802
|
-
|
|
803
|
-
|
|
802
|
+
width: 24px;
|
|
803
|
+
height: 24px;
|
|
804
804
|
}
|
|
805
805
|
|
|
806
806
|
.ci-calendar-check-outlined {
|
|
807
|
-
|
|
807
|
+
background-position: 52.38095238095238% 42.857142857142854%;
|
|
808
808
|
}
|
|
809
809
|
|
|
810
810
|
.ci-calendar-check-outlined-size {
|
|
811
|
-
|
|
812
|
-
|
|
811
|
+
width: 24px;
|
|
812
|
+
height: 24px;
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
.ci-calendar-cross-outlined {
|
|
816
|
-
|
|
816
|
+
background-position: 0 49.20634920634921%;
|
|
817
817
|
}
|
|
818
818
|
|
|
819
819
|
.ci-calendar-cross-outlined-size {
|
|
820
|
-
|
|
821
|
-
|
|
820
|
+
width: 24px;
|
|
821
|
+
height: 24px;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
824
|
.ci-calendar-outlined {
|
|
825
|
-
|
|
825
|
+
background-position: 4.761904761904762% 49.20634920634921%;
|
|
826
826
|
}
|
|
827
827
|
|
|
828
828
|
.ci-calendar-outlined-size {
|
|
829
|
-
|
|
830
|
-
|
|
829
|
+
width: 24px;
|
|
830
|
+
height: 24px;
|
|
831
831
|
}
|
|
832
832
|
|
|
833
833
|
.ci-calendar-pen-outlined {
|
|
834
|
-
|
|
834
|
+
background-position: 9.523809523809524% 49.20634920634921%;
|
|
835
835
|
}
|
|
836
836
|
|
|
837
837
|
.ci-calendar-pen-outlined-size {
|
|
838
|
-
|
|
839
|
-
|
|
838
|
+
width: 24px;
|
|
839
|
+
height: 24px;
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
.ci-chat-filled {
|
|
843
|
-
|
|
843
|
+
background-position: 14.285714285714286% 49.20634920634921%;
|
|
844
844
|
}
|
|
845
845
|
|
|
846
846
|
.ci-chat-filled-size {
|
|
847
|
-
|
|
848
|
-
|
|
847
|
+
width: 24px;
|
|
848
|
+
height: 24px;
|
|
849
849
|
}
|
|
850
850
|
|
|
851
851
|
.ci-chat-outlined {
|
|
852
|
-
|
|
852
|
+
background-position: 19.047619047619047% 49.20634920634921%;
|
|
853
853
|
}
|
|
854
854
|
|
|
855
855
|
.ci-chat-outlined-size {
|
|
856
|
-
|
|
857
|
-
|
|
856
|
+
width: 24px;
|
|
857
|
+
height: 24px;
|
|
858
858
|
}
|
|
859
859
|
|
|
860
860
|
.ci-check-circle-filled {
|
|
861
|
-
|
|
861
|
+
background-position: 23.80952380952381% 49.20634920634921%;
|
|
862
862
|
}
|
|
863
863
|
|
|
864
864
|
.ci-check-circle-filled-size {
|
|
865
|
-
|
|
866
|
-
|
|
865
|
+
width: 24px;
|
|
866
|
+
height: 24px;
|
|
867
867
|
}
|
|
868
868
|
|
|
869
869
|
.ci-check-circle-outlined {
|
|
870
|
-
|
|
870
|
+
background-position: 28.571428571428573% 49.20634920634921%;
|
|
871
871
|
}
|
|
872
872
|
|
|
873
873
|
.ci-check-circle-outlined-size {
|
|
874
|
-
|
|
875
|
-
|
|
874
|
+
width: 24px;
|
|
875
|
+
height: 24px;
|
|
876
876
|
}
|
|
877
877
|
|
|
878
878
|
.ci-check-double-outlined {
|
|
879
|
-
|
|
879
|
+
background-position: 33.333333333333336% 49.20634920634921%;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
882
|
.ci-check-double-outlined-size {
|
|
883
|
-
|
|
884
|
-
|
|
883
|
+
width: 24px;
|
|
884
|
+
height: 24px;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
.ci-check-outlined {
|
|
888
|
-
|
|
888
|
+
background-position: 38.095238095238095% 49.20634920634921%;
|
|
889
889
|
}
|
|
890
890
|
|
|
891
891
|
.ci-check-outlined-size {
|
|
892
|
-
|
|
893
|
-
|
|
892
|
+
width: 24px;
|
|
893
|
+
height: 24px;
|
|
894
894
|
}
|
|
895
895
|
|
|
896
896
|
.ci-chevron-down-outlined {
|
|
897
|
-
|
|
897
|
+
background-position: 42.857142857142854% 49.20634920634921%;
|
|
898
898
|
}
|
|
899
899
|
|
|
900
900
|
.ci-chevron-down-outlined-size {
|
|
901
|
-
|
|
902
|
-
|
|
901
|
+
width: 24px;
|
|
902
|
+
height: 24px;
|
|
903
903
|
}
|
|
904
904
|
|
|
905
905
|
.ci-chevron-left-outlined {
|
|
906
|
-
|
|
906
|
+
background-position: 47.61904761904762% 49.20634920634921%;
|
|
907
907
|
}
|
|
908
908
|
|
|
909
909
|
.ci-chevron-left-outlined-size {
|
|
910
|
-
|
|
911
|
-
|
|
910
|
+
width: 24px;
|
|
911
|
+
height: 24px;
|
|
912
912
|
}
|
|
913
913
|
|
|
914
914
|
.ci-chevron-right-outlined {
|
|
915
|
-
|
|
915
|
+
background-position: 52.38095238095238% 49.20634920634921%;
|
|
916
916
|
}
|
|
917
917
|
|
|
918
918
|
.ci-chevron-right-outlined-size {
|
|
919
|
-
|
|
920
|
-
|
|
919
|
+
width: 24px;
|
|
920
|
+
height: 24px;
|
|
921
921
|
}
|
|
922
922
|
|
|
923
923
|
.ci-chevron-up-outlined {
|
|
924
|
-
|
|
924
|
+
background-position: 57.142857142857146% 0;
|
|
925
925
|
}
|
|
926
926
|
|
|
927
927
|
.ci-chevron-up-outlined-size {
|
|
928
|
-
|
|
929
|
-
|
|
928
|
+
width: 24px;
|
|
929
|
+
height: 24px;
|
|
930
930
|
}
|
|
931
931
|
|
|
932
932
|
.ci-circle-filled {
|
|
933
|
-
|
|
933
|
+
background-position: 57.142857142857146% 4.761904761904762%;
|
|
934
934
|
}
|
|
935
935
|
|
|
936
936
|
.ci-circle-filled-size {
|
|
937
|
-
|
|
938
|
-
|
|
937
|
+
width: 24px;
|
|
938
|
+
height: 24px;
|
|
939
939
|
}
|
|
940
940
|
|
|
941
941
|
.ci-circle-filled-s {
|
|
942
|
-
|
|
942
|
+
background-position: 57.142857142857146% 9.523809523809524%;
|
|
943
943
|
}
|
|
944
944
|
|
|
945
945
|
.ci-circle-filled-s-size {
|
|
946
|
-
|
|
947
|
-
|
|
946
|
+
width: 24px;
|
|
947
|
+
height: 24px;
|
|
948
948
|
}
|
|
949
949
|
|
|
950
950
|
.ci-circle-outlined {
|
|
951
|
-
|
|
951
|
+
background-position: 57.142857142857146% 14.285714285714286%;
|
|
952
952
|
}
|
|
953
953
|
|
|
954
954
|
.ci-circle-outlined-size {
|
|
955
|
-
|
|
956
|
-
|
|
955
|
+
width: 24px;
|
|
956
|
+
height: 24px;
|
|
957
957
|
}
|
|
958
958
|
|
|
959
959
|
.ci-circle-outlined-s {
|
|
960
|
-
|
|
960
|
+
background-position: 57.142857142857146% 19.047619047619047%;
|
|
961
961
|
}
|
|
962
962
|
|
|
963
963
|
.ci-circle-outlined-s-size {
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
width: 24px;
|
|
965
|
+
height: 24px;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.ci-click-outlined {
|
|
969
|
+
background-position: 57.142857142857146% 23.80952380952381%;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.ci-click-outlined-size {
|
|
973
|
+
width: 24px;
|
|
974
|
+
height: 24px;
|
|
966
975
|
}
|
|
967
976
|
|
|
968
977
|
.ci-clock-filled {
|
|
969
|
-
|
|
978
|
+
background-position: 57.142857142857146% 28.571428571428573%;
|
|
970
979
|
}
|
|
971
980
|
|
|
972
981
|
.ci-clock-filled-size {
|
|
973
|
-
|
|
974
|
-
|
|
982
|
+
width: 24px;
|
|
983
|
+
height: 24px;
|
|
975
984
|
}
|
|
976
985
|
|
|
977
986
|
.ci-clock-outlined {
|
|
978
|
-
|
|
987
|
+
background-position: 57.142857142857146% 33.333333333333336%;
|
|
979
988
|
}
|
|
980
989
|
|
|
981
990
|
.ci-clock-outlined-size {
|
|
982
|
-
|
|
983
|
-
|
|
991
|
+
width: 24px;
|
|
992
|
+
height: 24px;
|
|
984
993
|
}
|
|
985
994
|
|
|
986
995
|
.ci-comment-outlined {
|
|
987
|
-
|
|
996
|
+
background-position: 57.142857142857146% 38.095238095238095%;
|
|
988
997
|
}
|
|
989
998
|
|
|
990
999
|
.ci-comment-outlined-size {
|
|
991
|
-
|
|
992
|
-
|
|
1000
|
+
width: 24px;
|
|
1001
|
+
height: 24px;
|
|
993
1002
|
}
|
|
994
1003
|
|
|
995
1004
|
.ci-communities-filled {
|
|
996
|
-
|
|
1005
|
+
background-position: 57.142857142857146% 42.857142857142854%;
|
|
997
1006
|
}
|
|
998
1007
|
|
|
999
1008
|
.ci-communities-filled-size {
|
|
1000
|
-
|
|
1001
|
-
|
|
1009
|
+
width: 24px;
|
|
1010
|
+
height: 24px;
|
|
1002
1011
|
}
|
|
1003
1012
|
|
|
1004
1013
|
.ci-communities-outlined {
|
|
1005
|
-
|
|
1014
|
+
background-position: 57.142857142857146% 47.61904761904762%;
|
|
1006
1015
|
}
|
|
1007
1016
|
|
|
1008
1017
|
.ci-communities-outlined-size {
|
|
1009
|
-
|
|
1010
|
-
|
|
1018
|
+
width: 24px;
|
|
1019
|
+
height: 24px;
|
|
1011
1020
|
}
|
|
1012
1021
|
|
|
1013
1022
|
.ci-compass-outlined {
|
|
1014
|
-
|
|
1023
|
+
background-position: 0 53.96825396825397%;
|
|
1015
1024
|
}
|
|
1016
1025
|
|
|
1017
1026
|
.ci-compass-outlined-size {
|
|
1018
|
-
|
|
1019
|
-
|
|
1027
|
+
width: 24px;
|
|
1028
|
+
height: 24px;
|
|
1020
1029
|
}
|
|
1021
1030
|
|
|
1022
1031
|
.ci-content-filled {
|
|
1023
|
-
|
|
1032
|
+
background-position: 4.761904761904762% 53.96825396825397%;
|
|
1024
1033
|
}
|
|
1025
1034
|
|
|
1026
1035
|
.ci-content-filled-size {
|
|
1027
|
-
|
|
1028
|
-
|
|
1036
|
+
width: 24px;
|
|
1037
|
+
height: 24px;
|
|
1029
1038
|
}
|
|
1030
1039
|
|
|
1031
1040
|
.ci-content-outlined {
|
|
1032
|
-
|
|
1041
|
+
background-position: 9.523809523809524% 53.96825396825397%;
|
|
1033
1042
|
}
|
|
1034
1043
|
|
|
1035
1044
|
.ci-content-outlined-size {
|
|
1036
|
-
|
|
1037
|
-
|
|
1045
|
+
width: 24px;
|
|
1046
|
+
height: 24px;
|
|
1038
1047
|
}
|
|
1039
1048
|
|
|
1040
1049
|
.ci-copy-outlined {
|
|
1041
|
-
|
|
1050
|
+
background-position: 14.285714285714286% 53.96825396825397%;
|
|
1042
1051
|
}
|
|
1043
1052
|
|
|
1044
1053
|
.ci-copy-outlined-size {
|
|
1045
|
-
|
|
1046
|
-
|
|
1054
|
+
width: 24px;
|
|
1055
|
+
height: 24px;
|
|
1047
1056
|
}
|
|
1048
1057
|
|
|
1049
1058
|
.ci-cross-circle-filled {
|
|
1050
|
-
|
|
1059
|
+
background-position: 19.047619047619047% 53.96825396825397%;
|
|
1051
1060
|
}
|
|
1052
1061
|
|
|
1053
1062
|
.ci-cross-circle-filled-size {
|
|
1054
|
-
|
|
1055
|
-
|
|
1063
|
+
width: 24px;
|
|
1064
|
+
height: 24px;
|
|
1056
1065
|
}
|
|
1057
1066
|
|
|
1058
1067
|
.ci-cross-circle-outlined {
|
|
1059
|
-
|
|
1068
|
+
background-position: 23.80952380952381% 53.96825396825397%;
|
|
1060
1069
|
}
|
|
1061
1070
|
|
|
1062
1071
|
.ci-cross-circle-outlined-size {
|
|
1063
|
-
|
|
1064
|
-
|
|
1072
|
+
width: 24px;
|
|
1073
|
+
height: 24px;
|
|
1065
1074
|
}
|
|
1066
1075
|
|
|
1067
1076
|
.ci-cross-outlined {
|
|
1068
|
-
|
|
1077
|
+
background-position: 28.571428571428573% 53.96825396825397%;
|
|
1069
1078
|
}
|
|
1070
1079
|
|
|
1071
1080
|
.ci-cross-outlined-size {
|
|
1072
|
-
|
|
1073
|
-
|
|
1081
|
+
width: 24px;
|
|
1082
|
+
height: 24px;
|
|
1074
1083
|
}
|
|
1075
1084
|
|
|
1076
1085
|
.ci-cross-square-filled {
|
|
1077
|
-
|
|
1086
|
+
background-position: 33.333333333333336% 53.96825396825397%;
|
|
1078
1087
|
}
|
|
1079
1088
|
|
|
1080
1089
|
.ci-cross-square-filled-size {
|
|
1081
|
-
|
|
1082
|
-
|
|
1090
|
+
width: 24px;
|
|
1091
|
+
height: 24px;
|
|
1083
1092
|
}
|
|
1084
1093
|
|
|
1085
1094
|
.ci-cross-square-outlined {
|
|
1086
|
-
|
|
1095
|
+
background-position: 38.095238095238095% 53.96825396825397%;
|
|
1087
1096
|
}
|
|
1088
1097
|
|
|
1089
1098
|
.ci-cross-square-outlined-size {
|
|
1090
|
-
|
|
1091
|
-
|
|
1099
|
+
width: 24px;
|
|
1100
|
+
height: 24px;
|
|
1092
1101
|
}
|
|
1093
1102
|
|
|
1094
1103
|
.ci-danger-filled {
|
|
1095
|
-
|
|
1104
|
+
background-position: 42.857142857142854% 53.96825396825397%;
|
|
1096
1105
|
}
|
|
1097
1106
|
|
|
1098
1107
|
.ci-danger-filled-size {
|
|
1099
|
-
|
|
1100
|
-
|
|
1108
|
+
width: 24px;
|
|
1109
|
+
height: 24px;
|
|
1101
1110
|
}
|
|
1102
1111
|
|
|
1103
1112
|
.ci-danger-outlined {
|
|
1104
|
-
|
|
1113
|
+
background-position: 47.61904761904762% 53.96825396825397%;
|
|
1105
1114
|
}
|
|
1106
1115
|
|
|
1107
1116
|
.ci-danger-outlined-size {
|
|
1108
|
-
|
|
1109
|
-
|
|
1117
|
+
width: 24px;
|
|
1118
|
+
height: 24px;
|
|
1110
1119
|
}
|
|
1111
1120
|
|
|
1112
1121
|
.ci-dots-circle-outlined {
|
|
1113
|
-
|
|
1122
|
+
background-position: 52.38095238095238% 53.96825396825397%;
|
|
1114
1123
|
}
|
|
1115
1124
|
|
|
1116
1125
|
.ci-dots-circle-outlined-size {
|
|
1117
|
-
|
|
1118
|
-
|
|
1126
|
+
width: 24px;
|
|
1127
|
+
height: 24px;
|
|
1119
1128
|
}
|
|
1120
1129
|
|
|
1121
1130
|
.ci-download-outlined {
|
|
1122
|
-
|
|
1131
|
+
background-position: 57.142857142857146% 53.96825396825397%;
|
|
1123
1132
|
}
|
|
1124
1133
|
|
|
1125
1134
|
.ci-download-outlined-size {
|
|
1126
|
-
|
|
1127
|
-
|
|
1135
|
+
width: 24px;
|
|
1136
|
+
height: 24px;
|
|
1128
1137
|
}
|
|
1129
1138
|
|
|
1130
1139
|
.ci-earth-outlined {
|
|
1131
|
-
|
|
1140
|
+
background-position: 61.904761904761905% 0;
|
|
1132
1141
|
}
|
|
1133
1142
|
|
|
1134
1143
|
.ci-earth-outlined-size {
|
|
1135
|
-
|
|
1136
|
-
|
|
1144
|
+
width: 24px;
|
|
1145
|
+
height: 24px;
|
|
1137
1146
|
}
|
|
1138
1147
|
|
|
1139
1148
|
.ci-emoji-angry {
|
|
1140
|
-
|
|
1149
|
+
background-position: 61.904761904761905% 4.761904761904762%;
|
|
1141
1150
|
}
|
|
1142
1151
|
|
|
1143
1152
|
.ci-emoji-angry-size {
|
|
1144
|
-
|
|
1145
|
-
|
|
1153
|
+
width: 24px;
|
|
1154
|
+
height: 24px;
|
|
1146
1155
|
}
|
|
1147
1156
|
|
|
1148
1157
|
.ci-emoji-happy {
|
|
1149
|
-
|
|
1158
|
+
background-position: 61.904761904761905% 9.523809523809524%;
|
|
1150
1159
|
}
|
|
1151
1160
|
|
|
1152
1161
|
.ci-emoji-happy-size {
|
|
1153
|
-
|
|
1154
|
-
|
|
1162
|
+
width: 24px;
|
|
1163
|
+
height: 24px;
|
|
1155
1164
|
}
|
|
1156
1165
|
|
|
1157
1166
|
.ci-emoji-neutral {
|
|
1158
|
-
|
|
1167
|
+
background-position: 61.904761904761905% 14.285714285714286%;
|
|
1159
1168
|
}
|
|
1160
1169
|
|
|
1161
1170
|
.ci-emoji-neutral-size {
|
|
1162
|
-
|
|
1163
|
-
|
|
1171
|
+
width: 24px;
|
|
1172
|
+
height: 24px;
|
|
1164
1173
|
}
|
|
1165
1174
|
|
|
1166
1175
|
.ci-emoji-sad {
|
|
1167
|
-
|
|
1176
|
+
background-position: 61.904761904761905% 19.047619047619047%;
|
|
1168
1177
|
}
|
|
1169
1178
|
|
|
1170
1179
|
.ci-emoji-sad-size {
|
|
1171
|
-
|
|
1172
|
-
|
|
1180
|
+
width: 24px;
|
|
1181
|
+
height: 24px;
|
|
1173
1182
|
}
|
|
1174
1183
|
|
|
1175
1184
|
.ci-emoji-smile {
|
|
1176
|
-
|
|
1185
|
+
background-position: 61.904761904761905% 23.80952380952381%;
|
|
1177
1186
|
}
|
|
1178
1187
|
|
|
1179
1188
|
.ci-emoji-smile-size {
|
|
1180
|
-
|
|
1181
|
-
|
|
1189
|
+
width: 24px;
|
|
1190
|
+
height: 24px;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
.ci-emoji-thinking {
|
|
1194
|
+
background-position: 61.904761904761905% 28.571428571428573%;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
.ci-emoji-thinking-size {
|
|
1198
|
+
width: 24px;
|
|
1199
|
+
height: 24px;
|
|
1182
1200
|
}
|
|
1183
1201
|
|
|
1184
1202
|
.ci-events-filled {
|
|
1185
|
-
|
|
1203
|
+
background-position: 61.904761904761905% 33.333333333333336%;
|
|
1186
1204
|
}
|
|
1187
1205
|
|
|
1188
1206
|
.ci-events-filled-size {
|
|
1189
|
-
|
|
1190
|
-
|
|
1207
|
+
width: 24px;
|
|
1208
|
+
height: 24px;
|
|
1191
1209
|
}
|
|
1192
1210
|
|
|
1193
1211
|
.ci-events-outlined {
|
|
1194
|
-
|
|
1212
|
+
background-position: 61.904761904761905% 38.095238095238095%;
|
|
1195
1213
|
}
|
|
1196
1214
|
|
|
1197
1215
|
.ci-events-outlined-size {
|
|
1198
|
-
|
|
1199
|
-
|
|
1216
|
+
width: 24px;
|
|
1217
|
+
height: 24px;
|
|
1200
1218
|
}
|
|
1201
1219
|
|
|
1202
1220
|
.ci-external-link-outlined {
|
|
1203
|
-
|
|
1221
|
+
background-position: 61.904761904761905% 42.857142857142854%;
|
|
1204
1222
|
}
|
|
1205
1223
|
|
|
1206
1224
|
.ci-external-link-outlined-size {
|
|
1207
|
-
|
|
1208
|
-
|
|
1225
|
+
width: 24px;
|
|
1226
|
+
height: 24px;
|
|
1209
1227
|
}
|
|
1210
1228
|
|
|
1211
1229
|
.ci-eye-closed-outlined {
|
|
1212
|
-
|
|
1230
|
+
background-position: 61.904761904761905% 47.61904761904762%;
|
|
1213
1231
|
}
|
|
1214
1232
|
|
|
1215
1233
|
.ci-eye-closed-outlined-size {
|
|
1216
|
-
|
|
1217
|
-
|
|
1234
|
+
width: 24px;
|
|
1235
|
+
height: 24px;
|
|
1218
1236
|
}
|
|
1219
1237
|
|
|
1220
1238
|
.ci-eye-open-outlined {
|
|
1221
|
-
|
|
1239
|
+
background-position: 61.904761904761905% 52.38095238095238%;
|
|
1222
1240
|
}
|
|
1223
1241
|
|
|
1224
1242
|
.ci-eye-open-outlined-size {
|
|
1225
|
-
|
|
1226
|
-
|
|
1243
|
+
width: 24px;
|
|
1244
|
+
height: 24px;
|
|
1227
1245
|
}
|
|
1228
1246
|
|
|
1229
1247
|
.ci-facebook {
|
|
1230
|
-
|
|
1248
|
+
background-position: 0 58.73015873015873%;
|
|
1231
1249
|
}
|
|
1232
1250
|
|
|
1233
1251
|
.ci-facebook-size {
|
|
1234
|
-
|
|
1235
|
-
|
|
1252
|
+
width: 24px;
|
|
1253
|
+
height: 24px;
|
|
1236
1254
|
}
|
|
1237
1255
|
|
|
1238
1256
|
.ci-feed-filled {
|
|
1239
|
-
|
|
1257
|
+
background-position: 4.761904761904762% 58.73015873015873%;
|
|
1240
1258
|
}
|
|
1241
1259
|
|
|
1242
1260
|
.ci-feed-filled-size {
|
|
1243
|
-
|
|
1244
|
-
|
|
1261
|
+
width: 24px;
|
|
1262
|
+
height: 24px;
|
|
1245
1263
|
}
|
|
1246
1264
|
|
|
1247
1265
|
.ci-feed-outlined {
|
|
1248
|
-
|
|
1266
|
+
background-position: 9.523809523809524% 58.73015873015873%;
|
|
1249
1267
|
}
|
|
1250
1268
|
|
|
1251
1269
|
.ci-feed-outlined-size {
|
|
1252
|
-
|
|
1253
|
-
|
|
1270
|
+
width: 24px;
|
|
1271
|
+
height: 24px;
|
|
1254
1272
|
}
|
|
1255
1273
|
|
|
1256
1274
|
.ci-filter-outlined {
|
|
1257
|
-
|
|
1275
|
+
background-position: 14.285714285714286% 58.73015873015873%;
|
|
1258
1276
|
}
|
|
1259
1277
|
|
|
1260
1278
|
.ci-filter-outlined-size {
|
|
1261
|
-
|
|
1262
|
-
|
|
1279
|
+
width: 24px;
|
|
1280
|
+
height: 24px;
|
|
1263
1281
|
}
|
|
1264
1282
|
|
|
1265
1283
|
.ci-fingerprint-outlined {
|
|
1266
|
-
|
|
1284
|
+
background-position: 19.047619047619047% 58.73015873015873%;
|
|
1267
1285
|
}
|
|
1268
1286
|
|
|
1269
1287
|
.ci-fingerprint-outlined-size {
|
|
1270
|
-
|
|
1271
|
-
|
|
1288
|
+
width: 24px;
|
|
1289
|
+
height: 24px;
|
|
1272
1290
|
}
|
|
1273
1291
|
|
|
1274
1292
|
.ci-flag-al {
|
|
1275
|
-
|
|
1293
|
+
background-position: 23.80952380952381% 58.73015873015873%;
|
|
1276
1294
|
}
|
|
1277
1295
|
|
|
1278
1296
|
.ci-flag-al-size {
|
|
1279
|
-
|
|
1280
|
-
|
|
1297
|
+
width: 24px;
|
|
1298
|
+
height: 24px;
|
|
1281
1299
|
}
|
|
1282
1300
|
|
|
1283
1301
|
.ci-flag-am {
|
|
1284
|
-
|
|
1302
|
+
background-position: 28.571428571428573% 58.73015873015873%;
|
|
1285
1303
|
}
|
|
1286
1304
|
|
|
1287
1305
|
.ci-flag-am-size {
|
|
1288
|
-
|
|
1289
|
-
|
|
1306
|
+
width: 24px;
|
|
1307
|
+
height: 24px;
|
|
1290
1308
|
}
|
|
1291
1309
|
|
|
1292
1310
|
.ci-flag-bg {
|
|
1293
|
-
|
|
1311
|
+
background-position: 33.333333333333336% 58.73015873015873%;
|
|
1294
1312
|
}
|
|
1295
1313
|
|
|
1296
1314
|
.ci-flag-bg-size {
|
|
1297
|
-
|
|
1298
|
-
|
|
1315
|
+
width: 24px;
|
|
1316
|
+
height: 24px;
|
|
1299
1317
|
}
|
|
1300
1318
|
|
|
1301
1319
|
.ci-flag-circle-al {
|
|
1302
|
-
|
|
1320
|
+
background-position: 38.095238095238095% 58.73015873015873%;
|
|
1303
1321
|
}
|
|
1304
1322
|
|
|
1305
1323
|
.ci-flag-circle-al-size {
|
|
1306
|
-
|
|
1307
|
-
|
|
1324
|
+
width: 24px;
|
|
1325
|
+
height: 24px;
|
|
1308
1326
|
}
|
|
1309
1327
|
|
|
1310
1328
|
.ci-flag-circle-am {
|
|
1311
|
-
|
|
1329
|
+
background-position: 42.857142857142854% 58.73015873015873%;
|
|
1312
1330
|
}
|
|
1313
1331
|
|
|
1314
1332
|
.ci-flag-circle-am-size {
|
|
1315
|
-
|
|
1316
|
-
|
|
1333
|
+
width: 24px;
|
|
1334
|
+
height: 24px;
|
|
1317
1335
|
}
|
|
1318
1336
|
|
|
1319
1337
|
.ci-flag-circle-bg {
|
|
1320
|
-
|
|
1338
|
+
background-position: 47.61904761904762% 58.73015873015873%;
|
|
1321
1339
|
}
|
|
1322
1340
|
|
|
1323
1341
|
.ci-flag-circle-bg-size {
|
|
1324
|
-
|
|
1325
|
-
|
|
1342
|
+
width: 24px;
|
|
1343
|
+
height: 24px;
|
|
1326
1344
|
}
|
|
1327
1345
|
|
|
1328
1346
|
.ci-flag-circle-cn {
|
|
1329
|
-
|
|
1347
|
+
background-position: 52.38095238095238% 58.73015873015873%;
|
|
1330
1348
|
}
|
|
1331
1349
|
|
|
1332
1350
|
.ci-flag-circle-cn-size {
|
|
1333
|
-
|
|
1334
|
-
|
|
1351
|
+
width: 24px;
|
|
1352
|
+
height: 24px;
|
|
1335
1353
|
}
|
|
1336
1354
|
|
|
1337
1355
|
.ci-flag-circle-cz {
|
|
1338
|
-
|
|
1356
|
+
background-position: 57.142857142857146% 58.73015873015873%;
|
|
1339
1357
|
}
|
|
1340
1358
|
|
|
1341
1359
|
.ci-flag-circle-cz-size {
|
|
1342
|
-
|
|
1343
|
-
|
|
1360
|
+
width: 24px;
|
|
1361
|
+
height: 24px;
|
|
1344
1362
|
}
|
|
1345
1363
|
|
|
1346
1364
|
.ci-flag-circle-de {
|
|
1347
|
-
|
|
1365
|
+
background-position: 61.904761904761905% 58.73015873015873%;
|
|
1348
1366
|
}
|
|
1349
1367
|
|
|
1350
1368
|
.ci-flag-circle-de-size {
|
|
1351
|
-
|
|
1352
|
-
|
|
1369
|
+
width: 24px;
|
|
1370
|
+
height: 24px;
|
|
1353
1371
|
}
|
|
1354
1372
|
|
|
1355
1373
|
.ci-flag-circle-dk {
|
|
1356
|
-
|
|
1374
|
+
background-position: 66.66666666666667% 0;
|
|
1357
1375
|
}
|
|
1358
1376
|
|
|
1359
1377
|
.ci-flag-circle-dk-size {
|
|
1360
|
-
|
|
1361
|
-
|
|
1378
|
+
width: 24px;
|
|
1379
|
+
height: 24px;
|
|
1362
1380
|
}
|
|
1363
1381
|
|
|
1364
1382
|
.ci-flag-circle-ee {
|
|
1365
|
-
|
|
1383
|
+
background-position: 66.66666666666667% 4.761904761904762%;
|
|
1366
1384
|
}
|
|
1367
1385
|
|
|
1368
1386
|
.ci-flag-circle-ee-size {
|
|
1369
|
-
|
|
1370
|
-
|
|
1387
|
+
width: 24px;
|
|
1388
|
+
height: 24px;
|
|
1371
1389
|
}
|
|
1372
1390
|
|
|
1373
1391
|
.ci-flag-circle-en {
|
|
1374
|
-
|
|
1392
|
+
background-position: 66.66666666666667% 9.523809523809524%;
|
|
1375
1393
|
}
|
|
1376
1394
|
|
|
1377
1395
|
.ci-flag-circle-en-size {
|
|
1378
|
-
|
|
1379
|
-
|
|
1396
|
+
width: 24px;
|
|
1397
|
+
height: 24px;
|
|
1380
1398
|
}
|
|
1381
1399
|
|
|
1382
1400
|
.ci-flag-circle-es {
|
|
1383
|
-
|
|
1401
|
+
background-position: 66.66666666666667% 14.285714285714286%;
|
|
1384
1402
|
}
|
|
1385
1403
|
|
|
1386
1404
|
.ci-flag-circle-es-size {
|
|
1387
|
-
|
|
1388
|
-
|
|
1405
|
+
width: 24px;
|
|
1406
|
+
height: 24px;
|
|
1389
1407
|
}
|
|
1390
1408
|
|
|
1391
1409
|
.ci-flag-circle-fi {
|
|
1392
|
-
|
|
1410
|
+
background-position: 66.66666666666667% 19.047619047619047%;
|
|
1393
1411
|
}
|
|
1394
1412
|
|
|
1395
1413
|
.ci-flag-circle-fi-size {
|
|
1396
|
-
|
|
1397
|
-
|
|
1414
|
+
width: 24px;
|
|
1415
|
+
height: 24px;
|
|
1398
1416
|
}
|
|
1399
1417
|
|
|
1400
1418
|
.ci-flag-circle-fr {
|
|
1401
|
-
|
|
1419
|
+
background-position: 66.66666666666667% 23.80952380952381%;
|
|
1402
1420
|
}
|
|
1403
1421
|
|
|
1404
1422
|
.ci-flag-circle-fr-size {
|
|
1405
|
-
|
|
1406
|
-
|
|
1423
|
+
width: 24px;
|
|
1424
|
+
height: 24px;
|
|
1407
1425
|
}
|
|
1408
1426
|
|
|
1409
1427
|
.ci-flag-circle-gb {
|
|
1410
|
-
|
|
1428
|
+
background-position: 66.66666666666667% 28.571428571428573%;
|
|
1411
1429
|
}
|
|
1412
1430
|
|
|
1413
1431
|
.ci-flag-circle-gb-size {
|
|
1414
|
-
|
|
1415
|
-
|
|
1432
|
+
width: 24px;
|
|
1433
|
+
height: 24px;
|
|
1416
1434
|
}
|
|
1417
1435
|
|
|
1418
1436
|
.ci-flag-circle-gr {
|
|
1419
|
-
|
|
1437
|
+
background-position: 66.66666666666667% 33.333333333333336%;
|
|
1420
1438
|
}
|
|
1421
1439
|
|
|
1422
1440
|
.ci-flag-circle-gr-size {
|
|
1423
|
-
|
|
1424
|
-
|
|
1441
|
+
width: 24px;
|
|
1442
|
+
height: 24px;
|
|
1425
1443
|
}
|
|
1426
1444
|
|
|
1427
1445
|
.ci-flag-circle-hr {
|
|
1428
|
-
|
|
1446
|
+
background-position: 66.66666666666667% 38.095238095238095%;
|
|
1429
1447
|
}
|
|
1430
1448
|
|
|
1431
1449
|
.ci-flag-circle-hr-size {
|
|
1432
|
-
|
|
1433
|
-
|
|
1450
|
+
width: 24px;
|
|
1451
|
+
height: 24px;
|
|
1434
1452
|
}
|
|
1435
1453
|
|
|
1436
1454
|
.ci-flag-circle-hu {
|
|
1437
|
-
|
|
1455
|
+
background-position: 66.66666666666667% 42.857142857142854%;
|
|
1438
1456
|
}
|
|
1439
1457
|
|
|
1440
1458
|
.ci-flag-circle-hu-size {
|
|
1441
|
-
|
|
1442
|
-
|
|
1459
|
+
width: 24px;
|
|
1460
|
+
height: 24px;
|
|
1443
1461
|
}
|
|
1444
1462
|
|
|
1445
1463
|
.ci-flag-circle-is {
|
|
1446
|
-
|
|
1464
|
+
background-position: 66.66666666666667% 47.61904761904762%;
|
|
1447
1465
|
}
|
|
1448
1466
|
|
|
1449
1467
|
.ci-flag-circle-is-size {
|
|
1450
|
-
|
|
1451
|
-
|
|
1468
|
+
width: 24px;
|
|
1469
|
+
height: 24px;
|
|
1452
1470
|
}
|
|
1453
1471
|
|
|
1454
1472
|
.ci-flag-circle-it {
|
|
1455
|
-
|
|
1473
|
+
background-position: 66.66666666666667% 52.38095238095238%;
|
|
1456
1474
|
}
|
|
1457
1475
|
|
|
1458
1476
|
.ci-flag-circle-it-size {
|
|
1459
|
-
|
|
1460
|
-
|
|
1477
|
+
width: 24px;
|
|
1478
|
+
height: 24px;
|
|
1461
1479
|
}
|
|
1462
1480
|
|
|
1463
1481
|
.ci-flag-circle-jp {
|
|
1464
|
-
|
|
1482
|
+
background-position: 66.66666666666667% 57.142857142857146%;
|
|
1465
1483
|
}
|
|
1466
1484
|
|
|
1467
1485
|
.ci-flag-circle-jp-size {
|
|
1468
|
-
|
|
1469
|
-
|
|
1486
|
+
width: 24px;
|
|
1487
|
+
height: 24px;
|
|
1470
1488
|
}
|
|
1471
1489
|
|
|
1472
1490
|
.ci-flag-circle-kr {
|
|
1473
|
-
|
|
1491
|
+
background-position: 0 63.492063492063494%;
|
|
1474
1492
|
}
|
|
1475
1493
|
|
|
1476
1494
|
.ci-flag-circle-kr-size {
|
|
1477
|
-
|
|
1478
|
-
|
|
1495
|
+
width: 24px;
|
|
1496
|
+
height: 24px;
|
|
1479
1497
|
}
|
|
1480
1498
|
|
|
1481
1499
|
.ci-flag-circle-lv {
|
|
1482
|
-
|
|
1500
|
+
background-position: 4.761904761904762% 63.492063492063494%;
|
|
1483
1501
|
}
|
|
1484
1502
|
|
|
1485
1503
|
.ci-flag-circle-lv-size {
|
|
1486
|
-
|
|
1487
|
-
|
|
1504
|
+
width: 24px;
|
|
1505
|
+
height: 24px;
|
|
1488
1506
|
}
|
|
1489
1507
|
|
|
1490
1508
|
.ci-flag-circle-mk {
|
|
1491
|
-
|
|
1509
|
+
background-position: 9.523809523809524% 63.492063492063494%;
|
|
1492
1510
|
}
|
|
1493
1511
|
|
|
1494
1512
|
.ci-flag-circle-mk-size {
|
|
1495
|
-
|
|
1496
|
-
|
|
1513
|
+
width: 24px;
|
|
1514
|
+
height: 24px;
|
|
1497
1515
|
}
|
|
1498
1516
|
|
|
1499
1517
|
.ci-flag-circle-nl {
|
|
1500
|
-
|
|
1518
|
+
background-position: 14.285714285714286% 63.492063492063494%;
|
|
1501
1519
|
}
|
|
1502
1520
|
|
|
1503
1521
|
.ci-flag-circle-nl-size {
|
|
1504
|
-
|
|
1505
|
-
|
|
1522
|
+
width: 24px;
|
|
1523
|
+
height: 24px;
|
|
1506
1524
|
}
|
|
1507
1525
|
|
|
1508
1526
|
.ci-flag-circle-no {
|
|
1509
|
-
|
|
1527
|
+
background-position: 19.047619047619047% 63.492063492063494%;
|
|
1510
1528
|
}
|
|
1511
1529
|
|
|
1512
1530
|
.ci-flag-circle-no-size {
|
|
1513
|
-
|
|
1514
|
-
|
|
1531
|
+
width: 24px;
|
|
1532
|
+
height: 24px;
|
|
1515
1533
|
}
|
|
1516
1534
|
|
|
1517
1535
|
.ci-flag-circle-pl {
|
|
1518
|
-
|
|
1536
|
+
background-position: 23.80952380952381% 63.492063492063494%;
|
|
1519
1537
|
}
|
|
1520
1538
|
|
|
1521
1539
|
.ci-flag-circle-pl-size {
|
|
1522
|
-
|
|
1523
|
-
|
|
1540
|
+
width: 24px;
|
|
1541
|
+
height: 24px;
|
|
1524
1542
|
}
|
|
1525
1543
|
|
|
1526
1544
|
.ci-flag-circle-pt {
|
|
1527
|
-
|
|
1545
|
+
background-position: 28.571428571428573% 63.492063492063494%;
|
|
1528
1546
|
}
|
|
1529
1547
|
|
|
1530
1548
|
.ci-flag-circle-pt-size {
|
|
1531
|
-
|
|
1532
|
-
|
|
1549
|
+
width: 24px;
|
|
1550
|
+
height: 24px;
|
|
1533
1551
|
}
|
|
1534
1552
|
|
|
1535
1553
|
.ci-flag-circle-ro {
|
|
1536
|
-
|
|
1554
|
+
background-position: 33.333333333333336% 63.492063492063494%;
|
|
1537
1555
|
}
|
|
1538
1556
|
|
|
1539
1557
|
.ci-flag-circle-ro-size {
|
|
1540
|
-
|
|
1541
|
-
|
|
1558
|
+
width: 24px;
|
|
1559
|
+
height: 24px;
|
|
1542
1560
|
}
|
|
1543
1561
|
|
|
1544
1562
|
.ci-flag-circle-rs {
|
|
1545
|
-
|
|
1563
|
+
background-position: 38.095238095238095% 63.492063492063494%;
|
|
1546
1564
|
}
|
|
1547
1565
|
|
|
1548
1566
|
.ci-flag-circle-rs-size {
|
|
1549
|
-
|
|
1550
|
-
|
|
1567
|
+
width: 24px;
|
|
1568
|
+
height: 24px;
|
|
1551
1569
|
}
|
|
1552
1570
|
|
|
1553
1571
|
.ci-flag-circle-ru {
|
|
1554
|
-
|
|
1572
|
+
background-position: 42.857142857142854% 63.492063492063494%;
|
|
1555
1573
|
}
|
|
1556
1574
|
|
|
1557
1575
|
.ci-flag-circle-ru-size {
|
|
1558
|
-
|
|
1559
|
-
|
|
1576
|
+
width: 24px;
|
|
1577
|
+
height: 24px;
|
|
1560
1578
|
}
|
|
1561
1579
|
|
|
1562
1580
|
.ci-flag-circle-se {
|
|
1563
|
-
|
|
1581
|
+
background-position: 47.61904761904762% 63.492063492063494%;
|
|
1564
1582
|
}
|
|
1565
1583
|
|
|
1566
1584
|
.ci-flag-circle-se-size {
|
|
1567
|
-
|
|
1568
|
-
|
|
1585
|
+
width: 24px;
|
|
1586
|
+
height: 24px;
|
|
1569
1587
|
}
|
|
1570
1588
|
|
|
1571
1589
|
.ci-flag-circle-si {
|
|
1572
|
-
|
|
1590
|
+
background-position: 52.38095238095238% 63.492063492063494%;
|
|
1573
1591
|
}
|
|
1574
1592
|
|
|
1575
1593
|
.ci-flag-circle-si-size {
|
|
1576
|
-
|
|
1577
|
-
|
|
1594
|
+
width: 24px;
|
|
1595
|
+
height: 24px;
|
|
1578
1596
|
}
|
|
1579
1597
|
|
|
1580
1598
|
.ci-flag-circle-sk {
|
|
1581
|
-
|
|
1599
|
+
background-position: 57.142857142857146% 63.492063492063494%;
|
|
1582
1600
|
}
|
|
1583
1601
|
|
|
1584
1602
|
.ci-flag-circle-sk-size {
|
|
1585
|
-
|
|
1586
|
-
|
|
1603
|
+
width: 24px;
|
|
1604
|
+
height: 24px;
|
|
1587
1605
|
}
|
|
1588
1606
|
|
|
1589
1607
|
.ci-flag-circle-th {
|
|
1590
|
-
|
|
1608
|
+
background-position: 61.904761904761905% 63.492063492063494%;
|
|
1591
1609
|
}
|
|
1592
1610
|
|
|
1593
1611
|
.ci-flag-circle-th-size {
|
|
1594
|
-
|
|
1595
|
-
|
|
1612
|
+
width: 24px;
|
|
1613
|
+
height: 24px;
|
|
1596
1614
|
}
|
|
1597
1615
|
|
|
1598
1616
|
.ci-flag-circle-tr {
|
|
1599
|
-
|
|
1617
|
+
background-position: 66.66666666666667% 63.492063492063494%;
|
|
1600
1618
|
}
|
|
1601
1619
|
|
|
1602
1620
|
.ci-flag-circle-tr-size {
|
|
1603
|
-
|
|
1604
|
-
|
|
1621
|
+
width: 24px;
|
|
1622
|
+
height: 24px;
|
|
1605
1623
|
}
|
|
1606
1624
|
|
|
1607
1625
|
.ci-flag-cn {
|
|
1608
|
-
|
|
1626
|
+
background-position: 71.42857142857143% 0;
|
|
1609
1627
|
}
|
|
1610
1628
|
|
|
1611
1629
|
.ci-flag-cn-size {
|
|
1612
|
-
|
|
1613
|
-
|
|
1630
|
+
width: 24px;
|
|
1631
|
+
height: 24px;
|
|
1614
1632
|
}
|
|
1615
1633
|
|
|
1616
1634
|
.ci-flag-cz {
|
|
1617
|
-
|
|
1635
|
+
background-position: 71.42857142857143% 4.761904761904762%;
|
|
1618
1636
|
}
|
|
1619
1637
|
|
|
1620
1638
|
.ci-flag-cz-size {
|
|
1621
|
-
|
|
1622
|
-
|
|
1639
|
+
width: 24px;
|
|
1640
|
+
height: 24px;
|
|
1623
1641
|
}
|
|
1624
1642
|
|
|
1625
1643
|
.ci-flag-de {
|
|
1626
|
-
|
|
1644
|
+
background-position: 71.42857142857143% 9.523809523809524%;
|
|
1627
1645
|
}
|
|
1628
1646
|
|
|
1629
1647
|
.ci-flag-de-size {
|
|
1630
|
-
|
|
1631
|
-
|
|
1648
|
+
width: 24px;
|
|
1649
|
+
height: 24px;
|
|
1632
1650
|
}
|
|
1633
1651
|
|
|
1634
1652
|
.ci-flag-dk {
|
|
1635
|
-
|
|
1653
|
+
background-position: 71.42857142857143% 14.285714285714286%;
|
|
1636
1654
|
}
|
|
1637
1655
|
|
|
1638
1656
|
.ci-flag-dk-size {
|
|
1639
|
-
|
|
1640
|
-
|
|
1657
|
+
width: 24px;
|
|
1658
|
+
height: 24px;
|
|
1641
1659
|
}
|
|
1642
1660
|
|
|
1643
1661
|
.ci-flag-ee {
|
|
1644
|
-
|
|
1662
|
+
background-position: 71.42857142857143% 19.047619047619047%;
|
|
1645
1663
|
}
|
|
1646
1664
|
|
|
1647
1665
|
.ci-flag-ee-size {
|
|
1648
|
-
|
|
1649
|
-
|
|
1666
|
+
width: 24px;
|
|
1667
|
+
height: 24px;
|
|
1650
1668
|
}
|
|
1651
1669
|
|
|
1652
1670
|
.ci-flag-en {
|
|
1653
|
-
|
|
1671
|
+
background-position: 71.42857142857143% 23.80952380952381%;
|
|
1654
1672
|
}
|
|
1655
1673
|
|
|
1656
1674
|
.ci-flag-en-size {
|
|
1657
|
-
|
|
1658
|
-
|
|
1675
|
+
width: 24px;
|
|
1676
|
+
height: 24px;
|
|
1659
1677
|
}
|
|
1660
1678
|
|
|
1661
1679
|
.ci-flag-es {
|
|
1662
|
-
|
|
1680
|
+
background-position: 71.42857142857143% 28.571428571428573%;
|
|
1663
1681
|
}
|
|
1664
1682
|
|
|
1665
1683
|
.ci-flag-es-size {
|
|
1666
|
-
|
|
1667
|
-
|
|
1684
|
+
width: 24px;
|
|
1685
|
+
height: 24px;
|
|
1668
1686
|
}
|
|
1669
1687
|
|
|
1670
1688
|
.ci-flag-fi {
|
|
1671
|
-
|
|
1689
|
+
background-position: 71.42857142857143% 33.333333333333336%;
|
|
1672
1690
|
}
|
|
1673
1691
|
|
|
1674
1692
|
.ci-flag-fi-size {
|
|
1675
|
-
|
|
1676
|
-
|
|
1693
|
+
width: 24px;
|
|
1694
|
+
height: 24px;
|
|
1677
1695
|
}
|
|
1678
1696
|
|
|
1679
1697
|
.ci-flag-fr {
|
|
1680
|
-
|
|
1698
|
+
background-position: 71.42857142857143% 38.095238095238095%;
|
|
1681
1699
|
}
|
|
1682
1700
|
|
|
1683
1701
|
.ci-flag-fr-size {
|
|
1684
|
-
|
|
1685
|
-
|
|
1702
|
+
width: 24px;
|
|
1703
|
+
height: 24px;
|
|
1686
1704
|
}
|
|
1687
1705
|
|
|
1688
1706
|
.ci-flag-gb {
|
|
1689
|
-
|
|
1707
|
+
background-position: 71.42857142857143% 42.857142857142854%;
|
|
1690
1708
|
}
|
|
1691
1709
|
|
|
1692
1710
|
.ci-flag-gb-size {
|
|
1693
|
-
|
|
1694
|
-
|
|
1711
|
+
width: 24px;
|
|
1712
|
+
height: 24px;
|
|
1695
1713
|
}
|
|
1696
1714
|
|
|
1697
1715
|
.ci-flag-gr {
|
|
1698
|
-
|
|
1716
|
+
background-position: 71.42857142857143% 47.61904761904762%;
|
|
1699
1717
|
}
|
|
1700
1718
|
|
|
1701
1719
|
.ci-flag-gr-size {
|
|
1702
|
-
|
|
1703
|
-
|
|
1720
|
+
width: 24px;
|
|
1721
|
+
height: 24px;
|
|
1704
1722
|
}
|
|
1705
1723
|
|
|
1706
1724
|
.ci-flag-hr {
|
|
1707
|
-
|
|
1725
|
+
background-position: 71.42857142857143% 52.38095238095238%;
|
|
1708
1726
|
}
|
|
1709
1727
|
|
|
1710
1728
|
.ci-flag-hr-size {
|
|
1711
|
-
|
|
1712
|
-
|
|
1729
|
+
width: 24px;
|
|
1730
|
+
height: 24px;
|
|
1713
1731
|
}
|
|
1714
1732
|
|
|
1715
1733
|
.ci-flag-hu {
|
|
1716
|
-
|
|
1734
|
+
background-position: 71.42857142857143% 57.142857142857146%;
|
|
1717
1735
|
}
|
|
1718
1736
|
|
|
1719
1737
|
.ci-flag-hu-size {
|
|
1720
|
-
|
|
1721
|
-
|
|
1738
|
+
width: 24px;
|
|
1739
|
+
height: 24px;
|
|
1722
1740
|
}
|
|
1723
1741
|
|
|
1724
1742
|
.ci-flag-is {
|
|
1725
|
-
|
|
1743
|
+
background-position: 71.42857142857143% 61.904761904761905%;
|
|
1726
1744
|
}
|
|
1727
1745
|
|
|
1728
1746
|
.ci-flag-is-size {
|
|
1729
|
-
|
|
1730
|
-
|
|
1747
|
+
width: 24px;
|
|
1748
|
+
height: 24px;
|
|
1731
1749
|
}
|
|
1732
1750
|
|
|
1733
1751
|
.ci-flag-it {
|
|
1734
|
-
|
|
1752
|
+
background-position: 0 68.25396825396825%;
|
|
1735
1753
|
}
|
|
1736
1754
|
|
|
1737
1755
|
.ci-flag-it-size {
|
|
1738
|
-
|
|
1739
|
-
|
|
1756
|
+
width: 24px;
|
|
1757
|
+
height: 24px;
|
|
1740
1758
|
}
|
|
1741
1759
|
|
|
1742
1760
|
.ci-flag-jp {
|
|
1743
|
-
|
|
1761
|
+
background-position: 4.761904761904762% 68.25396825396825%;
|
|
1744
1762
|
}
|
|
1745
1763
|
|
|
1746
1764
|
.ci-flag-jp-size {
|
|
1747
|
-
|
|
1748
|
-
|
|
1765
|
+
width: 24px;
|
|
1766
|
+
height: 24px;
|
|
1749
1767
|
}
|
|
1750
1768
|
|
|
1751
1769
|
.ci-flag-kr {
|
|
1752
|
-
|
|
1770
|
+
background-position: 9.523809523809524% 68.25396825396825%;
|
|
1753
1771
|
}
|
|
1754
1772
|
|
|
1755
1773
|
.ci-flag-kr-size {
|
|
1756
|
-
|
|
1757
|
-
|
|
1774
|
+
width: 24px;
|
|
1775
|
+
height: 24px;
|
|
1758
1776
|
}
|
|
1759
1777
|
|
|
1760
1778
|
.ci-flag-lv {
|
|
1761
|
-
|
|
1779
|
+
background-position: 14.285714285714286% 68.25396825396825%;
|
|
1762
1780
|
}
|
|
1763
1781
|
|
|
1764
1782
|
.ci-flag-lv-size {
|
|
1765
|
-
|
|
1766
|
-
|
|
1783
|
+
width: 24px;
|
|
1784
|
+
height: 24px;
|
|
1767
1785
|
}
|
|
1768
1786
|
|
|
1769
1787
|
.ci-flag-mk {
|
|
1770
|
-
|
|
1788
|
+
background-position: 19.047619047619047% 68.25396825396825%;
|
|
1771
1789
|
}
|
|
1772
1790
|
|
|
1773
1791
|
.ci-flag-mk-size {
|
|
1774
|
-
|
|
1775
|
-
|
|
1792
|
+
width: 24px;
|
|
1793
|
+
height: 24px;
|
|
1776
1794
|
}
|
|
1777
1795
|
|
|
1778
1796
|
.ci-flag-nl {
|
|
1779
|
-
|
|
1797
|
+
background-position: 23.80952380952381% 68.25396825396825%;
|
|
1780
1798
|
}
|
|
1781
1799
|
|
|
1782
1800
|
.ci-flag-nl-size {
|
|
1783
|
-
|
|
1784
|
-
|
|
1801
|
+
width: 24px;
|
|
1802
|
+
height: 24px;
|
|
1785
1803
|
}
|
|
1786
1804
|
|
|
1787
1805
|
.ci-flag-no {
|
|
1788
|
-
|
|
1806
|
+
background-position: 28.571428571428573% 68.25396825396825%;
|
|
1789
1807
|
}
|
|
1790
1808
|
|
|
1791
1809
|
.ci-flag-no-size {
|
|
1792
|
-
|
|
1793
|
-
|
|
1810
|
+
width: 24px;
|
|
1811
|
+
height: 24px;
|
|
1794
1812
|
}
|
|
1795
1813
|
|
|
1796
1814
|
.ci-flag-outlined {
|
|
1797
|
-
|
|
1815
|
+
background-position: 33.333333333333336% 68.25396825396825%;
|
|
1798
1816
|
}
|
|
1799
1817
|
|
|
1800
1818
|
.ci-flag-outlined-size {
|
|
1801
|
-
|
|
1802
|
-
|
|
1819
|
+
width: 24px;
|
|
1820
|
+
height: 24px;
|
|
1803
1821
|
}
|
|
1804
1822
|
|
|
1805
1823
|
.ci-flag-pl {
|
|
1806
|
-
|
|
1824
|
+
background-position: 38.095238095238095% 68.25396825396825%;
|
|
1807
1825
|
}
|
|
1808
1826
|
|
|
1809
1827
|
.ci-flag-pl-size {
|
|
1810
|
-
|
|
1811
|
-
|
|
1828
|
+
width: 24px;
|
|
1829
|
+
height: 24px;
|
|
1812
1830
|
}
|
|
1813
1831
|
|
|
1814
1832
|
.ci-flag-pt {
|
|
1815
|
-
|
|
1833
|
+
background-position: 42.857142857142854% 68.25396825396825%;
|
|
1816
1834
|
}
|
|
1817
1835
|
|
|
1818
1836
|
.ci-flag-pt-size {
|
|
1819
|
-
|
|
1820
|
-
|
|
1837
|
+
width: 24px;
|
|
1838
|
+
height: 24px;
|
|
1821
1839
|
}
|
|
1822
1840
|
|
|
1823
1841
|
.ci-flag-ro {
|
|
1824
|
-
|
|
1842
|
+
background-position: 47.61904761904762% 68.25396825396825%;
|
|
1825
1843
|
}
|
|
1826
1844
|
|
|
1827
1845
|
.ci-flag-ro-size {
|
|
1828
|
-
|
|
1829
|
-
|
|
1846
|
+
width: 24px;
|
|
1847
|
+
height: 24px;
|
|
1830
1848
|
}
|
|
1831
1849
|
|
|
1832
1850
|
.ci-flag-rs {
|
|
1833
|
-
|
|
1851
|
+
background-position: 52.38095238095238% 68.25396825396825%;
|
|
1834
1852
|
}
|
|
1835
1853
|
|
|
1836
1854
|
.ci-flag-rs-size {
|
|
1837
|
-
|
|
1838
|
-
|
|
1855
|
+
width: 24px;
|
|
1856
|
+
height: 24px;
|
|
1839
1857
|
}
|
|
1840
1858
|
|
|
1841
1859
|
.ci-flag-ru {
|
|
1842
|
-
|
|
1860
|
+
background-position: 57.142857142857146% 68.25396825396825%;
|
|
1843
1861
|
}
|
|
1844
1862
|
|
|
1845
1863
|
.ci-flag-ru-size {
|
|
1846
|
-
|
|
1847
|
-
|
|
1864
|
+
width: 24px;
|
|
1865
|
+
height: 24px;
|
|
1848
1866
|
}
|
|
1849
1867
|
|
|
1850
1868
|
.ci-flag-se {
|
|
1851
|
-
|
|
1869
|
+
background-position: 61.904761904761905% 68.25396825396825%;
|
|
1852
1870
|
}
|
|
1853
1871
|
|
|
1854
1872
|
.ci-flag-se-size {
|
|
1855
|
-
|
|
1856
|
-
|
|
1873
|
+
width: 24px;
|
|
1874
|
+
height: 24px;
|
|
1857
1875
|
}
|
|
1858
1876
|
|
|
1859
1877
|
.ci-flag-si {
|
|
1860
|
-
|
|
1878
|
+
background-position: 66.66666666666667% 68.25396825396825%;
|
|
1861
1879
|
}
|
|
1862
1880
|
|
|
1863
1881
|
.ci-flag-si-size {
|
|
1864
|
-
|
|
1865
|
-
|
|
1882
|
+
width: 24px;
|
|
1883
|
+
height: 24px;
|
|
1866
1884
|
}
|
|
1867
1885
|
|
|
1868
1886
|
.ci-flag-sk {
|
|
1869
|
-
|
|
1887
|
+
background-position: 71.42857142857143% 68.25396825396825%;
|
|
1870
1888
|
}
|
|
1871
1889
|
|
|
1872
1890
|
.ci-flag-sk-size {
|
|
1873
|
-
|
|
1874
|
-
|
|
1891
|
+
width: 24px;
|
|
1892
|
+
height: 24px;
|
|
1875
1893
|
}
|
|
1876
1894
|
|
|
1877
1895
|
.ci-flag-th {
|
|
1878
|
-
|
|
1896
|
+
background-position: 76.19047619047619% 0;
|
|
1879
1897
|
}
|
|
1880
1898
|
|
|
1881
1899
|
.ci-flag-th-size {
|
|
1882
|
-
|
|
1883
|
-
|
|
1900
|
+
width: 24px;
|
|
1901
|
+
height: 24px;
|
|
1884
1902
|
}
|
|
1885
1903
|
|
|
1886
1904
|
.ci-flag-tr {
|
|
1887
|
-
|
|
1905
|
+
background-position: 76.19047619047619% 4.761904761904762%;
|
|
1888
1906
|
}
|
|
1889
1907
|
|
|
1890
1908
|
.ci-flag-tr-size {
|
|
1891
|
-
|
|
1892
|
-
|
|
1909
|
+
width: 24px;
|
|
1910
|
+
height: 24px;
|
|
1893
1911
|
}
|
|
1894
1912
|
|
|
1895
1913
|
.ci-flash-circle-outlined {
|
|
1896
|
-
|
|
1914
|
+
background-position: 76.19047619047619% 9.523809523809524%;
|
|
1897
1915
|
}
|
|
1898
1916
|
|
|
1899
1917
|
.ci-flash-circle-outlined-size {
|
|
1900
|
-
|
|
1901
|
-
|
|
1918
|
+
width: 24px;
|
|
1919
|
+
height: 24px;
|
|
1902
1920
|
}
|
|
1903
1921
|
|
|
1904
1922
|
.ci-flash-outlined {
|
|
1905
|
-
|
|
1923
|
+
background-position: 76.19047619047619% 14.285714285714286%;
|
|
1906
1924
|
}
|
|
1907
1925
|
|
|
1908
1926
|
.ci-flash-outlined-size {
|
|
1909
|
-
|
|
1910
|
-
|
|
1927
|
+
width: 24px;
|
|
1928
|
+
height: 24px;
|
|
1911
1929
|
}
|
|
1912
1930
|
|
|
1913
1931
|
.ci-folder-minus-outlined {
|
|
1914
|
-
|
|
1932
|
+
background-position: 76.19047619047619% 19.047619047619047%;
|
|
1915
1933
|
}
|
|
1916
1934
|
|
|
1917
1935
|
.ci-folder-minus-outlined-size {
|
|
1918
|
-
|
|
1919
|
-
|
|
1936
|
+
width: 24px;
|
|
1937
|
+
height: 24px;
|
|
1920
1938
|
}
|
|
1921
1939
|
|
|
1922
1940
|
.ci-folder-outlined {
|
|
1923
|
-
|
|
1941
|
+
background-position: 76.19047619047619% 23.80952380952381%;
|
|
1924
1942
|
}
|
|
1925
1943
|
|
|
1926
1944
|
.ci-folder-outlined-size {
|
|
1927
|
-
|
|
1928
|
-
|
|
1945
|
+
width: 24px;
|
|
1946
|
+
height: 24px;
|
|
1929
1947
|
}
|
|
1930
1948
|
|
|
1931
1949
|
.ci-folder-plus-outlined {
|
|
1932
|
-
|
|
1950
|
+
background-position: 76.19047619047619% 28.571428571428573%;
|
|
1933
1951
|
}
|
|
1934
1952
|
|
|
1935
1953
|
.ci-folder-plus-outlined-size {
|
|
1936
|
-
|
|
1937
|
-
|
|
1954
|
+
width: 24px;
|
|
1955
|
+
height: 24px;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
.ci-generic-browser-outlined {
|
|
1959
|
+
background-position: 76.19047619047619% 33.333333333333336%;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
.ci-generic-browser-outlined-size {
|
|
1963
|
+
width: 24px;
|
|
1964
|
+
height: 24px;
|
|
1938
1965
|
}
|
|
1939
1966
|
|
|
1940
1967
|
.ci-gift-outlined {
|
|
1941
|
-
|
|
1968
|
+
background-position: 76.19047619047619% 38.095238095238095%;
|
|
1942
1969
|
}
|
|
1943
1970
|
|
|
1944
1971
|
.ci-gift-outlined-size {
|
|
1945
|
-
|
|
1946
|
-
|
|
1972
|
+
width: 24px;
|
|
1973
|
+
height: 24px;
|
|
1947
1974
|
}
|
|
1948
1975
|
|
|
1949
1976
|
.ci-github {
|
|
1950
|
-
|
|
1977
|
+
background-position: 76.19047619047619% 42.857142857142854%;
|
|
1951
1978
|
}
|
|
1952
1979
|
|
|
1953
1980
|
.ci-github-size {
|
|
1954
|
-
|
|
1955
|
-
|
|
1981
|
+
width: 24px;
|
|
1982
|
+
height: 24px;
|
|
1956
1983
|
}
|
|
1957
1984
|
|
|
1958
1985
|
.ci-globe-outlined {
|
|
1959
|
-
|
|
1986
|
+
background-position: 76.19047619047619% 47.61904761904762%;
|
|
1960
1987
|
}
|
|
1961
1988
|
|
|
1962
1989
|
.ci-globe-outlined-size {
|
|
1963
|
-
|
|
1964
|
-
|
|
1990
|
+
width: 24px;
|
|
1991
|
+
height: 24px;
|
|
1965
1992
|
}
|
|
1966
1993
|
|
|
1967
1994
|
.ci-google {
|
|
1968
|
-
|
|
1995
|
+
background-position: 76.19047619047619% 52.38095238095238%;
|
|
1969
1996
|
}
|
|
1970
1997
|
|
|
1971
1998
|
.ci-google-size {
|
|
1972
|
-
|
|
1973
|
-
|
|
1999
|
+
width: 24px;
|
|
2000
|
+
height: 24px;
|
|
1974
2001
|
}
|
|
1975
2002
|
|
|
1976
2003
|
.ci-google-calendar {
|
|
1977
|
-
|
|
2004
|
+
background-position: 76.19047619047619% 57.142857142857146%;
|
|
1978
2005
|
}
|
|
1979
2006
|
|
|
1980
2007
|
.ci-google-calendar-size {
|
|
1981
|
-
|
|
1982
|
-
|
|
2008
|
+
width: 24px;
|
|
2009
|
+
height: 24px;
|
|
1983
2010
|
}
|
|
1984
2011
|
|
|
1985
2012
|
.ci-google-chrome {
|
|
1986
|
-
|
|
2013
|
+
background-position: 76.19047619047619% 61.904761904761905%;
|
|
1987
2014
|
}
|
|
1988
2015
|
|
|
1989
2016
|
.ci-google-chrome-size {
|
|
1990
|
-
|
|
1991
|
-
|
|
2017
|
+
width: 24px;
|
|
2018
|
+
height: 24px;
|
|
1992
2019
|
}
|
|
1993
2020
|
|
|
1994
2021
|
.ci-google-drive {
|
|
1995
|
-
|
|
2022
|
+
background-position: 76.19047619047619% 66.66666666666667%;
|
|
1996
2023
|
}
|
|
1997
2024
|
|
|
1998
2025
|
.ci-google-drive-size {
|
|
1999
|
-
|
|
2000
|
-
|
|
2026
|
+
width: 24px;
|
|
2027
|
+
height: 24px;
|
|
2001
2028
|
}
|
|
2002
2029
|
|
|
2003
2030
|
.ci-google-mail {
|
|
2004
|
-
|
|
2031
|
+
background-position: 0 73.01587301587301%;
|
|
2005
2032
|
}
|
|
2006
2033
|
|
|
2007
2034
|
.ci-google-mail-size {
|
|
2008
|
-
|
|
2009
|
-
|
|
2035
|
+
width: 24px;
|
|
2036
|
+
height: 24px;
|
|
2010
2037
|
}
|
|
2011
2038
|
|
|
2012
2039
|
.ci-gradient-outlined {
|
|
2013
|
-
|
|
2040
|
+
background-position: 4.761904761904762% 73.01587301587301%;
|
|
2014
2041
|
}
|
|
2015
2042
|
|
|
2016
2043
|
.ci-gradient-outlined-size {
|
|
2017
|
-
|
|
2018
|
-
|
|
2044
|
+
width: 24px;
|
|
2045
|
+
height: 24px;
|
|
2019
2046
|
}
|
|
2020
2047
|
|
|
2021
2048
|
.ci-group-outlined {
|
|
2022
|
-
|
|
2049
|
+
background-position: 9.523809523809524% 73.01587301587301%;
|
|
2023
2050
|
}
|
|
2024
2051
|
|
|
2025
2052
|
.ci-group-outlined-size {
|
|
2026
|
-
|
|
2027
|
-
|
|
2053
|
+
width: 24px;
|
|
2054
|
+
height: 24px;
|
|
2028
2055
|
}
|
|
2029
2056
|
|
|
2030
2057
|
.ci-haiilo-home {
|
|
2031
|
-
|
|
2058
|
+
background-position: 14.285714285714286% 73.01587301587301%;
|
|
2032
2059
|
}
|
|
2033
2060
|
|
|
2034
2061
|
.ci-haiilo-home-size {
|
|
2035
|
-
|
|
2036
|
-
|
|
2062
|
+
width: 24px;
|
|
2063
|
+
height: 24px;
|
|
2037
2064
|
}
|
|
2038
2065
|
|
|
2039
2066
|
.ci-haiilo-insights {
|
|
2040
|
-
|
|
2067
|
+
background-position: 19.047619047619047% 73.01587301587301%;
|
|
2041
2068
|
}
|
|
2042
2069
|
|
|
2043
2070
|
.ci-haiilo-insights-size {
|
|
2044
|
-
|
|
2045
|
-
|
|
2071
|
+
width: 24px;
|
|
2072
|
+
height: 24px;
|
|
2046
2073
|
}
|
|
2047
2074
|
|
|
2048
2075
|
.ci-haiilo-outlined {
|
|
2049
|
-
|
|
2076
|
+
background-position: 23.80952380952381% 73.01587301587301%;
|
|
2050
2077
|
}
|
|
2051
2078
|
|
|
2052
2079
|
.ci-haiilo-outlined-size {
|
|
2053
|
-
|
|
2054
|
-
|
|
2080
|
+
width: 24px;
|
|
2081
|
+
height: 24px;
|
|
2055
2082
|
}
|
|
2056
2083
|
|
|
2057
2084
|
.ci-haiilo-share {
|
|
2058
|
-
|
|
2085
|
+
background-position: 28.571428571428573% 73.01587301587301%;
|
|
2059
2086
|
}
|
|
2060
2087
|
|
|
2061
2088
|
.ci-haiilo-share-size {
|
|
2062
|
-
|
|
2063
|
-
|
|
2089
|
+
width: 24px;
|
|
2090
|
+
height: 24px;
|
|
2064
2091
|
}
|
|
2065
2092
|
|
|
2066
2093
|
.ci-haiilo-stories {
|
|
2067
|
-
|
|
2094
|
+
background-position: 33.333333333333336% 73.01587301587301%;
|
|
2068
2095
|
}
|
|
2069
2096
|
|
|
2070
2097
|
.ci-haiilo-stories-size {
|
|
2071
|
-
|
|
2072
|
-
|
|
2098
|
+
width: 24px;
|
|
2099
|
+
height: 24px;
|
|
2073
2100
|
}
|
|
2074
2101
|
|
|
2075
2102
|
.ci-hashtag-outlined {
|
|
2076
|
-
|
|
2103
|
+
background-position: 38.095238095238095% 73.01587301587301%;
|
|
2077
2104
|
}
|
|
2078
2105
|
|
|
2079
2106
|
.ci-hashtag-outlined-size {
|
|
2080
|
-
|
|
2081
|
-
|
|
2107
|
+
width: 24px;
|
|
2108
|
+
height: 24px;
|
|
2082
2109
|
}
|
|
2083
2110
|
|
|
2084
2111
|
.ci-history-outlined {
|
|
2085
|
-
|
|
2112
|
+
background-position: 42.857142857142854% 73.01587301587301%;
|
|
2086
2113
|
}
|
|
2087
2114
|
|
|
2088
2115
|
.ci-history-outlined-size {
|
|
2089
|
-
|
|
2090
|
-
|
|
2116
|
+
width: 24px;
|
|
2117
|
+
height: 24px;
|
|
2091
2118
|
}
|
|
2092
2119
|
|
|
2093
2120
|
.ci-home-filled {
|
|
2094
|
-
|
|
2121
|
+
background-position: 47.61904761904762% 73.01587301587301%;
|
|
2095
2122
|
}
|
|
2096
2123
|
|
|
2097
2124
|
.ci-home-filled-size {
|
|
2098
|
-
|
|
2099
|
-
|
|
2125
|
+
width: 24px;
|
|
2126
|
+
height: 24px;
|
|
2100
2127
|
}
|
|
2101
2128
|
|
|
2102
2129
|
.ci-home-outlined {
|
|
2103
|
-
|
|
2130
|
+
background-position: 52.38095238095238% 73.01587301587301%;
|
|
2104
2131
|
}
|
|
2105
2132
|
|
|
2106
2133
|
.ci-home-outlined-size {
|
|
2107
|
-
|
|
2108
|
-
|
|
2134
|
+
width: 24px;
|
|
2135
|
+
height: 24px;
|
|
2109
2136
|
}
|
|
2110
2137
|
|
|
2111
2138
|
.ci-info-circle-filled {
|
|
2112
|
-
|
|
2139
|
+
background-position: 57.142857142857146% 73.01587301587301%;
|
|
2113
2140
|
}
|
|
2114
2141
|
|
|
2115
2142
|
.ci-info-circle-filled-size {
|
|
2116
|
-
|
|
2117
|
-
|
|
2143
|
+
width: 24px;
|
|
2144
|
+
height: 24px;
|
|
2118
2145
|
}
|
|
2119
2146
|
|
|
2120
2147
|
.ci-info-circle-outlined {
|
|
2121
|
-
|
|
2148
|
+
background-position: 61.904761904761905% 73.01587301587301%;
|
|
2122
2149
|
}
|
|
2123
2150
|
|
|
2124
2151
|
.ci-info-circle-outlined-size {
|
|
2125
|
-
|
|
2126
|
-
|
|
2152
|
+
width: 24px;
|
|
2153
|
+
height: 24px;
|
|
2127
2154
|
}
|
|
2128
2155
|
|
|
2129
2156
|
.ci-instagram {
|
|
2130
|
-
|
|
2157
|
+
background-position: 66.66666666666667% 73.01587301587301%;
|
|
2131
2158
|
}
|
|
2132
2159
|
|
|
2133
2160
|
.ci-instagram-size {
|
|
2134
|
-
|
|
2135
|
-
|
|
2161
|
+
width: 24px;
|
|
2162
|
+
height: 24px;
|
|
2136
2163
|
}
|
|
2137
2164
|
|
|
2138
2165
|
.ci-italic-outlined {
|
|
2139
|
-
|
|
2166
|
+
background-position: 71.42857142857143% 73.01587301587301%;
|
|
2140
2167
|
}
|
|
2141
2168
|
|
|
2142
2169
|
.ci-italic-outlined-size {
|
|
2143
|
-
|
|
2144
|
-
|
|
2170
|
+
width: 24px;
|
|
2171
|
+
height: 24px;
|
|
2145
2172
|
}
|
|
2146
2173
|
|
|
2147
2174
|
.ci-layers-filled {
|
|
2148
|
-
|
|
2175
|
+
background-position: 76.19047619047619% 73.01587301587301%;
|
|
2149
2176
|
}
|
|
2150
2177
|
|
|
2151
2178
|
.ci-layers-filled-size {
|
|
2152
|
-
|
|
2153
|
-
|
|
2179
|
+
width: 24px;
|
|
2180
|
+
height: 24px;
|
|
2154
2181
|
}
|
|
2155
2182
|
|
|
2156
2183
|
.ci-layers-outlined {
|
|
2157
|
-
|
|
2184
|
+
background-position: 80.95238095238095% 0;
|
|
2158
2185
|
}
|
|
2159
2186
|
|
|
2160
2187
|
.ci-layers-outlined-size {
|
|
2161
|
-
|
|
2162
|
-
|
|
2188
|
+
width: 24px;
|
|
2189
|
+
height: 24px;
|
|
2163
2190
|
}
|
|
2164
2191
|
|
|
2165
2192
|
.ci-likes-circle-filled {
|
|
2166
|
-
|
|
2193
|
+
background-position: 80.95238095238095% 4.761904761904762%;
|
|
2167
2194
|
}
|
|
2168
2195
|
|
|
2169
2196
|
.ci-likes-circle-filled-size {
|
|
2170
|
-
|
|
2171
|
-
|
|
2197
|
+
width: 24px;
|
|
2198
|
+
height: 24px;
|
|
2172
2199
|
}
|
|
2173
2200
|
|
|
2174
2201
|
.ci-link-break-outlined {
|
|
2175
|
-
|
|
2202
|
+
background-position: 80.95238095238095% 9.523809523809524%;
|
|
2176
2203
|
}
|
|
2177
2204
|
|
|
2178
2205
|
.ci-link-break-outlined-size {
|
|
2179
|
-
|
|
2180
|
-
|
|
2206
|
+
width: 24px;
|
|
2207
|
+
height: 24px;
|
|
2181
2208
|
}
|
|
2182
2209
|
|
|
2183
2210
|
.ci-link-outlined {
|
|
2184
|
-
|
|
2211
|
+
background-position: 80.95238095238095% 14.285714285714286%;
|
|
2185
2212
|
}
|
|
2186
2213
|
|
|
2187
2214
|
.ci-link-outlined-size {
|
|
2188
|
-
|
|
2189
|
-
|
|
2215
|
+
width: 24px;
|
|
2216
|
+
height: 24px;
|
|
2190
2217
|
}
|
|
2191
2218
|
|
|
2192
2219
|
.ci-linkedin {
|
|
2193
|
-
|
|
2220
|
+
background-position: 80.95238095238095% 19.047619047619047%;
|
|
2194
2221
|
}
|
|
2195
2222
|
|
|
2196
2223
|
.ci-linkedin-size {
|
|
2197
|
-
|
|
2198
|
-
|
|
2224
|
+
width: 24px;
|
|
2225
|
+
height: 24px;
|
|
2199
2226
|
}
|
|
2200
2227
|
|
|
2201
2228
|
.ci-list-ordered-outlined {
|
|
2202
|
-
|
|
2229
|
+
background-position: 80.95238095238095% 23.80952380952381%;
|
|
2203
2230
|
}
|
|
2204
2231
|
|
|
2205
2232
|
.ci-list-ordered-outlined-size {
|
|
2206
|
-
|
|
2207
|
-
|
|
2233
|
+
width: 24px;
|
|
2234
|
+
height: 24px;
|
|
2208
2235
|
}
|
|
2209
2236
|
|
|
2210
2237
|
.ci-list-unordered-outlined {
|
|
2211
|
-
|
|
2238
|
+
background-position: 80.95238095238095% 28.571428571428573%;
|
|
2212
2239
|
}
|
|
2213
2240
|
|
|
2214
2241
|
.ci-list-unordered-outlined-size {
|
|
2215
|
-
|
|
2216
|
-
|
|
2242
|
+
width: 24px;
|
|
2243
|
+
height: 24px;
|
|
2217
2244
|
}
|
|
2218
2245
|
|
|
2219
2246
|
.ci-location-outlined {
|
|
2220
|
-
|
|
2247
|
+
background-position: 80.95238095238095% 33.333333333333336%;
|
|
2221
2248
|
}
|
|
2222
2249
|
|
|
2223
2250
|
.ci-location-outlined-size {
|
|
2224
|
-
|
|
2225
|
-
|
|
2251
|
+
width: 24px;
|
|
2252
|
+
height: 24px;
|
|
2226
2253
|
}
|
|
2227
2254
|
|
|
2228
2255
|
.ci-lock-filled {
|
|
2229
|
-
|
|
2256
|
+
background-position: 80.95238095238095% 38.095238095238095%;
|
|
2230
2257
|
}
|
|
2231
2258
|
|
|
2232
2259
|
.ci-lock-filled-size {
|
|
2233
|
-
|
|
2234
|
-
|
|
2260
|
+
width: 24px;
|
|
2261
|
+
height: 24px;
|
|
2235
2262
|
}
|
|
2236
2263
|
|
|
2237
2264
|
.ci-lock-open-filled {
|
|
2238
|
-
|
|
2265
|
+
background-position: 80.95238095238095% 42.857142857142854%;
|
|
2239
2266
|
}
|
|
2240
2267
|
|
|
2241
2268
|
.ci-lock-open-filled-size {
|
|
2242
|
-
|
|
2243
|
-
|
|
2269
|
+
width: 24px;
|
|
2270
|
+
height: 24px;
|
|
2244
2271
|
}
|
|
2245
2272
|
|
|
2246
2273
|
.ci-lock-open-outlined {
|
|
2247
|
-
|
|
2274
|
+
background-position: 80.95238095238095% 47.61904761904762%;
|
|
2248
2275
|
}
|
|
2249
2276
|
|
|
2250
2277
|
.ci-lock-open-outlined-size {
|
|
2251
|
-
|
|
2252
|
-
|
|
2278
|
+
width: 24px;
|
|
2279
|
+
height: 24px;
|
|
2253
2280
|
}
|
|
2254
2281
|
|
|
2255
2282
|
.ci-lock-outlined {
|
|
2256
|
-
|
|
2283
|
+
background-position: 80.95238095238095% 52.38095238095238%;
|
|
2257
2284
|
}
|
|
2258
2285
|
|
|
2259
2286
|
.ci-lock-outlined-size {
|
|
2260
|
-
|
|
2261
|
-
|
|
2287
|
+
width: 24px;
|
|
2288
|
+
height: 24px;
|
|
2262
2289
|
}
|
|
2263
2290
|
|
|
2264
2291
|
.ci-loop-outlined {
|
|
2265
|
-
|
|
2292
|
+
background-position: 80.95238095238095% 57.142857142857146%;
|
|
2266
2293
|
}
|
|
2267
2294
|
|
|
2268
2295
|
.ci-loop-outlined-size {
|
|
2269
|
-
|
|
2270
|
-
|
|
2296
|
+
width: 24px;
|
|
2297
|
+
height: 24px;
|
|
2271
2298
|
}
|
|
2272
2299
|
|
|
2273
2300
|
.ci-mail-open-outlined {
|
|
2274
|
-
|
|
2301
|
+
background-position: 80.95238095238095% 61.904761904761905%;
|
|
2275
2302
|
}
|
|
2276
2303
|
|
|
2277
2304
|
.ci-mail-open-outlined-size {
|
|
2278
|
-
|
|
2279
|
-
|
|
2305
|
+
width: 24px;
|
|
2306
|
+
height: 24px;
|
|
2280
2307
|
}
|
|
2281
2308
|
|
|
2282
2309
|
.ci-mail-outlined {
|
|
2283
|
-
|
|
2310
|
+
background-position: 80.95238095238095% 66.66666666666667%;
|
|
2284
2311
|
}
|
|
2285
2312
|
|
|
2286
2313
|
.ci-mail-outlined-size {
|
|
2287
|
-
|
|
2288
|
-
|
|
2314
|
+
width: 24px;
|
|
2315
|
+
height: 24px;
|
|
2289
2316
|
}
|
|
2290
2317
|
|
|
2291
2318
|
.ci-marketplace-filled {
|
|
2292
|
-
|
|
2319
|
+
background-position: 80.95238095238095% 71.42857142857143%;
|
|
2293
2320
|
}
|
|
2294
2321
|
|
|
2295
2322
|
.ci-marketplace-filled-size {
|
|
2296
|
-
|
|
2297
|
-
|
|
2323
|
+
width: 24px;
|
|
2324
|
+
height: 24px;
|
|
2298
2325
|
}
|
|
2299
2326
|
|
|
2300
2327
|
.ci-marketplace-outlined {
|
|
2301
|
-
|
|
2328
|
+
background-position: 0 77.77777777777777%;
|
|
2302
2329
|
}
|
|
2303
2330
|
|
|
2304
2331
|
.ci-marketplace-outlined-size {
|
|
2305
|
-
|
|
2306
|
-
|
|
2332
|
+
width: 24px;
|
|
2333
|
+
height: 24px;
|
|
2307
2334
|
}
|
|
2308
2335
|
|
|
2309
2336
|
.ci-maybe-circle-outlined {
|
|
2310
|
-
|
|
2337
|
+
background-position: 4.761904761904762% 77.77777777777777%;
|
|
2311
2338
|
}
|
|
2312
2339
|
|
|
2313
2340
|
.ci-maybe-circle-outlined-size {
|
|
2314
|
-
|
|
2315
|
-
|
|
2341
|
+
width: 24px;
|
|
2342
|
+
height: 24px;
|
|
2316
2343
|
}
|
|
2317
2344
|
|
|
2318
2345
|
.ci-megaphone-filled {
|
|
2319
|
-
|
|
2346
|
+
background-position: 9.523809523809524% 77.77777777777777%;
|
|
2320
2347
|
}
|
|
2321
2348
|
|
|
2322
2349
|
.ci-megaphone-filled-size {
|
|
2323
|
-
|
|
2324
|
-
|
|
2350
|
+
width: 24px;
|
|
2351
|
+
height: 24px;
|
|
2325
2352
|
}
|
|
2326
2353
|
|
|
2327
2354
|
.ci-megaphone-outlined {
|
|
2328
|
-
|
|
2355
|
+
background-position: 14.285714285714286% 77.77777777777777%;
|
|
2329
2356
|
}
|
|
2330
2357
|
|
|
2331
2358
|
.ci-megaphone-outlined-size {
|
|
2332
|
-
|
|
2333
|
-
|
|
2359
|
+
width: 24px;
|
|
2360
|
+
height: 24px;
|
|
2334
2361
|
}
|
|
2335
2362
|
|
|
2336
2363
|
.ci-menu-left-outlined {
|
|
2337
|
-
|
|
2364
|
+
background-position: 19.047619047619047% 77.77777777777777%;
|
|
2338
2365
|
}
|
|
2339
2366
|
|
|
2340
2367
|
.ci-menu-left-outlined-size {
|
|
2341
|
-
|
|
2342
|
-
|
|
2368
|
+
width: 24px;
|
|
2369
|
+
height: 24px;
|
|
2343
2370
|
}
|
|
2344
2371
|
|
|
2345
2372
|
.ci-menu-outlined {
|
|
2346
|
-
|
|
2373
|
+
background-position: 23.80952380952381% 77.77777777777777%;
|
|
2347
2374
|
}
|
|
2348
2375
|
|
|
2349
2376
|
.ci-menu-outlined-size {
|
|
2350
|
-
|
|
2351
|
-
|
|
2377
|
+
width: 24px;
|
|
2378
|
+
height: 24px;
|
|
2352
2379
|
}
|
|
2353
2380
|
|
|
2354
2381
|
.ci-menu-right-outlined {
|
|
2355
|
-
|
|
2382
|
+
background-position: 28.571428571428573% 77.77777777777777%;
|
|
2356
2383
|
}
|
|
2357
2384
|
|
|
2358
2385
|
.ci-menu-right-outlined-size {
|
|
2359
|
-
|
|
2360
|
-
|
|
2386
|
+
width: 24px;
|
|
2387
|
+
height: 24px;
|
|
2361
2388
|
}
|
|
2362
2389
|
|
|
2363
2390
|
.ci-microsoft {
|
|
2364
|
-
|
|
2391
|
+
background-position: 33.333333333333336% 77.77777777777777%;
|
|
2365
2392
|
}
|
|
2366
2393
|
|
|
2367
2394
|
.ci-microsoft-size {
|
|
2368
|
-
|
|
2369
|
-
|
|
2395
|
+
width: 24px;
|
|
2396
|
+
height: 24px;
|
|
2370
2397
|
}
|
|
2371
2398
|
|
|
2372
2399
|
.ci-microsoft-edge {
|
|
2373
|
-
|
|
2400
|
+
background-position: 38.095238095238095% 77.77777777777777%;
|
|
2374
2401
|
}
|
|
2375
2402
|
|
|
2376
2403
|
.ci-microsoft-edge-size {
|
|
2377
|
-
|
|
2378
|
-
|
|
2404
|
+
width: 24px;
|
|
2405
|
+
height: 24px;
|
|
2379
2406
|
}
|
|
2380
2407
|
|
|
2381
2408
|
.ci-microsoft-excel {
|
|
2382
|
-
|
|
2409
|
+
background-position: 42.857142857142854% 77.77777777777777%;
|
|
2383
2410
|
}
|
|
2384
2411
|
|
|
2385
2412
|
.ci-microsoft-excel-size {
|
|
2386
|
-
|
|
2387
|
-
|
|
2413
|
+
width: 24px;
|
|
2414
|
+
height: 24px;
|
|
2388
2415
|
}
|
|
2389
2416
|
|
|
2390
2417
|
.ci-microsoft-onenote {
|
|
2391
|
-
|
|
2418
|
+
background-position: 47.61904761904762% 77.77777777777777%;
|
|
2392
2419
|
}
|
|
2393
2420
|
|
|
2394
2421
|
.ci-microsoft-onenote-size {
|
|
2395
|
-
|
|
2396
|
-
|
|
2422
|
+
width: 24px;
|
|
2423
|
+
height: 24px;
|
|
2397
2424
|
}
|
|
2398
2425
|
|
|
2399
2426
|
.ci-microsoft-outlook {
|
|
2400
|
-
|
|
2427
|
+
background-position: 52.38095238095238% 77.77777777777777%;
|
|
2401
2428
|
}
|
|
2402
2429
|
|
|
2403
2430
|
.ci-microsoft-outlook-size {
|
|
2404
|
-
|
|
2405
|
-
|
|
2431
|
+
width: 24px;
|
|
2432
|
+
height: 24px;
|
|
2406
2433
|
}
|
|
2407
2434
|
|
|
2408
2435
|
.ci-microsoft-planner {
|
|
2409
|
-
|
|
2436
|
+
background-position: 57.142857142857146% 77.77777777777777%;
|
|
2410
2437
|
}
|
|
2411
2438
|
|
|
2412
2439
|
.ci-microsoft-planner-size {
|
|
2413
|
-
|
|
2414
|
-
|
|
2440
|
+
width: 24px;
|
|
2441
|
+
height: 24px;
|
|
2415
2442
|
}
|
|
2416
2443
|
|
|
2417
2444
|
.ci-microsoft-powerpoint {
|
|
2418
|
-
|
|
2445
|
+
background-position: 61.904761904761905% 77.77777777777777%;
|
|
2419
2446
|
}
|
|
2420
2447
|
|
|
2421
2448
|
.ci-microsoft-powerpoint-size {
|
|
2422
|
-
|
|
2423
|
-
|
|
2449
|
+
width: 24px;
|
|
2450
|
+
height: 24px;
|
|
2424
2451
|
}
|
|
2425
2452
|
|
|
2426
2453
|
.ci-microsoft-sharepoint {
|
|
2427
|
-
|
|
2454
|
+
background-position: 66.66666666666667% 77.77777777777777%;
|
|
2428
2455
|
}
|
|
2429
2456
|
|
|
2430
2457
|
.ci-microsoft-sharepoint-size {
|
|
2431
|
-
|
|
2432
|
-
|
|
2458
|
+
width: 24px;
|
|
2459
|
+
height: 24px;
|
|
2433
2460
|
}
|
|
2434
2461
|
|
|
2435
2462
|
.ci-microsoft-teams {
|
|
2436
|
-
|
|
2463
|
+
background-position: 71.42857142857143% 77.77777777777777%;
|
|
2437
2464
|
}
|
|
2438
2465
|
|
|
2439
2466
|
.ci-microsoft-teams-size {
|
|
2440
|
-
|
|
2441
|
-
|
|
2467
|
+
width: 24px;
|
|
2468
|
+
height: 24px;
|
|
2442
2469
|
}
|
|
2443
2470
|
|
|
2444
2471
|
.ci-microsoft-word {
|
|
2445
|
-
|
|
2472
|
+
background-position: 76.19047619047619% 77.77777777777777%;
|
|
2446
2473
|
}
|
|
2447
2474
|
|
|
2448
2475
|
.ci-microsoft-word-size {
|
|
2449
|
-
|
|
2450
|
-
|
|
2476
|
+
width: 24px;
|
|
2477
|
+
height: 24px;
|
|
2451
2478
|
}
|
|
2452
2479
|
|
|
2453
2480
|
.ci-microsoft-yammer {
|
|
2454
|
-
|
|
2481
|
+
background-position: 80.95238095238095% 77.77777777777777%;
|
|
2455
2482
|
}
|
|
2456
2483
|
|
|
2457
2484
|
.ci-microsoft-yammer-size {
|
|
2458
|
-
|
|
2459
|
-
|
|
2485
|
+
width: 24px;
|
|
2486
|
+
height: 24px;
|
|
2460
2487
|
}
|
|
2461
2488
|
|
|
2462
2489
|
.ci-more-horizontal-filled {
|
|
2463
|
-
|
|
2490
|
+
background-position: 85.71428571428571% 0;
|
|
2464
2491
|
}
|
|
2465
2492
|
|
|
2466
2493
|
.ci-more-horizontal-filled-size {
|
|
2467
|
-
|
|
2468
|
-
|
|
2494
|
+
width: 24px;
|
|
2495
|
+
height: 24px;
|
|
2469
2496
|
}
|
|
2470
2497
|
|
|
2471
2498
|
.ci-mozilla-firefox {
|
|
2472
|
-
|
|
2499
|
+
background-position: 85.71428571428571% 4.761904761904762%;
|
|
2473
2500
|
}
|
|
2474
2501
|
|
|
2475
2502
|
.ci-mozilla-firefox-size {
|
|
2476
|
-
|
|
2477
|
-
|
|
2503
|
+
width: 24px;
|
|
2504
|
+
height: 24px;
|
|
2478
2505
|
}
|
|
2479
2506
|
|
|
2480
2507
|
.ci-openai {
|
|
2481
|
-
|
|
2508
|
+
background-position: 85.71428571428571% 9.523809523809524%;
|
|
2482
2509
|
}
|
|
2483
2510
|
|
|
2484
2511
|
.ci-openai-size {
|
|
2485
|
-
|
|
2486
|
-
|
|
2512
|
+
width: 24px;
|
|
2513
|
+
height: 24px;
|
|
2487
2514
|
}
|
|
2488
2515
|
|
|
2489
2516
|
.ci-paperclip-box-outlined {
|
|
2490
|
-
|
|
2517
|
+
background-position: 85.71428571428571% 14.285714285714286%;
|
|
2491
2518
|
}
|
|
2492
2519
|
|
|
2493
2520
|
.ci-paperclip-box-outlined-size {
|
|
2494
|
-
|
|
2495
|
-
|
|
2521
|
+
width: 24px;
|
|
2522
|
+
height: 24px;
|
|
2496
2523
|
}
|
|
2497
2524
|
|
|
2498
2525
|
.ci-paperclip-outlined {
|
|
2499
|
-
|
|
2526
|
+
background-position: 85.71428571428571% 19.047619047619047%;
|
|
2500
2527
|
}
|
|
2501
2528
|
|
|
2502
2529
|
.ci-paperclip-outlined-size {
|
|
2503
|
-
|
|
2504
|
-
|
|
2530
|
+
width: 24px;
|
|
2531
|
+
height: 24px;
|
|
2505
2532
|
}
|
|
2506
2533
|
|
|
2507
2534
|
.ci-paperplane-tilt-outlined {
|
|
2508
|
-
|
|
2535
|
+
background-position: 85.71428571428571% 23.80952380952381%;
|
|
2509
2536
|
}
|
|
2510
2537
|
|
|
2511
2538
|
.ci-paperplane-tilt-outlined-size {
|
|
2512
|
-
|
|
2513
|
-
|
|
2539
|
+
width: 24px;
|
|
2540
|
+
height: 24px;
|
|
2514
2541
|
}
|
|
2515
2542
|
|
|
2516
2543
|
.ci-pen-outlined {
|
|
2517
|
-
|
|
2544
|
+
background-position: 85.71428571428571% 28.571428571428573%;
|
|
2518
2545
|
}
|
|
2519
2546
|
|
|
2520
2547
|
.ci-pen-outlined-size {
|
|
2521
|
-
|
|
2522
|
-
|
|
2548
|
+
width: 24px;
|
|
2549
|
+
height: 24px;
|
|
2523
2550
|
}
|
|
2524
2551
|
|
|
2525
2552
|
.ci-pen-writing {
|
|
2526
|
-
|
|
2553
|
+
background-position: 85.71428571428571% 33.333333333333336%;
|
|
2527
2554
|
}
|
|
2528
2555
|
|
|
2529
2556
|
.ci-pen-writing-size {
|
|
2530
|
-
|
|
2531
|
-
|
|
2557
|
+
width: 24px;
|
|
2558
|
+
height: 24px;
|
|
2532
2559
|
}
|
|
2533
2560
|
|
|
2534
2561
|
.ci-photo-add-outlined {
|
|
2535
|
-
|
|
2562
|
+
background-position: 85.71428571428571% 38.095238095238095%;
|
|
2536
2563
|
}
|
|
2537
2564
|
|
|
2538
2565
|
.ci-photo-add-outlined-size {
|
|
2539
|
-
|
|
2540
|
-
|
|
2566
|
+
width: 24px;
|
|
2567
|
+
height: 24px;
|
|
2541
2568
|
}
|
|
2542
2569
|
|
|
2543
2570
|
.ci-photo-filled {
|
|
2544
|
-
|
|
2571
|
+
background-position: 85.71428571428571% 42.857142857142854%;
|
|
2545
2572
|
}
|
|
2546
2573
|
|
|
2547
2574
|
.ci-photo-filled-size {
|
|
2548
|
-
|
|
2549
|
-
|
|
2575
|
+
width: 24px;
|
|
2576
|
+
height: 24px;
|
|
2550
2577
|
}
|
|
2551
2578
|
|
|
2552
2579
|
.ci-photo-outlined {
|
|
2553
|
-
|
|
2580
|
+
background-position: 85.71428571428571% 47.61904761904762%;
|
|
2554
2581
|
}
|
|
2555
2582
|
|
|
2556
2583
|
.ci-photo-outlined-size {
|
|
2557
|
-
|
|
2558
|
-
|
|
2584
|
+
width: 24px;
|
|
2585
|
+
height: 24px;
|
|
2559
2586
|
}
|
|
2560
2587
|
|
|
2561
2588
|
.ci-photo-remove-outlined {
|
|
2562
|
-
|
|
2589
|
+
background-position: 85.71428571428571% 52.38095238095238%;
|
|
2563
2590
|
}
|
|
2564
2591
|
|
|
2565
2592
|
.ci-photo-remove-outlined-size {
|
|
2566
|
-
|
|
2567
|
-
|
|
2593
|
+
width: 24px;
|
|
2594
|
+
height: 24px;
|
|
2568
2595
|
}
|
|
2569
2596
|
|
|
2570
2597
|
.ci-planet-filled {
|
|
2571
|
-
|
|
2598
|
+
background-position: 85.71428571428571% 57.142857142857146%;
|
|
2572
2599
|
}
|
|
2573
2600
|
|
|
2574
2601
|
.ci-planet-filled-size {
|
|
2575
|
-
|
|
2576
|
-
|
|
2602
|
+
width: 24px;
|
|
2603
|
+
height: 24px;
|
|
2577
2604
|
}
|
|
2578
2605
|
|
|
2579
2606
|
.ci-planet-outlined {
|
|
2580
|
-
|
|
2607
|
+
background-position: 85.71428571428571% 61.904761904761905%;
|
|
2581
2608
|
}
|
|
2582
2609
|
|
|
2583
2610
|
.ci-planet-outlined-size {
|
|
2584
|
-
|
|
2585
|
-
|
|
2611
|
+
width: 24px;
|
|
2612
|
+
height: 24px;
|
|
2586
2613
|
}
|
|
2587
2614
|
|
|
2588
2615
|
.ci-plus-circle-filled {
|
|
2589
|
-
|
|
2616
|
+
background-position: 85.71428571428571% 66.66666666666667%;
|
|
2590
2617
|
}
|
|
2591
2618
|
|
|
2592
2619
|
.ci-plus-circle-filled-size {
|
|
2593
|
-
|
|
2594
|
-
|
|
2620
|
+
width: 24px;
|
|
2621
|
+
height: 24px;
|
|
2595
2622
|
}
|
|
2596
2623
|
|
|
2597
2624
|
.ci-plus-circle-outlined {
|
|
2598
|
-
|
|
2625
|
+
background-position: 85.71428571428571% 71.42857142857143%;
|
|
2599
2626
|
}
|
|
2600
2627
|
|
|
2601
2628
|
.ci-plus-circle-outlined-size {
|
|
2602
|
-
|
|
2603
|
-
|
|
2629
|
+
width: 24px;
|
|
2630
|
+
height: 24px;
|
|
2604
2631
|
}
|
|
2605
2632
|
|
|
2606
2633
|
.ci-plus-outlined {
|
|
2607
|
-
|
|
2634
|
+
background-position: 85.71428571428571% 76.19047619047619%;
|
|
2608
2635
|
}
|
|
2609
2636
|
|
|
2610
2637
|
.ci-plus-outlined-size {
|
|
2611
|
-
|
|
2612
|
-
|
|
2638
|
+
width: 24px;
|
|
2639
|
+
height: 24px;
|
|
2613
2640
|
}
|
|
2614
2641
|
|
|
2615
2642
|
.ci-plus-square-filled {
|
|
2616
|
-
|
|
2643
|
+
background-position: 0 82.53968253968254%;
|
|
2617
2644
|
}
|
|
2618
2645
|
|
|
2619
2646
|
.ci-plus-square-filled-size {
|
|
2620
|
-
|
|
2621
|
-
|
|
2647
|
+
width: 24px;
|
|
2648
|
+
height: 24px;
|
|
2622
2649
|
}
|
|
2623
2650
|
|
|
2624
2651
|
.ci-plus-square-outlined {
|
|
2625
|
-
|
|
2652
|
+
background-position: 4.761904761904762% 82.53968253968254%;
|
|
2626
2653
|
}
|
|
2627
2654
|
|
|
2628
2655
|
.ci-plus-square-outlined-size {
|
|
2629
|
-
|
|
2630
|
-
|
|
2656
|
+
width: 24px;
|
|
2657
|
+
height: 24px;
|
|
2631
2658
|
}
|
|
2632
2659
|
|
|
2633
2660
|
.ci-printer-filled {
|
|
2634
|
-
|
|
2661
|
+
background-position: 9.523809523809524% 82.53968253968254%;
|
|
2635
2662
|
}
|
|
2636
2663
|
|
|
2637
2664
|
.ci-printer-filled-size {
|
|
2638
|
-
|
|
2639
|
-
|
|
2665
|
+
width: 24px;
|
|
2666
|
+
height: 24px;
|
|
2640
2667
|
}
|
|
2641
2668
|
|
|
2642
2669
|
.ci-printer-outlined {
|
|
2643
|
-
|
|
2670
|
+
background-position: 14.285714285714286% 82.53968253968254%;
|
|
2644
2671
|
}
|
|
2645
2672
|
|
|
2646
2673
|
.ci-printer-outlined-size {
|
|
2647
|
-
|
|
2648
|
-
|
|
2674
|
+
width: 24px;
|
|
2675
|
+
height: 24px;
|
|
2649
2676
|
}
|
|
2650
2677
|
|
|
2651
2678
|
.ci-profile-box-outlined {
|
|
2652
|
-
|
|
2679
|
+
background-position: 19.047619047619047% 82.53968253968254%;
|
|
2653
2680
|
}
|
|
2654
2681
|
|
|
2655
2682
|
.ci-profile-box-outlined-size {
|
|
2656
|
-
|
|
2657
|
-
|
|
2683
|
+
width: 24px;
|
|
2684
|
+
height: 24px;
|
|
2658
2685
|
}
|
|
2659
2686
|
|
|
2660
2687
|
.ci-profile-circle-outlined {
|
|
2661
|
-
|
|
2688
|
+
background-position: 23.80952380952381% 82.53968253968254%;
|
|
2662
2689
|
}
|
|
2663
2690
|
|
|
2664
2691
|
.ci-profile-circle-outlined-size {
|
|
2665
|
-
|
|
2666
|
-
|
|
2692
|
+
width: 24px;
|
|
2693
|
+
height: 24px;
|
|
2667
2694
|
}
|
|
2668
2695
|
|
|
2669
2696
|
.ci-profiles-filled {
|
|
2670
|
-
|
|
2697
|
+
background-position: 28.571428571428573% 82.53968253968254%;
|
|
2671
2698
|
}
|
|
2672
2699
|
|
|
2673
2700
|
.ci-profiles-filled-size {
|
|
2674
|
-
|
|
2675
|
-
|
|
2701
|
+
width: 24px;
|
|
2702
|
+
height: 24px;
|
|
2676
2703
|
}
|
|
2677
2704
|
|
|
2678
2705
|
.ci-profiles-outlined {
|
|
2679
|
-
|
|
2706
|
+
background-position: 33.333333333333336% 82.53968253968254%;
|
|
2680
2707
|
}
|
|
2681
2708
|
|
|
2682
2709
|
.ci-profiles-outlined-size {
|
|
2683
|
-
|
|
2684
|
-
|
|
2710
|
+
width: 24px;
|
|
2711
|
+
height: 24px;
|
|
2685
2712
|
}
|
|
2686
2713
|
|
|
2687
2714
|
.ci-push-notification {
|
|
2688
|
-
|
|
2715
|
+
background-position: 38.095238095238095% 82.53968253968254%;
|
|
2689
2716
|
}
|
|
2690
2717
|
|
|
2691
2718
|
.ci-push-notification-size {
|
|
2692
|
-
|
|
2693
|
-
|
|
2719
|
+
width: 24px;
|
|
2720
|
+
height: 24px;
|
|
2694
2721
|
}
|
|
2695
2722
|
|
|
2696
2723
|
.ci-puzzle-piece-outlined {
|
|
2697
|
-
|
|
2724
|
+
background-position: 42.857142857142854% 82.53968253968254%;
|
|
2698
2725
|
}
|
|
2699
2726
|
|
|
2700
2727
|
.ci-puzzle-piece-outlined-size {
|
|
2701
|
-
|
|
2702
|
-
|
|
2728
|
+
width: 24px;
|
|
2729
|
+
height: 24px;
|
|
2703
2730
|
}
|
|
2704
2731
|
|
|
2705
2732
|
.ci-question-mark-circle-outlined {
|
|
2706
|
-
|
|
2733
|
+
background-position: 47.61904761904762% 82.53968253968254%;
|
|
2707
2734
|
}
|
|
2708
2735
|
|
|
2709
2736
|
.ci-question-mark-circle-outlined-size {
|
|
2710
|
-
|
|
2711
|
-
|
|
2737
|
+
width: 24px;
|
|
2738
|
+
height: 24px;
|
|
2712
2739
|
}
|
|
2713
2740
|
|
|
2714
2741
|
.ci-quote-outlined {
|
|
2715
|
-
|
|
2742
|
+
background-position: 52.38095238095238% 82.53968253968254%;
|
|
2716
2743
|
}
|
|
2717
2744
|
|
|
2718
2745
|
.ci-quote-outlined-size {
|
|
2719
|
-
|
|
2720
|
-
|
|
2746
|
+
width: 24px;
|
|
2747
|
+
height: 24px;
|
|
2721
2748
|
}
|
|
2722
2749
|
|
|
2723
2750
|
.ci-reading-glasses-filled {
|
|
2724
|
-
|
|
2751
|
+
background-position: 57.142857142857146% 82.53968253968254%;
|
|
2725
2752
|
}
|
|
2726
2753
|
|
|
2727
2754
|
.ci-reading-glasses-filled-size {
|
|
2728
|
-
|
|
2729
|
-
|
|
2755
|
+
width: 24px;
|
|
2756
|
+
height: 24px;
|
|
2730
2757
|
}
|
|
2731
2758
|
|
|
2732
2759
|
.ci-reading-glasses-outlined {
|
|
2733
|
-
|
|
2760
|
+
background-position: 61.904761904761905% 82.53968253968254%;
|
|
2734
2761
|
}
|
|
2735
2762
|
|
|
2736
2763
|
.ci-reading-glasses-outlined-size {
|
|
2737
|
-
|
|
2738
|
-
|
|
2764
|
+
width: 24px;
|
|
2765
|
+
height: 24px;
|
|
2739
2766
|
}
|
|
2740
2767
|
|
|
2741
2768
|
.ci-redo-outlined {
|
|
2742
|
-
|
|
2769
|
+
background-position: 66.66666666666667% 82.53968253968254%;
|
|
2743
2770
|
}
|
|
2744
2771
|
|
|
2745
2772
|
.ci-redo-outlined-size {
|
|
2746
|
-
|
|
2747
|
-
|
|
2773
|
+
width: 24px;
|
|
2774
|
+
height: 24px;
|
|
2748
2775
|
}
|
|
2749
2776
|
|
|
2750
2777
|
.ci-replace-outlined {
|
|
2751
|
-
|
|
2778
|
+
background-position: 71.42857142857143% 82.53968253968254%;
|
|
2752
2779
|
}
|
|
2753
2780
|
|
|
2754
2781
|
.ci-replace-outlined-size {
|
|
2755
|
-
|
|
2756
|
-
|
|
2782
|
+
width: 24px;
|
|
2783
|
+
height: 24px;
|
|
2757
2784
|
}
|
|
2758
2785
|
|
|
2759
2786
|
.ci-restart-outlined {
|
|
2760
|
-
|
|
2787
|
+
background-position: 76.19047619047619% 82.53968253968254%;
|
|
2761
2788
|
}
|
|
2762
2789
|
|
|
2763
2790
|
.ci-restart-outlined-size {
|
|
2764
|
-
|
|
2765
|
-
|
|
2791
|
+
width: 24px;
|
|
2792
|
+
height: 24px;
|
|
2766
2793
|
}
|
|
2767
2794
|
|
|
2768
2795
|
.ci-rte-blockquote {
|
|
2769
|
-
|
|
2796
|
+
background-position: 80.95238095238095% 82.53968253968254%;
|
|
2770
2797
|
}
|
|
2771
2798
|
|
|
2772
2799
|
.ci-rte-blockquote-size {
|
|
2773
|
-
|
|
2774
|
-
|
|
2800
|
+
width: 24px;
|
|
2801
|
+
height: 24px;
|
|
2775
2802
|
}
|
|
2776
2803
|
|
|
2777
2804
|
.ci-rte-bold {
|
|
2778
|
-
|
|
2805
|
+
background-position: 85.71428571428571% 82.53968253968254%;
|
|
2779
2806
|
}
|
|
2780
2807
|
|
|
2781
2808
|
.ci-rte-bold-size {
|
|
2782
|
-
|
|
2783
|
-
|
|
2809
|
+
width: 24px;
|
|
2810
|
+
height: 24px;
|
|
2784
2811
|
}
|
|
2785
2812
|
|
|
2786
2813
|
.ci-rte-emoji {
|
|
2787
|
-
|
|
2814
|
+
background-position: 90.47619047619048% 0;
|
|
2788
2815
|
}
|
|
2789
2816
|
|
|
2790
2817
|
.ci-rte-emoji-size {
|
|
2791
|
-
|
|
2792
|
-
|
|
2818
|
+
width: 24px;
|
|
2819
|
+
height: 24px;
|
|
2793
2820
|
}
|
|
2794
2821
|
|
|
2795
2822
|
.ci-rte-image {
|
|
2796
|
-
|
|
2823
|
+
background-position: 90.47619047619048% 4.761904761904762%;
|
|
2797
2824
|
}
|
|
2798
2825
|
|
|
2799
2826
|
.ci-rte-image-size {
|
|
2800
|
-
|
|
2801
|
-
|
|
2827
|
+
width: 24px;
|
|
2828
|
+
height: 24px;
|
|
2802
2829
|
}
|
|
2803
2830
|
|
|
2804
2831
|
.ci-rte-italic {
|
|
2805
|
-
|
|
2832
|
+
background-position: 90.47619047619048% 9.523809523809524%;
|
|
2806
2833
|
}
|
|
2807
2834
|
|
|
2808
2835
|
.ci-rte-italic-size {
|
|
2809
|
-
|
|
2810
|
-
|
|
2836
|
+
width: 24px;
|
|
2837
|
+
height: 24px;
|
|
2811
2838
|
}
|
|
2812
2839
|
|
|
2813
2840
|
.ci-rte-layout {
|
|
2814
|
-
|
|
2841
|
+
background-position: 90.47619047619048% 14.285714285714286%;
|
|
2815
2842
|
}
|
|
2816
2843
|
|
|
2817
2844
|
.ci-rte-layout-size {
|
|
2818
|
-
|
|
2819
|
-
|
|
2845
|
+
width: 24px;
|
|
2846
|
+
height: 24px;
|
|
2820
2847
|
}
|
|
2821
2848
|
|
|
2822
2849
|
.ci-rte-lg-ai {
|
|
2823
|
-
|
|
2850
|
+
background-position: 20.491803278688526% 32.78688524590164%;
|
|
2824
2851
|
}
|
|
2825
2852
|
|
|
2826
2853
|
.ci-rte-lg-ai-size {
|
|
2827
|
-
|
|
2828
|
-
|
|
2854
|
+
width: 40px;
|
|
2855
|
+
height: 40px;
|
|
2829
2856
|
}
|
|
2830
2857
|
|
|
2831
2858
|
.ci-rte-lg-blockquote {
|
|
2832
|
-
|
|
2859
|
+
background-position: 28.688524590163933% 32.78688524590164%;
|
|
2833
2860
|
}
|
|
2834
2861
|
|
|
2835
2862
|
.ci-rte-lg-blockquote-size {
|
|
2836
|
-
|
|
2837
|
-
|
|
2863
|
+
width: 40px;
|
|
2864
|
+
height: 40px;
|
|
2838
2865
|
}
|
|
2839
2866
|
|
|
2840
2867
|
.ci-rte-lg-h-1 {
|
|
2841
|
-
|
|
2868
|
+
background-position: 40.98360655737705% 0;
|
|
2842
2869
|
}
|
|
2843
2870
|
|
|
2844
2871
|
.ci-rte-lg-h-1-size {
|
|
2845
|
-
|
|
2846
|
-
|
|
2872
|
+
width: 40px;
|
|
2873
|
+
height: 40px;
|
|
2847
2874
|
}
|
|
2848
2875
|
|
|
2849
2876
|
.ci-rte-lg-h-2 {
|
|
2850
|
-
|
|
2877
|
+
background-position: 40.98360655737705% 8.19672131147541%;
|
|
2851
2878
|
}
|
|
2852
2879
|
|
|
2853
2880
|
.ci-rte-lg-h-2-size {
|
|
2854
|
-
|
|
2855
|
-
|
|
2881
|
+
width: 40px;
|
|
2882
|
+
height: 40px;
|
|
2856
2883
|
}
|
|
2857
2884
|
|
|
2858
2885
|
.ci-rte-lg-image {
|
|
2859
|
-
|
|
2886
|
+
background-position: 40.98360655737705% 16.39344262295082%;
|
|
2860
2887
|
}
|
|
2861
2888
|
|
|
2862
2889
|
.ci-rte-lg-image-size {
|
|
2863
|
-
|
|
2864
|
-
|
|
2890
|
+
width: 40px;
|
|
2891
|
+
height: 40px;
|
|
2865
2892
|
}
|
|
2866
2893
|
|
|
2867
2894
|
.ci-rte-lg-layout {
|
|
2868
|
-
|
|
2895
|
+
background-position: 40.98360655737705% 24.59016393442623%;
|
|
2869
2896
|
}
|
|
2870
2897
|
|
|
2871
2898
|
.ci-rte-lg-layout-size {
|
|
2872
|
-
|
|
2873
|
-
|
|
2899
|
+
width: 40px;
|
|
2900
|
+
height: 40px;
|
|
2874
2901
|
}
|
|
2875
2902
|
|
|
2876
2903
|
.ci-rte-lg-text {
|
|
2877
|
-
|
|
2904
|
+
background-position: 40.98360655737705% 32.78688524590164%;
|
|
2878
2905
|
}
|
|
2879
2906
|
|
|
2880
2907
|
.ci-rte-lg-text-size {
|
|
2881
|
-
|
|
2882
|
-
|
|
2908
|
+
width: 40px;
|
|
2909
|
+
height: 40px;
|
|
2883
2910
|
}
|
|
2884
2911
|
|
|
2885
2912
|
.ci-rte-link {
|
|
2886
|
-
|
|
2913
|
+
background-position: 90.47619047619048% 19.047619047619047%;
|
|
2887
2914
|
}
|
|
2888
2915
|
|
|
2889
2916
|
.ci-rte-link-size {
|
|
2890
|
-
|
|
2891
|
-
|
|
2917
|
+
width: 24px;
|
|
2918
|
+
height: 24px;
|
|
2892
2919
|
}
|
|
2893
2920
|
|
|
2894
2921
|
.ci-rte-ol {
|
|
2895
|
-
|
|
2922
|
+
background-position: 90.47619047619048% 23.80952380952381%;
|
|
2896
2923
|
}
|
|
2897
2924
|
|
|
2898
2925
|
.ci-rte-ol-size {
|
|
2899
|
-
|
|
2900
|
-
|
|
2926
|
+
width: 24px;
|
|
2927
|
+
height: 24px;
|
|
2901
2928
|
}
|
|
2902
2929
|
|
|
2903
2930
|
.ci-rte-redo {
|
|
2904
|
-
|
|
2931
|
+
background-position: 90.47619047619048% 28.571428571428573%;
|
|
2905
2932
|
}
|
|
2906
2933
|
|
|
2907
2934
|
.ci-rte-redo-size {
|
|
2908
|
-
|
|
2909
|
-
|
|
2935
|
+
width: 24px;
|
|
2936
|
+
height: 24px;
|
|
2910
2937
|
}
|
|
2911
2938
|
|
|
2912
2939
|
.ci-rte-ul {
|
|
2913
|
-
|
|
2940
|
+
background-position: 90.47619047619048% 33.333333333333336%;
|
|
2914
2941
|
}
|
|
2915
2942
|
|
|
2916
2943
|
.ci-rte-ul-size {
|
|
2917
|
-
|
|
2918
|
-
|
|
2944
|
+
width: 24px;
|
|
2945
|
+
height: 24px;
|
|
2919
2946
|
}
|
|
2920
2947
|
|
|
2921
2948
|
.ci-rte-undo {
|
|
2922
|
-
|
|
2949
|
+
background-position: 90.47619047619048% 38.095238095238095%;
|
|
2923
2950
|
}
|
|
2924
2951
|
|
|
2925
2952
|
.ci-rte-undo-size {
|
|
2926
|
-
|
|
2927
|
-
|
|
2953
|
+
width: 24px;
|
|
2954
|
+
height: 24px;
|
|
2928
2955
|
}
|
|
2929
2956
|
|
|
2930
2957
|
.ci-rte-variable {
|
|
2931
|
-
|
|
2958
|
+
background-position: 90.47619047619048% 42.857142857142854%;
|
|
2932
2959
|
}
|
|
2933
2960
|
|
|
2934
2961
|
.ci-rte-variable-size {
|
|
2935
|
-
|
|
2936
|
-
|
|
2962
|
+
width: 24px;
|
|
2963
|
+
height: 24px;
|
|
2937
2964
|
}
|
|
2938
2965
|
|
|
2939
2966
|
.ci-rte-video {
|
|
2940
|
-
|
|
2967
|
+
background-position: 90.47619047619048% 47.61904761904762%;
|
|
2941
2968
|
}
|
|
2942
2969
|
|
|
2943
2970
|
.ci-rte-video-size {
|
|
2944
|
-
|
|
2945
|
-
|
|
2971
|
+
width: 24px;
|
|
2972
|
+
height: 24px;
|
|
2946
2973
|
}
|
|
2947
2974
|
|
|
2948
2975
|
.ci-search-filled {
|
|
2949
|
-
|
|
2976
|
+
background-position: 90.47619047619048% 52.38095238095238%;
|
|
2950
2977
|
}
|
|
2951
2978
|
|
|
2952
2979
|
.ci-search-filled-size {
|
|
2953
|
-
|
|
2954
|
-
|
|
2980
|
+
width: 24px;
|
|
2981
|
+
height: 24px;
|
|
2955
2982
|
}
|
|
2956
2983
|
|
|
2957
2984
|
.ci-search-outlined {
|
|
2958
|
-
|
|
2985
|
+
background-position: 90.47619047619048% 57.142857142857146%;
|
|
2959
2986
|
}
|
|
2960
2987
|
|
|
2961
2988
|
.ci-search-outlined-size {
|
|
2962
|
-
|
|
2963
|
-
|
|
2989
|
+
width: 24px;
|
|
2990
|
+
height: 24px;
|
|
2964
2991
|
}
|
|
2965
2992
|
|
|
2966
2993
|
.ci-search-restart-outlined {
|
|
2967
|
-
|
|
2994
|
+
background-position: 90.47619047619048% 61.904761904761905%;
|
|
2968
2995
|
}
|
|
2969
2996
|
|
|
2970
2997
|
.ci-search-restart-outlined-size {
|
|
2971
|
-
|
|
2972
|
-
|
|
2998
|
+
width: 24px;
|
|
2999
|
+
height: 24px;
|
|
2973
3000
|
}
|
|
2974
3001
|
|
|
2975
3002
|
.ci-settings-outlined {
|
|
2976
|
-
|
|
3003
|
+
background-position: 90.47619047619048% 66.66666666666667%;
|
|
2977
3004
|
}
|
|
2978
3005
|
|
|
2979
3006
|
.ci-settings-outlined-size {
|
|
2980
|
-
|
|
2981
|
-
|
|
3007
|
+
width: 24px;
|
|
3008
|
+
height: 24px;
|
|
2982
3009
|
}
|
|
2983
3010
|
|
|
2984
3011
|
.ci-share-filled {
|
|
2985
|
-
|
|
3012
|
+
background-position: 90.47619047619048% 71.42857142857143%;
|
|
2986
3013
|
}
|
|
2987
3014
|
|
|
2988
3015
|
.ci-share-filled-size {
|
|
2989
|
-
|
|
2990
|
-
|
|
3016
|
+
width: 24px;
|
|
3017
|
+
height: 24px;
|
|
2991
3018
|
}
|
|
2992
3019
|
|
|
2993
3020
|
.ci-share-outlined {
|
|
2994
|
-
|
|
3021
|
+
background-position: 90.47619047619048% 76.19047619047619%;
|
|
2995
3022
|
}
|
|
2996
3023
|
|
|
2997
3024
|
.ci-share-outlined-size {
|
|
2998
|
-
|
|
2999
|
-
|
|
3025
|
+
width: 24px;
|
|
3026
|
+
height: 24px;
|
|
3000
3027
|
}
|
|
3001
3028
|
|
|
3002
3029
|
.ci-sign-in-outlined {
|
|
3003
|
-
|
|
3030
|
+
background-position: 90.47619047619048% 80.95238095238095%;
|
|
3004
3031
|
}
|
|
3005
3032
|
|
|
3006
3033
|
.ci-sign-in-outlined-size {
|
|
3007
|
-
|
|
3008
|
-
|
|
3034
|
+
width: 24px;
|
|
3035
|
+
height: 24px;
|
|
3009
3036
|
}
|
|
3010
3037
|
|
|
3011
3038
|
.ci-sign-out-outlined {
|
|
3012
|
-
|
|
3039
|
+
background-position: 0 87.3015873015873%;
|
|
3013
3040
|
}
|
|
3014
3041
|
|
|
3015
3042
|
.ci-sign-out-outlined-size {
|
|
3016
|
-
|
|
3017
|
-
|
|
3043
|
+
width: 24px;
|
|
3044
|
+
height: 24px;
|
|
3018
3045
|
}
|
|
3019
3046
|
|
|
3020
3047
|
.ci-signal-outlined {
|
|
3021
|
-
|
|
3048
|
+
background-position: 4.761904761904762% 87.3015873015873%;
|
|
3022
3049
|
}
|
|
3023
3050
|
|
|
3024
3051
|
.ci-signal-outlined-size {
|
|
3025
|
-
|
|
3026
|
-
|
|
3052
|
+
width: 24px;
|
|
3053
|
+
height: 24px;
|
|
3027
3054
|
}
|
|
3028
3055
|
|
|
3029
3056
|
.ci-slack {
|
|
3030
|
-
|
|
3057
|
+
background-position: 9.523809523809524% 87.3015873015873%;
|
|
3031
3058
|
}
|
|
3032
3059
|
|
|
3033
3060
|
.ci-slack-size {
|
|
3034
|
-
|
|
3035
|
-
|
|
3061
|
+
width: 24px;
|
|
3062
|
+
height: 24px;
|
|
3036
3063
|
}
|
|
3037
3064
|
|
|
3038
3065
|
.ci-sliders-outlined {
|
|
3039
|
-
|
|
3066
|
+
background-position: 14.285714285714286% 87.3015873015873%;
|
|
3040
3067
|
}
|
|
3041
3068
|
|
|
3042
3069
|
.ci-sliders-outlined-size {
|
|
3043
|
-
|
|
3044
|
-
|
|
3070
|
+
width: 24px;
|
|
3071
|
+
height: 24px;
|
|
3045
3072
|
}
|
|
3046
3073
|
|
|
3047
3074
|
.ci-smile {
|
|
3048
|
-
|
|
3075
|
+
background-position: 19.047619047619047% 87.3015873015873%;
|
|
3049
3076
|
}
|
|
3050
3077
|
|
|
3051
3078
|
.ci-smile-size {
|
|
3052
|
-
|
|
3053
|
-
|
|
3079
|
+
width: 24px;
|
|
3080
|
+
height: 24px;
|
|
3054
3081
|
}
|
|
3055
3082
|
|
|
3056
3083
|
.ci-social-media-outlined {
|
|
3057
|
-
|
|
3084
|
+
background-position: 23.80952380952381% 87.3015873015873%;
|
|
3058
3085
|
}
|
|
3059
3086
|
|
|
3060
3087
|
.ci-social-media-outlined-size {
|
|
3061
|
-
|
|
3062
|
-
|
|
3088
|
+
width: 24px;
|
|
3089
|
+
height: 24px;
|
|
3063
3090
|
}
|
|
3064
3091
|
|
|
3065
3092
|
.ci-sorting-outlined {
|
|
3066
|
-
|
|
3093
|
+
background-position: 28.571428571428573% 87.3015873015873%;
|
|
3067
3094
|
}
|
|
3068
3095
|
|
|
3069
3096
|
.ci-sorting-outlined-size {
|
|
3070
|
-
|
|
3071
|
-
|
|
3097
|
+
width: 24px;
|
|
3098
|
+
height: 24px;
|
|
3072
3099
|
}
|
|
3073
3100
|
|
|
3074
3101
|
.ci-sp-grid-2-cols {
|
|
3075
|
-
|
|
3102
|
+
background-position: 0 0;
|
|
3076
3103
|
}
|
|
3077
3104
|
|
|
3078
3105
|
.ci-sp-grid-2-cols-size {
|
|
3079
|
-
|
|
3080
|
-
|
|
3106
|
+
width: 100px;
|
|
3107
|
+
height: 40px;
|
|
3081
3108
|
}
|
|
3082
3109
|
|
|
3083
3110
|
.ci-sp-grid-3-cols {
|
|
3084
|
-
|
|
3111
|
+
background-position: 0 8.19672131147541%;
|
|
3085
3112
|
}
|
|
3086
3113
|
|
|
3087
3114
|
.ci-sp-grid-3-cols-size {
|
|
3088
|
-
|
|
3089
|
-
|
|
3115
|
+
width: 100px;
|
|
3116
|
+
height: 40px;
|
|
3090
3117
|
}
|
|
3091
3118
|
|
|
3092
3119
|
.ci-sp-grid-4-cols {
|
|
3093
|
-
|
|
3120
|
+
background-position: 23.364485981308412% 0;
|
|
3094
3121
|
}
|
|
3095
3122
|
|
|
3096
3123
|
.ci-sp-grid-4-cols-size {
|
|
3097
|
-
|
|
3098
|
-
|
|
3124
|
+
width: 100px;
|
|
3125
|
+
height: 40px;
|
|
3099
3126
|
}
|
|
3100
3127
|
|
|
3101
3128
|
.ci-sp-grid-full {
|
|
3102
|
-
|
|
3129
|
+
background-position: 23.364485981308412% 8.19672131147541%;
|
|
3103
3130
|
}
|
|
3104
3131
|
|
|
3105
3132
|
.ci-sp-grid-full-size {
|
|
3106
|
-
|
|
3107
|
-
|
|
3133
|
+
width: 100px;
|
|
3134
|
+
height: 40px;
|
|
3108
3135
|
}
|
|
3109
3136
|
|
|
3110
3137
|
.ci-sp-grid-sidebar-left {
|
|
3111
|
-
|
|
3138
|
+
background-position: 0 16.39344262295082%;
|
|
3112
3139
|
}
|
|
3113
3140
|
|
|
3114
3141
|
.ci-sp-grid-sidebar-left-size {
|
|
3115
|
-
|
|
3116
|
-
|
|
3142
|
+
width: 100px;
|
|
3143
|
+
height: 40px;
|
|
3117
3144
|
}
|
|
3118
3145
|
|
|
3119
3146
|
.ci-sp-grid-sidebar-left-lg {
|
|
3120
|
-
|
|
3147
|
+
background-position: 23.364485981308412% 16.39344262295082%;
|
|
3121
3148
|
}
|
|
3122
3149
|
|
|
3123
3150
|
.ci-sp-grid-sidebar-left-lg-size {
|
|
3124
|
-
|
|
3125
|
-
|
|
3151
|
+
width: 100px;
|
|
3152
|
+
height: 40px;
|
|
3126
3153
|
}
|
|
3127
3154
|
|
|
3128
3155
|
.ci-sp-grid-sidebar-right {
|
|
3129
|
-
|
|
3156
|
+
background-position: 0 24.59016393442623%;
|
|
3130
3157
|
}
|
|
3131
3158
|
|
|
3132
3159
|
.ci-sp-grid-sidebar-right-size {
|
|
3133
|
-
|
|
3134
|
-
|
|
3160
|
+
width: 100px;
|
|
3161
|
+
height: 40px;
|
|
3135
3162
|
}
|
|
3136
3163
|
|
|
3137
3164
|
.ci-sp-grid-sidebar-right-lg {
|
|
3138
|
-
|
|
3165
|
+
background-position: 23.364485981308412% 24.59016393442623%;
|
|
3139
3166
|
}
|
|
3140
3167
|
|
|
3141
3168
|
.ci-sp-grid-sidebar-right-lg-size {
|
|
3142
|
-
|
|
3143
|
-
|
|
3169
|
+
width: 100px;
|
|
3170
|
+
height: 40px;
|
|
3144
3171
|
}
|
|
3145
3172
|
|
|
3146
3173
|
.ci-sp-grid-social {
|
|
3147
|
-
|
|
3174
|
+
background-position: 0 32.78688524590164%;
|
|
3148
3175
|
}
|
|
3149
3176
|
|
|
3150
3177
|
.ci-sp-grid-social-size {
|
|
3151
|
-
|
|
3152
|
-
|
|
3178
|
+
width: 100px;
|
|
3179
|
+
height: 40px;
|
|
3153
3180
|
}
|
|
3154
3181
|
|
|
3155
3182
|
.ci-sparkle-filled {
|
|
3156
|
-
|
|
3183
|
+
background-position: 33.333333333333336% 87.3015873015873%;
|
|
3157
3184
|
}
|
|
3158
3185
|
|
|
3159
3186
|
.ci-sparkle-filled-size {
|
|
3160
|
-
|
|
3161
|
-
|
|
3187
|
+
width: 24px;
|
|
3188
|
+
height: 24px;
|
|
3162
3189
|
}
|
|
3163
3190
|
|
|
3164
3191
|
.ci-sparkle-outlined {
|
|
3165
|
-
|
|
3192
|
+
background-position: 38.095238095238095% 87.3015873015873%;
|
|
3166
3193
|
}
|
|
3167
3194
|
|
|
3168
3195
|
.ci-sparkle-outlined-size {
|
|
3169
|
-
|
|
3170
|
-
|
|
3196
|
+
width: 24px;
|
|
3197
|
+
height: 24px;
|
|
3171
3198
|
}
|
|
3172
3199
|
|
|
3173
3200
|
.ci-star-circle-filled {
|
|
3174
|
-
|
|
3201
|
+
background-position: 42.857142857142854% 87.3015873015873%;
|
|
3175
3202
|
}
|
|
3176
3203
|
|
|
3177
3204
|
.ci-star-circle-filled-size {
|
|
3178
|
-
|
|
3179
|
-
|
|
3205
|
+
width: 24px;
|
|
3206
|
+
height: 24px;
|
|
3180
3207
|
}
|
|
3181
3208
|
|
|
3182
3209
|
.ci-star-circle-outlined {
|
|
3183
|
-
|
|
3210
|
+
background-position: 47.61904761904762% 87.3015873015873%;
|
|
3184
3211
|
}
|
|
3185
3212
|
|
|
3186
3213
|
.ci-star-circle-outlined-size {
|
|
3187
|
-
|
|
3188
|
-
|
|
3214
|
+
width: 24px;
|
|
3215
|
+
height: 24px;
|
|
3189
3216
|
}
|
|
3190
3217
|
|
|
3191
3218
|
.ci-status-available {
|
|
3192
|
-
|
|
3219
|
+
background-position: 52.38095238095238% 87.3015873015873%;
|
|
3193
3220
|
}
|
|
3194
3221
|
|
|
3195
3222
|
.ci-status-available-size {
|
|
3196
|
-
|
|
3197
|
-
|
|
3223
|
+
width: 24px;
|
|
3224
|
+
height: 24px;
|
|
3198
3225
|
}
|
|
3199
3226
|
|
|
3200
3227
|
.ci-status-away {
|
|
3201
|
-
|
|
3228
|
+
background-position: 57.142857142857146% 87.3015873015873%;
|
|
3202
3229
|
}
|
|
3203
3230
|
|
|
3204
3231
|
.ci-status-away-size {
|
|
3205
|
-
|
|
3206
|
-
|
|
3232
|
+
width: 24px;
|
|
3233
|
+
height: 24px;
|
|
3207
3234
|
}
|
|
3208
3235
|
|
|
3209
3236
|
.ci-status-dnd {
|
|
3210
|
-
|
|
3237
|
+
background-position: 61.904761904761905% 87.3015873015873%;
|
|
3211
3238
|
}
|
|
3212
3239
|
|
|
3213
3240
|
.ci-status-dnd-size {
|
|
3214
|
-
|
|
3215
|
-
|
|
3241
|
+
width: 24px;
|
|
3242
|
+
height: 24px;
|
|
3216
3243
|
}
|
|
3217
3244
|
|
|
3218
3245
|
.ci-status-invisible {
|
|
3219
|
-
|
|
3246
|
+
background-position: 66.66666666666667% 87.3015873015873%;
|
|
3220
3247
|
}
|
|
3221
3248
|
|
|
3222
3249
|
.ci-status-invisible-size {
|
|
3223
|
-
|
|
3224
|
-
|
|
3250
|
+
width: 24px;
|
|
3251
|
+
height: 24px;
|
|
3225
3252
|
}
|
|
3226
3253
|
|
|
3227
3254
|
.ci-status-ooo {
|
|
3228
|
-
|
|
3255
|
+
background-position: 71.42857142857143% 87.3015873015873%;
|
|
3229
3256
|
}
|
|
3230
3257
|
|
|
3231
3258
|
.ci-status-ooo-size {
|
|
3232
|
-
|
|
3233
|
-
|
|
3259
|
+
width: 24px;
|
|
3260
|
+
height: 24px;
|
|
3234
3261
|
}
|
|
3235
3262
|
|
|
3236
3263
|
.ci-sticker-filled {
|
|
3237
|
-
|
|
3264
|
+
background-position: 76.19047619047619% 87.3015873015873%;
|
|
3238
3265
|
}
|
|
3239
3266
|
|
|
3240
3267
|
.ci-sticker-filled-size {
|
|
3241
|
-
|
|
3242
|
-
|
|
3268
|
+
width: 24px;
|
|
3269
|
+
height: 24px;
|
|
3243
3270
|
}
|
|
3244
3271
|
|
|
3245
3272
|
.ci-sticker-outlined {
|
|
3246
|
-
|
|
3273
|
+
background-position: 80.95238095238095% 87.3015873015873%;
|
|
3247
3274
|
}
|
|
3248
3275
|
|
|
3249
3276
|
.ci-sticker-outlined-size {
|
|
3250
|
-
|
|
3251
|
-
|
|
3277
|
+
width: 24px;
|
|
3278
|
+
height: 24px;
|
|
3252
3279
|
}
|
|
3253
3280
|
|
|
3254
3281
|
.ci-stream-filled {
|
|
3255
|
-
|
|
3282
|
+
background-position: 85.71428571428571% 87.3015873015873%;
|
|
3256
3283
|
}
|
|
3257
3284
|
|
|
3258
3285
|
.ci-stream-filled-size {
|
|
3259
|
-
|
|
3260
|
-
|
|
3286
|
+
width: 24px;
|
|
3287
|
+
height: 24px;
|
|
3261
3288
|
}
|
|
3262
3289
|
|
|
3263
3290
|
.ci-stream-outlined {
|
|
3264
|
-
|
|
3291
|
+
background-position: 90.47619047619048% 87.3015873015873%;
|
|
3265
3292
|
}
|
|
3266
3293
|
|
|
3267
3294
|
.ci-stream-outlined-size {
|
|
3268
|
-
|
|
3269
|
-
|
|
3295
|
+
width: 24px;
|
|
3296
|
+
height: 24px;
|
|
3270
3297
|
}
|
|
3271
3298
|
|
|
3272
3299
|
.ci-strikethrough-outlined {
|
|
3273
|
-
|
|
3300
|
+
background-position: 95.23809523809524% 0;
|
|
3274
3301
|
}
|
|
3275
3302
|
|
|
3276
3303
|
.ci-strikethrough-outlined-size {
|
|
3277
|
-
|
|
3278
|
-
|
|
3304
|
+
width: 24px;
|
|
3305
|
+
height: 24px;
|
|
3279
3306
|
}
|
|
3280
3307
|
|
|
3281
3308
|
.ci-tag-outlined {
|
|
3282
|
-
|
|
3309
|
+
background-position: 95.23809523809524% 4.761904761904762%;
|
|
3283
3310
|
}
|
|
3284
3311
|
|
|
3285
3312
|
.ci-tag-outlined-size {
|
|
3286
|
-
|
|
3287
|
-
|
|
3313
|
+
width: 24px;
|
|
3314
|
+
height: 24px;
|
|
3288
3315
|
}
|
|
3289
3316
|
|
|
3290
3317
|
.ci-targeted-outlined {
|
|
3291
|
-
|
|
3318
|
+
background-position: 95.23809523809524% 9.523809523809524%;
|
|
3292
3319
|
}
|
|
3293
3320
|
|
|
3294
3321
|
.ci-targeted-outlined-size {
|
|
3295
|
-
|
|
3296
|
-
|
|
3322
|
+
width: 24px;
|
|
3323
|
+
height: 24px;
|
|
3297
3324
|
}
|
|
3298
3325
|
|
|
3299
3326
|
.ci-text-extend-outlined {
|
|
3300
|
-
|
|
3327
|
+
background-position: 95.23809523809524% 14.285714285714286%;
|
|
3301
3328
|
}
|
|
3302
3329
|
|
|
3303
3330
|
.ci-text-extend-outlined-size {
|
|
3304
|
-
|
|
3305
|
-
|
|
3331
|
+
width: 24px;
|
|
3332
|
+
height: 24px;
|
|
3306
3333
|
}
|
|
3307
3334
|
|
|
3308
3335
|
.ci-text-shorten-outlined {
|
|
3309
|
-
|
|
3336
|
+
background-position: 95.23809523809524% 19.047619047619047%;
|
|
3310
3337
|
}
|
|
3311
3338
|
|
|
3312
3339
|
.ci-text-shorten-outlined-size {
|
|
3313
|
-
|
|
3314
|
-
|
|
3340
|
+
width: 24px;
|
|
3341
|
+
height: 24px;
|
|
3315
3342
|
}
|
|
3316
3343
|
|
|
3317
3344
|
.ci-text-summary-outlined {
|
|
3318
|
-
|
|
3345
|
+
background-position: 95.23809523809524% 23.80952380952381%;
|
|
3319
3346
|
}
|
|
3320
3347
|
|
|
3321
3348
|
.ci-text-summary-outlined-size {
|
|
3322
|
-
|
|
3323
|
-
|
|
3349
|
+
width: 24px;
|
|
3350
|
+
height: 24px;
|
|
3324
3351
|
}
|
|
3325
3352
|
|
|
3326
3353
|
.ci-thumbs-up-filled {
|
|
3327
|
-
|
|
3354
|
+
background-position: 95.23809523809524% 28.571428571428573%;
|
|
3328
3355
|
}
|
|
3329
3356
|
|
|
3330
3357
|
.ci-thumbs-up-filled-size {
|
|
3331
|
-
|
|
3332
|
-
|
|
3358
|
+
width: 24px;
|
|
3359
|
+
height: 24px;
|
|
3333
3360
|
}
|
|
3334
3361
|
|
|
3335
3362
|
.ci-thumbs-up-outlined {
|
|
3336
|
-
|
|
3363
|
+
background-position: 95.23809523809524% 33.333333333333336%;
|
|
3337
3364
|
}
|
|
3338
3365
|
|
|
3339
3366
|
.ci-thumbs-up-outlined-size {
|
|
3340
|
-
|
|
3341
|
-
|
|
3367
|
+
width: 24px;
|
|
3368
|
+
height: 24px;
|
|
3342
3369
|
}
|
|
3343
3370
|
|
|
3344
3371
|
.ci-translate-box-filled {
|
|
3345
|
-
|
|
3372
|
+
background-position: 95.23809523809524% 38.095238095238095%;
|
|
3346
3373
|
}
|
|
3347
3374
|
|
|
3348
3375
|
.ci-translate-box-filled-size {
|
|
3349
|
-
|
|
3350
|
-
|
|
3376
|
+
width: 24px;
|
|
3377
|
+
height: 24px;
|
|
3351
3378
|
}
|
|
3352
3379
|
|
|
3353
3380
|
.ci-translate-box-outlined {
|
|
3354
|
-
|
|
3381
|
+
background-position: 95.23809523809524% 42.857142857142854%;
|
|
3355
3382
|
}
|
|
3356
3383
|
|
|
3357
3384
|
.ci-translate-box-outlined-size {
|
|
3358
|
-
|
|
3359
|
-
|
|
3385
|
+
width: 24px;
|
|
3386
|
+
height: 24px;
|
|
3360
3387
|
}
|
|
3361
3388
|
|
|
3362
3389
|
.ci-translate-outlined {
|
|
3363
|
-
|
|
3390
|
+
background-position: 95.23809523809524% 47.61904761904762%;
|
|
3364
3391
|
}
|
|
3365
3392
|
|
|
3366
3393
|
.ci-translate-outlined-size {
|
|
3367
|
-
|
|
3368
|
-
|
|
3394
|
+
width: 24px;
|
|
3395
|
+
height: 24px;
|
|
3369
3396
|
}
|
|
3370
3397
|
|
|
3371
3398
|
.ci-trash-filled {
|
|
3372
|
-
|
|
3399
|
+
background-position: 95.23809523809524% 52.38095238095238%;
|
|
3373
3400
|
}
|
|
3374
3401
|
|
|
3375
3402
|
.ci-trash-filled-size {
|
|
3376
|
-
|
|
3377
|
-
|
|
3403
|
+
width: 24px;
|
|
3404
|
+
height: 24px;
|
|
3378
3405
|
}
|
|
3379
3406
|
|
|
3380
3407
|
.ci-trash-outlined {
|
|
3381
|
-
|
|
3408
|
+
background-position: 95.23809523809524% 57.142857142857146%;
|
|
3382
3409
|
}
|
|
3383
3410
|
|
|
3384
3411
|
.ci-trash-outlined-size {
|
|
3385
|
-
|
|
3386
|
-
|
|
3412
|
+
width: 24px;
|
|
3413
|
+
height: 24px;
|
|
3387
3414
|
}
|
|
3388
3415
|
|
|
3389
3416
|
.ci-twitter {
|
|
3390
|
-
|
|
3417
|
+
background-position: 95.23809523809524% 61.904761904761905%;
|
|
3391
3418
|
}
|
|
3392
3419
|
|
|
3393
3420
|
.ci-twitter-size {
|
|
3394
|
-
|
|
3395
|
-
|
|
3421
|
+
width: 24px;
|
|
3422
|
+
height: 24px;
|
|
3396
3423
|
}
|
|
3397
3424
|
|
|
3398
3425
|
.ci-underlined-outlined {
|
|
3399
|
-
|
|
3426
|
+
background-position: 95.23809523809524% 66.66666666666667%;
|
|
3400
3427
|
}
|
|
3401
3428
|
|
|
3402
3429
|
.ci-underlined-outlined-size {
|
|
3403
|
-
|
|
3404
|
-
|
|
3430
|
+
width: 24px;
|
|
3431
|
+
height: 24px;
|
|
3405
3432
|
}
|
|
3406
3433
|
|
|
3407
3434
|
.ci-undo-outlined {
|
|
3408
|
-
|
|
3435
|
+
background-position: 95.23809523809524% 71.42857142857143%;
|
|
3409
3436
|
}
|
|
3410
3437
|
|
|
3411
3438
|
.ci-undo-outlined-size {
|
|
3412
|
-
|
|
3413
|
-
|
|
3439
|
+
width: 24px;
|
|
3440
|
+
height: 24px;
|
|
3414
3441
|
}
|
|
3415
3442
|
|
|
3416
3443
|
.ci-upload-outlined {
|
|
3417
|
-
|
|
3444
|
+
background-position: 95.23809523809524% 76.19047619047619%;
|
|
3418
3445
|
}
|
|
3419
3446
|
|
|
3420
3447
|
.ci-upload-outlined-size {
|
|
3421
|
-
|
|
3422
|
-
|
|
3448
|
+
width: 24px;
|
|
3449
|
+
height: 24px;
|
|
3423
3450
|
}
|
|
3424
3451
|
|
|
3425
3452
|
.ci-video-camera-filled {
|
|
3426
|
-
|
|
3453
|
+
background-position: 95.23809523809524% 80.95238095238095%;
|
|
3427
3454
|
}
|
|
3428
3455
|
|
|
3429
3456
|
.ci-video-camera-filled-size {
|
|
3430
|
-
|
|
3431
|
-
|
|
3457
|
+
width: 24px;
|
|
3458
|
+
height: 24px;
|
|
3432
3459
|
}
|
|
3433
3460
|
|
|
3434
3461
|
.ci-video-camera-outlined {
|
|
3435
|
-
|
|
3462
|
+
background-position: 95.23809523809524% 85.71428571428571%;
|
|
3436
3463
|
}
|
|
3437
3464
|
|
|
3438
3465
|
.ci-video-camera-outlined-size {
|
|
3439
|
-
|
|
3440
|
-
|
|
3466
|
+
width: 24px;
|
|
3467
|
+
height: 24px;
|
|
3441
3468
|
}
|
|
3442
3469
|
|
|
3443
3470
|
.ci-video-outlined {
|
|
3444
|
-
|
|
3471
|
+
background-position: 0 92.06349206349206%;
|
|
3445
3472
|
}
|
|
3446
3473
|
|
|
3447
3474
|
.ci-video-outlined-size {
|
|
3448
|
-
|
|
3449
|
-
|
|
3475
|
+
width: 24px;
|
|
3476
|
+
height: 24px;
|
|
3450
3477
|
}
|
|
3451
3478
|
|
|
3452
3479
|
.ci-w-alert-outlined {
|
|
3453
|
-
|
|
3480
|
+
background-position: 4.761904761904762% 92.06349206349206%;
|
|
3454
3481
|
}
|
|
3455
3482
|
|
|
3456
3483
|
.ci-w-alert-outlined-size {
|
|
3457
|
-
|
|
3458
|
-
|
|
3484
|
+
width: 24px;
|
|
3485
|
+
height: 24px;
|
|
3459
3486
|
}
|
|
3460
3487
|
|
|
3461
3488
|
.ci-w-birthdays-upcoming-outlined {
|
|
3462
|
-
|
|
3489
|
+
background-position: 9.523809523809524% 92.06349206349206%;
|
|
3463
3490
|
}
|
|
3464
3491
|
|
|
3465
3492
|
.ci-w-birthdays-upcoming-outlined-size {
|
|
3466
|
-
|
|
3467
|
-
|
|
3493
|
+
width: 24px;
|
|
3494
|
+
height: 24px;
|
|
3468
3495
|
}
|
|
3469
3496
|
|
|
3470
3497
|
.ci-w-blog-article-new-outlined {
|
|
3471
|
-
|
|
3498
|
+
background-position: 14.285714285714286% 92.06349206349206%;
|
|
3472
3499
|
}
|
|
3473
3500
|
|
|
3474
3501
|
.ci-w-blog-article-new-outlined-size {
|
|
3475
|
-
|
|
3476
|
-
|
|
3502
|
+
width: 24px;
|
|
3503
|
+
height: 24px;
|
|
3477
3504
|
}
|
|
3478
3505
|
|
|
3479
3506
|
.ci-w-blog-article-outlined {
|
|
3480
|
-
|
|
3507
|
+
background-position: 19.047619047619047% 92.06349206349206%;
|
|
3481
3508
|
}
|
|
3482
3509
|
|
|
3483
3510
|
.ci-w-blog-article-outlined-size {
|
|
3484
|
-
|
|
3485
|
-
|
|
3511
|
+
width: 24px;
|
|
3512
|
+
height: 24px;
|
|
3486
3513
|
}
|
|
3487
3514
|
|
|
3488
3515
|
.ci-w-blog-article-recommended-outlined {
|
|
3489
|
-
|
|
3516
|
+
background-position: 23.80952380952381% 92.06349206349206%;
|
|
3490
3517
|
}
|
|
3491
3518
|
|
|
3492
3519
|
.ci-w-blog-article-recommended-outlined-size {
|
|
3493
|
-
|
|
3494
|
-
|
|
3520
|
+
width: 24px;
|
|
3521
|
+
height: 24px;
|
|
3495
3522
|
}
|
|
3496
3523
|
|
|
3497
3524
|
.ci-w-bookmarks-outlined {
|
|
3498
|
-
|
|
3525
|
+
background-position: 28.571428571428573% 92.06349206349206%;
|
|
3499
3526
|
}
|
|
3500
3527
|
|
|
3501
3528
|
.ci-w-bookmarks-outlined-size {
|
|
3502
|
-
|
|
3503
|
-
|
|
3529
|
+
width: 24px;
|
|
3530
|
+
height: 24px;
|
|
3504
3531
|
}
|
|
3505
3532
|
|
|
3506
3533
|
.ci-w-button-outlined {
|
|
3507
|
-
|
|
3534
|
+
background-position: 33.333333333333336% 92.06349206349206%;
|
|
3508
3535
|
}
|
|
3509
3536
|
|
|
3510
3537
|
.ci-w-button-outlined-size {
|
|
3511
|
-
|
|
3512
|
-
|
|
3538
|
+
width: 24px;
|
|
3539
|
+
height: 24px;
|
|
3513
3540
|
}
|
|
3514
3541
|
|
|
3515
3542
|
.ci-w-colleagues-new-outlined {
|
|
3516
|
-
|
|
3543
|
+
background-position: 38.095238095238095% 92.06349206349206%;
|
|
3517
3544
|
}
|
|
3518
3545
|
|
|
3519
3546
|
.ci-w-colleagues-new-outlined-size {
|
|
3520
|
-
|
|
3521
|
-
|
|
3547
|
+
width: 24px;
|
|
3548
|
+
height: 24px;
|
|
3522
3549
|
}
|
|
3523
3550
|
|
|
3524
3551
|
.ci-w-complete-profile-outlined {
|
|
3525
|
-
|
|
3552
|
+
background-position: 42.857142857142854% 92.06349206349206%;
|
|
3526
3553
|
}
|
|
3527
3554
|
|
|
3528
3555
|
.ci-w-complete-profile-outlined-size {
|
|
3529
|
-
|
|
3530
|
-
|
|
3556
|
+
width: 24px;
|
|
3557
|
+
height: 24px;
|
|
3531
3558
|
}
|
|
3532
3559
|
|
|
3533
3560
|
.ci-w-divider-outlined {
|
|
3534
|
-
|
|
3561
|
+
background-position: 47.61904761904762% 92.06349206349206%;
|
|
3535
3562
|
}
|
|
3536
3563
|
|
|
3537
3564
|
.ci-w-divider-outlined-size {
|
|
3538
|
-
|
|
3539
|
-
|
|
3565
|
+
width: 24px;
|
|
3566
|
+
height: 24px;
|
|
3540
3567
|
}
|
|
3541
3568
|
|
|
3542
3569
|
.ci-w-do-you-know-outlined {
|
|
3543
|
-
|
|
3570
|
+
background-position: 52.38095238095238% 92.06349206349206%;
|
|
3544
3571
|
}
|
|
3545
3572
|
|
|
3546
3573
|
.ci-w-do-you-know-outlined-size {
|
|
3547
|
-
|
|
3548
|
-
|
|
3574
|
+
width: 24px;
|
|
3575
|
+
height: 24px;
|
|
3549
3576
|
}
|
|
3550
3577
|
|
|
3551
3578
|
.ci-w-document-outlined {
|
|
3552
|
-
|
|
3579
|
+
background-position: 57.142857142857146% 92.06349206349206%;
|
|
3553
3580
|
}
|
|
3554
3581
|
|
|
3555
3582
|
.ci-w-document-outlined-size {
|
|
3556
|
-
|
|
3557
|
-
|
|
3583
|
+
width: 24px;
|
|
3584
|
+
height: 24px;
|
|
3558
3585
|
}
|
|
3559
3586
|
|
|
3560
3587
|
.ci-w-documents-m-365-outlined {
|
|
3561
|
-
|
|
3588
|
+
background-position: 61.904761904761905% 92.06349206349206%;
|
|
3562
3589
|
}
|
|
3563
3590
|
|
|
3564
3591
|
.ci-w-documents-m-365-outlined-size {
|
|
3565
|
-
|
|
3566
|
-
|
|
3592
|
+
width: 24px;
|
|
3593
|
+
height: 24px;
|
|
3567
3594
|
}
|
|
3568
3595
|
|
|
3569
3596
|
.ci-w-documents-new-outlined {
|
|
3570
|
-
|
|
3597
|
+
background-position: 66.66666666666667% 92.06349206349206%;
|
|
3571
3598
|
}
|
|
3572
3599
|
|
|
3573
3600
|
.ci-w-documents-new-outlined-size {
|
|
3574
|
-
|
|
3575
|
-
|
|
3601
|
+
width: 24px;
|
|
3602
|
+
height: 24px;
|
|
3576
3603
|
}
|
|
3577
3604
|
|
|
3578
3605
|
.ci-w-download-outlined {
|
|
3579
|
-
|
|
3606
|
+
background-position: 71.42857142857143% 92.06349206349206%;
|
|
3580
3607
|
}
|
|
3581
3608
|
|
|
3582
3609
|
.ci-w-download-outlined-size {
|
|
3583
|
-
|
|
3584
|
-
|
|
3610
|
+
width: 24px;
|
|
3611
|
+
height: 24px;
|
|
3585
3612
|
}
|
|
3586
3613
|
|
|
3587
3614
|
.ci-w-events-upcoming-outlined {
|
|
3588
|
-
|
|
3615
|
+
background-position: 76.19047619047619% 92.06349206349206%;
|
|
3589
3616
|
}
|
|
3590
3617
|
|
|
3591
3618
|
.ci-w-events-upcoming-outlined-size {
|
|
3592
|
-
|
|
3593
|
-
|
|
3619
|
+
width: 24px;
|
|
3620
|
+
height: 24px;
|
|
3594
3621
|
}
|
|
3595
3622
|
|
|
3596
3623
|
.ci-w-facegame-outlined {
|
|
3597
|
-
|
|
3624
|
+
background-position: 80.95238095238095% 92.06349206349206%;
|
|
3598
3625
|
}
|
|
3599
3626
|
|
|
3600
3627
|
.ci-w-facegame-outlined-size {
|
|
3601
|
-
|
|
3602
|
-
|
|
3628
|
+
width: 24px;
|
|
3629
|
+
height: 24px;
|
|
3603
3630
|
}
|
|
3604
3631
|
|
|
3605
3632
|
.ci-w-feed-outlined {
|
|
3606
|
-
|
|
3633
|
+
background-position: 85.71428571428571% 92.06349206349206%;
|
|
3607
3634
|
}
|
|
3608
3635
|
|
|
3609
3636
|
.ci-w-feed-outlined-size {
|
|
3610
|
-
|
|
3611
|
-
|
|
3637
|
+
width: 24px;
|
|
3638
|
+
height: 24px;
|
|
3612
3639
|
}
|
|
3613
3640
|
|
|
3614
3641
|
.ci-w-gallery-outlined {
|
|
3615
|
-
|
|
3642
|
+
background-position: 90.47619047619048% 92.06349206349206%;
|
|
3616
3643
|
}
|
|
3617
3644
|
|
|
3618
3645
|
.ci-w-gallery-outlined-size {
|
|
3619
|
-
|
|
3620
|
-
|
|
3646
|
+
width: 24px;
|
|
3647
|
+
height: 24px;
|
|
3621
3648
|
}
|
|
3622
3649
|
|
|
3623
3650
|
.ci-w-hashtags-outlined {
|
|
3624
|
-
|
|
3651
|
+
background-position: 95.23809523809524% 92.06349206349206%;
|
|
3625
3652
|
}
|
|
3626
3653
|
|
|
3627
3654
|
.ci-w-hashtags-outlined-size {
|
|
3628
|
-
|
|
3629
|
-
|
|
3655
|
+
width: 24px;
|
|
3656
|
+
height: 24px;
|
|
3630
3657
|
}
|
|
3631
3658
|
|
|
3632
3659
|
.ci-w-headline-outlined {
|
|
3633
|
-
|
|
3660
|
+
background-position: 100% 0;
|
|
3634
3661
|
}
|
|
3635
3662
|
|
|
3636
3663
|
.ci-w-headline-outlined-size {
|
|
3637
|
-
|
|
3638
|
-
|
|
3664
|
+
width: 24px;
|
|
3665
|
+
height: 24px;
|
|
3639
3666
|
}
|
|
3640
3667
|
|
|
3641
3668
|
.ci-w-hero-teaser-outlined {
|
|
3642
|
-
|
|
3669
|
+
background-position: 100% 4.761904761904762%;
|
|
3643
3670
|
}
|
|
3644
3671
|
|
|
3645
3672
|
.ci-w-hero-teaser-outlined-size {
|
|
3646
|
-
|
|
3647
|
-
|
|
3673
|
+
width: 24px;
|
|
3674
|
+
height: 24px;
|
|
3648
3675
|
}
|
|
3649
3676
|
|
|
3650
3677
|
.ci-w-html-outlined {
|
|
3651
|
-
|
|
3678
|
+
background-position: 100% 9.523809523809524%;
|
|
3652
3679
|
}
|
|
3653
3680
|
|
|
3654
3681
|
.ci-w-html-outlined-size {
|
|
3655
|
-
|
|
3656
|
-
|
|
3682
|
+
width: 24px;
|
|
3683
|
+
height: 24px;
|
|
3657
3684
|
}
|
|
3658
3685
|
|
|
3659
3686
|
.ci-w-iframe-outlined {
|
|
3660
|
-
|
|
3687
|
+
background-position: 100% 14.285714285714286%;
|
|
3661
3688
|
}
|
|
3662
3689
|
|
|
3663
3690
|
.ci-w-iframe-outlined-size {
|
|
3664
|
-
|
|
3665
|
-
|
|
3691
|
+
width: 24px;
|
|
3692
|
+
height: 24px;
|
|
3666
3693
|
}
|
|
3667
3694
|
|
|
3668
3695
|
.ci-w-image-outlined {
|
|
3669
|
-
|
|
3696
|
+
background-position: 100% 19.047619047619047%;
|
|
3670
3697
|
}
|
|
3671
3698
|
|
|
3672
3699
|
.ci-w-image-outlined-size {
|
|
3673
|
-
|
|
3674
|
-
|
|
3700
|
+
width: 24px;
|
|
3701
|
+
height: 24px;
|
|
3675
3702
|
}
|
|
3676
3703
|
|
|
3677
3704
|
.ci-w-launchpad-outlined {
|
|
3678
|
-
|
|
3705
|
+
background-position: 100% 23.80952380952381%;
|
|
3679
3706
|
}
|
|
3680
3707
|
|
|
3681
3708
|
.ci-w-launchpad-outlined-size {
|
|
3682
|
-
|
|
3683
|
-
|
|
3709
|
+
width: 24px;
|
|
3710
|
+
height: 24px;
|
|
3684
3711
|
}
|
|
3685
3712
|
|
|
3686
3713
|
.ci-w-media-outlined {
|
|
3687
|
-
|
|
3714
|
+
background-position: 100% 28.571428571428573%;
|
|
3688
3715
|
}
|
|
3689
3716
|
|
|
3690
3717
|
.ci-w-media-outlined-size {
|
|
3691
|
-
|
|
3692
|
-
|
|
3718
|
+
width: 24px;
|
|
3719
|
+
height: 24px;
|
|
3693
3720
|
}
|
|
3694
3721
|
|
|
3695
3722
|
.ci-w-online-users-outlined {
|
|
3696
|
-
|
|
3723
|
+
background-position: 100% 33.333333333333336%;
|
|
3697
3724
|
}
|
|
3698
3725
|
|
|
3699
3726
|
.ci-w-online-users-outlined-size {
|
|
3700
|
-
|
|
3701
|
-
|
|
3727
|
+
width: 24px;
|
|
3728
|
+
height: 24px;
|
|
3702
3729
|
}
|
|
3703
3730
|
|
|
3704
3731
|
.ci-w-plugin-trello-outlined {
|
|
3705
|
-
|
|
3732
|
+
background-position: 100% 38.095238095238095%;
|
|
3706
3733
|
}
|
|
3707
3734
|
|
|
3708
3735
|
.ci-w-plugin-trello-outlined-size {
|
|
3709
|
-
|
|
3710
|
-
|
|
3736
|
+
width: 24px;
|
|
3737
|
+
height: 24px;
|
|
3711
3738
|
}
|
|
3712
3739
|
|
|
3713
3740
|
.ci-w-plugin-twitter-outlined {
|
|
3714
|
-
|
|
3741
|
+
background-position: 100% 42.857142857142854%;
|
|
3715
3742
|
}
|
|
3716
3743
|
|
|
3717
3744
|
.ci-w-plugin-twitter-outlined-size {
|
|
3718
|
-
|
|
3719
|
-
|
|
3745
|
+
width: 24px;
|
|
3746
|
+
height: 24px;
|
|
3720
3747
|
}
|
|
3721
3748
|
|
|
3722
3749
|
.ci-w-poll-outlined {
|
|
3723
|
-
|
|
3750
|
+
background-position: 100% 47.61904761904762%;
|
|
3724
3751
|
}
|
|
3725
3752
|
|
|
3726
3753
|
.ci-w-poll-outlined-size {
|
|
3727
|
-
|
|
3728
|
-
|
|
3754
|
+
width: 24px;
|
|
3755
|
+
height: 24px;
|
|
3729
3756
|
}
|
|
3730
3757
|
|
|
3731
3758
|
.ci-w-profile-outlined {
|
|
3732
|
-
|
|
3759
|
+
background-position: 100% 52.38095238095238%;
|
|
3733
3760
|
}
|
|
3734
3761
|
|
|
3735
3762
|
.ci-w-profile-outlined-size {
|
|
3736
|
-
|
|
3737
|
-
|
|
3763
|
+
width: 24px;
|
|
3764
|
+
height: 24px;
|
|
3738
3765
|
}
|
|
3739
3766
|
|
|
3740
3767
|
.ci-w-rss-feed-outlined {
|
|
3741
|
-
|
|
3768
|
+
background-position: 100% 57.142857142857146%;
|
|
3742
3769
|
}
|
|
3743
3770
|
|
|
3744
3771
|
.ci-w-rss-feed-outlined-size {
|
|
3745
|
-
|
|
3746
|
-
|
|
3772
|
+
width: 24px;
|
|
3773
|
+
height: 24px;
|
|
3747
3774
|
}
|
|
3748
3775
|
|
|
3749
3776
|
.ci-w-subscriptions-outlined {
|
|
3750
|
-
|
|
3777
|
+
background-position: 100% 61.904761904761905%;
|
|
3751
3778
|
}
|
|
3752
3779
|
|
|
3753
3780
|
.ci-w-subscriptions-outlined-size {
|
|
3754
|
-
|
|
3755
|
-
|
|
3781
|
+
width: 24px;
|
|
3782
|
+
height: 24px;
|
|
3756
3783
|
}
|
|
3757
3784
|
|
|
3758
3785
|
.ci-w-suggested-communities-outlined {
|
|
3759
|
-
|
|
3786
|
+
background-position: 100% 66.66666666666667%;
|
|
3760
3787
|
}
|
|
3761
3788
|
|
|
3762
3789
|
.ci-w-suggested-communities-outlined-size {
|
|
3763
|
-
|
|
3764
|
-
|
|
3790
|
+
width: 24px;
|
|
3791
|
+
height: 24px;
|
|
3765
3792
|
}
|
|
3766
3793
|
|
|
3767
3794
|
.ci-w-suggested-pages-outlined {
|
|
3768
|
-
|
|
3795
|
+
background-position: 100% 71.42857142857143%;
|
|
3769
3796
|
}
|
|
3770
3797
|
|
|
3771
3798
|
.ci-w-suggested-pages-outlined-size {
|
|
3772
|
-
|
|
3773
|
-
|
|
3799
|
+
width: 24px;
|
|
3800
|
+
height: 24px;
|
|
3774
3801
|
}
|
|
3775
3802
|
|
|
3776
3803
|
.ci-w-teaser-outlined {
|
|
3777
|
-
|
|
3804
|
+
background-position: 100% 76.19047619047619%;
|
|
3778
3805
|
}
|
|
3779
3806
|
|
|
3780
3807
|
.ci-w-teaser-outlined-size {
|
|
3781
|
-
|
|
3782
|
-
|
|
3808
|
+
width: 24px;
|
|
3809
|
+
height: 24px;
|
|
3783
3810
|
}
|
|
3784
3811
|
|
|
3785
3812
|
.ci-w-text-outlined {
|
|
3786
|
-
|
|
3813
|
+
background-position: 100% 80.95238095238095%;
|
|
3787
3814
|
}
|
|
3788
3815
|
|
|
3789
3816
|
.ci-w-text-outlined-size {
|
|
3790
|
-
|
|
3791
|
-
|
|
3817
|
+
width: 24px;
|
|
3818
|
+
height: 24px;
|
|
3792
3819
|
}
|
|
3793
3820
|
|
|
3794
3821
|
.ci-w-video-outlined {
|
|
3795
|
-
|
|
3822
|
+
background-position: 100% 85.71428571428571%;
|
|
3796
3823
|
}
|
|
3797
3824
|
|
|
3798
3825
|
.ci-w-video-outlined-size {
|
|
3799
|
-
|
|
3800
|
-
|
|
3826
|
+
width: 24px;
|
|
3827
|
+
height: 24px;
|
|
3801
3828
|
}
|
|
3802
3829
|
|
|
3803
3830
|
.ci-w-welcome-outlined {
|
|
3804
|
-
|
|
3831
|
+
background-position: 100% 90.47619047619048%;
|
|
3805
3832
|
}
|
|
3806
3833
|
|
|
3807
3834
|
.ci-w-welcome-outlined-size {
|
|
3808
|
-
|
|
3809
|
-
|
|
3835
|
+
width: 24px;
|
|
3836
|
+
height: 24px;
|
|
3810
3837
|
}
|
|
3811
3838
|
|
|
3812
3839
|
.ci-w-wiki-article-new-outlined {
|
|
3813
|
-
|
|
3840
|
+
background-position: 0 96.82539682539682%;
|
|
3814
3841
|
}
|
|
3815
3842
|
|
|
3816
3843
|
.ci-w-wiki-article-new-outlined-size {
|
|
3817
|
-
|
|
3818
|
-
|
|
3844
|
+
width: 24px;
|
|
3845
|
+
height: 24px;
|
|
3819
3846
|
}
|
|
3820
3847
|
|
|
3821
3848
|
.ci-w-wiki-article-outlined {
|
|
3822
|
-
|
|
3849
|
+
background-position: 4.761904761904762% 96.82539682539682%;
|
|
3823
3850
|
}
|
|
3824
3851
|
|
|
3825
3852
|
.ci-w-wiki-article-outlined-size {
|
|
3826
|
-
|
|
3827
|
-
|
|
3853
|
+
width: 24px;
|
|
3854
|
+
height: 24px;
|
|
3828
3855
|
}
|
|
3829
3856
|
|
|
3830
3857
|
.ci-wechat {
|
|
3831
|
-
|
|
3858
|
+
background-position: 9.523809523809524% 96.82539682539682%;
|
|
3832
3859
|
}
|
|
3833
3860
|
|
|
3834
3861
|
.ci-wechat-size {
|
|
3835
|
-
|
|
3836
|
-
|
|
3862
|
+
width: 24px;
|
|
3863
|
+
height: 24px;
|
|
3837
3864
|
}
|
|
3838
3865
|
|
|
3839
3866
|
.ci-write-outlined {
|
|
3840
|
-
|
|
3867
|
+
background-position: 14.285714285714286% 96.82539682539682%;
|
|
3841
3868
|
}
|
|
3842
3869
|
|
|
3843
3870
|
.ci-write-outlined-size {
|
|
3844
|
-
|
|
3845
|
-
|
|
3871
|
+
width: 24px;
|
|
3872
|
+
height: 24px;
|
|
3846
3873
|
}
|
|
3847
3874
|
|
|
3848
3875
|
.ci-xing {
|
|
3849
|
-
|
|
3876
|
+
background-position: 19.047619047619047% 96.82539682539682%;
|
|
3850
3877
|
}
|
|
3851
3878
|
|
|
3852
3879
|
.ci-xing-size {
|
|
3853
|
-
|
|
3854
|
-
|
|
3880
|
+
width: 24px;
|
|
3881
|
+
height: 24px;
|
|
3855
3882
|
}
|
|
3856
3883
|
|