@zohodesk/icons 1.0.0-exp.4 → 1.0.0-temp6

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 (68) hide show
  1. package/README.md +339 -239
  2. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviBold.woff +0 -0
  3. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviBold.woff2 +0 -0
  4. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviExtrabold.woff +0 -0
  5. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviExtrabold.woff2 +0 -0
  6. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviLight.woff +0 -0
  7. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviLight.woff2 +0 -0
  8. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviMedium.woff +0 -0
  9. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviMedium.woff2 +0 -0
  10. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviRegular.woff +0 -0
  11. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviRegular.woff2 +0 -0
  12. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviSemibold.woff +0 -0
  13. package/assets/fonts/webfonts/ZohoPuvi/ZohoPuviSemibold.woff2 +0 -0
  14. package/assets/fonts/zd-common.svg +1 -0
  15. package/assets/fonts/zd-common.woff +0 -0
  16. package/assets/fonts/zd-common.woff2 +0 -0
  17. package/assets/fonts/zd-community.svg +1 -0
  18. package/assets/fonts/zd-community.woff +0 -0
  19. package/assets/fonts/zd-community.woff2 +0 -0
  20. package/assets/fonts/zd-gcFonts.svg +37 -0
  21. package/assets/fonts/zd-gcFonts.woff +0 -0
  22. package/assets/fonts/zd-gcFonts.woff2 +0 -0
  23. package/assets/fonts/zd-rCustomize.svg +1 -0
  24. package/assets/fonts/zd-rCustomize.woff +0 -0
  25. package/assets/fonts/zd-rCustomize.woff2 +0 -0
  26. package/assets/fonts/zd-rGeneral.svg +27 -8
  27. package/assets/fonts/zd-rGeneral.woff +0 -0
  28. package/assets/fonts/zd-rGeneral.woff2 +0 -0
  29. package/assets/fonts/zd-rTickets.svg +52 -49
  30. package/assets/fonts/zd-rTickets.woff +0 -0
  31. package/assets/fonts/zd-rTickets.woff2 +0 -0
  32. package/assets/fonts/zd-rTopband.svg +1 -0
  33. package/assets/fonts/zd-rTopband.woff +0 -0
  34. package/assets/fonts/zd-rTopband.woff2 +0 -0
  35. package/assets/fonts/zd-rTwotone.svg +9 -2
  36. package/assets/fonts/zd-rTwotone.woff +0 -0
  37. package/assets/fonts/zd-rTwotone.woff2 +0 -0
  38. package/assets/fonts/zd-social.woff +0 -0
  39. package/assets/fonts/zd-social.woff2 +0 -0
  40. package/assets/fonts/zd-tickets.svg +9 -0
  41. package/assets/fonts/zd-tickets.woff +0 -0
  42. package/assets/fonts/zd-tickets.woff2 +0 -0
  43. package/assets/react/zd-font-rCustomize.module.css +4 -1
  44. package/assets/react/zd-font-rGeneral.module.css +86 -9
  45. package/assets/react/zd-font-rTickets.module.css +64 -51
  46. package/assets/react/zd-font-rTopband.module.css +4 -1
  47. package/assets/react/zd-font-rTwotone.module.css +37 -4
  48. package/assets/react/zd-font-react-common.module.css +4 -1
  49. package/assets/react/zd-font-react-common.plain.css +4 -1
  50. package/assets/react/zd-font-react-community.module.css +4 -1
  51. package/assets/react/zd-font-react-gcFonts.module.css +171 -1
  52. package/assets/react/zd-font-react-tickets.module.css +41 -1
  53. package/assets/react/zd-font-react-tickets.plain.css +41 -1
  54. package/es/Icon/CustomIcons.js +4 -1
  55. package/es/Icon/FontFactory.js +51 -14
  56. package/es/Icon/Icon.module.css +43 -43
  57. package/es/common/IcondocStyle.module.css +22 -22
  58. package/lib/Icon/CustomIcons.js +1 -1
  59. package/lib/Icon/FontFactory.js +29 -13
  60. package/lib/Icon/FontIcon.js +5 -5
  61. package/lib/Icon/Icon.module.css +43 -43
  62. package/lib/Icon/asyncComponent.js +5 -5
  63. package/lib/Icon/index.js +1 -1
  64. package/lib/common/IcondocStyle.module.css +22 -22
  65. package/lib/index.js +10 -10
  66. package/package.json +107 -58
  67. package/es/Icon/docs/Icon__default.docs.js +0 -35
  68. package/lib/Icon/docs/Icon__default.docs.js +0 -88
