@siemens/ix-icons 1.1.2 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/dist/cjs/icon-f93d1754.js +125 -0
  2. package/dist/cjs/icon-f93d1754.js.map +1 -0
  3. package/dist/cjs/{index-22d7f5a7.js → index-4251dd4f.js} +51 -82
  4. package/dist/cjs/index-4251dd4f.js.map +1 -0
  5. package/dist/cjs/index.cjs.js +2 -2
  6. package/dist/cjs/ix-icon.cjs.entry.js +2 -2
  7. package/dist/cjs/ix-icons.cjs.js +3 -3
  8. package/dist/cjs/ix-icons.cjs.js.map +1 -1
  9. package/dist/cjs/loader.cjs.js +3 -3
  10. package/dist/cjs/loader.cjs.js.map +1 -1
  11. package/dist/collection/collection-manifest.json +1 -1
  12. package/dist/collection/components/icon/icon.css +771 -665
  13. package/dist/collection/components/icon/icon.js +9 -30
  14. package/dist/collection/components/icon/icon.js.map +1 -1
  15. package/dist/collection/components/icon/question.js +5 -0
  16. package/dist/collection/components/icon/question.js.map +1 -0
  17. package/dist/collection/components/icon/resolveIcon.js +19 -13
  18. package/dist/collection/components/icon/resolveIcon.js.map +1 -1
  19. package/dist/components/icon.js +32 -22
  20. package/dist/components/icon.js.map +1 -1
  21. package/dist/css/ix-icons.css +673 -641
  22. package/dist/esm/icon-6a9c5e3a.js +123 -0
  23. package/dist/esm/icon-6a9c5e3a.js.map +1 -0
  24. package/dist/esm/{index-460e19e2.js → index-68769e11.js} +51 -82
  25. package/dist/esm/index-68769e11.js.map +1 -0
  26. package/dist/esm/index.js +2 -2
  27. package/dist/esm/ix-icon.entry.js +2 -2
  28. package/dist/esm/ix-icons.js +4 -4
  29. package/dist/esm/ix-icons.js.map +1 -1
  30. package/dist/esm/loader.js +4 -4
  31. package/dist/esm/loader.js.map +1 -1
  32. package/dist/fonts/ix-icons.eot +0 -0
  33. package/dist/fonts/ix-icons.svg +738 -642
  34. package/dist/fonts/ix-icons.ttf +0 -0
  35. package/dist/fonts/ix-icons.woff +0 -0
  36. package/dist/fonts/ix-icons.woff2 +0 -0
  37. package/dist/ix-icons/index.esm.js +1 -1
  38. package/dist/ix-icons/ix-icons.esm.js +1 -1
  39. package/dist/ix-icons/ix-icons.esm.js.map +1 -1
  40. package/dist/ix-icons/p-3f1bfdd7.js +2 -0
  41. package/dist/ix-icons/p-3f1bfdd7.js.map +1 -0
  42. package/dist/ix-icons/p-56e47578.entry.js +2 -0
  43. package/dist/ix-icons/p-dedaa481.js +3 -0
  44. package/dist/ix-icons/p-dedaa481.js.map +1 -0
  45. package/dist/sample.html +1214 -670
  46. package/dist/sample.json +64 -0
  47. package/dist/svg/add-application.svg +1 -0
  48. package/dist/svg/add-user-filled.svg +1 -0
  49. package/dist/svg/add-user.svg +1 -0
  50. package/dist/svg/application-screen.svg +1 -0
  51. package/dist/svg/applications.svg +1 -0
  52. package/dist/svg/certificate-error-filled.svg +1 -0
  53. package/dist/svg/certificate-error.svg +1 -0
  54. package/dist/svg/certificate-exclamation-filled.svg +1 -0
  55. package/dist/svg/certificate-exclamation.svg +1 -0
  56. package/dist/svg/certificate-success-filled.svg +1 -0
  57. package/dist/svg/certificate-success.svg +1 -0
  58. package/dist/svg/coffee-empty-filled.svg +1 -0
  59. package/dist/svg/coffee-empty.svg +1 -0
  60. package/dist/svg/coffee-filled.svg +1 -0
  61. package/dist/svg/coffee.svg +1 -0
  62. package/dist/svg/electrical-energy-filled.svg +1 -0
  63. package/dist/svg/electrical-energy.svg +1 -0
  64. package/dist/svg/photo-camera-cancelled-filled.svg +1 -0
  65. package/dist/svg/photo-camera-cancelled.svg +1 -0
  66. package/dist/svg/project-server-filled.svg +1 -0
  67. package/dist/svg/project-server.svg +1 -0
  68. package/dist/svg/remove-application.svg +1 -0
  69. package/dist/svg/stamp-filled.svg +1 -0
  70. package/dist/svg/stamp.svg +1 -0
  71. package/dist/svg/surveillance-cancelled-filled.svg +1 -0
  72. package/dist/svg/surveillance-cancelled.svg +1 -0
  73. package/dist/svg/text-document.svg +1 -9
  74. package/dist/svg/user-reading-reading.svg +1 -0
  75. package/dist/svg/user-reading.svg +1 -0
  76. package/dist/svg/webcam-cancelled-filled.svg +1 -0
  77. package/dist/svg/webcam-cancelled.svg +1 -0
  78. package/dist/svg/workspace.svg +1 -0
  79. package/dist/svg/workspaces.svg +1 -0
  80. package/dist/types/components/icon/icon.d.ts +0 -9
  81. package/dist/types/components/icon/question.d.ts +1 -0
  82. package/dist/types/components/icon/resolveIcon.d.ts +1 -0
  83. package/dist/types/components.d.ts +0 -4
  84. package/dist/types/stencil-public-runtime.d.ts +0 -1
  85. package/icons/index.d.ts +33 -1
  86. package/icons/index.js +34 -2
  87. package/icons/index.mjs +34 -2
  88. package/icons/package.json +1 -1
  89. package/package.json +2 -2
  90. package/dist/cjs/icon-4106de76.js +0 -114
  91. package/dist/cjs/icon-4106de76.js.map +0 -1
  92. package/dist/cjs/index-22d7f5a7.js.map +0 -1
  93. package/dist/esm/icon-cb9cbf8c.js +0 -112
  94. package/dist/esm/icon-cb9cbf8c.js.map +0 -1
  95. package/dist/esm/index-460e19e2.js.map +0 -1
  96. package/dist/ix-icons/p-2a168ebc.entry.js +0 -2
  97. package/dist/ix-icons/p-37738e42.js +0 -2
  98. package/dist/ix-icons/p-37738e42.js.map +0 -1
  99. package/dist/ix-icons/p-625c25c8.js +0 -3
  100. package/dist/ix-icons/p-625c25c8.js.map +0 -1
  101. /package/dist/ix-icons/{p-2a168ebc.entry.js.map → p-56e47578.entry.js.map} +0 -0
@@ -45,644 +45,676 @@
45
45
 
46
46
  .glyph-about-filled:before { content: "\EA01" }
47
47
  .glyph-about:before { content: "\EA02" }
