@maggioli-design-system/icons 1.31.2 → 1.32.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 (66) hide show
  1. package/base64/mgg-icons-classes.css +211 -198
  2. package/base64/mgg-icons-font-face.css +1 -1
  3. package/base64/mgg-icons.css +212 -199
  4. package/dictionary.json +13 -0
  5. package/fonts/mgg-icons.eot +0 -0
  6. package/fonts/mgg-icons.svg +237 -198
  7. package/fonts/mgg-icons.symbol.svg +2 -2
  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/index.html +2 -2
  12. package/mgg-icons.css +217 -204
  13. package/mgg-icons.d.ts +15 -2
  14. package/mgg-icons.less +217 -204
  15. package/mgg-icons.module.less +217 -204
  16. package/mgg-icons.scss +428 -402
  17. package/mgg-icons.styl +217 -204
  18. package/original/base64/mgg-icons-classes.css +232 -219
  19. package/original/base64/mgg-icons-font-face.css +1 -1
  20. package/original/base64/mgg-icons.css +233 -220
  21. package/original/dictionary.json +13 -0
  22. package/original/fonts/mgg-icons.eot +0 -0
  23. package/original/fonts/mgg-icons.svg +258 -219
  24. package/original/fonts/mgg-icons.symbol.svg +3 -3
  25. package/original/fonts/mgg-icons.ttf +0 -0
  26. package/original/fonts/mgg-icons.woff +0 -0
  27. package/original/fonts/mgg-icons.woff2 +0 -0
  28. package/original/index.html +2 -2
  29. package/original/mgg-icons.css +238 -225
  30. package/original/mgg-icons.d.ts +15 -2
  31. package/original/mgg-icons.less +238 -225
  32. package/original/mgg-icons.module.less +238 -225
  33. package/original/mgg-icons.scss +470 -444
  34. package/original/mgg-icons.styl +238 -225
  35. package/original/svg/file-odt.svg +1 -0
  36. package/original/svg/file-rtf.svg +1 -0
  37. package/original/svg/file-word.svg +1 -0
  38. package/original/svg/todo-IN-prendere-in-carico.svg +1 -0
  39. package/original/svg/todo-IN-rifiutato.svg +1 -0
  40. package/original/svg/todo-completato-ma-rieseguibile.svg +1 -0
  41. package/original/svg/todo-completato.svg +1 -0
  42. package/original/svg/todo-in-carico-da-altri.svg +1 -0
  43. package/original/svg/todo-in-carico-da-me.svg +1 -0
  44. package/original/svg/todo-in-valutazione.svg +1 -0
  45. package/original/svg/todo-in/342/200/223valutazione-ad-altri.svg +1 -0
  46. package/original/svg/todo-running-completato.svg +1 -0
  47. package/original/svg/todo.svg +1 -0
  48. package/original/symbol.html +6 -6
  49. package/original/unicode.html +6 -6
  50. package/package.json +1 -2
  51. package/resources/mgg-icons.json +13 -0
  52. package/svg/file-type-odt.svg +1 -0
  53. package/svg/file-type-rtf.svg +1 -0
  54. package/svg/file-type-word.svg +1 -0
  55. package/svg/todo.svg +1 -0
  56. package/svg/todo_completed.svg +1 -0
  57. package/svg/todo_completed_but_executable.svg +1 -0
  58. package/svg/todo_incharge_by_me.svg +1 -0
  59. package/svg/todo_incharge_of_others.svg +1 -0
  60. package/svg/todo_incoming_declined.svg +1 -0
  61. package/svg/todo_incoming_take_incharge.svg +1 -0
  62. package/svg/todo_inevaluation.svg +1 -0
  63. package/svg/todo_inevaluation_to_others.svg +1 -0
  64. package/svg/todo_running completed.svg +1 -0
  65. package/symbol.html +6 -6
  66. package/unicode.html +6 -6