package/README.md CHANGED
@@ -1,239 +1,339 @@
1
- # DOT FontIcons
2
-
3
- In this GiftBox we Provide FontIcons
4
-
5
- # 1.0.0-beta.66
6
-
7
- - ZD-GN-placeholder,ZD-GN-gift,ZD-GN-freeTrial added
8
-
9
- # 1.0.0-beta.65
10
-
11
- - ZD-GN-insertHtml updated
12
- - GC-button added
13
-
14
- # 1.0.0-beta.64
15
-
16
- - Tested
17
-
18
- # 1.0.0-beta.63
19
-
20
- - ReactCutomizeFontIcon => ZD-CM-formula added
21
- - ReactTwotoneIcon => ZD-TT-moreApps added
22
-
23
- # 1.0.0-beta.62
24
-
25
- - ZD-zdCRMQueueNew path fixes
26
- - ZD-TK-ticketVisible,ZD-TK-ticketInvisible added
27
-
28
- # 1.0.0-beta.61
29
-
30
- - icon-paidUser modified in rTickets.css
31
- - icon-paperPlane modified in rGeneral.css
32
-
33
- # 1.0.0-beta.60
34
-
35
- - icon-contactInformation,.icon-listening icons added in rCallBar.css
36
- - icon-relatedDetails added in rTickets.css
37
-
38
- # 1.0.0-beta.59
39
-
40
- - 2Tone Web Icon Path Changes
41
- - path2 color changes (red(d63a3a)=>de3535,green(35b556)=>26a942,blue(2e8abe)=>0a73eb)
42
-
43
- # 1.0.0-beta.58
44
-
45
- - Twotone icons Path color fixes
46
-
47
- # 1.0.0-beta.57
48
-
49
- - font-face fix
50
-
51
- # 1.0.0-beta.56
52
-
53
- - font-face issue fix
54
-
55
- # 1.0.0-beta.55
56
-
57
- - ZD-arrow1 rtl added
58
-
59
- # 1.0.0-beta.54
60
-
61
- - FontIcon Folder Removed
62
-
63
- # 1.0.0-beta.53
64
-
65
- - triangleAlert,questionStroke,annoncement added in ZD-TT
66
-
67
- # 1.0.0-beta.52
68
-
69
- - fsize => font_size css variables
70
-
71
- # 1.0.0-beta.51
72
-
73
- - size => fsize
74
-
75
- # 1.0.0-beta.50
76
-
77
- - icon(zd_font_icons) selector added
78
- - fsize variables implemented
79
-
80
- # 1.0.0-beta.49
81
-
82
- - ZD-CM-customAction added
83
-
84
- # 1.0.0-beta.48
85
-
86
- - ZD-languageDetector,ZD-RP-reportRedirection,ZD-TK-crm,ZD-TT-directFacebook, ZD-TT-directFacebook,ZD-TT-directFacebookOut,ZD-TT-directFacebookMissed,ZD-TT-forwardDraft,ZD-TT-draft,ZD-TT-remoteAssist,ZD-TT-conversation added
87
- - ZD-TK-handshakMode,ZD-TT-draft removed
88
-
89
- # 1.0.0-beta.47
90
-
91
- - ReactTwotoneIcon => product,ticket,gamescope added
92
-
93
- # 1.0.0-beta.46
94
-
95
- - ReactIntegration => intInvoice,intSubscription added
96
-
97
- # 1.0.0-beta.45
98
-
99
- - ReactGeneralFontIcon => added ZD-GN-clearFilter
100
- - ReactTwotoneIcon => added ZD-TT-whatsApp in , out , missed
101
-
102
- # 1.0.0-beta.44
103
-
104
- - ZD-EF-fileAdobe removed
105
- - ZD-EF-filePdf,ZD-TK-commentPath,ZD-TK-followStroke,ZD-TT-flagFill added
106
-
107
- # 1.0.0-beta.43
108
-
109
- - TwoTone Icons Added
110
- - ZD-TK-paiUser replaced to ZD-TK-paidUser
111
-
112
- # 1.0.0-beta.42
113
-
114
- - ZD-MP-placeholder12 added in ReactMarketplaceFontIcon
115
-
116
- # 1.0.0-beta.41
117
-
118
- - follow,forward,forwardFill,showOriginal,unFollow added in ReactGeneralFontIcon
119
- - appltmacro renamed to applyMacro in ReactTicketsFontIcon
120
- - ZD-TK-forword removed from ReactTicketsFontIcon
121
-
122
- # 1.0.0-beta.40
123
-
124
- - ZD-TB-overPhone icon Fixed
125
-
126
- # 1.0.0-beta.39
127
-
128
- - Icon Render Fix
129
-
130
- # 1.0.0-beta.38
131
-
132
- - GC-gclogo added, style Variable added to reduce css file size
133
-
134
- # 1.0.0-beta.37
135
-
136
- - GcFonts Added
137
-
138
- # 1.0.0-beta.36
139
-
140
- - ZD-MP-placeholder10,ZD-MP-placeholder11 added
141
-
142
- # 1.0.0-beta.35
143
-
144
- - Icons Added in GC
145
-
146
- # 1.0.0-beta.34
147
-
148
- - roundComment,scheduleReply added in ReactTickets
149
-
150
- # 1.0.0-beta.33
151
-
152
- - mobile,building,fontcolor removed from rGeneral
153
- - enterpriceplanPlan,freePlan,mobile,overPhone,overWeb,rofessionalPlan,standerdPlan,statusFill,statusStroke added in rTopband
154
-
155
- # 1.0.0-beta.32
156
-
157
- - GC Icons Group Added
158
- - IconsAdded in React Topband and React General
159
-
160
- # 1.0.0-beta.31
161
-
162
- - ZD-CH-mailOutBound,ZD-CH-callOutBound,ZD-TK-primaryFolder added
163
-
164
- # 1.0.0-beta.30
165
-
166
- - commentFlled Issue Fix
167
-
168
- # 1.0.0-beta.29
169
-
170
- - IntegrationsFontIcon,CallBar group removed
171
- - REACT 2PX Icons Added
172
- - LHS Icons Updated
173
-
174
- # 1.0.0-beta.28
175
-
176
- - LhsFontIcons and Telephony FontIcons Added
177
- - ZD-tableView icon added in TicketsFontIcon
178
- - IntegrationsFontIcon prefix 2px removed
179
-
180
- # 1.0.0-beta.27
181
-
182
- - Integrations Group Created
183
- - Renamed "icon-Frame" to "icon-subscription" in Tickets FontIcon
184
- - Newly added IntegrationsFontIcons(icon-zohoProject,.icon-link,.icon-deLink )
185
- - happinessBad,happinessGood,happinessOk Icons Added in TicketsFontIcon
186
-
187
- # 1.0.0-beta.26
188
-
189
- - TicketChannel Family Name Issue
190
-
191
- # 1.0.0-beta.25
192
-
193
- - Channel Icons Fixed , Color Added
194
-
195
- # 1.0.0-beta.24
196
-
197
- - Frame, chDraftNew , chDirectFB Added
198
-
199
- # 1.0.0-beta.23
200
-
201
- - Line Height Issue Fixed
202
-
203
- # 1.0.0-beta.22
204
-
205
- - Rtl Implemented for Navigation Based Icons
206
-
207
- # 1.0.0-beta.21
208
-
209
- - ZD-books1 removed from ticketfonticon group
210
- - ZD-channelPhoneIn, ZD-channelPhoneOut Icon Fixed
211
-
212
- # 1.0.0-beta.20
213
-
214
- - icon-Invoice1 removed
215
-
216
- # 1.0.0-beta.19
217
-
218
- - Css Missing Issue Fix
219
-
220
- # 1.0.0-beta.18
221
-
222
- - TicketChannel Added
223
- - icon-tableTask,.icon-tableTicket,.ico
224
- n-tableContact,.icon-tableAccount,.icon-multipleLine,.icon-table,.icon-percentageBar,.icon
225
- -pie,.icon-line,.icon-funnel,.icon-stackedBar,.icon-bar,icon-barGraph,.icon-barLineGraph,
226
- .icon-dialMeter,.icon-donutChart,.icon-lineGraph,.icon-listGraph,.icon-multilineGraph,.ico
227
- n-pieChart,.icon-pieChartFill,.icon-tableChart,.icon-wordCloud
228
-
229
- # 1.0.0-beta.17
230
-
231
- - menu1, socialZoomOut, returns Icon Added
232
-
233
- # 1.0.0-beta.16
234
-
235
- - editdDraft Name SpellFix to editDraft
236
-
237
- # 1.0.0-beta.15
238
-
239
- - ASYNC Implement
1
+ # DOT FontIcons
2
+
3
+ In this GiftBox we Provide FontIcons
4
+ # 1.0.0-beta.95
5
+
6
+ - ReactGCFontIcon -> GC-inputFile path modified
7
+ # 1.0.0-beta.94
8
+
9
+ - ReactGCFontIcon -> GC-inputFile added
10
+ # 1.0.0-beta.93
11
+
12
+ - ReactGeneralFontIcon -> ZD-GN-wmsSun and ZD-GN-wmsMoon added
13
+ # 1.0.0-beta.92
14
+
15
+ - TicketsFontIcon -> ZD-analytics and ZD-customer added
16
+
17
+ # 1.0.0-beta.91
18
+
19
+ - ReactTwotoneIcon -> ZD-TT-instaIMIn, ZD-TT-instaIMOut and ZD-TT-instaIMMissed added
20
+ # 1.0.0-beta.90
21
+
22
+ - ReactTwotoneIcon -> ZD-instaIM added
23
+ - TicketsFontIcon -> ZD-instaIM removed for duplicate
24
+ # 1.0.0-beta.89
25
+
26
+ - TicketsFontIcon -> ZD-instaIM added
27
+ # 1.0.0-beta.88
28
+
29
+ - ReactGCFontIcon -> GC-object, GC-number, GC-arrayOfString & GC-arrayOfObject added
30
+ # 1.0.0-beta.87
31
+
32
+ - ReactGCFontIcon -> GC-dynamicInfo & GC-staticInfo added
33
+ # 1.0.0-beta.86
34
+
35
+ - CommunityFontIcon -> ZD-moderaterTick added
36
+ # 1.0.0-beta.85
37
+
38
+ - ReactGeneralFontIcon -> ZD-GN-read updated
39
+ # 1.0.0-beta.84
40
+
41
+ - ReactGeneralFontIcon -> ZD-GN-unread updated
42
+ # 1.0.0-beta.83
43
+
44
+ - ReactGeneralFontIcon -> ZD-GN-accessibility updated
45
+ - ReactTicketsFontIcon -> ZD-TK-read , ZD-TK-unRead removed for duplicate
46
+ # 1.0.0-beta.82
47
+
48
+ - ReactGeneralFontIcon -> ZD-GN-read and ZD-GN-unread added
49
+ # 1.0.0-beta.81
50
+
51
+ - TicketsFontIcon -> ZD-prediction added
52
+ # 1.0.0-beta.80
53
+
54
+ - CommonFontIcon -> ZD-accessibility added
55
+ - ReactGeneralFontIcon -> ZD-accessibility added
56
+ # 1.0.0-beta.79
57
+
58
+ - ZD-TK-readUnread removed
59
+ - ZD-TK-read , ZD-TK-unRead added
60
+ # 1.0.0-beta.78
61
+
62
+ - ZD-TK-prediction added
63
+ # 1.0.0-beta.77
64
+
65
+ - ReactTicketsFontIcon => ZD-TK-originalView removed , ZD-TK-readUnread added
66
+ - ReactGeneralFontIcon => ZD-GN-showOriginal removed
67
+ - ReactGCFontIcon => GC-dynamicCard, GC-staticCard added
68
+
69
+ # 1.0.0-beta.76
70
+
71
+ - GC-cloud added
72
+
73
+ # 1.0.0-beta.75
74
+
75
+ - ZD-CM-ticketID added
76
+
77
+ # 1.0.0-beta.74
78
+
79
+ - ZD-GN-doubleTick,ZD-GN-bounce added
80
+
81
+ # 1.0.0-beta.73
82
+
83
+ - Rtl Fixed for ZD-menu1,ZD-TK-thread,ZD-TB-menu
84
+
85
+ # 1.0.0-beta.72
86
+
87
+ - ZD-ticketView,ZD-GN-department,ZD-TK-ticketView,ZD-TB-features
88
+
89
+ # 1.0.0-beta.71
90
+
91
+ - ZD-GN-template added
92
+
93
+ # 1.0.0-beta.70
94
+
95
+ - ZD-TT-web issue fixed
96
+
97
+ # 1.0.0-beta.69
98
+
99
+ - ZD-GN-contactInformation,ZD-GN-relatedDetails,ZD-TK-languageDetector,ZD-TT-skills added
100
+
101
+ # 1.0.0-beta.68
102
+
103
+ - ZD-TT-reply, ZD-GN-skills added
104
+
105
+ # 1.0.0-beta.66
106
+
107
+ - ZD-GN-placeholder,ZD-GN-gift,ZD-GN-freeTrial added
108
+
109
+ # 1.0.0-beta.65
110
+
111
+ - ZD-GN-insertHtml updated
112
+ - GC-button added
113
+
114
+ # 1.0.0-beta.64
115
+
116
+ - Tested
117
+
118
+ # 1.0.0-beta.63
119
+
120
+ - ReactCutomizeFontIcon => ZD-CM-formula added
121
+ - ReactTwotoneIcon => ZD-TT-moreApps added
122
+
123
+ # 1.0.0-beta.62
124
+
125
+ - ZD-zdCRMQueueNew path fixes
126
+ - ZD-TK-ticketVisible,ZD-TK-ticketInvisible added
127
+
128
+ # 1.0.0-beta.61
129
+
130
+ - icon-paidUser modified in rTickets.css
131
+ - icon-paperPlane modified in rGeneral.css
132
+
133
+ # 1.0.0-beta.60
134
+
135
+ - icon-contactInformation,.icon-listening icons added in rCallBar.css
136
+ - icon-relatedDetails added in rTickets.css
137
+
138
+ # 1.0.0-beta.59
139
+
140
+ - 2Tone Web Icon Path Changes
141
+ - path2 color changes (red(d63a3a)=>de3535,green(35b556)=>26a942,blue(2e8abe)=>0a73eb)
142
+
143
+ # 1.0.0-beta.58
144
+
145
+ - Twotone icons Path color fixes
146
+
147
+ # 1.0.0-beta.57
148
+
149
+ - font-face fix
150
+
151
+ # 1.0.0-beta.56
152
+
153
+ - font-face issue fix
154
+
155
+ # 1.0.0-beta.55
156
+
157
+ - ZD-arrow1 rtl added
158
+
159
+ # 1.0.0-beta.54
160
+
161
+ - FontIcon Folder Removed
162
+
163
+ # 1.0.0-beta.53
164
+
165
+ - triangleAlert,questionStroke,annoncement added in ZD-TT
166
+
167
+ # 1.0.0-beta.52
168
+
169
+ - fsize => font_size css variables
170
+
171
+ # 1.0.0-beta.51
172
+
173
+ - size => fsize
174
+
175
+ # 1.0.0-beta.50
176
+
177
+ - icon(zd_font_icons) selector added
178
+ - fsize variables implemented
179
+
180
+ # 1.0.0-beta.49
181
+
182
+ - ZD-CM-customAction added
183
+
184
+ # 1.0.0-beta.48
185
+
186
+ - ZD-languageDetector,ZD-RP-reportRedirection,ZD-TK-crm,ZD-TT-directFacebook, ZD-TT-directFacebook,ZD-TT-directFacebookOut,ZD-TT-directFacebookMissed,ZD-TT-forwardDraft,ZD-TT-draft,ZD-TT-remoteAssist,ZD-TT-conversation added
187
+ - ZD-TK-handshakMode,ZD-TT-draft removed
188
+
189
+ # 1.0.0-beta.47
190
+
191
+ - ReactTwotoneIcon => product,ticket,gamescope added
192
+
193
+ # 1.0.0-beta.46
194
+
195
+ - ReactIntegration => intInvoice,intSubscription added
196
+
197
+ # 1.0.0-beta.45
198
+
199
+ - ReactGeneralFontIcon => added ZD-GN-clearFilter
200
+ - ReactTwotoneIcon => added ZD-TT-whatsApp in , out , missed
201
+
202
+ # 1.0.0-beta.44
203
+
204
+ - ZD-EF-fileAdobe removed
205
+ - ZD-EF-filePdf,ZD-TK-commentPath,ZD-TK-followStroke,ZD-TT-flagFill added
206
+
207
+ # 1.0.0-beta.43
208
+
209
+ - TwoTone Icons Added
210
+ - ZD-TK-paiUser replaced to ZD-TK-paidUser
211
+
212
+ # 1.0.0-beta.42
213
+
214
+ - ZD-MP-placeholder12 added in ReactMarketplaceFontIcon
215
+
216
+ # 1.0.0-beta.41
217
+
218
+ - follow,forward,forwardFill,showOriginal,unFollow added in ReactGeneralFontIcon
219
+ - appltmacro renamed to applyMacro in ReactTicketsFontIcon
220
+ - ZD-TK-forword removed from ReactTicketsFontIcon
221
+
222
+ # 1.0.0-beta.40
223
+
224
+ - ZD-TB-overPhone icon Fixed
225
+
226
+ # 1.0.0-beta.39
227
+
228
+ - Icon Render Fix
229
+
230
+ # 1.0.0-beta.38
231
+
232
+ - GC-gclogo added, style Variable added to reduce css file size
233
+
234
+ # 1.0.0-beta.37
235
+
236
+ - GcFonts Added
237
+
238
+ # 1.0.0-beta.36
239
+
240
+ - ZD-MP-placeholder10,ZD-MP-placeholder11 added
241
+
242
+ # 1.0.0-beta.35
243
+
244
+ - Icons Added in GC
245
+
246
+ # 1.0.0-beta.34
247
+
248
+ - roundComment,scheduleReply added in ReactTickets
249
+
250
+ # 1.0.0-beta.33
251
+
252
+ - mobile,building,fontcolor removed from rGeneral
253
+ - enterpriceplanPlan,freePlan,mobile,overPhone,overWeb,rofessionalPlan,standerdPlan,statusFill,statusStroke added in rTopband
254
+
255
+ # 1.0.0-beta.32
256
+
257
+ - GC Icons Group Added
258
+ - IconsAdded in React Topband and React General
259
+
260
+ # 1.0.0-beta.31
261
+
262
+ - ZD-CH-mailOutBound,ZD-CH-callOutBound,ZD-TK-primaryFolder added
263
+
264
+ # 1.0.0-beta.30
265
+
266
+ - commentFlled Issue Fix
267
+
268
+ # 1.0.0-beta.29
269
+
270
+ - IntegrationsFontIcon,CallBar group removed
271
+ - REACT 2PX Icons Added
272
+ - LHS Icons Updated
273
+
274
+ # 1.0.0-beta.28
275
+
276
+ - LhsFontIcons and Telephony FontIcons Added
277
+ - ZD-tableView icon added in TicketsFontIcon
278
+ - IntegrationsFontIcon prefix 2px removed
279
+
280
+ # 1.0.0-beta.27
281
+
282
+ - Integrations Group Created
283
+ - Renamed "icon-Frame" to "icon-subscription" in Tickets FontIcon
284
+ - Newly added IntegrationsFontIcons(icon-zohoProject,.icon-link,.icon-deLink )
285
+ - happinessBad,happinessGood,happinessOk Icons Added in TicketsFontIcon
286
+
287
+ # 1.0.0-beta.26
288
+
289
+ - TicketChannel Family Name Issue
290
+
291
+ # 1.0.0-beta.25
292
+
293
+ - Channel Icons Fixed , Color Added
294
+
295
+ # 1.0.0-beta.24
296
+
297
+ - Frame, chDraftNew , chDirectFB Added
298
+
299
+ # 1.0.0-beta.23
300
+
301
+ - Line Height Issue Fixed
302
+
303
+ # 1.0.0-beta.22
304
+
305
+ - Rtl Implemented for Navigation Based Icons
306
+
307
+ # 1.0.0-beta.21
308
+
309
+ - ZD-books1 removed from ticketfonticon group
310
+ - ZD-channelPhoneIn, ZD-channelPhoneOut Icon Fixed
311
+
312
+ # 1.0.0-beta.20
313
+
314
+ - icon-Invoice1 removed
315
+
316
+ # 1.0.0-beta.19
317
+
318
+ - Css Missing Issue Fix
319
+
320
+ # 1.0.0-beta.18
321
+
322
+ - TicketChannel Added
323
+ - icon-tableTask,.icon-tableTicket,.ico
324
+ n-tableContact,.icon-tableAccount,.icon-multipleLine,.icon-table,.icon-percentageBar,.icon
325
+ -pie,.icon-line,.icon-funnel,.icon-stackedBar,.icon-bar,icon-barGraph,.icon-barLineGraph,
326
+ .icon-dialMeter,.icon-donutChart,.icon-lineGraph,.icon-listGraph,.icon-multilineGraph,.ico
327
+ n-pieChart,.icon-pieChartFill,.icon-tableChart,.icon-wordCloud
328
+
329
+ # 1.0.0-beta.17
330
+
331
+ - menu1, socialZoomOut, returns Icon Added
332
+
333
+ # 1.0.0-beta.16
334
+
335
+ - editdDraft Name SpellFix to editDraft
336
+
337
+ # 1.0.0-beta.15
338
+
339
+ - ASYNC Implement
@@ -226,4 +226,5 @@
226
226
  <glyph unicode="&#xf7d8;" glyph-name="playStore" d="M202.24 939.52c-23.040 15.36-51.2 20.48-79.36 15.36l458.24-458.24 148.48 148.48-527.36 294.4zM66.56 916.48c-12.8-17.92-20.48-38.4-20.48-58.88v-819.2c0-23.040 7.68-43.52 20.48-58.88l468.48 468.48-468.48 468.48zM926.72 535.040l-133.12 74.24-163.84-161.28 161.28-161.28 133.12 74.24c33.28 17.92 51.2 51.2 51.2 87.040 2.56 35.84-17.92 69.12-48.64 87.040zM583.68 399.36l-460.8-458.24c7.68-2.56 15.36-2.56 23.040-2.56 17.92 0 38.4 5.12 53.76 15.36l529.92 296.96-145.92 148.48z" />
