@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,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`SvgIcon - rendering the "default" props 1`] = `
4
4
  <DocumentFragment>
5
5
  <svg
6
6
  aria-hidden="true"
7
- class="svgIcon "
7
+ class="svgIcon"
8
8
  data-id="fontIcon"
9
9
  data-selector-id="fontIcon"
10
10
  data-test-id="fontIcon"
@@ -20,7 +20,7 @@ exports[`SvgIcon - rendering with "ariaHidden" false 1`] = `
20
20
  <DocumentFragment>
21
21
  <svg
22
22
  aria-hidden="false"
23
- class="svgIcon "
23
+ class="svgIcon"
24
24
  data-id="fontIcon"
25
25
  data-selector-id="fontIcon"
26
26
  data-test-id="fontIcon"
@@ -36,7 +36,7 @@ exports[`SvgIcon - rendering with "iconClass" 1`] = `
36
36
  <DocumentFragment>
37
37
  <svg
38
38
  aria-hidden="true"
39
- class="svgIcon myIconClass"
39
+ class="svgIcon myIconClass"
40
40
  data-id="fontIcon"
41
41
  data-selector-id="fontIcon"
42
42
  data-test-id="fontIcon"
@@ -52,7 +52,7 @@ exports[`SvgIcon - rendering with "name" and "svgPrefix" 1`] = `
52
52
  <DocumentFragment>
53
53
  <svg
54
54
  aria-hidden="true"
55
- class="svgIcon "
55
+ class="svgIcon"
56
56
  data-id="fontIcon"
57
57
  data-selector-id="fontIcon"
58
58
  data-test-id="fontIcon"
@@ -68,7 +68,7 @@ exports[`SvgIcon - rendering with "size" 1`] = `
68
68
  <DocumentFragment>
69
69
  <svg
70
70
  aria-hidden="true"
71
- class="svgIcon "
71
+ class="svgIcon"
72
72
  data-id="fontIcon"
73
73
  data-selector-id="fontIcon"
74
74
  data-test-id="fontIcon"
@@ -85,7 +85,7 @@ exports[`SvgIcon - rendering with "tagAttributes" 1`] = `
85
85
  <DocumentFragment>
86
86
  <svg
87
87
  aria-hidden="true"
88
- class="svgIcon "
88
+ class="svgIcon"
89
89
  data-custom-attr="true"
90
90
  data-id="fontIcon"
91
91
  data-selector-id="fontIcon"
@@ -102,7 +102,7 @@ exports[`SvgIcon - rendering with "title" 1`] = `
102
102
  <DocumentFragment>
103
103
  <svg
104
104
  aria-hidden="true"
105
- class="svgIcon "
105
+ class="svgIcon"
106
106
  data-id="fontIcon"
107
107
  data-selector-id="fontIcon"
108
108
  data-test-id="fontIcon"
@@ -119,7 +119,7 @@ exports[`SvgIcon - rendering with "titlePosition" - bottom 1`] = `
119
119
  <DocumentFragment>
120
120
  <svg
121
121
  aria-hidden="true"
122
- class="svgIcon "
122
+ class="svgIcon"
123
123
  data-id="fontIcon"
124
124
  data-selector-id="fontIcon"
125
125
  data-test-id="fontIcon"
@@ -136,7 +136,7 @@ exports[`SvgIcon - rendering with "titlePosition" - left 1`] = `
136
136
  <DocumentFragment>
137
137
  <svg
138
138
  aria-hidden="true"
139
- class="svgIcon "
139
+ class="svgIcon"
140
140
  data-id="fontIcon"
141
141
  data-selector-id="fontIcon"
142
142
  data-test-id="fontIcon"
@@ -153,7 +153,7 @@ exports[`SvgIcon - rendering with "titlePosition" - right 1`] = `
153
153
  <DocumentFragment>
154
154
  <svg
155
155
  aria-hidden="true"
156
- class="svgIcon "
156
+ class="svgIcon"
157
157
  data-id="fontIcon"
158
158
  data-selector-id="fontIcon"
159
159
  data-test-id="fontIcon"
@@ -170,7 +170,7 @@ exports[`SvgIcon - rendering with "titlePosition" - top 1`] = `
170
170
  <DocumentFragment>
171
171
  <svg
172
172
  aria-hidden="true"
173
- class="svgIcon "
173
+ class="svgIcon"
174
174
  data-id="fontIcon"
175
175
  data-selector-id="fontIcon"
176
176
  data-test-id="fontIcon"
@@ -187,7 +187,7 @@ exports[`SvgIcon - rendering with external sprite "svgPrefix" 1`] = `
187
187
  <DocumentFragment>
188
188
  <svg
189
189
  aria-hidden="true"
190
- class="svgIcon "
190
+ class="svgIcon"
191
191
  data-id="fontIcon"
192
192
  data-selector-id="fontIcon"
193
193
  data-test-id="fontIcon"
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`IconProvider / IconContext - default context - renders font icon (no provider) 1`] = `
4
4
  <DocumentFragment>
5
5
  <i
6
6
  aria-hidden="true"
7
- class="zd_font_icons basic icon-close2 "
7
+ class="zd_font_icons basic icon-close2"
8
8
  data-id="fontIcon"
9
9
  data-selector-id="fontIcon"
10
10
  data-test-id="fontIcon"
@@ -16,7 +16,7 @@ exports[`IconProvider / IconContext - multiple icons share the same provider co
16
16
  <DocumentFragment>
17
17
  <svg
18
18
  aria-hidden="true"
19
- class="svgIcon "
19
+ class="svgIcon"
20
20
  data-id="fontIcon"
21
21
  data-selector-id="fontIcon"
22
22
  data-test-id="fontIcon"
@@ -27,7 +27,7 @@ exports[`IconProvider / IconContext - multiple icons share the same provider co
27
27
  </svg>
28
28
  <svg
29
29
  aria-hidden="true"
30
- class="svgIcon "
30
+ class="svgIcon"
31
31
  data-id="fontIcon"
32
32
  data-selector-id="fontIcon"
33
33
  data-test-id="fontIcon"
@@ -43,7 +43,7 @@ exports[`IconProvider / IconContext - type "fontIcon" - renders font icon 1`] =
43
43
  <DocumentFragment>
44
44
  <i
45
45
  aria-hidden="true"
46
- class="zd_font_icons basic icon-close2 "
46
+ class="zd_font_icons basic icon-close2"
47
47
  data-id="fontIcon"
48
48
  data-selector-id="fontIcon"
49
49
  data-test-id="fontIcon"
@@ -55,7 +55,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - passes "a11y" ariaHidden
55
55
  <DocumentFragment>
56
56
  <svg
57
57
  aria-hidden="false"
58
- class="svgIcon "
58
+ class="svgIcon"
59
59
  data-id="fontIcon"
60
60
  data-selector-id="fontIcon"
61
61
  data-test-id="fontIcon"
@@ -71,7 +71,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - passes "iconClass" prop
71
71
  <DocumentFragment>
72
72
  <svg
73
73
  aria-hidden="true"
74
- class="svgIcon custom-class"
74
+ class="svgIcon custom-class"
75
75
  data-id="fontIcon"
76
76
  data-selector-id="fontIcon"
77
77
  data-test-id="fontIcon"
@@ -87,7 +87,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - passes "size" prop to sv
87
87
  <DocumentFragment>
88
88
  <svg
89
89
  aria-hidden="true"
90
- class="svgIcon "
90
+ class="svgIcon"
91
91
  data-id="fontIcon"
92
92
  data-selector-id="fontIcon"
93
93
  data-test-id="fontIcon"
@@ -104,7 +104,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - passes "title" prop to s
104
104
  <DocumentFragment>
105
105
  <svg
106
106
  aria-hidden="true"
107
- class="svgIcon "
107
+ class="svgIcon"
108
108
  data-id="fontIcon"
109
109
  data-selector-id="fontIcon"
110
110
  data-test-id="fontIcon"
@@ -121,7 +121,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - renders svg symbol 1`] =
121
121
  <DocumentFragment>
122
122
  <svg
123
123
  aria-hidden="true"
124
- class="svgIcon "
124
+ class="svgIcon"
125
125
  data-id="fontIcon"
126
126
  data-selector-id="fontIcon"
127
127
  data-test-id="fontIcon"
@@ -137,7 +137,7 @@ exports[`IconProvider / IconContext - type "svgIcon" with "svgIconClass" 1`] =
137
137
  <DocumentFragment>
138
138
  <svg
139
139
  aria-hidden="true"
140
- class="svgIcon app-svg-icon "
140
+ class="svgIcon app-svg-icon"
141
141
  data-id="fontIcon"
142
142
  data-selector-id="fontIcon"
143
143
  data-test-id="fontIcon"
