@zohodesk/icons 1.3.10 → 1.3.12

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.
Files changed (76) hide show
  1. package/README.md +9 -0
  2. package/assets/fonts/zd-gcFonts.svg +2 -0
  3. package/assets/fonts/zd-gcFonts.woff +0 -0
  4. package/assets/fonts/zd-gcFonts.woff2 +0 -0
  5. package/assets/fonts/zd-rGeneral.svg +1 -0
  6. package/assets/fonts/zd-rGeneral.woff +0 -0
  7. package/assets/fonts/zd-rGeneral.woff2 +0 -0
  8. package/assets/fonts/zd-rIM.svg +2 -0
  9. package/assets/fonts/zd-rIM.woff +0 -0
  10. package/assets/fonts/zd-rIM.woff2 +0 -0
  11. package/assets/react/zd-font-rAI.module.css +29 -25
  12. package/assets/react/zd-font-rAccessibility.module.css +46 -42
  13. package/assets/react/zd-font-rAnalyticsColor.module.css +199 -195
  14. package/assets/react/zd-font-rAutomation.module.css +322 -318
  15. package/assets/react/zd-font-rCallBar.module.css +35 -31
  16. package/assets/react/zd-font-rChannels.module.css +203 -199
  17. package/assets/react/zd-font-rCustomize.module.css +132 -128
  18. package/assets/react/zd-font-rDeveloperSpace.module.css +13 -9
  19. package/assets/react/zd-font-rExportFiles.module.css +731 -727
  20. package/assets/react/zd-font-rGeneral.module.css +630 -623
  21. package/assets/react/zd-font-rIM.module.css +52 -38
  22. package/assets/react/zd-font-rIntegrations.module.css +211 -207
  23. package/assets/react/zd-font-rLhs.module.css +380 -376
  24. package/assets/react/zd-font-rMarketplace.module.css +153 -149
  25. package/assets/react/zd-font-rReports.module.css +226 -222
  26. package/assets/react/zd-font-rSetup.module.css +151 -147
  27. package/assets/react/zd-font-rTickets.module.css +302 -298
  28. package/assets/react/zd-font-rTopband.module.css +122 -118
  29. package/assets/react/zd-font-rTwotone.module.css +1270 -1266
  30. package/assets/react/zd-font-rUpdates.module.css +17 -13
  31. package/assets/react/zd-font-react-addforms.module.css +439 -435
  32. package/assets/react/zd-font-react-automate.module.css +43 -39
  33. package/assets/react/zd-font-react-channels.module.css +433 -429
  34. package/assets/react/zd-font-react-channels.plain.css +433 -429
  35. package/assets/react/zd-font-react-common.module.css +771 -767
  36. package/assets/react/zd-font-react-common.plain.css +771 -767
  37. package/assets/react/zd-font-react-community.module.css +215 -211
  38. package/assets/react/zd-font-react-customers.module.css +21 -17
  39. package/assets/react/zd-font-react-customize.module.css +608 -604
  40. package/assets/react/zd-font-react-gamescope.module.css +85 -81
  41. package/assets/react/zd-font-react-gcFonts.module.css +1475 -1462
  42. package/assets/react/zd-font-react-gettingstarted.module.css +305 -301
  43. package/assets/react/zd-font-react-integrations.module.css +43 -39
  44. package/assets/react/zd-font-react-kb.module.css +4419 -4415
  45. package/assets/react/zd-font-react-logo.module.css +20 -16
  46. package/assets/react/zd-font-react-organization.module.css +51 -47
  47. package/assets/react/zd-font-react-organization.plain.css +51 -47
  48. package/assets/react/zd-font-react-others.module.css +281 -277
  49. package/assets/react/zd-font-react-reports.module.css +448 -444
  50. package/assets/react/zd-font-react-setup.module.css +785 -781
  51. package/assets/react/zd-font-react-setup.plain.css +785 -781
  52. package/assets/react/zd-font-react-social.module.css +456 -452
  53. package/assets/react/zd-font-react-ticket-channels.module.css +252 -248
  54. package/assets/react/zd-font-react-tickets.module.css +884 -880
  55. package/assets/react/zd-font-react-tickets.plain.css +884 -880
  56. package/assets/react/zd-font-react-topband.module.css +550 -546
  57. package/assets/react/zd-font-react-topband.plain.css +550 -546
  58. package/cbt.config.js +3 -3
  59. package/es/Context/__tests__/__snapshots__/IconContext.spec.js.snap +12 -12
  60. package/es/Icon/FontFactory.js +6 -3
  61. package/es/Icon/FontIcon.js +3 -2
  62. package/es/Icon/SvgIcon.js +2 -1
  63. package/es/Icon/__tests__/Icon.spec.js +15 -0
  64. package/es/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +22 -22
  65. package/es/Icon/__tests__/__snapshots__/Icon.spec.js.snap +37876 -0
  66. package/es/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +13 -13
  67. package/lib/Context/__tests__/__snapshots__/IconContext.spec.js.snap +12 -12
  68. package/lib/Icon/FontFactory.js +4 -3
  69. package/lib/Icon/FontIcon.js +4 -2
  70. package/lib/Icon/SvgIcon.js +3 -1
  71. package/lib/Icon/__tests__/Icon.spec.js +38 -0
  72. package/lib/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +22 -22
  73. package/lib/Icon/__tests__/__snapshots__/Icon.spec.js.snap +37876 -0
  74. package/lib/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +13 -13
  75. package/package.json +19 -12
  76. package/ut.config.js +106 -0