227
227
  <glyph unicode="&#xf7d9;" glyph-name="Bigin_Logo" horiz-adv-x="925" d="M916.917 746.146c-10.997 18.795-31.084 31.22-54.074 31.22-0.087 0-0.174 0-0.261-0.001h-112.377l49.951 89.288c5.26 8.956 8.367 19.726 8.367 31.222 0 34.484-27.955 62.439-62.439 62.439-0.198 0-0.395-0.001-0.592-0.003h-682.741c-0.167 0.002-0.364 0.003-0.562 0.003-34.484 0-62.439-27.955-62.439-62.439 0-11.496 3.107-22.266 8.526-31.517l-0.159 0.295 358.4-639.063v-221.346c0-0.042 0-0.092 0-0.141 0-24.198 12.29-45.525 30.969-58.081l0.251-0.159c10.966-7.407 24.475-11.835 39.017-11.863h0.007c9.798 0.073 19.123 2.016 27.662 5.488l-0.501-0.18 149.541 62.439c25.522 10.903 43.083 35.791 43.083 64.78 0 0.055 0 0.11 0 0.165v-0.008 158.907l260.371 455.805c5.315 8.993 8.456 19.817 8.456 31.376s-3.14 22.383-8.615 31.667l0.159-0.292zM598.166 251.317c-2.512-4.507-4.010-9.878-4.058-15.595v-167.039c0-0.008 0-0.018 0-0.027 0-3.181-1.903-5.918-4.633-7.134l-0.050-0.020-149.541-62.439c-1.075-0.631-2.367-1.004-3.746-1.004s-2.672 0.373-3.782 1.023l0.035-0.019c-2.069 1.474-3.409 3.856-3.434 6.552v230.092c-0.090 5.626-1.583 10.883-4.144 15.464l0.085-0.166-362.146 646.556h683.083l-67.122-120.195h-357.776c-0.037 0-0.080 0-0.124 0-11.495 0-21.539-6.212-26.957-15.463l-0.080-0.147c-2.63-4.478-4.183-9.862-4.183-15.61s1.553-11.132 4.262-15.757l-0.080 0.147 190.751-330.615c5.498-9.398 15.542-15.61 27.037-15.61 0.044 0 0.087 0 0.131 0h-0.007c11.479 0.139 21.453 6.453 26.768 15.768l0.081 0.153 120.195 214.478c2.619 4.48 4.166 9.864 4.166 15.61 0 17.301-14.026 31.327-31.327 31.327-11.556 0-21.651-6.257-27.081-15.568l-0.080-0.149-93.659-166.712-136.429 236.332h487.961z" />
