@maggioli-design-system/icons 1.32.0 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/base64/mgg-icons-classes.css +308 -299
  2. package/base64/mgg-icons-font-face.css +1 -1
  3. package/base64/mgg-icons.css +309 -300
  4. package/dictionary.json +11 -2
  5. package/fonts/mgg-icons.eot +0 -0
  6. package/fonts/mgg-icons.svg +327 -300
  7. package/fonts/mgg-icons.symbol.svg +6 -6
  8. package/fonts/mgg-icons.ttf +0 -0
  9. package/fonts/mgg-icons.woff +0 -0
  10. package/fonts/mgg-icons.woff2 +0 -0
  11. package/mgg-icons.css +314 -305
  12. package/mgg-icons.d.ts +12 -3
  13. package/mgg-icons.less +314 -305
  14. package/mgg-icons.module.less +314 -305
  15. package/mgg-icons.scss +622 -604
  16. package/mgg-icons.styl +314 -305
  17. package/original/base64/mgg-icons-classes.css +280 -273
  18. package/original/base64/mgg-icons-font-face.css +1 -1
  19. package/original/base64/mgg-icons.css +281 -274
  20. package/original/dictionary.json +9 -2
  21. package/original/fonts/mgg-icons.eot +0 -0
  22. package/original/fonts/mgg-icons.svg +296 -275
  23. package/original/fonts/mgg-icons.symbol.svg +7 -7
  24. package/original/fonts/mgg-icons.ttf +0 -0
  25. package/original/fonts/mgg-icons.woff +0 -0
  26. package/original/fonts/mgg-icons.woff2 +0 -0
  27. package/original/mgg-icons.css +286 -279
  28. package/original/mgg-icons.d.ts +10 -3
  29. package/original/mgg-icons.less +286 -279
  30. package/original/mgg-icons.module.less +286 -279
  31. package/original/mgg-icons.scss +566 -552
  32. package/original/mgg-icons.styl +286 -279
  33. package/original/svg/construction.svg +1 -0
  34. package/original/svg/error-outline.svg +1 -0
  35. package/original/svg/hive.svg +1 -0
  36. package/original/svg/plumbing.svg +1 -0
  37. package/original/svg/remove-circle.svg +1 -0
  38. package/original/svg/signpost.svg +1 -0
  39. package/original/svg/{todo-in/342/200/223valutazione-ad-altri.svg → todo-in-valutazione-ad-altri.svg} +0 -0
  40. package/original/svg/warning-amber.svg +1 -0
  41. package/package.json +1 -1
  42. package/resources/mgg-icons.json +11 -2
  43. package/svg/check-circle-outline.svg +1 -0
  44. package/svg/construction.svg +1 -0
  45. package/svg/handyman.svg +1 -0
  46. package/svg/hive.svg +1 -0
  47. package/svg/plumbing.svg +1 -0
  48. package/svg/remove-circle.svg +1 -0
  49. package/svg/signpost.svg +1 -0
  50. package/svg/status-error-outline.svg +1 -0
  51. package/svg/status-warning-outline.svg +1 -0
  52. package/svg/{todo_running completed.svg → todo_running_completed.svg} +0 -0
  53. package/index.html +0 -134
  54. package/original/index.html +0 -134
  55. package/original/symbol.html +0 -153
  56. package/original/unicode.html +0 -153
  57. package/symbol.html +0 -153
  58. package/unicode.html +0 -153
@@ -93,302 +93,311 @@
93
93
  .mgg-icons-call:before { content: "\ea52"; }
94
94
  .mgg-icons-camera:before { content: "\ea53"; }
95
95
  .mgg-icons-cards-view:before { content: "\ea54"; }
