@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-common_3";
3
- src:url('../fonts/zd-common.woff2') format('woff2'), url('../fonts/zd-common.woff') format('woff'), url('../fonts/zd-common.svg#zdfonts') format('svg');
4
- font-weight:normal;
5
- font-style:normal;
6
- font-display:block;
1
+ @font-face {
2
+ font-family:"zdfonts-react-common";
3
+ src:
4
+ url('../fonts/zd-common.woff2') format('woff2'),
5
+
6
+ url('../fonts/zd-common.woff') format('woff'),
7
+ url('../fonts/zd-common.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,884 +15,884 @@
11
15
 
12
16
 
13
17
  .icon-clip2,.icon-add-new,.icon-agent1,.icon-ai,.icon-alarm-clock,.icon-archive,.icon-arrow-down-single,.icon-arrow-left,.icon-arrow-left3,.icon-arrow-right3,.icon-arrows-1,.icon-arrowup-single,.icon-bcarr,.icon-blueprint,.icon-books,.icon-calendar-icons,.icon-ch-email,.icon-ch-phone,.icon-Checkbox-type,.icon-checkmarks,.icon-chrome,.icon-circle-cross,.icon-circle-minus,.icon-circleminus3,.icon-circlePlus,.icon-circlePlus3,.icon-clip,.icon-clock,.icon-clock33,.icon-close1,.icon-closedtime1,.icon-cloud,.icon-comment-thick,.icon-comment-timer-pause,.icon-comments_1,.icon-comments-new-2,.icon-completed_task1,.icon-createdtime2,.icon-css,.icon-css5,.icon-deactive-user,.icon-delete2,.icon-desk_dislike-new,.icon-desk_like-new,.icon-dislike-new,.icon-dislike,.icon-doc,.icon-dwg,.icon-email-dft,.icon-exclamation-lightborder,.icon-exclamation-thincircle,.icon-exclamation,.icon-exe,.icon-exe2,.icon-file-excel,.icon-file-music,.icon-file-openoffice,.icon-file-pdf,.icon-file-picture,.icon-file-text2,.icon-file-video,.icon-file-word,.icon-file-zip,.icon-firefox,.icon-game06,.icon-geometry,.icon-globe2,.icon-help-round,.icon-help,.icon-html,.icon-ics,.icon-IE,.icon-imageicn,.icon-images,.icon-inbox,.icon-info,.icon-info31,.icon-information,.icon-information57,.icon-Invoice,.icon-iphone,.icon-like,.icon-like2-new,.icon-like2,.icon-marketplace,.icon-menu57,.icon-mp3,.icon-mp4,.icon-Myinfo,.icon-On-hold,.icon-overdue2,.icon-pdf,.icon-pin-dark,.icon-ppt,.icon-ppt2,.icon-psd,.icon-questionfile,.icon-Quicksetupgear,.icon-re-invite,.icon-reload,.icon-salesforce,.icon-sh2,.icon-spam,.icon-statusChange,.icon-task_overdue-new,.icon-task-call,.icon-task-meeting,.icon-task-none,.icon-task-time-entry,.icon-telephone,.icon-TelephonyDashboard,.icon-tick8,.icon-ticknew,.icon-Time-tracker,.icon-timeline2,.icon-TPCRM05-01,.icon-twilio,.icon-twitter4,.icon-txt,.icon-unarchive,.icon-unknown,.icon-update-success,.icon-video,.icon-xls,.icon-xml,.icon-xml2,.icon-zip3,.icon-playStore,.icon-Bigin_Logo,.icon-archived,.icon-accessibility,.icon-videoCall,.icon-telephoneThick{
14
- font-family:"zdf-react-common_3" !important;
18
+ font-family:"zdfonts-react-common" !important;
15
19
  }
16
20
 
17
- .icon-clip2:before{
18
- content:"\f700";
21
+ .icon-clip2:before {
22
+ content: "\f700";
19
23
  }
20
- .icon-add-new:before{
21
- content:"\f701";
24
+ .icon-add-new:before {
25
+ content: "\f701";
22
26
  }
23
- .icon-agent1:before{
24
- content:"\f702";
27
+ .icon-agent1:before {
28
+ content: "\f702";
25
29
  }
26
- .icon-ai .path1:before{
27
- content:"\f703";
28
- color:rgb(233, 233, 224);
30
+ .icon-ai .path1:before {
31
+ content: "\f703";
32
+ color: rgb(233, 233, 224);
29
33
  }
30
- .icon-ai .path2:before{
31
- content:"\f704";
32
- margin-left:-1em;
33
- color:rgb(255, 193, 79);
34
+ .icon-ai .path2:before {
35
+ content: "\f704";
36
+ margin-left: -1em;
37
+ color: rgb(255, 193, 79);
34
38
  }
35
- .icon-ai .path3:before{
36
- content:"\f705";
37
- margin-left:-1em;
38
- color:rgb(255, 255, 255);
39
+ .icon-ai .path3:before {
40
+ content: "\f705";
41
+ margin-left: -1em;
42
+ color: rgb(255, 255, 255);
39
43
  }
40
- .icon-ai .path4:before{
41
- content:"\f706";
42
- margin-left:-1em;
43
- color:rgb(200, 189, 184);
44
+ .icon-ai .path4:before {
45
+ content: "\f706";
46
+ margin-left: -1em;
47
+ color: rgb(200, 189, 184);
44
48
  }
45
- .icon-ai .path5:before{
46
- content:"\f707";
47
- margin-left:-1em;
48
- color:rgb(217, 215, 202);
49
+ .icon-ai .path5:before {
50
+ content: "\f707";
51
+ margin-left: -1em;
52
+ color: rgb(217, 215, 202);
49
53
  }
50
- .icon-alarm-clock:before{
51
- content:"\f708";
52
- color:#00a3fe;
54
+ .icon-alarm-clock:before {
55
+ content: "\f708";
56
+ color: #00a3fe;
53
57
  }
54
- .icon-archive:before{
55
- content:"\f709";
58
+ .icon-archive:before {
59
+ content: "\f709";
56
60
  }
57
- .icon-arrow-down-single:before{
58
- content:"\f70a";
61
+ .icon-arrow-down-single:before {
62
+ content: "\f70a";
59
63
  }
60
- .icon-arrow-left:before{
61
- content:"\f70b";
64
+ .icon-arrow-left:before {
65
+ content: "\f70b";
62
66
  }
63
- .icon-arrow-left3:before{
64
- content:"\f70c";
67
+ .icon-arrow-left3:before {
68
+ content: "\f70c";
65
69
  }
66
- .icon-arrow-right3:before{
67
- content:"\f70d";
70
+ .icon-arrow-right3:before {
71
+ content: "\f70d";
68
72
  }
69
- .icon-arrows-1:before{
70
- content:"\f70e";
73
+ .icon-arrows-1:before {
74
+ content: "\f70e";
71
75
  }
72
- .icon-arrowup-single:before{
73
- content:"\f70f";
76
+ .icon-arrowup-single:before {
77
+ content: "\f70f";
74
78
  }
75
- .icon-bcarr:before{
76
- content:"\f710";
79
+ .icon-bcarr:before {
80
+ content: "\f710";
77
81
  }
78
- .icon-blueprint:before{
79
- content:"\f711";
82
+ .icon-blueprint:before {
83
+ content: "\f711";
80
84
  }
81
- .icon-books:before{
82
- content:"\f712";
85
+ .icon-books:before {
86
+ content: "\f712";
83
87
  }
84
- .icon-calendar-icons:before{
85
- content:"\f713";
88
+ .icon-calendar-icons:before {
89
+ content: "\f713";
86
90
  }
87
- .icon-ch-email:before{
88
- content:"\f714";
91
+ .icon-ch-email:before {
92
+ content: "\f714";
89
93
  }
90
- .icon-ch-phone:before{
91
- content:"\f715";
94
+ .icon-ch-phone:before {
95
+ content: "\f715";
92
96
  }
93
- .icon-Checkbox-type:before{
94
- content:"\f716";
97
+ .icon-Checkbox-type:before {
98
+ content: "\f716";
95
99
  }
96
- .icon-checkmarks:before{
97
- content:"\f717";
100
+ .icon-checkmarks:before {
101
+ content: "\f717";
98
102
  }
99
- .icon-chrome:before{
100
- content:"\f718";
103
+ .icon-chrome:before {
104
+ content: "\f718";
101
105
  }
102
- .icon-circle-cross:before{
103
- content:"\f719";
106
+ .icon-circle-cross:before {
107
+ content: "\f719";
104
108
  }
105
- .icon-circle-minus:before{
106
- content:"\f71a";
109
+ .icon-circle-minus:before {
110
+ content: "\f71a";
107
111
  }
108
- .icon-circleminus3:before{
109
- content:"\f71b";
112
+ .icon-circleminus3:before {
113
+ content: "\f71b";
110
114
  }
111
- .icon-circlePlus:before{
112
- content:"\f71c";
115
+ .icon-circlePlus:before {
116
+ content: "\f71c";
113
117
  }
114
- .icon-circlePlus3:before{
115
- content:"\f71d";
118
+ .icon-circlePlus3:before {
119
+ content: "\f71d";
116
120
  }
117
- .icon-clip:before{
118
- content:"\f71e";
121
+ .icon-clip:before {
122
+ content: "\f71e";
119
123
  }
120
- .icon-clock:before{
121
- content:"\f71f";
124
+ .icon-clock:before {
125
+ content: "\f71f";
122
126
  }
123
- .icon-clock33:before{
124
- content:"\f720";
127
+ .icon-clock33:before {
128
+ content: "\f720";
125
129
  }
126
- .icon-close1:before{
127
- content:"\f721";
130
+ .icon-close1:before {
131
+ content: "\f721";
128
132
  }
129
- .icon-closedtime1 .path1:before{
130
- content:"\f722";
131
- color:rgb(51, 155, 252);
133
+ .icon-closedtime1 .path1:before {
134
+ content: "\f722";
135
+ color: rgb(51, 155, 252);
132
136
  }
133
- .icon-closedtime1 .path2:before{
134
- content:"\f723";
135
- margin-left:-1.78125em;
136
- color:rgb(0, 0, 0);
137
+ .icon-closedtime1 .path2:before {
138
+ content: "\f723";
139
+ margin-left: -1.78125em;
140
+ color: rgb(0, 0, 0);
137
141
  }
138
- .icon-cloud:before{
139
- content:"\f724";
142
+ .icon-cloud:before {
143
+ content: "\f724";
140
144
  }
141
- .icon-comment-thick:before{
142
- content:"\f725";
145
+ .icon-comment-thick:before {
146
+ content: "\f725";
143
147
  }
144
- .icon-comment-timer-pause:before{
145
- content:"\f726";
148
+ .icon-comment-timer-pause:before {
149
+ content: "\f726";
146
150
  }
147
- .icon-comments_1:before{
148
- content:"\f727";
151
+ .icon-comments_1:before {
152
+ content: "\f727";
149
153
  }
150
- .icon-comments-new-2:before{
151
- content:"\f728";
154
+ .icon-comments-new-2:before {
155
+ content: "\f728";
152
156
  }
153
- .icon-completed_task1 .path1:before{
154
- content:"\f729";
155
- color:rgb(0, 0, 0);
157
+ .icon-completed_task1 .path1:before {
158
+ content: "\f729";
159
+ color: rgb(0, 0, 0);
156
160
  }
157
- .icon-completed_task1 .path2:before{
158
- content:"\f72a";
159
- margin-left:-1.625em;
160
- color:rgb(51, 155, 252);
161
+ .icon-completed_task1 .path2:before {
162
+ content: "\f72a";
163
+ margin-left: -1.625em;
164
+ color: rgb(51, 155, 252);
161
165
  }
162
- .icon-createdtime2:before{
163
- content:"\f72b";
166
+ .icon-createdtime2:before {
167
+ content: "\f72b";
164
168
  }
165
- .icon-css .path1:before{
166
- content:"\f72c";
167
- color:rgb(233, 233, 224);
169
+ .icon-css .path1:before {
170
+ content: "\f72c";
171
+ color: rgb(233, 233, 224);
168
172
  }
169
- .icon-css .path2:before{
170
- content:"\f72d";
171
- margin-left:-1em;
172
- color:rgb(217, 215, 202);
173
+ .icon-css .path2:before {
174
+ content: "\f72d";
175
+ margin-left: -1em;
176
+ color: rgb(217, 215, 202);
173
177
  }
174
- .icon-css .path3:before{
175
- content:"\f72e";
176
- margin-left:-1em;
177
- color:rgb(0, 150, 230);
178
+ .icon-css .path3:before {
179
+ content: "\f72e";
180
+ margin-left: -1em;
181
+ color: rgb(0, 150, 230);
178
182
  }
179
- .icon-css .path4:before{
180
- content:"\f72f";
181
- margin-left:-1em;
182
- color:rgb(255, 255, 255);
183
+ .icon-css .path4:before {
184
+ content: "\f72f";
185
+ margin-left: -1em;
186
+ color: rgb(255, 255, 255);
183
187
  }
184
- .icon-css5:before{
185
- content:"\f730";
188
+ .icon-css5:before {
189
+ content: "\f730";
186
190
  }
187
- .icon-deactive-user:before{
188
- content:"\f731";
191
+ .icon-deactive-user:before {
192
+ content: "\f731";
189
193
  }
190
- .icon-delete2:before{
191
- content:"\f732";
194
+ .icon-delete2:before {
195
+ content: "\f732";
192
196
  }
193
- .icon-desk_dislike-new:before{
194
- content:"\f733";
197
+ .icon-desk_dislike-new:before {
198
+ content: "\f733";
195
199
  }
196
- .icon-desk_like-new:before{
197
- content:"\f734";
200
+ .icon-desk_like-new:before {
201
+ content: "\f734";
198
202
  }
199
- .icon-dislike-new:before{
200
- content:"\f735";
203
+ .icon-dislike-new:before {
204
+ content: "\f735";
201
205
  }
202
- .icon-dislike:before{
203
- content:"\f736";
206
+ .icon-dislike:before {
207
+ content: "\f736";
204
208
  }
205
- .icon-doc .path1:before{
206
- content:"\f737";
207
- color:rgb(233, 233, 224);
209
+ .icon-doc .path1:before {
210
+ content: "\f737";
211
+ color: rgb(233, 233, 224);
208
212
  }
209
- .icon-doc .path2:before{
210
- content:"\f738";
211
- margin-left:-1em;
212
- color:rgb(217, 215, 202);
213
+ .icon-doc .path2:before {
214
+ content: "\f738";
215
+ margin-left: -1em;
216
+ color: rgb(217, 215, 202);
213
217
  }
214
- .icon-doc .path3:before{
215
- content:"\f739";
216
- margin-left:-1em;
217
- color:rgb(134, 151, 203);
218
+ .icon-doc .path3:before {
219
+ content: "\f739";
220
+ margin-left: -1em;
221
+ color: rgb(134, 151, 203);
218
222
  }
219
- .icon-doc .path4:before{
220
- content:"\f73a";
221
- margin-left:-1em;
222
- color:rgb(0, 150, 230);
223
+ .icon-doc .path4:before {
224
+ content: "\f73a";
225
+ margin-left: -1em;
226
+ color: rgb(0, 150, 230);
223
227
  }
224
- .icon-doc .path5:before{
225
- content:"\f73b";
226
- margin-left:-1em;
227
- color:rgb(255, 255, 255);
228
+ .icon-doc .path5:before {
229
+ content: "\f73b";
230
+ margin-left: -1em;
231
+ color: rgb(255, 255, 255);
228
232
  }
229
- .icon-dwg .path1:before{
230
- content:"\f73c";
231
- color:rgb(233, 233, 224);
233
+ .icon-dwg .path1:before {
234
+ content: "\f73c";
235
+ color: rgb(233, 233, 224);
232
236
  }
233
- .icon-dwg .path2:before{
234
- content:"\f73d";
235
- margin-left:-1em;
236
- color:rgb(217, 215, 202);
237
+ .icon-dwg .path2:before {
238
+ content: "\f73d";
239
+ margin-left: -1em;
240
+ color: rgb(217, 215, 202);
237
241
  }
238
- .icon-dwg .path3:before{
239
- content:"\f73e";
240
- margin-left:-1em;
241
- color:rgb(134, 151, 203);
242
+ .icon-dwg .path3:before {
243
+ content: "\f73e";
244
+ margin-left: -1em;
245
+ color: rgb(134, 151, 203);
242
246
  }
243
- .icon-dwg .path4:before{
244
- content:"\f73f";
245
- margin-left:-1em;
246
- color:rgb(255, 255, 255);
247
+ .icon-dwg .path4:before {
248
+ content: "\f73f";
249
+ margin-left: -1em;
250
+ color: rgb(255, 255, 255);
247
251
  }
248
- .icon-dwg .path5:before{
249
- content:"\f740";
250
- margin-left:-1em;
251
- color:rgb(200, 189, 184);
252
+ .icon-dwg .path5:before {
253
+ content: "\f740";
254
+ margin-left: -1em;
255
+ color: rgb(200, 189, 184);
252
256
  }
253
- .icon-dwg .path6:before{
254
- content:"\f741";
255
- margin-left:-1em;
256
- color:rgb(173, 162, 158);
257
+ .icon-dwg .path6:before {
258
+ content: "\f741";
259
+ margin-left: -1em;
260
+ color: rgb(173, 162, 158);
257
261
  }
258
- .icon-email-dft:before{
259
- content:"\f742";
262
+ .icon-email-dft:before {
263
+ content: "\f742";
260
264
  }
261
- .icon-exclamation-lightborder:before{
262
- content:"\f743";
265
+ .icon-exclamation-lightborder:before {
266
+ content: "\f743";
263
267
  }
264
- .icon-exclamation-thincircle:before{
265
- content:"\f744";
268
+ .icon-exclamation-thincircle:before {
269
+ content: "\f744";
266
270
  }
267
- .icon-exclamation:before{
268
- content:"\f745";
271
+ .icon-exclamation:before {
272
+ content: "\f745";
269
273
  }
270
- .icon-exe:before{
271
- content:"\f746";
274
+ .icon-exe:before {
275
+ content: "\f746";
272
276
  }
273
- .icon-exe2 .path1:before{
274
- content:"\f747";
275
- color:rgb(233, 233, 224);
277
+ .icon-exe2 .path1:before {
278
+ content: "\f747";
279
+ color: rgb(233, 233, 224);
276
280
  }
277
- .icon-exe2 .path2:before{
278
- content:"\f748";
279
- margin-left:-1em;
280
- color:rgb(217, 215, 202);
281
+ .icon-exe2 .path2:before {
282
+ content: "\f748";
283
+ margin-left: -1em;
284
+ color: rgb(217, 215, 202);
281
285
  }
282
- .icon-exe2 .path3:before{
283
- content:"\f749";
284
- margin-left:-1em;
285
- color:rgb(151, 119, 168);
286
+ .icon-exe2 .path3:before {
287
+ content: "\f749";
288
+ margin-left: -1em;
289
+ color: rgb(151, 119, 168);
286
290
  }
287
- .icon-exe2 .path4:before{
288
- content:"\f74a";
289
- margin-left:-1em;
290
- color:rgb(255, 255, 255);
291
+ .icon-exe2 .path4:before {
292
+ content: "\f74a";
293
+ margin-left: -1em;
294
+ color: rgb(255, 255, 255);
291
295
  }
292
- .icon-file-excel:before{
293
- content:"\f74b";
296
+ .icon-file-excel:before {
297
+ content: "\f74b";
294
298
  }
295
- .icon-file-music:before{
296
- content:"\f74c";
299
+ .icon-file-music:before {
300
+ content: "\f74c";
297
301
  }
298
- .icon-file-openoffice:before{
299
- content:"\f74d";
302
+ .icon-file-openoffice:before {
303
+ content: "\f74d";
300
304
  }
301
- .icon-file-pdf:before{
302
- content:"\f74e";
305
+ .icon-file-pdf:before {
306
+ content: "\f74e";
303
307
  }
304
- .icon-file-picture:before{
305
- content:"\f74f";
308
+ .icon-file-picture:before {
309
+ content: "\f74f";
306
310
  }
307
- .icon-file-text2:before{
308
- content:"\f750";
311
+ .icon-file-text2:before {
312
+ content: "\f750";
309
313
  }
310
- .icon-file-video:before{
311
- content:"\f751";
314
+ .icon-file-video:before {
315
+ content: "\f751";
312
316
  }
313
- .icon-file-word:before{
314
- content:"\f752";
317
+ .icon-file-word:before {
318
+ content: "\f752";
315
319
  }
316
- .icon-file-zip:before{
317
- content:"\f753";
320
+ .icon-file-zip:before {
321
+ content: "\f753";
318
322
  }
319
- .icon-firefox:before{
320
- content:"\f754";
323
+ .icon-firefox:before {
324
+ content: "\f754";
321
325
  }
322
- .icon-game06 .path1:before{
323
- content:"\f755";
324
- color:rgb(188, 188, 188);
326
+ .icon-game06 .path1:before {
327
+ content: "\f755";
328
+ color: rgb(188, 188, 188);
325
329
  }
326
- .icon-game06 .path2:before{
327
- content:"\f756";
328
- margin-left:-1.46875em;
329
- color:rgb(91, 91, 91);
330
+ .icon-game06 .path2:before {
331
+ content: "\f756";
332
+ margin-left: -1.46875em;
333
+ color: rgb(91, 91, 91);
330
334
  }
331
- .icon-geometry:before{
332
- content:"\f757";
335
+ .icon-geometry:before {
336
+ content: "\f757";
333
337
  }
334
- .icon-globe2:before{
335
- content:"\f758";
338
+ .icon-globe2:before {
339
+ content: "\f758";
336
340
  }
337
- .icon-help-round:before{
338
- content:"\f759";
341
+ .icon-help-round:before {
342
+ content: "\f759";
339
343
  }
340
- .icon-help:before{
341
- content:"\f75a";
344
+ .icon-help:before {
345
+ content: "\f75a";
342
346
  }
343
- .icon-html .path1:before{
344
- content:"\f75b";
345
- color:rgb(233, 233, 224);
347
+ .icon-html .path1:before {
348
+ content: "\f75b";
349
+ color: rgb(233, 233, 224);
346
350
  }
347
- .icon-html .path2:before{
348
- content:"\f75c";
349
- margin-left:-1em;
350
- color:rgb(217, 215, 202);
351
+ .icon-html .path2:before {
352
+ content: "\f75c";
353
+ margin-left: -1em;
354
+ color: rgb(217, 215, 202);
351
355
  }
352
- .icon-html .path3:before{
353
- content:"\f75d";
354
- margin-left:-1em;
355
- color:rgb(236, 102, 48);
356
+ .icon-html .path3:before {
357
+ content: "\f75d";
358
+ margin-left: -1em;
359
+ color: rgb(236, 102, 48);
356
360
  }
357
- .icon-html .path4:before{
358
- content:"\f75e";
359
- margin-left:-1em;
360
- color:rgb(255, 255, 255);
361
+ .icon-html .path4:before {
362
+ content: "\f75e";
363
+ margin-left: -1em;
364
+ color: rgb(255, 255, 255);
361
365
  }
362
- .icon-ics:before{
363
- content:"\f75f";
366
+ .icon-ics:before {
367
+ content: "\f75f";
364
368
  }
365
- .icon-IE:before{
366
- content:"\f760";
369
+ .icon-IE:before {
370
+ content: "\f760";
367
371
  }
368
- .icon-imageicn .path1:before{
369
- content:"\f761";
370
- color:rgb(233, 233, 224);
372
+ .icon-imageicn .path1:before {
373
+ content: "\f761";
374
+ color: rgb(233, 233, 224);
371
375
  }
372
- .icon-imageicn .path2:before{
373
- content:"\f762";
374
- margin-left:-1em;
375
- color:rgb(101, 156, 53);
376
+ .icon-imageicn .path2:before {
377
+ content: "\f762";
378
+ margin-left: -1em;
379
+ color: rgb(101, 156, 53);
376
380
  }
377
- .icon-imageicn .path3:before{
378
- content:"\f763";
379
- margin-left:-1em;
380
- color:rgb(217, 215, 202);
381
+ .icon-imageicn .path3:before {
382
+ content: "\f763";
383
+ margin-left: -1em;
384
+ color: rgb(217, 215, 202);
381
385
  }
382
- .icon-imageicn .path4:before{
383
- content:"\f764";
384
- margin-left:-1em;
385
- color:rgb(243, 213, 91);
386
+ .icon-imageicn .path4:before {
387
+ content: "\f764";
388
+ margin-left: -1em;
389
+ color: rgb(243, 213, 91);
386
390
  }
387
- .icon-imageicn .path5:before{
388
- content:"\f765";
389
- margin-left:-1em;
390
- color:rgb(136, 192, 87);
391
+ .icon-imageicn .path5:before {
392
+ content: "\f765";
393
+ margin-left: -1em;
394
+ color: rgb(136, 192, 87);
391
395
  }
392
- .icon-imageicn .path6:before{
393
- content:"\f766";
394
- margin-left:-1em;
395
- color:rgb(255, 255, 255);
396
+ .icon-imageicn .path6:before {
397
+ content: "\f766";
398
+ margin-left: -1em;
399
+ color: rgb(255, 255, 255);
396
400
  }
397
- .icon-images:before{
398
- content:"\f767";
401
+ .icon-images:before {
402
+ content: "\f767";
399
403
  }
400
- .icon-inbox:before{
401
- content:"\f768";
404
+ .icon-inbox:before {
405
+ content: "\f768";
402
406
  }
403
- .icon-info:before{
404
- content:"\f769";
407
+ .icon-info:before {
408
+ content: "\f769";
405
409
  }
406
- .icon-info31:before{
407
- content:"\f76a";
410
+ .icon-info31:before {
411
+ content: "\f76a";
408
412
  }
409
- .icon-information:before{
410
- content:"\f76b";
413
+ .icon-information:before {
414
+ content: "\f76b";
411
415
  }
412
- .icon-information57:before{
413
- content:"\f76c";
416
+ .icon-information57:before {
417
+ content: "\f76c";
414
418
  }
415
- .icon-Invoice:before{
416
- content:"\f76d";
419
+ .icon-Invoice:before {
420
+ content: "\f76d";
417
421
  }
418
- .icon-iphone:before{
419
- content:"\f76e";
422
+ .icon-iphone:before {
423
+ content: "\f76e";
420
424
  }
421
- .icon-like:before{
422
- content:"\f76f";
425
+ .icon-like:before {
426
+ content: "\f76f";
423
427
  }
424
- .icon-like2-new:before{
425
- content:"\f770";
428
+ .icon-like2-new:before {
429
+ content: "\f770";
426
430
  }
427
- .icon-like2:before{
428
- content:"\f771";
431
+ .icon-like2:before {
432
+ content: "\f771";
429
433
  }
430
- .icon-marketplace .path1:before{
431
- content:"\f772";
432
- color:rgb(43, 48, 53);
434
+ .icon-marketplace .path1:before {
435
+ content: "\f772";
436
+ color: rgb(43, 48, 53);
433
437
  }
434
- .icon-marketplace .path2:before{
435
- content:"\f773";
436
- margin-left:-1.056640625em;
437
- color:rgb(140, 143, 146);
438
+ .icon-marketplace .path2:before {
439
+ content: "\f773";
440
+ margin-left: -1.056640625em;
441
+ color: rgb(140, 143, 146);
438
442
  }
439
- .icon-marketplace .path3:before{
440
- content:"\f774";
441
- margin-left:-1.056640625em;
442
- color:rgb(209, 210, 211);
443
- }
444
- .icon-menu57:before{
445
- content:"\f775";
446
- }
447
- .icon-mp3 .path1:before{
448
- content:"\f776";
449
- color:rgb(233, 233, 224);
450
- }
451
- .icon-mp3 .path2:before{
452
- content:"\f777";
453
- margin-left:-1em;
454
- color:rgb(217, 215, 202);
455
- }
456
- .icon-mp3 .path3:before{
457
- content:"\f778";
458
- margin-left:-1em;
459
- color:rgb(125, 101, 153);
460
- }
461
- .icon-mp3 .path4:before{
462
- content:"\f779";
463
- margin-left:-1em;
464
- color:rgb(200, 189, 184);
465
- }
466
- .icon-mp3 .path5:before{
467
- content:"\f77a";
468
- margin-left:-1em;
469
- color:rgb(255, 255, 255);
470
- }
471
- .icon-mp4 .path1:before{
472
- content:"\f77b";
473
- color:rgb(233, 233, 224);
474
- }
475
- .icon-mp4 .path2:before{
476
- content:"\f77c";
477
- margin-left:-1em;
478
- color:rgb(255, 83, 100);
479
- }
480
- .icon-mp4 .path3:before{
481
- content:"\f77d";
482
- margin-left:-1em;
483
- color:rgb(255, 255, 255);
484
- }
485
- .icon-mp4 .path4:before{
486
- content:"\f77e";
487
- margin-left:-1em;
488
- color:rgb(200, 189, 184);
489
- }
490
- .icon-mp4 .path5:before{
491
- content:"\f77f";
492
- margin-left:-1em;
493
- color:rgb(217, 215, 202);
494
- }
495
- .icon-Myinfo:before{
496
- content:"\f780";
497
- }
498
- .icon-On-hold:before{
499
- content:"\f781";
500
- }
501
- .icon-overdue2:before{
502
- content:"\f782";
503
- }
504
- .icon-pdf .path1:before{
505
- content:"\f783";
506
- color:rgb(233, 233, 224);
507
- }
508
- .icon-pdf .path2:before{
509
- content:"\f784";
510
- margin-left:-1em;
511
- color:rgb(217, 215, 202);
512
- }
513
- .icon-pdf .path3:before{
514
- content:"\f785";
515
- margin-left:-1em;
516
- color:rgb(204, 75, 76);
517
- }
518
- .icon-pdf .path4:before{
519
- content:"\f786";
520
- margin-left:-1em;
521
- color:rgb(255, 255, 255);
522
- }
523
- .icon-pin-dark:before{
524
- content:"\f787";
525
- }
526
- .icon-ppt:before{
527
- content:"\f788";
528
- }
529
- .icon-ppt2 .path1:before{
530
- content:"\f789";
531
- color:rgb(233, 233, 224);
532
- }
533
- .icon-ppt2 .path2:before{
534
- content:"\f78a";
535
- margin-left:-1em;
536
- color:rgb(217, 215, 202);
537
- }
538
- .icon-ppt2 .path3:before{
539
- content:"\f78b";
540
- margin-left:-1em;
541
- color:rgb(246, 113, 46);
542
- }
543
- .icon-ppt2 .path4:before{
544
- content:"\f78c";
545
- margin-left:-1em;
546
- color:rgb(255, 255, 255);
547
- }
548
- .icon-ppt2 .path5:before{
549
- content:"\f78d";
550
- margin-left:-1em;
551
- color:rgb(200, 189, 184);
552
- }
553
- .icon-ppt2 .path6:before{
554
- content:"\f78e";
555
- margin-left:-1em;
556
- color:rgb(211, 204, 201);
557
- }
558
- .icon-psd .path1:before{
559
- content:"\f78f";
560
- color:rgb(233, 233, 224);
561
- }
562
- .icon-psd .path2:before{
563
- content:"\f790";
564
- margin-left:-1em;
565
- color:rgb(88, 137, 196);
566
- }
567
- .icon-psd .path3:before{
568
- content:"\f791";
569
- margin-left:-1em;
570
- color:rgb(255, 255, 255);
571
- }
572
- .icon-psd .path4:before{
573
- content:"\f792";
574
- margin-left:-1em;
575
- color:rgb(200, 189, 184);
576
- }
577
- .icon-psd .path5:before{
578
- content:"\f793";
579
- margin-left:-1em;
580
- color:rgb(217, 215, 202);
581
- }
582
- .icon-questionfile .path1:before{
583
- content:"\f794";
584
- color:rgb(233, 233, 224);
585
- }
586
- .icon-questionfile .path2:before{
587
- content:"\f795";
588
- margin-left:-1em;
589
- color:rgb(217, 215, 202);
590
- }
591
- .icon-questionfile .path3:before{
592
- content:"\f796";
593
- margin-left:-1em;
594
- color:rgb(200, 189, 184);
595
- }
596
- .icon-questionfile .path4:before{
597
- content:"\f797";
598
- margin-left:-1em;
599
- color:rgb(255, 255, 255);
600
- }
601
- .icon-questionfile .path5:before{
602
- content:"\f798";
603
- margin-left:-1em;
604
- color:rgb(200, 189, 184);
605
- }
606
- .icon-Quicksetupgear:before{
607
- content:"\f799";
608
- }
609
- .icon-re-invite:before{
610
- content:"\f79a";
611
- }
612
- .icon-reload:before{
613
- content:"\f79b";
614
- }
615
- .icon-salesforce .path1:before{
616
- content:"\f79c";
617
- color:rgb(0, 161, 224);
618
- }
619
- .icon-salesforce .path2:before{
620
- content:"\f79d";
621
- margin-left:-1em;
622
- color:rgb(255, 255, 255);
623
- }
624
- .icon-sh2:before{
625
- content:"\f79e";
626
- }
627
- .icon-spam:before{
628
- content:"\f79f";
629
- }
630
- .icon-statusChange:before{
631
- content:"\f7a0";
632
- }
633
- .icon-task_overdue-new:before{
634
- content:"\f7a1";
635
- }
636
- .icon-task-call:before{
637
- content:"\f7a2";
638
- }
639
- .icon-task-meeting:before{
640
- content:"\f7a3";
641
- }
642
- .icon-task-none:before{
643
- content:"\f7a4";
644
- }
645
- .icon-task-time-entry .path1:before{
646
- content:"\f7a5";
647
- color:rgb(255, 255, 255);
648
- }
649
- .icon-task-time-entry .path2:before{
650
- content:"\f7a6";
651
- margin-left:-0.90625em;
652
- color:rgb(0, 0, 0);
653
- }
654
- .icon-task-time-entry .path3:before{
655
- content:"\f7a7";
656
- margin-left:-0.90625em;
657
- color:rgb(0, 0, 0);
658
- }
659
- .icon-task-time-entry .path4:before{
660
- content:"\f7a8";
661
- margin-left:-0.90625em;
662
- color:rgb(0, 0, 0);
663
- }
664
- .icon-task-time-entry .path5:before{
665
- content:"\f7a9";
666
- margin-left:-0.90625em;
667
- color:rgb(0, 0, 0);
668
- }
669
- .icon-telephone:before{
670
- content:"\f7aa";
671
- }
672
- .icon-TelephonyDashboard .path1:before{
673
- content:"\f7ab";
674
- color:rgb(204, 204, 204);
675
- opacity:0.1;
676
- }
677
- .icon-TelephonyDashboard .path2:before{
678
- content:"\f7ac";
679
- margin-left:-1em;
680
- color:rgb(216, 216, 216);
681
- opacity:0.1;
682
- }
683
- .icon-TelephonyDashboard .path3:before{
684
- content:"\f7ad";
685
- margin-left:-1em;
686
- color:rgb(81, 81, 81);
687
- opacity:0.1;
688
- }
689
- .icon-TelephonyDashboard .path4:before{
690
- content:"\f7ae";
691
- margin-left:-1em;
692
- color:rgb(234, 234, 234);
693
- }
694
- .icon-TelephonyDashboard .path5:before{
695
- content:"\f7af";
696
- margin-left:-1em;
697
- color:rgb(242, 242, 242);
698
- }
699
- .icon-tick8:before{
700
- content:"\f7b0";
701
- }
702
- .icon-ticknew:before{
703
- content:"\f7b1";
704
- }
705
- .icon-Time-tracker:before{
706
- content:"\f7b2";
707
- }
708
- .icon-timeline2:before{
709
- content:"\f7b3";
710
- }
711
- .icon-TPCRM05-01:before{
712
- content:"\f7b4";
713
- color:#226db4;
714
- }
715
- .icon-twilio:before{
716
- content:"\f7b5";
717
- color:#f22f46;
718
- }
719
- .icon-twitter4:before{
720
- content:"\f7b6";
721
- }
722
- .icon-txt .path1:before{
723
- content:"\f7b7";
724
- color:rgb(233, 233, 224);
725
- }
726
- .icon-txt .path2:before{
727
- content:"\f7b8";
728
- margin-left:-1em;
729
- color:rgb(217, 215, 202);
730
- }
731
- .icon-txt .path3:before{
732
- content:"\f7b9";
733
- margin-left:-1em;
734
- color:rgb(149, 165, 165);
735
- }
736
- .icon-txt .path4:before{
737
- content:"\f7ba";
738
- margin-left:-1em;
739
- color:rgb(255, 255, 255);
740
- }
741
- .icon-txt .path5:before{
742
- content:"\f7bb";
743
- margin-left:-1em;
744
- color:rgb(200, 189, 184);
745
- }
746
- .icon-unarchive:before{
747
- content:"\f7bc";
748
- }
749
- .icon-unknown:before{
750
- content:"\f7bd";
751
- }
752
- .icon-update-success .path1:before{
753
- content:"\f7be";
754
- color:rgb(147, 147, 147);
755
- }
756
- .icon-update-success .path2:before{
757
- content:"\f7bf";
758
- margin-left:-1em;
759
- color:rgb(0, 0, 0);
760
- }
761
- .icon-video .path1:before{
762
- content:"\f7c0";
763
- color:rgb(233, 233, 224);
764
- }
765
- .icon-video .path2:before{
766
- content:"\f7c1";
767
- margin-left:-1em;
768
- color:rgb(217, 215, 202);
769
- }
770
- .icon-video .path3:before{
771
- content:"\f7c2";
772
- margin-left:-1em;
773
- color:rgb(215, 94, 114);
774
- }
775
- .icon-video .path4:before{
776
- content:"\f7c3";
777
- margin-left:-1em;
778
- color:rgb(200, 189, 184);
779
- }
780
- .icon-video .path5:before{
781
- content:"\f7c4";
782
- margin-left:-1em;
783
- color:rgb(255, 255, 255);
784
- }
785
- .icon-video .path6:before{
786
- content:"\f7c5";
787
- margin-left:-1em;
788
- color:rgb(255, 255, 255);
789
- }
790
- .icon-video .path7:before{
791
- content:"\f7c6";
792
- margin-left:-1em;
793
- color:rgb(255, 255, 255);
794
- }
795
- .icon-video .path8:before{
796
- content:"\f7c7";
797
- margin-left:-1em;
798
- color:rgb(255, 255, 255);
799
- }
800
- .icon-video .path9:before{
801
- content:"\f7c8";
802
- margin-left:-1em;
803
- color:rgb(255, 255, 255);
804
- }
805
- .icon-xls .path1:before{
806
- content:"\f7c9";
807
- color:rgb(233, 233, 224);
808
- }
809
- .icon-xls .path2:before{
810
- content:"\f7ca";
811
- margin-left:-1em;
812
- color:rgb(217, 215, 202);
813
- }
814
- .icon-xls .path3:before{
815
- content:"\f7cb";
816
- margin-left:-1em;
817
- color:rgb(145, 205, 160);
818
- }
819
- .icon-xls .path4:before{
820
- content:"\f7cc";
821
- margin-left:-1em;
822
- color:rgb(255, 255, 255);
823
- }
824
- .icon-xls .path5:before{
825
- content:"\f7cd";
826
- margin-left:-1em;
827
- color:rgb(200, 189, 184);
828
- }
829
- .icon-xml:before{
830
- content:"\f7ce";
831
- }
832
- .icon-xml2 .path1:before{
833
- content:"\f7cf";
834
- color:rgb(233, 233, 224);
835
- }
836
- .icon-xml2 .path2:before{
837
- content:"\f7d0";
838
- margin-left:-1em;
839
- color:rgb(217, 215, 202);
840
- }
841
- .icon-xml2 .path3:before{
842
- content:"\f7d1";
843
- margin-left:-1em;
844
- color:rgb(242, 156, 31);
845
- }
846
- .icon-xml2 .path4:before{
847
- content:"\f7d2";
848
- margin-left:-1em;
849
- color:rgb(255, 255, 255);
850
- }
851
- .icon-zip3 .path1:before{
852
- content:"\f7d3";
853
- color:rgb(233, 233, 224);
854
- }
855
- .icon-zip3 .path2:before{
856
- content:"\f7d4";
857
- margin-left:-1em;
858
- color:rgb(217, 215, 202);
859
- }
860
- .icon-zip3 .path3:before{
861
- content:"\f7d5";
862
- margin-left:-1em;
863
- color:rgb(85, 96, 128);
864
- }
865
- .icon-zip3 .path4:before{
866
- content:"\f7d6";
867
- margin-left:-1em;
868
- color:rgb(255, 255, 255);
869
- }
870
- .icon-zip3 .path5:before{
871
- content:"\f7d7";
872
- margin-left:-1em;
873
- color:rgb(200, 189, 184);
874
- }
875
- .icon-playStore:before{
876
- content:"\f7d8";
877
- }
878
- .icon-Bigin_Logo:before{
879
- content:"\f7d9";
880
- color:#049949;
881
- }
882
- .icon-archived:before{
883
- content:"\f7da";
884
- }
885
- .icon-accessibility:before{
886
- content:"\f7db";
887
- }
888
- .icon-videoCall:before{
889
- content:"\f7dc";
890
- }
891
- .icon-telephoneThick:before{
892
- content:"\f7dd";
443
+ .icon-marketplace .path3:before {
444
+ content: "\f774";
445
+ margin-left: -1.056640625em;
446
+ color: rgb(209, 210, 211);
447
+ }
448
+ .icon-menu57:before {
449
+ content: "\f775";
450
+ }
451
+ .icon-mp3 .path1:before {
452
+ content: "\f776";
453
+ color: rgb(233, 233, 224);
454
+ }
455
+ .icon-mp3 .path2:before {
456
+ content: "\f777";
457
+ margin-left: -1em;
458
+ color: rgb(217, 215, 202);
459
+ }
460
+ .icon-mp3 .path3:before {
461
+ content: "\f778";
462
+ margin-left: -1em;
463
+ color: rgb(125, 101, 153);
464
+ }
465
+ .icon-mp3 .path4:before {
466
+ content: "\f779";
467
+ margin-left: -1em;
468
+ color: rgb(200, 189, 184);
469
+ }
470
+ .icon-mp3 .path5:before {
471
+ content: "\f77a";
472
+ margin-left: -1em;
473
+ color: rgb(255, 255, 255);
474
+ }
475
+ .icon-mp4 .path1:before {
476
+ content: "\f77b";
477
+ color: rgb(233, 233, 224);
478
+ }
479
+ .icon-mp4 .path2:before {
480
+ content: "\f77c";
481
+ margin-left: -1em;
482
+ color: rgb(255, 83, 100);
483
+ }
484
+ .icon-mp4 .path3:before {
485
+ content: "\f77d";
486
+ margin-left: -1em;
487
+ color: rgb(255, 255, 255);
488
+ }
489
+ .icon-mp4 .path4:before {
490
+ content: "\f77e";
491
+ margin-left: -1em;
492
+ color: rgb(200, 189, 184);
493
+ }
494
+ .icon-mp4 .path5:before {
495
+ content: "\f77f";
496
+ margin-left: -1em;
497
+ color: rgb(217, 215, 202);
498
+ }
499
+ .icon-Myinfo:before {
500
+ content: "\f780";
501
+ }
502
+ .icon-On-hold:before {
503
+ content: "\f781";
504
+ }
505
+ .icon-overdue2:before {
506
+ content: "\f782";
507
+ }
508
+ .icon-pdf .path1:before {
509
+ content: "\f783";
510
+ color: rgb(233, 233, 224);
511
+ }
512
+ .icon-pdf .path2:before {
513
+ content: "\f784";
514
+ margin-left: -1em;
515
+ color: rgb(217, 215, 202);
516
+ }
517
+ .icon-pdf .path3:before {
518
+ content: "\f785";
519
+ margin-left: -1em;
520
+ color: rgb(204, 75, 76);
521
+ }
522
+ .icon-pdf .path4:before {
523
+ content: "\f786";
524
+ margin-left: -1em;
525
+ color: rgb(255, 255, 255);
526
+ }
527
+ .icon-pin-dark:before {
528
+ content: "\f787";
529
+ }
530
+ .icon-ppt:before {
531
+ content: "\f788";
532
+ }
533
+ .icon-ppt2 .path1:before {
534
+ content: "\f789";
535
+ color: rgb(233, 233, 224);
536
+ }
537
+ .icon-ppt2 .path2:before {
538
+ content: "\f78a";
539
+ margin-left: -1em;
540
+ color: rgb(217, 215, 202);
541
+ }
542
+ .icon-ppt2 .path3:before {
543
+ content: "\f78b";
544
+ margin-left: -1em;
545
+ color: rgb(246, 113, 46);
546
+ }
547
+ .icon-ppt2 .path4:before {
548
+ content: "\f78c";
549
+ margin-left: -1em;
550
+ color: rgb(255, 255, 255);
551
+ }
552
+ .icon-ppt2 .path5:before {
553
+ content: "\f78d";
554
+ margin-left: -1em;
555
+ color: rgb(200, 189, 184);
556
+ }
557
+ .icon-ppt2 .path6:before {
558
+ content: "\f78e";
559
+ margin-left: -1em;
560
+ color: rgb(211, 204, 201);
561
+ }
562
+ .icon-psd .path1:before {
563
+ content: "\f78f";
564
+ color: rgb(233, 233, 224);
565
+ }
566
+ .icon-psd .path2:before {
567
+ content: "\f790";
568
+ margin-left: -1em;
569
+ color: rgb(88, 137, 196);
570
+ }
571
+ .icon-psd .path3:before {
572
+ content: "\f791";
573
+ margin-left: -1em;
574
+ color: rgb(255, 255, 255);
575
+ }
576
+ .icon-psd .path4:before {
577
+ content: "\f792";
578
+ margin-left: -1em;
579
+ color: rgb(200, 189, 184);
580
+ }
581
+ .icon-psd .path5:before {
582
+ content: "\f793";
583
+ margin-left: -1em;
584
+ color: rgb(217, 215, 202);
585
+ }
586
+ .icon-questionfile .path1:before {
587
+ content: "\f794";
588
+ color: rgb(233, 233, 224);
589
+ }
590
+ .icon-questionfile .path2:before {
591
+ content: "\f795";
592
+ margin-left: -1em;
593
+ color: rgb(217, 215, 202);
594
+ }
595
+ .icon-questionfile .path3:before {
596
+ content: "\f796";
597
+ margin-left: -1em;
598
+ color: rgb(200, 189, 184);
599
+ }
600
+ .icon-questionfile .path4:before {
601
+ content: "\f797";
602
+ margin-left: -1em;
603
+ color: rgb(255, 255, 255);
604
+ }
605
+ .icon-questionfile .path5:before {
606
+ content: "\f798";
607
+ margin-left: -1em;
608
+ color: rgb(200, 189, 184);
609
+ }
610
+ .icon-Quicksetupgear:before {
611
+ content: "\f799";
612
+ }
613
+ .icon-re-invite:before {
614
+ content: "\f79a";
615
+ }
616
+ .icon-reload:before {
617
+ content: "\f79b";
618
+ }
619
+ .icon-salesforce .path1:before {
620
+ content: "\f79c";
621
+ color: rgb(0, 161, 224);
622
+ }
623
+ .icon-salesforce .path2:before {
624
+ content: "\f79d";
625
+ margin-left: -1em;
626
+ color: rgb(255, 255, 255);
627
+ }
628
+ .icon-sh2:before {
629
+ content: "\f79e";
630
+ }
631
+ .icon-spam:before {
632
+ content: "\f79f";
633
+ }
634
+ .icon-statusChange:before {
635
+ content: "\f7a0";
636
+ }
637
+ .icon-task_overdue-new:before {
638
+ content: "\f7a1";
639
+ }
640
+ .icon-task-call:before {
641
+ content: "\f7a2";
642
+ }
643
+ .icon-task-meeting:before {
644
+ content: "\f7a3";
645
+ }
646
+ .icon-task-none:before {
647
+ content: "\f7a4";
648
+ }
649
+ .icon-task-time-entry .path1:before {
650
+ content: "\f7a5";
651
+ color: rgb(255, 255, 255);
652
+ }
653
+ .icon-task-time-entry .path2:before {
654
+ content: "\f7a6";
655
+ margin-left: -0.90625em;
656
+ color: rgb(0, 0, 0);
657
+ }
658
+ .icon-task-time-entry .path3:before {
659
+ content: "\f7a7";
660
+ margin-left: -0.90625em;
661
+ color: rgb(0, 0, 0);
662
+ }
663
+ .icon-task-time-entry .path4:before {
664
+ content: "\f7a8";
665
+ margin-left: -0.90625em;
666
+ color: rgb(0, 0, 0);
667
+ }
668
+ .icon-task-time-entry .path5:before {
669
+ content: "\f7a9";
670
+ margin-left: -0.90625em;
671
+ color: rgb(0, 0, 0);
672
+ }
673
+ .icon-telephone:before {
674
+ content: "\f7aa";
675
+ }
676
+ .icon-TelephonyDashboard .path1:before {
677
+ content: "\f7ab";
678
+ color: rgb(204, 204, 204);
679
+ opacity: 0.1;
680
+ }
681
+ .icon-TelephonyDashboard .path2:before {
682
+ content: "\f7ac";
683
+ margin-left: -1em;
684
+ color: rgb(216, 216, 216);
685
+ opacity: 0.1;
686
+ }
687
+ .icon-TelephonyDashboard .path3:before {
688
+ content: "\f7ad";
689
+ margin-left: -1em;
690
+ color: rgb(81, 81, 81);
691
+ opacity: 0.1;
692
+ }
693
+ .icon-TelephonyDashboard .path4:before {
694
+ content: "\f7ae";
695
+ margin-left: -1em;
696
+ color: rgb(234, 234, 234);
697
+ }
698
+ .icon-TelephonyDashboard .path5:before {
699
+ content: "\f7af";
700
+ margin-left: -1em;
701
+ color: rgb(242, 242, 242);
702
+ }
703
+ .icon-tick8:before {
704
+ content: "\f7b0";
705
+ }
706
+ .icon-ticknew:before {
707
+ content: "\f7b1";
708
+ }
709
+ .icon-Time-tracker:before {
710
+ content: "\f7b2";
711
+ }
712
+ .icon-timeline2:before {
713
+ content: "\f7b3";
714
+ }
715
+ .icon-TPCRM05-01:before {
716
+ content: "\f7b4";
717
+ color: #226db4;
718
+ }
719
+ .icon-twilio:before {
720
+ content: "\f7b5";
721
+ color: #f22f46;
722
+ }
723
+ .icon-twitter4:before {
724
+ content: "\f7b6";
725
+ }
726
+ .icon-txt .path1:before {
727
+ content: "\f7b7";
728
+ color: rgb(233, 233, 224);
729
+ }
730
+ .icon-txt .path2:before {
731
+ content: "\f7b8";
732
+ margin-left: -1em;
733
+ color: rgb(217, 215, 202);
734
+ }
735
+ .icon-txt .path3:before {
736
+ content: "\f7b9";
737
+ margin-left: -1em;
738
+ color: rgb(149, 165, 165);
739
+ }
740
+ .icon-txt .path4:before {
741
+ content: "\f7ba";
742
+ margin-left: -1em;
743
+ color: rgb(255, 255, 255);
744
+ }
745
+ .icon-txt .path5:before {
746
+ content: "\f7bb";
747
+ margin-left: -1em;
748
+ color: rgb(200, 189, 184);
749
+ }
750
+ .icon-unarchive:before {
751
+ content: "\f7bc";
752
+ }
753
+ .icon-unknown:before {
754
+ content: "\f7bd";
755
+ }
756
+ .icon-update-success .path1:before {
757
+ content: "\f7be";
758
+ color: rgb(147, 147, 147);
759
+ }
760
+ .icon-update-success .path2:before {
761
+ content: "\f7bf";
762
+ margin-left: -1em;
763
+ color: rgb(0, 0, 0);
764
+ }
765
+ .icon-video .path1:before {
766
+ content: "\f7c0";
767
+ color: rgb(233, 233, 224);
768
+ }
769
+ .icon-video .path2:before {
770
+ content: "\f7c1";
771
+ margin-left: -1em;
772
+ color: rgb(217, 215, 202);
773
+ }
774
+ .icon-video .path3:before {
775
+ content: "\f7c2";
776
+ margin-left: -1em;
777
+ color: rgb(215, 94, 114);
778
+ }
779
+ .icon-video .path4:before {
780
+ content: "\f7c3";
781
+ margin-left: -1em;
782
+ color: rgb(200, 189, 184);
783
+ }
784
+ .icon-video .path5:before {
785
+ content: "\f7c4";
786
+ margin-left: -1em;
787
+ color: rgb(255, 255, 255);
788
+ }
789
+ .icon-video .path6:before {
790
+ content: "\f7c5";
791
+ margin-left: -1em;
792
+ color: rgb(255, 255, 255);
793
+ }
794
+ .icon-video .path7:before {
795
+ content: "\f7c6";
796
+ margin-left: -1em;
797
+ color: rgb(255, 255, 255);
798
+ }
799
+ .icon-video .path8:before {
800
+ content: "\f7c7";
801
+ margin-left: -1em;
802
+ color: rgb(255, 255, 255);
803
+ }
804
+ .icon-video .path9:before {
805
+ content: "\f7c8";
806
+ margin-left: -1em;
807
+ color: rgb(255, 255, 255);
808
+ }
809
+ .icon-xls .path1:before {
810
+ content: "\f7c9";
811
+ color: rgb(233, 233, 224);
812
+ }
813
+ .icon-xls .path2:before {
814
+ content: "\f7ca";
815
+ margin-left: -1em;
816
+ color: rgb(217, 215, 202);
817
+ }
818
+ .icon-xls .path3:before {
819
+ content: "\f7cb";
820
+ margin-left: -1em;
821
+ color: rgb(145, 205, 160);
822
+ }
823
+ .icon-xls .path4:before {
824
+ content: "\f7cc";
825
+ margin-left: -1em;
826
+ color: rgb(255, 255, 255);
827
+ }
828
+ .icon-xls .path5:before {
829
+ content: "\f7cd";
830
+ margin-left: -1em;
831
+ color: rgb(200, 189, 184);
832
+ }
833
+ .icon-xml:before {
834
+ content: "\f7ce";
835
+ }
836
+ .icon-xml2 .path1:before {
837
+ content: "\f7cf";
838
+ color: rgb(233, 233, 224);
839
+ }
840
+ .icon-xml2 .path2:before {
841
+ content: "\f7d0";
842
+ margin-left: -1em;
843
+ color: rgb(217, 215, 202);
844
+ }
845
+ .icon-xml2 .path3:before {
846
+ content: "\f7d1";
847
+ margin-left: -1em;
848
+ color: rgb(242, 156, 31);
849
+ }
850
+ .icon-xml2 .path4:before {
851
+ content: "\f7d2";
852
+ margin-left: -1em;
853
+ color: rgb(255, 255, 255);
854
+ }
855
+ .icon-zip3 .path1:before {
856
+ content: "\f7d3";
857
+ color: rgb(233, 233, 224);
858
+ }
859
+ .icon-zip3 .path2:before {
860
+ content: "\f7d4";
861
+ margin-left: -1em;
862
+ color: rgb(217, 215, 202);
863
+ }
864
+ .icon-zip3 .path3:before {
865
+ content: "\f7d5";
866
+ margin-left: -1em;
867
+ color: rgb(85, 96, 128);
868
+ }
869
+ .icon-zip3 .path4:before {
870
+ content: "\f7d6";
871
+ margin-left: -1em;
872
+ color: rgb(255, 255, 255);
873
+ }
874
+ .icon-zip3 .path5:before {
875
+ content: "\f7d7";
876
+ margin-left: -1em;
877
+ color: rgb(200, 189, 184);
878
+ }
879
+ .icon-playStore:before {
880
+ content: "\f7d8";
881
+ }
882
+ .icon-Bigin_Logo:before {
883
+ content: "\f7d9";
884
+ color: #049949;
885
+ }
886
+ .icon-archived:before {
887
+ content: "\f7da";
888
+ }
889
+ .icon-accessibility:before {
890
+ content: "\f7db";
891
+ }
892
+ .icon-videoCall:before {
893
+ content: "\f7dc";
894
+ }
895
+ .icon-telephoneThick:before {
896
+ content: "\f7dd";
893
897
  }
894
898
  }