228
228
  <glyph unicode="&#xf7da;" glyph-name="archived" d="M832 445.44v0l-76.8 156.16c-5.12 12.8-20.48 17.92-33.28 12.8 0 0 0 0 0 0-12.8-5.12-17.92-20.48-10.24-33.28 0 0 0 0 0 0l58.88-117.76h-514.56l58.88 117.76c7.68 12.8 2.56 28.16-10.24 33.28 0 0 0 0 0 0-12.8 7.68-28.16 2.56-35.84-10.24 0 0 0 0 0-2.56l-76.8-156.16c-2.56-2.56-2.56-7.68-2.56-10.24v-179.2c0-46.080 38.4-84.48 84.48-84.48h476.16c46.080 0 84.48 38.4 84.48 84.48v179.2c0 2.56 0 7.68-2.56 10.24zM750.080 222.72h-476.16c-17.92 0-33.28 15.36-33.28 33.28v153.6h545.28v-153.6c-2.56-17.92-15.36-33.28-35.84-33.28zM583.68 343.040h-143.36c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h143.36c15.36 0 25.6 10.24 25.6 25.6s-12.8 25.6-25.6 25.6zM496.64 499.2c5.12-5.12 10.24-7.68 17.92-7.68s12.8 2.56 17.92 7.68l74.24 74.24c10.24 10.24 10.24 25.6 0 35.84s-25.6 10.24-35.84 0c0 0 0 0 0 0l-30.72-30.72v120.32c0 15.36-10.24 25.6-25.6 25.6s-25.6-10.24-25.6-25.6v-120.32l-30.72 30.72c-10.24 10.24-28.16 7.68-35.84-2.56s-7.68-23.040 0-33.28l74.24-74.24z" />
