@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-rTickets_11";
3
- src:url('../fonts/zd-rTickets.woff2') format('woff2'), url('../fonts/zd-rTickets.woff') format('woff'), url('../fonts/zd-rTickets.svg#zdfonts') format('svg');
4
- font-weight:normal;
5
- font-style:normal;
6
- font-display:block;
1
+ @font-face {
2
+ font-family:"zdfonts-rTickets";
3
+ src:
4
+ url('../fonts/zd-rTickets.woff2') format('woff2'),
5
+
6
+ url('../fonts/zd-rTickets.woff') format('woff'),
7
+ url('../fonts/zd-rTickets.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,421 +15,421 @@
11
15
 
12
16
 
13
17
  .icon-activity,.icon-addAgent,.icon-API,.icon-applyMacro,.icon-archivedView,.icon-article,.icon-blueprint,.icon-book,.icon-bot,.icon-botNegative,.icon-botNuetral,.icon-botPossitive,.icon-bug,.icon-clone,.icon-closedTime,.icon-comment,.icon-completedTask,.icon-countdownMode,.icon-createdTime,.icon-customizeTable,.icon-disLink,.icon-draftdelete,.icon-draftEdit,.icon-draftSend,.icon-ellipsis,.icon-event,.icon-expand,.icon-flag,.icon-followers,.icon-forwardDraft,.icon-crm,.icon-hash,.icon-hideTab,.icon-idea,.icon-in,.icon-link,.icon-macros,.icon-merge,.icon-noviewer,.icon-out,.icon-paidUser,.icon-peek,.icon-remoteAssist,.icon-responsiveReply,.icon-roles,.icon-rolesSub,.icon-sandClock,.icon-snippet,.icon-snippetPen,.icon-split,.icon-statusMode,.icon-table,.icon-tag,.icon-task,.icon-team,.icon-teamAgent,.icon-thread,.icon-ticket,.icon-timeEntry,.icon-timeEntryPause,.icon-timeEntryStart,.icon-timelineDots,.icon-transition,.icon-unArchivedView,.icon-commentFill,.icon-commentLine,.icon-primaryFolder,.icon-roundComment,.icon-scheduleReply,.icon-showOriginal,.icon-tickCircle,.icon-editFill,.icon-calendarFill,.icon-fontA,.icon-doubleArrow,.icon-preference,.icon-commentPath,.icon-followStroke,.icon-relatedDetails,.icon-ticketVisible,.icon-ticketInvisible,.icon-languageDetector,.icon-ticketView,.icon-prediction,.icon-parentTicket,.icon-childTicket,.icon-makeLonger,.icon-makeShorter,.icon-addResolution,.icon-clearSchedule,.icon-ziaTranslator,.icon-customModule,.icon-reschedule,.icon-publicPrivatePin,.icon-ticketSpam,.icon-ticketClosed,.icon-ticketContexual,.icon-ticketReopen,.icon-tempPreview,.icon-botNeutral,.icon-botPositive,.icon-nestedConversation,.icon-sideChat,.icon-maskContent,.icon-redactContent,.icon-unmaskContent,.icon-viewConent{
14
- font-family:"zdf-rTickets_11" !important;
18
+ font-family:"zdfonts-rTickets" !important;
15
19
  }
16
20
 
17
- .icon-activity:before{
18
- content:"\b1000";
21
+ .icon-activity:before {
22
+ content: "\b1000";
19
23
  }
20
- .icon-addAgent:before{
21
- content:"\b1001";
24
+ .icon-addAgent:before {
25
+ content: "\b1001";
22
26
  }
23
- .icon-API:before{
24
- content:"\b1002";
27
+ .icon-API:before {
28
+ content: "\b1002";
25
29
  }
26
- .icon-applyMacro:before{
27
- content:"\b1003";
30
+ .icon-applyMacro:before {
31
+ content: "\b1003";
28
32
  }
29
- .icon-archivedView:before{
30
- content:"\b1004";
33
+ .icon-archivedView:before {
34
+ content: "\b1004";
31
35
  }
32
- .icon-article:before{
33
- content:"\b1005";
36
+ .icon-article:before {
37
+ content: "\b1005";
34
38
  }
35
- .icon-blueprint:before{
36
- content:"\b1006";
39
+ .icon-blueprint:before {
40
+ content: "\b1006";
37
41
  }
38
- .icon-book:before{
39
- content:"\b1007";
42
+ .icon-book:before {
43
+ content: "\b1007";
40
44
  }
41
- .icon-bot .path1:before{
42
- content:"\b1008";
43
- color:rgb(103, 190, 103);
45
+ .icon-bot .path1:before {
46
+ content: "\b1008";
47
+ color: rgb(103, 190, 103);
44
48
  }
45
- .icon-bot .path2:before{
46
- content:"\b1009";
47
- margin-left:-1em;
48
- color:rgb(146, 216, 241);
49
+ .icon-bot .path2:before {
50
+ content: "\b1009";
51
+ margin-left: -1em;
52
+ color: rgb(146, 216, 241);
49
53
  }
50
- .icon-bot .path3:before{
51
- content:"\b100a";
52
- margin-left:-1em;
53
- color:rgb(185, 229, 245);
54
+ .icon-bot .path3:before {
55
+ content: "\b100a";
56
+ margin-left: -1em;
57
+ color: rgb(185, 229, 245);
54
58
  }
55
- .icon-bot .path4:before{
56
- content:"\b100b";
57
- margin-left:-1em;
58
- color:rgb(35, 89, 140);
59
+ .icon-bot .path4:before {
60
+ content: "\b100b";
61
+ margin-left: -1em;
62
+ color: rgb(35, 89, 140);
59
63
  }
60
- .icon-bot .path5:before{
61
- content:"\b100c";
62
- margin-left:-1em;
63
- color:rgb(47, 51, 59);
64
+ .icon-bot .path5:before {
65
+ content: "\b100c";
66
+ margin-left: -1em;
67
+ color: rgb(47, 51, 59);
64
68
  }
65
- .icon-botNegative:before{
66
- content:"\b100d";
69
+ .icon-botNegative:before {
70
+ content: "\b100d";
67
71
  }
68
- .icon-botNuetral:before{
69
- content:"\b100e";
72
+ .icon-botNuetral:before {
73
+ content: "\b100e";
70
74
  }
71
- .icon-botPossitive:before{
72
- content:"\b100f";
75
+ .icon-botPossitive:before {
76
+ content: "\b100f";
73
77
  }
74
- .icon-bug:before{
75
- content:"\b1010";
78
+ .icon-bug:before {
79
+ content: "\b1010";
76
80
  }
77
- .icon-clone:before{
78
- content:"\b1011";
81
+ .icon-clone:before {
82
+ content: "\b1011";
79
83
  }
80
- .icon-closedTime:before{
81
- content:"\b1012";
84
+ .icon-closedTime:before {
85
+ content: "\b1012";
82
86
  }
83
- .icon-comment:before{
84
- content:"\b1013";
87
+ .icon-comment:before {
88
+ content: "\b1013";
85
89
  }
86
- .icon-completedTask:before{
87
- content:"\b1014";
90
+ .icon-completedTask:before {
91
+ content: "\b1014";
88
92
  }
89
- .icon-countdownMode:before{
90
- content:"\b1015";
93
+ .icon-countdownMode:before {
94
+ content: "\b1015";
91
95
  }
92
- .icon-createdTime:before{
93
- content:"\b1016";
96
+ .icon-createdTime:before {
97
+ content: "\b1016";
94
98
  }
95
- .icon-customizeTable:before{
96
- content:"\b1017";
99
+ .icon-customizeTable:before {
100
+ content: "\b1017";
97
101
  }
98
- .icon-disLink .path1:before{
99
- content:"\b1018";
100
- color:rgb(51, 51, 51);
102
+ .icon-disLink .path1:before {
103
+ content: "\b1018";
104
+ color: rgb(51, 51, 51);
101
105
  }
102
- .icon-disLink .path2:before{
103
- content:"\b1019";
104
- margin-left:-1em;
105
- color:rgb(0, 0, 0);
106
+ .icon-disLink .path2:before {
107
+ content: "\b1019";
108
+ margin-left: -1em;
109
+ color: rgb(0, 0, 0);
106
110
  }
107
- .icon-disLink .path3:before{
108
- content:"\b101a";
109
- margin-left:-1em;
110
- color:rgb(0, 0, 0);
111
+ .icon-disLink .path3:before {
112
+ content: "\b101a";
113
+ margin-left: -1em;
114
+ color: rgb(0, 0, 0);
111
115
  }
112
- .icon-draftdelete:before{
113
- content:"\b101b";
116
+ .icon-draftdelete:before {
117
+ content: "\b101b";
114
118
  }
115
- .icon-draftEdit:before{
116
- content:"\b101c";
119
+ .icon-draftEdit:before {
120
+ content: "\b101c";
117
121
  }
118
- .icon-draftSend:before{
119
- content:"\b101d";
122
+ .icon-draftSend:before {
123
+ content: "\b101d";
120
124
  }
121
- .icon-ellipsis:before{
122
- content:"\b101e";
125
+ .icon-ellipsis:before {
126
+ content: "\b101e";
123
127
  }
124
- .icon-event:before{
125
- content:"\b101f";
128
+ .icon-event:before {
129
+ content: "\b101f";
126
130
  }
127
- .icon-expand:before{
128
- content:"\b1020";
131
+ .icon-expand:before {
132
+ content: "\b1020";
129
133
  }
130
- .icon-flag:before{
131
- content:"\b1021";
134
+ .icon-flag:before {
135
+ content: "\b1021";
132
136
  }
133
- .icon-followers:before{
134
- content:"\b1022";
137
+ .icon-followers:before {
138
+ content: "\b1022";
135
139
  }
136
- .icon-forwardDraft .path1:before{
137
- content:"\b1023";
138
- color:rgb(0, 0, 0);
140
+ .icon-forwardDraft .path1:before {
141
+ content: "\b1023";
142
+ color: rgb(0, 0, 0);
139
143
  }
140
- .icon-forwardDraft .path2:before{
141
- content:"\b1024";
142
- margin-left:-1em;
143
- color:rgb(51, 51, 51);
144
+ .icon-forwardDraft .path2:before {
145
+ content: "\b1024";
146
+ margin-left: -1em;
147
+ color: rgb(51, 51, 51);
144
148
  }
145
- .icon-crm:before{
146
- content:"\b1025";
147
- color:#226db4;
149
+ .icon-crm:before {
150
+ content: "\b1025";
151
+ color: #226db4;
148
152
  }
149
- .icon-hash:before{
150
- content:"\b1026";
153
+ .icon-hash:before {
154
+ content: "\b1026";
151
155
  }
152
- .icon-hideTab:before{
153
- content:"\b1027";
156
+ .icon-hideTab:before {
157
+ content: "\b1027";
154
158
  }
155
- .icon-idea:before{
156
- content:"\b1028";
159
+ .icon-idea:before {
160
+ content: "\b1028";
157
161
  }
158
- .icon-in:before{
159
- content:"\b1029";
162
+ .icon-in:before {
163
+ content: "\b1029";
160
164
  }
161
- .icon-link:before{
162
- content:"\b102a";
165
+ .icon-link:before {
166
+ content: "\b102a";
163
167
  }
164
- .icon-macros:before{
165
- content:"\b102b";
168
+ .icon-macros:before {
169
+ content: "\b102b";
166
170
  }
167
- .icon-merge:before{
168
- content:"\b102c";
171
+ .icon-merge:before {
172
+ content: "\b102c";
169
173
  }
170
- .icon-noviewer:before{
171
- content:"\b102d";
174
+ .icon-noviewer:before {
175
+ content: "\b102d";
172
176
  }
173
- .icon-out:before{
174
- content:"\b102e";
177
+ .icon-out:before {
178
+ content: "\b102e";
175
179
  }
176
- .icon-paidUser:before{
177
- content:"\b102f";
180
+ .icon-paidUser:before {
181
+ content: "\b102f";
178
182
  }
179
- .icon-peek:before{
180
- content:"\b1030";
183
+ .icon-peek:before {
184
+ content: "\b1030";
181
185
  }
182
- .icon-remoteAssist:before{
183
- content:"\b1031";
186
+ .icon-remoteAssist:before {
187
+ content: "\b1031";
184
188
  }
185
- .icon-responsiveReply .path1:before{
186
- content:"\b1032";
187
- color:rgb(0, 0, 0);
189
+ .icon-responsiveReply .path1:before {
190
+ content: "\b1032";
191
+ color: rgb(0, 0, 0);
188
192
  }
189
- .icon-responsiveReply .path2:before{
190
- content:"\b1033";
191
- margin-left:-1em;
192
- color:rgb(0, 0, 0);
193
+ .icon-responsiveReply .path2:before {
194
+ content: "\b1033";
195
+ margin-left: -1em;
196
+ color: rgb(0, 0, 0);
193
197
  }
194
- .icon-responsiveReply .path3:before{
195
- content:"\b1034";
196
- margin-left:-1em;
197
- color:rgb(51, 51, 51);
198
+ .icon-responsiveReply .path3:before {
199
+ content: "\b1034";
200
+ margin-left: -1em;
201
+ color: rgb(51, 51, 51);
198
202
  }
199
- .icon-roles:before{
200
- content:"\b1035";
203
+ .icon-roles:before {
204
+ content: "\b1035";
201
205
  }
202
- .icon-rolesSub:before{
203
- content:"\b1036";
206
+ .icon-rolesSub:before {
207
+ content: "\b1036";
204
208
  }
205
- .icon-sandClock:before{
206
- content:"\b1037";
209
+ .icon-sandClock:before {
210
+ content: "\b1037";
207
211
  }
208
- .icon-snippet .path1:before{
209
- content:"\b1038";
210
- color:rgb(1, 1, 1);
212
+ .icon-snippet .path1:before {
213
+ content: "\b1038";
214
+ color: rgb(1, 1, 1);
211
215
  }
212
- .icon-snippet .path2:before{
213
- content:"\b1039";
214
- margin-left:-1em;
215
- color:rgb(51, 51, 51);
216
+ .icon-snippet .path2:before {
217
+ content: "\b1039";
218
+ margin-left: -1em;
219
+ color: rgb(51, 51, 51);
216
220
  }
217
- .icon-snippetPen:before{
218
- content:"\b103a";
221
+ .icon-snippetPen:before {
222
+ content: "\b103a";
219
223
  }
220
- .icon-split:before{
221
- content:"\b103b";
224
+ .icon-split:before {
225
+ content: "\b103b";
222
226
  }
223
- .icon-statusMode:before{
224
- content:"\b103c";
227
+ .icon-statusMode:before {
228
+ content: "\b103c";
225
229
  }
226
- .icon-table:before{
227
- content:"\b103d";
230
+ .icon-table:before {
231
+ content: "\b103d";
228
232
  }
229
- .icon-tag:before{
230
- content:"\b103e";
233
+ .icon-tag:before {
234
+ content: "\b103e";
231
235
  }
232
- .icon-task:before{
233
- content:"\b103f";
236
+ .icon-task:before {
237
+ content: "\b103f";
234
238
  }
235
- .icon-team:before{
236
- content:"\b1040";
239
+ .icon-team:before {
240
+ content: "\b1040";
237
241
  }
238
- .icon-teamAgent:before{
239
- content:"\b1041";
242
+ .icon-teamAgent:before {
243
+ content: "\b1041";
240
244
  }
241
- .icon-thread:before{
242
- content:"\b1042";
245
+ .icon-thread:before {
246
+ content: "\b1042";
243
247
  }
244
- .icon-ticket:before{
245
- content:"\b1043";
248
+ .icon-ticket:before {
249
+ content: "\b1043";
246
250
  }
247
- .icon-timeEntry:before{
248
- content:"\b1044";
251
+ .icon-timeEntry:before {
252
+ content: "\b1044";
249
253
  }
250
- .icon-timeEntryPause:before{
251
- content:"\b1045";
254
+ .icon-timeEntryPause:before {
255
+ content: "\b1045";
252
256
  }
253
- .icon-timeEntryStart:before{
254
- content:"\b1046";
257
+ .icon-timeEntryStart:before {
258
+ content: "\b1046";
255
259
  }
256
- .icon-timelineDots:before{
257
- content:"\b1047";
260
+ .icon-timelineDots:before {
261
+ content: "\b1047";
258
262
  }
259
- .icon-transition:before{
260
- content:"\b1048";
263
+ .icon-transition:before {
264
+ content: "\b1048";
261
265
  }
262
- .icon-unArchivedView:before{
263
- content:"\b1049";
266
+ .icon-unArchivedView:before {
267
+ content: "\b1049";
264
268
  }
265
- .icon-commentFill:before{
266
- content:"\b104a";
269
+ .icon-commentFill:before {
270
+ content: "\b104a";
267
271
  }
268
- .icon-commentLine:before{
269
- content:"\b104b";
272
+ .icon-commentLine:before {
273
+ content: "\b104b";
270
274
  }
271
- .icon-primaryFolder:before{
272
- content:"\b104c";
275
+ .icon-primaryFolder:before {
276
+ content: "\b104c";
273
277
  }
274
- .icon-roundComment .path1:before{
275
- content:"\b104d";
276
- color:rgb(255, 255, 255);
278
+ .icon-roundComment .path1:before {
279
+ content: "\b104d";
280
+ color: rgb(255, 255, 255);
277
281
  }
278
- .icon-roundComment .path2:before{
279
- content:"\b104e";
280
- margin-left:-1em;
281
- color:rgb(1, 1, 1);
282
+ .icon-roundComment .path2:before {
283
+ content: "\b104e";
284
+ margin-left: -1em;
285
+ color: rgb(1, 1, 1);
282
286
  }
283
- .icon-scheduleReply:before{
284
- content:"\b104f";
287
+ .icon-scheduleReply:before {
288
+ content: "\b104f";
285
289
  }
286
- .icon-showOriginal:before{
287
- content:"\b1050";
290
+ .icon-showOriginal:before {
291
+ content: "\b1050";
288
292
  }
289
- .icon-tickCircle:before{
290
- content:"\b1051";
293
+ .icon-tickCircle:before {
294
+ content: "\b1051";
291
295
  }
292
- .icon-editFill:before{
293
- content:"\b1052";
296
+ .icon-editFill:before {
297
+ content: "\b1052";
294
298
  }
295
- .icon-calendarFill .path1:before{
296
- content:"\b1053";
297
- color:rgb(51, 51, 51);
299
+ .icon-calendarFill .path1:before {
300
+ content: "\b1053";
301
+ color: rgb(51, 51, 51);
298
302
  }
299
- .icon-calendarFill .path2:before{
300
- content:"\b1054";
301
- margin-left:-1em;
302
- color:rgb(1, 1, 1);
303
+ .icon-calendarFill .path2:before {
304
+ content: "\b1054";
305
+ margin-left: -1em;
306
+ color: rgb(1, 1, 1);
303
307
  }
304
- .icon-fontA:before{
305
- content:"\b1055";
308
+ .icon-fontA:before {
309
+ content: "\b1055";
306
310
  }
307
- .icon-doubleArrow:before{
308
- content:"\b1056";
311
+ .icon-doubleArrow:before {
312
+ content: "\b1056";
309
313
  }
310
- .icon-preference:before{
311
- content:"\b1057";
314
+ .icon-preference:before {
315
+ content: "\b1057";
312
316
  }
313
- .icon-commentPath .path1:before{
314
- content:"\b1058";
315
- color:rgb(255, 255, 255);
317
+ .icon-commentPath .path1:before {
318
+ content: "\b1058";
319
+ color: rgb(255, 255, 255);
316
320
  }
317
- .icon-commentPath .path2:before{
318
- content:"\b1059";
319
- margin-left:-0.9267578125em;
320
- color:rgb(35, 31, 32);
321
+ .icon-commentPath .path2:before {
322
+ content: "\b1059";
323
+ margin-left: -0.9267578125em;
324
+ color: rgb(35, 31, 32);
321
325
  }
322
- .icon-followStroke:before{
323
- content:"\b105a";
326
+ .icon-followStroke:before {
327
+ content: "\b105a";
324
328
  }
325
- .icon-relatedDetails:before{
326
- content:"\b105b";
329
+ .icon-relatedDetails:before {
330
+ content: "\b105b";
327
331
  }
328
- .icon-ticketVisible:before{
329
- content:"\b105c";
332
+ .icon-ticketVisible:before {
333
+ content: "\b105c";
330
334
  }
331
- .icon-ticketInvisible:before{
332
- content:"\b105d";
335
+ .icon-ticketInvisible:before {
336
+ content: "\b105d";
333
337
  }
334
- .icon-languageDetector:before{
335
- content:"\b105e";
338
+ .icon-languageDetector:before {
339
+ content: "\b105e";
336
340
  }
337
- .icon-ticketView:before{
338
- content:"\b105f";
341
+ .icon-ticketView:before {
342
+ content: "\b105f";
339
343
  }
340
- .icon-prediction .path1:before{
341
- content:"\b1060";
342
- color:rgb(199, 202, 219);
343
- opacity:0.5;
344
+ .icon-prediction .path1:before {
345
+ content: "\b1060";
346
+ color: rgb(199, 202, 219);
347
+ opacity: 0.5;
344
348
  }
345
- .icon-prediction .path2:before{
346
- content:"\b1061";
347
- margin-left:-1em;
348
- color:rgb(35, 31, 32);
349
+ .icon-prediction .path2:before {
350
+ content: "\b1061";
351
+ margin-left: -1em;
352
+ color: rgb(35, 31, 32);
349
353
  }
350
- .icon-parentTicket:before{
351
- content:"\b1062";
354
+ .icon-parentTicket:before {
355
+ content: "\b1062";
352
356
  }
353
- .icon-childTicket:before{
354
- content:"\b1063";
357
+ .icon-childTicket:before {
358
+ content: "\b1063";
355
359
  }
356
- .icon-makeLonger:before{
357
- content:"\b1064";
360
+ .icon-makeLonger:before {
361
+ content: "\b1064";
358
362
  }
359
- .icon-makeShorter:before{
360
- content:"\b1065";
363
+ .icon-makeShorter:before {
364
+ content: "\b1065";
361
365
  }
362
- .icon-addResolution:before{
363
- content:"\b1066";
366
+ .icon-addResolution:before {
367
+ content: "\b1066";
364
368
  }
365
- .icon-clearSchedule:before{
366
- content:"\b1067";
369
+ .icon-clearSchedule:before {
370
+ content: "\b1067";
367
371
  }
368
- .icon-ziaTranslator:before{
369
- content:"\b1068";
372
+ .icon-ziaTranslator:before {
373
+ content: "\b1068";
370
374
  }
371
- .icon-customModule:before{
372
- content:"\b1069";
375
+ .icon-customModule:before {
376
+ content: "\b1069";
373
377
  }
374
- .icon-reschedule:before{
375
- content:"\b106a";
378
+ .icon-reschedule:before {
379
+ content: "\b106a";
376
380
  }
377
- .icon-publicPrivatePin .path1:before{
378
- content:"\b106b";
379
- color:rgb(1, 1, 1);
381
+ .icon-publicPrivatePin .path1:before {
382
+ content: "\b106b";
383
+ color: rgb(1, 1, 1);
380
384
  }
381
- .icon-publicPrivatePin .path2:before{
382
- content:"\b106c";
383
- margin-left:-1em;
384
- color:rgb(102, 103, 102);
385
+ .icon-publicPrivatePin .path2:before {
386
+ content: "\b106c";
387
+ margin-left: -1em;
388
+ color: rgb(102, 103, 102);
385
389
  }
386
- .icon-ticketSpam:before{
387
- content:"\b106d";
390
+ .icon-ticketSpam:before {
391
+ content: "\b106d";
388
392
  }
389
- .icon-ticketClosed:before{
390
- content:"\b106e";
393
+ .icon-ticketClosed:before {
394
+ content: "\b106e";
391
395
  }
392
- .icon-ticketContexual:before{
393
- content:"\b106f";
396
+ .icon-ticketContexual:before {
397
+ content: "\b106f";
394
398
  }
395
- .icon-ticketReopen:before{
396
- content:"\b1070";
399
+ .icon-ticketReopen:before {
400
+ content: "\b1070";
397
401
  }
398
- .icon-tempPreview:before{
399
- content:"\b1071";
402
+ .icon-tempPreview:before {
403
+ content: "\b1071";
400
404
  }
401
- .icon-botNeutral:before{
402
- content:"\b1072";
405
+ .icon-botNeutral:before {
406
+ content: "\b1072";
403
407
  }
404
- .icon-botPositive:before{
405
- content:"\b1073";
408
+ .icon-botPositive:before {
409
+ content: "\b1073";
406
410
  }
407
- .icon-nestedConversation:before{
408
- content:"\b1074";
411
+ .icon-nestedConversation:before {
412
+ content: "\b1074";
409
413
  }
410
- .icon-sideChat .path1:before{
411
- content:"\b1075";
412
- color:rgb(223, 230, 241);
414
+ .icon-sideChat .path1:before {
415
+ content: "\b1075";
416
+ color: rgb(223, 230, 241);
413
417
  }
414
- .icon-sideChat .path2:before{
415
- content:"\b1076";
416
- margin-left:-1em;
417
- color:rgb(1, 1, 1);
418
+ .icon-sideChat .path2:before {
419
+ content: "\b1076";
420
+ margin-left: -1em;
421
+ color: rgb(1, 1, 1);
418
422
  }
419
- .icon-maskContent:before{
420
- content:"\b1077";
423
+ .icon-maskContent:before {
424
+ content: "\b1077";
421
425
  }
422
- .icon-redactContent:before{
423
- content:"\b1078";
426
+ .icon-redactContent:before {
427
+ content: "\b1078";
424
428
  }
425
- .icon-unmaskContent:before{
426
- content:"\b1079";
429
+ .icon-unmaskContent:before {
430
+ content: "\b1079";
427
431
  }
428
- .icon-viewConent:before{
429
- content:"\b107a";
432
+ .icon-viewConent:before {
433
+ content: "\b107a";
430
434
  }
431
435
  }