@@ -181,201 +181,214 @@
181
181
  .mgg-icons-file-type-data:before { content: "\eaaa"; }
182
182
  .mgg-icons-file-type-document:before { content: "\eaab"; }
183
183
  .mgg-icons-file-type-img:before { content: "\eaac"; }
184
- .mgg-icons-file-type-pdf:before { content: "\eaad"; }
185
- .mgg-icons-file-type-signature:before { content: "\eaae"; }
186
- .mgg-icons-file-type-vector:before { content: "\eaaf"; }
187
- .mgg-icons-file-unlock:before { content: "\eab0"; }
188
- .mgg-icons-file-upload:before { content: "\eab1"; }
189
- .mgg-icons-finance-contactless:before { content: "\eab2"; }
190
- .mgg-icons-finance-euro-currency:before { content: "\eab3"; }
191
- .mgg-icons-finance-pie-chart:before { content: "\eab4"; }
192
- .mgg-icons-finance-savings:before { content: "\eab5"; }
193
- .mgg-icons-finance-wallet:before { content: "\eab6"; }
194
- .mgg-icons-flag-checkered:before { content: "\eab7"; }
195
- .mgg-icons-folder-remove:before { content: "\eab8"; }
196
- .mgg-icons-form-checkbox-checked-clean:before { content: "\eab9"; }
197
- .mgg-icons-form-checkbox-checked:before { content: "\eaba"; }
198
- .mgg-icons-form-checkbox-indeterminate:before { content: "\eabb"; }
199
- .mgg-icons-form-checkbox-unchecked:before { content: "\eabc"; }
200
- .mgg-icons-form-dropdown:before { content: "\eabd"; }
201
- .mgg-icons-form-radio-checked:before { content: "\eabe"; }
202
- .mgg-icons-form-radio-unchecked:before { content: "\eabf"; }
203
- .mgg-icons-format-quote-close:before { content: "\eac0"; }
204
- .mgg-icons-format-quote-open:before { content: "\eac1"; }
205
- .mgg-icons-forward:before { content: "\eac2"; }
206
- .mgg-icons-fullscreen-off:before { content: "\eac3"; }
207
- .mgg-icons-fullscreen-on:before { content: "\eac4"; }
208
- .mgg-icons-gantt:before { content: "\eac5"; }
209
- .mgg-icons-head-question:before { content: "\eac6"; }
210
- .mgg-icons-health-mask:before { content: "\eac7"; }
211
- .mgg-icons-heart-outline:before { content: "\eac8"; }
212
- .mgg-icons-heart:before { content: "\eac9"; }
213
- .mgg-icons-help-support:before { content: "\eaca"; }
214
- .mgg-icons-help:before { content: "\eacb"; }
215
- .mgg-icons-home-group:before { content: "\eacc"; }
216
- .mgg-icons-home-heart:before { content: "\eacd"; }
217
- .mgg-icons-import:before { content: "\eace"; }
218
- .mgg-icons-input-calendar:before { content: "\eacf"; }
219
- .mgg-icons-input-tags:before { content: "\ead0"; }
220
- .mgg-icons-input-time:before { content: "\ead1"; }
221
- .mgg-icons-internationalization:before { content: "\ead2"; }
222
- .mgg-icons-label-important:before { content: "\ead3"; }
223
- .mgg-icons-list-dot:before { content: "\ead4"; }
224
- .mgg-icons-lock:before { content: "\ead5"; }
225
- .mgg-icons-logo-girasole-camuno:before { content: "\ead6"; }
226
- .mgg-icons-logo-gpl:before { content: "\ead7"; }
227
- .mgg-icons-logo-ilibro:before { content: "\ead8"; }
228
- .mgg-icons-map-city:before { content: "\ead9"; }
229
- .mgg-icons-map-directions:before { content: "\eada"; }
230
- .mgg-icons-map-marker-off:before { content: "\eadb"; }
231
- .mgg-icons-map-marker:before { content: "\eadc"; }
232
- .mgg-icons-map-pin:before { content: "\eadd"; }
233
- .mgg-icons-map-venue:before { content: "\eade"; }
234
- .mgg-icons-media-audio:before { content: "\eadf"; }
235
- .mgg-icons-media-image:before { content: "\eae0"; }
236
- .mgg-icons-media-video:before { content: "\eae1"; }
237
- .mgg-icons-menu-main:before { content: "\eae2"; }
238
- .mgg-icons-menu-more-horizontal:before { content: "\eae3"; }
239
- .mgg-icons-menu-more:before { content: "\eae4"; }
240
- .mgg-icons-message:before { content: "\eae5"; }
241
- .mgg-icons-move-row-down:before { content: "\eae6"; }
242
- .mgg-icons-move-row-up:before { content: "\eae7"; }
243
- .mgg-icons-navigate-external-link:before { content: "\eae8"; }
244
- .mgg-icons-navigate-internal-link:before { content: "\eae9"; }
245
- .mgg-icons-navigation-hide:before { content: "\eaea"; }
246
- .mgg-icons-navigation-show:before { content: "\eaeb"; }
247
- .mgg-icons-new-release:before { content: "\eaec"; }
248
- .mgg-icons-notifications:before { content: "\eaed"; }
249
- .mgg-icons-office:before { content: "\eaee"; }
250
- .mgg-icons-order-return-down_left-to_right:before { content: "\eaef"; }
251
- .mgg-icons-order-return-down_left-to_up:before { content: "\eaf0"; }
252
- .mgg-icons-order-return-down_right-to_left:before { content: "\eaf1"; }
253
- .mgg-icons-order-return-down_right-to_up:before { content: "\eaf2"; }
254
- .mgg-icons-order-return-up_left-to_down:before { content: "\eaf3"; }
255
- .mgg-icons-order-return-up_left-to_right:before { content: "\eaf4"; }
256
- .mgg-icons-order-return-up_right-to_down:before { content: "\eaf5"; }
257
- .mgg-icons-order-return-up_right-to_left:before { content: "\eaf6"; }
258
- .mgg-icons-order-zigzag-down_left-to_right:before { content: "\eaf7"; }
259
- .mgg-icons-order-zigzag-down_left-to_up:before { content: "\eaf8"; }
260
- .mgg-icons-order-zigzag-down_right-to_left:before { content: "\eaf9"; }
261
- .mgg-icons-order-zigzag-down_right-to_up:before { content: "\eafa"; }
262
- .mgg-icons-order-zigzag-up_left-to_down:before { content: "\eafb"; }
263
- .mgg-icons-order-zigzag-up_left-to_right:before { content: "\eafc"; }
264
- .mgg-icons-order-zigzag-up_right-to_down:before { content: "\eafd"; }
265
- .mgg-icons-order-zigzag-up_right-to_left:before { content: "\eafe"; }
266
- .mgg-icons-paginator-first:before { content: "\eaff"; }
267
- .mgg-icons-paginator-last:before { content: "\eb00"; }
268
- .mgg-icons-paginator-next:before { content: "\eb01"; }
269
- .mgg-icons-paginator-previous:before { content: "\eb02"; }
270
- .mgg-icons-payments:before { content: "\eb03"; }
271
- .mgg-icons-peripheral-hard-drive:before { content: "\eb04"; }
272
- .mgg-icons-peripheral-headset-mic:before { content: "\eb05"; }
273
- .mgg-icons-peripheral-headset:before { content: "\eb06"; }
274
- .mgg-icons-peripheral-keyboard:before { content: "\eb07"; }
275
- .mgg-icons-peripheral-sim:before { content: "\eb08"; }
276
- .mgg-icons-places-apartment:before { content: "\eb09"; }
277
- .mgg-icons-places-billboard:before { content: "\eb0a"; }
278
- .mgg-icons-places-farm:before { content: "\eb0b"; }
279
- .mgg-icons-places-holiday-beach:before { content: "\eb0c"; }
280
- .mgg-icons-places-home:before { content: "\eb0d"; }
281
- .mgg-icons-places-institute:before { content: "\eb0e"; }
282
- .mgg-icons-places-multiple:before { content: "\eb0f"; }
283
- .mgg-icons-places-park:before { content: "\eb10"; }
284
- .mgg-icons-places-spa:before { content: "\eb11"; }
285
- .mgg-icons-places-store-access-denied:before { content: "\eb12"; }
286
- .mgg-icons-places-store:before { content: "\eb13"; }
287
- .mgg-icons-privileges:before { content: "\eb14"; }
288
- .mgg-icons-rating-empty:before { content: "\eb15"; }
289
- .mgg-icons-rating-full:before { content: "\eb16"; }
290
- .mgg-icons-rating-half:before { content: "\eb17"; }
291
- .mgg-icons-read-only:before { content: "\eb18"; }
292
- .mgg-icons-recycle:before { content: "\eb19"; }
293
- .mgg-icons-remove-circle-outline:before { content: "\eb1a"; }
294
- .mgg-icons-role-admin:before { content: "\eb1b"; }
295
- .mgg-icons-role-editor:before { content: "\eb1c"; }
296
- .mgg-icons-role-owner:before { content: "\eb1d"; }
297
- .mgg-icons-role-subscriber:before { content: "\eb1e"; }
298
- .mgg-icons-rule:before { content: "\eb1f"; }
299
- .mgg-icons-school:before { content: "\eb20"; }
300
- .mgg-icons-security-code:before { content: "\eb21"; }
301
- .mgg-icons-security-fingerprint:before { content: "\eb22"; }
302
- .mgg-icons-security-password:before { content: "\eb23"; }
303
- .mgg-icons-send-progress:before { content: "\eb24"; }
304
- .mgg-icons-sent:before { content: "\eb25"; }
305
- .mgg-icons-sentiment-dissatisfied:before { content: "\eb26"; }
306
- .mgg-icons-sentiment-neutral:before { content: "\eb27"; }
307
- .mgg-icons-sentiment-satisfied:before { content: "\eb28"; }
308
- .mgg-icons-settings:before { content: "\eb29"; }
309
- .mgg-icons-share-alt:before { content: "\eb2a"; }
310
- .mgg-icons-share:before { content: "\eb2b"; }
311
- .mgg-icons-shop-cart-empty:before { content: "\eb2c"; }
312
- .mgg-icons-shop-cart:before { content: "\eb2d"; }
313
- .mgg-icons-shop-store:before { content: "\eb2e"; }
314
- .mgg-icons-signature:before { content: "\eb2f"; }
315
- .mgg-icons-skip-forward:before { content: "\eb30"; }
316
- .mgg-icons-sort-as:before { content: "\eb31"; }
317
- .mgg-icons-sort-desc:before { content: "\eb32"; }
318
- .mgg-icons-sort:before { content: "\eb33"; }
319
- .mgg-icons-source-web:before { content: "\eb34"; }
320
- .mgg-icons-status-error:before { content: "\eb35"; }
321
- .mgg-icons-status-false:before { content: "\eb36"; }
322
- .mgg-icons-status-info:before { content: "\eb37"; }
323
- .mgg-icons-status-null:before { content: "\eb38"; }
324
- .mgg-icons-status-pending:before { content: "\eb39"; }
325
- .mgg-icons-status-success:before { content: "\eb3a"; }
326
- .mgg-icons-status-true:before { content: "\eb3b"; }
327
- .mgg-icons-status-warning:before { content: "\eb3c"; }
328
- .mgg-icons-sticky-note:before { content: "\eb3d"; }
329
- .mgg-icons-summary:before { content: "\eb3e"; }
330
- .mgg-icons-tab:before { content: "\eb3f"; }
331
- .mgg-icons-table-view:before { content: "\eb40"; }
332
- .mgg-icons-tag:before { content: "\eb41"; }
333
- .mgg-icons-talk-conversation:before { content: "\eb42"; }
334
- .mgg-icons-text-description:before { content: "\eb43"; }
335
- .mgg-icons-text-extract:before { content: "\eb44"; }
336
- .mgg-icons-text-title:before { content: "\eb45"; }
337
- .mgg-icons-time-calendar:before { content: "\eb46"; }
338
- .mgg-icons-timer-outline:before { content: "\eb47"; }
339
- .mgg-icons-timer:before { content: "\eb48"; }
340
- .mgg-icons-tips:before { content: "\eb49"; }
341
- .mgg-icons-todo-list:before { content: "\eb4a"; }
342
- .mgg-icons-touchpoint-laptop:before { content: "\eb4b"; }
343
- .mgg-icons-touchpoint-smartphone:before { content: "\eb4c"; }
344
- .mgg-icons-touchpoint-tablet:before { content: "\eb4d"; }
345
- .mgg-icons-touchpoint-tv:before { content: "\eb4e"; }
346
- .mgg-icons-touchpoint-watch:before { content: "\eb4f"; }
347
- .mgg-icons-touchpoint:before { content: "\eb50"; }
348
- .mgg-icons-travel-car:before { content: "\eb51"; }
349
- .mgg-icons-tree-view:before { content: "\eb52"; }
350
- .mgg-icons-updated:before { content: "\eb53"; }
351
- .mgg-icons-user-accessibility:before { content: "\eb54"; }
352
- .mgg-icons-user-dead:before { content: "\eb55"; }
353
- .mgg-icons-user-department:before { content: "\eb56"; }
354
- .mgg-icons-user-details:before { content: "\eb57"; }
355
- .mgg-icons-user-job:before { content: "\eb58"; }
356
- .mgg-icons-user-location:before { content: "\eb59"; }
357
- .mgg-icons-user-mention:before { content: "\eb5a"; }
358
- .mgg-icons-user-offline:before { content: "\eb5b"; }
359
- .mgg-icons-user-online:before { content: "\eb5c"; }
360
- .mgg-icons-user-privileges:before { content: "\eb5d"; }
361
- .mgg-icons-user-roles:before { content: "\eb5e"; }
362
- .mgg-icons-user-search:before { content: "\eb5f"; }
363
- .mgg-icons-user-team:before { content: "\eb60"; }
364
- .mgg-icons-user:before { content: "\eb61"; }
365
- .mgg-icons-vehicle-agriculture:before { content: "\eb62"; }
366
- .mgg-icons-vehicle-car:before { content: "\eb63"; }
367
- .mgg-icons-vehicle-excavator:before { content: "\eb64"; }
368
- .mgg-icons-vehicle-moped:before { content: "\eb65"; }
369
- .mgg-icons-vehicle-motorcycle:before { content: "\eb66"; }
370
- .mgg-icons-vehicle-trailer:before { content: "\eb67"; }
371
- .mgg-icons-view-comfy:before { content: "\eb68"; }
372
- .mgg-icons-view-side-by-side:before { content: "\eb69"; }
373
- .mgg-icons-wallet:before { content: "\eb6a"; }
374
- .mgg-icons-weather-sun:before { content: "\eb6b"; }
375
- .mgg-icons-weather:before { content: "\eb6c"; }
376
- .mgg-icons-weight-lifter:before { content: "\eb6d"; }
377
- .mgg-icons-work-project-outline:before { content: "\eb6e"; }
378
- .mgg-icons-work-project:before { content: "\eb6f"; }
379
- .mgg-icons-workspace:before { content: "\eb70"; }
380
- .mgg-icons-write-only:before { content: "\eb71"; }
381
- .mgg-icons-zen-mode:before { content: "\eb72"; }
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"; }