229
+ <glyph unicode="&#xf7db;" glyph-name="accessibility" d="M512 883.2c-240.354 0-435.2-194.846-435.2-435.2s194.846-435.2 435.2-435.2c240.354 0 435.2 194.846 435.2 435.2v0c0 240.354-194.846 435.2-435.2 435.2v0zM512 64c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM512 578.56c31.811 0 57.599 25.789 57.599 57.6s-25.788 57.6-57.6 57.6c-31.812 0-57.6-25.788-57.6-57.6 0-0.090 0-0.18 0.001-0.27v0.014c0 0 0 0 0-0.001 0-31.67 25.674-57.344 57.344-57.344 0.090 0 0.18 0 0.27 0.001h-0.014zM692.48 576c-53.705-15.689-115.398-24.715-179.2-24.715s-125.496 9.026-183.875 25.87l4.675-1.155c-1.921 0.501-4.127 0.788-6.4 0.788-14.574 0-26.388-11.814-26.388-26.388 0-12.301 8.417-22.636 19.805-25.56l0.183-0.040c48.958-14.299 105.525-23.51 163.913-25.566l1.207-0.034v-108.032l-94.464-187.904c-2.302-3.766-3.665-8.323-3.665-13.199 0-14.138 11.462-25.6 25.6-25.6 10.587 0 19.673 6.427 23.57 15.591l0.063 0.167 74.496 149.248 74.496-147.968c4.298-8.395 12.877-14.049 22.78-14.080h0.004c4.211 0.084 8.162 1.115 11.676 2.887l-0.156-0.071c8.367 4.326 13.987 12.914 13.987 22.814 0 4.189-1.006 8.144-2.79 11.634l0.067-0.145-94.464 187.904v106.752c60.892 1.934 118.809 11.155 174.013 26.826l-5.053-1.226c11.338 3.192 19.51 13.442 19.51 25.6 0 14.663-11.887 26.55-26.55 26.55-2.505 0-4.929-0.347-7.227-0.995l0.187 0.045z" />
229
230
  </font></defs></svg>
