@zohodesk/icons 1.3.11 → 1.3.13
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.
- package/README.md +9 -0
- package/assets/fonts/zd-gcFonts.svg +1 -0
- package/assets/fonts/zd-gcFonts.woff +0 -0
- package/assets/fonts/zd-gcFonts.woff2 +0 -0
- package/assets/fonts/zd-rIM.svg +2 -0
- package/assets/fonts/zd-rIM.woff +0 -0
- package/assets/fonts/zd-rIM.woff2 +0 -0
- package/assets/react/zd-font-rAI.module.css +29 -25
- package/assets/react/zd-font-rAccessibility.module.css +46 -42
- package/assets/react/zd-font-rAnalyticsColor.module.css +199 -195
- package/assets/react/zd-font-rAutomation.module.css +322 -318
- package/assets/react/zd-font-rCallBar.module.css +35 -31
- package/assets/react/zd-font-rChannels.module.css +203 -199
- package/assets/react/zd-font-rCustomize.module.css +132 -128
- package/assets/react/zd-font-rDeveloperSpace.module.css +13 -9
- package/assets/react/zd-font-rExportFiles.module.css +731 -727
- package/assets/react/zd-font-rGeneral.module.css +628 -624
- package/assets/react/zd-font-rIM.module.css +52 -38
- package/assets/react/zd-font-rIntegrations.module.css +211 -207
- package/assets/react/zd-font-rLhs.module.css +380 -376
- package/assets/react/zd-font-rMarketplace.module.css +153 -149
- package/assets/react/zd-font-rReports.module.css +226 -222
- package/assets/react/zd-font-rSetup.module.css +151 -147
- package/assets/react/zd-font-rTickets.module.css +302 -298
- package/assets/react/zd-font-rTopband.module.css +122 -118
- package/assets/react/zd-font-rTwotone.module.css +1270 -1266
- package/assets/react/zd-font-rUpdates.module.css +17 -13
- package/assets/react/zd-font-react-addforms.module.css +439 -435
- package/assets/react/zd-font-react-automate.module.css +43 -39
- package/assets/react/zd-font-react-channels.module.css +433 -429
- package/assets/react/zd-font-react-channels.plain.css +433 -429
- package/assets/react/zd-font-react-common.module.css +771 -767
- package/assets/react/zd-font-react-common.plain.css +771 -767
- package/assets/react/zd-font-react-community.module.css +215 -211
- package/assets/react/zd-font-react-customers.module.css +21 -17
- package/assets/react/zd-font-react-customize.module.css +608 -604
- package/assets/react/zd-font-react-gamescope.module.css +85 -81
- package/assets/react/zd-font-react-gcFonts.module.css +1469 -1462
- package/assets/react/zd-font-react-gettingstarted.module.css +305 -301
- package/assets/react/zd-font-react-integrations.module.css +43 -39
- package/assets/react/zd-font-react-kb.module.css +4419 -4415
- package/assets/react/zd-font-react-logo.module.css +20 -16
- package/assets/react/zd-font-react-organization.module.css +51 -47
- package/assets/react/zd-font-react-organization.plain.css +51 -47
- package/assets/react/zd-font-react-others.module.css +281 -277
- package/assets/react/zd-font-react-reports.module.css +448 -444
- package/assets/react/zd-font-react-setup.module.css +785 -781
- package/assets/react/zd-font-react-setup.plain.css +785 -781
- package/assets/react/zd-font-react-social.module.css +456 -452
- package/assets/react/zd-font-react-ticket-channels.module.css +252 -248
- package/assets/react/zd-font-react-tickets.module.css +884 -880
- package/assets/react/zd-font-react-tickets.plain.css +884 -880
- package/assets/react/zd-font-react-topband.module.css +550 -546
- package/assets/react/zd-font-react-topband.plain.css +550 -546
- package/cbt.config.js +2 -2
- package/es/Context/__tests__/__snapshots__/IconContext.spec.js.snap +1 -1
- package/es/Icon/FontFactory.js +4 -2
- package/es/Icon/FontIcon.js +3 -2
- package/es/Icon/SvgIcon.js +2 -1
- package/es/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +1 -1
- package/es/Icon/__tests__/__snapshots__/Icon.spec.js.snap +32 -1
- package/es/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +1 -1
- package/lib/Context/__tests__/__snapshots__/IconContext.spec.js.snap +1 -1
- package/lib/Icon/FontFactory.js +3 -2
- package/lib/Icon/FontIcon.js +4 -2
- package/lib/Icon/SvgIcon.js +3 -1
- package/lib/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +1 -1
- package/lib/Icon/__tests__/__snapshots__/Icon.spec.js.snap +32 -1
- package/lib/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +1 -1
- package/package.json +18 -11
- package/ut.config.js +106 -0
package/README.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
In this GiftBox we Provide FontIcons
|
|
4
4
|
|
|
5
|
+
# 1.3.13
|
|
6
|
+
|
|
7
|
+
- ReactGCFontIcon --> GC-arattaiMono paths removed
|
|
8
|
+
|
|
9
|
+
# 1.3.12
|
|
10
|
+
|
|
11
|
+
- ReactIMIcon --> ZD-AC-arattai icon included.
|
|
12
|
+
- ReactGCFontIcon --> GC-arattaiMono icon included.
|
|
13
|
+
|
|
5
14
|
# 1.3.11
|
|
6
15
|
|
|
7
16
|
- ReactGeneralFontIcon - ZD-GN-tour icon added.
|
|
@@ -460,4 +460,5 @@
|
|
|
460
460
|
<glyph unicode="󄇂" d="M540.288 651.899h-165.14c-12.477 0-22.55 10.060-22.55 22.522s10.072 22.522 22.55 22.522h165.14c12.48 0 22.549-10.060 22.549-22.522s-10.069-22.522-22.549-22.522z" />
|
|
461
461
|
<glyph unicode="󄇃" d="M495.266 562.036h-120.118c-12.477 0-22.55 10.060-22.55 22.522s10.072 22.522 22.55 22.522h120.118c12.476 0 22.549-10.060 22.549-22.522s-10.15-22.522-22.549-22.522z" />
|
|
462
462
|
<glyph unicode="󄇄" d="M329.146 64c-13.906 0-27.060 6.383-35.629 17.493-78.549 101.572-155.895 160.879-156.647 161.408-5.562 4.203-8.87 10.807-8.87 17.792-0.075 6.98 3.157 13.585 8.644 17.865 1.428 1.126 35.929 27.78 90.5 34.91 31.87 4.13 64.267 0.977 96.137-9.532 32.247-10.586 63.967-28.681 94.635-53.905 66.447 100.975 153.039 223.646 221.365 292.787 37.205 37.687 77.798 55.554 120.717 53.227 26.684-1.501 53.141-10.81 78.699-27.777 24.431-16.216 42.018-35.361 52.467-48.57 4.361-5.559 5.862-12.766 4.134-19.597s-6.618-12.386-13.154-15.091c-50.513-21.094-165.82-164.932-300.966-375.514-18.039-28.079-48.785-44.894-82.231-44.894h-58.33c-12.48 0-22.551 10.061-22.551 22.519 0 12.463 10.071 22.524 22.551 22.524h58.33c17.963 0 34.5 9.007 44.198 24.175 29.461 45.867 87.945 134.903 148.902 216.060 61.261 81.306 109.444 134.532 146.274 161.182-35.631 34.534-69.982 39.339-80.802 39.939-29.393 1.652-58.406-11.787-86.144-39.863-105.609-106.906-258.195-348.719-303.37-424.99-7.592-12.838-21.047-21.099-36.005-21.999-0.977-0.073-1.879-0.149-2.856-0.149zM190.239 257.237c30.668-26.65 84.261-77.325 138.982-148.117 13.379 22.519 35.93 59.307 63.966 102.848-27.511 23.347-55.698 39.863-83.961 49.173-25.406 8.41-51.038 10.961-76.218 7.659-17.063-2.253-31.57-6.831-42.769-11.563z" />
|
|
463
|
+
<glyph unicode="󄇅" glyph-name="arattaiMono" d="M834.56 762.88c-53.76 53.76-140.8 53.76-314.88 53.76s-261.12 0-314.88-53.76c-53.76-53.76-53.76-140.8-53.76-314.88s0-261.12 53.76-314.88c53.76-53.76 140.8-53.76 314.88-53.76s261.12 0 314.88 53.76c53.76 53.76 53.76 140.8 53.76 314.88s0 261.12-53.76 314.88zM663.040 294.4c0-10.24-2.56-20.48-7.68-28.16s-10.24-15.36-20.48-17.92-17.92-7.68-25.6-7.68-20.48 2.56-28.16 7.68l-38.4 23.040s0 0 0 0h-217.6c-30.72 0-53.76 23.040-53.76 53.76v135.68c0 12.8 10.24 25.6 25.6 25.6h207.36c12.8 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6h-184.32v-112.64c0-2.56 0-5.12 5.12-5.12h217.6c10.24 0 20.48-2.56 28.16-7.68l38.4-23.040c0 0 2.56 0 5.12 0 0 0 0 0 0 5.12v307.2c0 2.56 0 5.12-5.12 5.12h-207.36c-2.56 0-5.12 0-5.12-5.12v-43.52c0-12.8-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v43.52c0 30.72 23.040 53.76 53.76 53.76h207.36c30.72 0 53.76-25.6 53.76-53.76v0-307.2zM770.56 256c0-12.8-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v384c0 12.8 10.24 25.6 25.6 25.6v0c12.8 0 25.6-10.24 25.6-23.040v-384z" />
|
|
463
464
|
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|
package/assets/fonts/zd-rIM.svg
CHANGED
|
@@ -14,4 +14,6 @@
|
|
|
14
14
|
<glyph unicode="󇔄" d="M435.712 496.896l-36.352-36.352c-14.848 16.64-29.696 33.792-44.544 51.968-32.768 39.936-30.464 98.048 5.376 135.424l21.76 22.272c1.536 1.792 1.792 4.608 0.512 6.4l-92.672 145.152c-0.768 1.28-1.536 1.536-2.304 1.536l-40.704-27.392c-21.76-15.616-33.536-43.52-34.56-83.456-2.048-69.376 45.056-190.464 138.752-300.288l-36.352-36.352c-94.464 109.568-156.416 244.224-153.6 338.176 1.536 56.064 20.992 98.816 56.32 123.648l38.656 27.136c12.288 8.704 26.88 11.776 41.472 8.96 14.592-3.072 27.392-11.52 35.328-24.32l92.672-145.152c14.080-21.76 11.008-50.944-6.912-69.632l-21.504-22.272c-17.664-18.176-18.688-47.872-2.56-67.328 13.568-16.64 27.392-32.768 41.216-48.128z" />
|
|
15
15
|
<glyph unicode="󇔅" d="M838.912 325.12l-140.032 96c-21.76 14.848-50.944 12.032-69.632-7.168l-21.76-22.528c-17.152-17.92-44.032-18.944-62.464-2.816-13.312 11.776-26.112 23.296-38.656 35.072l-36.352-36.352c13.312-12.544 26.88-24.832 40.96-37.376 38.656-34.048 97.28-31.744 133.12 5.632l21.76 22.528s2.56 1.28 3.84 0.512l140.032-96c2.048-1.28 2.56-4.608 1.024-6.912l-26.112-39.936c-20.736-31.744-58.368-35.584-78.080-35.584-79.36 1.024-190.72 56.576-284.416 139.264l-36.352-36.352c103.68-92.672 227.328-153.088 320-154.368 0.768 0 1.536 0 2.304 0 51.456 0 94.72 21.504 119.296 58.88l26.112 39.936c16.64 25.344 9.984 60.16-14.848 77.312z" />
|
|
16
16
|
<glyph unicode="󇔆" d="M736.768 732.416v-171.776c0-14.336-11.264-25.6-25.6-25.6s-25.6 11.264-25.6 25.6v113.664l-447.232-447.232c-4.864-4.864-11.52-7.424-18.176-7.424s-13.056 2.56-17.92 7.424c-9.984 9.984-9.984 26.112 0 36.352l443.392 443.392h-106.24c-14.080 0-25.6 11.52-25.6 25.6s11.52 25.6 25.6 25.6h171.776c14.336 0 25.6-11.52 25.6-25.6z" />
|
|
17
|
+
<glyph unicode="󇔇" horiz-adv-x="1226" d="M343.844 752.381v132.929c0 29.688 23.927 53.615 53.615 53.615h565.393c29.688 0 53.615-23.927 53.615-53.615v-828.151c0-42.537-46.968-67.794-82.416-44.753l-157.743 102.356h-575.585c-29.688 0-53.615 23.927-53.615 53.615v359.796h197.622z" />
|
|
18
|
+
<glyph unicode="󇔈" horiz-adv-x="1226" d="M1226.053 979.69v-935.38c0-24.37-19.939-44.31-44.31-44.31s-44.31 19.939-44.31 44.31v935.38c0 24.37 19.939 44.31 44.31 44.31s44.31-19.939 44.31-44.31zM860.054 1024h-565.393c-54.058 0-97.925-43.867-97.925-97.925v-132.929c0-24.37 19.939-44.31 44.31-44.31s44.31 19.939 44.31 44.31v132.929c0 4.874 3.988 9.305 9.305 9.305h565.393c4.874 0 9.305-3.988 9.305-9.305v-828.151c0-3.545-1.772-6.203-4.874-7.976s-6.203-1.772-9.305 0l-157.743 102.356c-7.090 4.874-15.508 7.090-23.927 7.090h-575.585c-4.874 0-9.305 3.988-9.305 9.305v315.486h487.851c24.37 0 44.31 19.939 44.31 44.31s-19.939 44.31-44.31 44.31h-532.161c-24.37 0-44.31-19.939-44.31-44.31v-359.796c0-54.058 43.867-97.925 97.925-97.925h562.292l146.666-95.266c15.952-10.634 34.562-15.952 53.172-15.952 15.952 0 31.903 3.988 46.525 11.964 31.46 17.281 50.956 50.070 50.956 85.961v828.594c0 54.058-43.867 97.925-97.925 97.925z" />
|
|
17
19
|
</font></defs></svg>
|
package/assets/fonts/zd-rIM.woff
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
@font-face{
|
|
2
|
-
font-family:"
|
|
3
|
-
src:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family:"zdfonts-rAI";
|
|
3
|
+
src:
|
|
4
|
+
url('../fonts/zd-rAI.woff2') format('woff2'),
|
|
5
|
+
|
|
6
|
+
url('../fonts/zd-rAI.woff') format('woff'),
|
|
7
|
+
url('../fonts/zd-rAI.svg#zdfonts') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
7
11
|
}
|
|
8
12
|
|
|
9
13
|
@layer dot-icons.core {
|
|
@@ -11,34 +15,34 @@
|
|
|
11
15
|
|
|
12
16
|
|
|
13
17
|
.icon-ziaSummary,.icon-ziaTranslator,.icon-ziaContentEnhancer,.icon-ziaQualityChecker,.icon-ziaGenerateContent,.icon-ziaReplyAssistant,.icon-ziaRegerate,.icon-chatGPT,.icon-playground{
|
|
14
|
-
font-family:"
|
|
18
|
+
font-family:"zdfonts-rAI" !important;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
|
-
.icon-ziaSummary:before{
|
|
18
|
-
content:"\c8000";
|
|
21
|
+
.icon-ziaSummary:before {
|
|
22
|
+
content: "\c8000";
|
|
19
23
|
}
|
|
20
|
-
.icon-ziaTranslator:before{
|
|
21
|
-
content:"\c8001";
|
|
24
|
+
.icon-ziaTranslator:before {
|
|
25
|
+
content: "\c8001";
|
|
22
26
|
}
|
|
23
|
-
.icon-ziaContentEnhancer:before{
|
|
24
|
-
content:"\c8002";
|
|
27
|
+
.icon-ziaContentEnhancer:before {
|
|
28
|
+
content: "\c8002";
|
|
25
29
|
}
|
|
26
|
-
.icon-ziaQualityChecker:before{
|
|
27
|
-
content:"\c8003";
|
|
30
|
+
.icon-ziaQualityChecker:before {
|
|
31
|
+
content: "\c8003";
|
|
28
32
|
}
|
|
29
|
-
.icon-ziaGenerateContent:before{
|
|
30
|
-
content:"\c8004";
|
|
33
|
+
.icon-ziaGenerateContent:before {
|
|
34
|
+
content: "\c8004";
|
|
31
35
|
}
|
|
32
|
-
.icon-ziaReplyAssistant:before{
|
|
33
|
-
content:"\c8005";
|
|
36
|
+
.icon-ziaReplyAssistant:before {
|
|
37
|
+
content: "\c8005";
|
|
34
38
|
}
|
|
35
|
-
.icon-ziaRegerate:before{
|
|
36
|
-
content:"\c8006";
|
|
39
|
+
.icon-ziaRegerate:before {
|
|
40
|
+
content: "\c8006";
|
|
37
41
|
}
|
|
38
|
-
.icon-chatGPT:before{
|
|
39
|
-
content:"\c8007";
|
|
42
|
+
.icon-chatGPT:before {
|
|
43
|
+
content: "\c8007";
|
|
40
44
|
}
|
|
41
|
-
.icon-playground:before{
|
|
42
|
-
content:"\c8008";
|
|
45
|
+
.icon-playground:before {
|
|
46
|
+
content: "\c8008";
|
|
43
47
|
}
|
|
44
48
|
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
@font-face{
|
|
2
|
-
font-family:"
|
|
3
|
-
src:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family:"zdfonts-rAccessibility";
|
|
3
|
+
src:
|
|
4
|
+
url('../fonts/zd-rAccessibility.woff2') format('woff2'),
|
|
5
|
+
|
|
6
|
+
url('../fonts/zd-rAccessibility.woff') format('woff'),
|
|
7
|
+
url('../fonts/zd-rAccessibility.svg#zdfonts') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
7
11
|
}
|
|
8
12
|
|
|
9
13
|
@layer dot-icons.core {
|
|
@@ -11,57 +15,57 @@
|
|
|
11
15
|
|
|
12
16
|
|
|
13
17
|
.icon-learning,.icon-hearing,.icon-mobility,.icon-vision,.icon-dyslexia,.icon-seizure,.icon-adhd,.icon-astigmaism,.icon-blindness,.icon-colorBlindness,.icon-elderly,.icon-epilepsy,.icon-visuallyImpaired{
|
|
14
|
-
font-family:"
|
|
18
|
+
font-family:"zdfonts-rAccessibility" !important;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
|
-
.icon-learning:before{
|
|
18
|
-
content:"\c6000";
|
|
21
|
+
.icon-learning:before {
|
|
22
|
+
content: "\c6000";
|
|
19
23
|
}
|
|
20
|
-
.icon-hearing:before{
|
|
21
|
-
content:"\c6001";
|
|
24
|
+
.icon-hearing:before {
|
|
25
|
+
content: "\c6001";
|
|
22
26
|
}
|
|
23
|
-
.icon-mobility:before{
|
|
24
|
-
content:"\c6002";
|
|
27
|
+
.icon-mobility:before {
|
|
28
|
+
content: "\c6002";
|
|
25
29
|
}
|
|
26
|
-
.icon-vision:before{
|
|
27
|
-
content:"\c6003";
|
|
30
|
+
.icon-vision:before {
|
|
31
|
+
content: "\c6003";
|
|
28
32
|
}
|
|
29
|
-
.icon-dyslexia:before{
|
|
30
|
-
content:"\c6004";
|
|
33
|
+
.icon-dyslexia:before {
|
|
34
|
+
content: "\c6004";
|
|
31
35
|
}
|
|
32
|
-
.icon-seizure:before{
|
|
33
|
-
content:"\c6005";
|
|
36
|
+
.icon-seizure:before {
|
|
37
|
+
content: "\c6005";
|
|
34
38
|
}
|
|
35
|
-
.icon-adhd:before{
|
|
36
|
-
content:"\c6006";
|
|
39
|
+
.icon-adhd:before {
|
|
40
|
+
content: "\c6006";
|
|
37
41
|
}
|
|
38
|
-
.icon-astigmaism:before{
|
|
39
|
-
content:"\c6007";
|
|
42
|
+
.icon-astigmaism:before {
|
|
43
|
+
content: "\c6007";
|
|
40
44
|
}
|
|
41
|
-
.icon-blindness:before{
|
|
42
|
-
content:"\c6008";
|
|
45
|
+
.icon-blindness:before {
|
|
46
|
+
content: "\c6008";
|
|
43
47
|
}
|
|
44
|
-
.icon-colorBlindness .path1:before{
|
|
45
|
-
content:"\c6009";
|
|
46
|
-
color:rgb(103, 103, 103);
|
|
48
|
+
.icon-colorBlindness .path1:before {
|
|
49
|
+
content: "\c6009";
|
|
50
|
+
color: rgb(103, 103, 103);
|
|
47
51
|
}
|
|
48
|
-
.icon-colorBlindness .path2:before{
|
|
49
|
-
content:"\c600a";
|
|
50
|
-
margin-left
|
|
51
|
-
color:rgb(152, 152, 152);
|
|
52
|
+
.icon-colorBlindness .path2:before {
|
|
53
|
+
content: "\c600a";
|
|
54
|
+
margin-left: -1em;
|
|
55
|
+
color: rgb(152, 152, 152);
|
|
52
56
|
}
|
|
53
|
-
.icon-colorBlindness .path3:before{
|
|
54
|
-
content:"\c600b";
|
|
55
|
-
margin-left
|
|
56
|
-
color:rgb(1, 1, 1);
|
|
57
|
+
.icon-colorBlindness .path3:before {
|
|
58
|
+
content: "\c600b";
|
|
59
|
+
margin-left: -1em;
|
|
60
|
+
color: rgb(1, 1, 1);
|
|
57
61
|
}
|
|
58
|
-
.icon-elderly:before{
|
|
59
|
-
content:"\c600c";
|
|
62
|
+
.icon-elderly:before {
|
|
63
|
+
content: "\c600c";
|
|
60
64
|
}
|
|
61
|
-
.icon-epilepsy:before{
|
|
62
|
-
content:"\c600d";
|
|
65
|
+
.icon-epilepsy:before {
|
|
66
|
+
content: "\c600d";
|
|
63
67
|
}
|
|
64
|
-
.icon-visuallyImpaired:before{
|
|
65
|
-
content:"\c600e";
|
|
68
|
+
.icon-visuallyImpaired:before {
|
|
69
|
+
content: "\c600e";
|
|
66
70
|
}
|
|
67
71
|
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
@font-face{
|
|
2
|
-
font-family:"
|
|
3
|
-
src:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family:"zdfonts-rAnalyticsColor";
|
|
3
|
+
src:
|
|
4
|
+
url('../fonts/zd-rAnalyticsColor.woff2') format('woff2'),
|
|
5
|
+
|
|
6
|
+
url('../fonts/zd-rAnalyticsColor.woff') format('woff'),
|
|
7
|
+
url('../fonts/zd-rAnalyticsColor.svg#zdfonts') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
7
11
|
}
|
|
8
12
|
|
|
9
13
|
@layer dot-icons.core {
|
|
@@ -11,196 +15,196 @@
|
|
|
11
15
|
|
|
12
16
|
|
|
13
17
|
.icon-bar,.icon-donut,.icon-happinessRating,.icon-line,.icon-liveTraffic,.icon-mostThread,.icon-multiLine,.icon-negativeRating,.icon-offlineAgent,.icon-onlineAgent,.icon-openTicket,.icon-overdueTicket,.icon-percentage,.icon-pie,.icon-responseTrend,.icon-stackedBar,.icon-unassignedTicket,.icon-growth,.icon-askZia{
|
|
14
|
-
font-family:"
|
|
18
|
+
font-family:"zdfonts-rAnalyticsColor" !important;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
|
-
.icon-bar .path1:before{
|
|
18
|
-
content:"\c9500";
|
|
19
|
-
color:rgb(227, 40, 40);
|
|
20
|
-
}
|
|
21
|
-
.icon-bar .path2:before{
|
|
22
|
-
content:"\c9501";
|
|
23
|
-
margin-left
|
|
24
|
-
color:rgb(38, 111, 181);
|
|
25
|
-
}
|
|
26
|
-
.icon-bar .path3:before{
|
|
27
|
-
content:"\c9502";
|
|
28
|
-
margin-left
|
|
29
|
-
color:rgb(40, 164, 73);
|
|
30
|
-
}
|
|
31
|
-
.icon-bar .path4:before{
|
|
32
|
-
content:"\c9503";
|
|
33
|
-
margin-left
|
|
34
|
-
color:rgb(248, 186, 52);
|
|
35
|
-
}
|
|
36
|
-
.icon-donut .path1:before{
|
|
37
|
-
content:"\c9504";
|
|
38
|
-
color:rgb(40, 164, 73);
|
|
39
|
-
}
|
|
40
|
-
.icon-donut .path2:before{
|
|
41
|
-
content:"\c9505";
|
|
42
|
-
margin-left
|
|
43
|
-
color:rgb(227, 40, 40);
|
|
44
|
-
}
|
|
45
|
-
.icon-happinessRating .path1:before{
|
|
46
|
-
content:"\c9506";
|
|
47
|
-
color:rgb(227, 38, 40);
|
|
48
|
-
}
|
|
49
|
-
.icon-happinessRating .path2:before{
|
|
50
|
-
content:"\c9507";
|
|
51
|
-
margin-left
|
|
52
|
-
color:rgb(40, 164, 73);
|
|
53
|
-
}
|
|
54
|
-
.icon-happinessRating .path3:before{
|
|
55
|
-
content:"\c9508";
|
|
56
|
-
margin-left
|
|
57
|
-
color:rgb(248, 186, 52);
|
|
58
|
-
}
|
|
59
|
-
.icon-line:before{
|
|
60
|
-
content:"\c9509";
|
|
61
|
-
color
|
|
62
|
-
}
|
|
63
|
-
.icon-liveTraffic .path1:before{
|
|
64
|
-
content:"\c950a";
|
|
65
|
-
color:rgb(40, 164, 73);
|
|
66
|
-
}
|
|
67
|
-
.icon-liveTraffic .path2:before{
|
|
68
|
-
content:"\c950b";
|
|
69
|
-
margin-left
|
|
70
|
-
color:rgb(227, 40, 40);
|
|
71
|
-
}
|
|
72
|
-
.icon-liveTraffic .path3:before{
|
|
73
|
-
content:"\c950c";
|
|
74
|
-
margin-left
|
|
75
|
-
color:rgb(248, 186, 52);
|
|
76
|
-
}
|
|
77
|
-
.icon-mostThread .path1:before{
|
|
78
|
-
content:"\c950d";
|
|
79
|
-
color:rgb(40, 164, 73);
|
|
80
|
-
}
|
|
81
|
-
.icon-mostThread .path2:before{
|
|
82
|
-
content:"\c950e";
|
|
83
|
-
margin-left
|
|
84
|
-
color:rgb(38, 111, 181);
|
|
85
|
-
}
|
|
86
|
-
.icon-multiLine .path1:before{
|
|
87
|
-
content:"\c950f";
|
|
88
|
-
color:rgb(40, 164, 73);
|
|
89
|
-
}
|
|
90
|
-
.icon-multiLine .path2:before{
|
|
91
|
-
content:"\c9510";
|
|
92
|
-
margin-left
|
|
93
|
-
color:rgb(227, 40, 40);
|
|
94
|
-
}
|
|
95
|
-
.icon-negativeRating .path1:before{
|
|
96
|
-
content:"\c9511";
|
|
97
|
-
color:rgb(226, 42, 40);
|
|
98
|
-
}
|
|
99
|
-
.icon-negativeRating .path2:before{
|
|
100
|
-
content:"\c9512";
|
|
101
|
-
margin-left
|
|
102
|
-
color:rgb(38, 111, 181);
|
|
103
|
-
}
|
|
104
|
-
.icon-offlineAgent .path1:before{
|
|
105
|
-
content:"\c9513";
|
|
106
|
-
color:rgb(38, 111, 181);
|
|
107
|
-
}
|
|
108
|
-
.icon-offlineAgent .path2:before{
|
|
109
|
-
content:"\c9514";
|
|
110
|
-
margin-left
|
|
111
|
-
color:rgb(227, 38, 40);
|
|
112
|
-
}
|
|
113
|
-
.icon-onlineAgent .path1:before{
|
|
114
|
-
content:"\c9515";
|
|
115
|
-
color:rgb(38, 111, 181);
|
|
116
|
-
}
|
|
117
|
-
.icon-onlineAgent .path2:before{
|
|
118
|
-
content:"\c9516";
|
|
119
|
-
margin-left
|
|
120
|
-
color:rgb(40, 164, 73);
|
|
121
|
-
}
|
|
122
|
-
.icon-openTicket .path1:before{
|
|
123
|
-
content:"\c9517";
|
|
124
|
-
color:rgb(38, 111, 181);
|
|
125
|
-
}
|
|
126
|
-
.icon-openTicket .path2:before{
|
|
127
|
-
content:"\c9518";
|
|
128
|
-
margin-left
|
|
129
|
-
color:rgb(40, 164, 73);
|
|
130
|
-
}
|
|
131
|
-
.icon-overdueTicket .path1:before{
|
|
132
|
-
content:"\c9519";
|
|
133
|
-
color:rgb(38, 111, 181);
|
|
134
|
-
}
|
|
135
|
-
.icon-overdueTicket .path2:before{
|
|
136
|
-
content:"\c951a";
|
|
137
|
-
margin-left
|
|
138
|
-
color:rgb(227, 40, 40);
|
|
139
|
-
}
|
|
140
|
-
.icon-overdueTicket .path3:before{
|
|
141
|
-
content:"\c951b";
|
|
142
|
-
margin-left
|
|
143
|
-
color:rgb(40, 164, 73);
|
|
144
|
-
}
|
|
145
|
-
.icon-percentage .path1:before{
|
|
146
|
-
content:"\c951c";
|
|
147
|
-
color:rgb(38, 111, 181);
|
|
148
|
-
}
|
|
149
|
-
.icon-percentage .path2:before{
|
|
150
|
-
content:"\c951d";
|
|
151
|
-
margin-left
|
|
152
|
-
color:rgb(40, 164, 73);
|
|
153
|
-
}
|
|
154
|
-
.icon-pie .path1:before{
|
|
155
|
-
content:"\c951e";
|
|
156
|
-
color:rgb(40, 164, 73);
|
|
157
|
-
}
|
|
158
|
-
.icon-pie .path2:before{
|
|
159
|
-
content:"\c951f";
|
|
160
|
-
margin-left
|
|
161
|
-
color:rgb(248, 186, 52);
|
|
162
|
-
}
|
|
163
|
-
.icon-responseTrend .path1:before{
|
|
164
|
-
content:"\c9520";
|
|
165
|
-
color:rgb(248, 186, 52);
|
|
166
|
-
}
|
|
167
|
-
.icon-responseTrend .path2:before{
|
|
168
|
-
content:"\c9521";
|
|
169
|
-
margin-left
|
|
170
|
-
color:rgb(40, 164, 73);
|
|
171
|
-
}
|
|
172
|
-
.icon-responseTrend .path3:before{
|
|
173
|
-
content:"\c9522";
|
|
174
|
-
margin-left
|
|
175
|
-
color:rgb(38, 111, 181);
|
|
176
|
-
}
|
|
177
|
-
.icon-stackedBar .path1:before{
|
|
178
|
-
content:"\c9523";
|
|
179
|
-
color:rgb(38, 111, 181);
|
|
180
|
-
}
|
|
181
|
-
.icon-stackedBar .path2:before{
|
|
182
|
-
content:"\c9524";
|
|
183
|
-
margin-left
|
|
184
|
-
color:rgb(40, 164, 73);
|
|
185
|
-
}
|
|
186
|
-
.icon-unassignedTicket .path1:before{
|
|
187
|
-
content:"\c9525";
|
|
188
|
-
color:rgb(227, 40, 40);
|
|
189
|
-
}
|
|
190
|
-
.icon-unassignedTicket .path2:before{
|
|
191
|
-
content:"\c9526";
|
|
192
|
-
margin-left
|
|
193
|
-
color:rgb(38, 111, 181);
|
|
194
|
-
}
|
|
195
|
-
.icon-unassignedTicket .path3:before{
|
|
196
|
-
content:"\c9527";
|
|
197
|
-
margin-left
|
|
198
|
-
color:rgb(40, 164, 73);
|
|
199
|
-
}
|
|
200
|
-
.icon-growth:before{
|
|
201
|
-
content:"\c9528";
|
|
202
|
-
}
|
|
203
|
-
.icon-askZia:before{
|
|
204
|
-
content:"\c9529";
|
|
21
|
+
.icon-bar .path1:before {
|
|
22
|
+
content: "\c9500";
|
|
23
|
+
color: rgb(227, 40, 40);
|
|
24
|
+
}
|
|
25
|
+
.icon-bar .path2:before {
|
|
26
|
+
content: "\c9501";
|
|
27
|
+
margin-left: -1em;
|
|
28
|
+
color: rgb(38, 111, 181);
|
|
29
|
+
}
|
|
30
|
+
.icon-bar .path3:before {
|
|
31
|
+
content: "\c9502";
|
|
32
|
+
margin-left: -1em;
|
|
33
|
+
color: rgb(40, 164, 73);
|
|
34
|
+
}
|
|
35
|
+
.icon-bar .path4:before {
|
|
36
|
+
content: "\c9503";
|
|
37
|
+
margin-left: -1em;
|
|
38
|
+
color: rgb(248, 186, 52);
|
|
39
|
+
}
|
|
40
|
+
.icon-donut .path1:before {
|
|
41
|
+
content: "\c9504";
|
|
42
|
+
color: rgb(40, 164, 73);
|
|
43
|
+
}
|
|
44
|
+
.icon-donut .path2:before {
|
|
45
|
+
content: "\c9505";
|
|
46
|
+
margin-left: -1em;
|
|
47
|
+
color: rgb(227, 40, 40);
|
|
48
|
+
}
|
|
49
|
+
.icon-happinessRating .path1:before {
|
|
50
|
+
content: "\c9506";
|
|
51
|
+
color: rgb(227, 38, 40);
|
|
52
|
+
}
|
|
53
|
+
.icon-happinessRating .path2:before {
|
|
54
|
+
content: "\c9507";
|
|
55
|
+
margin-left: -1em;
|
|
56
|
+
color: rgb(40, 164, 73);
|
|
57
|
+
}
|
|
58
|
+
.icon-happinessRating .path3:before {
|
|
59
|
+
content: "\c9508";
|
|
60
|
+
margin-left: -1em;
|
|
61
|
+
color: rgb(248, 186, 52);
|
|
62
|
+
}
|
|
63
|
+
.icon-line:before {
|
|
64
|
+
content: "\c9509";
|
|
65
|
+
color: #266fb5;
|
|
66
|
+
}
|
|
67
|
+
.icon-liveTraffic .path1:before {
|
|
68
|
+
content: "\c950a";
|
|
69
|
+
color: rgb(40, 164, 73);
|
|
70
|
+
}
|
|
71
|
+
.icon-liveTraffic .path2:before {
|
|
72
|
+
content: "\c950b";
|
|
73
|
+
margin-left: -1em;
|
|
74
|
+
color: rgb(227, 40, 40);
|
|
75
|
+
}
|
|
76
|
+
.icon-liveTraffic .path3:before {
|
|
77
|
+
content: "\c950c";
|
|
78
|
+
margin-left: -1em;
|
|
79
|
+
color: rgb(248, 186, 52);
|
|
80
|
+
}
|
|
81
|
+
.icon-mostThread .path1:before {
|
|
82
|
+
content: "\c950d";
|
|
83
|
+
color: rgb(40, 164, 73);
|
|
84
|
+
}
|
|
85
|
+
.icon-mostThread .path2:before {
|
|
86
|
+
content: "\c950e";
|
|
87
|
+
margin-left: -1em;
|
|
88
|
+
color: rgb(38, 111, 181);
|
|
89
|
+
}
|
|
90
|
+
.icon-multiLine .path1:before {
|
|
91
|
+
content: "\c950f";
|
|
92
|
+
color: rgb(40, 164, 73);
|
|
93
|
+
}
|
|
94
|
+
.icon-multiLine .path2:before {
|
|
95
|
+
content: "\c9510";
|
|
96
|
+
margin-left: -1em;
|
|
97
|
+
color: rgb(227, 40, 40);
|
|
98
|
+
}
|
|
99
|
+
.icon-negativeRating .path1:before {
|
|
100
|
+
content: "\c9511";
|
|
101
|
+
color: rgb(226, 42, 40);
|
|
102
|
+
}
|
|
103
|
+
.icon-negativeRating .path2:before {
|
|
104
|
+
content: "\c9512";
|
|
105
|
+
margin-left: -1em;
|
|
106
|
+
color: rgb(38, 111, 181);
|
|
107
|
+
}
|
|
108
|
+
.icon-offlineAgent .path1:before {
|
|
109
|
+
content: "\c9513";
|
|
110
|
+
color: rgb(38, 111, 181);
|
|
111
|
+
}
|
|
112
|
+
.icon-offlineAgent .path2:before {
|
|
113
|
+
content: "\c9514";
|
|
114
|
+
margin-left: -1em;
|
|
115
|
+
color: rgb(227, 38, 40);
|
|
116
|
+
}
|
|
117
|
+
.icon-onlineAgent .path1:before {
|
|
118
|
+
content: "\c9515";
|
|
119
|
+
color: rgb(38, 111, 181);
|
|
120
|
+
}
|
|
121
|
+
.icon-onlineAgent .path2:before {
|
|
122
|
+
content: "\c9516";
|
|
123
|
+
margin-left: -1em;
|
|
124
|
+
color: rgb(40, 164, 73);
|
|
125
|
+
}
|
|
126
|
+
.icon-openTicket .path1:before {
|
|
127
|
+
content: "\c9517";
|
|
128
|
+
color: rgb(38, 111, 181);
|
|
129
|
+
}
|
|
130
|
+
.icon-openTicket .path2:before {
|
|
131
|
+
content: "\c9518";
|
|
132
|
+
margin-left: -1em;
|
|
133
|
+
color: rgb(40, 164, 73);
|
|
134
|
+
}
|
|
135
|
+
.icon-overdueTicket .path1:before {
|
|
136
|
+
content: "\c9519";
|
|
137
|
+
color: rgb(38, 111, 181);
|
|
138
|
+
}
|
|
139
|
+
.icon-overdueTicket .path2:before {
|
|
140
|
+
content: "\c951a";
|
|
141
|
+
margin-left: -1em;
|
|
142
|
+
color: rgb(227, 40, 40);
|
|
143
|
+
}
|
|
144
|
+
.icon-overdueTicket .path3:before {
|
|
145
|
+
content: "\c951b";
|
|
146
|
+
margin-left: -1em;
|
|
147
|
+
color: rgb(40, 164, 73);
|
|
148
|
+
}
|
|
149
|
+
.icon-percentage .path1:before {
|
|
150
|
+
content: "\c951c";
|
|
151
|
+
color: rgb(38, 111, 181);
|
|
152
|
+
}
|
|
153
|
+
.icon-percentage .path2:before {
|
|
154
|
+
content: "\c951d";
|
|
155
|
+
margin-left: -1em;
|
|
156
|
+
color: rgb(40, 164, 73);
|
|
157
|
+
}
|
|
158
|
+
.icon-pie .path1:before {
|
|
159
|
+
content: "\c951e";
|
|
160
|
+
color: rgb(40, 164, 73);
|
|
161
|
+
}
|
|
162
|
+
.icon-pie .path2:before {
|
|
163
|
+
content: "\c951f";
|
|
164
|
+
margin-left: -1em;
|
|
165
|
+
color: rgb(248, 186, 52);
|
|
166
|
+
}
|
|
167
|
+
.icon-responseTrend .path1:before {
|
|
168
|
+
content: "\c9520";
|
|
169
|
+
color: rgb(248, 186, 52);
|
|
170
|
+
}
|
|
171
|
+
.icon-responseTrend .path2:before {
|
|
172
|
+
content: "\c9521";
|
|
173
|
+
margin-left: -1em;
|
|
174
|
+
color: rgb(40, 164, 73);
|
|
175
|
+
}
|
|
176
|
+
.icon-responseTrend .path3:before {
|
|
177
|
+
content: "\c9522";
|
|
178
|
+
margin-left: -1em;
|
|
179
|
+
color: rgb(38, 111, 181);
|
|
180
|
+
}
|
|
181
|
+
.icon-stackedBar .path1:before {
|
|
182
|
+
content: "\c9523";
|
|
183
|
+
color: rgb(38, 111, 181);
|
|
184
|
+
}
|
|
185
|
+
.icon-stackedBar .path2:before {
|
|
186
|
+
content: "\c9524";
|
|
187
|
+
margin-left: -1em;
|
|
188
|
+
color: rgb(40, 164, 73);
|
|
189
|
+
}
|
|
190
|
+
.icon-unassignedTicket .path1:before {
|
|
191
|
+
content: "\c9525";
|
|
192
|
+
color: rgb(227, 40, 40);
|
|
193
|
+
}
|
|
194
|
+
.icon-unassignedTicket .path2:before {
|
|
195
|
+
content: "\c9526";
|
|
196
|
+
margin-left: -1em;
|
|
197
|
+
color: rgb(38, 111, 181);
|
|
198
|
+
}
|
|
199
|
+
.icon-unassignedTicket .path3:before {
|
|
200
|
+
content: "\c9527";
|
|
201
|
+
margin-left: -1em;
|
|
202
|
+
color: rgb(40, 164, 73);
|
|
203
|
+
}
|
|
204
|
+
.icon-growth:before {
|
|
205
|
+
content: "\c9528";
|
|
206
|
+
}
|
|
207
|
+
.icon-askZia:before {
|
|
208
|
+
content: "\c9529";
|
|
205
209
|
}
|
|
206
210
|
}
|