@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-rAutomation_5";
3
- src:url('../fonts/zd-rAutomation.woff2') format('woff2'), url('../fonts/zd-rAutomation.woff') format('woff'), url('../fonts/zd-rAutomation.svg#zdfonts') format('svg');
4
- font-weight:normal;
5
- font-style:normal;
6
- font-display:block;
1
+ @font-face {
2
+ font-family:"zdfonts-rAutomation";
3
+ src:
4
+ url('../fonts/zd-rAutomation.woff2') format('woff2'),
5
+
6
+ url('../fonts/zd-rAutomation.woff') format('woff'),
7
+ url('../fonts/zd-rAutomation.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,319 +15,319 @@
11
15
 
12
16
 
13
17
  .icon-auAction,.icon-auIf,.icon-auSchedule,.icon-auBranch,.icon-auTrigger,.icon-fitToView,.icon-reCentre,.icon-addComment,.icon-addFollower,.icon-addSkill,.icon-addTag,.icon-alert,.icon-articleSuggestion,.icon-assignTicket,.icon-automation,.icon-changeLayout,.icon-createRecord,.icon-customFunction,.icon-deleteRecord,.icon-getRecord,.icon-moveDepartment,.icon-notifyIM,.icon-reassignRequest,.icon-recalculateSkill,.icon-removeSkill,.icon-removeTag,.icon-replyIM,.icon-sendEmailReply,.icon-shareTicket,.icon-spamTicket,.icon-updateRecord,.icon-updateTicket,.icon-webhooks,.icon-ziaBot,.icon-ziaExtract,.icon-ziaGenerate,.icon-ziaPredict,.icon-failure,.icon-nodeRemove,.icon-reschedule,.icon-scheduleDelay,.icon-skip{
14
- font-family:"zdf-rAutomation_5" !important;
18
+ font-family:"zdfonts-rAutomation" !important;
15
19
  }
16
20
 
17
- .icon-auAction .path1:before{
18
- content:"\c8500";
19
- color:rgb(0, 0, 0);
20
- }
21
- .icon-auAction .path2:before{
22
- content:"\c8501";
23
- margin-left:-1em;
24
- color:rgb(153, 153, 153);
25
- }
26
- .icon-auIf:before{
27
- content:"\c8502";
28
- }
29
- .icon-auSchedule:before{
30
- content:"\c8503";
31
- }
32
- .icon-auBranch:before{
33
- content:"\c8504";
34
- }
35
- .icon-auTrigger:before{
36
- content:"\c8505";
37
- }
38
- .icon-fitToView:before{
39
- content:"\c8506";
40
- }
41
- .icon-reCentre:before{
42
- content:"\c8507";
43
- }
44
- .icon-addComment .path1:before{
45
- content:"\c8508";
46
- color:rgb(0, 0, 0);
47
- }
48
- .icon-addComment .path2:before{
49
- content:"\c8509";
50
- margin-left:-1em;
51
- color:rgb(40, 190, 130);
52
- }
53
- .icon-addFollower .path1:before{
54
- content:"\c850a";
55
- color:rgb(0, 0, 0);
56
- }
57
- .icon-addFollower .path2:before{
58
- content:"\c850b";
59
- margin-left:-1em;
60
- color:rgb(40, 190, 130);
61
- }
62
- .icon-addSkill .path1:before{
63
- content:"\c850c";
64
- color:rgb(0, 0, 0);
65
- }
66
- .icon-addSkill .path2:before{
67
- content:"\c850d";
68
- margin-left:-1em;
69
- color:rgb(40, 190, 130);
70
- }
71
- .icon-addTag .path1:before{
72
- content:"\c850e";
73
- color:rgb(0, 0, 0);
74
- }
75
- .icon-addTag .path2:before{
76
- content:"\c850f";
77
- margin-left:-1em;
78
- color:rgb(40, 190, 130);
79
- }
80
- .icon-alert .path1:before{
81
- content:"\c8510";
82
- color:rgb(0, 0, 0);
83
- }
84
- .icon-alert .path2:before{
85
- content:"\c8511";
86
- margin-left:-1em;
87
- color:rgb(40, 190, 130);
88
- }
89
- .icon-articleSuggestion .path1:before{
90
- content:"\c8512";
91
- color:rgb(0, 0, 0);
92
- }
93
- .icon-articleSuggestion .path2:before{
94
- content:"\c8513";
95
- margin-left:-1em;
96
- color:rgb(40, 190, 130);
97
- }
98
- .icon-assignTicket .path1:before{
99
- content:"\c8514";
100
- color:rgb(0, 0, 0);
101
- }
102
- .icon-assignTicket .path2:before{
103
- content:"\c8515";
104
- margin-left:-1em;
105
- color:rgb(40, 190, 130);
106
- }
107
- .icon-automation .path1:before{
108
- content:"\c8516";
109
- color:rgb(0, 0, 0);
110
- }
111
- .icon-automation .path2:before{
112
- content:"\c8517";
113
- margin-left:-1em;
114
- color:rgb(40, 190, 130);
115
- }
116
- .icon-changeLayout .path1:before{
117
- content:"\c8518";
118
- color:rgb(0, 0, 0);
119
- }
120
- .icon-changeLayout .path2:before{
121
- content:"\c8519";
122
- margin-left:-1em;
123
- color:rgb(40, 190, 130);
124
- }
125
- .icon-createRecord .path1:before{
126
- content:"\c851a";
127
- color:rgb(0, 0, 0);
128
- }
129
- .icon-createRecord .path2:before{
130
- content:"\c851b";
131
- margin-left:-1em;
132
- color:rgb(40, 190, 130);
133
- }
134
- .icon-customFunction .path1:before{
135
- content:"\c851c";
136
- color:rgb(0, 0, 0);
137
- }
138
- .icon-customFunction .path2:before{
139
- content:"\c851d";
140
- margin-left:-1em;
141
- color:rgb(40, 190, 130);
142
- }
143
- .icon-deleteRecord .path1:before{
144
- content:"\c851e";
145
- color:rgb(0, 0, 0);
146
- }
147
- .icon-deleteRecord .path2:before{
148
- content:"\c851f";
149
- margin-left:-1em;
150
- color:rgb(40, 190, 130);
151
- }
152
- .icon-getRecord .path1:before{
153
- content:"\c8520";
154
- color:rgb(0, 0, 0);
155
- }
156
- .icon-getRecord .path2:before{
157
- content:"\c8521";
158
- margin-left:-1em;
159
- color:rgb(40, 190, 130);
160
- }
161
- .icon-moveDepartment .path1:before{
162
- content:"\c8522";
163
- color:rgb(0, 0, 0);
164
- }
165
- .icon-moveDepartment .path2:before{
166
- content:"\c8523";
167
- margin-left:-1em;
168
- color:rgb(40, 190, 130);
169
- }
170
- .icon-notifyIM .path1:before{
171
- content:"\c8524";
172
- color:rgb(0, 0, 0);
173
- }
174
- .icon-notifyIM .path2:before{
175
- content:"\c8525";
176
- margin-left:-1em;
177
- color:rgb(40, 190, 130);
178
- }
179
- .icon-reassignRequest .path1:before{
180
- content:"\c8526";
181
- color:rgb(0, 0, 0);
182
- }
183
- .icon-reassignRequest .path2:before{
184
- content:"\c8527";
185
- margin-left:-1em;
186
- color:rgb(40, 190, 130);
187
- }
188
- .icon-recalculateSkill .path1:before{
189
- content:"\c8528";
190
- color:rgb(0, 0, 0);
191
- }
192
- .icon-recalculateSkill .path2:before{
193
- content:"\c8529";
194
- margin-left:-1em;
195
- color:rgb(40, 190, 130);
196
- }
197
- .icon-removeSkill .path1:before{
198
- content:"\c852a";
199
- color:rgb(0, 0, 0);
200
- }
201
- .icon-removeSkill .path2:before{
202
- content:"\c852b";
203
- margin-left:-1em;
204
- color:rgb(40, 190, 130);
205
- }
206
- .icon-removeTag .path1:before{
207
- content:"\c852c";
208
- color:rgb(0, 0, 0);
209
- }
210
- .icon-removeTag .path2:before{
211
- content:"\c852d";
212
- margin-left:-1em;
213
- color:rgb(40, 190, 130);
214
- }
215
- .icon-replyIM .path1:before{
216
- content:"\c852e";
217
- color:rgb(0, 0, 0);
218
- }
219
- .icon-replyIM .path2:before{
220
- content:"\c852f";
221
- margin-left:-1em;
222
- color:rgb(40, 190, 130);
223
- }
224
- .icon-sendEmailReply .path1:before{
225
- content:"\c8530";
226
- color:rgb(0, 0, 0);
227
- }
228
- .icon-sendEmailReply .path2:before{
229
- content:"\c8531";
230
- margin-left:-1em;
231
- color:rgb(40, 190, 130);
232
- }
233
- .icon-shareTicket .path1:before{
234
- content:"\c8532";
235
- color:rgb(0, 0, 0);
236
- }
237
- .icon-shareTicket .path2:before{
238
- content:"\c8533";
239
- margin-left:-1em;
240
- color:rgb(40, 190, 130);
241
- }
242
- .icon-spamTicket .path1:before{
243
- content:"\c8534";
244
- color:rgb(0, 0, 0);
245
- }
246
- .icon-spamTicket .path2:before{
247
- content:"\c8535";
248
- margin-left:-1em;
249
- color:rgb(40, 190, 130);
250
- }
251
- .icon-updateRecord .path1:before{
252
- content:"\c8536";
253
- color:rgb(0, 0, 0);
254
- }
255
- .icon-updateRecord .path2:before{
256
- content:"\c8537";
257
- margin-left:-1em;
258
- color:rgb(40, 190, 130);
259
- }
260
- .icon-updateTicket .path1:before{
261
- content:"\c8538";
262
- color:rgb(0, 0, 0);
263
- }
264
- .icon-updateTicket .path2:before{
265
- content:"\c8539";
266
- margin-left:-1em;
267
- color:rgb(40, 190, 130);
268
- }
269
- .icon-webhooks .path1:before{
270
- content:"\c853a";
271
- color:rgb(0, 0, 0);
272
- }
273
- .icon-webhooks .path2:before{
274
- content:"\c853b";
275
- margin-left:-1em;
276
- color:rgb(40, 190, 130);
277
- }
278
- .icon-ziaBot .path1:before{
279
- content:"\c853c";
280
- color:rgb(0, 0, 0);
281
- }
282
- .icon-ziaBot .path2:before{
283
- content:"\c853d";
284
- margin-left:-1em;
285
- color:rgb(40, 190, 130);
286
- }
287
- .icon-ziaExtract .path1:before{
288
- content:"\c853e";
289
- color:rgb(0, 0, 0);
290
- }
291
- .icon-ziaExtract .path2:before{
292
- content:"\c853f";
293
- margin-left:-1em;
294
- color:rgb(40, 190, 130);
295
- }
296
- .icon-ziaGenerate .path1:before{
297
- content:"\c8540";
298
- color:rgb(0, 0, 0);
299
- }
300
- .icon-ziaGenerate .path2:before{
301
- content:"\c8541";
302
- margin-left:-1em;
303
- color:rgb(40, 190, 130);
304
- }
305
- .icon-ziaPredict .path1:before{
306
- content:"\c8542";
307
- color:rgb(0, 0, 0);
308
- }
309
- .icon-ziaPredict .path2:before{
310
- content:"\c8543";
311
- margin-left:-1em;
312
- color:rgb(40, 190, 130);
313
- }
314
- .icon-failure:before{
315
- content:"\c8544";
316
- }
317
- .icon-nodeRemove:before{
318
- content:"\c8545";
319
- }
320
- .icon-reschedule:before{
321
- content:"\c8546";
322
- }
323
- .icon-scheduleDelay:before{
324
- content:"\c8547";
325
- }
326
- .icon-skip:before{
327
- content:"\c8548";
21
+ .icon-auAction .path1:before {
22
+ content: "\c8500";
23
+ color: rgb(0, 0, 0);
24
+ }
25
+ .icon-auAction .path2:before {
26
+ content: "\c8501";
27
+ margin-left: -1em;
28
+ color: rgb(153, 153, 153);
29
+ }
30
+ .icon-auIf:before {
31
+ content: "\c8502";
32
+ }
33
+ .icon-auSchedule:before {
34
+ content: "\c8503";
35
+ }
36
+ .icon-auBranch:before {
37
+ content: "\c8504";
38
+ }
39
+ .icon-auTrigger:before {
40
+ content: "\c8505";
41
+ }
42
+ .icon-fitToView:before {
43
+ content: "\c8506";
44
+ }
45
+ .icon-reCentre:before {
46
+ content: "\c8507";
47
+ }
48
+ .icon-addComment .path1:before {
49
+ content: "\c8508";
50
+ color: rgb(0, 0, 0);
51
+ }
52
+ .icon-addComment .path2:before {
53
+ content: "\c8509";
54
+ margin-left: -1em;
55
+ color: rgb(40, 190, 130);
56
+ }
57
+ .icon-addFollower .path1:before {
58
+ content: "\c850a";
59
+ color: rgb(0, 0, 0);
60
+ }
61
+ .icon-addFollower .path2:before {
62
+ content: "\c850b";
63
+ margin-left: -1em;
64
+ color: rgb(40, 190, 130);
65
+ }
66
+ .icon-addSkill .path1:before {
67
+ content: "\c850c";
68
+ color: rgb(0, 0, 0);
69
+ }
70
+ .icon-addSkill .path2:before {
71
+ content: "\c850d";
72
+ margin-left: -1em;
73
+ color: rgb(40, 190, 130);
74
+ }
75
+ .icon-addTag .path1:before {
76
+ content: "\c850e";
77
+ color: rgb(0, 0, 0);
78
+ }
79
+ .icon-addTag .path2:before {
80
+ content: "\c850f";
81
+ margin-left: -1em;
82
+ color: rgb(40, 190, 130);
83
+ }
84
+ .icon-alert .path1:before {
85
+ content: "\c8510";
86
+ color: rgb(0, 0, 0);
87
+ }
88
+ .icon-alert .path2:before {
89
+ content: "\c8511";
90
+ margin-left: -1em;
91
+ color: rgb(40, 190, 130);
92
+ }
93
+ .icon-articleSuggestion .path1:before {
94
+ content: "\c8512";
95
+ color: rgb(0, 0, 0);
96
+ }
97
+ .icon-articleSuggestion .path2:before {
98
+ content: "\c8513";
99
+ margin-left: -1em;
100
+ color: rgb(40, 190, 130);
101
+ }
102
+ .icon-assignTicket .path1:before {
103
+ content: "\c8514";
104
+ color: rgb(0, 0, 0);
105
+ }
106
+ .icon-assignTicket .path2:before {
107
+ content: "\c8515";
108
+ margin-left: -1em;
109
+ color: rgb(40, 190, 130);
110
+ }
111
+ .icon-automation .path1:before {
112
+ content: "\c8516";
113
+ color: rgb(0, 0, 0);
114
+ }
115
+ .icon-automation .path2:before {
116
+ content: "\c8517";
117
+ margin-left: -1em;
118
+ color: rgb(40, 190, 130);
119
+ }
120
+ .icon-changeLayout .path1:before {
121
+ content: "\c8518";
122
+ color: rgb(0, 0, 0);
123
+ }
124
+ .icon-changeLayout .path2:before {
125
+ content: "\c8519";
126
+ margin-left: -1em;
127
+ color: rgb(40, 190, 130);
128
+ }
129
+ .icon-createRecord .path1:before {
130
+ content: "\c851a";
131
+ color: rgb(0, 0, 0);
132
+ }
133
+ .icon-createRecord .path2:before {
134
+ content: "\c851b";
135
+ margin-left: -1em;
136
+ color: rgb(40, 190, 130);
137
+ }
138
+ .icon-customFunction .path1:before {
139
+ content: "\c851c";
140
+ color: rgb(0, 0, 0);
141
+ }
142
+ .icon-customFunction .path2:before {
143
+ content: "\c851d";
144
+ margin-left: -1em;
145
+ color: rgb(40, 190, 130);
146
+ }
147
+ .icon-deleteRecord .path1:before {
148
+ content: "\c851e";
149
+ color: rgb(0, 0, 0);
150
+ }
151
+ .icon-deleteRecord .path2:before {
152
+ content: "\c851f";
153
+ margin-left: -1em;
154
+ color: rgb(40, 190, 130);
155
+ }
156
+ .icon-getRecord .path1:before {
157
+ content: "\c8520";
158
+ color: rgb(0, 0, 0);
159
+ }
160
+ .icon-getRecord .path2:before {
161
+ content: "\c8521";
162
+ margin-left: -1em;
163
+ color: rgb(40, 190, 130);
164
+ }
165
+ .icon-moveDepartment .path1:before {
166
+ content: "\c8522";
167
+ color: rgb(0, 0, 0);
168
+ }
169
+ .icon-moveDepartment .path2:before {
170
+ content: "\c8523";
171
+ margin-left: -1em;
172
+ color: rgb(40, 190, 130);
173
+ }
174
+ .icon-notifyIM .path1:before {
175
+ content: "\c8524";
176
+ color: rgb(0, 0, 0);
177
+ }
178
+ .icon-notifyIM .path2:before {
179
+ content: "\c8525";
180
+ margin-left: -1em;
181
+ color: rgb(40, 190, 130);
182
+ }
183
+ .icon-reassignRequest .path1:before {
184
+ content: "\c8526";
185
+ color: rgb(0, 0, 0);
186
+ }
187
+ .icon-reassignRequest .path2:before {
188
+ content: "\c8527";
189
+ margin-left: -1em;
190
+ color: rgb(40, 190, 130);
191
+ }
192
+ .icon-recalculateSkill .path1:before {
193
+ content: "\c8528";
194
+ color: rgb(0, 0, 0);
195
+ }
196
+ .icon-recalculateSkill .path2:before {
197
+ content: "\c8529";
198
+ margin-left: -1em;
199
+ color: rgb(40, 190, 130);
200
+ }
201
+ .icon-removeSkill .path1:before {
202
+ content: "\c852a";
203
+ color: rgb(0, 0, 0);
204
+ }
205
+ .icon-removeSkill .path2:before {
206
+ content: "\c852b";
207
+ margin-left: -1em;
208
+ color: rgb(40, 190, 130);
209
+ }
210
+ .icon-removeTag .path1:before {
211
+ content: "\c852c";
212
+ color: rgb(0, 0, 0);
213
+ }
214
+ .icon-removeTag .path2:before {
215
+ content: "\c852d";
216
+ margin-left: -1em;
217
+ color: rgb(40, 190, 130);
218
+ }
219
+ .icon-replyIM .path1:before {
220
+ content: "\c852e";
221
+ color: rgb(0, 0, 0);
222
+ }
223
+ .icon-replyIM .path2:before {
224
+ content: "\c852f";
225
+ margin-left: -1em;
226
+ color: rgb(40, 190, 130);
227
+ }
228
+ .icon-sendEmailReply .path1:before {
229
+ content: "\c8530";
230
+ color: rgb(0, 0, 0);
231
+ }
232
+ .icon-sendEmailReply .path2:before {
233
+ content: "\c8531";
234
+ margin-left: -1em;
235
+ color: rgb(40, 190, 130);
236
+ }
237
+ .icon-shareTicket .path1:before {
238
+ content: "\c8532";
239
+ color: rgb(0, 0, 0);
240
+ }
241
+ .icon-shareTicket .path2:before {
242
+ content: "\c8533";
243
+ margin-left: -1em;
244
+ color: rgb(40, 190, 130);
245
+ }
246
+ .icon-spamTicket .path1:before {
247
+ content: "\c8534";
248
+ color: rgb(0, 0, 0);
249
+ }
250
+ .icon-spamTicket .path2:before {
251
+ content: "\c8535";
252
+ margin-left: -1em;
253
+ color: rgb(40, 190, 130);
254
+ }
255
+ .icon-updateRecord .path1:before {
256
+ content: "\c8536";
257
+ color: rgb(0, 0, 0);
258
+ }
259
+ .icon-updateRecord .path2:before {
260
+ content: "\c8537";
261
+ margin-left: -1em;
262
+ color: rgb(40, 190, 130);
263
+ }
264
+ .icon-updateTicket .path1:before {
265
+ content: "\c8538";
266
+ color: rgb(0, 0, 0);
267
+ }
268
+ .icon-updateTicket .path2:before {
269
+ content: "\c8539";
270
+ margin-left: -1em;
271
+ color: rgb(40, 190, 130);
272
+ }
273
+ .icon-webhooks .path1:before {
274
+ content: "\c853a";
275
+ color: rgb(0, 0, 0);
276
+ }
277
+ .icon-webhooks .path2:before {
278
+ content: "\c853b";
279
+ margin-left: -1em;
280
+ color: rgb(40, 190, 130);
281
+ }
282
+ .icon-ziaBot .path1:before {
283
+ content: "\c853c";
284
+ color: rgb(0, 0, 0);
285
+ }
286
+ .icon-ziaBot .path2:before {
287
+ content: "\c853d";
288
+ margin-left: -1em;
289
+ color: rgb(40, 190, 130);
290
+ }
291
+ .icon-ziaExtract .path1:before {
292
+ content: "\c853e";
293
+ color: rgb(0, 0, 0);
294
+ }
295
+ .icon-ziaExtract .path2:before {
296
+ content: "\c853f";
297
+ margin-left: -1em;
298
+ color: rgb(40, 190, 130);
299
+ }
300
+ .icon-ziaGenerate .path1:before {
301
+ content: "\c8540";
302
+ color: rgb(0, 0, 0);
303
+ }
304
+ .icon-ziaGenerate .path2:before {
305
+ content: "\c8541";
306
+ margin-left: -1em;
307
+ color: rgb(40, 190, 130);
308
+ }
309
+ .icon-ziaPredict .path1:before {
310
+ content: "\c8542";
311
+ color: rgb(0, 0, 0);
312
+ }
313
+ .icon-ziaPredict .path2:before {
314
+ content: "\c8543";
315
+ margin-left: -1em;
316
+ color: rgb(40, 190, 130);
317
+ }
318
+ .icon-failure:before {
319
+ content: "\c8544";
320
+ }
321
+ .icon-nodeRemove:before {
322
+ content: "\c8545";
323
+ }
324
+ .icon-reschedule:before {
325
+ content: "\c8546";
326
+ }
327
+ .icon-scheduleDelay:before {
328
+ content: "\c8547";
329
+ }
330
+ .icon-skip:before {
331
+ content: "\c8548";
328
332
  }
329
333
  }