Binary file
Binary file
@@ -62,4 +62,5 @@
62
62
  <glyph unicode="&#xe434;" d="M924.8 195.2c6.4 0 12.8-6.4 12.8-12.8s-6.4-12.8-12.8-12.8-12.8 6.4-12.8 12.8 3.2 12.8 12.8 12.8zM924.8 201.6c-12.8 0-22.4-9.6-22.4-22.4s9.6-22.4 22.4-22.4 22.4 9.6 22.4 22.4-12.8 22.4-22.4 22.4v0zM156.8 416c6.4 0 12.8-6.4 12.8-12.8s-6.4-12.8-12.8-12.8-12.8 6.4-12.8 12.8c0 6.4 6.4 12.8 12.8 12.8zM156.8 422.4c-12.8 0-22.4-9.6-22.4-22.4s9.6-22.4 22.4-22.4 22.4 9.6 22.4 22.4c0 12.8-9.6 22.4-22.4 22.4v0zM41.6 256h6.4v-3.2h-6.4v-6.4h-3.2v6.4h-6.4v3.2h6.4v6.4h3.2c0 3.2 0-6.4 0-6.4zM953.6-16h6.4v-3.2h-6.4v-6.4h-3.2v6.4h-6.4v3.2h6.4v6.4h3.2v-6.4z" />