@@ -153,7 +153,7 @@ exports[`IconProvider / IconContext - type "svgIcon" with custom "svgIconPrefix
153
153
  <DocumentFragment>
154
154
  <svg
155
155
  aria-hidden="true"
156
- class="svgIcon "
156
+ class="svgIcon"
157
157
  data-id="fontIcon"
158
158
  data-selector-id="fontIcon"
159
159
  data-test-id="fontIcon"
@@ -1527,7 +1527,7 @@ var FontFactory = {
1527
1527
  'ZD-GN-alignRight': ['icon-alignRight', 2],
1528
1528
  'ZD-GN-allignCenter': ['icon-allignCenter', 2],
1529
1529
  'ZD-GN-allignJustify': ['icon-allignJustify', 2]
1530
- }, _defineProperty(_ReactGeneralFontIcon, "ZD-GN-bold", 'icon-bold'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-bullets', ['icon-bullets', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-clearFormat', ['icon-clearFormat', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-decreaceIndent', ['icon-decreaceIndent', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-font', 'icon-font'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fontColour', ['icon-fontColour', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-formatPainter', ['icon-formatPainter', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-horizontalRule', ['icon-horizontalRule', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-increaceIndent', ['icon-increaceIndent', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-insertCode', 'icon-insertCode'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-insertHtml', ['icon-insertHtml', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-insertImage', ['icon-insertImage', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-insertQuote', 'icon-insertQuote'), _defineProperty(_ReactGeneralFontIcon, "ZD-GN-italic", 'icon-italic'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-numbering', ['icon-numbering', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-spellCheck', ['icon-spellCheck', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-strikeThrough', ['icon-strikeThrough', 3]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-underLine', ['icon-underLine', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-signOut', 'icon-signOut'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-phoneFill', 'icon-phoneFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-follow', 'icon-follow'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-forward', 'icon-forward'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-forwardFill', 'icon-forwardFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-unFollow', 'icon-unFollow'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-infoStroke', 'icon-infoStroke'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-onHold', 'icon-onHold'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-clearFilter', 'icon-clearFilter'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-placeholder', 'icon-placeholder'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-gift', 'icon-gift'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-freeTrial', 'icon-freeTrial'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-skills', 'icon-skills'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-contactInformation', 'icon-contactInformation'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-relatedDetails', 'icon-relatedDetails'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-template', ['icon-template', 5]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-department', 'icon-department'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-doubleTick', 'icon-doubleTick'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-bounce', 'icon-bounce'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-accessibility', 'icon-accessibility'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-read', ['icon-read', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-unread', ['icon-unread', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-wmsSun', 'icon-wmsSun'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-wmsMoon', 'icon-wmsMoon'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-configuaration', 'icon-configuaration'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-premium', 'icon-premium'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-money', 'icon-money'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-Marketplace', ['icon-Marketplace', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-ticketDetail', ['icon-ticketDetail', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-comma', 'icon-comma'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-enter', 'icon-enter'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-spaceBar', 'icon-spaceBar'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-skipReplyall', 'icon-skipReplyall'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-rrSequential', 'icon-roundRobinSequential'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-filterAdd', 'icon-filterAdd'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-jsonWebToken', 'icon-jsonWebToken'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-parentChild', 'icon-parentChild'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-saml', 'icon-saml'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-smsAuth', 'icon-smsAuth'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-ticketOwner', 'icon-ticketOwner'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-mesengerFill', 'icon-mesengerFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-telegramFill', 'icon-telegramFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-sortingArrow', ['icon-sortingArrow', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-androidFill', 'icon-androidFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-customDashboard', 'icon-customDashboard'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-databaseEncryption', 'icon-databaseEncryption'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-myPins', 'icon-myPins'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-pinned', ['icon-pinned', 3]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-flagFill', 'icon-flagFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-instagram', 'icon-instagram'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-line', 'icon-line'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-answerBot', 'icon-answerBot'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-primaryContact', 'icon-primaryContact'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-wallet', 'icon-wallet'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-agentportal', 'icon-agentportal'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fileMail', 'icon-fileMail'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-rename', 'icon-rename'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fileUnknown', 'icon-fileUnknown'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-filePpt', 'icon-filePpt'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fileDoc', 'icon-fileDoc'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fileSheet', 'icon-fileSheet'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-imPause', ['icon-imPause', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-imPlay', 'icon-imPlay'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-imRecord', 'icon-imRecord'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-radar', 'icon-radar'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-pricingTag', 'icon-pricingTag'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-doubleArrow', 'icon-doubleArrow'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-followUpTicket', 'icon-followUpTicket'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-oCR', 'icon-OCR'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-ultimatePlan', 'icon-ultimatePlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-enterprisePlan', 'icon-enterprisePlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-standerdPlan', 'icon-standerdPlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-professionalPlan', 'icon-professionalPlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-freePlan', 'icon-freePlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-expressPlan', 'icon-expressPlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-process', 'icon-process'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-mailDefault', 'icon-mailDefault'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-featureHome', ['icon-featureHome', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-manualTranslation', 'icon-manualTranslation'), _ReactGeneralFontIcon),
1530
+ }, _defineProperty(_ReactGeneralFontIcon, "ZD-GN-bold", 'icon-bold'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-bullets', ['icon-bullets', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-clearFormat', ['icon-clearFormat', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-decreaceIndent', ['icon-decreaceIndent', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-font', 'icon-font'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fontColour', ['icon-fontColour', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-formatPainter', ['icon-formatPainter', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-horizontalRule', ['icon-horizontalRule', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-increaceIndent', ['icon-increaceIndent', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-insertCode', 'icon-insertCode'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-insertHtml', ['icon-insertHtml', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-insertImage', ['icon-insertImage', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-insertQuote', 'icon-insertQuote'), _defineProperty(_ReactGeneralFontIcon, "ZD-GN-italic", 'icon-italic'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-numbering', ['icon-numbering', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-spellCheck', ['icon-spellCheck', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-strikeThrough', ['icon-strikeThrough', 3]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-underLine', ['icon-underLine', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-signOut', 'icon-signOut'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-phoneFill', 'icon-phoneFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-follow', 'icon-follow'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-forward', 'icon-forward'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-forwardFill', 'icon-forwardFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-unFollow', 'icon-unFollow'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-infoStroke', 'icon-infoStroke'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-onHold', 'icon-onHold'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-clearFilter', 'icon-clearFilter'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-placeholder', 'icon-placeholder'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-gift', 'icon-gift'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-freeTrial', 'icon-freeTrial'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-skills', 'icon-skills'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-contactInformation', 'icon-contactInformation'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-relatedDetails', 'icon-relatedDetails'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-template', ['icon-template', 5]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-department', 'icon-department'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-doubleTick', 'icon-doubleTick'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-bounce', 'icon-bounce'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-accessibility', 'icon-accessibility'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-read', ['icon-read', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-unread', ['icon-unread', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-wmsSun', 'icon-wmsSun'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-wmsMoon', 'icon-wmsMoon'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-configuaration', 'icon-configuaration'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-premium', 'icon-premium'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-money', 'icon-money'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-Marketplace', ['icon-Marketplace', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-ticketDetail', ['icon-ticketDetail', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-comma', 'icon-comma'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-enter', 'icon-enter'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-spaceBar', 'icon-spaceBar'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-skipReplyall', 'icon-skipReplyall'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-rrSequential', 'icon-roundRobinSequential'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-filterAdd', 'icon-filterAdd'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-jsonWebToken', 'icon-jsonWebToken'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-parentChild', 'icon-parentChild'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-saml', 'icon-saml'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-smsAuth', 'icon-smsAuth'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-ticketOwner', 'icon-ticketOwner'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-mesengerFill', 'icon-mesengerFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-telegramFill', 'icon-telegramFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-sortingArrow', ['icon-sortingArrow', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-androidFill', 'icon-androidFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-customDashboard', 'icon-customDashboard'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-databaseEncryption', 'icon-databaseEncryption'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-myPins', 'icon-myPins'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-pinned', ['icon-pinned', 3]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-flagFill', 'icon-flagFill'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-instagram', 'icon-instagram'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-line', 'icon-line'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-answerBot', 'icon-answerBot'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-primaryContact', 'icon-primaryContact'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-wallet', 'icon-wallet'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-agentportal', 'icon-agentportal'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fileMail', 'icon-fileMail'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-rename', 'icon-rename'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fileUnknown', 'icon-fileUnknown'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-filePpt', 'icon-filePpt'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fileDoc', 'icon-fileDoc'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-fileSheet', 'icon-fileSheet'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-imPause', ['icon-imPause', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-imPlay', 'icon-imPlay'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-imRecord', 'icon-imRecord'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-radar', 'icon-radar'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-pricingTag', 'icon-pricingTag'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-doubleArrow', 'icon-doubleArrow'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-followUpTicket', 'icon-followUpTicket'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-oCR', 'icon-OCR'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-ultimatePlan', 'icon-ultimatePlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-enterprisePlan', 'icon-enterprisePlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-standerdPlan', 'icon-standerdPlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-professionalPlan', 'icon-professionalPlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-freePlan', 'icon-freePlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-expressPlan', 'icon-expressPlan'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-process', 'icon-process'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-mailDefault', 'icon-mailDefault'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-featureHome', ['icon-featureHome', 2]), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-manualTranslation', 'icon-manualTranslation'), _defineProperty(_ReactGeneralFontIcon, 'ZD-GN-tour', 'icon-tour'), _ReactGeneralFontIcon),
1531
1531
  ReactIntegrationsFontIcon: {
1532
1532
  'ZD-IG-intAnalytics': 'icon-intAnalytics',
1533
1533
  'ZD-IG-intBigin': 'icon-intBigin',
@@ -1814,7 +1814,7 @@ var FontFactory = {
1814
1814
  'GC-desktop': 'icon-Desktop',
1815
1815
  'GC-duplicate': 'icon-Duplicate',
1816
1816
  'GC-emojibutton': ['icon-emojibutton', 3]
1817
- }, _defineProperty(_ReactGCFontIcon, "GC-duplicate", 'icon-Duplicate'), _defineProperty(_ReactGCFontIcon, 'GC-emojismile', ['icon-EmojiSmile', 3]), _defineProperty(_ReactGCFontIcon, 'GC-flag', 'icon-Flag'), _defineProperty(_ReactGCFontIcon, 'GC-fullscreen', 'icon-FullScreen'), _defineProperty(_ReactGCFontIcon, 'GC-grid', 'icon-Grid'), _defineProperty(_ReactGCFontIcon, 'GC-home', 'icon-Home'), _defineProperty(_ReactGCFontIcon, 'GC-image', 'icon-Image'), _defineProperty(_ReactGCFontIcon, 'GC-imagebutton', ['icon-imagebutton', 5]), _defineProperty(_ReactGCFontIcon, 'GC-info', 'icon-Info'), _defineProperty(_ReactGCFontIcon, 'GC-inputaudio', ['icon-inputaudio', 4]), _defineProperty(_ReactGCFontIcon, 'GC-inputcurrency', ['icon-inputcurrency', 3]), _defineProperty(_ReactGCFontIcon, 'GC-inputimage', ['icon-inputimage', 5]), _defineProperty(_ReactGCFontIcon, 'GC-inputmail', ['icon-inputmail', 4]), _defineProperty(_ReactGCFontIcon, 'GC-inputnumber', ['icon-inputnumber', 3]), _defineProperty(_ReactGCFontIcon, 'GC-inputslider', ['icon-inputslider', 4]), _defineProperty(_ReactGCFontIcon, 'GC-inputtext', ['icon-inputtext', 3]), _defineProperty(_ReactGCFontIcon, 'GC-inputurl', ['icon-inputurl', 4]), _defineProperty(_ReactGCFontIcon, 'GC-inputvideo', ['icon-inputvideo', 3]), _defineProperty(_ReactGCFontIcon, 'GC-italic', 'icon-Italic'), _defineProperty(_ReactGCFontIcon, 'GC-jump', ['icon-jump', 3]), _defineProperty(_ReactGCFontIcon, 'GC-layer', 'icon-Layer'), _defineProperty(_ReactGCFontIcon, 'GC-link', 'icon-Link'), _defineProperty(_ReactGCFontIcon, 'GC-list', 'icon-List'), _defineProperty(_ReactGCFontIcon, 'GC-maximize', 'icon-Maximize'), _defineProperty(_ReactGCFontIcon, 'GC-minimize', 'icon-Minimize'), _defineProperty(_ReactGCFontIcon, 'GC-mobile', 'icon-Mobile'), _defineProperty(_ReactGCFontIcon, 'GC-navigation', 'icon-Navigation'), _defineProperty(_ReactGCFontIcon, 'GC-pathdivider', ['icon-pathdivider', 3]), _defineProperty(_ReactGCFontIcon, 'GC-pen', 'icon-Pen'), _defineProperty(_ReactGCFontIcon, 'GC-plus', 'icon-Plus'), _defineProperty(_ReactGCFontIcon, 'GC-questioncircle', 'icon-QuestionCircle'), _defineProperty(_ReactGCFontIcon, 'GC-refresh', 'icon-Refresh'), _defineProperty(_ReactGCFontIcon, 'GC-search', 'icon-Search'), _defineProperty(_ReactGCFontIcon, 'GC-starbutton', ['icon-starbutton', 3]), _defineProperty(_ReactGCFontIcon, 'GC-textbutton', ['icon-textbutton', 3]), _defineProperty(_ReactGCFontIcon, 'GC-thumbbutton', ['icon-thumbbutton', 4]), _defineProperty(_ReactGCFontIcon, 'GC-tick', 'icon-Tick'), _defineProperty(_ReactGCFontIcon, 'GC-trash', 'icon-Trash'), _defineProperty(_ReactGCFontIcon, 'GC-trash2', 'icon-Trash2'), _defineProperty(_ReactGCFontIcon, 'GC-underLine', 'icon-UnderLine'), _defineProperty(_ReactGCFontIcon, 'GC-video', 'icon-Video'), _defineProperty(_ReactGCFontIcon, 'GC-video2', 'icon-Video2'), _defineProperty(_ReactGCFontIcon, 'GC-videobutton', ['icon-videobutton', 3]), _defineProperty(_ReactGCFontIcon, 'GC-webhook', ['icon-webhook', 4]), _defineProperty(_ReactGCFontIcon, 'GC-zap', 'icon-Zap'), _defineProperty(_ReactGCFontIcon, 'GC-zoomin', 'icon-Zoomin'), _defineProperty(_ReactGCFontIcon, 'GC-zoomout', 'icon-Zoomout'), _defineProperty(_ReactGCFontIcon, 'GC-audio', 'icon-audio'), _defineProperty(_ReactGCFontIcon, 'GC-download', 'icon-download'), _defineProperty(_ReactGCFontIcon, 'GC-faq', ['icon-faq', 3]), _defineProperty(_ReactGCFontIcon, 'GC-file', 'icon-file'), _defineProperty(_ReactGCFontIcon, "GC-image", 'icon-image'), _defineProperty(_ReactGCFontIcon, 'GC-location', 'icon-location'), _defineProperty(_ReactGCFontIcon, 'GC-message', ['icon-message', 2]), _defineProperty(_ReactGCFontIcon, 'GC-note', 'icon-note'), _defineProperty(_ReactGCFontIcon, 'GC-rightarrow', 'icon-rightarrow'), _defineProperty(_ReactGCFontIcon, 'GC-text', 'icon-text'), _defineProperty(_ReactGCFontIcon, 'GC-hearteyes', ['icon-hearteyes', 8]), _defineProperty(_ReactGCFontIcon, 'GC-neutralface', ['icon-neutralface', 4]), _defineProperty(_ReactGCFontIcon, 'GC-slightfrowning', ['icon-slightfrowning', 4]), _defineProperty(_ReactGCFontIcon, 'GC-slightsmile', ['icon-slightsmile', 4]), _defineProperty(_ReactGCFontIcon, 'GC-starfrowing', ['icon-starfrowing', 4]), _defineProperty(_ReactGCFontIcon, 'GC-starheart', ['icon-starheart', 8]), _defineProperty(_ReactGCFontIcon, 'GC-starneutral', ['icon-starneutral', 5]), _defineProperty(_ReactGCFontIcon, 'GC-starsmile', ['icon-starsmile', 4]), _defineProperty(_ReactGCFontIcon, 'GC-starunamused', ['icon-starunamused', 4]), _defineProperty(_ReactGCFontIcon, 'GC-thumbsdown', ['icon-thumbsdown', 2]), _defineProperty(_ReactGCFontIcon, 'GC-thumbsup', ['icon-thumbsup', 2]), _defineProperty(_ReactGCFontIcon, 'GC-unamused', ['icon-unamused', 4]), _defineProperty(_ReactGCFontIcon, 'GC-gcLogo', ['icon-gcLogo', 3]), _defineProperty(_ReactGCFontIcon, 'GC-button', ['icon-button', 2]), _defineProperty(_ReactGCFontIcon, 'GC-cloud', 'icon-cloud'), _defineProperty(_ReactGCFontIcon, 'GC-dynamicCard', ['icon-dynamicCard', 6]), _defineProperty(_ReactGCFontIcon, 'GC-staticCard', ['icon-staticCard', 10]), _defineProperty(_ReactGCFontIcon, 'GC-dynamicInfo', ['icon-dynamicInfo', 5]), _defineProperty(_ReactGCFontIcon, 'GC-staticInfo', ['icon-staticInfo', 9]), _defineProperty(_ReactGCFontIcon, 'GC-object', 'icon-object'), _defineProperty(_ReactGCFontIcon, 'GC-number', 'icon-number'), _defineProperty(_ReactGCFontIcon, 'GC-arrayOfString', 'icon-arrayOfString'), _defineProperty(_ReactGCFontIcon, 'GC-arrayOfObject', 'icon-arrayOfObject'), _defineProperty(_ReactGCFontIcon, 'GC-inputFile', ['icon-inputFile', 2]), _defineProperty(_ReactGCFontIcon, 'GC-deskLogo', 'icon-deskLogo'), _defineProperty(_ReactGCFontIcon, 'GC-dynamicButton', ['icon-dynamicButton', 3]), _defineProperty(_ReactGCFontIcon, 'GC-blocks', 'icon-blocks'), _defineProperty(_ReactGCFontIcon, 'GC-connection', 'icon-connection'), _defineProperty(_ReactGCFontIcon, 'GC-request', 'icon-request'), _defineProperty(_ReactGCFontIcon, 'GC-response', 'icon-response'), _defineProperty(_ReactGCFontIcon, 'GC-agent', 'icon-agent'), _defineProperty(_ReactGCFontIcon, 'GC-urlbutton', 'icon-urlbutton'), _defineProperty(_ReactGCFontIcon, 'GC-inputlocation', ['icon-inputlocation', 2]), _defineProperty(_ReactGCFontIcon, 'GC-arrayIcon', 'icon-array'), _defineProperty(_ReactGCFontIcon, 'GC-dropoff', 'icon-dropoff'), _defineProperty(_ReactGCFontIcon, 'GC-click', 'icon-click'), _defineProperty(_ReactGCFontIcon, 'GC-boolean', 'icon-boolean'), _defineProperty(_ReactGCFontIcon, 'GC-jumpstate', 'icon-jumpstate'), _defineProperty(_ReactGCFontIcon, 'GC-lineHight', 'icon-lineHight'), _defineProperty(_ReactGCFontIcon, 'GC-arrayOfImage', 'icon-arrayOfImage'), _defineProperty(_ReactGCFontIcon, 'GC-arrayOfNumber', 'icon-arrayOfNumber'), _defineProperty(_ReactGCFontIcon, 'GC-alertcircle', 'icon-alertcircle'), _defineProperty(_ReactGCFontIcon, 'GC-alertfilled', 'icon-alertfilled'), _defineProperty(_ReactGCFontIcon, 'GC-attachment', 'icon-attachment'), _defineProperty(_ReactGCFontIcon, 'GC-alertNew', 'icon-alertNew'), _defineProperty(_ReactGCFontIcon, 'GC-atsignNew', 'icon-atsignNew'), _defineProperty(_ReactGCFontIcon, 'GC-boldNew', 'icon-boldNew'), _defineProperty(_ReactGCFontIcon, 'GC-calendarNew', 'icon-calendarNew'), _defineProperty(_ReactGCFontIcon, 'GC-centerAlign', 'icon-centerAlign'), _defineProperty(_ReactGCFontIcon, 'GC-chevrondownNew', 'icon-chevrondownNew'), _defineProperty(_ReactGCFontIcon, 'GC-chevrondownSmall', 'icon-chevrondownSmall'), _defineProperty(_ReactGCFontIcon, 'GC-chevronleftNew', 'icon-chevronleftNew'), _defineProperty(_ReactGCFontIcon, "GC-click", 'icon-click'), _defineProperty(_ReactGCFontIcon, 'GC-cloudNew', 'icon-cloudNew'), _defineProperty(_ReactGCFontIcon, 'GC-collapse', 'icon-collapse'), _defineProperty(_ReactGCFontIcon, 'GC-command', 'icon-command'), _defineProperty(_ReactGCFontIcon, 'GC-copyNew', 'icon-copyNew'), _defineProperty(_ReactGCFontIcon, 'GC-crossCircleNew', 'icon-crossCircleNew'), _defineProperty(_ReactGCFontIcon, 'GC-crossNew', 'icon-crossNew'), _defineProperty(_ReactGCFontIcon, 'GC-deleteNew', 'icon-deleteNew'), _defineProperty(_ReactGCFontIcon, 'GC-display', 'icon-display'), _defineProperty(_ReactGCFontIcon, 'GC-downloadNew', 'icon-downloadNew'), _defineProperty(_ReactGCFontIcon, 'GC-draggable', 'icon-draggable'), _defineProperty(_ReactGCFontIcon, 'GC-edit', 'icon-edit'), _defineProperty(_ReactGCFontIcon, 'GC-erase', 'icon-erase'), _defineProperty(_ReactGCFontIcon, 'GC-exit', 'icon-exit'), _defineProperty(_ReactGCFontIcon, 'GC-external', 'icon-external'), _defineProperty(_ReactGCFontIcon, 'GC-eye', 'icon-eye'), _defineProperty(_ReactGCFontIcon, 'GC-flagNew', 'icon-flagNew'), _defineProperty(_ReactGCFontIcon, 'GC-folder', 'icon-folder'), _defineProperty(_ReactGCFontIcon, 'GC-font', 'icon-font'), _defineProperty(_ReactGCFontIcon, 'GC-fontColor', 'icon-fontColor'), _defineProperty(_ReactGCFontIcon, 'GC-fontColortwo', 'icon-fontColortwo'), _defineProperty(_ReactGCFontIcon, 'GC-fontSize', 'icon-fontSize'), _defineProperty(_ReactGCFontIcon, 'GC-fullScreenNew', 'icon-fullScreenNew'), _defineProperty(_ReactGCFontIcon, 'GC-gif', 'icon-gif'), _defineProperty(_ReactGCFontIcon, 'GC-graph', 'icon-graph'), _defineProperty(_ReactGCFontIcon, 'GC-gridNew', 'icon-gridNew'), _defineProperty(_ReactGCFontIcon, 'GC-headingOne', 'icon-headingOne'), _defineProperty(_ReactGCFontIcon, 'GC-headingThree', 'icon-headingThree'), _defineProperty(_ReactGCFontIcon, 'GC-headingTwo', 'icon-headingTwo'), _defineProperty(_ReactGCFontIcon, 'GC-history', 'icon-history'), _defineProperty(_ReactGCFontIcon, "GC-home", 'icon-home'), _defineProperty(_ReactGCFontIcon, 'GC-imageNew', 'icon-imageNew'), _defineProperty(_ReactGCFontIcon, 'GC-images', 'icon-images'), _defineProperty(_ReactGCFontIcon, 'GC-infofilled', 'icon-infofilled'), _defineProperty(_ReactGCFontIcon, 'GC-infoNew', 'icon-infoNew'), _defineProperty(_ReactGCFontIcon, 'GC-internal', 'icon-internal'), _defineProperty(_ReactGCFontIcon, 'GC-italicNew', 'icon-italicNew'), _defineProperty(_ReactGCFontIcon, 'GC-jumpstateNew', 'icon-jumpstateNew'), _defineProperty(_ReactGCFontIcon, 'GC-justifiedAlign', 'icon-justifiedAlign'), _defineProperty(_ReactGCFontIcon, 'GC-plusNew', 'icon-plusNew'), _defineProperty(_ReactGCFontIcon, 'GC-leftAlign', 'icon-leftAlign'), _defineProperty(_ReactGCFontIcon, 'GC-lineHeight', 'icon-lineHeight'), _defineProperty(_ReactGCFontIcon, 'GC-linkNew', 'icon-linkNew'), _defineProperty(_ReactGCFontIcon, "GC-list", 'icon-list'), _defineProperty(_ReactGCFontIcon, 'GC-locationNew', 'icon-locationNew'), _defineProperty(_ReactGCFontIcon, 'GC-mail', 'icon-mail'), _defineProperty(_ReactGCFontIcon, 'GC-maximizeNew', 'icon-maximizeNew'), _defineProperty(_ReactGCFontIcon, 'GC-metrics', 'icon-metrics'), _defineProperty(_ReactGCFontIcon, 'GC-minimizeNew', 'icon-minimizeNew'), _defineProperty(_ReactGCFontIcon, 'GC-minusSquare', 'icon-minusSquare'), _defineProperty(_ReactGCFontIcon, 'GC-notsupport', 'icon-notsupport'), _defineProperty(_ReactGCFontIcon, 'GC-options', 'icon-options'), _defineProperty(_ReactGCFontIcon, 'GC-numberlist', 'icon-numberlist'), _defineProperty(_ReactGCFontIcon, 'GC-people', 'icon-people'), _defineProperty(_ReactGCFontIcon, 'GC-questioncircleFilled', 'icon-questioncircleFilled'), _defineProperty(_ReactGCFontIcon, 'GC-plusSquare', 'icon-plusSquare'), _defineProperty(_ReactGCFontIcon, 'GC-questioncircleNew', 'icon-questioncircleNew'), _defineProperty(_ReactGCFontIcon, 'GC-recenter', 'icon-recenter'), _defineProperty(_ReactGCFontIcon, 'GC-variable', 'icon-variable'), _defineProperty(_ReactGCFontIcon, 'GC-redo', 'icon-redo'), _defineProperty(_ReactGCFontIcon, 'GC-reloadNew', 'icon-reloadNew'), _defineProperty(_ReactGCFontIcon, 'GC-rightAlign', 'icon-rightAlign'), _defineProperty(_ReactGCFontIcon, 'GC-searchNew', 'icon-searchNew'), _defineProperty(_ReactGCFontIcon, 'GC-settings', 'icon-settings'), _defineProperty(_ReactGCFontIcon, 'GC-smileyNew', 'icon-smileyNew'), _defineProperty(_ReactGCFontIcon, 'GC-strikethrough', 'icon-strikethrough'), _defineProperty(_ReactGCFontIcon, 'GC-string', 'icon-string'), _defineProperty(_ReactGCFontIcon, 'GC-subscript', 'icon-subscript'), _defineProperty(_ReactGCFontIcon, 'GC-superscript', 'icon-superscript'), _defineProperty(_ReactGCFontIcon, "GC-tick", 'icon-tick'), _defineProperty(_ReactGCFontIcon, 'GC-tickCircle', 'icon-tickCircle'), _defineProperty(_ReactGCFontIcon, 'GC-tickSquare', 'icon-tickSquare'), _defineProperty(_ReactGCFontIcon, 'GC-tip', 'icon-tip'), _defineProperty(_ReactGCFontIcon, 'GC-underlineNew', 'icon-underlineNew'), _defineProperty(_ReactGCFontIcon, 'GC-undo', 'icon-undo'), _defineProperty(_ReactGCFontIcon, 'GC-upload', 'icon-upload'), _defineProperty(_ReactGCFontIcon, 'GC-videoNew', 'icon-videoNew'), _defineProperty(_ReactGCFontIcon, 'GC-zoominNew', 'icon-zoominNew'), _defineProperty(_ReactGCFontIcon, 'GC-zoomoutNew', 'icon-zoomoutNew'), _defineProperty(_ReactGCFontIcon, 'GC-webhookNew', 'icon-webhookNew'), _defineProperty(_ReactGCFontIcon, 'GC-displayCard', 'icon-displayCard'), _defineProperty(_ReactGCFontIcon, 'GC-minimalView', 'icon-minimalView'), _defineProperty(_ReactGCFontIcon, 'GC-textNew', 'icon-textNew'), _defineProperty(_ReactGCFontIcon, 'GC-moveLeft', 'icon-moveLeft'), _defineProperty(_ReactGCFontIcon, 'GC-feedbackButton', 'icon-feedbackButton'), _defineProperty(_ReactGCFontIcon, 'GC-control', 'icon-control'), _defineProperty(_ReactGCFontIcon, 'GC-detailView', 'icon-detailView'), _defineProperty(_ReactGCFontIcon, 'GC-smileyButtonNew', 'icon-smileyButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-moveRight', 'icon-moveRight'), _defineProperty(_ReactGCFontIcon, 'GC-messageNewFilled', 'icon-messageNewFilled'), _defineProperty(_ReactGCFontIcon, 'GC-inputFilled', 'icon-inputFilled'), _defineProperty(_ReactGCFontIcon, 'GC-numberNew', 'icon-numberNew'), _defineProperty(_ReactGCFontIcon, 'GC-controlFilled', 'icon-controlFilled'), _defineProperty(_ReactGCFontIcon, 'GC-audioNew', 'icon-audioNew'), _defineProperty(_ReactGCFontIcon, 'GC-dynamicButtonNew', 'icon-dynamicButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-choiceFilled', 'icon-choiceFilled'), _defineProperty(_ReactGCFontIcon, 'GC-card', 'icon-card'), _defineProperty(_ReactGCFontIcon, 'GC-slider', 'icon-slider'), _defineProperty(_ReactGCFontIcon, 'GC-integrationFilled', 'icon-integrationFilled'), _defineProperty(_ReactGCFontIcon, 'GC-calendarInput', 'icon-calendarInput'), _defineProperty(_ReactGCFontIcon, 'GC-messageNew', 'icon-messageNew'), _defineProperty(_ReactGCFontIcon, 'GC-fork', 'icon-fork'), _defineProperty(_ReactGCFontIcon, 'GC-imageButtonNew', 'icon-imageButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-operation', 'icon-operation'), _defineProperty(_ReactGCFontIcon, 'GC-input', 'icon-input'), _defineProperty(_ReactGCFontIcon, 'GC-integration', 'icon-integration'), _defineProperty(_ReactGCFontIcon, 'GC-currency', 'icon-currency'), _defineProperty(_ReactGCFontIcon, 'GC-displayMessage', 'icon-displayMessage'), _defineProperty(_ReactGCFontIcon, 'GC-textButtonNew', 'icon-textButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-videoButtonNew', 'icon-videoButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-audioButtonNew', 'icon-audioButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-fileNew', 'icon-fileNew'), _defineProperty(_ReactGCFontIcon, 'GC-choice', 'icon-choice'), _defineProperty(_ReactGCFontIcon, 'GC-linkButton', 'icon-linkButton'), _defineProperty(_ReactGCFontIcon, 'GC-activities', 'icon-activities'), _defineProperty(_ReactGCFontIcon, 'GC-analytics', 'icon-analytics'), _defineProperty(_ReactGCFontIcon, 'GC-analyticsFilled', 'icon-analyticsFilled'), _defineProperty(_ReactGCFontIcon, 'GC-asap', 'icon-asap'), _defineProperty(_ReactGCFontIcon, 'GC-clipBoardNewFilled', 'icon-clipBoardFilled'), _defineProperty(_ReactGCFontIcon, 'GC-clipBoardNew', 'icon-clipBoardNew'), _defineProperty(_ReactGCFontIcon, 'GC-customize', 'icon-customize'), _defineProperty(_ReactGCFontIcon, 'GC-customizeFilled', 'icon-customizeFilled'), _defineProperty(_ReactGCFontIcon, 'GC-embed', 'icon-embed'), _defineProperty(_ReactGCFontIcon, 'GC-fillter', 'icon-fillter'), _defineProperty(_ReactGCFontIcon, 'GC-iframe', 'icon-iframe'), _defineProperty(_ReactGCFontIcon, 'GC-multilingual', 'icon-multilingual'), _defineProperty(_ReactGCFontIcon, 'GC-multilingualFilled', 'icon-multilingualFilled'), _defineProperty(_ReactGCFontIcon, 'GC-outdated', 'icon-outdated'), _defineProperty(_ReactGCFontIcon, 'GC-play', 'icon-play'), _defineProperty(_ReactGCFontIcon, 'GC-print', 'icon-print'), _defineProperty(_ReactGCFontIcon, 'GC-publicUrl', 'icon-publicUrl'), _defineProperty(_ReactGCFontIcon, 'GC-publish', 'icon-publish'), _defineProperty(_ReactGCFontIcon, 'GC-qr', 'icon-qr'), _defineProperty(_ReactGCFontIcon, 'GC-share', 'icon-share'), _defineProperty(_ReactGCFontIcon, 'GC-shareFilled', 'icon-shareFilled'), _defineProperty(_ReactGCFontIcon, 'GC-sortDown', 'icon-sortDown'), _defineProperty(_ReactGCFontIcon, 'GC-sortUp', 'icon-sortUp'), _defineProperty(_ReactGCFontIcon, 'GC-star', 'icon-star'), _defineProperty(_ReactGCFontIcon, 'GC-starFilled', 'icon-starFilled'), _defineProperty(_ReactGCFontIcon, 'GC-toggleOff', 'icon-toggleOff'), _defineProperty(_ReactGCFontIcon, 'GC-toggleOn', 'icon-toggleOn'), _defineProperty(_ReactGCFontIcon, 'GC-TT-form', ['icon-TT-form', 2]), _defineProperty(_ReactGCFontIcon, 'GC-TT-sparkles', ['icon-TT-sparkles', 2]), _defineProperty(_ReactGCFontIcon, 'GC-TT-template', ['icon-TT-template', 2]), _defineProperty(_ReactGCFontIcon, 'GC-IGConnect', ['icon-IG-connect', 3]), _defineProperty(_ReactGCFontIcon, 'GC-IGMail', ['icon-IG-mail', 2]), _defineProperty(_ReactGCFontIcon, 'GC-zohoCalander', ['icon-zohoCalander', 2]), _defineProperty(_ReactGCFontIcon, 'GC-IGSheet', 'icon-IG-sheet'), _defineProperty(_ReactGCFontIcon, 'GC-IGMeeting', 'icon-IG-meeting'), _defineProperty(_ReactGCFontIcon, 'GC-combine', 'icon-combine'), _defineProperty(_ReactGCFontIcon, 'GC-combineOld', ['icon-combineOld', 3]), _defineProperty(_ReactGCFontIcon, 'GC-flowNavigatorFilled', 'icon-flowNavigatorFilled'), _defineProperty(_ReactGCFontIcon, 'GC-flowNavigator', 'icon-flowNavigator'), _defineProperty(_ReactGCFontIcon, 'GC-homeFilled', 'icon-homeFilled'), _defineProperty(_ReactGCFontIcon, 'GC-atsignNewFilled', 'icon-atsignNewFilled'), _defineProperty(_ReactGCFontIcon, 'GC-metricsFilled', 'icon-metricsFilled'), _defineProperty(_ReactGCFontIcon, 'GC-collapseAll', 'icon-collapseAll'), _defineProperty(_ReactGCFontIcon, 'GC-expandAll', 'icon-expandAll'), _defineProperty(_ReactGCFontIcon, 'GC-horizontalView', 'icon-horizontalView'), _defineProperty(_ReactGCFontIcon, 'GC-wechat', 'icon-wechat'), _defineProperty(_ReactGCFontIcon, 'GC-wecom', 'icon-wecom'), _defineProperty(_ReactGCFontIcon, 'GC-wecomColor', ['icon-wecomColor', 5]), _defineProperty(_ReactGCFontIcon, 'GC-wechatColor', ['icon-wechatColor', 3]), _defineProperty(_ReactGCFontIcon, 'GC-Check-Filled', 'icon-Check-Filled'), _defineProperty(_ReactGCFontIcon, 'GC-ChevronUpDown', 'icon-ChevronUpDown'), _defineProperty(_ReactGCFontIcon, 'GC-Logs', 'icon-Logs'), _defineProperty(_ReactGCFontIcon, 'GC-Organisation', 'icon-Organisation'), _defineProperty(_ReactGCFontIcon, 'GC-OrganisationFilled', 'icon-OrganisationFilled'), _defineProperty(_ReactGCFontIcon, 'GC-Pending-Filled', 'icon-Pending-Filled'), _defineProperty(_ReactGCFontIcon, 'GC-Stars', 'icon-Stars'), _defineProperty(_ReactGCFontIcon, 'GC-zohoCheckout', ['icon-zohoCheckout', 5]), _ReactGCFontIcon),
1817
+ }, _defineProperty(_ReactGCFontIcon, "GC-duplicate", 'icon-Duplicate'), _defineProperty(_ReactGCFontIcon, 'GC-emojismile', ['icon-EmojiSmile', 3]), _defineProperty(_ReactGCFontIcon, 'GC-flag', 'icon-Flag'), _defineProperty(_ReactGCFontIcon, 'GC-fullscreen', 'icon-FullScreen'), _defineProperty(_ReactGCFontIcon, 'GC-grid', 'icon-Grid'), _defineProperty(_ReactGCFontIcon, 'GC-home', 'icon-Home'), _defineProperty(_ReactGCFontIcon, 'GC-image', 'icon-Image'), _defineProperty(_ReactGCFontIcon, 'GC-imagebutton', ['icon-imagebutton', 5]), _defineProperty(_ReactGCFontIcon, 'GC-info', 'icon-Info'), _defineProperty(_ReactGCFontIcon, 'GC-inputaudio', ['icon-inputaudio', 4]), _defineProperty(_ReactGCFontIcon, 'GC-inputcurrency', ['icon-inputcurrency', 3]), _defineProperty(_ReactGCFontIcon, 'GC-inputimage', ['icon-inputimage', 5]), _defineProperty(_ReactGCFontIcon, 'GC-inputmail', ['icon-inputmail', 4]), _defineProperty(_ReactGCFontIcon, 'GC-inputnumber', ['icon-inputnumber', 3]), _defineProperty(_ReactGCFontIcon, 'GC-inputslider', ['icon-inputslider', 4]), _defineProperty(_ReactGCFontIcon, 'GC-inputtext', ['icon-inputtext', 3]), _defineProperty(_ReactGCFontIcon, 'GC-inputurl', ['icon-inputurl', 4]), _defineProperty(_ReactGCFontIcon, 'GC-inputvideo', ['icon-inputvideo', 3]), _defineProperty(_ReactGCFontIcon, 'GC-italic', 'icon-Italic'), _defineProperty(_ReactGCFontIcon, 'GC-jump', ['icon-jump', 3]), _defineProperty(_ReactGCFontIcon, 'GC-layer', 'icon-Layer'), _defineProperty(_ReactGCFontIcon, 'GC-link', 'icon-Link'), _defineProperty(_ReactGCFontIcon, 'GC-list', 'icon-List'), _defineProperty(_ReactGCFontIcon, 'GC-maximize', 'icon-Maximize'), _defineProperty(_ReactGCFontIcon, 'GC-minimize', 'icon-Minimize'), _defineProperty(_ReactGCFontIcon, 'GC-mobile', 'icon-Mobile'), _defineProperty(_ReactGCFontIcon, 'GC-navigation', 'icon-Navigation'), _defineProperty(_ReactGCFontIcon, 'GC-pathdivider', ['icon-pathdivider', 3]), _defineProperty(_ReactGCFontIcon, 'GC-pen', 'icon-Pen'), _defineProperty(_ReactGCFontIcon, 'GC-plus', 'icon-Plus'), _defineProperty(_ReactGCFontIcon, 'GC-questioncircle', 'icon-QuestionCircle'), _defineProperty(_ReactGCFontIcon, 'GC-refresh', 'icon-Refresh'), _defineProperty(_ReactGCFontIcon, 'GC-search', 'icon-Search'), _defineProperty(_ReactGCFontIcon, 'GC-starbutton', ['icon-starbutton', 3]), _defineProperty(_ReactGCFontIcon, 'GC-textbutton', ['icon-textbutton', 3]), _defineProperty(_ReactGCFontIcon, 'GC-thumbbutton', ['icon-thumbbutton', 4]), _defineProperty(_ReactGCFontIcon, 'GC-tick', 'icon-Tick'), _defineProperty(_ReactGCFontIcon, 'GC-trash', 'icon-Trash'), _defineProperty(_ReactGCFontIcon, 'GC-trash2', 'icon-Trash2'), _defineProperty(_ReactGCFontIcon, 'GC-underLine', 'icon-UnderLine'), _defineProperty(_ReactGCFontIcon, 'GC-video', 'icon-Video'), _defineProperty(_ReactGCFontIcon, 'GC-video2', 'icon-Video2'), _defineProperty(_ReactGCFontIcon, 'GC-videobutton', ['icon-videobutton', 3]), _defineProperty(_ReactGCFontIcon, 'GC-webhook', ['icon-webhook', 4]), _defineProperty(_ReactGCFontIcon, 'GC-zap', 'icon-Zap'), _defineProperty(_ReactGCFontIcon, 'GC-zoomin', 'icon-Zoomin'), _defineProperty(_ReactGCFontIcon, 'GC-zoomout', 'icon-Zoomout'), _defineProperty(_ReactGCFontIcon, 'GC-audio', 'icon-audio'), _defineProperty(_ReactGCFontIcon, 'GC-download', 'icon-download'), _defineProperty(_ReactGCFontIcon, 'GC-faq', ['icon-faq', 3]), _defineProperty(_ReactGCFontIcon, 'GC-file', 'icon-file'), _defineProperty(_ReactGCFontIcon, "GC-image", 'icon-image'), _defineProperty(_ReactGCFontIcon, 'GC-location', 'icon-location'), _defineProperty(_ReactGCFontIcon, 'GC-message', ['icon-message', 2]), _defineProperty(_ReactGCFontIcon, 'GC-note', 'icon-note'), _defineProperty(_ReactGCFontIcon, 'GC-rightarrow', 'icon-rightarrow'), _defineProperty(_ReactGCFontIcon, 'GC-text', 'icon-text'), _defineProperty(_ReactGCFontIcon, 'GC-hearteyes', ['icon-hearteyes', 8]), _defineProperty(_ReactGCFontIcon, 'GC-neutralface', ['icon-neutralface', 4]), _defineProperty(_ReactGCFontIcon, 'GC-slightfrowning', ['icon-slightfrowning', 4]), _defineProperty(_ReactGCFontIcon, 'GC-slightsmile', ['icon-slightsmile', 4]), _defineProperty(_ReactGCFontIcon, 'GC-starfrowing', ['icon-starfrowing', 4]), _defineProperty(_ReactGCFontIcon, 'GC-starheart', ['icon-starheart', 8]), _defineProperty(_ReactGCFontIcon, 'GC-starneutral', ['icon-starneutral', 5]), _defineProperty(_ReactGCFontIcon, 'GC-starsmile', ['icon-starsmile', 4]), _defineProperty(_ReactGCFontIcon, 'GC-starunamused', ['icon-starunamused', 4]), _defineProperty(_ReactGCFontIcon, 'GC-thumbsdown', ['icon-thumbsdown', 2]), _defineProperty(_ReactGCFontIcon, 'GC-thumbsup', ['icon-thumbsup', 2]), _defineProperty(_ReactGCFontIcon, 'GC-unamused', ['icon-unamused', 4]), _defineProperty(_ReactGCFontIcon, 'GC-gcLogo', ['icon-gcLogo', 3]), _defineProperty(_ReactGCFontIcon, 'GC-button', ['icon-button', 2]), _defineProperty(_ReactGCFontIcon, 'GC-cloud', 'icon-cloud'), _defineProperty(_ReactGCFontIcon, 'GC-dynamicCard', ['icon-dynamicCard', 6]), _defineProperty(_ReactGCFontIcon, 'GC-staticCard', ['icon-staticCard', 10]), _defineProperty(_ReactGCFontIcon, 'GC-dynamicInfo', ['icon-dynamicInfo', 5]), _defineProperty(_ReactGCFontIcon, 'GC-staticInfo', ['icon-staticInfo', 9]), _defineProperty(_ReactGCFontIcon, 'GC-object', 'icon-object'), _defineProperty(_ReactGCFontIcon, 'GC-number', 'icon-number'), _defineProperty(_ReactGCFontIcon, 'GC-arrayOfString', 'icon-arrayOfString'), _defineProperty(_ReactGCFontIcon, 'GC-arrayOfObject', 'icon-arrayOfObject'), _defineProperty(_ReactGCFontIcon, 'GC-inputFile', ['icon-inputFile', 2]), _defineProperty(_ReactGCFontIcon, 'GC-deskLogo', 'icon-deskLogo'), _defineProperty(_ReactGCFontIcon, 'GC-dynamicButton', ['icon-dynamicButton', 3]), _defineProperty(_ReactGCFontIcon, 'GC-blocks', 'icon-blocks'), _defineProperty(_ReactGCFontIcon, 'GC-connection', 'icon-connection'), _defineProperty(_ReactGCFontIcon, 'GC-request', 'icon-request'), _defineProperty(_ReactGCFontIcon, 'GC-response', 'icon-response'), _defineProperty(_ReactGCFontIcon, 'GC-agent', 'icon-agent'), _defineProperty(_ReactGCFontIcon, 'GC-urlbutton', 'icon-urlbutton'), _defineProperty(_ReactGCFontIcon, 'GC-inputlocation', ['icon-inputlocation', 2]), _defineProperty(_ReactGCFontIcon, 'GC-arrayIcon', 'icon-array'), _defineProperty(_ReactGCFontIcon, 'GC-dropoff', 'icon-dropoff'), _defineProperty(_ReactGCFontIcon, 'GC-click', 'icon-click'), _defineProperty(_ReactGCFontIcon, 'GC-boolean', 'icon-boolean'), _defineProperty(_ReactGCFontIcon, 'GC-jumpstate', 'icon-jumpstate'), _defineProperty(_ReactGCFontIcon, 'GC-lineHight', 'icon-lineHight'), _defineProperty(_ReactGCFontIcon, 'GC-arrayOfImage', 'icon-arrayOfImage'), _defineProperty(_ReactGCFontIcon, 'GC-arrayOfNumber', 'icon-arrayOfNumber'), _defineProperty(_ReactGCFontIcon, 'GC-alertcircle', 'icon-alertcircle'), _defineProperty(_ReactGCFontIcon, 'GC-alertfilled', 'icon-alertfilled'), _defineProperty(_ReactGCFontIcon, 'GC-attachment', 'icon-attachment'), _defineProperty(_ReactGCFontIcon, 'GC-alertNew', 'icon-alertNew'), _defineProperty(_ReactGCFontIcon, 'GC-atsignNew', 'icon-atsignNew'), _defineProperty(_ReactGCFontIcon, 'GC-boldNew', 'icon-boldNew'), _defineProperty(_ReactGCFontIcon, 'GC-calendarNew', 'icon-calendarNew'), _defineProperty(_ReactGCFontIcon, 'GC-centerAlign', 'icon-centerAlign'), _defineProperty(_ReactGCFontIcon, 'GC-chevrondownNew', 'icon-chevrondownNew'), _defineProperty(_ReactGCFontIcon, 'GC-chevrondownSmall', 'icon-chevrondownSmall'), _defineProperty(_ReactGCFontIcon, 'GC-chevronleftNew', 'icon-chevronleftNew'), _defineProperty(_ReactGCFontIcon, "GC-click", 'icon-click'), _defineProperty(_ReactGCFontIcon, 'GC-cloudNew', 'icon-cloudNew'), _defineProperty(_ReactGCFontIcon, 'GC-collapse', 'icon-collapse'), _defineProperty(_ReactGCFontIcon, 'GC-command', 'icon-command'), _defineProperty(_ReactGCFontIcon, 'GC-copyNew', 'icon-copyNew'), _defineProperty(_ReactGCFontIcon, 'GC-crossCircleNew', 'icon-crossCircleNew'), _defineProperty(_ReactGCFontIcon, 'GC-crossNew', 'icon-crossNew'), _defineProperty(_ReactGCFontIcon, 'GC-deleteNew', 'icon-deleteNew'), _defineProperty(_ReactGCFontIcon, 'GC-display', 'icon-display'), _defineProperty(_ReactGCFontIcon, 'GC-downloadNew', 'icon-downloadNew'), _defineProperty(_ReactGCFontIcon, 'GC-draggable', 'icon-draggable'), _defineProperty(_ReactGCFontIcon, 'GC-edit', 'icon-edit'), _defineProperty(_ReactGCFontIcon, 'GC-erase', 'icon-erase'), _defineProperty(_ReactGCFontIcon, 'GC-exit', 'icon-exit'), _defineProperty(_ReactGCFontIcon, 'GC-external', 'icon-external'), _defineProperty(_ReactGCFontIcon, 'GC-eye', 'icon-eye'), _defineProperty(_ReactGCFontIcon, 'GC-flagNew', 'icon-flagNew'), _defineProperty(_ReactGCFontIcon, 'GC-folder', 'icon-folder'), _defineProperty(_ReactGCFontIcon, 'GC-font', 'icon-font'), _defineProperty(_ReactGCFontIcon, 'GC-fontColor', 'icon-fontColor'), _defineProperty(_ReactGCFontIcon, 'GC-fontColortwo', 'icon-fontColortwo'), _defineProperty(_ReactGCFontIcon, 'GC-fontSize', 'icon-fontSize'), _defineProperty(_ReactGCFontIcon, 'GC-fullScreenNew', 'icon-fullScreenNew'), _defineProperty(_ReactGCFontIcon, 'GC-gif', 'icon-gif'), _defineProperty(_ReactGCFontIcon, 'GC-graph', 'icon-graph'), _defineProperty(_ReactGCFontIcon, 'GC-gridNew', 'icon-gridNew'), _defineProperty(_ReactGCFontIcon, 'GC-headingOne', 'icon-headingOne'), _defineProperty(_ReactGCFontIcon, 'GC-headingThree', 'icon-headingThree'), _defineProperty(_ReactGCFontIcon, 'GC-headingTwo', 'icon-headingTwo'), _defineProperty(_ReactGCFontIcon, 'GC-history', 'icon-history'), _defineProperty(_ReactGCFontIcon, "GC-home", 'icon-home'), _defineProperty(_ReactGCFontIcon, 'GC-imageNew', 'icon-imageNew'), _defineProperty(_ReactGCFontIcon, 'GC-images', 'icon-images'), _defineProperty(_ReactGCFontIcon, 'GC-infofilled', 'icon-infofilled'), _defineProperty(_ReactGCFontIcon, 'GC-infoNew', 'icon-infoNew'), _defineProperty(_ReactGCFontIcon, 'GC-internal', 'icon-internal'), _defineProperty(_ReactGCFontIcon, 'GC-italicNew', 'icon-italicNew'), _defineProperty(_ReactGCFontIcon, 'GC-jumpstateNew', 'icon-jumpstateNew'), _defineProperty(_ReactGCFontIcon, 'GC-justifiedAlign', 'icon-justifiedAlign'), _defineProperty(_ReactGCFontIcon, 'GC-plusNew', 'icon-plusNew'), _defineProperty(_ReactGCFontIcon, 'GC-leftAlign', 'icon-leftAlign'), _defineProperty(_ReactGCFontIcon, 'GC-lineHeight', 'icon-lineHeight'), _defineProperty(_ReactGCFontIcon, 'GC-linkNew', 'icon-linkNew'), _defineProperty(_ReactGCFontIcon, "GC-list", 'icon-list'), _defineProperty(_ReactGCFontIcon, 'GC-locationNew', 'icon-locationNew'), _defineProperty(_ReactGCFontIcon, 'GC-mail', 'icon-mail'), _defineProperty(_ReactGCFontIcon, 'GC-maximizeNew', 'icon-maximizeNew'), _defineProperty(_ReactGCFontIcon, 'GC-metrics', 'icon-metrics'), _defineProperty(_ReactGCFontIcon, 'GC-minimizeNew', 'icon-minimizeNew'), _defineProperty(_ReactGCFontIcon, 'GC-minusSquare', 'icon-minusSquare'), _defineProperty(_ReactGCFontIcon, 'GC-notsupport', 'icon-notsupport'), _defineProperty(_ReactGCFontIcon, 'GC-options', 'icon-options'), _defineProperty(_ReactGCFontIcon, 'GC-numberlist', 'icon-numberlist'), _defineProperty(_ReactGCFontIcon, 'GC-people', 'icon-people'), _defineProperty(_ReactGCFontIcon, 'GC-questioncircleFilled', 'icon-questioncircleFilled'), _defineProperty(_ReactGCFontIcon, 'GC-plusSquare', 'icon-plusSquare'), _defineProperty(_ReactGCFontIcon, 'GC-questioncircleNew', 'icon-questioncircleNew'), _defineProperty(_ReactGCFontIcon, 'GC-recenter', 'icon-recenter'), _defineProperty(_ReactGCFontIcon, 'GC-variable', 'icon-variable'), _defineProperty(_ReactGCFontIcon, 'GC-redo', 'icon-redo'), _defineProperty(_ReactGCFontIcon, 'GC-reloadNew', 'icon-reloadNew'), _defineProperty(_ReactGCFontIcon, 'GC-rightAlign', 'icon-rightAlign'), _defineProperty(_ReactGCFontIcon, 'GC-searchNew', 'icon-searchNew'), _defineProperty(_ReactGCFontIcon, 'GC-settings', 'icon-settings'), _defineProperty(_ReactGCFontIcon, 'GC-smileyNew', 'icon-smileyNew'), _defineProperty(_ReactGCFontIcon, 'GC-strikethrough', 'icon-strikethrough'), _defineProperty(_ReactGCFontIcon, 'GC-string', 'icon-string'), _defineProperty(_ReactGCFontIcon, 'GC-subscript', 'icon-subscript'), _defineProperty(_ReactGCFontIcon, 'GC-superscript', 'icon-superscript'), _defineProperty(_ReactGCFontIcon, "GC-tick", 'icon-tick'), _defineProperty(_ReactGCFontIcon, 'GC-tickCircle', 'icon-tickCircle'), _defineProperty(_ReactGCFontIcon, 'GC-tickSquare', 'icon-tickSquare'), _defineProperty(_ReactGCFontIcon, 'GC-tip', 'icon-tip'), _defineProperty(_ReactGCFontIcon, 'GC-underlineNew', 'icon-underlineNew'), _defineProperty(_ReactGCFontIcon, 'GC-undo', 'icon-undo'), _defineProperty(_ReactGCFontIcon, 'GC-upload', 'icon-upload'), _defineProperty(_ReactGCFontIcon, 'GC-videoNew', 'icon-videoNew'), _defineProperty(_ReactGCFontIcon, 'GC-zoominNew', 'icon-zoominNew'), _defineProperty(_ReactGCFontIcon, 'GC-zoomoutNew', 'icon-zoomoutNew'), _defineProperty(_ReactGCFontIcon, 'GC-webhookNew', 'icon-webhookNew'), _defineProperty(_ReactGCFontIcon, 'GC-displayCard', 'icon-displayCard'), _defineProperty(_ReactGCFontIcon, 'GC-minimalView', 'icon-minimalView'), _defineProperty(_ReactGCFontIcon, 'GC-textNew', 'icon-textNew'), _defineProperty(_ReactGCFontIcon, 'GC-moveLeft', 'icon-moveLeft'), _defineProperty(_ReactGCFontIcon, 'GC-feedbackButton', 'icon-feedbackButton'), _defineProperty(_ReactGCFontIcon, 'GC-control', 'icon-control'), _defineProperty(_ReactGCFontIcon, 'GC-detailView', 'icon-detailView'), _defineProperty(_ReactGCFontIcon, 'GC-smileyButtonNew', 'icon-smileyButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-moveRight', 'icon-moveRight'), _defineProperty(_ReactGCFontIcon, 'GC-messageNewFilled', 'icon-messageNewFilled'), _defineProperty(_ReactGCFontIcon, 'GC-inputFilled', 'icon-inputFilled'), _defineProperty(_ReactGCFontIcon, 'GC-numberNew', 'icon-numberNew'), _defineProperty(_ReactGCFontIcon, 'GC-controlFilled', 'icon-controlFilled'), _defineProperty(_ReactGCFontIcon, 'GC-audioNew', 'icon-audioNew'), _defineProperty(_ReactGCFontIcon, 'GC-dynamicButtonNew', 'icon-dynamicButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-choiceFilled', 'icon-choiceFilled'), _defineProperty(_ReactGCFontIcon, 'GC-card', 'icon-card'), _defineProperty(_ReactGCFontIcon, 'GC-slider', 'icon-slider'), _defineProperty(_ReactGCFontIcon, 'GC-integrationFilled', 'icon-integrationFilled'), _defineProperty(_ReactGCFontIcon, 'GC-calendarInput', 'icon-calendarInput'), _defineProperty(_ReactGCFontIcon, 'GC-messageNew', 'icon-messageNew'), _defineProperty(_ReactGCFontIcon, 'GC-fork', 'icon-fork'), _defineProperty(_ReactGCFontIcon, 'GC-imageButtonNew', 'icon-imageButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-operation', 'icon-operation'), _defineProperty(_ReactGCFontIcon, 'GC-input', 'icon-input'), _defineProperty(_ReactGCFontIcon, 'GC-integration', 'icon-integration'), _defineProperty(_ReactGCFontIcon, 'GC-currency', 'icon-currency'), _defineProperty(_ReactGCFontIcon, 'GC-displayMessage', 'icon-displayMessage'), _defineProperty(_ReactGCFontIcon, 'GC-textButtonNew', 'icon-textButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-videoButtonNew', 'icon-videoButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-audioButtonNew', 'icon-audioButtonNew'), _defineProperty(_ReactGCFontIcon, 'GC-fileNew', 'icon-fileNew'), _defineProperty(_ReactGCFontIcon, 'GC-choice', 'icon-choice'), _defineProperty(_ReactGCFontIcon, 'GC-linkButton', 'icon-linkButton'), _defineProperty(_ReactGCFontIcon, 'GC-activities', 'icon-activities'), _defineProperty(_ReactGCFontIcon, 'GC-analytics', 'icon-analytics'), _defineProperty(_ReactGCFontIcon, 'GC-analyticsFilled', 'icon-analyticsFilled'), _defineProperty(_ReactGCFontIcon, 'GC-asap', 'icon-asap'), _defineProperty(_ReactGCFontIcon, 'GC-clipBoardNewFilled', 'icon-clipBoardFilled'), _defineProperty(_ReactGCFontIcon, 'GC-clipBoardNew', 'icon-clipBoardNew'), _defineProperty(_ReactGCFontIcon, 'GC-customize', 'icon-customize'), _defineProperty(_ReactGCFontIcon, 'GC-customizeFilled', 'icon-customizeFilled'), _defineProperty(_ReactGCFontIcon, 'GC-embed', 'icon-embed'), _defineProperty(_ReactGCFontIcon, 'GC-fillter', 'icon-fillter'), _defineProperty(_ReactGCFontIcon, 'GC-iframe', 'icon-iframe'), _defineProperty(_ReactGCFontIcon, 'GC-multilingual', 'icon-multilingual'), _defineProperty(_ReactGCFontIcon, 'GC-multilingualFilled', 'icon-multilingualFilled'), _defineProperty(_ReactGCFontIcon, 'GC-outdated', 'icon-outdated'), _defineProperty(_ReactGCFontIcon, 'GC-play', 'icon-play'), _defineProperty(_ReactGCFontIcon, 'GC-print', 'icon-print'), _defineProperty(_ReactGCFontIcon, 'GC-publicUrl', 'icon-publicUrl'), _defineProperty(_ReactGCFontIcon, 'GC-publish', 'icon-publish'), _defineProperty(_ReactGCFontIcon, 'GC-qr', 'icon-qr'), _defineProperty(_ReactGCFontIcon, 'GC-share', 'icon-share'), _defineProperty(_ReactGCFontIcon, 'GC-shareFilled', 'icon-shareFilled'), _defineProperty(_ReactGCFontIcon, 'GC-sortDown', 'icon-sortDown'), _defineProperty(_ReactGCFontIcon, 'GC-sortUp', 'icon-sortUp'), _defineProperty(_ReactGCFontIcon, 'GC-star', 'icon-star'), _defineProperty(_ReactGCFontIcon, 'GC-starFilled', 'icon-starFilled'), _defineProperty(_ReactGCFontIcon, 'GC-toggleOff', 'icon-toggleOff'), _defineProperty(_ReactGCFontIcon, 'GC-toggleOn', 'icon-toggleOn'), _defineProperty(_ReactGCFontIcon, 'GC-TT-form', ['icon-TT-form', 2]), _defineProperty(_ReactGCFontIcon, 'GC-TT-sparkles', ['icon-TT-sparkles', 2]), _defineProperty(_ReactGCFontIcon, 'GC-TT-template', ['icon-TT-template', 2]), _defineProperty(_ReactGCFontIcon, 'GC-IGConnect', ['icon-IG-connect', 3]), _defineProperty(_ReactGCFontIcon, 'GC-IGMail', ['icon-IG-mail', 2]), _defineProperty(_ReactGCFontIcon, 'GC-zohoCalander', ['icon-zohoCalander', 2]), _defineProperty(_ReactGCFontIcon, 'GC-IGSheet', 'icon-IG-sheet'), _defineProperty(_ReactGCFontIcon, 'GC-IGMeeting', 'icon-IG-meeting'), _defineProperty(_ReactGCFontIcon, 'GC-combine', 'icon-combine'), _defineProperty(_ReactGCFontIcon, 'GC-combineOld', ['icon-combineOld', 3]), _defineProperty(_ReactGCFontIcon, 'GC-flowNavigatorFilled', 'icon-flowNavigatorFilled'), _defineProperty(_ReactGCFontIcon, 'GC-flowNavigator', 'icon-flowNavigator'), _defineProperty(_ReactGCFontIcon, 'GC-homeFilled', 'icon-homeFilled'), _defineProperty(_ReactGCFontIcon, 'GC-atsignNewFilled', 'icon-atsignNewFilled'), _defineProperty(_ReactGCFontIcon, 'GC-metricsFilled', 'icon-metricsFilled'), _defineProperty(_ReactGCFontIcon, 'GC-collapseAll', 'icon-collapseAll'), _defineProperty(_ReactGCFontIcon, 'GC-expandAll', 'icon-expandAll'), _defineProperty(_ReactGCFontIcon, 'GC-horizontalView', 'icon-horizontalView'), _defineProperty(_ReactGCFontIcon, 'GC-wechat', 'icon-wechat'), _defineProperty(_ReactGCFontIcon, 'GC-wecom', 'icon-wecom'), _defineProperty(_ReactGCFontIcon, 'GC-wecomColor', ['icon-wecomColor', 5]), _defineProperty(_ReactGCFontIcon, 'GC-wechatColor', ['icon-wechatColor', 3]), _defineProperty(_ReactGCFontIcon, 'GC-Check-Filled', 'icon-Check-Filled'), _defineProperty(_ReactGCFontIcon, 'GC-ChevronUpDown', 'icon-ChevronUpDown'), _defineProperty(_ReactGCFontIcon, 'GC-Logs', 'icon-Logs'), _defineProperty(_ReactGCFontIcon, 'GC-Organisation', 'icon-Organisation'), _defineProperty(_ReactGCFontIcon, 'GC-OrganisationFilled', 'icon-OrganisationFilled'), _defineProperty(_ReactGCFontIcon, 'GC-Pending-Filled', 'icon-Pending-Filled'), _defineProperty(_ReactGCFontIcon, 'GC-Stars', 'icon-Stars'), _defineProperty(_ReactGCFontIcon, 'GC-zohoCheckout', ['icon-zohoCheckout', 5]), _defineProperty(_ReactGCFontIcon, 'GC-arattaiMono', ['icon-arattaiMono', 2]), _ReactGCFontIcon),
1818
1818
  ReactTwotoneIcon: {
1819
1819
  'ZD-TT-call': ['icon-chCall', 2],
1820
1820
  'ZD-TT-callIn': ['icon-chCallIn', 3],
@@ -2063,7 +2063,8 @@ var FontFactory = {
2063
2063
  ReactIMIcon: {
2064
2064
  'ZD-IM-endChat': 'icon-endChat',
2065
2065
  'ZD-AC-incomingMissed': ['icon-incomingMissed', 3],
2066
- 'ZD-AC-outgoingMissed': ['icon-outgoingMissed', 3]
2066
+ 'ZD-AC-outgoingMissed': ['icon-outgoingMissed', 3],
2067
+ 'ZD-AC-arattai': ['icon-arattai', 2]
2067
2068
  }
2068
2069
  };
2069
2070
  exports.FontFactory = FontFactory;
@@ -13,6 +13,8 @@ var _propTypes = require("./props/propTypes");
13
13
 
14
14
  var _CustomIcons = require("./CustomIcons");
15
15
 
16
+ var _cssUtility = require("@dot-system/css-utility");
17
+
16
18
  var _IconModule = _interopRequireDefault(require("./Icon.module.css"));
17
19
 
18
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -90,14 +92,14 @@ var FontIcon = /*#__PURE__*/function (_React$Component) {
90
92
  for (var i = 1; i < name[1] + 1; i++) {
91
93
  var pathClass = "".concat(iconContent["path".concat(i)], " ").concat(iconClass || isCustom ? "path".concat(i) : '');
92
94
  childArray.push( /*#__PURE__*/_react["default"].createElement("span", {
93
- className: pathClass,
95
+ className: (0, _cssUtility.cn)(pathClass),
94
96
  key: i
95
97
  }));
96
98
  }
97
99
  }
98
100
 
99
101
  return /*#__PURE__*/_react["default"].createElement("i", _extends({
100
- className: 'zd_font_icons'.concat(" ", isCustom, " ").concat(fontClass),
102
+ className: (0, _cssUtility.cn)('zd_font_icons'.concat(" ", isCustom, " ").concat(fontClass)),
101
103
  "data-title": title,
102
104
  onClick: onClick,
103
105
  "data-id": dataId,
@@ -13,6 +13,8 @@ var _propTypes = require("./props/propTypes");
13
13
 
14
14
  var _constants = require("@zohodesk/dotkit/es/utils/constants");
15
15
 
16
+ var _cssUtility = require("@dot-system/css-utility");
17
+
16
18
  var _IconModule = _interopRequireDefault(require("./Icon.module.css"));
17
19
 
18
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -39,7 +41,7 @@ function SvgIcon(_ref) {
39
41
  } : _constants.DUMMY_OBJECT;
40
42
  var className = "".concat(_IconModule["default"].svgIcon, " ").concat(onClick ? _IconModule["default"].cursor : '', " ").concat(iconClass ? iconClass : '');
41
43
  return /*#__PURE__*/_react["default"].createElement("svg", _extends({
42
- className: className,
44
+ className: (0, _cssUtility.cn)(className),
43
45
  onClick: onClick,
44
46
  "data-title": title,
45
47
  "data-id": dataId,
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ var _react = _interopRequireDefault(require("react"));
4
+
5
+ var _react2 = require("@testing-library/react");
6
+
7
+ var _index = _interopRequireDefault(require("../index"));
8
+
9
+ var _FontFactory = require("../FontFactory");
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+
13
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
14
+
15
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
16
+
17
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
18
+
19
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
20
+
21
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
22
+
23
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
24
+
25
+ var iconNames = _toConsumableArray(new Set(Object.values(_FontFactory.FontFactory).flatMap(function (group) {
26
+ return Object.keys(group);
27
+ }))).sort();
28
+
29
+ describe('Icon - FontFactory names', function () {
30
+ test.each(iconNames)('renders "%s"', function (name) {
31
+ var _render = (0, _react2.render)( /*#__PURE__*/_react["default"].createElement(_index["default"], {
32
+ name: name
33
+ })),
34
+ asFragment = _render.asFragment;
35
+
36
+ expect(asFragment()).toMatchSnapshot();
37
+ });
38
+ });
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`FontIcon - checking "isBold" is false 1`] = `
4
4
  <DocumentFragment>
5
5
  <i
6
6
  aria-hidden="true"
7
- class="zd_font_icons basic undefined "
7
+ class="zd_font_icons basic"
8
8
  data-id="fontIcon"
9
9
  data-selector-id="fontIcon"
10
10
  data-test-id="fontIcon"
@@ -16,7 +16,7 @@ exports[`FontIcon - checking "isBold" is true 1`] = `
16
16
  <DocumentFragment>
17
17
  <i
18
18
  aria-hidden="true"
19
- class="zd_font_icons basic undefined fbold "
19
+ class="zd_font_icons basic fbold"
20
20
  data-id="fontIcon"
21
21
  data-selector-id="fontIcon"
22
22
  data-test-id="fontIcon"
@@ -28,7 +28,7 @@ exports[`FontIcon - rendering "IconName" 1`] = `
28
28
  <DocumentFragment>
29
29
  <i
30
30
  aria-hidden="true"
31
- class="zd_font_icons basic undefined "
31
+ class="zd_font_icons basic"
32
32
  data-id="fontIcon"
33
33
  data-selector-id="fontIcon"
34
34
  data-test-id="fontIcon"
@@ -40,19 +40,19 @@ exports[`FontIcon - rendering "Name" with "iconContent" and without path 1`] =
40
40
  <DocumentFragment>
41
41
  <i
42
42
  aria-hidden="true"
43
- class="zd_font_icons basic undefined "
43
+ class="zd_font_icons basic"
44
44
  data-id="fontIcon"
45
45
  data-selector-id="fontIcon"
46
46
  data-test-id="fontIcon"
47
47
  >
48
48
  <span
49
- class="icon1 "
49
+ class="icon1"
50
50
  />
51
51
  <span
52
- class="icon2 "
52
+ class="icon2"
53
53
  />
54
54
  <span
55
- class="icon3 "
55
+ class="icon3"
56
56
  />
57
57
  </i>
58
58
  </DocumentFragment>
@@ -62,7 +62,7 @@ exports[`FontIcon - rendering "ariaHidden" is false 1`] = `
62
62
  <DocumentFragment>
63
63
  <i
64
64
  aria-hidden="false"
65
- class="zd_font_icons basic undefined "
65
+ class="zd_font_icons basic"
66
66
  data-id="fontIcon"
67
67
  data-selector-id="fontIcon"
68
68
  data-test-id="fontIcon"
@@ -74,7 +74,7 @@ exports[`FontIcon - rendering "custumIcon" with path 1`] = `
74
74
  <DocumentFragment>
75
75
  <i
76
76
  aria-hidden="true"
77
- class="zd_font_icons red basic undefined "
77
+ class="zd_font_icons red basic"
78
78
  data-id="fontIcon"
79
79
  data-selector-id="fontIcon"
80
80
  data-test-id="fontIcon"
@@ -93,7 +93,7 @@ exports[`FontIcon - rendering "iconClass" with path 1`] = `
93
93
  <DocumentFragment>
94
94
  <i
95
95
  aria-hidden="true"
96
- class="zd_font_icons basic undefined iconStyleCss"
96
+ class="zd_font_icons basic iconStyleCss"
97
97
  data-id="fontIcon"
98
98
  data-selector-id="fontIcon"
99
99
  data-test-id="fontIcon"
@@ -115,7 +115,7 @@ exports[`FontIcon - rendering custom attributes with tagAttributes prop 1`] = `
115
115
  <DocumentFragment>
116
116
  <i
117
117
  aria-hidden="true"
118
- class="zd_font_icons basic undefined "
118
+ class="zd_font_icons basic"
119
119
  data-custom-attr="true"
120
120
  data-id="fontIcon"
121
121
  data-selector-id="fontIcon"
@@ -128,7 +128,7 @@ exports[`FontIcon - rendering custom icon name 1`] = `
128
128
  <DocumentFragment>
129
129
  <i
130
130
  aria-hidden="true"
131
- class="zd_font_icons red basic undefined "
131
+ class="zd_font_icons red basic"
132
132
  data-id="fontIcon"
133
133
  data-selector-id="fontIcon"
134
134
  data-test-id="fontIcon"
@@ -140,7 +140,7 @@ exports[`FontIcon - rendering the "default" props 1`] = `
140
140
  <DocumentFragment>
141
141
  <i
142
142
  aria-hidden="true"
143
- class="zd_font_icons basic undefined "
143
+ class="zd_font_icons basic"
144
144
  data-id="fontIcon"
145
145
  data-selector-id="fontIcon"
146
146
  data-test-id="fontIcon"
@@ -152,7 +152,7 @@ exports[`FontIcon - rendering the "fontSize" 1`] = `
152
152
  <DocumentFragment>
153
153
  <i
154
154
  aria-hidden="true"
155
- class="zd_font_icons basic undefined "
155
+ class="zd_font_icons basic"
156
156
  data-id="fontIcon"
157
157
  data-selector-id="fontIcon"
158
158
  data-test-id="fontIcon"
@@ -165,7 +165,7 @@ exports[`FontIcon - rendering the "iconClass" 1`] = `
165
165
  <DocumentFragment>
166
166
  <i
167
167
  aria-hidden="true"
168
- class="zd_font_icons basic undefined iconStyleCss"
168
+ class="zd_font_icons basic iconStyleCss"
169
169
  data-id="fontIcon"
170
170
  data-selector-id="fontIcon"
171
171
  data-test-id="fontIcon"
@@ -177,7 +177,7 @@ exports[`FontIcon - rendering the "pathname" 1`] = `
177
177
  <DocumentFragment>
178
178
  <i
179
179
  aria-hidden="true"
180
- class="zd_font_icons basic zd67f91bb627 "
180
+ class="zd_font_icons basic zd67f91bb627"
181
181
  data-id="fontIcon"
182
182
  data-selector-id="fontIcon"
183
183
  data-test-id="fontIcon"
@@ -189,7 +189,7 @@ exports[`FontIcon - rendering the "title" 1`] = `
189
189
  <DocumentFragment>
190
190
  <i
191
191
  aria-hidden="true"
192
- class="zd_font_icons basic undefined "
192
+ class="zd_font_icons basic"
193
193
  data-id="fontIcon"
194
194
  data-selector-id="fontIcon"
195
195
  data-test-id="fontIcon"
@@ -202,7 +202,7 @@ exports[`FontIcon - rendering the "titlePostion" to - bottom 1`] = `
202
202
  <DocumentFragment>
203
203
  <i
204
204
  aria-hidden="true"
205
- class="zd_font_icons basic undefined "
205
+ class="zd_font_icons basic"
206
206
  data-id="fontIcon"
207
207
  data-selector-id="fontIcon"
208
208
  data-test-id="fontIcon"
@@ -215,7 +215,7 @@ exports[`FontIcon - rendering the "titlePostion" to - left 1`] = `
215
215
  <DocumentFragment>
216
216
  <i
217
217
  aria-hidden="true"
218
- class="zd_font_icons basic undefined "
218
+ class="zd_font_icons basic"
219
219
  data-id="fontIcon"
220
220
  data-selector-id="fontIcon"
221
221
  data-test-id="fontIcon"
@@ -228,7 +228,7 @@ exports[`FontIcon - rendering the "titlePostion" to - right 1`] = `
228
228
  <DocumentFragment>
229
229
  <i
230
230
  aria-hidden="true"
231
- class="zd_font_icons basic undefined "
231
+ class="zd_font_icons basic"
232
232
  data-id="fontIcon"
233
233
  data-selector-id="fontIcon"
234
234
  data-test-id="fontIcon"
@@ -241,7 +241,7 @@ exports[`FontIcon - rendering the "titlePostion" to - top 1`] = `
241
241
  <DocumentFragment>
242
242
  <i
243
243
  aria-hidden="true"
244
- class="zd_font_icons basic undefined "
244
+ class="zd_font_icons basic"
245
245
  data-id="fontIcon"
246
246
  data-selector-id="fontIcon"
247
247
  data-test-id="fontIcon"