@@ -1,9 +1,13 @@
1
- @font-face{
2
- font-family:"zdf-rTwotone_28";
3
- src:url('../fonts/zd-rTwotone.woff2') format('woff2'), url('../fonts/zd-rTwotone.woff') format('woff'), url('../fonts/zd-rTwotone.svg#zdfonts') format('svg');
4
- font-weight:normal;
5
- font-style:normal;
6
- font-display:block;
1
+ @font-face {
2
+ font-family:"zdfonts-rTwotone";
3
+ src:
4
+ url('../fonts/zd-rTwotone.woff2') format('woff2'),
5
+
6
+ url('../fonts/zd-rTwotone.woff') format('woff'),
7
+ url('../fonts/zd-rTwotone.svg#zdfonts') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
7
11
  }
8
12
 
9
13
  @layer dot-icons.core {
@@ -11,1267 +15,1267 @@
11
15
 
12
16
 
13
17
  .icon-accounts,.icon-activities,.icon-agentQueue,.icon-article,.icon-chCallIn,.icon-chChat,.icon-chChatIn,.icon-chChatOut,.icon-chForwardDraft,.icon-chFacebook,.icon-chFacebookIn,.icon-chFacebookOut,.icon-chForum,.icon-chForumIn,.icon-chForumOut,.icon-chMail,.icon-chMailForward,.icon-chMailIn,.icon-chMailOut,.icon-ttChTwitter,.icon-ttChTwitterIn,.icon-ttChTwitterOut,.icon-chWidget,.icon-contact,.icon-contracts,.icon-crm,.icon-dashboard,.icon-event,.icon-feeds,.icon-gallery,.icon-gear,.icon-manage,.icon-notification,.icon-overview,.icon-search,.icon-tags,.icon-task,.icon-teamQueue,.icon-views,.icon-chInstagram,.icon-chInstagramOut,.icon-chInstagramIn,.icon-flagFill,.icon-chWhatsApp,.icon-chWhatsAppIn,.icon-chWhatsAppOut,.icon-product,.icon-gamescope,.icon-chDraft,.icon-remoteAssist,.icon-conversation,.icon-chDirectFacebook,.icon-analytics,.icon-annoncement,.icon-books,.icon-bug,.icon-bot,.icon-chCall,.icon-chCallOut,.icon-chHappiness,.icon-chHappinessIn,.icon-chHappinessOut,.icon-chWeb,.icon-chWebIn,.icon-chWebOut,.icon-comments,.icon-follow,.icon-idea,.icon-info,.icon-QuestionStroke,.icon-reports,.icon-share,.icon-ticket,.icon-ticketProperties,.icon-timeLine,.icon-triangleAlert,.icon-moreApps,.icon-reply,.icon-skills,.icon-instaIM,.icon-imWeChat,.icon-imtwillio,.icon-imTelegram,.icon-imLine,.icon-imASAP,.icon-pdf,.icon-mp4,.icon-code,.icon-unknown,.icon-txt,.icon-zip,.icon-image,.icon-mp3,.icon-ttLocation,.icon-ttAttach,.icon-ttHash,.icon-supportPlan,.icon-zia,.icon-xls,.icon-ppt,.icon-fbMessanger,.icon-customModule,.icon-blocked,.icon-ended,.icon-allChannels,.icon-ttreschedule,.icon-chTwitterDirect,.icon-ttFilter,.icon-notificationBell,.icon-selfservicePortal,.icon-ttComment,.icon-ttCommentOut,.icon-ttCommentIn,.icon-aiInbox,.icon-aiChatSummary,.icon-compactView,.icon-fullView,.icon-splitView,.icon-weCom,.icon-exploreExtension,.icon-uploadExtension,.icon-buildExtension,.icon-ttMic{
14
- font-family:"zdf-rTwotone_28" !important;
18
+ font-family:"zdfonts-rTwotone" !important;
15
19
  }
16
20
 
17
- .icon-accounts .path1:before{
18
- content:"\c5000";
19
- color:rgb(153, 153, 153);
20
- }
21
- .icon-accounts .path2:before{
22
- content:"\c5001";
23
- margin-left:-1.1552734375em;
24
- color:rgb(1, 1, 1);
25
- }
26
- .icon-activities .path1:before{
27
- content:"\c5002";
28
- color:rgb(153, 153, 153);
29
- }
30
- .icon-activities .path2:before{
31
- content:"\c5003";
32
- margin-left:-1.0703125em;
33
- color:rgb(1, 1, 1);
34
- }
35
- .icon-agentQueue .path1:before{
36
- content:"\c5004";
37
- color:rgb(153, 153, 153);
38
- }
39
- .icon-agentQueue .path2:before{
40
- content:"\c5005";
41
- margin-left:-1.2900390625em;
42
- color:rgb(1, 1, 1);
43
- }
44
- .icon-article .path1:before{
45
- content:"\c5006";
46
- color:rgb(153, 153, 153);
47
- }
48
- .icon-article .path2:before{
49
- content:"\c5007";
50
- margin-left:-0.962890625em;
51
- color:rgb(1, 1, 1);
52
- }
53
- .icon-chCallIn .path1:before{
54
- content:"\c5008";
55
- color:rgb(153, 153, 153);
56
- }
57
- .icon-chCallIn .path2:before{
58
- content:"\c5009";
59
- margin-left:-1.068359375em;
60
- color:rgb(35, 31, 32);
61
- }
62
- .icon-chCallIn .path3:before{
63
- content:"\c500a";
64
- margin-left:-1.068359375em;
65
- color:rgb(102, 103, 102);
66
- }
67
- .icon-chChat .path1:before{
68
- content:"\c500b";
69
- color:rgb(153, 153, 153);
70
- }
71
- .icon-chChat .path2:before{
72
- content:"\c500c";
73
- margin-left:-1.24609375em;
74
- color:rgb(1, 1, 1);
75
- }
76
- .icon-chChatIn .path1:before{
77
- content:"\c500d";
78
- color:rgb(153, 153, 153);
79
- }
80
- .icon-chChatIn .path2:before{
81
- content:"\c500e";
82
- margin-left:-0.984375em;
83
- color:rgb(1, 1, 1);
84
- }
85
- .icon-chChatIn .path3:before{
86
- content:"\c500f";
87
- margin-left:-0.984375em;
88
- color:rgb(102, 103, 102);
89
- }
90
- .icon-chChatOut .path1:before{
91
- content:"\c5010";
92
- color:rgb(153, 153, 153);
93
- }
94
- .icon-chChatOut .path2:before{
95
- content:"\c5011";
96
- margin-left:-1.009765625em;
97
- color:rgb(1, 1, 1);
98
- }
99
- .icon-chChatOut .path3:before{
100
- content:"\c5012";
101
- margin-left:-1.009765625em;
102
- color:rgb(102, 103, 102);
103
- }
104
- .icon-chForwardDraft .path1:before{
105
- content:"\c5013";
106
- color:rgb(153, 153, 153);
107
- }
108
- .icon-chForwardDraft .path2:before{
109
- content:"\c5014";
110
- margin-left:-0.935546875em;
111
- color:rgb(1, 1, 1);
112
- }
113
- .icon-chForwardDraft .path3:before{
114
- content:"\c5015";
115
- margin-left:-0.935546875em;
116
- color:rgb(102, 103, 102);
117
- }
118
- .icon-chFacebook .path1:before{
119
- content:"\c5016";
120
- color:rgb(153, 153, 153);
121
- }
122
- .icon-chFacebook .path2:before{
123
- content:"\c5017";
124
- margin-left:-0.53515625em;
125
- color:rgb(1, 1, 1);
126
- }
127
- .icon-chFacebookIn .path1:before{
128
- content:"\c5018";
129
- color:rgb(153, 153, 153);
130
- }
131
- .icon-chFacebookIn .path2:before{
132
- content:"\c5019";
133
- margin-left:-0.7470703125em;
134
- color:rgb(1, 1, 1);
135
- }
136
- .icon-chFacebookIn .path3:before{
137
- content:"\c501a";
138
- margin-left:-0.7470703125em;
139
- color:rgb(102, 103, 102);
140
- }
141
- .icon-chFacebookOut .path1:before{
142
- content:"\c501b";
143
- color:rgb(153, 153, 153);
144
- }
145
- .icon-chFacebookOut .path2:before{
146
- content:"\c501c";
147
- margin-left:-1em;
148
- color:rgb(1, 1, 1);
149
- }
150
- .icon-chFacebookOut .path3:before{
151
- content:"\c501d";
152
- margin-left:-1em;
153
- color:rgb(102, 103, 102);
154
- }
155
- .icon-chForum .path1:before{
156
- content:"\c501e";
157
- color:rgb(153, 153, 153);
158
- }
159
- .icon-chForum .path2:before{
160
- content:"\c501f";
161
- margin-left:-1.1083984375em;
162
- color:rgb(1, 1, 1);
163
- }
164
- .icon-chForumIn .path1:before{
165
- content:"\c5020";
166
- color:rgb(153, 153, 153);
167
- }
168
- .icon-chForumIn .path2:before{
169
- content:"\c5021";
170
- margin-left:-0.8544921875em;
171
- color:rgb(1, 1, 1);
172
- }
173
- .icon-chForumIn .path3:before{
174
- content:"\c5022";
175
- margin-left:-0.8544921875em;
176
- color:rgb(102, 103, 102);
177
- }
178
- .icon-chForumOut .path1:before{
179
- content:"\c5023";
180
- color:rgb(153, 153, 153);
181
- }
182
- .icon-chForumOut .path2:before{
183
- content:"\c5024";
184
- margin-left:-0.8798828125em;
185
- color:rgb(1, 1, 1);
186
- }
187
- .icon-chForumOut .path3:before{
188
- content:"\c5025";
189
- margin-left:-0.8798828125em;
190
- color:rgb(102, 103, 102);
191
- }
192
- .icon-chMail .path1:before{
193
- content:"\c5026";
194
- color:rgb(153, 153, 153);
195
- }
196
- .icon-chMail .path2:before{
197
- content:"\c5027";
198
- margin-left:-1.302734375em;
199
- color:rgb(1, 1, 1);
200
- }
201
- .icon-chMailForward .path1:before{
202
- content:"\c5028";
203
- color:rgb(153, 153, 153);
204
- }
205
- .icon-chMailForward .path2:before{
206
- content:"\c5029";
207
- margin-left:-0.9345703125em;
208
- color:rgb(1, 1, 1);
209
- }
210
- .icon-chMailForward .path3:before{
211
- content:"\c502a";
212
- margin-left:-0.9345703125em;
213
- color:rgb(51, 51, 51);
214
- }
215
- .icon-chMailIn .path1:before{
216
- content:"\c502b";
217
- color:rgb(153, 153, 153);
218
- }
219
- .icon-chMailIn .path2:before{
220
- content:"\c502c";
221
- margin-left:-0.8984375em;
222
- color:rgb(1, 1, 1);
223
- }
224
- .icon-chMailIn .path3:before{
225
- content:"\c502d";
226
- margin-left:-0.8984375em;
227
- color:rgb(102, 103, 102);
228
- }
229
- .icon-chMailOut .path1:before{
230
- content:"\c502e";
231
- color:rgb(153, 153, 153);
232
- }
233
- .icon-chMailOut .path2:before{
234
- content:"\c502f";
235
- margin-left:-0.9609375em;
236
- color:rgb(1, 1, 1);
237
- }
238
- .icon-chMailOut .path3:before{
239
- content:"\c5030";
240
- margin-left:-0.9609375em;
241
- color:rgb(102, 103, 102);
242
- }
243
- .icon-ttChTwitter .path1:before{
244
- content:"\c5031";
245
- color:rgb(153, 153, 153);
246
- }
247
- .icon-ttChTwitter .path2:before{
248
- content:"\c5032";
249
- margin-left:-0.9697265625em;
250
- color:rgb(0, 0, 0);
251
- }
252
- .icon-ttChTwitterIn .path1:before{
253
- content:"\c5033";
254
- color:rgb(153, 153, 153);
255
- }
256
- .icon-ttChTwitterIn .path2:before{
257
- content:"\c5034";
258
- margin-left:-1.2841796875em;
259
- color:rgb(0, 0, 0);
260
- }
261
- .icon-ttChTwitterIn .path3:before{
262
- content:"\c5035";
263
- margin-left:-1.2841796875em;
264
- color:rgb(51, 51, 51);
265
- }
266
- .icon-ttChTwitterOut .path1:before{
267
- content:"\c5036";
268
- color:rgb(153, 153, 153);
269
- }
270
- .icon-ttChTwitterOut .path2:before{
271
- content:"\c5037";
272
- margin-left:-1.296875em;
273
- color:rgb(0, 0, 0);
274
- }
275
- .icon-ttChTwitterOut .path3:before{
276
- content:"\c5038";
277
- margin-left:-1.296875em;
278
- color:rgb(51, 51, 51);
279
- }
280
- .icon-chWidget .path1:before{
281
- content:"\c5039";
282
- color:rgb(153, 153, 153);
283
- }
284
- .icon-chWidget .path2:before{
285
- content:"\c503a";
286
- margin-left:-1.115234375em;
287
- color:rgb(1, 1, 1);
288
- }
289
- .icon-contact .path1:before{
290
- content:"\c503b";
291
- color:rgb(153, 153, 153);
292
- }
293
- .icon-contact .path2:before{
294
- content:"\c503c";
295
- margin-left:-0.9658203125em;
296
- color:rgb(1, 1, 1);
297
- }
298
- .icon-contracts .path1:before{
299
- content:"\c503d";
300
- color:rgb(153, 153, 153);
301
- }
302
- .icon-contracts .path2:before{
303
- content:"\c503e";
304
- margin-left:-0.861328125em;
305
- color:rgb(1, 1, 1);
306
- }
307
- .icon-crm .path1:before{
308
- content:"\c503f";
309
- color:rgb(153, 153, 153);
310
- }
311
- .icon-crm .path2:before{
312
- content:"\c5040";
313
- margin-left:-1.12890625em;
314
- color:rgb(0, 0, 0);
315
- }
316
- .icon-dashboard .path1:before{
317
- content:"\c5041";
318
- color:rgb(153, 153, 153);
319
- }
320
- .icon-dashboard .path2:before{
321
- content:"\c5042";
322
- margin-left:-1.005859375em;
323
- color:rgb(1, 1, 1);
324
- }
325
- .icon-event .path1:before{
326
- content:"\c5043";
327
- color:rgb(153, 153, 153);
328
- }
329
- .icon-event .path2:before{
330
- content:"\c5044";
331
- margin-left:-1.0068359375em;
332
- color:rgb(1, 1, 1);
333
- }
334
- .icon-feeds .path1:before{
335
- content:"\c5045";
336
- color:rgb(153, 153, 153);
337
- }
338
- .icon-feeds .path2:before{
339
- content:"\c5046";
340
- margin-left:-0.9736328125em;
341
- color:rgb(1, 1, 1);
342
- }
343
- .icon-gallery .path1:before{
344
- content:"\c5047";
345
- color:rgb(153, 153, 153);
346
- }
347
- .icon-gallery .path2:before{
348
- content:"\c5048";
349
- margin-left:-0.990234375em;
350
- color:rgb(1, 1, 1);
351
- }
352
- .icon-gear .path1:before{
353
- content:"\c5049";
354
- color:rgb(153, 153, 153);
355
- }
356
- .icon-gear .path2:before{
357
- content:"\c504a";
358
- margin-left:-0.9345703125em;
359
- color:rgb(1, 1, 1);
360
- }
361
- .icon-manage .path1:before{
362
- content:"\c504b";
363
- color:rgb(153, 153, 153);
364
- }
365
- .icon-manage .path2:before{
366
- content:"\c504c";
367
- margin-left:-1.1318359375em;
368
- color:rgb(1, 1, 1);
369
- }
370
- .icon-notification .path1:before{
371
- content:"\c504d";
372
- color:rgb(153, 153, 153);
373
- }
374
- .icon-notification .path2:before{
375
- content:"\c504e";
376
- margin-left:-0.9697265625em;
377
- color:rgb(1, 1, 1);
378
- }
379
- .icon-overview .path1:before{
380
- content:"\c504f";
381
- color:rgb(153, 153, 153);
382
- }
383
- .icon-overview .path2:before{
384
- content:"\c5050";
385
- margin-left:-0.95703125em;
386
- color:rgb(1, 1, 1);
387
- }
388
- .icon-search .path1:before{
389
- content:"\c5051";
390
- color:rgb(153, 153, 153);
391
- }
392
- .icon-search .path2:before{
393
- content:"\c5052";
394
- margin-left:-1em;
395
- color:rgb(1, 1, 1);
396
- }
397
- .icon-tags .path1:before{
398
- content:"\c5053";
399
- color:rgb(153, 153, 153);
400
- }
401
- .icon-tags .path2:before{
402
- content:"\c5054";
403
- margin-left:-0.98828125em;
404
- color:rgb(1, 1, 1);
405
- }
406
- .icon-task .path1:before{
407
- content:"\c5055";
408
- color:rgb(153, 153, 153);
409
- }
410
- .icon-task .path2:before{
411
- content:"\c5056";
412
- margin-left:-0.9208984375em;
413
- color:rgb(1, 1, 1);
414
- }
415
- .icon-teamQueue .path1:before{
416
- content:"\c5057";
417
- color:rgb(153, 153, 153);
418
- }
419
- .icon-teamQueue .path2:before{
420
- content:"\c5058";
421
- margin-left:-1.2470703125em;
422
- color:rgb(1, 1, 1);
423
- }
424
- .icon-views .path1:before{
425
- content:"\c5059";
426
- color:rgb(153, 153, 153);
427
- }
428
- .icon-views .path2:before{
429
- content:"\c505a";
430
- margin-left:-1.0478515625em;
431
- color:rgb(1, 1, 1);
432
- }
433
- .icon-chInstagram .path1:before{
434
- content:"\c505b";
435
- color:rgb(153, 153, 153);
436
- }
437
- .icon-chInstagram .path2:before{
438
- content:"\c505c";
439
- margin-left:-1.0087890625em;
440
- color:rgb(1, 1, 1);
441
- }
442
- .icon-chInstagramOut .path1:before{
443
- content:"\c505d";
444
- color:rgb(153, 153, 153);
445
- }
446
- .icon-chInstagramOut .path2:before{
447
- content:"\c505e";
448
- margin-left:-1.17578125em;
449
- color:rgb(1, 1, 1);
450
- }
451
- .icon-chInstagramOut .path3:before{
452
- content:"\c505f";
453
- margin-left:-1.17578125em;
454
- color:rgb(102, 103, 102);
455
- }
456
- .icon-chInstagramIn .path1:before{
457
- content:"\c5060";
458
- color:rgb(153, 153, 153);
459
- }
460
- .icon-chInstagramIn .path2:before{
461
- content:"\c5061";
462
- margin-left:-1.1162109375em;
463
- color:rgb(1, 1, 1);
464
- }
465
- .icon-chInstagramIn .path3:before{
466
- content:"\c5062";
467
- margin-left:-1.1162109375em;
468
- color:rgb(102, 103, 102);
469
- }
470
- .icon-flagFill .path1:before{
471
- content:"\c5063";
472
- color:rgb(153, 153, 153);
473
- }
474
- .icon-flagFill .path2:before{
475
- content:"\c5064";
476
- margin-left:-0.8828125em;
477
- color:rgb(1, 1, 1);
478
- }
479
- .icon-chWhatsApp .path1:before{
480
- content:"\c5065";
481
- color:rgb(153, 153, 153);
482
- }
483
- .icon-chWhatsApp .path2:before{
484
- content:"\c5066";
485
- margin-left:-1.001953125em;
486
- color:rgb(1, 1, 1);
487
- }
488
- .icon-chWhatsAppIn .path1:before{
489
- content:"\c5067";
490
- color:rgb(153, 153, 153);
491
- }
492
- .icon-chWhatsAppIn .path2:before{
493
- content:"\c5068";
494
- margin-left:-1.2392578125em;
495
- color:rgb(1, 1, 1);
496
- }
497
- .icon-chWhatsAppIn .path3:before{
498
- content:"\c5069";
499
- margin-left:-1.2392578125em;
500
- color:rgb(102, 103, 102);
501
- }
502
- .icon-chWhatsAppOut .path1:before{
503
- content:"\c506a";
504
- color:rgb(153, 153, 153);
505
- }
506
- .icon-chWhatsAppOut .path2:before{
507
- content:"\c506b";
508
- margin-left:-1.2421875em;
509
- color:rgb(1, 1, 1);
510
- }
511
- .icon-chWhatsAppOut .path3:before{
512
- content:"\c506c";
513
- margin-left:-1.2421875em;
514
- color:rgb(102, 103, 102);
515
- }
516
- .icon-product .path1:before{
517
- content:"\c506d";
518
- color:rgb(31, 38, 52);
519
- opacity:0.3;
520
- }
521
- .icon-product .path2:before{
522
- content:"\c506e";
523
- margin-left:-0.9921875em;
524
- color:rgb(1, 1, 1);
525
- }
526
- .icon-gamescope .path1:before{
527
- content:"\c506f";
528
- color:rgb(153, 153, 153);
529
- }
530
- .icon-gamescope .path2:before{
531
- content:"\c5070";
532
- margin-left:-1.294921875em;
533
- color:rgb(1, 1, 1);
534
- }
535
- .icon-chDraft .path1:before{
536
- content:"\c5071";
537
- color:rgb(153, 153, 153);
538
- }
539
- .icon-chDraft .path2:before{
540
- content:"\c5072";
541
- margin-left:-1.0439453125em;
542
- color:rgb(1, 1, 1);
543
- }
544
- .icon-remoteAssist .path1:before{
545
- content:"\c5073";
546
- color:rgb(153, 153, 153);
547
- }
548
- .icon-remoteAssist .path2:before{
549
- content:"\c5074";
550
- margin-left:-1.1328125em;
551
- color:rgb(1, 1, 1);
552
- }
553
- .icon-conversation .path1:before{
554
- content:"\c5075";
555
- color:rgb(153, 153, 153);
556
- }
557
- .icon-conversation .path2:before{
558
- content:"\c5076";
559
- margin-left:-1.2529296875em;
560
- color:rgb(1, 1, 1);
561
- }
562
- .icon-chDirectFacebook .path1:before{
563
- content:"\c5077";
564
- color:rgb(153, 153, 153);
565
- }
566
- .icon-chDirectFacebook .path2:before{
567
- content:"\c5078";
568
- margin-left:-0.8857421875em;
569
- color:rgb(1, 1, 1);
570
- }
571
- .icon-chDirectFacebook .path3:before{
572
- content:"\c5079";
573
- margin-left:-0.8857421875em;
574
- color:rgb(102, 103, 102);
575
- }
576
- .icon-analytics .path1:before{
577
- content:"\c507a";
578
- color:rgb(153, 153, 153);
579
- }
580
- .icon-analytics .path2:before{
581
- content:"\c507b";
582
- margin-left:-1.0029296875em;
583
- color:rgb(1, 1, 1);
584
- }
585
- .icon-annoncement .path1:before{
586
- content:"\c507c";
587
- color:rgb(153, 153, 153);
588
- }
589
- .icon-annoncement .path2:before{
590
- content:"\c507d";
591
- margin-left:-1.10546875em;
592
- color:rgb(1, 1, 1);
593
- }
594
- .icon-books .path1:before{
595
- content:"\c507e";
596
- color:rgb(153, 153, 153);
597
- }
598
- .icon-books .path2:before{
599
- content:"\c507f";
600
- margin-left:-1.0107421875em;
601
- color:rgb(1, 1, 1);
602
- }
603
- .icon-bug .path1:before{
604
- content:"\c5080";
605
- color:rgb(153, 153, 153);
606
- }
607
- .icon-bug .path2:before{
608
- content:"\c5081";
609
- margin-left:-0.912109375em;
610
- color:rgb(1, 1, 1);
611
- }
612
- .icon-bot .path1:before{
613
- content:"\c5082";
614
- color:rgb(153, 153, 153);
615
- }
616
- .icon-bot .path2:before{
617
- content:"\c5083";
618
- margin-left:-0.912109375em;
619
- color:rgb(1, 1, 1);
620
- }
621
- .icon-chCall .path1:before{
622
- content:"\c5084";
623
- color:rgb(153, 153, 153);
624
- }
625
- .icon-chCall .path2:before{
626
- content:"\c5085";
627
- margin-left:-0.9609375em;
628
- color:rgb(1, 1, 1);
629
- }
630
- .icon-chCallOut .path1:before{
631
- content:"\c5086";
632
- color:rgb(153, 153, 153);
633
- }
634
- .icon-chCallOut .path2:before{
635
- content:"\c5087";
636
- margin-left:-0.8662109375em;
637
- color:rgb(1, 1, 1);
638
- }
639
- .icon-chCallOut .path3:before{
640
- content:"\c5088";
641
- margin-left:-0.8662109375em;
642
- color:rgb(102, 102, 102);
643
- }
644
- .icon-chHappiness .path1:before{
645
- content:"\c5089";
646
- color:rgb(153, 153, 153);
647
- opacity:0.5;
648
- }
649
- .icon-chHappiness .path2:before{
650
- content:"\c508a";
651
- margin-left:-1.0126953125em;
652
- color:rgb(1, 1, 1);
653
- }
654
- .icon-chHappinessIn .path1:before{
655
- content:"\c508b";
656
- color:rgb(153, 153, 153);
657
- opacity:0.5;
658
- }
659
- .icon-chHappinessIn .path2:before{
660
- content:"\c508c";
661
- margin-left:-1.2060546875em;
662
- color:rgb(1, 1, 1);
663
- }
664
- .icon-chHappinessIn .path3:before{
665
- content:"\c508d";
666
- margin-left:-1.2060546875em;
667
- color:rgb(102, 103, 102);
668
- }
669
- .icon-chHappinessOut .path1:before{
670
- content:"\c508e";
671
- color:rgb(153, 153, 153);
672
- opacity:0.5;
673
- }
674
- .icon-chHappinessOut .path2:before{
675
- content:"\c508f";
676
- margin-left:-1.240234375em;
677
- color:rgb(1, 1, 1);
678
- }
679
- .icon-chHappinessOut .path3:before{
680
- content:"\c5090";
681
- margin-left:-1.240234375em;
682
- color:rgb(102, 103, 102);
683
- }
684
- .icon-chWeb .path1:before{
685
- content:"\c5091";
686
- color:rgb(153, 153, 153);
687
- opacity:0.5;
688
- }
689
- .icon-chWeb .path2:before{
690
- content:"\c5092";
691
- margin-left:-0.99609375em;
692
- color:rgb(1, 1, 1);
693
- }
694
- .icon-chWebIn .path1:before{
695
- content:"\c5093";
696
- color:rgb(153, 153, 153);
697
- opacity:0.5;
698
- }
699
- .icon-chWebIn .path2:before{
700
- content:"\c5094";
701
- margin-left:-1.1884765625em;
702
- color:rgb(1, 1, 1);
703
- }
704
- .icon-chWebIn .path3:before{
705
- content:"\c5095";
706
- margin-left:-1.1884765625em;
707
- color:rgb(102, 103, 102);
708
- }
709
- .icon-chWebOut .path1:before{
710
- content:"\c5096";
711
- color:rgb(153, 153, 153);
712
- opacity:0.5;
713
- }
714
- .icon-chWebOut .path2:before{
715
- content:"\c5097";
716
- margin-left:-1.267578125em;
717
- color:rgb(1, 1, 1);
718
- }
719
- .icon-chWebOut .path3:before{
720
- content:"\c5098";
721
- margin-left:-1.267578125em;
722
- color:rgb(102, 103, 102);
723
- }
724
- .icon-comments .path1:before{
725
- content:"\c5099";
726
- color:rgb(153, 153, 153);
727
- }
728
- .icon-comments .path2:before{
729
- content:"\c509a";
730
- margin-left:-0.98046875em;
731
- color:rgb(1, 1, 1);
732
- }
733
- .icon-follow .path1:before{
734
- content:"\c509b";
735
- color:rgb(153, 153, 153);
736
- }
737
- .icon-follow .path2:before{
738
- content:"\c509c";
739
- margin-left:-1em;
740
- color:rgb(1, 1, 1);
741
- }
742
- .icon-idea .path1:before{
743
- content:"\c509d";
744
- color:rgb(153, 153, 153);
745
- }
746
- .icon-idea .path2:before{
747
- content:"\c509e";
748
- margin-left:-1.0517578125em;
749
- color:rgb(1, 1, 1);
750
- }
751
- .icon-info .path1:before{
752
- content:"\c509f";
753
- color:rgb(153, 153, 153);
754
- }
755
- .icon-info .path2:before{
756
- content:"\c50a0";
757
- margin-left:-1.0302734375em;
758
- color:rgb(1, 1, 1);
759
- }
760
- .icon-QuestionStroke .path1:before{
761
- content:"\c50a1";
762
- color:rgb(153, 153, 153);
763
- }
764
- .icon-QuestionStroke .path2:before{
765
- content:"\c50a2";
766
- margin-left:-0.55078125em;
767
- color:rgb(1, 1, 1);
768
- }
769
- .icon-reports .path1:before{
770
- content:"\c50a3";
771
- color:rgb(153, 153, 153);
772
- }
773
- .icon-reports .path2:before{
774
- content:"\c50a4";
775
- margin-left:-1.0390625em;
776
- color:rgb(1, 1, 1);
777
- }
778
- .icon-share .path1:before{
779
- content:"\c50a5";
780
- color:rgb(153, 153, 153);
781
- }
782
- .icon-share .path2:before{
783
- content:"\c50a6";
784
- margin-left:-0.8955078125em;
785
- color:rgb(1, 1, 1);
786
- }
787
- .icon-ticket .path1:before{
788
- content:"\c50a7";
789
- color:rgb(153, 153, 153);
790
- }
791
- .icon-ticket .path2:before{
792
- content:"\c50a8";
793
- margin-left:-1em;
794
- color:rgb(1, 1, 1);
795
- }
796
- .icon-ticketProperties .path1:before{
797
- content:"\c50a9";
798
- color:rgb(153, 153, 153);
799
- }
800
- .icon-ticketProperties .path2:before{
801
- content:"\c50aa";
802
- margin-left:-0.9794921875em;
803
- color:rgb(1, 1, 1);
804
- }
805
- .icon-timeLine .path1:before{
806
- content:"\c50ab";
807
- color:rgb(153, 153, 153);
808
- }
809
- .icon-timeLine .path2:before{
810
- content:"\c50ac";
811
- margin-left:-1.09375em;
812
- color:rgb(1, 1, 1);
813
- }
814
- .icon-triangleAlert .path1:before{
815
- content:"\c50ad";
816
- color:rgb(153, 153, 153);
817
- }
818
- .icon-triangleAlert .path2:before{
819
- content:"\c50ae";
820
- margin-left:-1.12890625em;
821
- color:rgb(1, 1, 1);
822
- }
823
- .icon-moreApps .path1:before{
824
- content:"\c50af";
825
- color:rgb(153, 153, 153);
826
- }
827
- .icon-moreApps .path2:before{
828
- content:"\c50b0";
829
- margin-left:-1em;
830
- color:rgb(1, 1, 1);
831
- }
832
- .icon-reply .path1:before{
833
- content:"\c50b1";
834
- color:rgb(153, 153, 153);
835
- }
836
- .icon-reply .path2:before{
837
- content:"\c50b2";
838
- margin-left:-1.0029296875em;
839
- color:rgb(1, 1, 1);
840
- }
841
- .icon-skills .path1:before{
842
- content:"\c50b3";
843
- color:rgb(153, 153, 153);
844
- }
845
- .icon-skills .path2:before{
846
- content:"\c50b4";
847
- margin-left:-0.966796875em;
848
- color:rgb(0, 0, 0);
849
- }
850
- .icon-instaIM .path1:before{
851
- content:"\c50b5";
852
- color:rgb(152, 151, 152);
853
- }
854
- .icon-instaIM .path2:before{
855
- content:"\c50b6";
856
- margin-left:-1.15625em;
857
- color:rgb(2, 2, 2);
858
- }
859
- .icon-instaIM .path3:before{
860
- content:"\c50b7";
861
- margin-left:-1.15625em;
862
- color:rgb(103, 104, 104);
863
- }
864
- .icon-imWeChat .path1:before{
865
- content:"\c50b8";
866
- color:rgb(153, 153, 153);
867
- }
868
- .icon-imWeChat .path2:before{
869
- content:"\c50b9";
870
- margin-left:-1.27734375em;
871
- color:rgb(1, 1, 1);
872
- }
873
- .icon-imtwillio .path1:before{
874
- content:"\c50ba";
875
- color:rgb(153, 153, 153);
876
- }
877
- .icon-imtwillio .path2:before{
878
- content:"\c50bb";
879
- margin-left:-1em;
880
- color:rgb(35, 31, 32);
881
- }
882
- .icon-imTelegram .path1:before{
883
- content:"\c50bc";
884
- color:rgb(153, 153, 153);
885
- }
886
- .icon-imTelegram .path2:before{
887
- content:"\c50bd";
888
- margin-left:-0.99609375em;
889
- color:rgb(1, 1, 1);
890
- }
891
- .icon-imLine .path1:before{
892
- content:"\c50be";
893
- color:rgb(153, 153, 153);
894
- }
895
- .icon-imLine .path2:before{
896
- content:"\c50bf";
897
- margin-left:-1.1298828125em;
898
- color:rgb(35, 31, 32);
899
- }
900
- .icon-imASAP .path1:before{
901
- content:"\c50c0";
902
- color:rgb(153, 153, 153);
903
- }
904
- .icon-imASAP .path2:before{
905
- content:"\c50c1";
906
- margin-left:-1.0380859375em;
907
- color:rgb(1, 1, 1);
908
- }
909
- .icon-pdf .path1:before{
910
- content:"\c50c2";
911
- color:rgb(153, 153, 153);
912
- }
913
- .icon-pdf .path2:before{
914
- content:"\c50c3";
915
- margin-left:-1.009765625em;
916
- color:rgb(0, 0, 0);
917
- }
918
- .icon-mp4 .path1:before{
919
- content:"\c50c4";
920
- color:rgb(153, 153, 153);
921
- }
922
- .icon-mp4 .path2:before{
923
- content:"\c50c5";
924
- margin-left:-0.97265625em;
925
- color:rgb(0, 0, 0);
926
- }
927
- .icon-code .path1:before{
928
- content:"\c50c6";
929
- color:rgb(153, 153, 153);
930
- }
931
- .icon-code .path2:before{
932
- content:"\c50c7";
933
- margin-left:-0.984375em;
934
- color:rgb(0, 0, 0);
935
- }
936
- .icon-unknown .path1:before{
937
- content:"\c50c8";
938
- color:rgb(153, 153, 153);
939
- }
940
- .icon-unknown .path2:before{
941
- content:"\c50c9";
942
- margin-left:-1.021484375em;
943
- color:rgb(1, 1, 1);
944
- }
945
- .icon-txt .path1:before{
946
- content:"\c50ca";
947
- color:rgb(153, 153, 153);
948
- }
949
- .icon-txt .path2:before{
950
- content:"\c50cb";
951
- margin-left:-0.978515625em;
952
- color:rgb(0, 0, 0);
953
- }
954
- .icon-zip .path1:before{
955
- content:"\c50cc";
956
- color:rgb(153, 153, 153);
957
- }
958
- .icon-zip .path2:before{
959
- content:"\c50cd";
960
- margin-left:-0.978515625em;
961
- color:rgb(0, 0, 0);
962
- }
963
- .icon-image .path1:before{
964
- content:"\c50ce";
965
- color:rgb(153, 153, 153);
966
- }
967
- .icon-image .path2:before{
968
- content:"\c50cf";
969
- margin-left:-1em;
970
- color:rgb(0, 0, 0);
971
- }
972
- .icon-mp3 .path1:before{
973
- content:"\c50d0";
974
- color:rgb(153, 153, 153);
975
- }
976
- .icon-mp3 .path2:before{
977
- content:"\c50d1";
978
- margin-left:-0.984375em;
979
- color:rgb(0, 0, 0);
980
- }
981
- .icon-ttLocation .path1:before{
982
- content:"\c50d2";
983
- color:rgb(153, 153, 153);
984
- }
985
- .icon-ttLocation .path2:before{
986
- content:"\c50d3";
987
- margin-left:-0.837890625em;
988
- color:rgb(1, 1, 1);
989
- }
990
- .icon-ttAttach .path1:before{
991
- content:"\c50d4";
992
- color:rgb(153, 153, 153);
993
- }
994
- .icon-ttAttach .path2:before{
995
- content:"\c50d5";
996
- margin-left:-1.091796875em;
997
- color:rgb(1, 1, 1);
998
- }
999
- .icon-ttHash .path1:before{
1000
- content:"\c50d6";
1001
- color:rgb(153, 153, 153);
1002
- }
1003
- .icon-ttHash .path2:before{
1004
- content:"\c50d7";
1005
- margin-left:-0.9541015625em;
1006
- color:rgb(1, 1, 1);
1007
- }
1008
- .icon-supportPlan .path1:before{
1009
- content:"\c50d8";
1010
- color:rgb(200, 202, 219);
1011
- opacity:0.5;
1012
- }
1013
- .icon-supportPlan .path2:before{
1014
- content:"\c50d9";
1015
- margin-left:-1em;
1016
- color:rgb(0, 0, 0);
1017
- }
1018
- .icon-zia .path1:before{
1019
- content:"\c50da";
1020
- color:rgb(200, 202, 219);
1021
- opacity:0.5;
1022
- }
1023
- .icon-zia .path2:before{
1024
- content:"\c50db";
1025
- margin-left:-1em;
1026
- color:rgb(1, 1, 1);
1027
- }
1028
- .icon-xls .path1:before{
1029
- content:"\c50dc";
1030
- color:rgb(200, 202, 219);
1031
- opacity:0.5;
1032
- }
1033
- .icon-xls .path2:before{
1034
- content:"\c50dd";
1035
- margin-left:-0.9912109375em;
1036
- color:rgb(1, 1, 1);
1037
- }
1038
- .icon-ppt .path1:before{
1039
- content:"\c50de";
1040
- color:rgb(200, 202, 219);
1041
- opacity:0.5;
1042
- }
1043
- .icon-ppt .path2:before{
1044
- content:"\c50df";
1045
- margin-left:-1.0078125em;
1046
- color:rgb(1, 1, 1);
1047
- }
1048
- .icon-fbMessanger .path1:before{
1049
- content:"\c50e0";
1050
- color:rgb(153, 153, 153);
1051
- }
1052
- .icon-fbMessanger .path2:before{
1053
- content:"\c50e1";
1054
- margin-left:-1em;
1055
- color:rgb(1, 1, 1);
1056
- }
1057
- .icon-customModule .path1:before{
1058
- content:"\c50e2";
1059
- color:rgb(152, 152, 152);
1060
- }
1061
- .icon-customModule .path2:before{
1062
- content:"\c50e3";
1063
- margin-left:-1.0625em;
1064
- color:rgb(1, 1, 1);
1065
- }
1066
- .icon-blocked .path1:before{
1067
- content:"\c50e4";
1068
- color:rgb(2, 2, 2);
1069
- opacity:0.1;
1070
- }
1071
- .icon-blocked .path2:before{
1072
- content:"\c50e5";
1073
- margin-left:-1em;
1074
- color:rgb(1, 1, 1);
1075
- }
1076
- .icon-ended .path1:before{
1077
- content:"\c50e6";
1078
- color:rgb(2, 2, 2);
1079
- opacity:0.1;
1080
- }
1081
- .icon-ended .path2:before{
1082
- content:"\c50e7";
1083
- margin-left:-1em;
1084
- color:rgb(1, 1, 1);
1085
- }
1086
- .icon-allChannels .path1:before{
1087
- content:"\c50e8";
1088
- color:rgb(0, 0, 0);
1089
- opacity:0.1;
1090
- }
1091
- .icon-allChannels .path2:before{
1092
- content:"\c50e9";
1093
- margin-left:-0.962890625em;
1094
- color:rgb(0, 0, 0);
1095
- }
1096
- .icon-ttreschedule .path1:before{
1097
- content:"\c50ea";
1098
- color:rgb(51, 51, 51);
1099
- opacity:0.3;
1100
- }
1101
- .icon-ttreschedule .path2:before{
1102
- content:"\c50eb";
1103
- margin-left:-1em;
1104
- color:rgb(1, 1, 1);
1105
- }
1106
- .icon-chTwitterDirect .path1:before{
1107
- content:"\c50ec";
1108
- color:rgb(152, 152, 152);
1109
- }
1110
- .icon-chTwitterDirect .path2:before{
1111
- content:"\c50ed";
1112
- margin-left:-1.3359375em;
1113
- color:rgb(1, 1, 1);
1114
- }
1115
- .icon-chTwitterDirect .path3:before{
1116
- content:"\c50ee";
1117
- margin-left:-1.3359375em;
1118
- color:rgb(103, 103, 103);
1119
- }
1120
- .icon-ttFilter .path1:before{
1121
- content:"\c50ef";
1122
- color:rgb(153, 153, 153);
1123
- }
1124
- .icon-ttFilter .path2:before{
1125
- content:"\c50f0";
1126
- margin-left:-1em;
1127
- color:rgb(0, 0, 0);
1128
- }
1129
- .icon-notificationBell .path1:before{
1130
- content:"\c50f1";
1131
- color:rgb(152, 152, 152);
1132
- }
1133
- .icon-notificationBell .path2:before{
1134
- content:"\c50f2";
1135
- margin-left:-1em;
1136
- color:rgb(0, 0, 0);
1137
- }
1138
- .icon-selfservicePortal .path1:before{
1139
- content:"\c50f3";
1140
- color:rgb(153, 153, 153);
1141
- }
1142
- .icon-selfservicePortal .path2:before{
1143
- content:"\c50f4";
1144
- margin-left:-1em;
1145
- color:rgb(0, 0, 0);
1146
- }
1147
- .icon-ttComment .path1:before{
1148
- content:"\c50f5";
1149
- color:rgb(51, 51, 51);
1150
- opacity:0.2;
1151
- }
1152
- .icon-ttComment .path2:before{
1153
- content:"\c50f6";
1154
- margin-left:-1em;
1155
- color:rgb(0, 0, 0);
1156
- }
1157
- .icon-ttCommentOut .path1:before{
1158
- content:"\c50f7";
1159
- color:rgb(51, 51, 51);
1160
- opacity:0.2;
1161
- }
1162
- .icon-ttCommentOut .path2:before{
1163
- content:"\c50f8";
1164
- margin-left:-1em;
1165
- color:rgb(0, 0, 0);
1166
- }
1167
- .icon-ttCommentOut .path3:before{
1168
- content:"\c50f9";
1169
- margin-left:-1em;
1170
- color:rgb(47, 116, 186);
1171
- }
1172
- .icon-ttCommentIn .path1:before{
1173
- content:"\c50fa";
1174
- color:rgb(51, 51, 51);
1175
- opacity:0.2;
1176
- }
1177
- .icon-ttCommentIn .path2:before{
1178
- content:"\c50fb";
1179
- margin-left:-1em;
1180
- color:rgb(0, 0, 0);
1181
- }
1182
- .icon-ttCommentIn .path3:before{
1183
- content:"\c50fc";
1184
- margin-left:-1em;
1185
- color:rgb(49, 170, 97);
1186
- }
1187
- .icon-aiInbox .path1:before{
1188
- content:"\c50fd";
1189
- color:rgb(153, 153, 153);
1190
- }
1191
- .icon-aiInbox .path2:before{
1192
- content:"\c50fe";
1193
- margin-left:-1.064453125em;
1194
- color:rgb(0, 0, 0);
1195
- }
1196
- .icon-aiChatSummary .path1:before{
1197
- content:"\c50ff";
1198
- color:rgb(153, 153, 153);
1199
- }
1200
- .icon-aiChatSummary .path2:before{
1201
- content:"\c5100";
1202
- margin-left:-1.0166015625em;
1203
- color:rgb(0, 0, 0);
1204
- }
1205
- .icon-compactView .path1:before{
1206
- content:"\c5101";
1207
- color:rgb(153, 153, 153);
1208
- }
1209
- .icon-compactView .path2:before{
1210
- content:"\c5102";
1211
- margin-left:-1.212890625em;
1212
- color:rgb(0, 0, 0);
1213
- }
1214
- .icon-fullView .path1:before{
1215
- content:"\c5103";
1216
- color:rgb(153, 153, 153);
1217
- }
1218
- .icon-fullView .path2:before{
1219
- content:"\c5104";
1220
- margin-left:-1.212890625em;
1221
- color:rgb(0, 0, 0);
1222
- }
1223
- .icon-splitView .path1:before{
1224
- content:"\c5105";
1225
- color:rgb(153, 153, 153);
1226
- }
1227
- .icon-splitView .path2:before{
1228
- content:"\c5106";
1229
- margin-left:-1.0380859375em;
1230
- color:rgb(0, 0, 0);
1231
- }
1232
- .icon-weCom .path1:before{
1233
- content:"\c5107";
1234
- color:rgb(153, 153, 153);
1235
- }
1236
- .icon-weCom .path2:before{
1237
- content:"\c5108";
1238
- margin-left:-1.1884765625em;
1239
- color:rgb(0, 0, 0);
1240
- }
1241
- .icon-exploreExtension .path1:before{
1242
- content:"\c5109";
1243
- color:rgb(152, 152, 152);
1244
- }
1245
- .icon-exploreExtension .path2:before{
1246
- content:"\c510a";
1247
- margin-left:-1.0029296875em;
1248
- color:rgb(0, 0, 0);
1249
- }
1250
- .icon-uploadExtension .path1:before{
1251
- content:"\c510b";
1252
- color:rgb(152, 152, 152);
1253
- }
1254
- .icon-uploadExtension .path2:before{
1255
- content:"\c510c";
1256
- margin-left:-0.861328125em;
1257
- color:rgb(0, 0, 0);
1258
- }
1259
- .icon-buildExtension .path1:before{
1260
- content:"\c510d";
1261
- color:rgb(152, 152, 152);
1262
- }
1263
- .icon-buildExtension .path2:before{
1264
- content:"\c510e";
1265
- margin-left:-1em;
1266
- color:rgb(0, 0, 0);
1267
- }
1268
- .icon-ttMic .path1:before{
1269
- content:"\c510f";
1270
- color:rgb(152, 152, 152);
1271
- }
1272
- .icon-ttMic .path2:before{
1273
- content:"\c5110";
1274
- margin-left:-0.70703125em;
1275
- color:rgb(0, 0, 0);
21
+ .icon-accounts .path1:before {
22
+ content: "\c5000";
23
+ color: rgb(153, 153, 153);
24
+ }
25
+ .icon-accounts .path2:before {
26
+ content: "\c5001";
27
+ margin-left: -1.1552734375em;
28
+ color: rgb(1, 1, 1);
29
+ }
30
+ .icon-activities .path1:before {
31
+ content: "\c5002";
32
+ color: rgb(153, 153, 153);
33
+ }
34
+ .icon-activities .path2:before {
35
+ content: "\c5003";
36
+ margin-left: -1.0703125em;
37
+ color: rgb(1, 1, 1);
38
+ }
39
+ .icon-agentQueue .path1:before {
40
+ content: "\c5004";
41
+ color: rgb(153, 153, 153);
42
+ }
43
+ .icon-agentQueue .path2:before {
44
+ content: "\c5005";
45
+ margin-left: -1.2900390625em;
46
+ color: rgb(1, 1, 1);
47
+ }
48
+ .icon-article .path1:before {
49
+ content: "\c5006";
50
+ color: rgb(153, 153, 153);
51
+ }
52
+ .icon-article .path2:before {
53
+ content: "\c5007";
54
+ margin-left: -0.962890625em;
55
+ color: rgb(1, 1, 1);
56
+ }
57
+ .icon-chCallIn .path1:before {
58
+ content: "\c5008";
59
+ color: rgb(153, 153, 153);
60
+ }
61
+ .icon-chCallIn .path2:before {
62
+ content: "\c5009";
63
+ margin-left: -1.068359375em;
64
+ color: rgb(35, 31, 32);
65
+ }
66
+ .icon-chCallIn .path3:before {
67
+ content: "\c500a";
68
+ margin-left: -1.068359375em;
69
+ color: rgb(102, 103, 102);
70
+ }
71
+ .icon-chChat .path1:before {
72
+ content: "\c500b";
73
+ color: rgb(153, 153, 153);
74
+ }
75
+ .icon-chChat .path2:before {
76
+ content: "\c500c";
77
+ margin-left: -1.24609375em;
78
+ color: rgb(1, 1, 1);
79
+ }
80
+ .icon-chChatIn .path1:before {
81
+ content: "\c500d";
82
+ color: rgb(153, 153, 153);
83
+ }
84
+ .icon-chChatIn .path2:before {
85
+ content: "\c500e";
86
+ margin-left: -0.984375em;
87
+ color: rgb(1, 1, 1);
88
+ }
89
+ .icon-chChatIn .path3:before {
90
+ content: "\c500f";
91
+ margin-left: -0.984375em;
92
+ color: rgb(102, 103, 102);
93
+ }
94
+ .icon-chChatOut .path1:before {
95
+ content: "\c5010";
96
+ color: rgb(153, 153, 153);
97
+ }
98
+ .icon-chChatOut .path2:before {
99
+ content: "\c5011";
100
+ margin-left: -1.009765625em;
101
+ color: rgb(1, 1, 1);
102
+ }
103
+ .icon-chChatOut .path3:before {
104
+ content: "\c5012";
105
+ margin-left: -1.009765625em;
106
+ color: rgb(102, 103, 102);
107
+ }
108
+ .icon-chForwardDraft .path1:before {
109
+ content: "\c5013";
110
+ color: rgb(153, 153, 153);
111
+ }
112
+ .icon-chForwardDraft .path2:before {
113
+ content: "\c5014";
114
+ margin-left: -0.935546875em;
115
+ color: rgb(1, 1, 1);
116
+ }
117
+ .icon-chForwardDraft .path3:before {
118
+ content: "\c5015";
119
+ margin-left: -0.935546875em;
120
+ color: rgb(102, 103, 102);
121
+ }
122
+ .icon-chFacebook .path1:before {
123
+ content: "\c5016";
124
+ color: rgb(153, 153, 153);
125
+ }
126
+ .icon-chFacebook .path2:before {
127
+ content: "\c5017";
128
+ margin-left: -0.53515625em;
129
+ color: rgb(1, 1, 1);
130
+ }
131
+ .icon-chFacebookIn .path1:before {
132
+ content: "\c5018";
133
+ color: rgb(153, 153, 153);
134
+ }
135
+ .icon-chFacebookIn .path2:before {
136
+ content: "\c5019";
137
+ margin-left: -0.7470703125em;
138
+ color: rgb(1, 1, 1);
139
+ }
140
+ .icon-chFacebookIn .path3:before {
141
+ content: "\c501a";
142
+ margin-left: -0.7470703125em;
143
+ color: rgb(102, 103, 102);
144
+ }
145
+ .icon-chFacebookOut .path1:before {
146
+ content: "\c501b";
147
+ color: rgb(153, 153, 153);
148
+ }
149
+ .icon-chFacebookOut .path2:before {
150
+ content: "\c501c";
151
+ margin-left: -1em;
152
+ color: rgb(1, 1, 1);
153
+ }
154
+ .icon-chFacebookOut .path3:before {
155
+ content: "\c501d";
156
+ margin-left: -1em;
157
+ color: rgb(102, 103, 102);
158
+ }
159
+ .icon-chForum .path1:before {
160
+ content: "\c501e";
161
+ color: rgb(153, 153, 153);
162
+ }
163
+ .icon-chForum .path2:before {
164
+ content: "\c501f";
165
+ margin-left: -1.1083984375em;
166
+ color: rgb(1, 1, 1);
167
+ }
168
+ .icon-chForumIn .path1:before {
169
+ content: "\c5020";
170
+ color: rgb(153, 153, 153);
171
+ }
172
+ .icon-chForumIn .path2:before {
173
+ content: "\c5021";
174
+ margin-left: -0.8544921875em;
175
+ color: rgb(1, 1, 1);
176
+ }
177
+ .icon-chForumIn .path3:before {
178
+ content: "\c5022";
179
+ margin-left: -0.8544921875em;
180
+ color: rgb(102, 103, 102);
181
+ }
182
+ .icon-chForumOut .path1:before {
183
+ content: "\c5023";
184
+ color: rgb(153, 153, 153);
185
+ }
186
+ .icon-chForumOut .path2:before {
187
+ content: "\c5024";
188
+ margin-left: -0.8798828125em;
189
+ color: rgb(1, 1, 1);
190
+ }
191
+ .icon-chForumOut .path3:before {
192
+ content: "\c5025";
193
+ margin-left: -0.8798828125em;
194
+ color: rgb(102, 103, 102);
195
+ }
196
+ .icon-chMail .path1:before {
197
+ content: "\c5026";
198
+ color: rgb(153, 153, 153);
199
+ }
200
+ .icon-chMail .path2:before {
201
+ content: "\c5027";
202
+ margin-left: -1.302734375em;
203
+ color: rgb(1, 1, 1);
204
+ }
205
+ .icon-chMailForward .path1:before {
206
+ content: "\c5028";
207
+ color: rgb(153, 153, 153);
208
+ }
209
+ .icon-chMailForward .path2:before {
210
+ content: "\c5029";
211
+ margin-left: -0.9345703125em;
212
+ color: rgb(1, 1, 1);
213
+ }
214
+ .icon-chMailForward .path3:before {
215
+ content: "\c502a";
216
+ margin-left: -0.9345703125em;
217
+ color: rgb(51, 51, 51);
218
+ }
219
+ .icon-chMailIn .path1:before {
220
+ content: "\c502b";
221
+ color: rgb(153, 153, 153);
222
+ }
223
+ .icon-chMailIn .path2:before {
224
+ content: "\c502c";
225
+ margin-left: -0.8984375em;
226
+ color: rgb(1, 1, 1);
227
+ }
228
+ .icon-chMailIn .path3:before {
229
+ content: "\c502d";
230
+ margin-left: -0.8984375em;
231
+ color: rgb(102, 103, 102);
232
+ }
233
+ .icon-chMailOut .path1:before {
234
+ content: "\c502e";
235
+ color: rgb(153, 153, 153);
236
+ }
237
+ .icon-chMailOut .path2:before {
238
+ content: "\c502f";
239
+ margin-left: -0.9609375em;
240
+ color: rgb(1, 1, 1);
241
+ }
242
+ .icon-chMailOut .path3:before {
243
+ content: "\c5030";
244
+ margin-left: -0.9609375em;
245
+ color: rgb(102, 103, 102);
246
+ }
247
+ .icon-ttChTwitter .path1:before {
248
+ content: "\c5031";
249
+ color: rgb(153, 153, 153);
250
+ }
251
+ .icon-ttChTwitter .path2:before {
252
+ content: "\c5032";
253
+ margin-left: -0.9697265625em;
254
+ color: rgb(0, 0, 0);
255
+ }
256
+ .icon-ttChTwitterIn .path1:before {
257
+ content: "\c5033";
258
+ color: rgb(153, 153, 153);
259
+ }
260
+ .icon-ttChTwitterIn .path2:before {
261
+ content: "\c5034";
262
+ margin-left: -1.2841796875em;
263
+ color: rgb(0, 0, 0);
264
+ }
265
+ .icon-ttChTwitterIn .path3:before {
266
+ content: "\c5035";
267
+ margin-left: -1.2841796875em;
268
+ color: rgb(51, 51, 51);
269
+ }
270
+ .icon-ttChTwitterOut .path1:before {
271
+ content: "\c5036";
272
+ color: rgb(153, 153, 153);
273
+ }
274
+ .icon-ttChTwitterOut .path2:before {
275
+ content: "\c5037";
276
+ margin-left: -1.296875em;
277
+ color: rgb(0, 0, 0);
278
+ }
279
+ .icon-ttChTwitterOut .path3:before {
280
+ content: "\c5038";
281
+ margin-left: -1.296875em;
282
+ color: rgb(51, 51, 51);
283
+ }
284
+ .icon-chWidget .path1:before {
285
+ content: "\c5039";
286
+ color: rgb(153, 153, 153);
287
+ }
288
+ .icon-chWidget .path2:before {
289
+ content: "\c503a";
290
+ margin-left: -1.115234375em;
291
+ color: rgb(1, 1, 1);
292
+ }
293
+ .icon-contact .path1:before {
294
+ content: "\c503b";
295
+ color: rgb(153, 153, 153);
296
+ }
297
+ .icon-contact .path2:before {
298
+ content: "\c503c";
299
+ margin-left: -0.9658203125em;
300
+ color: rgb(1, 1, 1);
301
+ }
302
+ .icon-contracts .path1:before {
303
+ content: "\c503d";
304
+ color: rgb(153, 153, 153);
305
+ }
306
+ .icon-contracts .path2:before {
307
+ content: "\c503e";
308
+ margin-left: -0.861328125em;
309
+ color: rgb(1, 1, 1);
310
+ }
311
+ .icon-crm .path1:before {
312
+ content: "\c503f";
313
+ color: rgb(153, 153, 153);
314
+ }
315
+ .icon-crm .path2:before {
316
+ content: "\c5040";
317
+ margin-left: -1.12890625em;
318
+ color: rgb(0, 0, 0);
319
+ }
320
+ .icon-dashboard .path1:before {
321
+ content: "\c5041";
322
+ color: rgb(153, 153, 153);
323
+ }
324
+ .icon-dashboard .path2:before {
325
+ content: "\c5042";
326
+ margin-left: -1.005859375em;
327
+ color: rgb(1, 1, 1);
328
+ }
329
+ .icon-event .path1:before {
330
+ content: "\c5043";
331
+ color: rgb(153, 153, 153);
332
+ }
333
+ .icon-event .path2:before {
334
+ content: "\c5044";
335
+ margin-left: -1.0068359375em;
336
+ color: rgb(1, 1, 1);
337
+ }
338
+ .icon-feeds .path1:before {
339
+ content: "\c5045";
340
+ color: rgb(153, 153, 153);
341
+ }
342
+ .icon-feeds .path2:before {
343
+ content: "\c5046";
344
+ margin-left: -0.9736328125em;
345
+ color: rgb(1, 1, 1);
346
+ }
347
+ .icon-gallery .path1:before {
348
+ content: "\c5047";
349
+ color: rgb(153, 153, 153);
350
+ }
351
+ .icon-gallery .path2:before {
352
+ content: "\c5048";
353
+ margin-left: -0.990234375em;
354
+ color: rgb(1, 1, 1);
355
+ }
356
+ .icon-gear .path1:before {
357
+ content: "\c5049";
358
+ color: rgb(153, 153, 153);
359
+ }
360
+ .icon-gear .path2:before {
361
+ content: "\c504a";
362
+ margin-left: -0.9345703125em;
363
+ color: rgb(1, 1, 1);
364
+ }
365
+ .icon-manage .path1:before {
366
+ content: "\c504b";
367
+ color: rgb(153, 153, 153);
368
+ }
369
+ .icon-manage .path2:before {
370
+ content: "\c504c";
371
+ margin-left: -1.1318359375em;
372
+ color: rgb(1, 1, 1);
373
+ }
374
+ .icon-notification .path1:before {
375
+ content: "\c504d";
376
+ color: rgb(153, 153, 153);
377
+ }
378
+ .icon-notification .path2:before {
379
+ content: "\c504e";
380
+ margin-left: -0.9697265625em;
381
+ color: rgb(1, 1, 1);
382
+ }
383
+ .icon-overview .path1:before {
384
+ content: "\c504f";
385
+ color: rgb(153, 153, 153);
386
+ }
387
+ .icon-overview .path2:before {
388
+ content: "\c5050";
389
+ margin-left: -0.95703125em;
390
+ color: rgb(1, 1, 1);
391
+ }
392
+ .icon-search .path1:before {
393
+ content: "\c5051";
394
+ color: rgb(153, 153, 153);
395
+ }
396
+ .icon-search .path2:before {
397
+ content: "\c5052";
398
+ margin-left: -1em;
399
+ color: rgb(1, 1, 1);
400
+ }
401
+ .icon-tags .path1:before {
402
+ content: "\c5053";
403
+ color: rgb(153, 153, 153);
404
+ }
405
+ .icon-tags .path2:before {
406
+ content: "\c5054";
407
+ margin-left: -0.98828125em;
408
+ color: rgb(1, 1, 1);
409
+ }
410
+ .icon-task .path1:before {
411
+ content: "\c5055";
412
+ color: rgb(153, 153, 153);
413
+ }
414
+ .icon-task .path2:before {
415
+ content: "\c5056";
416
+ margin-left: -0.9208984375em;
417
+ color: rgb(1, 1, 1);
418
+ }
419
+ .icon-teamQueue .path1:before {
420
+ content: "\c5057";
421
+ color: rgb(153, 153, 153);
422
+ }
423
+ .icon-teamQueue .path2:before {
424
+ content: "\c5058";
425
+ margin-left: -1.2470703125em;
426
+ color: rgb(1, 1, 1);
427
+ }
428
+ .icon-views .path1:before {
429
+ content: "\c5059";
430
+ color: rgb(153, 153, 153);
431
+ }
432
+ .icon-views .path2:before {
433
+ content: "\c505a";
434
+ margin-left: -1.0478515625em;
435
+ color: rgb(1, 1, 1);
436
+ }
437
+ .icon-chInstagram .path1:before {
438
+ content: "\c505b";
439
+ color: rgb(153, 153, 153);
440
+ }
441
+ .icon-chInstagram .path2:before {
442
+ content: "\c505c";
443
+ margin-left: -1.0087890625em;
444
+ color: rgb(1, 1, 1);
445
+ }
446
+ .icon-chInstagramOut .path1:before {
447
+ content: "\c505d";
448
+ color: rgb(153, 153, 153);
449
+ }
450
+ .icon-chInstagramOut .path2:before {
451
+ content: "\c505e";
452
+ margin-left: -1.17578125em;
453
+ color: rgb(1, 1, 1);
454
+ }
455
+ .icon-chInstagramOut .path3:before {
456
+ content: "\c505f";
457
+ margin-left: -1.17578125em;
458
+ color: rgb(102, 103, 102);
459
+ }
460
+ .icon-chInstagramIn .path1:before {
461
+ content: "\c5060";
462
+ color: rgb(153, 153, 153);
463
+ }
464
+ .icon-chInstagramIn .path2:before {
465
+ content: "\c5061";
466
+ margin-left: -1.1162109375em;
467
+ color: rgb(1, 1, 1);
468
+ }
469
+ .icon-chInstagramIn .path3:before {
470
+ content: "\c5062";
471
+ margin-left: -1.1162109375em;
472
+ color: rgb(102, 103, 102);
473
+ }
474
+ .icon-flagFill .path1:before {
475
+ content: "\c5063";
476
+ color: rgb(153, 153, 153);
477
+ }
478
+ .icon-flagFill .path2:before {
479
+ content: "\c5064";
480
+ margin-left: -0.8828125em;
481
+ color: rgb(1, 1, 1);
482
+ }
483
+ .icon-chWhatsApp .path1:before {
484
+ content: "\c5065";
485
+ color: rgb(153, 153, 153);
486
+ }
487
+ .icon-chWhatsApp .path2:before {
488
+ content: "\c5066";
489
+ margin-left: -1.001953125em;
490
+ color: rgb(1, 1, 1);
491
+ }
492
+ .icon-chWhatsAppIn .path1:before {
493
+ content: "\c5067";
494
+ color: rgb(153, 153, 153);
495
+ }
496
+ .icon-chWhatsAppIn .path2:before {
497
+ content: "\c5068";
498
+ margin-left: -1.2392578125em;
499
+ color: rgb(1, 1, 1);
500
+ }
501
+ .icon-chWhatsAppIn .path3:before {
502
+ content: "\c5069";
503
+ margin-left: -1.2392578125em;
504
+ color: rgb(102, 103, 102);
505
+ }
506
+ .icon-chWhatsAppOut .path1:before {
507
+ content: "\c506a";
508
+ color: rgb(153, 153, 153);
509
+ }
510
+ .icon-chWhatsAppOut .path2:before {
511
+ content: "\c506b";
512
+ margin-left: -1.2421875em;
513
+ color: rgb(1, 1, 1);
514
+ }
515
+ .icon-chWhatsAppOut .path3:before {
516
+ content: "\c506c";
517
+ margin-left: -1.2421875em;
518
+ color: rgb(102, 103, 102);
519
+ }
520
+ .icon-product .path1:before {
521
+ content: "\c506d";
522
+ color: rgb(31, 38, 52);
523
+ opacity: 0.3;
524
+ }
525
+ .icon-product .path2:before {
526
+ content: "\c506e";
527
+ margin-left: -0.9921875em;
528
+ color: rgb(1, 1, 1);
529
+ }
530
+ .icon-gamescope .path1:before {
531
+ content: "\c506f";
532
+ color: rgb(153, 153, 153);
533
+ }
534
+ .icon-gamescope .path2:before {
535
+ content: "\c5070";
536
+ margin-left: -1.294921875em;
537
+ color: rgb(1, 1, 1);
538
+ }
539
+ .icon-chDraft .path1:before {
540
+ content: "\c5071";
541
+ color: rgb(153, 153, 153);
542
+ }
543
+ .icon-chDraft .path2:before {
544
+ content: "\c5072";
545
+ margin-left: -1.0439453125em;
546
+ color: rgb(1, 1, 1);
547
+ }
548
+ .icon-remoteAssist .path1:before {
549
+ content: "\c5073";
550
+ color: rgb(153, 153, 153);
551
+ }
552
+ .icon-remoteAssist .path2:before {
553
+ content: "\c5074";
554
+ margin-left: -1.1328125em;
555
+ color: rgb(1, 1, 1);
556
+ }
557
+ .icon-conversation .path1:before {
558
+ content: "\c5075";
559
+ color: rgb(153, 153, 153);
560
+ }
561
+ .icon-conversation .path2:before {
562
+ content: "\c5076";
563
+ margin-left: -1.2529296875em;
564
+ color: rgb(1, 1, 1);
565
+ }
566
+ .icon-chDirectFacebook .path1:before {
567
+ content: "\c5077";
568
+ color: rgb(153, 153, 153);
569
+ }
570
+ .icon-chDirectFacebook .path2:before {
571
+ content: "\c5078";
572
+ margin-left: -0.8857421875em;
573
+ color: rgb(1, 1, 1);
574
+ }
575
+ .icon-chDirectFacebook .path3:before {
576
+ content: "\c5079";
577
+ margin-left: -0.8857421875em;
578
+ color: rgb(102, 103, 102);
579
+ }
580
+ .icon-analytics .path1:before {
581
+ content: "\c507a";
582
+ color: rgb(153, 153, 153);
583
+ }
584
+ .icon-analytics .path2:before {
585
+ content: "\c507b";
586
+ margin-left: -1.0029296875em;
587
+ color: rgb(1, 1, 1);
588
+ }
589
+ .icon-annoncement .path1:before {
590
+ content: "\c507c";
591
+ color: rgb(153, 153, 153);
592
+ }
593
+ .icon-annoncement .path2:before {
594
+ content: "\c507d";
595
+ margin-left: -1.10546875em;
596
+ color: rgb(1, 1, 1);
597
+ }
598
+ .icon-books .path1:before {
599
+ content: "\c507e";
600
+ color: rgb(153, 153, 153);
601
+ }
602
+ .icon-books .path2:before {
603
+ content: "\c507f";
604
+ margin-left: -1.0107421875em;
605
+ color: rgb(1, 1, 1);
606
+ }
607
+ .icon-bug .path1:before {
608
+ content: "\c5080";
609
+ color: rgb(153, 153, 153);
610
+ }
611
+ .icon-bug .path2:before {
612
+ content: "\c5081";
613
+ margin-left: -0.912109375em;
614
+ color: rgb(1, 1, 1);
615
+ }
616
+ .icon-bot .path1:before {
617
+ content: "\c5082";
618
+ color: rgb(153, 153, 153);
619
+ }
620
+ .icon-bot .path2:before {
621
+ content: "\c5083";
622
+ margin-left: -0.912109375em;
623
+ color: rgb(1, 1, 1);
624
+ }
625
+ .icon-chCall .path1:before {
626
+ content: "\c5084";
627
+ color: rgb(153, 153, 153);
628
+ }
629
+ .icon-chCall .path2:before {
630
+ content: "\c5085";
631
+ margin-left: -0.9609375em;
632
+ color: rgb(1, 1, 1);
633
+ }
634
+ .icon-chCallOut .path1:before {
635
+ content: "\c5086";
636
+ color: rgb(153, 153, 153);
637
+ }
638
+ .icon-chCallOut .path2:before {
639
+ content: "\c5087";
640
+ margin-left: -0.8662109375em;
641
+ color: rgb(1, 1, 1);
642
+ }
643
+ .icon-chCallOut .path3:before {
644
+ content: "\c5088";
645
+ margin-left: -0.8662109375em;
646
+ color: rgb(102, 102, 102);
647
+ }
648
+ .icon-chHappiness .path1:before {
649
+ content: "\c5089";
650
+ color: rgb(153, 153, 153);
651
+ opacity: 0.5;
652
+ }
653
+ .icon-chHappiness .path2:before {
654
+ content: "\c508a";
655
+ margin-left: -1.0126953125em;
656
+ color: rgb(1, 1, 1);
657
+ }
658
+ .icon-chHappinessIn .path1:before {
659
+ content: "\c508b";
660
+ color: rgb(153, 153, 153);
661
+ opacity: 0.5;
662
+ }
663
+ .icon-chHappinessIn .path2:before {
664
+ content: "\c508c";
665
+ margin-left: -1.2060546875em;
666
+ color: rgb(1, 1, 1);
667
+ }
668
+ .icon-chHappinessIn .path3:before {
669
+ content: "\c508d";
670
+ margin-left: -1.2060546875em;
671
+ color: rgb(102, 103, 102);
672
+ }
673
+ .icon-chHappinessOut .path1:before {
674
+ content: "\c508e";
675
+ color: rgb(153, 153, 153);
676
+ opacity: 0.5;
677
+ }
678
+ .icon-chHappinessOut .path2:before {
679
+ content: "\c508f";
680
+ margin-left: -1.240234375em;
681
+ color: rgb(1, 1, 1);
682
+ }
683
+ .icon-chHappinessOut .path3:before {
684
+ content: "\c5090";
685
+ margin-left: -1.240234375em;
686
+ color: rgb(102, 103, 102);
687
+ }
688
+ .icon-chWeb .path1:before {
689
+ content: "\c5091";
690
+ color: rgb(153, 153, 153);
691
+ opacity: 0.5;
692
+ }
693
+ .icon-chWeb .path2:before {
694
+ content: "\c5092";
695
+ margin-left: -0.99609375em;
696
+ color: rgb(1, 1, 1);
697
+ }
698
+ .icon-chWebIn .path1:before {
699
+ content: "\c5093";
700
+ color: rgb(153, 153, 153);
701
+ opacity: 0.5;
702
+ }
703
+ .icon-chWebIn .path2:before {
704
+ content: "\c5094";
705
+ margin-left: -1.1884765625em;
706
+ color: rgb(1, 1, 1);
707
+ }
708
+ .icon-chWebIn .path3:before {
709
+ content: "\c5095";
710
+ margin-left: -1.1884765625em;
711
+ color: rgb(102, 103, 102);
712
+ }
713
+ .icon-chWebOut .path1:before {
714
+ content: "\c5096";
715
+ color: rgb(153, 153, 153);
716
+ opacity: 0.5;
717
+ }
718
+ .icon-chWebOut .path2:before {
719
+ content: "\c5097";
720
+ margin-left: -1.267578125em;
721
+ color: rgb(1, 1, 1);
722
+ }
723
+ .icon-chWebOut .path3:before {
724
+ content: "\c5098";
725
+ margin-left: -1.267578125em;
726
+ color: rgb(102, 103, 102);
727
+ }
728
+ .icon-comments .path1:before {
729
+ content: "\c5099";
730
+ color: rgb(153, 153, 153);
731
+ }
732
+ .icon-comments .path2:before {
733
+ content: "\c509a";
734
+ margin-left: -0.98046875em;
735
+ color: rgb(1, 1, 1);
736
+ }
737
+ .icon-follow .path1:before {
738
+ content: "\c509b";
739
+ color: rgb(153, 153, 153);
740
+ }
741
+ .icon-follow .path2:before {
742
+ content: "\c509c";
743
+ margin-left: -1em;
744
+ color: rgb(1, 1, 1);
745
+ }
746
+ .icon-idea .path1:before {
747
+ content: "\c509d";
748
+ color: rgb(153, 153, 153);
749
+ }
750
+ .icon-idea .path2:before {
751
+ content: "\c509e";
752
+ margin-left: -1.0517578125em;
753
+ color: rgb(1, 1, 1);
754
+ }
755
+ .icon-info .path1:before {
756
+ content: "\c509f";
757
+ color: rgb(153, 153, 153);
758
+ }
759
+ .icon-info .path2:before {
760
+ content: "\c50a0";
761
+ margin-left: -1.0302734375em;
762
+ color: rgb(1, 1, 1);
763
+ }
764
+ .icon-QuestionStroke .path1:before {
765
+ content: "\c50a1";
766
+ color: rgb(153, 153, 153);
767
+ }
768
+ .icon-QuestionStroke .path2:before {
769
+ content: "\c50a2";
770
+ margin-left: -0.55078125em;
771
+ color: rgb(1, 1, 1);
772
+ }
773
+ .icon-reports .path1:before {
774
+ content: "\c50a3";
775
+ color: rgb(153, 153, 153);
776
+ }
777
+ .icon-reports .path2:before {
778
+ content: "\c50a4";
779
+ margin-left: -1.0390625em;
780
+ color: rgb(1, 1, 1);
781
+ }
782
+ .icon-share .path1:before {
783
+ content: "\c50a5";
784
+ color: rgb(153, 153, 153);
785
+ }
786
+ .icon-share .path2:before {
787
+ content: "\c50a6";
788
+ margin-left: -0.8955078125em;
789
+ color: rgb(1, 1, 1);
790
+ }
791
+ .icon-ticket .path1:before {
792
+ content: "\c50a7";
793
+ color: rgb(153, 153, 153);
794
+ }
795
+ .icon-ticket .path2:before {
796
+ content: "\c50a8";
797
+ margin-left: -1em;
798
+ color: rgb(1, 1, 1);
799
+ }
800
+ .icon-ticketProperties .path1:before {
801
+ content: "\c50a9";
802
+ color: rgb(153, 153, 153);
803
+ }
804
+ .icon-ticketProperties .path2:before {
805
+ content: "\c50aa";
806
+ margin-left: -0.9794921875em;
807
+ color: rgb(1, 1, 1);
808
+ }
809
+ .icon-timeLine .path1:before {
810
+ content: "\c50ab";
811
+ color: rgb(153, 153, 153);
812
+ }
813
+ .icon-timeLine .path2:before {
814
+ content: "\c50ac";
815
+ margin-left: -1.09375em;
816
+ color: rgb(1, 1, 1);
817
+ }
818
+ .icon-triangleAlert .path1:before {
819
+ content: "\c50ad";
820
+ color: rgb(153, 153, 153);
821
+ }
822
+ .icon-triangleAlert .path2:before {
823
+ content: "\c50ae";
824
+ margin-left: -1.12890625em;
825
+ color: rgb(1, 1, 1);
826
+ }
827
+ .icon-moreApps .path1:before {
828
+ content: "\c50af";
829
+ color: rgb(153, 153, 153);
830
+ }
831
+ .icon-moreApps .path2:before {
832
+ content: "\c50b0";
833
+ margin-left: -1em;
834
+ color: rgb(1, 1, 1);
835
+ }
836
+ .icon-reply .path1:before {
837
+ content: "\c50b1";
838
+ color: rgb(153, 153, 153);
839
+ }
840
+ .icon-reply .path2:before {
841
+ content: "\c50b2";
842
+ margin-left: -1.0029296875em;
843
+ color: rgb(1, 1, 1);
844
+ }
845
+ .icon-skills .path1:before {
846
+ content: "\c50b3";
847
+ color: rgb(153, 153, 153);
848
+ }
849
+ .icon-skills .path2:before {
850
+ content: "\c50b4";
851
+ margin-left: -0.966796875em;
852
+ color: rgb(0, 0, 0);
853
+ }
854
+ .icon-instaIM .path1:before {
855
+ content: "\c50b5";
856
+ color: rgb(152, 151, 152);
857
+ }
858
+ .icon-instaIM .path2:before {
859
+ content: "\c50b6";
860
+ margin-left: -1.15625em;
861
+ color: rgb(2, 2, 2);
862
+ }
863
+ .icon-instaIM .path3:before {
864
+ content: "\c50b7";
865
+ margin-left: -1.15625em;
866
+ color: rgb(103, 104, 104);
867
+ }
868
+ .icon-imWeChat .path1:before {
869
+ content: "\c50b8";
870
+ color: rgb(153, 153, 153);
871
+ }
872
+ .icon-imWeChat .path2:before {
873
+ content: "\c50b9";
874
+ margin-left: -1.27734375em;
875
+ color: rgb(1, 1, 1);
876
+ }
877
+ .icon-imtwillio .path1:before {
878
+ content: "\c50ba";
879
+ color: rgb(153, 153, 153);
880
+ }
881
+ .icon-imtwillio .path2:before {
882
+ content: "\c50bb";
883
+ margin-left: -1em;
884
+ color: rgb(35, 31, 32);
885
+ }
886
+ .icon-imTelegram .path1:before {
887
+ content: "\c50bc";
888
+ color: rgb(153, 153, 153);
889
+ }
890
+ .icon-imTelegram .path2:before {
891
+ content: "\c50bd";
892
+ margin-left: -0.99609375em;
893
+ color: rgb(1, 1, 1);
894
+ }
895
+ .icon-imLine .path1:before {
896
+ content: "\c50be";
897
+ color: rgb(153, 153, 153);
898
+ }
899
+ .icon-imLine .path2:before {
900
+ content: "\c50bf";
901
+ margin-left: -1.1298828125em;
902
+ color: rgb(35, 31, 32);
903
+ }
904
+ .icon-imASAP .path1:before {
905
+ content: "\c50c0";
906
+ color: rgb(153, 153, 153);
907
+ }
908
+ .icon-imASAP .path2:before {
909
+ content: "\c50c1";
910
+ margin-left: -1.0380859375em;
911
+ color: rgb(1, 1, 1);
912
+ }
913
+ .icon-pdf .path1:before {
914
+ content: "\c50c2";
915
+ color: rgb(153, 153, 153);
916
+ }
917
+ .icon-pdf .path2:before {
918
+ content: "\c50c3";
919
+ margin-left: -1.009765625em;
920
+ color: rgb(0, 0, 0);
921
+ }
922
+ .icon-mp4 .path1:before {
923
+ content: "\c50c4";
924
+ color: rgb(153, 153, 153);
925
+ }
926
+ .icon-mp4 .path2:before {
927
+ content: "\c50c5";
928
+ margin-left: -0.97265625em;
929
+ color: rgb(0, 0, 0);
930
+ }
931
+ .icon-code .path1:before {
932
+ content: "\c50c6";
933
+ color: rgb(153, 153, 153);
934
+ }
935
+ .icon-code .path2:before {
936
+ content: "\c50c7";
937
+ margin-left: -0.984375em;
938
+ color: rgb(0, 0, 0);
939
+ }
940
+ .icon-unknown .path1:before {
941
+ content: "\c50c8";
942
+ color: rgb(153, 153, 153);
943
+ }
944
+ .icon-unknown .path2:before {
945
+ content: "\c50c9";
946
+ margin-left: -1.021484375em;
947
+ color: rgb(1, 1, 1);
948
+ }
949
+ .icon-txt .path1:before {
950
+ content: "\c50ca";
951
+ color: rgb(153, 153, 153);
952
+ }
953
+ .icon-txt .path2:before {
954
+ content: "\c50cb";
955
+ margin-left: -0.978515625em;
956
+ color: rgb(0, 0, 0);
957
+ }
958
+ .icon-zip .path1:before {
959
+ content: "\c50cc";
960
+ color: rgb(153, 153, 153);
961
+ }
962
+ .icon-zip .path2:before {
963
+ content: "\c50cd";
964
+ margin-left: -0.978515625em;
965
+ color: rgb(0, 0, 0);
966
+ }
967
+ .icon-image .path1:before {
968
+ content: "\c50ce";
969
+ color: rgb(153, 153, 153);
970
+ }
971
+ .icon-image .path2:before {
972
+ content: "\c50cf";
973
+ margin-left: -1em;
974
+ color: rgb(0, 0, 0);
975
+ }
976
+ .icon-mp3 .path1:before {
977
+ content: "\c50d0";
978
+ color: rgb(153, 153, 153);
979
+ }
980
+ .icon-mp3 .path2:before {
981
+ content: "\c50d1";
982
+ margin-left: -0.984375em;
983
+ color: rgb(0, 0, 0);
984
+ }
985
+ .icon-ttLocation .path1:before {
986
+ content: "\c50d2";
987
+ color: rgb(153, 153, 153);
988
+ }
989
+ .icon-ttLocation .path2:before {
990
+ content: "\c50d3";
991
+ margin-left: -0.837890625em;
992
+ color: rgb(1, 1, 1);
993
+ }
994
+ .icon-ttAttach .path1:before {
995
+ content: "\c50d4";
996
+ color: rgb(153, 153, 153);
997
+ }
998
+ .icon-ttAttach .path2:before {
999
+ content: "\c50d5";
1000
+ margin-left: -1.091796875em;
1001
+ color: rgb(1, 1, 1);
1002
+ }
1003
+ .icon-ttHash .path1:before {
1004
+ content: "\c50d6";
1005
+ color: rgb(153, 153, 153);
1006
+ }
1007
+ .icon-ttHash .path2:before {
1008
+ content: "\c50d7";
1009
+ margin-left: -0.9541015625em;
1010
+ color: rgb(1, 1, 1);
1011
+ }
1012
+ .icon-supportPlan .path1:before {
1013
+ content: "\c50d8";
1014
+ color: rgb(200, 202, 219);
1015
+ opacity: 0.5;
1016
+ }
1017
+ .icon-supportPlan .path2:before {
1018
+ content: "\c50d9";
1019
+ margin-left: -1em;
1020
+ color: rgb(0, 0, 0);
1021
+ }
1022
+ .icon-zia .path1:before {
1023
+ content: "\c50da";
1024
+ color: rgb(200, 202, 219);
1025
+ opacity: 0.5;
1026
+ }
1027
+ .icon-zia .path2:before {
1028
+ content: "\c50db";
1029
+ margin-left: -1em;
1030
+ color: rgb(1, 1, 1);
1031
+ }
1032
+ .icon-xls .path1:before {
1033
+ content: "\c50dc";
1034
+ color: rgb(200, 202, 219);
1035
+ opacity: 0.5;
1036
+ }
1037
+ .icon-xls .path2:before {
1038
+ content: "\c50dd";
1039
+ margin-left: -0.9912109375em;
1040
+ color: rgb(1, 1, 1);
1041
+ }
1042
+ .icon-ppt .path1:before {
1043
+ content: "\c50de";
1044
+ color: rgb(200, 202, 219);
1045
+ opacity: 0.5;
1046
+ }
1047
+ .icon-ppt .path2:before {
1048
+ content: "\c50df";
1049
+ margin-left: -1.0078125em;
1050
+ color: rgb(1, 1, 1);
1051
+ }
1052
+ .icon-fbMessanger .path1:before {
1053
+ content: "\c50e0";
1054
+ color: rgb(153, 153, 153);
1055
+ }
1056
+ .icon-fbMessanger .path2:before {
1057
+ content: "\c50e1";
1058
+ margin-left: -1em;
1059
+ color: rgb(1, 1, 1);
1060
+ }
1061
+ .icon-customModule .path1:before {
1062
+ content: "\c50e2";
1063
+ color: rgb(152, 152, 152);
1064
+ }
1065
+ .icon-customModule .path2:before {
1066
+ content: "\c50e3";
1067
+ margin-left: -1.0625em;
1068
+ color: rgb(1, 1, 1);
1069
+ }
1070
+ .icon-blocked .path1:before {
1071
+ content: "\c50e4";
1072
+ color: rgb(2, 2, 2);
1073
+ opacity: 0.1;
1074
+ }
1075
+ .icon-blocked .path2:before {
1076
+ content: "\c50e5";
1077
+ margin-left: -1em;
1078
+ color: rgb(1, 1, 1);
1079
+ }
1080
+ .icon-ended .path1:before {
1081
+ content: "\c50e6";
1082
+ color: rgb(2, 2, 2);
1083
+ opacity: 0.1;
1084
+ }
1085
+ .icon-ended .path2:before {
1086
+ content: "\c50e7";
1087
+ margin-left: -1em;
1088
+ color: rgb(1, 1, 1);
1089
+ }
1090
+ .icon-allChannels .path1:before {
1091
+ content: "\c50e8";
1092
+ color: rgb(0, 0, 0);
1093
+ opacity: 0.1;
1094
+ }
1095
+ .icon-allChannels .path2:before {
1096
+ content: "\c50e9";
1097
+ margin-left: -0.962890625em;
1098
+ color: rgb(0, 0, 0);
1099
+ }
1100
+ .icon-ttreschedule .path1:before {
1101
+ content: "\c50ea";
1102
+ color: rgb(51, 51, 51);
1103
+ opacity: 0.3;
1104
+ }
1105
+ .icon-ttreschedule .path2:before {
1106
+ content: "\c50eb";
1107
+ margin-left: -1em;
1108
+ color: rgb(1, 1, 1);
1109
+ }
1110
+ .icon-chTwitterDirect .path1:before {
1111
+ content: "\c50ec";
1112
+ color: rgb(152, 152, 152);
1113
+ }
1114
+ .icon-chTwitterDirect .path2:before {
1115
+ content: "\c50ed";
1116
+ margin-left: -1.3359375em;
1117
+ color: rgb(1, 1, 1);
1118
+ }
1119
+ .icon-chTwitterDirect .path3:before {
1120
+ content: "\c50ee";
1121
+ margin-left: -1.3359375em;
1122
+ color: rgb(103, 103, 103);
1123
+ }
1124
+ .icon-ttFilter .path1:before {
1125
+ content: "\c50ef";
1126
+ color: rgb(153, 153, 153);
1127
+ }
1128
+ .icon-ttFilter .path2:before {
1129
+ content: "\c50f0";
1130
+ margin-left: -1em;
1131
+ color: rgb(0, 0, 0);
1132
+ }
1133
+ .icon-notificationBell .path1:before {
1134
+ content: "\c50f1";
1135
+ color: rgb(152, 152, 152);
1136
+ }
1137
+ .icon-notificationBell .path2:before {
1138
+ content: "\c50f2";
1139
+ margin-left: -1em;
1140
+ color: rgb(0, 0, 0);
1141
+ }
1142
+ .icon-selfservicePortal .path1:before {
1143
+ content: "\c50f3";
1144
+ color: rgb(153, 153, 153);
1145
+ }
1146
+ .icon-selfservicePortal .path2:before {
1147
+ content: "\c50f4";
1148
+ margin-left: -1em;
1149
+ color: rgb(0, 0, 0);
1150
+ }
1151
+ .icon-ttComment .path1:before {
1152
+ content: "\c50f5";
1153
+ color: rgb(51, 51, 51);
1154
+ opacity: 0.2;
1155
+ }
1156
+ .icon-ttComment .path2:before {
1157
+ content: "\c50f6";
1158
+ margin-left: -1em;
1159
+ color: rgb(0, 0, 0);
1160
+ }
1161
+ .icon-ttCommentOut .path1:before {
1162
+ content: "\c50f7";
1163
+ color: rgb(51, 51, 51);
1164
+ opacity: 0.2;
1165
+ }
1166
+ .icon-ttCommentOut .path2:before {
1167
+ content: "\c50f8";
1168
+ margin-left: -1em;
1169
+ color: rgb(0, 0, 0);
1170
+ }
1171
+ .icon-ttCommentOut .path3:before {
1172
+ content: "\c50f9";
1173
+ margin-left: -1em;
1174
+ color: rgb(47, 116, 186);
1175
+ }
1176
+ .icon-ttCommentIn .path1:before {
1177
+ content: "\c50fa";
1178
+ color: rgb(51, 51, 51);
1179
+ opacity: 0.2;
1180
+ }
1181
+ .icon-ttCommentIn .path2:before {
1182
+ content: "\c50fb";
1183
+ margin-left: -1em;
1184
+ color: rgb(0, 0, 0);
1185
+ }
1186
+ .icon-ttCommentIn .path3:before {
1187
+ content: "\c50fc";
1188
+ margin-left: -1em;
1189
+ color: rgb(49, 170, 97);
1190
+ }
1191
+ .icon-aiInbox .path1:before {
1192
+ content: "\c50fd";
1193
+ color: rgb(153, 153, 153);
1194
+ }
1195
+ .icon-aiInbox .path2:before {
1196
+ content: "\c50fe";
1197
+ margin-left: -1.064453125em;
1198
+ color: rgb(0, 0, 0);
1199
+ }
1200
+ .icon-aiChatSummary .path1:before {
1201
+ content: "\c50ff";
1202
+ color: rgb(153, 153, 153);
1203
+ }
1204
+ .icon-aiChatSummary .path2:before {
1205
+ content: "\c5100";
1206
+ margin-left: -1.0166015625em;
1207
+ color: rgb(0, 0, 0);
1208
+ }
1209
+ .icon-compactView .path1:before {
1210
+ content: "\c5101";
1211
+ color: rgb(153, 153, 153);
1212
+ }
1213
+ .icon-compactView .path2:before {
1214
+ content: "\c5102";
1215
+ margin-left: -1.212890625em;
1216
+ color: rgb(0, 0, 0);
1217
+ }
1218
+ .icon-fullView .path1:before {
1219
+ content: "\c5103";
1220
+ color: rgb(153, 153, 153);
1221
+ }
1222
+ .icon-fullView .path2:before {
1223
+ content: "\c5104";
1224
+ margin-left: -1.212890625em;
1225
+ color: rgb(0, 0, 0);
1226
+ }
1227
+ .icon-splitView .path1:before {
1228
+ content: "\c5105";
1229
+ color: rgb(153, 153, 153);
1230
+ }
1231
+ .icon-splitView .path2:before {
1232
+ content: "\c5106";
1233
+ margin-left: -1.0380859375em;
1234
+ color: rgb(0, 0, 0);
1235
+ }
1236
+ .icon-weCom .path1:before {
1237
+ content: "\c5107";
1238
+ color: rgb(153, 153, 153);
1239
+ }
1240
+ .icon-weCom .path2:before {
1241
+ content: "\c5108";
1242
+ margin-left: -1.1884765625em;
1243
+ color: rgb(0, 0, 0);
1244
+ }
1245
+ .icon-exploreExtension .path1:before {
1246
+ content: "\c5109";
1247
+ color: rgb(152, 152, 152);
1248
+ }
1249
+ .icon-exploreExtension .path2:before {
1250
+ content: "\c510a";
1251
+ margin-left: -1.0029296875em;
1252
+ color: rgb(0, 0, 0);
1253
+ }
1254
+ .icon-uploadExtension .path1:before {
1255
+ content: "\c510b";
1256
+ color: rgb(152, 152, 152);
1257
+ }
1258
+ .icon-uploadExtension .path2:before {
1259
+ content: "\c510c";
1260
+ margin-left: -0.861328125em;
1261
+ color: rgb(0, 0, 0);
1262
+ }
1263
+ .icon-buildExtension .path1:before {
1264
+ content: "\c510d";
1265
+ color: rgb(152, 152, 152);
1266
+ }
1267
+ .icon-buildExtension .path2:before {
1268
+ content: "\c510e";
1269
+ margin-left: -1em;
1270
+ color: rgb(0, 0, 0);
1271
+ }
1272
+ .icon-ttMic .path1:before {
1273
+ content: "\c510f";
1274
+ color: rgb(152, 152, 152);
1275
+ }
1276
+ .icon-ttMic .path2:before {
1277
+ content: "\c5110";
1278
+ margin-left: -0.70703125em;
1279
+ color: rgb(0, 0, 0);
1276
1280
  }
1277
1281
  }