63
63
  <glyph unicode="&#xe435;" d="M268.8 432c6.4 0 9.6-3.2 9.6-9.6s-3.2-6.4-9.6-6.4-9.6 3.2-9.6 9.6 6.4 6.4 9.6 6.4zM908.8 57.6c3.2 0 6.4-3.2 6.4-6.4s-3.2-6.4-6.4-6.4-6.4 3.2-6.4 6.4 3.2 6.4 6.4 6.4zM908.8 64c-6.4 0-12.8-6.4-12.8-12.8s6.4-12.8 12.8-12.8 12.8 6.4 12.8 12.8-3.2 12.8-12.8 12.8v0zM89.6 310.4c3.2 0 6.4-3.2 6.4-6.4s0-6.4-6.4-6.4-6.4 3.2-6.4 6.4c0 3.2 3.2 6.4 6.4 6.4zM89.6 316.8c-6.4 0-12.8-6.4-12.8-12.8s6.4-16 12.8-16 12.8 6.4 12.8 12.8c3.2 9.6-3.2 16-12.8 16v0zM160 326.4h6.4v-6.4h-6.4v-6.4h-3.2v6.4h-6.4v3.2h6.4v6.4h3.2v-3.2zM940.8 124.8h6.4v-3.2h-6.4v-6.4h-3.2v6.4h-9.6v3.2h6.4v6.4h3.2v-6.4zM406.4 12.8c-73.6 0-140.8 9.6-204.8 22.4v-44.8c0-16 12.8-28.8 28.8-28.8h620.8c16 0 28.8 12.8 28.8 28.8v182.4c-92.8-96-268.8-160-473.6-160z" />
