@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-react-addforms_1";
3
- src:url('../fonts/zd-addforms.woff2') format('woff2'), url('../fonts/zd-addforms.woff') format('woff'), url('../fonts/zd-addforms.svg#zdfonts') format('svg');
4
- font-weight:normal;
5
- font-style:normal;
6
- font-display:block;
1
+ @font-face {
2
+ font-family:"zdfonts-react-addforms";
3
+ src:
4
+ url('../fonts/zd-addforms.woff2') format('woff2'),
5
+
6
+ url('../fonts/zd-addforms.woff') format('woff'),
7
+ url('../fonts/zd-addforms.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,436 +15,436 @@
11
15
 
12
16
 
13
17
  .icon-addClone,.icon-addMail,.icon-addAccounts,.icon-addCalls,.icon-addCases,.icon-addContacts,.icon-addContracts,.icon-addEvents,.icon-addProducts,.icon-addTasks,.icon-addTimeEntry,.icon-addTopic,.icon-addtopicpin,.icon-avatar40x40,.icon-default-account,.icon-default-contact,.icon-editAccounts,.icon-editCalls,.icon-editCases,.icon-editContacts,.icon-editContracts,.icon-editEvents,.icon-editProducts,.icon-editTasks,.icon-editTimeEntry{
14
- font-family:"zdf-react-addforms_1" !important;
18
+ font-family:"zdfonts-react-addforms" !important;
15
19
  }
16
20
 
17
- .icon-addClone .path1:before{
18
- content:"\e100";
19
- color:rgb(244, 244, 244);
20
- }
21
- .icon-addClone .path2:before{
22
- content:"\e101";
23
- margin-left:-1em;
24
- color:rgb(255, 255, 255);
25
- }
26
- .icon-addClone .path3:before{
27
- content:"\e102";
28
- margin-left:-1em;
29
- color:rgb(172, 172, 172);
30
- }
31
- .icon-addClone .path4:before{
32
- content:"\e103";
33
- margin-left:-1em;
34
- color:rgb(0, 0, 0);
35
- }
36
- .icon-addMail .path1:before{
37
- content:"\e104";
38
- color:rgb(244, 244, 244);
39
- }
40
- .icon-addMail .path2:before{
41
- content:"\e105";
42
- margin-left:-1em;
43
- color:rgb(172, 172, 172);
44
- }
45
- .icon-addMail .path3:before{
46
- content:"\e106";
47
- margin-left:-1em;
48
- color:rgb(0, 0, 0);
49
- }
50
- .icon-addMail .path4:before{
51
- content:"\e107";
52
- margin-left:-1em;
53
- color:rgb(0, 0, 0);
54
- }
55
- .icon-addAccounts .path1:before{
56
- content:"\e108";
57
- color:rgb(244, 244, 244);
58
- }
59
- .icon-addAccounts .path2:before{
60
- content:"\e109";
61
- margin-left:-1em;
62
- color:rgb(255, 255, 255);
63
- }
64
- .icon-addAccounts .path3:before{
65
- content:"\e10a";
66
- margin-left:-1em;
67
- color:rgb(0, 0, 0);
68
- }
69
- .icon-addCalls .path1:before{
70
- content:"\e10b";
71
- color:rgb(244, 244, 244);
72
- }
73
- .icon-addCalls .path2:before{
74
- content:"\e10c";
75
- margin-left:-1em;
76
- color:rgb(172, 172, 172);
77
- }
78
- .icon-addCalls .path3:before{
79
- content:"\e10d";
80
- margin-left:-1em;
81
- color:rgb(255, 255, 255);
82
- }
83
- .icon-addCalls .path4:before{
84
- content:"\e10e";
85
- margin-left:-1em;
86
- color:rgb(0, 0, 0);
87
- }
88
- .icon-addCalls .path5:before{
89
- content:"\e10f";
90
- margin-left:-1em;
91
- color:rgb(0, 0, 0);
92
- }
93
- .icon-addCalls .path6:before{
94
- content:"\e110";
95
- margin-left:-1em;
96
- color:rgb(0, 0, 0);
97
- }
98
- .icon-addCases .path1:before{
99
- content:"\e111";
100
- color:rgb(244, 244, 244);
101
- }
102
- .icon-addCases .path2:before{
103
- content:"\e112";
104
- margin-left:-1em;
105
- color:rgb(255, 255, 255);
106
- }
107
- .icon-addCases .path3:before{
108
- content:"\e113";
109
- margin-left:-1em;
110
- color:rgb(172, 172, 172);
111
- }
112
- .icon-addCases .path4:before{
113
- content:"\e114";
114
- margin-left:-1em;
115
- color:rgb(0, 0, 0);
116
- }
117
- .icon-addContacts .path1:before{
118
- content:"\e115";
119
- color:rgb(244, 244, 244);
120
- }
121
- .icon-addContacts .path2:before{
122
- content:"\e116";
123
- margin-left:-1em;
124
- color:rgb(255, 255, 255);
125
- }
126
- .icon-addContacts .path3:before{
127
- content:"\e117";
128
- margin-left:-1em;
129
- color:rgb(1, 2, 2);
130
- }
131
- .icon-addContracts .path1:before{
132
- content:"\e118";
133
- color:rgb(244, 244, 244);
134
- }
135
- .icon-addContracts .path2:before{
136
- content:"\e119";
137
- margin-left:-1em;
138
- color:rgb(255, 255, 255);
139
- }
140
- .icon-addContracts .path3:before{
141
- content:"\e11a";
142
- margin-left:-1em;
143
- color:rgb(172, 172, 172);
144
- }
145
- .icon-addContracts .path4:before{
146
- content:"\e11b";
147
- margin-left:-1em;
148
- color:rgb(0, 0, 0);
149
- }
150
- .icon-addEvents .path1:before{
151
- content:"\e11c";
152
- color:rgb(244, 244, 244);
153
- }
154
- .icon-addEvents .path2:before{
155
- content:"\e11d";
156
- margin-left:-1em;
157
- color:rgb(255, 255, 255);
158
- }
159
- .icon-addEvents .path3:before{
160
- content:"\e11e";
161
- margin-left:-1em;
162
- color:rgb(0, 0, 0);
163
- }
164
- .icon-addEvents .path4:before{
165
- content:"\e11f";
166
- margin-left:-1em;
167
- color:rgb(0, 0, 0);
168
- }
169
- .icon-addEvents .path5:before{
170
- content:"\e120";
171
- margin-left:-1em;
172
- color:rgb(0, 0, 0);
173
- }
174
- .icon-addProducts .path1:before{
175
- content:"\e121";
176
- color:rgb(244, 244, 244);
177
- }
178
- .icon-addProducts .path2:before{
179
- content:"\e122";
180
- margin-left:-1em;
181
- color:rgb(255, 255, 255);
182
- }
183
- .icon-addProducts .path3:before{
184
- content:"\e123";
185
- margin-left:-1em;
186
- color:rgb(172, 172, 172);
187
- }
188
- .icon-addProducts .path4:before{
189
- content:"\e124";
190
- margin-left:-1em;
191
- color:rgb(1, 2, 2);
192
- }
193
- .icon-addTasks .path1:before{
194
- content:"\e125";
195
- color:rgb(244, 244, 244);
196
- }
197
- .icon-addTasks .path2:before{
198
- content:"\e126";
199
- margin-left:-1em;
200
- color:rgb(255, 255, 255);
201
- }
202
- .icon-addTasks .path3:before{
203
- content:"\e127";
204
- margin-left:-1em;
205
- color:rgb(172, 172, 172);
206
- }
207
- .icon-addTasks .path4:before{
208
- content:"\e128";
209
- margin-left:-1em;
210
- color:rgb(1, 2, 2);
211
- }
212
- .icon-addTimeEntry .path1:before{
213
- content:"\e129";
214
- color:rgb(244, 244, 244);
215
- }
216
- .icon-addTimeEntry .path2:before{
217
- content:"\e12a";
218
- margin-left:-1em;
219
- color:rgb(255, 255, 255);
220
- }
221
- .icon-addTimeEntry .path3:before{
222
- content:"\e12b";
223
- margin-left:-1em;
224
- color:rgb(1, 2, 2);
225
- }
226
- .icon-addTopic .path1:before{
227
- content:"\e12c";
228
- color:rgb(244, 244, 244);
229
- }
230
- .icon-addTopic .path2:before{
231
- content:"\e12d";
232
- margin-left:-1em;
233
- color:rgb(255, 255, 255);
234
- }
235
- .icon-addTopic .path3:before{
236
- content:"\e12e";
237
- margin-left:-1em;
238
- color:rgb(226, 226, 225);
239
- }
240
- .icon-addTopic .path4:before{
241
- content:"\e12f";
242
- margin-left:-1em;
243
- color:rgb(0, 0, 0);
244
- }
245
- .icon-addtopicpin:before{
246
- content:"\e130";
247
- }
248
- .icon-avatar40x40 .path1:before{
249
- content:"\e131";
250
- color:rgb(238, 238, 238);
251
- }
252
- .icon-avatar40x40 .path2:before{
253
- content:"\e132";
254
- margin-left:-1em;
255
- color:rgb(255, 255, 255);
256
- }
257
- .icon-avatar40x40 .path3:before{
258
- content:"\e133";
259
- margin-left:-1em;
260
- color:rgb(0, 0, 0);
261
- }
262
- .icon-default-account .path1:before{
263
- content:"\e134";
264
- color:rgb(243, 243, 243);
265
- }
266
- .icon-default-account .path2:before{
267
- content:"\e135";
268
- margin-left:-1em;
269
- color:rgb(213, 213, 213);
270
- }
271
- .icon-default-contact .path1:before{
272
- content:"\e136";
273
- color:rgb(213, 213, 213);
274
- }
275
- .icon-default-contact .path2:before{
276
- content:"\e137";
277
- margin-left:-1em;
278
- color:rgb(243, 243, 243);
279
- }
280
- .icon-editAccounts .path1:before{
281
- content:"\e138";
282
- color:rgb(244, 244, 244);
283
- }
284
- .icon-editAccounts .path2:before{
285
- content:"\e139";
286
- margin-left:-1em;
287
- color:rgb(255, 255, 255);
288
- }
289
- .icon-editAccounts .path3:before{
290
- content:"\e13a";
291
- margin-left:-1em;
292
- color:rgb(0, 0, 0);
293
- }
294
- .icon-editCalls .path1:before{
295
- content:"\e13b";
296
- color:rgb(244, 244, 244);
297
- }
298
- .icon-editCalls .path2:before{
299
- content:"\e13c";
300
- margin-left:-1em;
301
- color:rgb(172, 172, 172);
302
- }
303
- .icon-editCalls .path3:before{
304
- content:"\e13d";
305
- margin-left:-1em;
306
- color:rgb(0, 0, 0);
307
- }
308
- .icon-editCalls .path4:before{
309
- content:"\e13e";
310
- margin-left:-1em;
311
- color:rgb(0, 0, 0);
312
- }
313
- .icon-editCalls .path5:before{
314
- content:"\e13f";
315
- margin-left:-1em;
316
- color:rgb(255, 255, 255);
317
- }
318
- .icon-editCases .path1:before{
319
- content:"\e140";
320
- color:rgb(244, 244, 244);
321
- }
322
- .icon-editCases .path2:before{
323
- content:"\e141";
324
- margin-left:-1em;
325
- color:rgb(172, 172, 172);
326
- }
327
- .icon-editCases .path3:before{
328
- content:"\e142";
329
- margin-left:-1em;
330
- color:rgb(255, 255, 255);
331
- }
332
- .icon-editCases .path4:before{
333
- content:"\e143";
334
- margin-left:-1em;
335
- color:rgb(0, 0, 0);
336
- }
337
- .icon-editContacts .path1:before{
338
- content:"\e144";
339
- color:rgb(244, 244, 244);
340
- }
341
- .icon-editContacts .path2:before{
342
- content:"\e145";
343
- margin-left:-1em;
344
- color:rgb(255, 255, 255);
345
- }
346
- .icon-editContacts .path3:before{
347
- content:"\e146";
348
- margin-left:-1em;
349
- color:rgb(0, 0, 0);
350
- }
351
- .icon-editContracts .path1:before{
352
- content:"\e147";
353
- color:rgb(244, 244, 244);
354
- }
355
- .icon-editContracts .path2:before{
356
- content:"\e148";
357
- margin-left:-1em;
358
- color:rgb(255, 255, 255);
359
- }
360
- .icon-editContracts .path3:before{
361
- content:"\e149";
362
- margin-left:-1em;
363
- color:rgb(172, 172, 172);
364
- }
365
- .icon-editContracts .path4:before{
366
- content:"\e14a";
367
- margin-left:-1em;
368
- color:rgb(0, 0, 0);
369
- }
370
- .icon-editEvents .path1:before{
371
- content:"\e14b";
372
- color:rgb(244, 244, 244);
373
- }
374
- .icon-editEvents .path2:before{
375
- content:"\e14c";
376
- margin-left:-1em;
377
- color:rgb(255, 255, 255);
378
- }
379
- .icon-editEvents .path3:before{
380
- content:"\e14d";
381
- margin-left:-1em;
382
- color:rgb(0, 0, 0);
383
- }
384
- .icon-editEvents .path4:before{
385
- content:"\e14e";
386
- margin-left:-1em;
387
- color:rgb(0, 0, 0);
388
- }
389
- .icon-editEvents .path5:before{
390
- content:"\e14f";
391
- margin-left:-1em;
392
- color:rgb(255, 255, 255);
393
- }
394
- .icon-editProducts .path1:before{
395
- content:"\e150";
396
- color:rgb(244, 244, 244);
397
- }
398
- .icon-editProducts .path2:before{
399
- content:"\e151";
400
- margin-left:-1em;
401
- color:rgb(172, 172, 172);
402
- }
403
- .icon-editProducts .path3:before{
404
- content:"\e152";
405
- margin-left:-1em;
406
- color:rgb(255, 255, 255);
407
- }
408
- .icon-editProducts .path4:before{
409
- content:"\e153";
410
- margin-left:-1em;
411
- color:rgb(0, 1, 0);
412
- }
413
- .icon-editTasks .path1:before{
414
- content:"\e154";
415
- color:rgb(244, 244, 244);
416
- }
417
- .icon-editTasks .path2:before{
418
- content:"\e155";
419
- margin-left:-1em;
420
- color:rgb(172, 172, 172);
421
- }
422
- .icon-editTasks .path3:before{
423
- content:"\e156";
424
- margin-left:-1em;
425
- color:rgb(255, 255, 255);
426
- }
427
- .icon-editTasks .path4:before{
428
- content:"\e157";
429
- margin-left:-1em;
430
- color:rgb(0, 1, 0);
431
- }
432
- .icon-editTimeEntry .path1:before{
433
- content:"\e158";
434
- color:rgb(244, 244, 244);
435
- }
436
- .icon-editTimeEntry .path2:before{
437
- content:"\e159";
438
- margin-left:-1em;
439
- color:rgb(255, 255, 255);
440
- }
441
- .icon-editTimeEntry .path3:before{
442
- content:"\e15a";
443
- margin-left:-1em;
444
- color:rgb(0, 0, 0);
21
+ .icon-addClone .path1:before {
22
+ content: "\e100";
23
+ color: rgb(244, 244, 244);
24
+ }
25
+ .icon-addClone .path2:before {
26
+ content: "\e101";
27
+ margin-left: -1em;
28
+ color: rgb(255, 255, 255);
29
+ }
30
+ .icon-addClone .path3:before {
31
+ content: "\e102";
32
+ margin-left: -1em;
33
+ color: rgb(172, 172, 172);
34
+ }
35
+ .icon-addClone .path4:before {
36
+ content: "\e103";
37
+ margin-left: -1em;
38
+ color: rgb(0, 0, 0);
39
+ }
40
+ .icon-addMail .path1:before {
41
+ content: "\e104";
42
+ color: rgb(244, 244, 244);
43
+ }
44
+ .icon-addMail .path2:before {
45
+ content: "\e105";
46
+ margin-left: -1em;
47
+ color: rgb(172, 172, 172);
48
+ }
49
+ .icon-addMail .path3:before {
50
+ content: "\e106";
51
+ margin-left: -1em;
52
+ color: rgb(0, 0, 0);
53
+ }
54
+ .icon-addMail .path4:before {
55
+ content: "\e107";
56
+ margin-left: -1em;
57
+ color: rgb(0, 0, 0);
58
+ }
59
+ .icon-addAccounts .path1:before {
60
+ content: "\e108";
61
+ color: rgb(244, 244, 244);
62
+ }
63
+ .icon-addAccounts .path2:before {
64
+ content: "\e109";
65
+ margin-left: -1em;
66
+ color: rgb(255, 255, 255);
67
+ }
68
+ .icon-addAccounts .path3:before {
69
+ content: "\e10a";
70
+ margin-left: -1em;
71
+ color: rgb(0, 0, 0);
72
+ }
73
+ .icon-addCalls .path1:before {
74
+ content: "\e10b";
75
+ color: rgb(244, 244, 244);
76
+ }
77
+ .icon-addCalls .path2:before {
78
+ content: "\e10c";
79
+ margin-left: -1em;
80
+ color: rgb(172, 172, 172);
81
+ }
82
+ .icon-addCalls .path3:before {
83
+ content: "\e10d";
84
+ margin-left: -1em;
85
+ color: rgb(255, 255, 255);
86
+ }
87
+ .icon-addCalls .path4:before {
88
+ content: "\e10e";
89
+ margin-left: -1em;
90
+ color: rgb(0, 0, 0);
91
+ }
92
+ .icon-addCalls .path5:before {
93
+ content: "\e10f";
94
+ margin-left: -1em;
95
+ color: rgb(0, 0, 0);
96
+ }
97
+ .icon-addCalls .path6:before {
98
+ content: "\e110";
99
+ margin-left: -1em;
100
+ color: rgb(0, 0, 0);
101
+ }
102
+ .icon-addCases .path1:before {
103
+ content: "\e111";
104
+ color: rgb(244, 244, 244);
105
+ }
106
+ .icon-addCases .path2:before {
107
+ content: "\e112";
108
+ margin-left: -1em;
109
+ color: rgb(255, 255, 255);
110
+ }
111
+ .icon-addCases .path3:before {
112
+ content: "\e113";
113
+ margin-left: -1em;
114
+ color: rgb(172, 172, 172);
115
+ }
116
+ .icon-addCases .path4:before {
117
+ content: "\e114";
118
+ margin-left: -1em;
119
+ color: rgb(0, 0, 0);
120
+ }
121
+ .icon-addContacts .path1:before {
122
+ content: "\e115";
123
+ color: rgb(244, 244, 244);
124
+ }
125
+ .icon-addContacts .path2:before {
126
+ content: "\e116";
127
+ margin-left: -1em;
128
+ color: rgb(255, 255, 255);
129
+ }
130
+ .icon-addContacts .path3:before {
131
+ content: "\e117";
132
+ margin-left: -1em;
133
+ color: rgb(1, 2, 2);
134
+ }
135
+ .icon-addContracts .path1:before {
136
+ content: "\e118";
137
+ color: rgb(244, 244, 244);
138
+ }
139
+ .icon-addContracts .path2:before {
140
+ content: "\e119";
141
+ margin-left: -1em;
142
+ color: rgb(255, 255, 255);
143
+ }
144
+ .icon-addContracts .path3:before {
145
+ content: "\e11a";
146
+ margin-left: -1em;
147
+ color: rgb(172, 172, 172);
148
+ }
149
+ .icon-addContracts .path4:before {
150
+ content: "\e11b";
151
+ margin-left: -1em;
152
+ color: rgb(0, 0, 0);
153
+ }
154
+ .icon-addEvents .path1:before {
155
+ content: "\e11c";
156
+ color: rgb(244, 244, 244);
157
+ }
158
+ .icon-addEvents .path2:before {
159
+ content: "\e11d";
160
+ margin-left: -1em;
161
+ color: rgb(255, 255, 255);
162
+ }
163
+ .icon-addEvents .path3:before {
164
+ content: "\e11e";
165
+ margin-left: -1em;
166
+ color: rgb(0, 0, 0);
167
+ }
168
+ .icon-addEvents .path4:before {
169
+ content: "\e11f";
170
+ margin-left: -1em;
171
+ color: rgb(0, 0, 0);
172
+ }
173
+ .icon-addEvents .path5:before {
174
+ content: "\e120";
175
+ margin-left: -1em;
176
+ color: rgb(0, 0, 0);
177
+ }
178
+ .icon-addProducts .path1:before {
179
+ content: "\e121";
180
+ color: rgb(244, 244, 244);
181
+ }
182
+ .icon-addProducts .path2:before {
183
+ content: "\e122";
184
+ margin-left: -1em;
185
+ color: rgb(255, 255, 255);
186
+ }
187
+ .icon-addProducts .path3:before {
188
+ content: "\e123";
189
+ margin-left: -1em;
190
+ color: rgb(172, 172, 172);
191
+ }
192
+ .icon-addProducts .path4:before {
193
+ content: "\e124";
194
+ margin-left: -1em;
195
+ color: rgb(1, 2, 2);
196
+ }
197
+ .icon-addTasks .path1:before {
198
+ content: "\e125";
199
+ color: rgb(244, 244, 244);
200
+ }
201
+ .icon-addTasks .path2:before {
202
+ content: "\e126";
203
+ margin-left: -1em;
204
+ color: rgb(255, 255, 255);
205
+ }
206
+ .icon-addTasks .path3:before {
207
+ content: "\e127";
208
+ margin-left: -1em;
209
+ color: rgb(172, 172, 172);
210
+ }
211
+ .icon-addTasks .path4:before {
212
+ content: "\e128";
213
+ margin-left: -1em;
214
+ color: rgb(1, 2, 2);
215
+ }
216
+ .icon-addTimeEntry .path1:before {
217
+ content: "\e129";
218
+ color: rgb(244, 244, 244);
219
+ }
220
+ .icon-addTimeEntry .path2:before {
221
+ content: "\e12a";
222
+ margin-left: -1em;
223
+ color: rgb(255, 255, 255);
224
+ }
225
+ .icon-addTimeEntry .path3:before {
226
+ content: "\e12b";
227
+ margin-left: -1em;
228
+ color: rgb(1, 2, 2);
229
+ }
230
+ .icon-addTopic .path1:before {
231
+ content: "\e12c";
232
+ color: rgb(244, 244, 244);
233
+ }
234
+ .icon-addTopic .path2:before {
235
+ content: "\e12d";
236
+ margin-left: -1em;
237
+ color: rgb(255, 255, 255);
238
+ }
239
+ .icon-addTopic .path3:before {
240
+ content: "\e12e";
241
+ margin-left: -1em;
242
+ color: rgb(226, 226, 225);
243
+ }
244
+ .icon-addTopic .path4:before {
245
+ content: "\e12f";
246
+ margin-left: -1em;
247
+ color: rgb(0, 0, 0);
248
+ }
249
+ .icon-addtopicpin:before {
250
+ content: "\e130";
251
+ }
252
+ .icon-avatar40x40 .path1:before {
253
+ content: "\e131";
254
+ color: rgb(238, 238, 238);
255
+ }
256
+ .icon-avatar40x40 .path2:before {
257
+ content: "\e132";
258
+ margin-left: -1em;
259
+ color: rgb(255, 255, 255);
260
+ }
261
+ .icon-avatar40x40 .path3:before {
262
+ content: "\e133";
263
+ margin-left: -1em;
264
+ color: rgb(0, 0, 0);
265
+ }
266
+ .icon-default-account .path1:before {
267
+ content: "\e134";
268
+ color: rgb(243, 243, 243);
269
+ }
270
+ .icon-default-account .path2:before {
271
+ content: "\e135";
272
+ margin-left: -1em;
273
+ color: rgb(213, 213, 213);
274
+ }
275
+ .icon-default-contact .path1:before {
276
+ content: "\e136";
277
+ color: rgb(213, 213, 213);
278
+ }
279
+ .icon-default-contact .path2:before {
280
+ content: "\e137";
281
+ margin-left: -1em;
282
+ color: rgb(243, 243, 243);
283
+ }
284
+ .icon-editAccounts .path1:before {
285
+ content: "\e138";
286
+ color: rgb(244, 244, 244);
287
+ }
288
+ .icon-editAccounts .path2:before {
289
+ content: "\e139";
290
+ margin-left: -1em;
291
+ color: rgb(255, 255, 255);
292
+ }
293
+ .icon-editAccounts .path3:before {
294
+ content: "\e13a";
295
+ margin-left: -1em;
296
+ color: rgb(0, 0, 0);
297
+ }
298
+ .icon-editCalls .path1:before {
299
+ content: "\e13b";
300
+ color: rgb(244, 244, 244);
301
+ }
302
+ .icon-editCalls .path2:before {
303
+ content: "\e13c";
304
+ margin-left: -1em;
305
+ color: rgb(172, 172, 172);
306
+ }
307
+ .icon-editCalls .path3:before {
308
+ content: "\e13d";
309
+ margin-left: -1em;
310
+ color: rgb(0, 0, 0);
311
+ }
312
+ .icon-editCalls .path4:before {
313
+ content: "\e13e";
314
+ margin-left: -1em;
315
+ color: rgb(0, 0, 0);
316
+ }
317
+ .icon-editCalls .path5:before {
318
+ content: "\e13f";
319
+ margin-left: -1em;
320
+ color: rgb(255, 255, 255);
321
+ }
322
+ .icon-editCases .path1:before {
323
+ content: "\e140";
324
+ color: rgb(244, 244, 244);
325
+ }
326
+ .icon-editCases .path2:before {
327
+ content: "\e141";
328
+ margin-left: -1em;
329
+ color: rgb(172, 172, 172);
330
+ }
331
+ .icon-editCases .path3:before {
332
+ content: "\e142";
333
+ margin-left: -1em;
334
+ color: rgb(255, 255, 255);
335
+ }
336
+ .icon-editCases .path4:before {
337
+ content: "\e143";
338
+ margin-left: -1em;
339
+ color: rgb(0, 0, 0);
340
+ }
341
+ .icon-editContacts .path1:before {
342
+ content: "\e144";
343
+ color: rgb(244, 244, 244);
344
+ }
345
+ .icon-editContacts .path2:before {
346
+ content: "\e145";
347
+ margin-left: -1em;
348
+ color: rgb(255, 255, 255);
349
+ }
350
+ .icon-editContacts .path3:before {
351
+ content: "\e146";
352
+ margin-left: -1em;
353
+ color: rgb(0, 0, 0);
354
+ }
355
+ .icon-editContracts .path1:before {
356
+ content: "\e147";
357
+ color: rgb(244, 244, 244);
358
+ }
359
+ .icon-editContracts .path2:before {
360
+ content: "\e148";
361
+ margin-left: -1em;
362
+ color: rgb(255, 255, 255);
363
+ }
364
+ .icon-editContracts .path3:before {
365
+ content: "\e149";
366
+ margin-left: -1em;
367
+ color: rgb(172, 172, 172);
368
+ }
369
+ .icon-editContracts .path4:before {
370
+ content: "\e14a";
371
+ margin-left: -1em;
372
+ color: rgb(0, 0, 0);
373
+ }
374
+ .icon-editEvents .path1:before {
375
+ content: "\e14b";
376
+ color: rgb(244, 244, 244);
377
+ }
378
+ .icon-editEvents .path2:before {
379
+ content: "\e14c";
380
+ margin-left: -1em;
381
+ color: rgb(255, 255, 255);
382
+ }
383
+ .icon-editEvents .path3:before {
384
+ content: "\e14d";
385
+ margin-left: -1em;
386
+ color: rgb(0, 0, 0);
387
+ }
388
+ .icon-editEvents .path4:before {
389
+ content: "\e14e";
390
+ margin-left: -1em;
391
+ color: rgb(0, 0, 0);
392
+ }
393
+ .icon-editEvents .path5:before {
394
+ content: "\e14f";
395
+ margin-left: -1em;
396
+ color: rgb(255, 255, 255);
397
+ }
398
+ .icon-editProducts .path1:before {
399
+ content: "\e150";
400
+ color: rgb(244, 244, 244);
401
+ }
402
+ .icon-editProducts .path2:before {
403
+ content: "\e151";
404
+ margin-left: -1em;
405
+ color: rgb(172, 172, 172);
406
+ }
407
+ .icon-editProducts .path3:before {
408
+ content: "\e152";
409
+ margin-left: -1em;
410
+ color: rgb(255, 255, 255);
411
+ }
412
+ .icon-editProducts .path4:before {
413
+ content: "\e153";
414
+ margin-left: -1em;
415
+ color: rgb(0, 1, 0);
416
+ }
417
+ .icon-editTasks .path1:before {
418
+ content: "\e154";
419
+ color: rgb(244, 244, 244);
420
+ }
421
+ .icon-editTasks .path2:before {
422
+ content: "\e155";
423
+ margin-left: -1em;
424
+ color: rgb(172, 172, 172);
425
+ }
426
+ .icon-editTasks .path3:before {
427
+ content: "\e156";
428
+ margin-left: -1em;
429
+ color: rgb(255, 255, 255);
430
+ }
431
+ .icon-editTasks .path4:before {
432
+ content: "\e157";
433
+ margin-left: -1em;
434
+ color: rgb(0, 1, 0);
435
+ }
436
+ .icon-editTimeEntry .path1:before {
437
+ content: "\e158";
438
+ color: rgb(244, 244, 244);
439
+ }
440
+ .icon-editTimeEntry .path2:before {
441
+ content: "\e159";
442
+ margin-left: -1em;
443
+ color: rgb(255, 255, 255);
444
+ }
445
+ .icon-editTimeEntry .path3:before {
446
+ content: "\e15a";
447
+ margin-left: -1em;
448
+ color: rgb(0, 0, 0);
445
449
  }
446
450
  }