96
- .mgg-icons-check-circle:before { content: "\ea55"; }
97
- .mgg-icons-clock-outline:before { content: "\ea56"; }
98
- .mgg-icons-close-circle:before { content: "\ea57"; }
99
- .mgg-icons-code-barcode:before { content: "\ea58"; }
100
- .mgg-icons-code-isbn:before { content: "\ea59"; }
101
- .mgg-icons-code-qr:before { content: "\ea5a"; }
102
- .mgg-icons-columns-view:before { content: "\ea5b"; }
103
- .mgg-icons-connection:before { content: "\ea5c"; }
104
- .mgg-icons-control-panel:before { content: "\ea5d"; }
105
- .mgg-icons-credit-card:before { content: "\ea5e"; }
106
- .mgg-icons-crud-cancel:before { content: "\ea5f"; }
107
- .mgg-icons-crud-create:before { content: "\ea60"; }
108
- .mgg-icons-crud-delete:before { content: "\ea61"; }
109
- .mgg-icons-crud-edit:before { content: "\ea62"; }
110
- .mgg-icons-crud-rename:before { content: "\ea63"; }
111
- .mgg-icons-crud-reset:before { content: "\ea64"; }
112
- .mgg-icons-crud-save:before { content: "\ea65"; }
113
- .mgg-icons-dashboard-customize:before { content: "\ea66"; }
114
- .mgg-icons-dashboard:before { content: "\ea67"; }
115
- .mgg-icons-data-activity-log:before { content: "\ea68"; }
116
- .mgg-icons-data-add:before { content: "\ea69"; }
117
- .mgg-icons-data-analytics:before { content: "\ea6a"; }
118
- .mgg-icons-data-bar-chart:before { content: "\ea6b"; }
119
- .mgg-icons-data-category:before { content: "\ea6c"; }
120
- .mgg-icons-data-drafts:before { content: "\ea6d"; }
121
- .mgg-icons-data-entrance:before { content: "\ea6e"; }
122
- .mgg-icons-data-exit:before { content: "\ea6f"; }
123
- .mgg-icons-data-export:before { content: "\ea70"; }
124
- .mgg-icons-data-favorite-alt:before { content: "\ea71"; }
125
- .mgg-icons-data-favorite-item-alt:before { content: "\ea72"; }
126
- .mgg-icons-data-favorite-list-alt:before { content: "\ea73"; }
127
- .mgg-icons-data-favorite-list:before { content: "\ea74"; }
128
- .mgg-icons-data-favorite-off:before { content: "\ea75"; }
129
- .mgg-icons-data-favorite:before { content: "\ea76"; }
130
- .mgg-icons-data-filtered:before { content: "\ea77"; }
131
- .mgg-icons-data-history:before { content: "\ea78"; }
132
- .mgg-icons-data-inbox:before { content: "\ea79"; }
133
- .mgg-icons-data-internal:before { content: "\ea7a"; }
134
- .mgg-icons-data-like-off:before { content: "\ea7b"; }
135
- .mgg-icons-data-like:before { content: "\ea7c"; }
136
- .mgg-icons-data-outgoing:before { content: "\ea7d"; }
137
- .mgg-icons-data-percent:before { content: "\ea7e"; }
138
- .mgg-icons-data-search:before { content: "\ea7f"; }
139
- .mgg-icons-data-send:before { content: "\ea80"; }
140
- .mgg-icons-data-share:before { content: "\ea81"; }
141
- .mgg-icons-data-unfavorite:before { content: "\ea82"; }
142
- .mgg-icons-data-unfiltered:before { content: "\ea83"; }
143
- .mgg-icons-data-view:before { content: "\ea84"; }
144
- .mgg-icons-database:before { content: "\ea85"; }
145
- .mgg-icons-deal:before { content: "\ea86"; }
146
- .mgg-icons-design-component:before { content: "\ea87"; }
147
- .mgg-icons-design-crop:before { content: "\ea88"; }
148
- .mgg-icons-design-measure:before { content: "\ea89"; }
149
- .mgg-icons-design-palette:before { content: "\ea8a"; }
150
- .mgg-icons-design-typography:before { content: "\ea8b"; }
151
- .mgg-icons-dev-markup:before { content: "\ea8c"; }
152
- .mgg-icons-dev-mode:before { content: "\ea8d"; }
153
- .mgg-icons-dev-terminal:before { content: "\ea8e"; }
154
- .mgg-icons-document-book:before { content: "\ea8f"; }
155
- .mgg-icons-document-email:before { content: "\ea90"; }
156
- .mgg-icons-document-note:before { content: "\ea91"; }
157
- .mgg-icons-document-spreadsheet:before { content: "\ea92"; }
158
- .mgg-icons-document-text:before { content: "\ea93"; }
159
- .mgg-icons-document-web:before { content: "\ea94"; }
160
- .mgg-icons-document:before { content: "\ea95"; }
161
- .mgg-icons-emoticon-happy:before { content: "\ea96"; }
162
- .mgg-icons-emoticon-neutral:before { content: "\ea97"; }
163
- .mgg-icons-emoticon-sad:before { content: "\ea98"; }
164
- .mgg-icons-euro:before { content: "\ea99"; }
165
- .mgg-icons-file-archive:before { content: "\ea9a"; }
166
- .mgg-icons-file-attachment:before { content: "\ea9b"; }
167
- .mgg-icons-file-download:before { content: "\ea9c"; }
168
- .mgg-icons-file-email:before { content: "\ea9d"; }
169
- .mgg-icons-file-executable:before { content: "\ea9e"; }
170
- .mgg-icons-file-folder-open:before { content: "\ea9f"; }
171
- .mgg-icons-file-folder-sync:before { content: "\eaa0"; }
172
- .mgg-icons-file-folder:before { content: "\eaa1"; }
173
- .mgg-icons-file-import:before { content: "\eaa2"; }
174
- .mgg-icons-file-lock:before { content: "\eaa3"; }
175
- .mgg-icons-file-multiple:before { content: "\eaa4"; }
176
- .mgg-icons-file-settings:before { content: "\eaa5"; }
177
- .mgg-icons-file-sub:before { content: "\eaa6"; }
178
- .mgg-icons-file-type-calc:before { content: "\eaa7"; }
179
- .mgg-icons-file-type-chart:before { content: "\eaa8"; }
180
- .mgg-icons-file-type-code:before { content: "\eaa9"; }
181
- .mgg-icons-file-type-data:before { content: "\eaaa"; }
182
- .mgg-icons-file-type-document:before { content: "\eaab"; }
183
- .mgg-icons-file-type-img:before { content: "\eaac"; }
184
- .mgg-icons-file-type-odt:before { content: "\eaad"; }
185
- .mgg-icons-file-type-pdf:before { content: "\eaae"; }
186
- .mgg-icons-file-type-rtf:before { content: "\eaaf"; }
187
- .mgg-icons-file-type-signature:before { content: "\eab0"; }
188
- .mgg-icons-file-type-vector:before { content: "\eab1"; }
189
- .mgg-icons-file-type-word:before { content: "\eab2"; }
190
- .mgg-icons-file-unlock:before { content: "\eab3"; }
191
- .mgg-icons-file-upload:before { content: "\eab4"; }
192
- .mgg-icons-finance-contactless:before { content: "\eab5"; }
193
- .mgg-icons-finance-euro-currency:before { content: "\eab6"; }
194
- .mgg-icons-finance-pie-chart:before { content: "\eab7"; }
195
- .mgg-icons-finance-savings:before { content: "\eab8"; }
196
- .mgg-icons-finance-wallet:before { content: "\eab9"; }
197
- .mgg-icons-flag-checkered:before { content: "\eaba"; }
198
- .mgg-icons-folder-remove:before { content: "\eabb"; }
199
- .mgg-icons-form-checkbox-checked-clean:before { content: "\eabc"; }
200
- .mgg-icons-form-checkbox-checked:before { content: "\eabd"; }
201
- .mgg-icons-form-checkbox-indeterminate:before { content: "\eabe"; }
202
- .mgg-icons-form-checkbox-unchecked:before { content: "\eabf"; }
203
- .mgg-icons-form-dropdown:before { content: "\eac0"; }
204
- .mgg-icons-form-radio-checked:before { content: "\eac1"; }
205
- .mgg-icons-form-radio-unchecked:before { content: "\eac2"; }
206
- .mgg-icons-format-quote-close:before { content: "\eac3"; }
207
- .mgg-icons-format-quote-open:before { content: "\eac4"; }
208
- .mgg-icons-forward:before { content: "\eac5"; }
209
- .mgg-icons-fullscreen-off:before { content: "\eac6"; }
210
- .mgg-icons-fullscreen-on:before { content: "\eac7"; }
211
- .mgg-icons-gantt:before { content: "\eac8"; }
212
- .mgg-icons-head-question:before { content: "\eac9"; }
213
- .mgg-icons-health-mask:before { content: "\eaca"; }
214
- .mgg-icons-heart-outline:before { content: "\eacb"; }
215
- .mgg-icons-heart:before { content: "\eacc"; }
216
- .mgg-icons-help-support:before { content: "\eacd"; }
217
- .mgg-icons-help:before { content: "\eace"; }
218
- .mgg-icons-home-group:before { content: "\eacf"; }
219
- .mgg-icons-home-heart:before { content: "\ead0"; }
220
- .mgg-icons-import:before { content: "\ead1"; }
221
- .mgg-icons-input-calendar:before { content: "\ead2"; }
222
- .mgg-icons-input-tags:before { content: "\ead3"; }
223
- .mgg-icons-input-time:before { content: "\ead4"; }
224
- .mgg-icons-internationalization:before { content: "\ead5"; }
225
- .mgg-icons-label-important:before { content: "\ead6"; }
226
- .mgg-icons-list-dot:before { content: "\ead7"; }
227
- .mgg-icons-lock:before { content: "\ead8"; }
228
- .mgg-icons-logo-girasole-camuno:before { content: "\ead9"; }
229
- .mgg-icons-logo-gpl:before { content: "\eada"; }
230
- .mgg-icons-logo-ilibro:before { content: "\eadb"; }
231
- .mgg-icons-map-city:before { content: "\eadc"; }
232
- .mgg-icons-map-directions:before { content: "\eadd"; }
233
- .mgg-icons-map-marker-off:before { content: "\eade"; }
234
- .mgg-icons-map-marker:before { content: "\eadf"; }
235
- .mgg-icons-map-pin:before { content: "\eae0"; }
236
- .mgg-icons-map-venue:before { content: "\eae1"; }
237
- .mgg-icons-media-audio:before { content: "\eae2"; }
238
- .mgg-icons-media-image:before { content: "\eae3"; }
239
- .mgg-icons-media-video:before { content: "\eae4"; }
240
- .mgg-icons-menu-main:before { content: "\eae5"; }
241
- .mgg-icons-menu-more-horizontal:before { content: "\eae6"; }
242
- .mgg-icons-menu-more:before { content: "\eae7"; }
243
- .mgg-icons-message:before { content: "\eae8"; }
244
- .mgg-icons-move-row-down:before { content: "\eae9"; }
245
- .mgg-icons-move-row-up:before { content: "\eaea"; }
246
- .mgg-icons-navigate-external-link:before { content: "\eaeb"; }
247
- .mgg-icons-navigate-internal-link:before { content: "\eaec"; }
248
- .mgg-icons-navigation-hide:before { content: "\eaed"; }
249
- .mgg-icons-navigation-show:before { content: "\eaee"; }
250
- .mgg-icons-new-release:before { content: "\eaef"; }
251
- .mgg-icons-notifications:before { content: "\eaf0"; }
252
- .mgg-icons-office:before { content: "\eaf1"; }
253
- .mgg-icons-order-return-down_left-to_right:before { content: "\eaf2"; }
254
- .mgg-icons-order-return-down_left-to_up:before { content: "\eaf3"; }
255
- .mgg-icons-order-return-down_right-to_left:before { content: "\eaf4"; }
256
- .mgg-icons-order-return-down_right-to_up:before { content: "\eaf5"; }
257
- .mgg-icons-order-return-up_left-to_down:before { content: "\eaf6"; }
258
- .mgg-icons-order-return-up_left-to_right:before { content: "\eaf7"; }
259
- .mgg-icons-order-return-up_right-to_down:before { content: "\eaf8"; }
260
- .mgg-icons-order-return-up_right-to_left:before { content: "\eaf9"; }
261
- .mgg-icons-order-zigzag-down_left-to_right:before { content: "\eafa"; }
262
- .mgg-icons-order-zigzag-down_left-to_up:before { content: "\eafb"; }
263
- .mgg-icons-order-zigzag-down_right-to_left:before { content: "\eafc"; }
264
- .mgg-icons-order-zigzag-down_right-to_up:before { content: "\eafd"; }
265
- .mgg-icons-order-zigzag-up_left-to_down:before { content: "\eafe"; }
266
- .mgg-icons-order-zigzag-up_left-to_right:before { content: "\eaff"; }
267
- .mgg-icons-order-zigzag-up_right-to_down:before { content: "\eb00"; }
268
- .mgg-icons-order-zigzag-up_right-to_left:before { content: "\eb01"; }
269
- .mgg-icons-paginator-first:before { content: "\eb02"; }
270
- .mgg-icons-paginator-last:before { content: "\eb03"; }
271
- .mgg-icons-paginator-next:before { content: "\eb04"; }
272
- .mgg-icons-paginator-previous:before { content: "\eb05"; }
273
- .mgg-icons-payments:before { content: "\eb06"; }
274
- .mgg-icons-peripheral-hard-drive:before { content: "\eb07"; }
275
- .mgg-icons-peripheral-headset-mic:before { content: "\eb08"; }
276
- .mgg-icons-peripheral-headset:before { content: "\eb09"; }
277
- .mgg-icons-peripheral-keyboard:before { content: "\eb0a"; }
278
- .mgg-icons-peripheral-sim:before { content: "\eb0b"; }
279
- .mgg-icons-places-apartment:before { content: "\eb0c"; }
280
- .mgg-icons-places-billboard:before { content: "\eb0d"; }
281
- .mgg-icons-places-farm:before { content: "\eb0e"; }
282
- .mgg-icons-places-holiday-beach:before { content: "\eb0f"; }
283
- .mgg-icons-places-home:before { content: "\eb10"; }
284
- .mgg-icons-places-institute:before { content: "\eb11"; }
285
- .mgg-icons-places-multiple:before { content: "\eb12"; }
286
- .mgg-icons-places-park:before { content: "\eb13"; }
287
- .mgg-icons-places-spa:before { content: "\eb14"; }
288
- .mgg-icons-places-store-access-denied:before { content: "\eb15"; }
289
- .mgg-icons-places-store:before { content: "\eb16"; }
290
- .mgg-icons-privileges:before { content: "\eb17"; }
291
- .mgg-icons-rating-empty:before { content: "\eb18"; }
292
- .mgg-icons-rating-full:before { content: "\eb19"; }
293
- .mgg-icons-rating-half:before { content: "\eb1a"; }
294
- .mgg-icons-read-only:before { content: "\eb1b"; }
295
- .mgg-icons-recycle:before { content: "\eb1c"; }
296
- .mgg-icons-remove-circle-outline:before { content: "\eb1d"; }
297
- .mgg-icons-role-admin:before { content: "\eb1e"; }
298
- .mgg-icons-role-editor:before { content: "\eb1f"; }
299
- .mgg-icons-role-owner:before { content: "\eb20"; }
300
- .mgg-icons-role-subscriber:before { content: "\eb21"; }
301
- .mgg-icons-rule:before { content: "\eb22"; }
302
- .mgg-icons-school:before { content: "\eb23"; }
303
- .mgg-icons-security-code:before { content: "\eb24"; }
304
- .mgg-icons-security-fingerprint:before { content: "\eb25"; }
305
- .mgg-icons-security-password:before { content: "\eb26"; }
306
- .mgg-icons-send-progress:before { content: "\eb27"; }
307
- .mgg-icons-sent:before { content: "\eb28"; }
308
- .mgg-icons-sentiment-dissatisfied:before { content: "\eb29"; }
309
- .mgg-icons-sentiment-neutral:before { content: "\eb2a"; }
310
- .mgg-icons-sentiment-satisfied:before { content: "\eb2b"; }
311
- .mgg-icons-settings:before { content: "\eb2c"; }
312
- .mgg-icons-share-alt:before { content: "\eb2d"; }
313
- .mgg-icons-share:before { content: "\eb2e"; }
314
- .mgg-icons-shop-cart-empty:before { content: "\eb2f"; }
315
- .mgg-icons-shop-cart:before { content: "\eb30"; }
316
- .mgg-icons-shop-store:before { content: "\eb31"; }
317
- .mgg-icons-signature:before { content: "\eb32"; }
318
- .mgg-icons-skip-forward:before { content: "\eb33"; }
319
- .mgg-icons-sort-as:before { content: "\eb34"; }
320
- .mgg-icons-sort-desc:before { content: "\eb35"; }
321
- .mgg-icons-sort:before { content: "\eb36"; }
322
- .mgg-icons-source-web:before { content: "\eb37"; }
323
- .mgg-icons-status-error:before { content: "\eb38"; }
324
- .mgg-icons-status-false:before { content: "\eb39"; }
325
- .mgg-icons-status-info:before { content: "\eb3a"; }
326
- .mgg-icons-status-null:before { content: "\eb3b"; }
327
- .mgg-icons-status-pending:before { content: "\eb3c"; }
328
- .mgg-icons-status-success:before { content: "\eb3d"; }
329
- .mgg-icons-status-true:before { content: "\eb3e"; }
330
- .mgg-icons-status-warning:before { content: "\eb3f"; }
331
- .mgg-icons-sticky-note:before { content: "\eb40"; }
332
- .mgg-icons-summary:before { content: "\eb41"; }
333
- .mgg-icons-tab:before { content: "\eb42"; }
334
- .mgg-icons-table-view:before { content: "\eb43"; }
335
- .mgg-icons-tag:before { content: "\eb44"; }
336
- .mgg-icons-talk-conversation:before { content: "\eb45"; }
337
- .mgg-icons-text-description:before { content: "\eb46"; }
338
- .mgg-icons-text-extract:before { content: "\eb47"; }
339
- .mgg-icons-text-title:before { content: "\eb48"; }
340
- .mgg-icons-time-calendar:before { content: "\eb49"; }
341
- .mgg-icons-timer-outline:before { content: "\eb4a"; }
342
- .mgg-icons-timer:before { content: "\eb4b"; }
343
- .mgg-icons-tips:before { content: "\eb4c"; }
344
- .mgg-icons-todo-list:before { content: "\eb4d"; }
345
- .mgg-icons-todo:before { content: "\eb4e"; }
346
- .mgg-icons-todo_completed:before { content: "\eb4f"; }
347
- .mgg-icons-todo_completed_but_executable:before { content: "\eb50"; }
348
- .mgg-icons-todo_incharge_by_me:before { content: "\eb51"; }
349
- .mgg-icons-todo_incharge_of_others:before { content: "\eb52"; }
350
- .mgg-icons-todo_incoming_declined:before { content: "\eb53"; }
351
- .mgg-icons-todo_incoming_take_incharge:before { content: "\eb54"; }
352
- .mgg-icons-todo_inevaluation:before { content: "\eb55"; }
353
- .mgg-icons-todo_inevaluation_to_others:before { content: "\eb56"; }
354
- .mgg-icons-todo_running completed:before { content: "\eb57"; }
355
- .mgg-icons-touchpoint-laptop:before { content: "\eb58"; }
356
- .mgg-icons-touchpoint-smartphone:before { content: "\eb59"; }
357
- .mgg-icons-touchpoint-tablet:before { content: "\eb5a"; }
358
- .mgg-icons-touchpoint-tv:before { content: "\eb5b"; }
359
- .mgg-icons-touchpoint-watch:before { content: "\eb5c"; }
360
- .mgg-icons-touchpoint:before { content: "\eb5d"; }
361
- .mgg-icons-travel-car:before { content: "\eb5e"; }
362
- .mgg-icons-tree-view:before { content: "\eb5f"; }
363
- .mgg-icons-updated:before { content: "\eb60"; }
364
- .mgg-icons-user-accessibility:before { content: "\eb61"; }
365
- .mgg-icons-user-dead:before { content: "\eb62"; }
366
- .mgg-icons-user-department:before { content: "\eb63"; }
367
- .mgg-icons-user-details:before { content: "\eb64"; }
368
- .mgg-icons-user-job:before { content: "\eb65"; }
369
- .mgg-icons-user-location:before { content: "\eb66"; }
370
- .mgg-icons-user-mention:before { content: "\eb67"; }
371
- .mgg-icons-user-offline:before { content: "\eb68"; }
372
- .mgg-icons-user-online:before { content: "\eb69"; }
373
- .mgg-icons-user-privileges:before { content: "\eb6a"; }
374
- .mgg-icons-user-roles:before { content: "\eb6b"; }
375
- .mgg-icons-user-search:before { content: "\eb6c"; }
376
- .mgg-icons-user-team:before { content: "\eb6d"; }
377
- .mgg-icons-user:before { content: "\eb6e"; }
378
- .mgg-icons-vehicle-agriculture:before { content: "\eb6f"; }
379
- .mgg-icons-vehicle-car:before { content: "\eb70"; }
380
- .mgg-icons-vehicle-excavator:before { content: "\eb71"; }
381
- .mgg-icons-vehicle-moped:before { content: "\eb72"; }
382
- .mgg-icons-vehicle-motorcycle:before { content: "\eb73"; }
383
- .mgg-icons-vehicle-trailer:before { content: "\eb74"; }
384
- .mgg-icons-view-comfy:before { content: "\eb75"; }
385
- .mgg-icons-view-side-by-side:before { content: "\eb76"; }
386
- .mgg-icons-wallet:before { content: "\eb77"; }
387
- .mgg-icons-weather-sun:before { content: "\eb78"; }
388
- .mgg-icons-weather:before { content: "\eb79"; }
389
- .mgg-icons-weight-lifter:before { content: "\eb7a"; }
390
- .mgg-icons-work-project-outline:before { content: "\eb7b"; }
391
- .mgg-icons-work-project:before { content: "\eb7c"; }
392
- .mgg-icons-workspace:before { content: "\eb7d"; }
393
- .mgg-icons-write-only:before { content: "\eb7e"; }
394
- .mgg-icons-zen-mode:before { content: "\eb7f"; }
96
+ .mgg-icons-check-circle-outline:before { content: "\ea55"; }
97
+ .mgg-icons-check-circle:before { content: "\ea56"; }
98
+ .mgg-icons-clock-outline:before { content: "\ea57"; }
99
+ .mgg-icons-close-circle:before { content: "\ea58"; }
100
+ .mgg-icons-code-barcode:before { content: "\ea59"; }
101
+ .mgg-icons-code-isbn:before { content: "\ea5a"; }
102
+ .mgg-icons-code-qr:before { content: "\ea5b"; }
103
+ .mgg-icons-columns-view:before { content: "\ea5c"; }
104
+ .mgg-icons-connection:before { content: "\ea5d"; }
105
+ .mgg-icons-construction:before { content: "\ea5e"; }
106
+ .mgg-icons-control-panel:before { content: "\ea5f"; }
107
+ .mgg-icons-credit-card:before { content: "\ea60"; }
108
+ .mgg-icons-crud-cancel:before { content: "\ea61"; }
109
+ .mgg-icons-crud-create:before { content: "\ea62"; }
110
+ .mgg-icons-crud-delete:before { content: "\ea63"; }
111
+ .mgg-icons-crud-edit:before { content: "\ea64"; }
112
+ .mgg-icons-crud-rename:before { content: "\ea65"; }
113
+ .mgg-icons-crud-reset:before { content: "\ea66"; }
114
+ .mgg-icons-crud-save:before { content: "\ea67"; }
115
+ .mgg-icons-dashboard-customize:before { content: "\ea68"; }
116
+ .mgg-icons-dashboard:before { content: "\ea69"; }
117
+ .mgg-icons-data-activity-log:before { content: "\ea6a"; }
118
+ .mgg-icons-data-add:before { content: "\ea6b"; }
119
+ .mgg-icons-data-analytics:before { content: "\ea6c"; }
120
+ .mgg-icons-data-bar-chart:before { content: "\ea6d"; }
121
+ .mgg-icons-data-category:before { content: "\ea6e"; }
122
+ .mgg-icons-data-drafts:before { content: "\ea6f"; }
123
+ .mgg-icons-data-entrance:before { content: "\ea70"; }
124
+ .mgg-icons-data-exit:before { content: "\ea71"; }
125
+ .mgg-icons-data-export:before { content: "\ea72"; }
126
+ .mgg-icons-data-favorite-alt:before { content: "\ea73"; }
127
+ .mgg-icons-data-favorite-item-alt:before { content: "\ea74"; }
128
+ .mgg-icons-data-favorite-list-alt:before { content: "\ea75"; }
129
+ .mgg-icons-data-favorite-list:before { content: "\ea76"; }
130
+ .mgg-icons-data-favorite-off:before { content: "\ea77"; }
131
+ .mgg-icons-data-favorite:before { content: "\ea78"; }
132
+ .mgg-icons-data-filtered:before { content: "\ea79"; }
133
+ .mgg-icons-data-history:before { content: "\ea7a"; }
134
+ .mgg-icons-data-inbox:before { content: "\ea7b"; }
135
+ .mgg-icons-data-internal:before { content: "\ea7c"; }
136
+ .mgg-icons-data-like-off:before { content: "\ea7d"; }
137
+ .mgg-icons-data-like:before { content: "\ea7e"; }
138
+ .mgg-icons-data-outgoing:before { content: "\ea7f"; }
139
+ .mgg-icons-data-percent:before { content: "\ea80"; }
140
+ .mgg-icons-data-search:before { content: "\ea81"; }
141
+ .mgg-icons-data-send:before { content: "\ea82"; }
142
+ .mgg-icons-data-share:before { content: "\ea83"; }
143
+ .mgg-icons-data-unfavorite:before { content: "\ea84"; }
144
+ .mgg-icons-data-unfiltered:before { content: "\ea85"; }
145
+ .mgg-icons-data-view:before { content: "\ea86"; }
146
+ .mgg-icons-database:before { content: "\ea87"; }
147
+ .mgg-icons-deal:before { content: "\ea88"; }
148
+ .mgg-icons-design-component:before { content: "\ea89"; }
149
+ .mgg-icons-design-crop:before { content: "\ea8a"; }
150
+ .mgg-icons-design-measure:before { content: "\ea8b"; }
151
+ .mgg-icons-design-palette:before { content: "\ea8c"; }
152
+ .mgg-icons-design-typography:before { content: "\ea8d"; }
153
+ .mgg-icons-dev-markup:before { content: "\ea8e"; }
154
+ .mgg-icons-dev-mode:before { content: "\ea8f"; }
155
+ .mgg-icons-dev-terminal:before { content: "\ea90"; }
156
+ .mgg-icons-document-book:before { content: "\ea91"; }
157
+ .mgg-icons-document-email:before { content: "\ea92"; }
158
+ .mgg-icons-document-note:before { content: "\ea93"; }
159
+ .mgg-icons-document-spreadsheet:before { content: "\ea94"; }
160
+ .mgg-icons-document-text:before { content: "\ea95"; }
161
+ .mgg-icons-document-web:before { content: "\ea96"; }
162
+ .mgg-icons-document:before { content: "\ea97"; }
163
+ .mgg-icons-emoticon-happy:before { content: "\ea98"; }
164
+ .mgg-icons-emoticon-neutral:before { content: "\ea99"; }
165
+ .mgg-icons-emoticon-sad:before { content: "\ea9a"; }
166
+ .mgg-icons-euro:before { content: "\ea9b"; }
167
+ .mgg-icons-file-archive:before { content: "\ea9c"; }
168
+ .mgg-icons-file-attachment:before { content: "\ea9d"; }
169
+ .mgg-icons-file-download:before { content: "\ea9e"; }
170
+ .mgg-icons-file-email:before { content: "\ea9f"; }
171
+ .mgg-icons-file-executable:before { content: "\eaa0"; }
172
+ .mgg-icons-file-folder-open:before { content: "\eaa1"; }
173
+ .mgg-icons-file-folder-sync:before { content: "\eaa2"; }
174
+ .mgg-icons-file-folder:before { content: "\eaa3"; }
175
+ .mgg-icons-file-import:before { content: "\eaa4"; }
176
+ .mgg-icons-file-lock:before { content: "\eaa5"; }
177
+ .mgg-icons-file-multiple:before { content: "\eaa6"; }
178
+ .mgg-icons-file-settings:before { content: "\eaa7"; }
179
+ .mgg-icons-file-sub:before { content: "\eaa8"; }
180
+ .mgg-icons-file-type-calc:before { content: "\eaa9"; }
181
+ .mgg-icons-file-type-chart:before { content: "\eaaa"; }
182
+ .mgg-icons-file-type-code:before { content: "\eaab"; }
183
+ .mgg-icons-file-type-data:before { content: "\eaac"; }
184
+ .mgg-icons-file-type-document:before { content: "\eaad"; }
185
+ .mgg-icons-file-type-img:before { content: "\eaae"; }
186
+ .mgg-icons-file-type-odt:before { content: "\eaaf"; }
187
+ .mgg-icons-file-type-pdf:before { content: "\eab0"; }
188
+ .mgg-icons-file-type-rtf:before { content: "\eab1"; }
189
+ .mgg-icons-file-type-signature:before { content: "\eab2"; }
190
+ .mgg-icons-file-type-vector:before { content: "\eab3"; }
191
+ .mgg-icons-file-type-word:before { content: "\eab4"; }
192
+ .mgg-icons-file-unlock:before { content: "\eab5"; }
193
+ .mgg-icons-file-upload:before { content: "\eab6"; }
194
+ .mgg-icons-finance-contactless:before { content: "\eab7"; }
195
+ .mgg-icons-finance-euro-currency:before { content: "\eab8"; }
196
+ .mgg-icons-finance-pie-chart:before { content: "\eab9"; }
197
+ .mgg-icons-finance-savings:before { content: "\eaba"; }
198
+ .mgg-icons-finance-wallet:before { content: "\eabb"; }
199
+ .mgg-icons-flag-checkered:before { content: "\eabc"; }
200
+ .mgg-icons-folder-remove:before { content: "\eabd"; }
201
+ .mgg-icons-form-checkbox-checked-clean:before { content: "\eabe"; }
202
+ .mgg-icons-form-checkbox-checked:before { content: "\eabf"; }
203
+ .mgg-icons-form-checkbox-indeterminate:before { content: "\eac0"; }
204
+ .mgg-icons-form-checkbox-unchecked:before { content: "\eac1"; }
205
+ .mgg-icons-form-dropdown:before { content: "\eac2"; }
206
+ .mgg-icons-form-radio-checked:before { content: "\eac3"; }
207
+ .mgg-icons-form-radio-unchecked:before { content: "\eac4"; }
208
+ .mgg-icons-format-quote-close:before { content: "\eac5"; }
209
+ .mgg-icons-format-quote-open:before { content: "\eac6"; }
210
+ .mgg-icons-forward:before { content: "\eac7"; }
211
+ .mgg-icons-fullscreen-off:before { content: "\eac8"; }
212
+ .mgg-icons-fullscreen-on:before { content: "\eac9"; }
213
+ .mgg-icons-gantt:before { content: "\eaca"; }
214
+ .mgg-icons-handyman:before { content: "\eacb"; }
215
+ .mgg-icons-head-question:before { content: "\eacc"; }
216
+ .mgg-icons-health-mask:before { content: "\eacd"; }
217
+ .mgg-icons-heart-outline:before { content: "\eace"; }
218
+ .mgg-icons-heart:before { content: "\eacf"; }
219
+ .mgg-icons-help-support:before { content: "\ead0"; }
220
+ .mgg-icons-help:before { content: "\ead1"; }
221
+ .mgg-icons-hive:before { content: "\ead2"; }
222
+ .mgg-icons-home-group:before { content: "\ead3"; }
223
+ .mgg-icons-home-heart:before { content: "\ead4"; }
224
+ .mgg-icons-import:before { content: "\ead5"; }
225
+ .mgg-icons-input-calendar:before { content: "\ead6"; }
226
+ .mgg-icons-input-tags:before { content: "\ead7"; }
227
+ .mgg-icons-input-time:before { content: "\ead8"; }
228
+ .mgg-icons-internationalization:before { content: "\ead9"; }
229
+ .mgg-icons-label-important:before { content: "\eada"; }
230
+ .mgg-icons-list-dot:before { content: "\eadb"; }
231
+ .mgg-icons-lock:before { content: "\eadc"; }
232
+ .mgg-icons-logo-girasole-camuno:before { content: "\eadd"; }
233
+ .mgg-icons-logo-gpl:before { content: "\eade"; }
234
+ .mgg-icons-logo-ilibro:before { content: "\eadf"; }
235
+ .mgg-icons-map-city:before { content: "\eae0"; }
236
+ .mgg-icons-map-directions:before { content: "\eae1"; }
237
+ .mgg-icons-map-marker-off:before { content: "\eae2"; }
238
+ .mgg-icons-map-marker:before { content: "\eae3"; }
239
+ .mgg-icons-map-pin:before { content: "\eae4"; }
240
+ .mgg-icons-map-venue:before { content: "\eae5"; }
241
+ .mgg-icons-media-audio:before { content: "\eae6"; }
242
+ .mgg-icons-media-image:before { content: "\eae7"; }
243
+ .mgg-icons-media-video:before { content: "\eae8"; }
244
+ .mgg-icons-menu-main:before { content: "\eae9"; }
245
+ .mgg-icons-menu-more-horizontal:before { content: "\eaea"; }
246
+ .mgg-icons-menu-more:before { content: "\eaeb"; }
247
+ .mgg-icons-message:before { content: "\eaec"; }
248
+ .mgg-icons-move-row-down:before { content: "\eaed"; }
249
+ .mgg-icons-move-row-up:before { content: "\eaee"; }
250
+ .mgg-icons-navigate-external-link:before { content: "\eaef"; }
251
+ .mgg-icons-navigate-internal-link:before { content: "\eaf0"; }
252
+ .mgg-icons-navigation-hide:before { content: "\eaf1"; }
253
+ .mgg-icons-navigation-show:before { content: "\eaf2"; }
254
+ .mgg-icons-new-release:before { content: "\eaf3"; }
255
+ .mgg-icons-notifications:before { content: "\eaf4"; }
256
+ .mgg-icons-office:before { content: "\eaf5"; }
257
+ .mgg-icons-order-return-down_left-to_right:before { content: "\eaf6"; }
258
+ .mgg-icons-order-return-down_left-to_up:before { content: "\eaf7"; }
259
+ .mgg-icons-order-return-down_right-to_left:before { content: "\eaf8"; }
260
+ .mgg-icons-order-return-down_right-to_up:before { content: "\eaf9"; }
261
+ .mgg-icons-order-return-up_left-to_down:before { content: "\eafa"; }
262
+ .mgg-icons-order-return-up_left-to_right:before { content: "\eafb"; }
263
+ .mgg-icons-order-return-up_right-to_down:before { content: "\eafc"; }
264
+ .mgg-icons-order-return-up_right-to_left:before { content: "\eafd"; }
265
+ .mgg-icons-order-zigzag-down_left-to_right:before { content: "\eafe"; }
266
+ .mgg-icons-order-zigzag-down_left-to_up:before { content: "\eaff"; }
267
+ .mgg-icons-order-zigzag-down_right-to_left:before { content: "\eb00"; }
268
+ .mgg-icons-order-zigzag-down_right-to_up:before { content: "\eb01"; }
269
+ .mgg-icons-order-zigzag-up_left-to_down:before { content: "\eb02"; }
270
+ .mgg-icons-order-zigzag-up_left-to_right:before { content: "\eb03"; }
271
+ .mgg-icons-order-zigzag-up_right-to_down:before { content: "\eb04"; }
272
+ .mgg-icons-order-zigzag-up_right-to_left:before { content: "\eb05"; }
273
+ .mgg-icons-paginator-first:before { content: "\eb06"; }
274
+ .mgg-icons-paginator-last:before { content: "\eb07"; }
275
+ .mgg-icons-paginator-next:before { content: "\eb08"; }
276
+ .mgg-icons-paginator-previous:before { content: "\eb09"; }
277
+ .mgg-icons-payments:before { content: "\eb0a"; }
278
+ .mgg-icons-peripheral-hard-drive:before { content: "\eb0b"; }
279
+ .mgg-icons-peripheral-headset-mic:before { content: "\eb0c"; }
280
+ .mgg-icons-peripheral-headset:before { content: "\eb0d"; }
281
+ .mgg-icons-peripheral-keyboard:before { content: "\eb0e"; }
282
+ .mgg-icons-peripheral-sim:before { content: "\eb0f"; }
283
+ .mgg-icons-places-apartment:before { content: "\eb10"; }
284
+ .mgg-icons-places-billboard:before { content: "\eb11"; }
285
+ .mgg-icons-places-farm:before { content: "\eb12"; }
286
+ .mgg-icons-places-holiday-beach:before { content: "\eb13"; }
287
+ .mgg-icons-places-home:before { content: "\eb14"; }
288
+ .mgg-icons-places-institute:before { content: "\eb15"; }
289
+ .mgg-icons-places-multiple:before { content: "\eb16"; }
290
+ .mgg-icons-places-park:before { content: "\eb17"; }
291
+ .mgg-icons-places-spa:before { content: "\eb18"; }
292
+ .mgg-icons-places-store-access-denied:before { content: "\eb19"; }
293
+ .mgg-icons-places-store:before { content: "\eb1a"; }
294
+ .mgg-icons-plumbing:before { content: "\eb1b"; }
295
+ .mgg-icons-privileges:before { content: "\eb1c"; }
296
+ .mgg-icons-rating-empty:before { content: "\eb1d"; }
297
+ .mgg-icons-rating-full:before { content: "\eb1e"; }
298
+ .mgg-icons-rating-half:before { content: "\eb1f"; }
299
+ .mgg-icons-read-only:before { content: "\eb20"; }
300
+ .mgg-icons-recycle:before { content: "\eb21"; }
301
+ .mgg-icons-remove-circle-outline:before { content: "\eb22"; }
302
+ .mgg-icons-remove-circle:before { content: "\eb23"; }
303
+ .mgg-icons-role-admin:before { content: "\eb24"; }
304
+ .mgg-icons-role-editor:before { content: "\eb25"; }
305
+ .mgg-icons-role-owner:before { content: "\eb26"; }
306
+ .mgg-icons-role-subscriber:before { content: "\eb27"; }
307
+ .mgg-icons-rule:before { content: "\eb28"; }
308
+ .mgg-icons-school:before { content: "\eb29"; }
309
+ .mgg-icons-security-code:before { content: "\eb2a"; }
310
+ .mgg-icons-security-fingerprint:before { content: "\eb2b"; }
311
+ .mgg-icons-security-password:before { content: "\eb2c"; }
312
+ .mgg-icons-send-progress:before { content: "\eb2d"; }
313
+ .mgg-icons-sent:before { content: "\eb2e"; }
314
+ .mgg-icons-sentiment-dissatisfied:before { content: "\eb2f"; }
315
+ .mgg-icons-sentiment-neutral:before { content: "\eb30"; }
316
+ .mgg-icons-sentiment-satisfied:before { content: "\eb31"; }
317
+ .mgg-icons-settings:before { content: "\eb32"; }
318
+ .mgg-icons-share-alt:before { content: "\eb33"; }
319
+ .mgg-icons-share:before { content: "\eb34"; }
320
+ .mgg-icons-shop-cart-empty:before { content: "\eb35"; }
321
+ .mgg-icons-shop-cart:before { content: "\eb36"; }
322
+ .mgg-icons-shop-store:before { content: "\eb37"; }
323
+ .mgg-icons-signature:before { content: "\eb38"; }
324
+ .mgg-icons-signpost:before { content: "\eb39"; }
325
+ .mgg-icons-skip-forward:before { content: "\eb3a"; }
326
+ .mgg-icons-sort-as:before { content: "\eb3b"; }
327
+ .mgg-icons-sort-desc:before { content: "\eb3c"; }
328
+ .mgg-icons-sort:before { content: "\eb3d"; }
329
+ .mgg-icons-source-web:before { content: "\eb3e"; }
330
+ .mgg-icons-status-error-outline:before { content: "\eb3f"; }
331
+ .mgg-icons-status-error:before { content: "\eb40"; }
332
+ .mgg-icons-status-false:before { content: "\eb41"; }
333
+ .mgg-icons-status-info:before { content: "\eb42"; }
334
+ .mgg-icons-status-null:before { content: "\eb43"; }
335
+ .mgg-icons-status-pending:before { content: "\eb44"; }
336
+ .mgg-icons-status-success:before { content: "\eb45"; }
337
+ .mgg-icons-status-true:before { content: "\eb46"; }
338
+ .mgg-icons-status-warning-outline:before { content: "\eb47"; }
339
+ .mgg-icons-status-warning:before { content: "\eb48"; }
340
+ .mgg-icons-sticky-note:before { content: "\eb49"; }
341
+ .mgg-icons-summary:before { content: "\eb4a"; }
342
+ .mgg-icons-tab:before { content: "\eb4b"; }
343
+ .mgg-icons-table-view:before { content: "\eb4c"; }
344
+ .mgg-icons-tag:before { content: "\eb4d"; }
345
+ .mgg-icons-talk-conversation:before { content: "\eb4e"; }
346
+ .mgg-icons-text-description:before { content: "\eb4f"; }
347
+ .mgg-icons-text-extract:before { content: "\eb50"; }
348
+ .mgg-icons-text-title:before { content: "\eb51"; }
349
+ .mgg-icons-time-calendar:before { content: "\eb52"; }
350
+ .mgg-icons-timer-outline:before { content: "\eb53"; }
351
+ .mgg-icons-timer:before { content: "\eb54"; }
352
+ .mgg-icons-tips:before { content: "\eb55"; }
353
+ .mgg-icons-todo-list:before { content: "\eb56"; }
354
+ .mgg-icons-todo:before { content: "\eb57"; }
355
+ .mgg-icons-todo_completed:before { content: "\eb58"; }
356
+ .mgg-icons-todo_completed_but_executable:before { content: "\eb59"; }
357
+ .mgg-icons-todo_incharge_by_me:before { content: "\eb5a"; }
358
+ .mgg-icons-todo_incharge_of_others:before { content: "\eb5b"; }
359
+ .mgg-icons-todo_incoming_declined:before { content: "\eb5c"; }
360
+ .mgg-icons-todo_incoming_take_incharge:before { content: "\eb5d"; }
361
+ .mgg-icons-todo_inevaluation:before { content: "\eb5e"; }
362
+ .mgg-icons-todo_inevaluation_to_others:before { content: "\eb5f"; }
363
+ .mgg-icons-todo_running_completed:before { content: "\eb60"; }
364
+ .mgg-icons-touchpoint-laptop:before { content: "\eb61"; }
365
+ .mgg-icons-touchpoint-smartphone:before { content: "\eb62"; }
366
+ .mgg-icons-touchpoint-tablet:before { content: "\eb63"; }
367
+ .mgg-icons-touchpoint-tv:before { content: "\eb64"; }
368
+ .mgg-icons-touchpoint-watch:before { content: "\eb65"; }
369
+ .mgg-icons-touchpoint:before { content: "\eb66"; }
370
+ .mgg-icons-travel-car:before { content: "\eb67"; }
371
+ .mgg-icons-tree-view:before { content: "\eb68"; }
372
+ .mgg-icons-updated:before { content: "\eb69"; }
373
+ .mgg-icons-user-accessibility:before { content: "\eb6a"; }
374
+ .mgg-icons-user-dead:before { content: "\eb6b"; }
375
+ .mgg-icons-user-department:before { content: "\eb6c"; }
376
+ .mgg-icons-user-details:before { content: "\eb6d"; }
377
+ .mgg-icons-user-job:before { content: "\eb6e"; }
378
+ .mgg-icons-user-location:before { content: "\eb6f"; }
379
+ .mgg-icons-user-mention:before { content: "\eb70"; }
380
+ .mgg-icons-user-offline:before { content: "\eb71"; }
381
+ .mgg-icons-user-online:before { content: "\eb72"; }
382
+ .mgg-icons-user-privileges:before { content: "\eb73"; }
383
+ .mgg-icons-user-roles:before { content: "\eb74"; }
384
+ .mgg-icons-user-search:before { content: "\eb75"; }
385
+ .mgg-icons-user-team:before { content: "\eb76"; }
386
+ .mgg-icons-user:before { content: "\eb77"; }
387
+ .mgg-icons-vehicle-agriculture:before { content: "\eb78"; }
388
+ .mgg-icons-vehicle-car:before { content: "\eb79"; }
389
+ .mgg-icons-vehicle-excavator:before { content: "\eb7a"; }
390
+ .mgg-icons-vehicle-moped:before { content: "\eb7b"; }
391
+ .mgg-icons-vehicle-motorcycle:before { content: "\eb7c"; }
392
+ .mgg-icons-vehicle-trailer:before { content: "\eb7d"; }
393
+ .mgg-icons-view-comfy:before { content: "\eb7e"; }
394
+ .mgg-icons-view-side-by-side:before { content: "\eb7f"; }
395
+ .mgg-icons-wallet:before { content: "\eb80"; }
396
+ .mgg-icons-weather-sun:before { content: "\eb81"; }
397
+ .mgg-icons-weather:before { content: "\eb82"; }
398
+ .mgg-icons-weight-lifter:before { content: "\eb83"; }
399
+ .mgg-icons-work-project-outline:before { content: "\eb84"; }
400
+ .mgg-icons-work-project:before { content: "\eb85"; }
401
+ .mgg-icons-workspace:before { content: "\eb86"; }
402
+ .mgg-icons-write-only:before { content: "\eb87"; }
403
+ .mgg-icons-zen-mode:before { content: "\eb88"; }