64
64
  <glyph unicode="&#xe436;" glyph-name="zsbell" d="M870.4 323.2v208c0 160-108.8 310.4-272 348.8 0 0-6.4 80-86.4 80s-86.4-76.8-86.4-76.8c-163.2-38.4-272-192-272-352v-198.4c0-99.2-64-115.2-140.8-195.2h995.2c-73.6 76.8-137.6 86.4-137.6 185.6v0zM512-64c86.4 0 160 70.4 179.2 160h-358.4c19.2-89.6 92.8-160 179.2-160z" />
65
+ <glyph unicode="&#xe437;" glyph-name="moderater-tick" d="M844.8 640c0 22.4 0 41.6 0 60.8 0 16-12.8 28.8-28.8 28.8-118.4 0-211.2 35.2-284.8 108.8-12.8 9.6-28.8 9.6-38.4 0-76.8-73.6-166.4-108.8-288-108.8-12.8 0-25.6-12.8-25.6-25.6 0-19.2 0-38.4 0-60.8-3.2-201.6-9.6-473.6 323.2-588.8 6.4 0 9.6 0 12.8 0s6.4 0 9.6 0c329.6 112 323.2 387.2 320 585.6v0 0zM512 105.6c-284.8 105.6-281.6 332.8-278.4 534.4 0 12.8 0 25.6 0 35.2 112 3.2 201.6 38.4 278.4 105.6 76.8-67.2 166.4-102.4 278.4-105.6 0-12.8 0-22.4 0-35.2 3.2-201.6 6.4-428.8-278.4-534.4v0zM608 544l-134.4-134.4-57.6 57.6c-12.8 12.8-28.8 12.8-38.4 0s-12.8-28.8 0-38.4l76.8-76.8c6.4-6.4 12.8-9.6 19.2-9.6s12.8 3.2 19.2 9.6l153.6 153.6c12.8 12.8 12.8 28.8 0 38.4-9.6 12.8-28.8 12.8-38.4 0v0z" />
65
66
  </font></defs></svg>
Binary file
Binary file