48
- .glyph-add-circle-filled:before { content: "\EA03" }
49
- .glyph-add-circle:before { content: "\EA04" }
50
- .glyph-add-document-note:before { content: "\EA05" }
51
- .glyph-add-eye-filled:before { content: "\EA06" }
52
- .glyph-add-eye:before { content: "\EA07" }
53
- .glyph-add-task-list:before { content: "\EA08" }
54
- .glyph-add-task:before { content: "\EA09" }
55
- .glyph-add:before { content: "\EA0A" }
56
- .glyph-ai:before { content: "\EA0B" }
57
- .glyph-alarm-bell-cancelled-filled:before { content: "\EA0C" }
58
- .glyph-alarm-bell-cancelled:before { content: "\EA0D" }
59
- .glyph-alarm-bell-filled:before { content: "\EA0E" }
60
- .glyph-alarm-bell:before { content: "\EA0F" }
61
- .glyph-alarm-clock-filled:before { content: "\EA10" }
62
- .glyph-alarm-clock:before { content: "\EA11" }
63
- .glyph-alarm-filled:before { content: "\EA12" }
64
- .glyph-alarm:before { content: "\EA13" }
65
- .glyph-analyze:before { content: "\EA14" }
66
- .glyph-anomaly-found:before { content: "\EA15" }
67
- .glyph-anomaly:before { content: "\EA16" }
68
- .glyph-app-menu:before { content: "\EA17" }
69
- .glyph-apps:before { content: "\EA18" }
70
- .glyph-arrow-down-right:before { content: "\EA19" }
71
- .glyph-arrow-down:before { content: "\EA1A" }
72
- .glyph-arrow-left:before { content: "\EA1B" }
73
- .glyph-arrow-right-down:before { content: "\EA1C" }
74
- .glyph-arrow-right:before { content: "\EA1D" }
75
- .glyph-arrow-up:before { content: "\EA1E" }
76
- .glyph-attach:before { content: "\EA1F" }
77
- .glyph-attachment-upload:before { content: "\EA20" }
78
- .glyph-audio-description1:before { content: "\EA21" }
79
- .glyph-audio-description2:before { content: "\EA22" }
80
- .glyph-audit-report:before { content: "\EA23" }
81
- .glyph-average:before { content: "\EA24" }
82
- .glyph-backup-filled:before { content: "\EA25" }
83
- .glyph-backup:before { content: "\EA26" }
84
- .glyph-bar-code:before { content: "\EA27" }
85
- .glyph-barchart:before { content: "\EA28" }
86
- .glyph-battery-check:before { content: "\EA29" }
87
- .glyph-battery-empty-question:before { content: "\EA2A" }
88
- .glyph-battery-empty:before { content: "\EA2B" }
89
- .glyph-battery-exclamation:before { content: "\EA2C" }
90
- .glyph-battery-full-check:before { content: "\EA2D" }
91
- .glyph-battery-full:before { content: "\EA2E" }
92
- .glyph-battery-half:before { content: "\EA2F" }
93
- .glyph-battery-low:before { content: "\EA30" }
94
- .glyph-battery-quarter:before { content: "\EA31" }
95
- .glyph-battery-slash:before { content: "\EA32" }
96
- .glyph-battery-three-quarter:before { content: "\EA33" }
97
- .glyph-battery-xmark:before { content: "\EA34" }
98
- .glyph-bezier-curve:before { content: "\EA35" }
99
- .glyph-binoculars-filled:before { content: "\EA36" }
100
- .glyph-binoculars:before { content: "\EA37" }
101
- .glyph-blazor:before { content: "\EA38" }
102
- .glyph-book:before { content: "\EA39" }
103
- .glyph-bookmark-filled:before { content: "\EA3A" }
104
- .glyph-bookmark:before { content: "\EA3B" }
105
- .glyph-boundary-signals:before { content: "\EA3C" }
106
- .glyph-building1-filled:before { content: "\EA3D" }
107
- .glyph-building1:before { content: "\EA3E" }
108
- .glyph-building2-filled:before { content: "\EA3F" }
109
- .glyph-building2:before { content: "\EA40" }
110
- .glyph-bulb-filled:before { content: "\EA41" }
111
- .glyph-bulb:before { content: "\EA42" }
112
- .glyph-calendar-filled:before { content: "\EA43" }
113
- .glyph-calendar-settings:before { content: "\EA44" }
114
- .glyph-calendar:before { content: "\EA45" }
115
- .glyph-cancel:before { content: "\EA46" }
116
- .glyph-cancelled:before { content: "\EA47" }
117
- .glyph-capacity-filled:before { content: "\EA48" }
118
- .glyph-capacity:before { content: "\EA49" }
119
- .glyph-capture:before { content: "\EA4A" }
120
- .glyph-car-filled:before { content: "\EA4B" }
121
- .glyph-car:before { content: "\EA4C" }
122
- .glyph-card-layout-filled:before { content: "\EA4D" }
123
- .glyph-card-layout:before { content: "\EA4E" }
124
- .glyph-chart-cursor:before { content: "\EA4F" }
125
- .glyph-chart-curve-linear:before { content: "\EA50" }
126
- .glyph-chart-curve-spline:before { content: "\EA51" }
127
- .glyph-chart-curve-stepped:before { content: "\EA52" }
128
- .glyph-chart-diagram-add:before { content: "\EA53" }
129
- .glyph-chart-diagram:before { content: "\EA54" }
130
- .glyph-chart-diagrams:before { content: "\EA55" }
131
- .glyph-chart-labels-filled:before { content: "\EA56" }
132
- .glyph-chart-labels:before { content: "\EA57" }
133
- .glyph-check-in:before { content: "\EA58" }
134
- .glyph-check-out:before { content: "\EA59" }
135
- .glyph-checkbox-component-checked:before { content: "\EA5A" }
136
- .glyph-checkbox-component-mixed:before { content: "\EA5B" }
137
- .glyph-checkbox-component-unchecked:before { content: "\EA5C" }
138
- .glyph-checkbox-filled:before { content: "\EA5D" }
139
- .glyph-checkbox:before { content: "\EA5E" }
140
- .glyph-checkboxes-filled:before { content: "\EA5F" }
141
- .glyph-checkboxes:before { content: "\EA60" }
142
- .glyph-chevron-down-small:before { content: "\EA61" }
143
- .glyph-chevron-down:before { content: "\EA62" }
144
- .glyph-chevron-left-small:before { content: "\EA63" }
145
- .glyph-chevron-left:before { content: "\EA64" }
146
- .glyph-chevron-right-small:before { content: "\EA65" }
147
- .glyph-chevron-right:before { content: "\EA66" }
148
- .glyph-chevron-up-small:before { content: "\EA67" }
149
- .glyph-chevron-up:before { content: "\EA68" }
150
- .glyph-circle-dot-filled:before { content: "\EA69" }
151
- .glyph-circle-dot:before { content: "\EA6A" }
152
- .glyph-circle-filled:before { content: "\EA6B" }
153
- .glyph-circle-pause-filled:before { content: "\EA6C" }
154
- .glyph-circle-pause:before { content: "\EA6D" }
155
- .glyph-circle-play-filled:before { content: "\EA6E" }
156
- .glyph-circle-play:before { content: "\EA6F" }
157
- .glyph-circle-stop-filled:before { content: "\EA70" }
158
- .glyph-circle-stop:before { content: "\EA71" }
159
- .glyph-circle:before { content: "\EA72" }
160
- .glyph-clear-filter-filled:before { content: "\EA73" }
161
- .glyph-clear-filter:before { content: "\EA74" }
162
- .glyph-clear:before { content: "\EA75" }
163
- .glyph-clock-filled:before { content: "\EA76" }
164
- .glyph-clock:before { content: "\EA77" }
165
- .glyph-close-small:before { content: "\EA78" }
166
- .glyph-close:before { content: "\EA79" }
167
- .glyph-cloud-download-add-filled:before { content: "\EA7A" }
168
- .glyph-cloud-download-add:before { content: "\EA7B" }
169
- .glyph-cloud-download-filled:before { content: "\EA7C" }
170
- .glyph-cloud-download-list-filled:before { content: "\EA7D" }
171
- .glyph-cloud-download-list:before { content: "\EA7E" }
172
- .glyph-cloud-download:before { content: "\EA7F" }
173
- .glyph-cloud-filled:before { content: "\EA80" }
174
- .glyph-cloud-new-filled:before { content: "\EA81" }
175
- .glyph-cloud-new:before { content: "\EA82" }
176
- .glyph-cloud-success-filled:before { content: "\EA83" }
177
- .glyph-cloud-success:before { content: "\EA84" }
178
- .glyph-cloud-upload-filled:before { content: "\EA85" }
179
- .glyph-cloud-upload:before { content: "\EA86" }
180
- .glyph-cloud:before { content: "\EA87" }
181
- .glyph-code:before { content: "\EA88" }
182
- .glyph-cogwheel-filled:before { content: "\EA89" }
183
- .glyph-cogwheel:before { content: "\EA8A" }
184
- .glyph-combine:before { content: "\EA8B" }
185
- .glyph-compact-disc-filled:before { content: "\EA8C" }
186
- .glyph-compact-disc:before { content: "\EA8D" }
187
- .glyph-compound-block:before { content: "\EA8E" }
188
- .glyph-configuration:before { content: "\EA8F" }
189
- .glyph-configure-filled:before { content: "\EA90" }
190
- .glyph-configure:before { content: "\EA91" }
191
- .glyph-connected:before { content: "\EA92" }
192
- .glyph-connector-chart-filled:before { content: "\EA93" }
193
- .glyph-connector-chart:before { content: "\EA94" }
194
- .glyph-connector-filled:before { content: "\EA95" }
195
- .glyph-connector-hex-filled:before { content: "\EA96" }
196
- .glyph-connector-hex:before { content: "\EA97" }
197
- .glyph-connector-rect-filled:before { content: "\EA98" }
198
- .glyph-connector-rect:before { content: "\EA99" }
199
- .glyph-connector-rhomb-filled:before { content: "\EA9A" }
200
- .glyph-connector-rhomb:before { content: "\EA9B" }
201
- .glyph-connector:before { content: "\EA9C" }
202
- .glyph-consistency-check:before { content: "\EA9D" }
203
- .glyph-contact-details-filled:before { content: "\EA9E" }
204
- .glyph-contact-details:before { content: "\EA9F" }
205
- .glyph-context-menu:before { content: "\EAA0" }
206
- .glyph-controlled-device:before { content: "\EAA1" }
207
- .glyph-controller-device:before { content: "\EAA2" }
208
- .glyph-copy:before { content: "\EAA3" }
209
- .glyph-corner-arrow-up-left:before { content: "\EAA4" }
210
- .glyph-couch-filled:before { content: "\EAA5" }
211
- .glyph-couch:before { content: "\EAA6" }
212
- .glyph-create-plant-filled:before { content: "\EAA7" }
213
- .glyph-create-plant:before { content: "\EAA8" }
214
- .glyph-cut:before { content: "\EAA9" }
215
- .glyph-cycle:before { content: "\EAAA" }
216
- .glyph-data-egress:before { content: "\EAAB" }
217
- .glyph-data-ingress-egress:before { content: "\EAAC" }
218
- .glyph-data-ingress:before { content: "\EAAD" }
219
- .glyph-database-filled:before { content: "\EAAE" }
220
- .glyph-database:before { content: "\EAAF" }
221
- .glyph-details:before { content: "\EAB0" }
222
- .glyph-diagram-module-library:before { content: "\EAB1" }
223
- .glyph-diagram-module-new:before { content: "\EAB2" }
224
- .glyph-diagram-module:before { content: "\EAB3" }
225
- .glyph-diamond:before { content: "\EAB4" }
226
- .glyph-disconnected:before { content: "\EAB5" }
227
- .glyph-disk-filled:before { content: "\EAB6" }
228
- .glyph-disk-pen:before { content: "\EAB7" }
229
- .glyph-disk:before { content: "\EAB8" }
230
- .glyph-distribution:before { content: "\EAB9" }
231
- .glyph-doc-document:before { content: "\EABA" }
232
- .glyph-document-bulk:before { content: "\EABB" }
233
- .glyph-document-info:before { content: "\EABC" }
234
- .glyph-document-link:before { content: "\EABD" }
235
- .glyph-document-management:before { content: "\EABE" }
236
- .glyph-document-reference:before { content: "\EABF" }
237
- .glyph-document-settings:before { content: "\EAC0" }
238
- .glyph-document-success:before { content: "\EAC1" }
239
- .glyph-document:before { content: "\EAC2" }
240
- .glyph-double-check:before { content: "\EAC3" }
241
- .glyph-double-chevron-down:before { content: "\EAC4" }
242
- .glyph-double-chevron-left:before { content: "\EAC5" }
243
- .glyph-double-chevron-right:before { content: "\EAC6" }
244
- .glyph-double-chevron-up:before { content: "\EAC7" }
245
- .glyph-doublet-filled:before { content: "\EAC8" }
246
- .glyph-doublet:before { content: "\EAC9" }
247
- .glyph-download-add:before { content: "\EACA" }
248
- .glyph-download-list:before { content: "\EACB" }
249
- .glyph-download:before { content: "\EACC" }
250
- .glyph-drop:before { content: "\EACD" }
251
- .glyph-duplicate-document:before { content: "\EACE" }
252
- .glyph-duplicate:before { content: "\EACF" }
253
- .glyph-e-mail-filled:before { content: "\EAD0" }
254
- .glyph-e-mail:before { content: "\EAD1" }
255
- .glyph-earth-filled:before { content: "\EAD2" }
256
- .glyph-earth:before { content: "\EAD3" }
257
- .glyph-edit-plant:before { content: "\EAD4" }
258
- .glyph-ellipse-arc:before { content: "\EAD5" }
259
- .glyph-ellipse-filled:before { content: "\EAD6" }
260
- .glyph-ellipse:before { content: "\EAD7" }
261
- .glyph-error-filled:before { content: "\EAD8" }
262
- .glyph-error:before { content: "\EAD9" }
263
- .glyph-explore-filled:before { content: "\EADA" }
264
- .glyph-explore:before { content: "\EADB" }
265
- .glyph-export:before { content: "\EADC" }
266
- .glyph-eye-cancelled-filled:before { content: "\EADD" }
267
- .glyph-eye-cancelled:before { content: "\EADE" }
268
- .glyph-eye-filled:before { content: "\EADF" }
269
- .glyph-eye:before { content: "\EAE0" }
270
- .glyph-factory-reset-filled:before { content: "\EAE1" }
271
- .glyph-factory-reset:before { content: "\EAE2" }
272
- .glyph-filter-filled:before { content: "\EAE3" }
273
- .glyph-filter-outline:before { content: "\EAE4" }
274
- .glyph-filter:before { content: "\EAE5" }
275
- .glyph-flag-filled:before { content: "\EAE6" }
276
- .glyph-flag:before { content: "\EAE7" }
277
- .glyph-folder-down-filled:before { content: "\EAE8" }
278
- .glyph-folder-down:before { content: "\EAE9" }
279
- .glyph-folder-filled:before { content: "\EAEA" }
280
- .glyph-folder-new-filled:before { content: "\EAEB" }
281
- .glyph-folder-new-outline:before { content: "\EAEC" }
282
- .glyph-folder-new:before { content: "\EAED" }
283
- .glyph-folder-open-filled:before { content: "\EAEE" }
284
- .glyph-folder-open-outline:before { content: "\EAEF" }
285
- .glyph-folder-open:before { content: "\EAF0" }
286
- .glyph-folder-outline:before { content: "\EAF1" }
287
- .glyph-folder-up-filled:before { content: "\EAF2" }
288
- .glyph-folder-up:before { content: "\EAF3" }
289
- .glyph-folder:before { content: "\EAF4" }
290
- .glyph-full-screeen-exit:before { content: "\EAF5" }
291
- .glyph-full-screeen:before { content: "\EAF6" }
292
- .glyph-function-block-library:before { content: "\EAF7" }
293
- .glyph-function-block-new:before { content: "\EAF8" }
294
- .glyph-function-block:before { content: "\EAF9" }
295
- .glyph-function-diagram-new:before { content: "\EAFA" }
296
- .glyph-function-diagram:before { content: "\EAFB" }
297
- .glyph-gauge-filled:before { content: "\EAFC" }
298
- .glyph-gauge:before { content: "\EAFD" }
299
- .glyph-gaugechart:before { content: "\EAFE" }
300
- .glyph-global-plant-filled:before { content: "\EAFF" }
301
- .glyph-global-plant:before { content: "\EB00" }
302
- .glyph-globe-filled:before { content: "\EB01" }
303
- .glyph-globe:before { content: "\EB02" }
304
- .glyph-goto:before { content: "\EB03" }
305
- .glyph-group:before { content: "\EB04" }
306
- .glyph-hard-reset:before { content: "\EB05" }
307
- .glyph-hardware-cabinet:before { content: "\EB06" }
308
- .glyph-health-filled:before { content: "\EB07" }
309
- .glyph-health:before { content: "\EB08" }
310
- .glyph-heart-filled:before { content: "\EB09" }
311
- .glyph-heart:before { content: "\EB0A" }
312
- .glyph-hexagon-vertical-bars-database-filled:before { content: "\EB0B" }
313
- .glyph-hexagon-vertical-bars-database:before { content: "\EB0C" }
314
- .glyph-hexagon-vertical-bars-filled:before { content: "\EB0D" }
315
- .glyph-hexagon-vertical-bars:before { content: "\EB0E" }
316
- .glyph-hierarchy:before { content: "\EB0F" }
317
- .glyph-highlight-filled:before { content: "\EB10" }
318
- .glyph-highlight:before { content: "\EB11" }
319
- .glyph-history-list:before { content: "\EB12" }
320
- .glyph-history:before { content: "\EB13" }
321
- .glyph-home-filled:before { content: "\EB14" }
322
- .glyph-home:before { content: "\EB15" }
323
- .glyph-hourglass:before { content: "\EB16" }
324
- .glyph-image-filled:before { content: "\EB17" }
325
- .glyph-image:before { content: "\EB18" }
326
- .glyph-import:before { content: "\EB19" }
327
- .glyph-info-feed:before { content: "\EB1A" }
328
- .glyph-info-filled:before { content: "\EB1B" }
329
- .glyph-info:before { content: "\EB1C" }
330
- .glyph-ingestion-report:before { content: "\EB1D" }
331
- .glyph-ingestion:before { content: "\EB1E" }
332
- .glyph-ink-pen:before { content: "\EB1F" }
333
- .glyph-inquiry-filled:before { content: "\EB20" }
334
- .glyph-inquiry-mail:before { content: "\EB21" }
335
- .glyph-inquiry:before { content: "\EB22" }
336
- .glyph-item-details-filled:before { content: "\EB23" }
337
- .glyph-item-details:before { content: "\EB24" }
338
- .glyph-label-filled:before { content: "\EB25" }
339
- .glyph-label:before { content: "\EB26" }
340
- .glyph-language-filled:before { content: "\EB27" }
341
- .glyph-language:before { content: "\EB28" }
342
- .glyph-layers-filled:before { content: "\EB29" }
343
- .glyph-layers:before { content: "\EB2A" }
344
- .glyph-leaf:before { content: "\EB2B" }
345
- .glyph-legal:before { content: "\EB2C" }
346
- .glyph-library-new:before { content: "\EB2D" }
347
- .glyph-library:before { content: "\EB2E" }
348
- .glyph-license:before { content: "\EB2F" }
349
- .glyph-light-dark:before { content: "\EB30" }
350
- .glyph-line-diagonal:before { content: "\EB31" }
351
- .glyph-link:before { content: "\EB32" }
352
- .glyph-list:before { content: "\EB33" }
353
- .glyph-live-schedule:before { content: "\EB34" }
354
- .glyph-location-filled:before { content: "\EB35" }
355
- .glyph-location-outline:before { content: "\EB36" }
356
- .glyph-location:before { content: "\EB37" }
357
- .glyph-lock-filled:before { content: "\EB38" }
358
- .glyph-lock-key-filled:before { content: "\EB39" }
359
- .glyph-lock-key:before { content: "\EB3A" }
360
- .glyph-lock:before { content: "\EB3B" }
361
- .glyph-log-in:before { content: "\EB3C" }
362
- .glyph-log-out:before { content: "\EB3D" }
363
- .glyph-log:before { content: "\EB3E" }
364
- .glyph-logic-diagram:before { content: "\EB3F" }
365
- .glyph-lower-limit:before { content: "\EB40" }
366
- .glyph-mail-filled:before { content: "\EB41" }
367
- .glyph-mail:before { content: "\EB42" }
368
- .glyph-maintenance-documents:before { content: "\EB43" }
369
- .glyph-maintenance-info:before { content: "\EB44" }
370
- .glyph-maintenance-warning-filled:before { content: "\EB45" }
371
- .glyph-maintenance-warning:before { content: "\EB46" }
372
- .glyph-maintenance:before { content: "\EB47" }
373
- .glyph-mandatory-done:before { content: "\EB48" }
374
- .glyph-mandatory:before { content: "\EB49" }
375
- .glyph-map:before { content: "\EB4A" }
376
- .glyph-maximize:before { content: "\EB4B" }
377
- .glyph-microphone-filled:before { content: "\EB4C" }
378
- .glyph-microphone:before { content: "\EB4D" }
379
- .glyph-minimize:before { content: "\EB4E" }
380
- .glyph-minus:before { content: "\EB4F" }
381
- .glyph-mix:before { content: "\EB50" }
382
- .glyph-monitor-filled:before { content: "\EB51" }
383
- .glyph-monitor-trend:before { content: "\EB52" }
384
- .glyph-monitor:before { content: "\EB53" }
385
- .glyph-monitoring-add:before { content: "\EB54" }
386
- .glyph-monitoring:before { content: "\EB55" }
387
- .glyph-monitorings:before { content: "\EB56" }
388
- .glyph-moon-filled:before { content: "\EB57" }
389
- .glyph-moon:before { content: "\EB58" }
390
- .glyph-more-menu:before { content: "\EB59" }
391
- .glyph-mouse-click-filled:before { content: "\EB5A" }
392
- .glyph-mouse-click:before { content: "\EB5B" }
393
- .glyph-mouse-select-filled:before { content: "\EB5C" }
394
- .glyph-mouse-select:before { content: "\EB5D" }
395
- .glyph-mp4-document:before { content: "\EB5E" }
396
- .glyph-namur-check-function-filled:before { content: "\EB5F" }
397
- .glyph-namur-check-function:before { content: "\EB60" }
398
- .glyph-namur-failure-filled:before { content: "\EB61" }
399
- .glyph-namur-failure:before { content: "\EB62" }
400
- .glyph-namur-maintenance-required-filled:before { content: "\EB63" }
401
- .glyph-namur-maintenance-required:before { content: "\EB64" }
402
- .glyph-namur-ok-filled:before { content: "\EB65" }
403
- .glyph-namur-ok:before { content: "\EB66" }
404
- .glyph-namur-out-of-spec-filled:before { content: "\EB67" }
405
- .glyph-namur-out-of-spec:before { content: "\EB68" }
406
- .glyph-navigation-filled:before { content: "\EB69" }
407
- .glyph-navigation-left:before { content: "\EB6A" }
408
- .glyph-navigation-right:before { content: "\EB6B" }
409
- .glyph-navigation:before { content: "\EB6C" }
410
- .glyph-new-indicator-filled:before { content: "\EB6D" }
411
- .glyph-new-indicator:before { content: "\EB6E" }
412
- .glyph-no-filter-filled:before { content: "\EB6F" }
413
- .glyph-no-filter:before { content: "\EB70" }
414
- .glyph-no-image:before { content: "\EB71" }
415
- .glyph-note-filled:before { content: "\EB72" }
416
- .glyph-note:before { content: "\EB73" }
417
- .glyph-notification-filled:before { content: "\EB74" }
418
- .glyph-notification:before { content: "\EB75" }
419
- .glyph-notifications-filled:before { content: "\EB76" }
420
- .glyph-notifications:before { content: "\EB77" }
421
- .glyph-ontology-filled:before { content: "\EB78" }
422
- .glyph-ontology:before { content: "\EB79" }
423
- .glyph-open-external:before { content: "\EB7A" }
424
- .glyph-open-file-filled:before { content: "\EB7B" }
425
- .glyph-open-file:before { content: "\EB7C" }
426
- .glyph-operate-plant-filled:before { content: "\EB7D" }
427
- .glyph-operate-plant:before { content: "\EB7E" }
428
- .glyph-optimize:before { content: "\EB7F" }
429
- .glyph-p-and-i-symbols:before { content: "\EB80" }
430
- .glyph-p-i-diagram:before { content: "\EB81" }
431
- .glyph-pan:before { content: "\EB82" }
432
- .glyph-paste:before { content: "\EB83" }
433
- .glyph-pause:before { content: "\EB84" }
434
- .glyph-pc-tower-filled:before { content: "\EB85" }
435
- .glyph-pc-tower:before { content: "\EB86" }
436
- .glyph-pdf-document:before { content: "\EB87" }
437
- .glyph-pen-filled:before { content: "\EB88" }
438
- .glyph-pen:before { content: "\EB89" }
439
- .glyph-phone-filled:before { content: "\EB8A" }
440
- .glyph-phone:before { content: "\EB8B" }
441
- .glyph-photo-camera-add:before { content: "\EB8C" }
442
- .glyph-photo-camera-filled:before { content: "\EB8D" }
443
- .glyph-photo-camera:before { content: "\EB8E" }
444
- .glyph-photo-cameras:before { content: "\EB8F" }
445
- .glyph-piechart-filled:before { content: "\EB90" }
446
- .glyph-piechart:before { content: "\EB91" }
447
- .glyph-pin-filled:before { content: "\EB92" }
448
- .glyph-pin:before { content: "\EB93" }
449
- .glyph-plant-filled:before { content: "\EB94" }
450
- .glyph-plant-handbook-filled:before { content: "\EB95" }
451
- .glyph-plant-handbook:before { content: "\EB96" }
452
- .glyph-plant-outline:before { content: "\EB97" }
453
- .glyph-plant-security:before { content: "\EB98" }
454
- .glyph-plant-settings-filled:before { content: "\EB99" }
455
- .glyph-plant-settings:before { content: "\EB9A" }
456
- .glyph-plant-user-filled:before { content: "\EB9B" }
457
- .glyph-plant-user:before { content: "\EB9C" }
458
- .glyph-plant:before { content: "\EB9D" }
459
- .glyph-plants-filled:before { content: "\EB9E" }
460
- .glyph-plants:before { content: "\EB9F" }
461
- .glyph-play-filled:before { content: "\EBA0" }
462
- .glyph-play-pause-filled:before { content: "\EBA1" }
463
- .glyph-play-pause:before { content: "\EBA2" }
464
- .glyph-play-stepwise-filled:before { content: "\EBA3" }
465
- .glyph-play-stepwise:before { content: "\EBA4" }
466
- .glyph-play:before { content: "\EBA5" }
467
- .glyph-plus-minus-times-divide:before { content: "\EBA6" }
468
- .glyph-plus:before { content: "\EBA7" }
469
- .glyph-point-up-filled:before { content: "\EBA8" }
470
- .glyph-point-up:before { content: "\EBA9" }
471
- .glyph-polar-plot:before { content: "\EBAA" }
472
- .glyph-polygon-filled:before { content: "\EBAB" }
473
- .glyph-polygon-line:before { content: "\EBAC" }
474
- .glyph-polygon:before { content: "\EBAD" }
475
- .glyph-ppt-document:before { content: "\EBAE" }
476
- .glyph-print-filled:before { content: "\EBAF" }
477
- .glyph-print:before { content: "\EBB0" }
478
- .glyph-prio-high:before { content: "\EBB1" }
479
- .glyph-prio-low:before { content: "\EBB2" }
480
- .glyph-prio-middle:before { content: "\EBB3" }
481
- .glyph-product-catalog:before { content: "\EBB4" }
482
- .glyph-product-management:before { content: "\EBB5" }
483
- .glyph-product:before { content: "\EBB6" }
484
- .glyph-project-configuration:before { content: "\EBB7" }
485
- .glyph-project-new:before { content: "\EBB8" }
486
- .glyph-project-scenarios:before { content: "\EBB9" }
487
- .glyph-project:before { content: "\EBBA" }
488
- .glyph-protocol:before { content: "\EBBB" }
489
- .glyph-publish-document:before { content: "\EBBC" }
490
- .glyph-publish:before { content: "\EBBD" }
491
- .glyph-qr-code:before { content: "\EBBE" }
492
- .glyph-quality-report:before { content: "\EBBF" }
493
- .glyph-question-filled:before { content: "\EBC0" }
494
- .glyph-question:before { content: "\EBC1" }
495
- .glyph-radarchart:before { content: "\EBC2" }
496
- .glyph-radio-waves-off:before { content: "\EBC3" }
497
- .glyph-radio-waves:before { content: "\EBC4" }
498
- .glyph-random-filled:before { content: "\EBC5" }
499
- .glyph-random:before { content: "\EBC6" }
500
- .glyph-reboot:before { content: "\EBC7" }
501
- .glyph-rectangle-filled:before { content: "\EBC8" }
502
- .glyph-rectangle:before { content: "\EBC9" }
503
- .glyph-redo:before { content: "\EBCA" }
504
- .glyph-reference:before { content: "\EBCB" }
505
- .glyph-refresh-cancelled:before { content: "\EBCC" }
506
- .glyph-refresh:before { content: "\EBCD" }
507
- .glyph-reload:before { content: "\EBCE" }
508
- .glyph-remove-eye-filled:before { content: "\EBCF" }
509
- .glyph-remove-eye:before { content: "\EBD0" }
510
- .glyph-rename:before { content: "\EBD1" }
511
- .glyph-replace:before { content: "\EBD2" }
512
- .glyph-report-barchart:before { content: "\EBD3" }
513
- .glyph-report-linechart:before { content: "\EBD4" }
514
- .glyph-report-text:before { content: "\EBD5" }
515
- .glyph-reset:before { content: "\EBD6" }
516
- .glyph-restore-backup-filled:before { content: "\EBD7" }
517
- .glyph-restore-backup-pc:before { content: "\EBD8" }
518
- .glyph-restore-backup:before { content: "\EBD9" }
519
- .glyph-rhomb-filled:before { content: "\EBDA" }
520
- .glyph-rhomb:before { content: "\EBDB" }
521
- .glyph-road-filled:before { content: "\EBDC" }
522
- .glyph-road:before { content: "\EBDD" }
523
- .glyph-rocket-filled:before { content: "\EBDE" }
524
- .glyph-rocket:before { content: "\EBDF" }
525
- .glyph-route-target:before { content: "\EBE0" }
526
- .glyph-route:before { content: "\EBE1" }
527
- .glyph-scatterplot:before { content: "\EBE2" }
528
- .glyph-scheduler-filled:before { content: "\EBE3" }
529
- .glyph-scheduler:before { content: "\EBE4" }
530
- .glyph-screen-filled:before { content: "\EBE5" }
531
- .glyph-screen:before { content: "\EBE6" }
532
- .glyph-screenshot-filled:before { content: "\EBE7" }
533
- .glyph-screenshot:before { content: "\EBE8" }
534
- .glyph-script-add:before { content: "\EBE9" }
535
- .glyph-script:before { content: "\EBEA" }
536
- .glyph-scripts:before { content: "\EBEB" }
537
- .glyph-search:before { content: "\EBEC" }
538
- .glyph-share-filled:before { content: "\EBED" }
539
- .glyph-share:before { content: "\EBEE" }
540
- .glyph-shopping-cart-filled:before { content: "\EBEF" }
541
- .glyph-shopping-cart:before { content: "\EBF0" }
542
- .glyph-shout-filled:before { content: "\EBF1" }
543
- .glyph-shout:before { content: "\EBF2" }
544
- .glyph-sign-language:before { content: "\EBF3" }
545
- .glyph-signal-strength-0:before { content: "\EBF4" }
546
- .glyph-signal-strength-1:before { content: "\EBF5" }
547
- .glyph-signal-strength-2:before { content: "\EBF6" }
548
- .glyph-signal-strength-3:before { content: "\EBF7" }
549
- .glyph-signal-strength-4:before { content: "\EBF8" }
550
- .glyph-signal-strength-5:before { content: "\EBF9" }
551
- .glyph-signal-strength-6:before { content: "\EBFA" }
552
- .glyph-signal-strength-7:before { content: "\EBFB" }
553
- .glyph-signal-strength-8:before { content: "\EBFC" }
554
- .glyph-simit-component:before { content: "\EBFD" }
555
- .glyph-simit-macro-component-editor:before { content: "\EBFE" }
556
- .glyph-simit-macro:before { content: "\EBFF" }
557
- .glyph-single-check:before { content: "\EC00" }
558
- .glyph-skip-back-filled:before { content: "\EC01" }
559
- .glyph-skip-back:before { content: "\EC02" }
560
- .glyph-skip-filled:before { content: "\EC03" }
561
- .glyph-skip:before { content: "\EC04" }
562
- .glyph-snowflake:before { content: "\EC05" }
563
- .glyph-sort-ascending:before { content: "\EC06" }
564
- .glyph-sort-descending:before { content: "\EC07" }
565
- .glyph-sort:before { content: "\EC08" }
566
- .glyph-sound-loud-filled:before { content: "\EC09" }
567
- .glyph-sound-loud:before { content: "\EC0A" }
568
- .glyph-sound-mute-filled:before { content: "\EC0B" }
569
- .glyph-sound-mute:before { content: "\EC0C" }
570
- .glyph-sound-off-filled:before { content: "\EC0D" }
571
- .glyph-sound-off:before { content: "\EC0E" }
572
- .glyph-sound-quiet-filled:before { content: "\EC0F" }
573
- .glyph-sound-quiet:before { content: "\EC10" }
574
- .glyph-spatial:before { content: "\EC11" }
575
- .glyph-split-horizontally:before { content: "\EC12" }
576
- .glyph-split-vertically:before { content: "\EC13" }
577
- .glyph-standby:before { content: "\EC14" }
578
- .glyph-star-add-filled:before { content: "\EC15" }
579
- .glyph-star-add:before { content: "\EC16" }
580
- .glyph-star-cancelled-filled:before { content: "\EC17" }
581
- .glyph-star-cancelled:before { content: "\EC18" }
582
- .glyph-star-filled:before { content: "\EC19" }
583
- .glyph-star-list-filled:before { content: "\EC1A" }
584
- .glyph-star-list:before { content: "\EC1B" }
585
- .glyph-star:before { content: "\EC1C" }
586
- .glyph-start-data-analysis:before { content: "\EC1D" }
587
- .glyph-steering-user-filled:before { content: "\EC1E" }
588
- .glyph-steering-user:before { content: "\EC1F" }
589
- .glyph-steering:before { content: "\EC20" }
590
- .glyph-stethoscope:before { content: "\EC21" }
591
- .glyph-stop-filled:before { content: "\EC22" }
592
- .glyph-stop:before { content: "\EC23" }
593
- .glyph-success-filled:before { content: "\EC24" }
594
- .glyph-success:before { content: "\EC25" }
595
- .glyph-sun-filled:before { content: "\EC26" }
596
- .glyph-sun:before { content: "\EC27" }
597
- .glyph-support:before { content: "\EC28" }
598
- .glyph-surveillance-filled:before { content: "\EC29" }
599
- .glyph-surveillance:before { content: "\EC2A" }
600
- .glyph-svg-document:before { content: "\EC2B" }
601
- .glyph-swap-left-right:before { content: "\EC2C" }
602
- .glyph-switch-slider:before { content: "\EC2D" }
603
- .glyph-table-columns:before { content: "\EC2E" }
604
- .glyph-table-rows:before { content: "\EC2F" }
605
- .glyph-table-settings:before { content: "\EC30" }
606
- .glyph-table:before { content: "\EC31" }
607
- .glyph-tag-filled:before { content: "\EC32" }
608
- .glyph-tag-plus-filled:before { content: "\EC33" }
609
- .glyph-tag-plus:before { content: "\EC34" }
610
- .glyph-tag:before { content: "\EC35" }
611
- .glyph-tasks-all:before { content: "\EC36" }
612
- .glyph-tasks-done:before { content: "\EC37" }
613
- .glyph-tasks-open:before { content: "\EC38" }
614
- .glyph-text-circle-rectangle-filled:before { content: "\EC39" }
615
- .glyph-text-circle-rectangle:before { content: "\EC3A" }
616
- .glyph-text-document:before { content: "\EC3B" }
617
- .glyph-text:before { content: "\EC3C" }
618
- .glyph-threshold-cancelled:before { content: "\EC3D" }
619
- .glyph-threshold-off:before { content: "\EC3E" }
620
- .glyph-threshold-on:before { content: "\EC3F" }
621
- .glyph-to-be-published:before { content: "\EC40" }
622
- .glyph-to-search:before { content: "\EC41" }
623
- .glyph-topic-filled:before { content: "\EC42" }
624
- .glyph-topic:before { content: "\EC43" }
625
- .glyph-touch-filled:before { content: "\EC44" }
626
- .glyph-touch:before { content: "\EC45" }
627
- .glyph-trashcan-filled:before { content: "\EC46" }
628
- .glyph-trashcan:before { content: "\EC47" }
629
- .glyph-tree:before { content: "\EC48" }
630
- .glyph-trend:before { content: "\EC49" }
631
- .glyph-triangle-filled:before { content: "\EC4A" }
632
- .glyph-triangle:before { content: "\EC4B" }
633
- .glyph-truck-filled:before { content: "\EC4C" }
634
- .glyph-truck:before { content: "\EC4D" }
635
- .glyph-tulip-filled:before { content: "\EC4E" }
636
- .glyph-tulip:before { content: "\EC4F" }
637
- .glyph-txt-document:before { content: "\EC50" }
638
- .glyph-undo:before { content: "\EC51" }
639
- .glyph-ungroup:before { content: "\EC52" }
640
- .glyph-unlock-filled:before { content: "\EC53" }
641
- .glyph-unlock-plant-filled:before { content: "\EC54" }
642
- .glyph-unlock-plant:before { content: "\EC55" }
643
- .glyph-unlock:before { content: "\EC56" }
644
- .glyph-upload-document-note:before { content: "\EC57" }
645
- .glyph-upload-success:before { content: "\EC58" }
646
- .glyph-upload:before { content: "\EC59" }
647
- .glyph-upper-limit:before { content: "\EC5A" }
648
- .glyph-user-check-filled:before { content: "\EC5B" }
649
- .glyph-user-check:before { content: "\EC5C" }
650
- .glyph-user-filled:before { content: "\EC5D" }
651
- .glyph-user-management-filled:before { content: "\EC5E" }
652
- .glyph-user-management:before { content: "\EC5F" }
653
- .glyph-user-profile-filled:before { content: "\EC60" }
654
- .glyph-user-profile:before { content: "\EC61" }
655
- .glyph-user-settings-filled:before { content: "\EC62" }
656
- .glyph-user-settings:before { content: "\EC63" }
657
- .glyph-user:before { content: "\EC64" }
658
- .glyph-validate:before { content: "\EC65" }
659
- .glyph-vdi-folder:before { content: "\EC66" }
660
- .glyph-version-history:before { content: "\EC67" }
661
- .glyph-video-file-filled:before { content: "\EC68" }
662
- .glyph-video-file:before { content: "\EC69" }
663
- .glyph-warning-filled:before { content: "\EC6A" }
664
- .glyph-warning-rhomb-filled:before { content: "\EC6B" }
665
- .glyph-warning-rhomb:before { content: "\EC6C" }
666
- .glyph-warning:before { content: "\EC6D" }
667
- .glyph-water-bathing:before { content: "\EC6E" }
668
- .glyph-water-fish:before { content: "\EC6F" }
669
- .glyph-water-sunbathing:before { content: "\EC70" }
670
- .glyph-waveform:before { content: "\EC71" }
671
- .glyph-webcam-filled:before { content: "\EC72" }
672
- .glyph-webcam:before { content: "\EC73" }
673
- .glyph-wlan-off:before { content: "\EC74" }
674
- .glyph-wlan-strength-0:before { content: "\EC75" }
675
- .glyph-wlan-strength-1:before { content: "\EC76" }
676
- .glyph-wlan-strength-2:before { content: "\EC77" }
677
- .glyph-wlan-strength-3:before { content: "\EC78" }
678
- .glyph-work-case-filled:before { content: "\EC79" }
679
- .glyph-work-case:before { content: "\EC7A" }
680
- .glyph-x-axis-settings:before { content: "\EC7B" }
681
- .glyph-xls-document:before { content: "\EC7C" }
682
- .glyph-xml-document:before { content: "\EC7D" }
683
- .glyph-y-axis-settings:before { content: "\EC7E" }
684
- .glyph-youtube-filled:before { content: "\EC7F" }
685
- .glyph-youtube:before { content: "\EC80" }
686
- .glyph-zoom-in:before { content: "\EC81" }
687
- .glyph-zoom-out:before { content: "\EC82" }
688
- .glyph-zoom-selection:before { content: "\EC83" }
48
+ .glyph-add-application:before { content: "\EA03" }
49
+ .glyph-add-circle-filled:before { content: "\EA04" }
50
+ .glyph-add-circle:before { content: "\EA05" }
51
+ .glyph-add-document-note:before { content: "\EA06" }
52
+ .glyph-add-eye-filled:before { content: "\EA07" }
53
+ .glyph-add-eye:before { content: "\EA08" }
54
+ .glyph-add-task-list:before { content: "\EA09" }
55
+ .glyph-add-task:before { content: "\EA0A" }
56
+ .glyph-add-user-filled:before { content: "\EA0B" }
57
+ .glyph-add-user:before { content: "\EA0C" }
58
+ .glyph-add:before { content: "\EA0D" }
59
+ .glyph-ai:before { content: "\EA0E" }
60
+ .glyph-alarm-bell-cancelled-filled:before { content: "\EA0F" }
61
+ .glyph-alarm-bell-cancelled:before { content: "\EA10" }
62
+ .glyph-alarm-bell-filled:before { content: "\EA11" }
63
+ .glyph-alarm-bell:before { content: "\EA12" }
64
+ .glyph-alarm-clock-filled:before { content: "\EA13" }
65
+ .glyph-alarm-clock:before { content: "\EA14" }
66
+ .glyph-alarm-filled:before { content: "\EA15" }
67
+ .glyph-alarm:before { content: "\EA16" }
68
+ .glyph-analyze:before { content: "\EA17" }
69
+ .glyph-anomaly-found:before { content: "\EA18" }
70
+ .glyph-anomaly:before { content: "\EA19" }
71
+ .glyph-app-menu:before { content: "\EA1A" }
72
+ .glyph-application-screen:before { content: "\EA1B" }
73
+ .glyph-applications:before { content: "\EA1C" }
74
+ .glyph-apps:before { content: "\EA1D" }
75
+ .glyph-arrow-down-right:before { content: "\EA1E" }
76
+ .glyph-arrow-down:before { content: "\EA1F" }
77
+ .glyph-arrow-left:before { content: "\EA20" }
78
+ .glyph-arrow-right-down:before { content: "\EA21" }
79
+ .glyph-arrow-right:before { content: "\EA22" }
80
+ .glyph-arrow-up:before { content: "\EA23" }
81
+ .glyph-attach:before { content: "\EA24" }
82
+ .glyph-attachment-upload:before { content: "\EA25" }
83
+ .glyph-audio-description1:before { content: "\EA26" }
84
+ .glyph-audio-description2:before { content: "\EA27" }
85
+ .glyph-audit-report:before { content: "\EA28" }
86
+ .glyph-average:before { content: "\EA29" }
87
+ .glyph-backup-filled:before { content: "\EA2A" }
88
+ .glyph-backup:before { content: "\EA2B" }
89
+ .glyph-bar-code:before { content: "\EA2C" }
90
+ .glyph-barchart:before { content: "\EA2D" }
91
+ .glyph-battery-check:before { content: "\EA2E" }
92
+ .glyph-battery-empty-question:before { content: "\EA2F" }
93
+ .glyph-battery-empty:before { content: "\EA30" }
94
+ .glyph-battery-exclamation:before { content: "\EA31" }
95
+ .glyph-battery-full-check:before { content: "\EA32" }
96
+ .glyph-battery-full:before { content: "\EA33" }
97
+ .glyph-battery-half:before { content: "\EA34" }
98
+ .glyph-battery-low:before { content: "\EA35" }
99
+ .glyph-battery-quarter:before { content: "\EA36" }
100
+ .glyph-battery-slash:before { content: "\EA37" }
101
+ .glyph-battery-three-quarter:before { content: "\EA38" }
102
+ .glyph-battery-xmark:before { content: "\EA39" }
103
+ .glyph-bezier-curve:before { content: "\EA3A" }
104
+ .glyph-binoculars-filled:before { content: "\EA3B" }
105
+ .glyph-binoculars:before { content: "\EA3C" }
106
+ .glyph-blazor:before { content: "\EA3D" }
107
+ .glyph-book:before { content: "\EA3E" }
108
+ .glyph-bookmark-filled:before { content: "\EA3F" }
109
+ .glyph-bookmark:before { content: "\EA40" }
110
+ .glyph-boundary-signals:before { content: "\EA41" }
111
+ .glyph-building1-filled:before { content: "\EA42" }
112
+ .glyph-building1:before { content: "\EA43" }
113
+ .glyph-building2-filled:before { content: "\EA44" }
114
+ .glyph-building2:before { content: "\EA45" }
115
+ .glyph-bulb-filled:before { content: "\EA46" }
116
+ .glyph-bulb:before { content: "\EA47" }
117
+ .glyph-calendar-filled:before { content: "\EA48" }
118
+ .glyph-calendar-settings:before { content: "\EA49" }
119
+ .glyph-calendar:before { content: "\EA4A" }
120
+ .glyph-cancel:before { content: "\EA4B" }
121
+ .glyph-cancelled:before { content: "\EA4C" }
122
+ .glyph-capacity-filled:before { content: "\EA4D" }
123
+ .glyph-capacity:before { content: "\EA4E" }
124
+ .glyph-capture:before { content: "\EA4F" }
125
+ .glyph-car-filled:before { content: "\EA50" }
126
+ .glyph-car:before { content: "\EA51" }
127
+ .glyph-card-layout-filled:before { content: "\EA52" }
128
+ .glyph-card-layout:before { content: "\EA53" }
129
+ .glyph-certificate-error-filled:before { content: "\EA54" }
130
+ .glyph-certificate-error:before { content: "\EA55" }
131
+ .glyph-certificate-exclamation-filled:before { content: "\EA56" }
132
+ .glyph-certificate-exclamation:before { content: "\EA57" }
133
+ .glyph-certificate-success-filled:before { content: "\EA58" }
134
+ .glyph-certificate-success:before { content: "\EA59" }
135
+ .glyph-chart-cursor:before { content: "\EA5A" }
136
+ .glyph-chart-curve-linear:before { content: "\EA5B" }
137
+ .glyph-chart-curve-spline:before { content: "\EA5C" }
138
+ .glyph-chart-curve-stepped:before { content: "\EA5D" }
139
+ .glyph-chart-diagram-add:before { content: "\EA5E" }
140
+ .glyph-chart-diagram:before { content: "\EA5F" }
141
+ .glyph-chart-diagrams:before { content: "\EA60" }
142
+ .glyph-chart-labels-filled:before { content: "\EA61" }
143
+ .glyph-chart-labels:before { content: "\EA62" }
144
+ .glyph-check-in:before { content: "\EA63" }
145
+ .glyph-check-out:before { content: "\EA64" }
146
+ .glyph-checkbox-component-checked:before { content: "\EA65" }
147
+ .glyph-checkbox-component-mixed:before { content: "\EA66" }
148
+ .glyph-checkbox-component-unchecked:before { content: "\EA67" }
149
+ .glyph-checkbox-filled:before { content: "\EA68" }
150
+ .glyph-checkbox:before { content: "\EA69" }
151
+ .glyph-checkboxes-filled:before { content: "\EA6A" }
152
+ .glyph-checkboxes:before { content: "\EA6B" }
153
+ .glyph-chevron-down-small:before { content: "\EA6C" }
154
+ .glyph-chevron-down:before { content: "\EA6D" }
155
+ .glyph-chevron-left-small:before { content: "\EA6E" }
156
+ .glyph-chevron-left:before { content: "\EA6F" }
157
+ .glyph-chevron-right-small:before { content: "\EA70" }
158
+ .glyph-chevron-right:before { content: "\EA71" }
159
+ .glyph-chevron-up-small:before { content: "\EA72" }
160
+ .glyph-chevron-up:before { content: "\EA73" }
161
+ .glyph-circle-dot-filled:before { content: "\EA74" }
162
+ .glyph-circle-dot:before { content: "\EA75" }
163
+ .glyph-circle-filled:before { content: "\EA76" }
164
+ .glyph-circle-pause-filled:before { content: "\EA77" }
165
+ .glyph-circle-pause:before { content: "\EA78" }
166
+ .glyph-circle-play-filled:before { content: "\EA79" }
167
+ .glyph-circle-play:before { content: "\EA7A" }
168
+ .glyph-circle-stop-filled:before { content: "\EA7B" }
169
+ .glyph-circle-stop:before { content: "\EA7C" }
170
+ .glyph-circle:before { content: "\EA7D" }
171
+ .glyph-clear-filter-filled:before { content: "\EA7E" }
172
+ .glyph-clear-filter:before { content: "\EA7F" }
173
+ .glyph-clear:before { content: "\EA80" }
174
+ .glyph-clock-filled:before { content: "\EA81" }
175
+ .glyph-clock:before { content: "\EA82" }
176
+ .glyph-close-small:before { content: "\EA83" }
177
+ .glyph-close:before { content: "\EA84" }
178
+ .glyph-cloud-download-add-filled:before { content: "\EA85" }
179
+ .glyph-cloud-download-add:before { content: "\EA86" }
180
+ .glyph-cloud-download-filled:before { content: "\EA87" }
181
+ .glyph-cloud-download-list-filled:before { content: "\EA88" }
182
+ .glyph-cloud-download-list:before { content: "\EA89" }
183
+ .glyph-cloud-download:before { content: "\EA8A" }
184
+ .glyph-cloud-filled:before { content: "\EA8B" }
185
+ .glyph-cloud-new-filled:before { content: "\EA8C" }
186
+ .glyph-cloud-new:before { content: "\EA8D" }
187
+ .glyph-cloud-success-filled:before { content: "\EA8E" }
188
+ .glyph-cloud-success:before { content: "\EA8F" }
189
+ .glyph-cloud-upload-filled:before { content: "\EA90" }
190
+ .glyph-cloud-upload:before { content: "\EA91" }
191
+ .glyph-cloud:before { content: "\EA92" }
192
+ .glyph-code:before { content: "\EA93" }
193
+ .glyph-coffee-empty-filled:before { content: "\EA94" }
194
+ .glyph-coffee-empty:before { content: "\EA95" }
195
+ .glyph-coffee-filled:before { content: "\EA96" }
196
+ .glyph-coffee:before { content: "\EA97" }
197
+ .glyph-cogwheel-filled:before { content: "\EA98" }
198
+ .glyph-cogwheel:before { content: "\EA99" }
199
+ .glyph-combine:before { content: "\EA9A" }
200
+ .glyph-compact-disc-filled:before { content: "\EA9B" }
201
+ .glyph-compact-disc:before { content: "\EA9C" }
202
+ .glyph-compound-block:before { content: "\EA9D" }
203
+ .glyph-configuration:before { content: "\EA9E" }
204
+ .glyph-configure-filled:before { content: "\EA9F" }
205
+ .glyph-configure:before { content: "\EAA0" }
206
+ .glyph-connected:before { content: "\EAA1" }
207
+ .glyph-connector-chart-filled:before { content: "\EAA2" }
208
+ .glyph-connector-chart:before { content: "\EAA3" }
209
+ .glyph-connector-filled:before { content: "\EAA4" }
210
+ .glyph-connector-hex-filled:before { content: "\EAA5" }
211
+ .glyph-connector-hex:before { content: "\EAA6" }
212
+ .glyph-connector-rect-filled:before { content: "\EAA7" }
213
+ .glyph-connector-rect:before { content: "\EAA8" }
214
+ .glyph-connector-rhomb-filled:before { content: "\EAA9" }
215
+ .glyph-connector-rhomb:before { content: "\EAAA" }
216
+ .glyph-connector:before { content: "\EAAB" }
217
+ .glyph-consistency-check:before { content: "\EAAC" }
218
+ .glyph-contact-details-filled:before { content: "\EAAD" }
219
+ .glyph-contact-details:before { content: "\EAAE" }
220
+ .glyph-context-menu:before { content: "\EAAF" }
221
+ .glyph-controlled-device:before { content: "\EAB0" }
222
+ .glyph-controller-device:before { content: "\EAB1" }
223
+ .glyph-copy:before { content: "\EAB2" }
224
+ .glyph-corner-arrow-up-left:before { content: "\EAB3" }
225
+ .glyph-couch-filled:before { content: "\EAB4" }
226
+ .glyph-couch:before { content: "\EAB5" }
227
+ .glyph-create-plant-filled:before { content: "\EAB6" }
228
+ .glyph-create-plant:before { content: "\EAB7" }
229
+ .glyph-cut:before { content: "\EAB8" }
230
+ .glyph-cycle:before { content: "\EAB9" }
231
+ .glyph-data-egress:before { content: "\EABA" }
232
+ .glyph-data-ingress-egress:before { content: "\EABB" }
233
+ .glyph-data-ingress:before { content: "\EABC" }
234
+ .glyph-database-filled:before { content: "\EABD" }
235
+ .glyph-database:before { content: "\EABE" }
236
+ .glyph-details:before { content: "\EABF" }
237
+ .glyph-diagram-module-library:before { content: "\EAC0" }
238
+ .glyph-diagram-module-new:before { content: "\EAC1" }
239
+ .glyph-diagram-module:before { content: "\EAC2" }
240
+ .glyph-diamond:before { content: "\EAC3" }
241
+ .glyph-disconnected:before { content: "\EAC4" }
242
+ .glyph-disk-filled:before { content: "\EAC5" }
243
+ .glyph-disk-pen:before { content: "\EAC6" }
244
+ .glyph-disk:before { content: "\EAC7" }
245
+ .glyph-distribution:before { content: "\EAC8" }
246
+ .glyph-doc-document:before { content: "\EAC9" }
247
+ .glyph-document-bulk:before { content: "\EACA" }
248
+ .glyph-document-info:before { content: "\EACB" }
249
+ .glyph-document-link:before { content: "\EACC" }
250
+ .glyph-document-management:before { content: "\EACD" }
251
+ .glyph-document-reference:before { content: "\EACE" }
252
+ .glyph-document-settings:before { content: "\EACF" }
253
+ .glyph-document-success:before { content: "\EAD0" }
254
+ .glyph-document:before { content: "\EAD1" }
255
+ .glyph-double-check:before { content: "\EAD2" }
256
+ .glyph-double-chevron-down:before { content: "\EAD3" }
257
+ .glyph-double-chevron-left:before { content: "\EAD4" }
258
+ .glyph-double-chevron-right:before { content: "\EAD5" }
259
+ .glyph-double-chevron-up:before { content: "\EAD6" }
260
+ .glyph-doublet-filled:before { content: "\EAD7" }
261
+ .glyph-doublet:before { content: "\EAD8" }
262
+ .glyph-download-add:before { content: "\EAD9" }
263
+ .glyph-download-list:before { content: "\EADA" }
264
+ .glyph-download:before { content: "\EADB" }
265
+ .glyph-drop:before { content: "\EADC" }
266
+ .glyph-duplicate-document:before { content: "\EADD" }
267
+ .glyph-duplicate:before { content: "\EADE" }
268
+ .glyph-e-mail-filled:before { content: "\EADF" }
269
+ .glyph-e-mail:before { content: "\EAE0" }
270
+ .glyph-earth-filled:before { content: "\EAE1" }
271
+ .glyph-earth:before { content: "\EAE2" }
272
+ .glyph-edit-plant:before { content: "\EAE3" }
273
+ .glyph-electrical-energy-filled:before { content: "\EAE4" }
274
+ .glyph-electrical-energy:before { content: "\EAE5" }
275
+ .glyph-ellipse-arc:before { content: "\EAE6" }
276
+ .glyph-ellipse-filled:before { content: "\EAE7" }
277
+ .glyph-ellipse:before { content: "\EAE8" }
278
+ .glyph-error-filled:before { content: "\EAE9" }
279
+ .glyph-error:before { content: "\EAEA" }
280
+ .glyph-explore-filled:before { content: "\EAEB" }
281
+ .glyph-explore:before { content: "\EAEC" }
282
+ .glyph-export:before { content: "\EAED" }
283
+ .glyph-eye-cancelled-filled:before { content: "\EAEE" }
284
+ .glyph-eye-cancelled:before { content: "\EAEF" }
285
+ .glyph-eye-filled:before { content: "\EAF0" }
286
+ .glyph-eye:before { content: "\EAF1" }
287
+ .glyph-factory-reset-filled:before { content: "\EAF2" }
288
+ .glyph-factory-reset:before { content: "\EAF3" }
289
+ .glyph-filter-filled:before { content: "\EAF4" }
290
+ .glyph-filter-outline:before { content: "\EAF5" }
291
+ .glyph-filter:before { content: "\EAF6" }
292
+ .glyph-flag-filled:before { content: "\EAF7" }
293
+ .glyph-flag:before { content: "\EAF8" }
294
+ .glyph-folder-down-filled:before { content: "\EAF9" }
295
+ .glyph-folder-down:before { content: "\EAFA" }
296
+ .glyph-folder-filled:before { content: "\EAFB" }
297
+ .glyph-folder-new-filled:before { content: "\EAFC" }
298
+ .glyph-folder-new-outline:before { content: "\EAFD" }
299
+ .glyph-folder-new:before { content: "\EAFE" }
300
+ .glyph-folder-open-filled:before { content: "\EAFF" }
301
+ .glyph-folder-open-outline:before { content: "\EB00" }
302
+ .glyph-folder-open:before { content: "\EB01" }
303
+ .glyph-folder-outline:before { content: "\EB02" }
304
+ .glyph-folder-up-filled:before { content: "\EB03" }
305
+ .glyph-folder-up:before { content: "\EB04" }
306
+ .glyph-folder:before { content: "\EB05" }
307
+ .glyph-full-screeen-exit:before { content: "\EB06" }
308
+ .glyph-full-screeen:before { content: "\EB07" }
309
+ .glyph-function-block-library:before { content: "\EB08" }
310
+ .glyph-function-block-new:before { content: "\EB09" }
311
+ .glyph-function-block:before { content: "\EB0A" }
312
+ .glyph-function-diagram-new:before { content: "\EB0B" }
313
+ .glyph-function-diagram:before { content: "\EB0C" }
314
+ .glyph-gauge-filled:before { content: "\EB0D" }
315
+ .glyph-gauge:before { content: "\EB0E" }
316
+ .glyph-gaugechart:before { content: "\EB0F" }
317
+ .glyph-global-plant-filled:before { content: "\EB10" }
318
+ .glyph-global-plant:before { content: "\EB11" }
319
+ .glyph-globe-filled:before { content: "\EB12" }
320
+ .glyph-globe:before { content: "\EB13" }
321
+ .glyph-goto:before { content: "\EB14" }
322
+ .glyph-group:before { content: "\EB15" }
323
+ .glyph-hard-reset:before { content: "\EB16" }
324
+ .glyph-hardware-cabinet:before { content: "\EB17" }
325
+ .glyph-health-filled:before { content: "\EB18" }
326
+ .glyph-health:before { content: "\EB19" }
327
+ .glyph-heart-filled:before { content: "\EB1A" }
328
+ .glyph-heart:before { content: "\EB1B" }
329
+ .glyph-hexagon-vertical-bars-database-filled:before { content: "\EB1C" }
330
+ .glyph-hexagon-vertical-bars-database:before { content: "\EB1D" }
331
+ .glyph-hexagon-vertical-bars-filled:before { content: "\EB1E" }
332
+ .glyph-hexagon-vertical-bars:before { content: "\EB1F" }
333
+ .glyph-hierarchy:before { content: "\EB20" }
334
+ .glyph-highlight-filled:before { content: "\EB21" }
335
+ .glyph-highlight:before { content: "\EB22" }
336
+ .glyph-history-list:before { content: "\EB23" }
337
+ .glyph-history:before { content: "\EB24" }
338
+ .glyph-home-filled:before { content: "\EB25" }
339
+ .glyph-home:before { content: "\EB26" }
340
+ .glyph-hourglass:before { content: "\EB27" }
341
+ .glyph-image-filled:before { content: "\EB28" }
342
+ .glyph-image:before { content: "\EB29" }
343
+ .glyph-import:before { content: "\EB2A" }
344
+ .glyph-info-feed:before { content: "\EB2B" }
345
+ .glyph-info-filled:before { content: "\EB2C" }
346
+ .glyph-info:before { content: "\EB2D" }
347
+ .glyph-ingestion-report:before { content: "\EB2E" }
348
+ .glyph-ingestion:before { content: "\EB2F" }
349
+ .glyph-ink-pen:before { content: "\EB30" }
350
+ .glyph-inquiry-filled:before { content: "\EB31" }
351
+ .glyph-inquiry-mail:before { content: "\EB32" }
352
+ .glyph-inquiry:before { content: "\EB33" }
353
+ .glyph-item-details-filled:before { content: "\EB34" }
354
+ .glyph-item-details:before { content: "\EB35" }
355
+ .glyph-label-filled:before { content: "\EB36" }
356
+ .glyph-label:before { content: "\EB37" }
357
+ .glyph-language-filled:before { content: "\EB38" }
358
+ .glyph-language:before { content: "\EB39" }
359
+ .glyph-layers-filled:before { content: "\EB3A" }
360
+ .glyph-layers:before { content: "\EB3B" }
361
+ .glyph-leaf:before { content: "\EB3C" }
362
+ .glyph-legal:before { content: "\EB3D" }
363
+ .glyph-library-new:before { content: "\EB3E" }
364
+ .glyph-library:before { content: "\EB3F" }
365
+ .glyph-license:before { content: "\EB40" }
366
+ .glyph-light-dark:before { content: "\EB41" }
367
+ .glyph-line-diagonal:before { content: "\EB42" }
368
+ .glyph-link:before { content: "\EB43" }
369
+ .glyph-list:before { content: "\EB44" }
370
+ .glyph-live-schedule:before { content: "\EB45" }
371
+ .glyph-location-filled:before { content: "\EB46" }
372
+ .glyph-location-outline:before { content: "\EB47" }
373
+ .glyph-location:before { content: "\EB48" }
374
+ .glyph-lock-filled:before { content: "\EB49" }
375
+ .glyph-lock-key-filled:before { content: "\EB4A" }
376
+ .glyph-lock-key:before { content: "\EB4B" }
377
+ .glyph-lock:before { content: "\EB4C" }
378
+ .glyph-log-in:before { content: "\EB4D" }
379
+ .glyph-log-out:before { content: "\EB4E" }
380
+ .glyph-log:before { content: "\EB4F" }
381
+ .glyph-logic-diagram:before { content: "\EB50" }
382
+ .glyph-lower-limit:before { content: "\EB51" }
383
+ .glyph-mail-filled:before { content: "\EB52" }
384
+ .glyph-mail:before { content: "\EB53" }
385
+ .glyph-maintenance-documents:before { content: "\EB54" }
386
+ .glyph-maintenance-info:before { content: "\EB55" }
387
+ .glyph-maintenance-warning-filled:before { content: "\EB56" }
388
+ .glyph-maintenance-warning:before { content: "\EB57" }
389
+ .glyph-maintenance:before { content: "\EB58" }
390
+ .glyph-mandatory-done:before { content: "\EB59" }
391
+ .glyph-mandatory:before { content: "\EB5A" }
392
+ .glyph-map:before { content: "\EB5B" }
393
+ .glyph-maximize:before { content: "\EB5C" }
394
+ .glyph-microphone-filled:before { content: "\EB5D" }
395
+ .glyph-microphone:before { content: "\EB5E" }
396
+ .glyph-minimize:before { content: "\EB5F" }
397
+ .glyph-minus:before { content: "\EB60" }
398
+ .glyph-mix:before { content: "\EB61" }
399
+ .glyph-monitor-filled:before { content: "\EB62" }
400
+ .glyph-monitor-trend:before { content: "\EB63" }
401
+ .glyph-monitor:before { content: "\EB64" }
402
+ .glyph-monitoring-add:before { content: "\EB65" }
403
+ .glyph-monitoring:before { content: "\EB66" }
404
+ .glyph-monitorings:before { content: "\EB67" }
405
+ .glyph-moon-filled:before { content: "\EB68" }
406
+ .glyph-moon:before { content: "\EB69" }
407
+ .glyph-more-menu:before { content: "\EB6A" }
408
+ .glyph-mouse-click-filled:before { content: "\EB6B" }
409
+ .glyph-mouse-click:before { content: "\EB6C" }
410
+ .glyph-mouse-select-filled:before { content: "\EB6D" }
411
+ .glyph-mouse-select:before { content: "\EB6E" }
412
+ .glyph-mp4-document:before { content: "\EB6F" }
413
+ .glyph-namur-check-function-filled:before { content: "\EB70" }
414
+ .glyph-namur-check-function:before { content: "\EB71" }
415
+ .glyph-namur-failure-filled:before { content: "\EB72" }
416
+ .glyph-namur-failure:before { content: "\EB73" }
417
+ .glyph-namur-maintenance-required-filled:before { content: "\EB74" }
418
+ .glyph-namur-maintenance-required:before { content: "\EB75" }
419
+ .glyph-namur-ok-filled:before { content: "\EB76" }
420
+ .glyph-namur-ok:before { content: "\EB77" }
421
+ .glyph-namur-out-of-spec-filled:before { content: "\EB78" }
422
+ .glyph-namur-out-of-spec:before { content: "\EB79" }
423
+ .glyph-navigation-filled:before { content: "\EB7A" }
424
+ .glyph-navigation-left:before { content: "\EB7B" }
425
+ .glyph-navigation-right:before { content: "\EB7C" }
426
+ .glyph-navigation:before { content: "\EB7D" }
427
+ .glyph-new-indicator-filled:before { content: "\EB7E" }
428
+ .glyph-new-indicator:before { content: "\EB7F" }
429
+ .glyph-no-filter-filled:before { content: "\EB80" }
430
+ .glyph-no-filter:before { content: "\EB81" }
431
+ .glyph-no-image:before { content: "\EB82" }
432
+ .glyph-note-filled:before { content: "\EB83" }
433
+ .glyph-note:before { content: "\EB84" }
434
+ .glyph-notification-filled:before { content: "\EB85" }
435
+ .glyph-notification:before { content: "\EB86" }
436
+ .glyph-notifications-filled:before { content: "\EB87" }
437
+ .glyph-notifications:before { content: "\EB88" }
438
+ .glyph-ontology-filled:before { content: "\EB89" }
439
+ .glyph-ontology:before { content: "\EB8A" }
440
+ .glyph-open-external:before { content: "\EB8B" }
441
+ .glyph-open-file-filled:before { content: "\EB8C" }
442
+ .glyph-open-file:before { content: "\EB8D" }
443
+ .glyph-operate-plant-filled:before { content: "\EB8E" }
444
+ .glyph-operate-plant:before { content: "\EB8F" }
445
+ .glyph-optimize:before { content: "\EB90" }
446
+ .glyph-p-and-i-symbols:before { content: "\EB91" }
447
+ .glyph-p-i-diagram:before { content: "\EB92" }
448
+ .glyph-pan:before { content: "\EB93" }
449
+ .glyph-paste:before { content: "\EB94" }
450
+ .glyph-pause:before { content: "\EB95" }
451
+ .glyph-pc-tower-filled:before { content: "\EB96" }
452
+ .glyph-pc-tower:before { content: "\EB97" }
453
+ .glyph-pdf-document:before { content: "\EB98" }
454
+ .glyph-pen-filled:before { content: "\EB99" }
455
+ .glyph-pen:before { content: "\EB9A" }
456
+ .glyph-phone-filled:before { content: "\EB9B" }
457
+ .glyph-phone:before { content: "\EB9C" }
458
+ .glyph-photo-camera-add:before { content: "\EB9D" }
459
+ .glyph-photo-camera-cancelled-filled:before { content: "\EB9E" }
460
+ .glyph-photo-camera-cancelled:before { content: "\EB9F" }
461
+ .glyph-photo-camera-filled:before { content: "\EBA0" }
462
+ .glyph-photo-camera:before { content: "\EBA1" }
463
+ .glyph-photo-cameras:before { content: "\EBA2" }
464
+ .glyph-piechart-filled:before { content: "\EBA3" }
465
+ .glyph-piechart:before { content: "\EBA4" }
466
+ .glyph-pin-filled:before { content: "\EBA5" }
467
+ .glyph-pin:before { content: "\EBA6" }
468
+ .glyph-plant-filled:before { content: "\EBA7" }
469
+ .glyph-plant-handbook-filled:before { content: "\EBA8" }
470
+ .glyph-plant-handbook:before { content: "\EBA9" }
471
+ .glyph-plant-outline:before { content: "\EBAA" }
472
+ .glyph-plant-security:before { content: "\EBAB" }
473
+ .glyph-plant-settings-filled:before { content: "\EBAC" }
474
+ .glyph-plant-settings:before { content: "\EBAD" }
475
+ .glyph-plant-user-filled:before { content: "\EBAE" }
476
+ .glyph-plant-user:before { content: "\EBAF" }
477
+ .glyph-plant:before { content: "\EBB0" }
478
+ .glyph-plants-filled:before { content: "\EBB1" }
479
+ .glyph-plants:before { content: "\EBB2" }
480
+ .glyph-play-filled:before { content: "\EBB3" }
481
+ .glyph-play-pause-filled:before { content: "\EBB4" }
482
+ .glyph-play-pause:before { content: "\EBB5" }
483
+ .glyph-play-stepwise-filled:before { content: "\EBB6" }
484
+ .glyph-play-stepwise:before { content: "\EBB7" }
485
+ .glyph-play:before { content: "\EBB8" }
486
+ .glyph-plus-minus-times-divide:before { content: "\EBB9" }
487
+ .glyph-plus:before { content: "\EBBA" }
488
+ .glyph-point-up-filled:before { content: "\EBBB" }
489
+ .glyph-point-up:before { content: "\EBBC" }
490
+ .glyph-polar-plot:before { content: "\EBBD" }
491
+ .glyph-polygon-filled:before { content: "\EBBE" }
492
+ .glyph-polygon-line:before { content: "\EBBF" }
493
+ .glyph-polygon:before { content: "\EBC0" }
494
+ .glyph-ppt-document:before { content: "\EBC1" }
495
+ .glyph-print-filled:before { content: "\EBC2" }
496
+ .glyph-print:before { content: "\EBC3" }
497
+ .glyph-prio-high:before { content: "\EBC4" }
498
+ .glyph-prio-low:before { content: "\EBC5" }
499
+ .glyph-prio-middle:before { content: "\EBC6" }
500
+ .glyph-product-catalog:before { content: "\EBC7" }
501
+ .glyph-product-management:before { content: "\EBC8" }
502
+ .glyph-product:before { content: "\EBC9" }
503
+ .glyph-project-configuration:before { content: "\EBCA" }
504
+ .glyph-project-new:before { content: "\EBCB" }
505
+ .glyph-project-scenarios:before { content: "\EBCC" }
506
+ .glyph-project-server-filled:before { content: "\EBCD" }
507
+ .glyph-project-server:before { content: "\EBCE" }
508
+ .glyph-project:before { content: "\EBCF" }
509
+ .glyph-protocol:before { content: "\EBD0" }
510
+ .glyph-publish-document:before { content: "\EBD1" }
511
+ .glyph-publish:before { content: "\EBD2" }
512
+ .glyph-qr-code:before { content: "\EBD3" }
513
+ .glyph-quality-report:before { content: "\EBD4" }
514
+ .glyph-question-filled:before { content: "\EBD5" }
515
+ .glyph-question:before { content: "\EBD6" }
516
+ .glyph-radarchart:before { content: "\EBD7" }
517
+ .glyph-radio-waves-off:before { content: "\EBD8" }
518
+ .glyph-radio-waves:before { content: "\EBD9" }
519
+ .glyph-random-filled:before { content: "\EBDA" }
520
+ .glyph-random:before { content: "\EBDB" }
521
+ .glyph-reboot:before { content: "\EBDC" }
522
+ .glyph-rectangle-filled:before { content: "\EBDD" }
523
+ .glyph-rectangle:before { content: "\EBDE" }
524
+ .glyph-redo:before { content: "\EBDF" }
525
+ .glyph-reference:before { content: "\EBE0" }
526
+ .glyph-refresh-cancelled:before { content: "\EBE1" }
527
+ .glyph-refresh:before { content: "\EBE2" }
528
+ .glyph-reload:before { content: "\EBE3" }
529
+ .glyph-remove-application:before { content: "\EBE4" }
530
+ .glyph-remove-eye-filled:before { content: "\EBE5" }
531
+ .glyph-remove-eye:before { content: "\EBE6" }
532
+ .glyph-rename:before { content: "\EBE7" }
533
+ .glyph-replace:before { content: "\EBE8" }
534
+ .glyph-report-barchart:before { content: "\EBE9" }
535
+ .glyph-report-linechart:before { content: "\EBEA" }
536
+ .glyph-report-text:before { content: "\EBEB" }
537
+ .glyph-reset:before { content: "\EBEC" }
538
+ .glyph-restore-backup-filled:before { content: "\EBED" }
539
+ .glyph-restore-backup-pc:before { content: "\EBEE" }
540
+ .glyph-restore-backup:before { content: "\EBEF" }
541
+ .glyph-rhomb-filled:before { content: "\EBF0" }
542
+ .glyph-rhomb:before { content: "\EBF1" }
543
+ .glyph-road-filled:before { content: "\EBF2" }
544
+ .glyph-road:before { content: "\EBF3" }
545
+ .glyph-rocket-filled:before { content: "\EBF4" }
546
+ .glyph-rocket:before { content: "\EBF5" }
547
+ .glyph-route-target:before { content: "\EBF6" }
548
+ .glyph-route:before { content: "\EBF7" }
549
+ .glyph-scatterplot:before { content: "\EBF8" }
550
+ .glyph-scheduler-filled:before { content: "\EBF9" }
551
+ .glyph-scheduler:before { content: "\EBFA" }
552
+ .glyph-screen-filled:before { content: "\EBFB" }
553
+ .glyph-screen:before { content: "\EBFC" }
554
+ .glyph-screenshot-filled:before { content: "\EBFD" }
555
+ .glyph-screenshot:before { content: "\EBFE" }
556
+ .glyph-script-add:before { content: "\EBFF" }
557
+ .glyph-script:before { content: "\EC00" }
558
+ .glyph-scripts:before { content: "\EC01" }
559
+ .glyph-search:before { content: "\EC02" }
560
+ .glyph-share-filled:before { content: "\EC03" }
561
+ .glyph-share:before { content: "\EC04" }
562
+ .glyph-shopping-cart-filled:before { content: "\EC05" }
563
+ .glyph-shopping-cart:before { content: "\EC06" }
564
+ .glyph-shout-filled:before { content: "\EC07" }
565
+ .glyph-shout:before { content: "\EC08" }
566
+ .glyph-sign-language:before { content: "\EC09" }
567
+ .glyph-signal-strength-0:before { content: "\EC0A" }
568
+ .glyph-signal-strength-1:before { content: "\EC0B" }
569
+ .glyph-signal-strength-2:before { content: "\EC0C" }
570
+ .glyph-signal-strength-3:before { content: "\EC0D" }
571
+ .glyph-signal-strength-4:before { content: "\EC0E" }
572
+ .glyph-signal-strength-5:before { content: "\EC0F" }
573
+ .glyph-signal-strength-6:before { content: "\EC10" }
574
+ .glyph-signal-strength-7:before { content: "\EC11" }
575
+ .glyph-signal-strength-8:before { content: "\EC12" }
576
+ .glyph-simit-component:before { content: "\EC13" }
577
+ .glyph-simit-macro-component-editor:before { content: "\EC14" }
578
+ .glyph-simit-macro:before { content: "\EC15" }
579
+ .glyph-single-check:before { content: "\EC16" }
580
+ .glyph-skip-back-filled:before { content: "\EC17" }
581
+ .glyph-skip-back:before { content: "\EC18" }
582
+ .glyph-skip-filled:before { content: "\EC19" }
583
+ .glyph-skip:before { content: "\EC1A" }
584
+ .glyph-snowflake:before { content: "\EC1B" }
585
+ .glyph-sort-ascending:before { content: "\EC1C" }
586
+ .glyph-sort-descending:before { content: "\EC1D" }
587
+ .glyph-sort:before { content: "\EC1E" }
588
+ .glyph-sound-loud-filled:before { content: "\EC1F" }
589
+ .glyph-sound-loud:before { content: "\EC20" }
590
+ .glyph-sound-mute-filled:before { content: "\EC21" }
591
+ .glyph-sound-mute:before { content: "\EC22" }
592
+ .glyph-sound-off-filled:before { content: "\EC23" }
593
+ .glyph-sound-off:before { content: "\EC24" }
594
+ .glyph-sound-quiet-filled:before { content: "\EC25" }
595
+ .glyph-sound-quiet:before { content: "\EC26" }
596
+ .glyph-spatial:before { content: "\EC27" }
597
+ .glyph-split-horizontally:before { content: "\EC28" }
598
+ .glyph-split-vertically:before { content: "\EC29" }
599
+ .glyph-stamp-filled:before { content: "\EC2A" }
600
+ .glyph-stamp:before { content: "\EC2B" }
601
+ .glyph-standby:before { content: "\EC2C" }
602
+ .glyph-star-add-filled:before { content: "\EC2D" }
603
+ .glyph-star-add:before { content: "\EC2E" }
604
+ .glyph-star-cancelled-filled:before { content: "\EC2F" }
605
+ .glyph-star-cancelled:before { content: "\EC30" }
606
+ .glyph-star-filled:before { content: "\EC31" }
607
+ .glyph-star-list-filled:before { content: "\EC32" }
608
+ .glyph-star-list:before { content: "\EC33" }
609
+ .glyph-star:before { content: "\EC34" }
610
+ .glyph-start-data-analysis:before { content: "\EC35" }
611
+ .glyph-steering-user-filled:before { content: "\EC36" }
612
+ .glyph-steering-user:before { content: "\EC37" }
613
+ .glyph-steering:before { content: "\EC38" }
614
+ .glyph-stethoscope:before { content: "\EC39" }
615
+ .glyph-stop-filled:before { content: "\EC3A" }
616
+ .glyph-stop:before { content: "\EC3B" }
617
+ .glyph-success-filled:before { content: "\EC3C" }
618
+ .glyph-success:before { content: "\EC3D" }
619
+ .glyph-sun-filled:before { content: "\EC3E" }
620
+ .glyph-sun:before { content: "\EC3F" }
621
+ .glyph-support:before { content: "\EC40" }
622
+ .glyph-surveillance-cancelled-filled:before { content: "\EC41" }
623
+ .glyph-surveillance-cancelled:before { content: "\EC42" }
624
+ .glyph-surveillance-filled:before { content: "\EC43" }
625
+ .glyph-surveillance:before { content: "\EC44" }
626
+ .glyph-svg-document:before { content: "\EC45" }
627
+ .glyph-swap-left-right:before { content: "\EC46" }
628
+ .glyph-switch-slider:before { content: "\EC47" }
629
+ .glyph-table-columns:before { content: "\EC48" }
630
+ .glyph-table-rows:before { content: "\EC49" }
631
+ .glyph-table-settings:before { content: "\EC4A" }
632
+ .glyph-table:before { content: "\EC4B" }
633
+ .glyph-tag-filled:before { content: "\EC4C" }
634
+ .glyph-tag-plus-filled:before { content: "\EC4D" }
635
+ .glyph-tag-plus:before { content: "\EC4E" }
636
+ .glyph-tag:before { content: "\EC4F" }
637
+ .glyph-tasks-all:before { content: "\EC50" }
638
+ .glyph-tasks-done:before { content: "\EC51" }
639
+ .glyph-tasks-open:before { content: "\EC52" }
640
+ .glyph-text-circle-rectangle-filled:before { content: "\EC53" }
641
+ .glyph-text-circle-rectangle:before { content: "\EC54" }
642
+ .glyph-text-document:before { content: "\EC55" }
643
+ .glyph-text:before { content: "\EC56" }
644
+ .glyph-threshold-cancelled:before { content: "\EC57" }
645
+ .glyph-threshold-off:before { content: "\EC58" }
646
+ .glyph-threshold-on:before { content: "\EC59" }
647
+ .glyph-to-be-published:before { content: "\EC5A" }
648
+ .glyph-to-search:before { content: "\EC5B" }
649
+ .glyph-topic-filled:before { content: "\EC5C" }
650
+ .glyph-topic:before { content: "\EC5D" }
651
+ .glyph-touch-filled:before { content: "\EC5E" }
652
+ .glyph-touch:before { content: "\EC5F" }
653
+ .glyph-trashcan-filled:before { content: "\EC60" }
654
+ .glyph-trashcan:before { content: "\EC61" }
655
+ .glyph-tree:before { content: "\EC62" }
656
+ .glyph-trend:before { content: "\EC63" }
657
+ .glyph-triangle-filled:before { content: "\EC64" }
658
+ .glyph-triangle:before { content: "\EC65" }
659
+ .glyph-truck-filled:before { content: "\EC66" }
660
+ .glyph-truck:before { content: "\EC67" }
661
+ .glyph-tulip-filled:before { content: "\EC68" }
662
+ .glyph-tulip:before { content: "\EC69" }
663
+ .glyph-txt-document:before { content: "\EC6A" }
664
+ .glyph-undo:before { content: "\EC6B" }
665
+ .glyph-ungroup:before { content: "\EC6C" }
666
+ .glyph-unlock-filled:before { content: "\EC6D" }
667
+ .glyph-unlock-plant-filled:before { content: "\EC6E" }
668
+ .glyph-unlock-plant:before { content: "\EC6F" }
669
+ .glyph-unlock:before { content: "\EC70" }
670
+ .glyph-upload-document-note:before { content: "\EC71" }
671
+ .glyph-upload-success:before { content: "\EC72" }
672
+ .glyph-upload:before { content: "\EC73" }
673
+ .glyph-upper-limit:before { content: "\EC74" }
674
+ .glyph-user-check-filled:before { content: "\EC75" }
675
+ .glyph-user-check:before { content: "\EC76" }
676
+ .glyph-user-filled:before { content: "\EC77" }
677
+ .glyph-user-management-filled:before { content: "\EC78" }
678
+ .glyph-user-management:before { content: "\EC79" }
679
+ .glyph-user-profile-filled:before { content: "\EC7A" }
680
+ .glyph-user-profile:before { content: "\EC7B" }
681
+ .glyph-user-reading-reading:before { content: "\EC7C" }
682
+ .glyph-user-reading:before { content: "\EC7D" }
683
+ .glyph-user-settings-filled:before { content: "\EC7E" }
684
+ .glyph-user-settings:before { content: "\EC7F" }
685
+ .glyph-user:before { content: "\EC80" }
686
+ .glyph-validate:before { content: "\EC81" }
687
+ .glyph-vdi-folder:before { content: "\EC82" }
688
+ .glyph-version-history:before { content: "\EC83" }
689
+ .glyph-video-file-filled:before { content: "\EC84" }
690
+ .glyph-video-file:before { content: "\EC85" }
691
+ .glyph-warning-filled:before { content: "\EC86" }
692
+ .glyph-warning-rhomb-filled:before { content: "\EC87" }
693
+ .glyph-warning-rhomb:before { content: "\EC88" }
694
+ .glyph-warning:before { content: "\EC89" }
695
+ .glyph-water-bathing:before { content: "\EC8A" }
696
+ .glyph-water-fish:before { content: "\EC8B" }
697
+ .glyph-water-sunbathing:before { content: "\EC8C" }
698
+ .glyph-waveform:before { content: "\EC8D" }
699
+ .glyph-webcam-cancelled-filled:before { content: "\EC8E" }
700
+ .glyph-webcam-cancelled:before { content: "\EC8F" }
701
+ .glyph-webcam-filled:before { content: "\EC90" }
702
+ .glyph-webcam:before { content: "\EC91" }
703
+ .glyph-wlan-off:before { content: "\EC92" }
704
+ .glyph-wlan-strength-0:before { content: "\EC93" }
705
+ .glyph-wlan-strength-1:before { content: "\EC94" }
706
+ .glyph-wlan-strength-2:before { content: "\EC95" }
707
+ .glyph-wlan-strength-3:before { content: "\EC96" }
708
+ .glyph-work-case-filled:before { content: "\EC97" }
709
+ .glyph-work-case:before { content: "\EC98" }
710
+ .glyph-workspace:before { content: "\EC99" }
711
+ .glyph-workspaces:before { content: "\EC9A" }
712
+ .glyph-x-axis-settings:before { content: "\EC9B" }
713
+ .glyph-xls-document:before { content: "\EC9C" }
714
+ .glyph-xml-document:before { content: "\EC9D" }
715
+ .glyph-y-axis-settings:before { content: "\EC9E" }
716
+ .glyph-youtube-filled:before { content: "\EC9F" }
717
+ .glyph-youtube:before { content: "\ECA0" }
718
+ .glyph-zoom-in:before { content: "\ECA1" }
719
+ .glyph-zoom-out:before { content: "\ECA2" }
720
+ .glyph-zoom-selection:before { content: "\ECA3" }