curo-material-interface 0.0.4 → 0.0.5

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 (42) hide show
  1. checksums.yaml +4 -4
  2. data/lib/assets/fonts/mdi/LICENSE.txt +96 -428
  3. data/lib/assets/fonts/mdi/materialdesignicons-webfont.eot +0 -0
  4. data/lib/assets/fonts/mdi/materialdesignicons-webfont.svg +3198 -0
  5. data/lib/assets/fonts/mdi/materialdesignicons-webfont.ttf +0 -0
  6. data/lib/assets/fonts/mdi/materialdesignicons-webfont.woff +0 -0
  7. data/lib/assets/fonts/mdi/materialdesignicons-webfont.woff2 +0 -0
  8. data/lib/assets/javascripts/cmi/behaviors/form_select_behavior.coffee +22 -0
  9. data/lib/assets/javascripts/cmi/behaviors/form_text_field_behavior.coffee +14 -3
  10. data/lib/assets/javascripts/cmi/behaviors/tabs_behavior.coffee +36 -2
  11. data/lib/assets/javascripts/cmi/form_components/select.coffee +274 -0
  12. data/lib/assets/javascripts/cmi/form_components/text_field.coffee +1 -1
  13. data/lib/assets/javascripts/cmi/tabs.coffee +60 -29
  14. data/lib/assets/stylesheets/cmi/_global.sass +7 -8
  15. data/lib/assets/stylesheets/cmi/_icons.sass +1 -2242
  16. data/lib/assets/stylesheets/cmi/_mixins.sass +24 -0
  17. data/lib/assets/stylesheets/cmi/_reset.sass +3 -3
  18. data/lib/assets/stylesheets/cmi/_variables.sass +21 -6
  19. data/lib/assets/stylesheets/cmi/components/_buttons.sass +143 -2
  20. data/lib/assets/stylesheets/cmi/components/_cards.sass +105 -0
  21. data/lib/assets/stylesheets/cmi/components/_flex-modal-ie.sass +21 -0
  22. data/lib/assets/stylesheets/cmi/components/_flex-modal.sass +59 -40
  23. data/lib/assets/stylesheets/cmi/components/_lists.sass +61 -0
  24. data/lib/assets/stylesheets/cmi/components/_loading-indicator.sass +26 -4
  25. data/lib/assets/stylesheets/cmi/components/_ripples.sass +1 -0
  26. data/lib/assets/stylesheets/cmi/components/_tables.sass +37 -0
  27. data/lib/assets/stylesheets/cmi/form_components/_checkbox.sass +14 -14
  28. data/lib/assets/stylesheets/cmi/form_components/_inputs.sass +83 -0
  29. data/lib/assets/stylesheets/cmi/form_components/_selects.sass +58 -0
  30. data/lib/assets/stylesheets/cmi/form_components/_text_field.sass +0 -84
  31. data/lib/assets/stylesheets/cmi/mdi/_core.scss +9 -0
  32. data/lib/assets/stylesheets/cmi/mdi/_icons.scss +19 -0
  33. data/lib/assets/stylesheets/cmi/mdi/_materialdesignicons.scss +5 -0
  34. data/lib/assets/stylesheets/cmi/mdi/_path.scss +11 -0
  35. data/lib/assets/stylesheets/cmi/mdi/_variables.scss +4 -0
  36. data/lib/curo_material_interface/engine.rb +11 -5
  37. data/lib/curo_material_interface/version.rb +1 -1
  38. metadata +20 -6
  39. data/lib/assets/fonts/mdi/Material-Design-Icons.eot +0 -0
  40. data/lib/assets/fonts/mdi/Material-Design-Icons.svg +0 -751
  41. data/lib/assets/fonts/mdi/Material-Design-Icons.ttf +0 -0
  42. data/lib/assets/fonts/mdi/Material-Design-Icons.woff +0 -0
@@ -1,2242 +1 @@
1
-
2
- // @font-face
3
- // font-family: "Material-Design-Icons"
4
- // src: font-url("mdi/Material-Design-Icons.eot?-g7cqhn")
5
- // src: font-url("mdi/Material-Design-Icons.eot?#iefix-g7cqhn") format("embedded-opentype"), font-url("mdi/Material-Design-Icons.woff?-g7cqhn") format("woff"), font-url("mdi/Material-Design-Icons.ttf?-g7cqhn") format("truetype"), font-url("mdi/Material-Design-Icons.svg?-g7cqhn#Material-Design-Icons") format("svg")
6
- // font-weight: normal
7
- // font-style: normal
8
-
9
- [class^="mdi-"], [class*=" mdi-"]
10
- font-family: "Material-Design-Icons"
11
- speak: none
12
- font-style: normal
13
- font-weight: normal
14
- font-variant: normal
15
- text-transform: none
16
- /* Better Font Rendering =========== */
17
- -webkit-font-smoothing: antialiased
18
- -moz-osx-font-smoothing: grayscale
19
-
20
- .mdi-action-3d-rotation:before
21
- content: "\e600"
22
-
23
- .mdi-action-accessibility:before
24
- content: "\e601"
25
-
26
- .mdi-action-account-balance:before
27
- content: "\e602"
28
-
29
- .mdi-action-account-balance-wallet:before
30
- content: "\e603"
31
-
32
- .mdi-action-account-box:before
33
- content: "\e604"
34
-
35
- .mdi-action-account-child:before
36
- content: "\e605"
37
-
38
- .mdi-action-account-circle:before
39
- content: "\e606"
40
-
41
- .mdi-action-add-shopping-cart:before
42
- content: "\e607"
43
-
44
- .mdi-action-alarm:before
45
- content: "\e608"
46
-
47
- .mdi-action-alarm-add:before
48
- content: "\e609"
49
-
50
- .mdi-action-alarm-off:before
51
- content: "\e60a"
52
-
53
- .mdi-action-alarm-on:before
54
- content: "\e60b"
55
-
56
- .mdi-action-android:before
57
- content: "\e60c"
58
-
59
- .mdi-action-announcement:before
60
- content: "\e60d"
61
-
62
- .mdi-action-aspect-ratio:before
63
- content: "\e60e"
64
-
65
- .mdi-action-assessment:before
66
- content: "\e60f"
67
-
68
- .mdi-action-assignment:before
69
- content: "\e610"
70
-
71
- .mdi-action-assignment-ind:before
72
- content: "\e611"
73
-
74
- .mdi-action-assignment-late:before
75
- content: "\e612"
76
-
77
- .mdi-action-assignment-return:before
78
- content: "\e613"
79
-
80
- .mdi-action-assignment-returned:before
81
- content: "\e614"
82
-
83
- .mdi-action-assignment-turned-in:before
84
- content: "\e615"
85
-
86
- .mdi-action-autorenew:before
87
- content: "\e616"
88
-
89
- .mdi-action-backup:before
90
- content: "\e617"
91
-
92
- .mdi-action-book:before
93
- content: "\e618"
94
-
95
- .mdi-action-bookmark:before
96
- content: "\e619"
97
-
98
- .mdi-action-bookmark-outline:before
99
- content: "\e61a"
100
-
101
- .mdi-action-bug-report:before
102
- content: "\e61b"
103
-
104
- .mdi-action-cached:before
105
- content: "\e61c"
106
-
107
- .mdi-action-class:before
108
- content: "\e61d"
109
-
110
- .mdi-action-credit-card:before
111
- content: "\e61e"
112
-
113
- .mdi-action-dashboard:before
114
- content: "\e61f"
115
-
116
- .mdi-action-delete:before
117
- content: "\e620"
118
-
119
- .mdi-action-description:before
120
- content: "\e621"
121
-
122
- .mdi-action-dns:before
123
- content: "\e622"
124
-
125
- .mdi-action-done:before
126
- content: "\e623"
127
-
128
- .mdi-action-done-all:before
129
- content: "\e624"
130
-
131
- .mdi-action-event:before
132
- content: "\e625"
133
-
134
- .mdi-action-exit-to-app:before
135
- content: "\e626"
136
-
137
- .mdi-action-explore:before
138
- content: "\e627"
139
-
140
- .mdi-action-extension:before
141
- content: "\e628"
142
-
143
- .mdi-action-face-unlock:before
144
- content: "\e629"
145
-
146
- .mdi-action-favorite:before
147
- content: "\e62a"
148
-
149
- .mdi-action-favorite-outline:before
150
- content: "\e62b"
151
-
152
- .mdi-action-find-in-page:before
153
- content: "\e62c"
154
-
155
- .mdi-action-find-replace:before
156
- content: "\e62d"
157
-
158
- .mdi-action-flip-to-back:before
159
- content: "\e62e"
160
-
161
- .mdi-action-flip-to-front:before
162
- content: "\e62f"
163
-
164
- .mdi-action-get-app:before
165
- content: "\e630"
166
-
167
- .mdi-action-grade:before
168
- content: "\e631"
169
-
170
- .mdi-action-group-work:before
171
- content: "\e632"
172
-
173
- .mdi-action-help:before
174
- content: "\e633"
175
-
176
- .mdi-action-highlight-remove:before
177
- content: "\e634"
178
-
179
- .mdi-action-history:before
180
- content: "\e635"
181
-
182
- .mdi-action-home:before
183
- content: "\e636"
184
-
185
- .mdi-action-https:before
186
- content: "\e637"
187
-
188
- .mdi-action-info:before
189
- content: "\e638"
190
-
191
- .mdi-action-info-outline:before
192
- content: "\e639"
193
-
194
- .mdi-action-input:before
195
- content: "\e63a"
196
-
197
- .mdi-action-invert-colors:before
198
- content: "\e63b"
199
-
200
- .mdi-action-label:before
201
- content: "\e63c"
202
-
203
- .mdi-action-label-outline:before
204
- content: "\e63d"
205
-
206
- .mdi-action-language:before
207
- content: "\e63e"
208
-
209
- .mdi-action-launch:before
210
- content: "\e63f"
211
-
212
- .mdi-action-list:before
213
- content: "\e640"
214
-
215
- .mdi-action-lock:before
216
- content: "\e641"
217
-
218
- .mdi-action-lock-open:before
219
- content: "\e642"
220
-
221
- .mdi-action-lock-outline:before
222
- content: "\e643"
223
-
224
- .mdi-action-loyalty:before
225
- content: "\e644"
226
-
227
- .mdi-action-markunread-mailbox:before
228
- content: "\e645"
229
-
230
- .mdi-action-note-add:before
231
- content: "\e646"
232
-
233
- .mdi-action-open-in-browser:before
234
- content: "\e647"
235
-
236
- .mdi-action-open-in-new:before
237
- content: "\e648"
238
-
239
- .mdi-action-open-with:before
240
- content: "\e649"
241
-
242
- .mdi-action-pageview:before
243
- content: "\e64a"
244
-
245
- .mdi-action-payment:before
246
- content: "\e64b"
247
-
248
- .mdi-action-perm-camera-mic:before
249
- content: "\e64c"
250
-
251
- .mdi-action-perm-contact-cal:before
252
- content: "\e64d"
253
-
254
- .mdi-action-perm-data-setting:before
255
- content: "\e64e"
256
-
257
- .mdi-action-perm-device-info:before
258
- content: "\e64f"
259
-
260
- .mdi-action-perm-identity:before
261
- content: "\e650"
262
-
263
- .mdi-action-perm-media:before
264
- content: "\e651"
265
-
266
- .mdi-action-perm-phone-msg:before
267
- content: "\e652"
268
-
269
- .mdi-action-perm-scan-wifi:before
270
- content: "\e653"
271
-
272
- .mdi-action-picture-in-picture:before
273
- content: "\e654"
274
-
275
- .mdi-action-polymer:before
276
- content: "\e655"
277
-
278
- .mdi-action-print:before
279
- content: "\e656"
280
-
281
- .mdi-action-query-builder:before
282
- content: "\e657"
283
-
284
- .mdi-action-question-answer:before
285
- content: "\e658"
286
-
287
- .mdi-action-receipt:before
288
- content: "\e659"
289
-
290
- .mdi-action-redeem:before
291
- content: "\e65a"
292
-
293
- .mdi-action-report-problem:before
294
- content: "\e65b"
295
-
296
- .mdi-action-restore:before
297
- content: "\e65c"
298
-
299
- .mdi-action-room:before
300
- content: "\e65d"
301
-
302
- .mdi-action-schedule:before
303
- content: "\e65e"
304
-
305
- .mdi-action-search:before
306
- content: "\e65f"
307
-
308
- .mdi-action-settings:before
309
- content: "\e660"
310
-
311
- .mdi-action-settings-applications:before
312
- content: "\e661"
313
-
314
- .mdi-action-settings-backup-restore:before
315
- content: "\e662"
316
-
317
- .mdi-action-settings-bluetooth:before
318
- content: "\e663"
319
-
320
- .mdi-action-settings-cell:before
321
- content: "\e664"
322
-
323
- .mdi-action-settings-display:before
324
- content: "\e665"
325
-
326
- .mdi-action-settings-ethernet:before
327
- content: "\e666"
328
-
329
- .mdi-action-settings-input-antenna:before
330
- content: "\e667"
331
-
332
- .mdi-action-settings-input-component:before
333
- content: "\e668"
334
-
335
- .mdi-action-settings-input-composite:before
336
- content: "\e669"
337
-
338
- .mdi-action-settings-input-hdmi:before
339
- content: "\e66a"
340
-
341
- .mdi-action-settings-input-svideo:before
342
- content: "\e66b"
343
-
344
- .mdi-action-settings-overscan:before
345
- content: "\e66c"
346
-
347
- .mdi-action-settings-phone:before
348
- content: "\e66d"
349
-
350
- .mdi-action-settings-power:before
351
- content: "\e66e"
352
-
353
- .mdi-action-settings-remote:before
354
- content: "\e66f"
355
-
356
- .mdi-action-settings-voice:before
357
- content: "\e670"
358
-
359
- .mdi-action-shop:before
360
- content: "\e671"
361
-
362
- .mdi-action-shopping-basket:before
363
- content: "\e672"
364
-
365
- .mdi-action-shopping-cart:before
366
- content: "\e673"
367
-
368
- .mdi-action-shop-two:before
369
- content: "\e674"
370
-
371
- .mdi-action-speaker-notes:before
372
- content: "\e675"
373
-
374
- .mdi-action-spellcheck:before
375
- content: "\e676"
376
-
377
- .mdi-action-star-rate:before
378
- content: "\e677"
379
-
380
- .mdi-action-stars:before
381
- content: "\e678"
382
-
383
- .mdi-action-store:before
384
- content: "\e679"
385
-
386
- .mdi-action-subject:before
387
- content: "\e67a"
388
-
389
- .mdi-action-swap-horiz:before
390
- content: "\e67b"
391
-
392
- .mdi-action-swap-vert:before
393
- content: "\e67c"
394
-
395
- .mdi-action-swap-vert-circle:before
396
- content: "\e67d"
397
-
398
- .mdi-action-system-update-tv:before
399
- content: "\e67e"
400
-
401
- .mdi-action-tab:before
402
- content: "\e67f"
403
-
404
- .mdi-action-tab-unselected:before
405
- content: "\e680"
406
-
407
- .mdi-action-theaters:before
408
- content: "\e681"
409
-
410
- .mdi-action-thumb-down:before
411
- content: "\e682"
412
-
413
- .mdi-action-thumbs-up-down:before
414
- content: "\e683"
415
-
416
- .mdi-action-thumb-up:before
417
- content: "\e684"
418
-
419
- .mdi-action-toc:before
420
- content: "\e685"
421
-
422
- .mdi-action-today:before
423
- content: "\e686"
424
-
425
- .mdi-action-track-changes:before
426
- content: "\e687"
427
-
428
- .mdi-action-translate:before
429
- content: "\e688"
430
-
431
- .mdi-action-trending-down:before
432
- content: "\e689"
433
-
434
- .mdi-action-trending-neutral:before
435
- content: "\e68a"
436
-
437
- .mdi-action-trending-up:before
438
- content: "\e68b"
439
-
440
- .mdi-action-turned-in:before
441
- content: "\e68c"
442
-
443
- .mdi-action-turned-in-not:before
444
- content: "\e68d"
445
-
446
- .mdi-action-verified-user:before
447
- content: "\e68e"
448
-
449
- .mdi-action-view-agenda:before
450
- content: "\e68f"
451
-
452
- .mdi-action-view-array:before
453
- content: "\e690"
454
-
455
- .mdi-action-view-carousel:before
456
- content: "\e691"
457
-
458
- .mdi-action-view-column:before
459
- content: "\e692"
460
-
461
- .mdi-action-view-day:before
462
- content: "\e693"
463
-
464
- .mdi-action-view-headline:before
465
- content: "\e694"
466
-
467
- .mdi-action-view-list:before
468
- content: "\e695"
469
-
470
- .mdi-action-view-module:before
471
- content: "\e696"
472
-
473
- .mdi-action-view-quilt:before
474
- content: "\e697"
475
-
476
- .mdi-action-view-stream:before
477
- content: "\e698"
478
-
479
- .mdi-action-view-week:before
480
- content: "\e699"
481
-
482
- .mdi-action-visibility:before
483
- content: "\e69a"
484
-
485
- .mdi-action-visibility-off:before
486
- content: "\e69b"
487
-
488
- .mdi-action-wallet-giftcard:before
489
- content: "\e69c"
490
-
491
- .mdi-action-wallet-membership:before
492
- content: "\e69d"
493
-
494
- .mdi-action-wallet-travel:before
495
- content: "\e69e"
496
-
497
- .mdi-action-work:before
498
- content: "\e69f"
499
-
500
- .mdi-alert-error:before
501
- content: "\e6a0"
502
-
503
- .mdi-alert-warning:before
504
- content: "\e6a1"
505
-
506
- .mdi-av-album:before
507
- content: "\e6a2"
508
-
509
- .mdi-av-timer:before
510
- content: "\e6a3"
511
-
512
- .mdi-av-closed-caption:before
513
- content: "\e6a4"
514
-
515
- .mdi-av-equalizer:before
516
- content: "\e6a5"
517
-
518
- .mdi-av-explicit:before
519
- content: "\e6a6"
520
-
521
- .mdi-av-fast-forward:before
522
- content: "\e6a7"
523
-
524
- .mdi-av-fast-rewind:before
525
- content: "\e6a8"
526
-
527
- .mdi-av-games:before
528
- content: "\e6a9"
529
-
530
- .mdi-av-hearing:before
531
- content: "\e6aa"
532
-
533
- .mdi-av-high-quality:before
534
- content: "\e6ab"
535
-
536
- .mdi-av-loop:before
537
- content: "\e6ac"
538
-
539
- .mdi-av-mic:before
540
- content: "\e6ad"
541
-
542
- .mdi-av-mic-none:before
543
- content: "\e6ae"
544
-
545
- .mdi-av-mic-off:before
546
- content: "\e6af"
547
-
548
- .mdi-av-movie:before
549
- content: "\e6b0"
550
-
551
- .mdi-av-my-library-add:before
552
- content: "\e6b1"
553
-
554
- .mdi-av-my-library-books:before
555
- content: "\e6b2"
556
-
557
- .mdi-av-my-library-music:before
558
- content: "\e6b3"
559
-
560
- .mdi-av-new-releases:before
561
- content: "\e6b4"
562
-
563
- .mdi-av-not-interested:before
564
- content: "\e6b5"
565
-
566
- .mdi-av-pause:before
567
- content: "\e6b6"
568
-
569
- .mdi-av-pause-circle-fill:before
570
- content: "\e6b7"
571
-
572
- .mdi-av-pause-circle-outline:before
573
- content: "\e6b8"
574
-
575
- .mdi-av-play-arrow:before
576
- content: "\e6b9"
577
-
578
- .mdi-av-play-circle-fill:before
579
- content: "\e6ba"
580
-
581
- .mdi-av-play-circle-outline:before
582
- content: "\e6bb"
583
-
584
- .mdi-av-playlist-add:before
585
- content: "\e6bc"
586
-
587
- .mdi-av-play-shopping-bag:before
588
- content: "\e6bd"
589
-
590
- .mdi-av-queue:before
591
- content: "\e6be"
592
-
593
- .mdi-av-queue-music:before
594
- content: "\e6bf"
595
-
596
- .mdi-av-radio:before
597
- content: "\e6c0"
598
-
599
- .mdi-av-recent-actors:before
600
- content: "\e6c1"
601
-
602
- .mdi-av-repeat:before
603
- content: "\e6c2"
604
-
605
- .mdi-av-repeat-one:before
606
- content: "\e6c3"
607
-
608
- .mdi-av-replay:before
609
- content: "\e6c4"
610
-
611
- .mdi-av-shuffle:before
612
- content: "\e6c5"
613
-
614
- .mdi-av-skip-next:before
615
- content: "\e6c6"
616
-
617
- .mdi-av-skip-previous:before
618
- content: "\e6c7"
619
-
620
- .mdi-av-snooze:before
621
- content: "\e6c8"
622
-
623
- .mdi-av-stop:before
624
- content: "\e6c9"
625
-
626
- .mdi-av-subtitles:before
627
- content: "\e6ca"
628
-
629
- .mdi-av-surround-sound:before
630
- content: "\e6cb"
631
-
632
- .mdi-av-videocam:before
633
- content: "\e6cc"
634
-
635
- .mdi-av-videocam-off:before
636
- content: "\e6cd"
637
-
638
- .mdi-av-video-collection:before
639
- content: "\e6ce"
640
-
641
- .mdi-av-volume-down:before
642
- content: "\e6cf"
643
-
644
- .mdi-av-volume-mute:before
645
- content: "\e6d0"
646
-
647
- .mdi-av-volume-off:before
648
- content: "\e6d1"
649
-
650
- .mdi-av-volume-up:before
651
- content: "\e6d2"
652
-
653
- .mdi-av-web:before
654
- content: "\e6d3"
655
-
656
- .mdi-communication-business:before
657
- content: "\e6d4"
658
-
659
- .mdi-communication-call:before
660
- content: "\e6d5"
661
-
662
- .mdi-communication-call-end:before
663
- content: "\e6d6"
664
-
665
- .mdi-communication-call-made:before
666
- content: "\e6d7"
667
-
668
- .mdi-communication-call-merge:before
669
- content: "\e6d8"
670
-
671
- .mdi-communication-call-missed:before
672
- content: "\e6d9"
673
-
674
- .mdi-communication-call-received:before
675
- content: "\e6da"
676
-
677
- .mdi-communication-call-split:before
678
- content: "\e6db"
679
-
680
- .mdi-communication-chat:before
681
- content: "\e6dc"
682
-
683
- .mdi-communication-clear-all:before
684
- content: "\e6dd"
685
-
686
- .mdi-communication-comment:before
687
- content: "\e6de"
688
-
689
- .mdi-communication-contacts:before
690
- content: "\e6df"
691
-
692
- .mdi-communication-dialer-sip:before
693
- content: "\e6e0"
694
-
695
- .mdi-communication-dialpad:before
696
- content: "\e6e1"
697
-
698
- .mdi-communication-dnd-on:before
699
- content: "\e6e2"
700
-
701
- .mdi-communication-email:before
702
- content: "\e6e3"
703
-
704
- .mdi-communication-forum:before
705
- content: "\e6e4"
706
-
707
- .mdi-communication-import-export:before
708
- content: "\e6e5"
709
-
710
- .mdi-communication-invert-colors-off:before
711
- content: "\e6e6"
712
-
713
- .mdi-communication-invert-colors-on:before
714
- content: "\e6e7"
715
-
716
- .mdi-communication-live-help:before
717
- content: "\e6e8"
718
-
719
- .mdi-communication-location-off:before
720
- content: "\e6e9"
721
-
722
- .mdi-communication-location-on:before
723
- content: "\e6ea"
724
-
725
- .mdi-communication-message:before
726
- content: "\e6eb"
727
-
728
- .mdi-communication-messenger:before
729
- content: "\e6ec"
730
-
731
- .mdi-communication-no-sim:before
732
- content: "\e6ed"
733
-
734
- .mdi-communication-phone:before
735
- content: "\e6ee"
736
-
737
- .mdi-communication-portable-wifi-off:before
738
- content: "\e6ef"
739
-
740
- .mdi-communication-quick-contacts-dialer:before
741
- content: "\e6f0"
742
-
743
- .mdi-communication-quick-contacts-mail:before
744
- content: "\e6f1"
745
-
746
- .mdi-communication-ring-volume:before
747
- content: "\e6f2"
748
-
749
- .mdi-communication-stay-current-landscape:before
750
- content: "\e6f3"
751
-
752
- .mdi-communication-stay-current-portrait:before
753
- content: "\e6f4"
754
-
755
- .mdi-communication-stay-primary-landscape:before
756
- content: "\e6f5"
757
-
758
- .mdi-communication-stay-primary-portrait:before
759
- content: "\e6f6"
760
-
761
- .mdi-communication-swap-calls:before
762
- content: "\e6f7"
763
-
764
- .mdi-communication-textsms:before
765
- content: "\e6f8"
766
-
767
- .mdi-communication-voicemail:before
768
- content: "\e6f9"
769
-
770
- .mdi-communication-vpn-key:before
771
- content: "\e6fa"
772
-
773
- .mdi-content-add:before
774
- content: "\e6fb"
775
-
776
- .mdi-content-add-box:before
777
- content: "\e6fc"
778
-
779
- .mdi-content-add-circle:before
780
- content: "\e6fd"
781
-
782
- .mdi-content-add-circle-outline:before
783
- content: "\e6fe"
784
-
785
- .mdi-content-archive:before
786
- content: "\e6ff"
787
-
788
- .mdi-content-backspace:before
789
- content: "\e700"
790
-
791
- .mdi-content-block:before
792
- content: "\e701"
793
-
794
- .mdi-content-clear:before
795
- content: "\e702"
796
-
797
- .mdi-content-content-copy:before
798
- content: "\e703"
799
-
800
- .mdi-content-content-cut:before
801
- content: "\e704"
802
-
803
- .mdi-content-content-paste:before
804
- content: "\e705"
805
-
806
- .mdi-content-create:before
807
- content: "\e706"
808
-
809
- .mdi-content-drafts:before
810
- content: "\e707"
811
-
812
- .mdi-content-filter-list:before
813
- content: "\e708"
814
-
815
- .mdi-content-flag:before
816
- content: "\e709"
817
-
818
- .mdi-content-forward:before
819
- content: "\e70a"
820
-
821
- .mdi-content-gesture:before
822
- content: "\e70b"
823
-
824
- .mdi-content-inbox:before
825
- content: "\e70c"
826
-
827
- .mdi-content-link:before
828
- content: "\e70d"
829
-
830
- .mdi-content-mail:before
831
- content: "\e70e"
832
-
833
- .mdi-content-markunread:before
834
- content: "\e70f"
835
-
836
- .mdi-content-redo:before
837
- content: "\e710"
838
-
839
- .mdi-content-remove:before
840
- content: "\e711"
841
-
842
- .mdi-content-remove-circle:before
843
- content: "\e712"
844
-
845
- .mdi-content-remove-circle-outline:before
846
- content: "\e713"
847
-
848
- .mdi-content-reply:before
849
- content: "\e714"
850
-
851
- .mdi-content-reply-all:before
852
- content: "\e715"
853
-
854
- .mdi-content-report:before
855
- content: "\e716"
856
-
857
- .mdi-content-save:before
858
- content: "\e717"
859
-
860
- .mdi-content-select-all:before
861
- content: "\e718"
862
-
863
- .mdi-content-send:before
864
- content: "\e719"
865
-
866
- .mdi-content-sort:before
867
- content: "\e71a"
868
-
869
- .mdi-content-text-format:before
870
- content: "\e71b"
871
-
872
- .mdi-content-undo:before
873
- content: "\e71c"
874
-
875
- .mdi-device-access-alarm:before
876
- content: "\e71d"
877
-
878
- .mdi-device-access-alarms:before
879
- content: "\e71e"
880
-
881
- .mdi-device-access-time:before
882
- content: "\e71f"
883
-
884
- .mdi-device-add-alarm:before
885
- content: "\e720"
886
-
887
- .mdi-device-airplanemode-off:before
888
- content: "\e721"
889
-
890
- .mdi-device-airplanemode-on:before
891
- content: "\e722"
892
-
893
- .mdi-device-battery-20:before
894
- content: "\e723"
895
-
896
- .mdi-device-battery-30:before
897
- content: "\e724"
898
-
899
- .mdi-device-battery-50:before
900
- content: "\e725"
901
-
902
- .mdi-device-battery-60:before
903
- content: "\e726"
904
-
905
- .mdi-device-battery-80:before
906
- content: "\e727"
907
-
908
- .mdi-device-battery-90:before
909
- content: "\e728"
910
-
911
- .mdi-device-battery-alert:before
912
- content: "\e729"
913
-
914
- .mdi-device-battery-charging-20:before
915
- content: "\e72a"
916
-
917
- .mdi-device-battery-charging-30:before
918
- content: "\e72b"
919
-
920
- .mdi-device-battery-charging-50:before
921
- content: "\e72c"
922
-
923
- .mdi-device-battery-charging-60:before
924
- content: "\e72d"
925
-
926
- .mdi-device-battery-charging-80:before
927
- content: "\e72e"
928
-
929
- .mdi-device-battery-charging-90:before
930
- content: "\e72f"
931
-
932
- .mdi-device-battery-charging-full:before
933
- content: "\e730"
934
-
935
- .mdi-device-battery-full:before
936
- content: "\e731"
937
-
938
- .mdi-device-battery-std:before
939
- content: "\e732"
940
-
941
- .mdi-device-battery-unknown:before
942
- content: "\e733"
943
-
944
- .mdi-device-bluetooth:before
945
- content: "\e734"
946
-
947
- .mdi-device-bluetooth-connected:before
948
- content: "\e735"
949
-
950
- .mdi-device-bluetooth-disabled:before
951
- content: "\e736"
952
-
953
- .mdi-device-bluetooth-searching:before
954
- content: "\e737"
955
-
956
- .mdi-device-brightness-auto:before
957
- content: "\e738"
958
-
959
- .mdi-device-brightness-high:before
960
- content: "\e739"
961
-
962
- .mdi-device-brightness-low:before
963
- content: "\e73a"
964
-
965
- .mdi-device-brightness-medium:before
966
- content: "\e73b"
967
-
968
- .mdi-device-data-usage:before
969
- content: "\e73c"
970
-
971
- .mdi-device-developer-mode:before
972
- content: "\e73d"
973
-
974
- .mdi-device-devices:before
975
- content: "\e73e"
976
-
977
- .mdi-device-dvr:before
978
- content: "\e73f"
979
-
980
- .mdi-device-gps-fixed:before
981
- content: "\e740"
982
-
983
- .mdi-device-gps-not-fixed:before
984
- content: "\e741"
985
-
986
- .mdi-device-gps-off:before
987
- content: "\e742"
988
-
989
- .mdi-device-location-disabled:before
990
- content: "\e743"
991
-
992
- .mdi-device-location-searching:before
993
- content: "\e744"
994
-
995
- .mdi-device-multitrack-audio:before
996
- content: "\e745"
997
-
998
- .mdi-device-network-cell:before
999
- content: "\e746"
1000
-
1001
- .mdi-device-network-wifi:before
1002
- content: "\e747"
1003
-
1004
- .mdi-device-nfc:before
1005
- content: "\e748"
1006
-
1007
- .mdi-device-now-wallpaper:before
1008
- content: "\e749"
1009
-
1010
- .mdi-device-now-widgets:before
1011
- content: "\e74a"
1012
-
1013
- .mdi-device-screen-lock-landscape:before
1014
- content: "\e74b"
1015
-
1016
- .mdi-device-screen-lock-portrait:before
1017
- content: "\e74c"
1018
-
1019
- .mdi-device-screen-lock-rotation:before
1020
- content: "\e74d"
1021
-
1022
- .mdi-device-screen-rotation:before
1023
- content: "\e74e"
1024
-
1025
- .mdi-device-sd-storage:before
1026
- content: "\e74f"
1027
-
1028
- .mdi-device-settings-system-daydream:before
1029
- content: "\e750"
1030
-
1031
- .mdi-device-signal-cellular-0-bar:before
1032
- content: "\e751"
1033
-
1034
- .mdi-device-signal-cellular-1-bar:before
1035
- content: "\e752"
1036
-
1037
- .mdi-device-signal-cellular-2-bar:before
1038
- content: "\e753"
1039
-
1040
- .mdi-device-signal-cellular-3-bar:before
1041
- content: "\e754"
1042
-
1043
- .mdi-device-signal-cellular-4-bar:before
1044
- content: "\e755"
1045
-
1046
- .mdi-device-signal-cellular-connected-no-internet-0-bar:before
1047
- content: "\e756"
1048
-
1049
- .mdi-device-signal-cellular-connected-no-internet-1-bar:before
1050
- content: "\e757"
1051
-
1052
- .mdi-device-signal-cellular-connected-no-internet-2-bar:before
1053
- content: "\e758"
1054
-
1055
- .mdi-device-signal-cellular-connected-no-internet-3-bar:before
1056
- content: "\e759"
1057
-
1058
- .mdi-device-signal-cellular-connected-no-internet-4-bar:before
1059
- content: "\e75a"
1060
-
1061
- .mdi-device-signal-cellular-no-sim:before
1062
- content: "\e75b"
1063
-
1064
- .mdi-device-signal-cellular-null:before
1065
- content: "\e75c"
1066
-
1067
- .mdi-device-signal-cellular-off:before
1068
- content: "\e75d"
1069
-
1070
- .mdi-device-signal-wifi-0-bar:before
1071
- content: "\e75e"
1072
-
1073
- .mdi-device-signal-wifi-1-bar:before
1074
- content: "\e75f"
1075
-
1076
- .mdi-device-signal-wifi-2-bar:before
1077
- content: "\e760"
1078
-
1079
- .mdi-device-signal-wifi-3-bar:before
1080
- content: "\e761"
1081
-
1082
- .mdi-device-signal-wifi-4-bar:before
1083
- content: "\e762"
1084
-
1085
- .mdi-device-signal-wifi-off:before
1086
- content: "\e763"
1087
-
1088
- .mdi-device-storage:before
1089
- content: "\e764"
1090
-
1091
- .mdi-device-usb:before
1092
- content: "\e765"
1093
-
1094
- .mdi-device-wifi-lock:before
1095
- content: "\e766"
1096
-
1097
- .mdi-device-wifi-tethering:before
1098
- content: "\e767"
1099
-
1100
- .mdi-editor-attach-file:before
1101
- content: "\e768"
1102
-
1103
- .mdi-editor-attach-money:before
1104
- content: "\e769"
1105
-
1106
- .mdi-editor-border-all:before
1107
- content: "\e76a"
1108
-
1109
- .mdi-editor-border-bottom:before
1110
- content: "\e76b"
1111
-
1112
- .mdi-editor-border-clear:before
1113
- content: "\e76c"
1114
-
1115
- .mdi-editor-border-color:before
1116
- content: "\e76d"
1117
-
1118
- .mdi-editor-border-horizontal:before
1119
- content: "\e76e"
1120
-
1121
- .mdi-editor-border-inner:before
1122
- content: "\e76f"
1123
-
1124
- .mdi-editor-border-left:before
1125
- content: "\e770"
1126
-
1127
- .mdi-editor-border-outer:before
1128
- content: "\e771"
1129
-
1130
- .mdi-editor-border-right:before
1131
- content: "\e772"
1132
-
1133
- .mdi-editor-border-style:before
1134
- content: "\e773"
1135
-
1136
- .mdi-editor-border-top:before
1137
- content: "\e774"
1138
-
1139
- .mdi-editor-border-vertical:before
1140
- content: "\e775"
1141
-
1142
- .mdi-editor-format-align-center:before
1143
- content: "\e776"
1144
-
1145
- .mdi-editor-format-align-justify:before
1146
- content: "\e777"
1147
-
1148
- .mdi-editor-format-align-left:before
1149
- content: "\e778"
1150
-
1151
- .mdi-editor-format-align-right:before
1152
- content: "\e779"
1153
-
1154
- .mdi-editor-format-bold:before
1155
- content: "\e77a"
1156
-
1157
- .mdi-editor-format-clear:before
1158
- content: "\e77b"
1159
-
1160
- .mdi-editor-format-color-fill:before
1161
- content: "\e77c"
1162
-
1163
- .mdi-editor-format-color-reset:before
1164
- content: "\e77d"
1165
-
1166
- .mdi-editor-format-color-text:before
1167
- content: "\e77e"
1168
-
1169
- .mdi-editor-format-indent-decrease:before
1170
- content: "\e77f"
1171
-
1172
- .mdi-editor-format-indent-increase:before
1173
- content: "\e780"
1174
-
1175
- .mdi-editor-format-italic:before
1176
- content: "\e781"
1177
-
1178
- .mdi-editor-format-line-spacing:before
1179
- content: "\e782"
1180
-
1181
- .mdi-editor-format-list-bulleted:before
1182
- content: "\e783"
1183
-
1184
- .mdi-editor-format-list-numbered:before
1185
- content: "\e784"
1186
-
1187
- .mdi-editor-format-paint:before
1188
- content: "\e785"
1189
-
1190
- .mdi-editor-format-quote:before
1191
- content: "\e786"
1192
-
1193
- .mdi-editor-format-size:before
1194
- content: "\e787"
1195
-
1196
- .mdi-editor-format-strikethrough:before
1197
- content: "\e788"
1198
-
1199
- .mdi-editor-functions:before
1200
- content: "\e789"
1201
-
1202
- .mdi-editor-format-textdirection-l-to-r:before
1203
- content: "\e78a"
1204
-
1205
- .mdi-editor-format-underline:before
1206
- content: "\e78b"
1207
-
1208
- .mdi-editor-format-textdirection-r-to-l:before
1209
- content: "\e78c"
1210
-
1211
- .mdi-editor-insert-chart:before
1212
- content: "\e78d"
1213
-
1214
- .mdi-editor-insert-comment:before
1215
- content: "\e78e"
1216
-
1217
- .mdi-editor-insert-drive-file:before
1218
- content: "\e78f"
1219
-
1220
- .mdi-editor-insert-emoticon:before
1221
- content: "\e790"
1222
-
1223
- .mdi-editor-insert-invitation:before
1224
- content: "\e791"
1225
-
1226
- .mdi-editor-insert-link:before
1227
- content: "\e792"
1228
-
1229
- .mdi-editor-insert-photo:before
1230
- content: "\e793"
1231
-
1232
- .mdi-editor-merge-type:before
1233
- content: "\e794"
1234
-
1235
- .mdi-editor-mode-comment:before
1236
- content: "\e795"
1237
-
1238
- .mdi-editor-mode-edit:before
1239
- content: "\e796"
1240
-
1241
- .mdi-editor-publish:before
1242
- content: "\e797"
1243
-
1244
- .mdi-editor-vertical-align-bottom:before
1245
- content: "\e798"
1246
-
1247
- .mdi-editor-vertical-align-center:before
1248
- content: "\e799"
1249
-
1250
- .mdi-editor-vertical-align-top:before
1251
- content: "\e79a"
1252
-
1253
- .mdi-editor-wrap-text:before
1254
- content: "\e79b"
1255
-
1256
- .mdi-file-attachment:before
1257
- content: "\e79c"
1258
-
1259
- .mdi-file-cloud:before
1260
- content: "\e79d"
1261
-
1262
- .mdi-file-cloud-circle:before
1263
- content: "\e79e"
1264
-
1265
- .mdi-file-cloud-done:before
1266
- content: "\e79f"
1267
-
1268
- .mdi-file-cloud-download:before
1269
- content: "\e7a0"
1270
-
1271
- .mdi-file-cloud-off:before
1272
- content: "\e7a1"
1273
-
1274
- .mdi-file-cloud-queue:before
1275
- content: "\e7a2"
1276
-
1277
- .mdi-file-cloud-upload:before
1278
- content: "\e7a3"
1279
-
1280
- .mdi-file-file-download:before
1281
- content: "\e7a4"
1282
-
1283
- .mdi-file-file-upload:before
1284
- content: "\e7a5"
1285
-
1286
- .mdi-file-folder:before
1287
- content: "\e7a6"
1288
-
1289
- .mdi-file-folder-open:before
1290
- content: "\e7a7"
1291
-
1292
- .mdi-file-folder-shared:before
1293
- content: "\e7a8"
1294
-
1295
- .mdi-hardware-cast:before
1296
- content: "\e7a9"
1297
-
1298
- .mdi-hardware-cast-connected:before
1299
- content: "\e7aa"
1300
-
1301
- .mdi-hardware-computer:before
1302
- content: "\e7ab"
1303
-
1304
- .mdi-hardware-desktop-mac:before
1305
- content: "\e7ac"
1306
-
1307
- .mdi-hardware-desktop-windows:before
1308
- content: "\e7ad"
1309
-
1310
- .mdi-hardware-dock:before
1311
- content: "\e7ae"
1312
-
1313
- .mdi-hardware-gamepad:before
1314
- content: "\e7af"
1315
-
1316
- .mdi-hardware-headset:before
1317
- content: "\e7b0"
1318
-
1319
- .mdi-hardware-headset-mic:before
1320
- content: "\e7b1"
1321
-
1322
- .mdi-hardware-keyboard:before
1323
- content: "\e7b2"
1324
-
1325
- .mdi-hardware-keyboard-alt:before
1326
- content: "\e7b3"
1327
-
1328
- .mdi-hardware-keyboard-arrow-down:before
1329
- content: "\e7b4"
1330
-
1331
- .mdi-hardware-keyboard-arrow-left:before
1332
- content: "\e7b5"
1333
-
1334
- .mdi-hardware-keyboard-arrow-right:before
1335
- content: "\e7b6"
1336
-
1337
- .mdi-hardware-keyboard-arrow-up:before
1338
- content: "\e7b7"
1339
-
1340
- .mdi-hardware-keyboard-backspace:before
1341
- content: "\e7b8"
1342
-
1343
- .mdi-hardware-keyboard-capslock:before
1344
- content: "\e7b9"
1345
-
1346
- .mdi-hardware-keyboard-control:before
1347
- content: "\e7ba"
1348
-
1349
- .mdi-hardware-keyboard-hide:before
1350
- content: "\e7bb"
1351
-
1352
- .mdi-hardware-keyboard-return:before
1353
- content: "\e7bc"
1354
-
1355
- .mdi-hardware-keyboard-tab:before
1356
- content: "\e7bd"
1357
-
1358
- .mdi-hardware-keyboard-voice:before
1359
- content: "\e7be"
1360
-
1361
- .mdi-hardware-laptop:before
1362
- content: "\e7bf"
1363
-
1364
- .mdi-hardware-laptop-chromebook:before
1365
- content: "\e7c0"
1366
-
1367
- .mdi-hardware-laptop-mac:before
1368
- content: "\e7c1"
1369
-
1370
- .mdi-hardware-laptop-windows:before
1371
- content: "\e7c2"
1372
-
1373
- .mdi-hardware-memory:before
1374
- content: "\e7c3"
1375
-
1376
- .mdi-hardware-mouse:before
1377
- content: "\e7c4"
1378
-
1379
- .mdi-hardware-phone-android:before
1380
- content: "\e7c5"
1381
-
1382
- .mdi-hardware-phone-iphone:before
1383
- content: "\e7c6"
1384
-
1385
- .mdi-hardware-phonelink:before
1386
- content: "\e7c7"
1387
-
1388
- .mdi-hardware-phonelink-off:before
1389
- content: "\e7c8"
1390
-
1391
- .mdi-hardware-security:before
1392
- content: "\e7c9"
1393
-
1394
- .mdi-hardware-sim-card:before
1395
- content: "\e7ca"
1396
-
1397
- .mdi-hardware-smartphone:before
1398
- content: "\e7cb"
1399
-
1400
- .mdi-hardware-speaker:before
1401
- content: "\e7cc"
1402
-
1403
- .mdi-hardware-tablet:before
1404
- content: "\e7cd"
1405
-
1406
- .mdi-hardware-tablet-android:before
1407
- content: "\e7ce"
1408
-
1409
- .mdi-hardware-tablet-mac:before
1410
- content: "\e7cf"
1411
-
1412
- .mdi-hardware-tv:before
1413
- content: "\e7d0"
1414
-
1415
- .mdi-hardware-watch:before
1416
- content: "\e7d1"
1417
-
1418
- .mdi-image-add-to-photos:before
1419
- content: "\e7d2"
1420
-
1421
- .mdi-image-adjust:before
1422
- content: "\e7d3"
1423
-
1424
- .mdi-image-assistant-photo:before
1425
- content: "\e7d4"
1426
-
1427
- .mdi-image-audiotrack:before
1428
- content: "\e7d5"
1429
-
1430
- .mdi-image-blur-circular:before
1431
- content: "\e7d6"
1432
-
1433
- .mdi-image-blur-linear:before
1434
- content: "\e7d7"
1435
-
1436
- .mdi-image-blur-off:before
1437
- content: "\e7d8"
1438
-
1439
- .mdi-image-blur-on:before
1440
- content: "\e7d9"
1441
-
1442
- .mdi-image-brightness-1:before
1443
- content: "\e7da"
1444
-
1445
- .mdi-image-brightness-2:before
1446
- content: "\e7db"
1447
-
1448
- .mdi-image-brightness-3:before
1449
- content: "\e7dc"
1450
-
1451
- .mdi-image-brightness-4:before
1452
- content: "\e7dd"
1453
-
1454
- .mdi-image-brightness-5:before
1455
- content: "\e7de"
1456
-
1457
- .mdi-image-brightness-6:before
1458
- content: "\e7df"
1459
-
1460
- .mdi-image-brightness-7:before
1461
- content: "\e7e0"
1462
-
1463
- .mdi-image-brush:before
1464
- content: "\e7e1"
1465
-
1466
- .mdi-image-camera:before
1467
- content: "\e7e2"
1468
-
1469
- .mdi-image-camera-alt:before
1470
- content: "\e7e3"
1471
-
1472
- .mdi-image-camera-front:before
1473
- content: "\e7e4"
1474
-
1475
- .mdi-image-camera-rear:before
1476
- content: "\e7e5"
1477
-
1478
- .mdi-image-camera-roll:before
1479
- content: "\e7e6"
1480
-
1481
- .mdi-image-center-focus-strong:before
1482
- content: "\e7e7"
1483
-
1484
- .mdi-image-center-focus-weak:before
1485
- content: "\e7e8"
1486
-
1487
- .mdi-image-collections:before
1488
- content: "\e7e9"
1489
-
1490
- .mdi-image-colorize:before
1491
- content: "\e7ea"
1492
-
1493
- .mdi-image-color-lens:before
1494
- content: "\e7eb"
1495
-
1496
- .mdi-image-compare:before
1497
- content: "\e7ec"
1498
-
1499
- .mdi-image-control-point:before
1500
- content: "\e7ed"
1501
-
1502
- .mdi-image-control-point-duplicate:before
1503
- content: "\e7ee"
1504
-
1505
- .mdi-image-crop:before
1506
- content: "\e7ef"
1507
-
1508
- .mdi-image-crop-3-2:before
1509
- content: "\e7f0"
1510
-
1511
- .mdi-image-crop-5-4:before
1512
- content: "\e7f1"
1513
-
1514
- .mdi-image-crop-7-5:before
1515
- content: "\e7f2"
1516
-
1517
- .mdi-image-crop-16-9:before
1518
- content: "\e7f3"
1519
-
1520
- .mdi-image-crop-din:before
1521
- content: "\e7f4"
1522
-
1523
- .mdi-image-crop-free:before
1524
- content: "\e7f5"
1525
-
1526
- .mdi-image-crop-landscape:before
1527
- content: "\e7f6"
1528
-
1529
- .mdi-image-crop-original:before
1530
- content: "\e7f7"
1531
-
1532
- .mdi-image-crop-portrait:before
1533
- content: "\e7f8"
1534
-
1535
- .mdi-image-crop-square:before
1536
- content: "\e7f9"
1537
-
1538
- .mdi-image-dehaze:before
1539
- content: "\e7fa"
1540
-
1541
- .mdi-image-details:before
1542
- content: "\e7fb"
1543
-
1544
- .mdi-image-edit:before
1545
- content: "\e7fc"
1546
-
1547
- .mdi-image-exposure:before
1548
- content: "\e7fd"
1549
-
1550
- .mdi-image-exposure-minus-1:before
1551
- content: "\e7fe"
1552
-
1553
- .mdi-image-exposure-minus-2:before
1554
- content: "\e7ff"
1555
-
1556
- .mdi-image-exposure-plus-1:before
1557
- content: "\e800"
1558
-
1559
- .mdi-image-exposure-plus-2:before
1560
- content: "\e801"
1561
-
1562
- .mdi-image-exposure-zero:before
1563
- content: "\e802"
1564
-
1565
- .mdi-image-filter:before
1566
- content: "\e803"
1567
-
1568
- .mdi-image-filter-1:before
1569
- content: "\e804"
1570
-
1571
- .mdi-image-filter-2:before
1572
- content: "\e805"
1573
-
1574
- .mdi-image-filter-3:before
1575
- content: "\e806"
1576
-
1577
- .mdi-image-filter-4:before
1578
- content: "\e807"
1579
-
1580
- .mdi-image-filter-5:before
1581
- content: "\e808"
1582
-
1583
- .mdi-image-filter-6:before
1584
- content: "\e809"
1585
-
1586
- .mdi-image-filter-7:before
1587
- content: "\e80a"
1588
-
1589
- .mdi-image-filter-8:before
1590
- content: "\e80b"
1591
-
1592
- .mdi-image-filter-9:before
1593
- content: "\e80c"
1594
-
1595
- .mdi-image-filter-9-plus:before
1596
- content: "\e80d"
1597
-
1598
- .mdi-image-filter-b-and-w:before
1599
- content: "\e80e"
1600
-
1601
- .mdi-image-filter-center-focus:before
1602
- content: "\e80f"
1603
-
1604
- .mdi-image-filter-drama:before
1605
- content: "\e810"
1606
-
1607
- .mdi-image-filter-frames:before
1608
- content: "\e811"
1609
-
1610
- .mdi-image-filter-hdr:before
1611
- content: "\e812"
1612
-
1613
- .mdi-image-filter-none:before
1614
- content: "\e813"
1615
-
1616
- .mdi-image-filter-tilt-shift:before
1617
- content: "\e814"
1618
-
1619
- .mdi-image-filter-vintage:before
1620
- content: "\e815"
1621
-
1622
- .mdi-image-flare:before
1623
- content: "\e816"
1624
-
1625
- .mdi-image-flash-auto:before
1626
- content: "\e817"
1627
-
1628
- .mdi-image-flash-off:before
1629
- content: "\e818"
1630
-
1631
- .mdi-image-flash-on:before
1632
- content: "\e819"
1633
-
1634
- .mdi-image-flip:before
1635
- content: "\e81a"
1636
-
1637
- .mdi-image-gradient:before
1638
- content: "\e81b"
1639
-
1640
- .mdi-image-grain:before
1641
- content: "\e81c"
1642
-
1643
- .mdi-image-grid-off:before
1644
- content: "\e81d"
1645
-
1646
- .mdi-image-grid-on:before
1647
- content: "\e81e"
1648
-
1649
- .mdi-image-hdr-off:before
1650
- content: "\e81f"
1651
-
1652
- .mdi-image-hdr-on:before
1653
- content: "\e820"
1654
-
1655
- .mdi-image-hdr-strong:before
1656
- content: "\e821"
1657
-
1658
- .mdi-image-hdr-weak:before
1659
- content: "\e822"
1660
-
1661
- .mdi-image-healing:before
1662
- content: "\e823"
1663
-
1664
- .mdi-image-image:before
1665
- content: "\e824"
1666
-
1667
- .mdi-image-image-aspect-ratio:before
1668
- content: "\e825"
1669
-
1670
- .mdi-image-iso:before
1671
- content: "\e826"
1672
-
1673
- .mdi-image-landscape:before
1674
- content: "\e827"
1675
-
1676
- .mdi-image-leak-add:before
1677
- content: "\e828"
1678
-
1679
- .mdi-image-leak-remove:before
1680
- content: "\e829"
1681
-
1682
- .mdi-image-lens:before
1683
- content: "\e82a"
1684
-
1685
- .mdi-image-looks:before
1686
- content: "\e82b"
1687
-
1688
- .mdi-image-looks-3:before
1689
- content: "\e82c"
1690
-
1691
- .mdi-image-looks-4:before
1692
- content: "\e82d"
1693
-
1694
- .mdi-image-looks-5:before
1695
- content: "\e82e"
1696
-
1697
- .mdi-image-looks-6:before
1698
- content: "\e82f"
1699
-
1700
- .mdi-image-looks-one:before
1701
- content: "\e830"
1702
-
1703
- .mdi-image-looks-two:before
1704
- content: "\e831"
1705
-
1706
- .mdi-image-loupe:before
1707
- content: "\e832"
1708
-
1709
- .mdi-image-movie-creation:before
1710
- content: "\e833"
1711
-
1712
- .mdi-image-nature:before
1713
- content: "\e834"
1714
-
1715
- .mdi-image-nature-people:before
1716
- content: "\e835"
1717
-
1718
- .mdi-image-navigate-before:before
1719
- content: "\e836"
1720
-
1721
- .mdi-image-navigate-next:before
1722
- content: "\e837"
1723
-
1724
- .mdi-image-palette:before
1725
- content: "\e838"
1726
-
1727
- .mdi-image-panorama:before
1728
- content: "\e839"
1729
-
1730
- .mdi-image-panorama-fisheye:before
1731
- content: "\e83a"
1732
-
1733
- .mdi-image-panorama-horizontal:before
1734
- content: "\e83b"
1735
-
1736
- .mdi-image-panorama-vertical:before
1737
- content: "\e83c"
1738
-
1739
- .mdi-image-panorama-wide-angle:before
1740
- content: "\e83d"
1741
-
1742
- .mdi-image-photo:before
1743
- content: "\e83e"
1744
-
1745
- .mdi-image-photo-album:before
1746
- content: "\e83f"
1747
-
1748
- .mdi-image-photo-camera:before
1749
- content: "\e840"
1750
-
1751
- .mdi-image-photo-library:before
1752
- content: "\e841"
1753
-
1754
- .mdi-image-portrait:before
1755
- content: "\e842"
1756
-
1757
- .mdi-image-remove-red-eye:before
1758
- content: "\e843"
1759
-
1760
- .mdi-image-rotate-left:before
1761
- content: "\e844"
1762
-
1763
- .mdi-image-rotate-right:before
1764
- content: "\e845"
1765
-
1766
- .mdi-image-slideshow:before
1767
- content: "\e846"
1768
-
1769
- .mdi-image-straighten:before
1770
- content: "\e847"
1771
-
1772
- .mdi-image-style:before
1773
- content: "\e848"
1774
-
1775
- .mdi-image-switch-camera:before
1776
- content: "\e849"
1777
-
1778
- .mdi-image-switch-video:before
1779
- content: "\e84a"
1780
-
1781
- .mdi-image-tag-faces:before
1782
- content: "\e84b"
1783
-
1784
- .mdi-image-texture:before
1785
- content: "\e84c"
1786
-
1787
- .mdi-image-timelapse:before
1788
- content: "\e84d"
1789
-
1790
- .mdi-image-timer:before
1791
- content: "\e84e"
1792
-
1793
- .mdi-image-timer-3:before
1794
- content: "\e84f"
1795
-
1796
- .mdi-image-timer-10:before
1797
- content: "\e850"
1798
-
1799
- .mdi-image-timer-auto:before
1800
- content: "\e851"
1801
-
1802
- .mdi-image-timer-off:before
1803
- content: "\e852"
1804
-
1805
- .mdi-image-tonality:before
1806
- content: "\e853"
1807
-
1808
- .mdi-image-transform:before
1809
- content: "\e854"
1810
-
1811
- .mdi-image-tune:before
1812
- content: "\e855"
1813
-
1814
- .mdi-image-wb-auto:before
1815
- content: "\e856"
1816
-
1817
- .mdi-image-wb-cloudy:before
1818
- content: "\e857"
1819
-
1820
- .mdi-image-wb-incandescent:before
1821
- content: "\e858"
1822
-
1823
- .mdi-image-wb-irradescent:before
1824
- content: "\e859"
1825
-
1826
- .mdi-image-wb-sunny:before
1827
- content: "\e85a"
1828
-
1829
- .mdi-maps-beenhere:before
1830
- content: "\e85b"
1831
-
1832
- .mdi-maps-directions:before
1833
- content: "\e85c"
1834
-
1835
- .mdi-maps-directions-bike:before
1836
- content: "\e85d"
1837
-
1838
- .mdi-maps-directions-bus:before
1839
- content: "\e85e"
1840
-
1841
- .mdi-maps-directions-car:before
1842
- content: "\e85f"
1843
-
1844
- .mdi-maps-directions-ferry:before
1845
- content: "\e860"
1846
-
1847
- .mdi-maps-directions-subway:before
1848
- content: "\e861"
1849
-
1850
- .mdi-maps-directions-train:before
1851
- content: "\e862"
1852
-
1853
- .mdi-maps-directions-transit:before
1854
- content: "\e863"
1855
-
1856
- .mdi-maps-directions-walk:before
1857
- content: "\e864"
1858
-
1859
- .mdi-maps-flight:before
1860
- content: "\e865"
1861
-
1862
- .mdi-maps-hotel:before
1863
- content: "\e866"
1864
-
1865
- .mdi-maps-layers:before
1866
- content: "\e867"
1867
-
1868
- .mdi-maps-layers-clear:before
1869
- content: "\e868"
1870
-
1871
- .mdi-maps-local-airport:before
1872
- content: "\e869"
1873
-
1874
- .mdi-maps-local-atm:before
1875
- content: "\e86a"
1876
-
1877
- .mdi-maps-local-attraction:before
1878
- content: "\e86b"
1879
-
1880
- .mdi-maps-local-bar:before
1881
- content: "\e86c"
1882
-
1883
- .mdi-maps-local-cafe:before
1884
- content: "\e86d"
1885
-
1886
- .mdi-maps-local-car-wash:before
1887
- content: "\e86e"
1888
-
1889
- .mdi-maps-local-convenience-store:before
1890
- content: "\e86f"
1891
-
1892
- .mdi-maps-local-drink:before
1893
- content: "\e870"
1894
-
1895
- .mdi-maps-local-florist:before
1896
- content: "\e871"
1897
-
1898
- .mdi-maps-local-gas-station:before
1899
- content: "\e872"
1900
-
1901
- .mdi-maps-local-grocery-store:before
1902
- content: "\e873"
1903
-
1904
- .mdi-maps-local-hospital:before
1905
- content: "\e874"
1906
-
1907
- .mdi-maps-local-hotel:before
1908
- content: "\e875"
1909
-
1910
- .mdi-maps-local-laundry-service:before
1911
- content: "\e876"
1912
-
1913
- .mdi-maps-local-library:before
1914
- content: "\e877"
1915
-
1916
- .mdi-maps-local-mall:before
1917
- content: "\e878"
1918
-
1919
- .mdi-maps-local-movies:before
1920
- content: "\e879"
1921
-
1922
- .mdi-maps-local-offer:before
1923
- content: "\e87a"
1924
-
1925
- .mdi-maps-local-parking:before
1926
- content: "\e87b"
1927
-
1928
- .mdi-maps-local-pharmacy:before
1929
- content: "\e87c"
1930
-
1931
- .mdi-maps-local-phone:before
1932
- content: "\e87d"
1933
-
1934
- .mdi-maps-local-pizza:before
1935
- content: "\e87e"
1936
-
1937
- .mdi-maps-local-play:before
1938
- content: "\e87f"
1939
-
1940
- .mdi-maps-local-post-office:before
1941
- content: "\e880"
1942
-
1943
- .mdi-maps-local-print-shop:before
1944
- content: "\e881"
1945
-
1946
- .mdi-maps-local-restaurant:before
1947
- content: "\e882"
1948
-
1949
- .mdi-maps-local-see:before
1950
- content: "\e883"
1951
-
1952
- .mdi-maps-local-shipping:before
1953
- content: "\e884"
1954
-
1955
- .mdi-maps-local-taxi:before
1956
- content: "\e885"
1957
-
1958
- .mdi-maps-location-history:before
1959
- content: "\e886"
1960
-
1961
- .mdi-maps-map:before
1962
- content: "\e887"
1963
-
1964
- .mdi-maps-my-location:before
1965
- content: "\e888"
1966
-
1967
- .mdi-maps-navigation:before
1968
- content: "\e889"
1969
-
1970
- .mdi-maps-pin-drop:before
1971
- content: "\e88a"
1972
-
1973
- .mdi-maps-place:before
1974
- content: "\e88b"
1975
-
1976
- .mdi-maps-rate-review:before
1977
- content: "\e88c"
1978
-
1979
- .mdi-maps-restaurant-menu:before
1980
- content: "\e88d"
1981
-
1982
- .mdi-maps-satellite:before
1983
- content: "\e88e"
1984
-
1985
- .mdi-maps-store-mall-directory:before
1986
- content: "\e88f"
1987
-
1988
- .mdi-maps-terrain:before
1989
- content: "\e890"
1990
-
1991
- .mdi-maps-traffic:before
1992
- content: "\e891"
1993
-
1994
- .mdi-navigation-apps:before
1995
- content: "\e892"
1996
-
1997
- .mdi-navigation-arrow-back:before
1998
- content: "\e893"
1999
-
2000
- .mdi-navigation-arrow-drop-down:before
2001
- content: "\e894"
2002
-
2003
- .mdi-navigation-arrow-drop-down-circle:before
2004
- content: "\e895"
2005
-
2006
- .mdi-navigation-arrow-drop-up:before
2007
- content: "\e896"
2008
-
2009
- .mdi-navigation-arrow-forward:before
2010
- content: "\e897"
2011
-
2012
- .mdi-navigation-cancel:before
2013
- content: "\e898"
2014
-
2015
- .mdi-navigation-check:before
2016
- content: "\e899"
2017
-
2018
- .mdi-navigation-chevron-left:before
2019
- content: "\e89a"
2020
-
2021
- .mdi-navigation-chevron-right:before
2022
- content: "\e89b"
2023
-
2024
- .mdi-navigation-close:before
2025
- content: "\e89c"
2026
-
2027
- .mdi-navigation-expand-less:before
2028
- content: "\e89d"
2029
-
2030
- .mdi-navigation-expand-more:before
2031
- content: "\e89e"
2032
-
2033
- .mdi-navigation-fullscreen:before
2034
- content: "\e89f"
2035
-
2036
- .mdi-navigation-fullscreen-exit:before
2037
- content: "\e8a0"
2038
-
2039
- .mdi-navigation-menu:before
2040
- content: "\e8a1"
2041
-
2042
- .mdi-navigation-more-horiz:before
2043
- content: "\e8a2"
2044
-
2045
- .mdi-navigation-more-vert:before
2046
- content: "\e8a3"
2047
-
2048
- .mdi-navigation-refresh:before
2049
- content: "\e8a4"
2050
-
2051
- .mdi-navigation-unfold-less:before
2052
- content: "\e8a5"
2053
-
2054
- .mdi-navigation-unfold-more:before
2055
- content: "\e8a6"
2056
-
2057
- .mdi-notification-adb:before
2058
- content: "\e8a7"
2059
-
2060
- .mdi-notification-bluetooth-audio:before
2061
- content: "\e8a8"
2062
-
2063
- .mdi-notification-disc-full:before
2064
- content: "\e8a9"
2065
-
2066
- .mdi-notification-dnd-forwardslash:before
2067
- content: "\e8aa"
2068
-
2069
- .mdi-notification-do-not-disturb:before
2070
- content: "\e8ab"
2071
-
2072
- .mdi-notification-drive-eta:before
2073
- content: "\e8ac"
2074
-
2075
- .mdi-notification-event-available:before
2076
- content: "\e8ad"
2077
-
2078
- .mdi-notification-event-busy:before
2079
- content: "\e8ae"
2080
-
2081
- .mdi-notification-event-note:before
2082
- content: "\e8af"
2083
-
2084
- .mdi-notification-folder-special:before
2085
- content: "\e8b0"
2086
-
2087
- .mdi-notification-mms:before
2088
- content: "\e8b1"
2089
-
2090
- .mdi-notification-more:before
2091
- content: "\e8b2"
2092
-
2093
- .mdi-notification-network-locked:before
2094
- content: "\e8b3"
2095
-
2096
- .mdi-notification-phone-bluetooth-speaker:before
2097
- content: "\e8b4"
2098
-
2099
- .mdi-notification-phone-forwarded:before
2100
- content: "\e8b5"
2101
-
2102
- .mdi-notification-phone-in-talk:before
2103
- content: "\e8b6"
2104
-
2105
- .mdi-notification-phone-locked:before
2106
- content: "\e8b7"
2107
-
2108
- .mdi-notification-phone-missed:before
2109
- content: "\e8b8"
2110
-
2111
- .mdi-notification-phone-paused:before
2112
- content: "\e8b9"
2113
-
2114
- .mdi-notification-play-download:before
2115
- content: "\e8ba"
2116
-
2117
- .mdi-notification-play-install:before
2118
- content: "\e8bb"
2119
-
2120
- .mdi-notification-sd-card:before
2121
- content: "\e8bc"
2122
-
2123
- .mdi-notification-sim-card-alert:before
2124
- content: "\e8bd"
2125
-
2126
- .mdi-notification-sms:before
2127
- content: "\e8be"
2128
-
2129
- .mdi-notification-sms-failed:before
2130
- content: "\e8bf"
2131
-
2132
- .mdi-notification-sync:before
2133
- content: "\e8c0"
2134
-
2135
- .mdi-notification-sync-disabled:before
2136
- content: "\e8c1"
2137
-
2138
- .mdi-notification-sync-problem:before
2139
- content: "\e8c2"
2140
-
2141
- .mdi-notification-system-update:before
2142
- content: "\e8c3"
2143
-
2144
- .mdi-notification-tap-and-play:before
2145
- content: "\e8c4"
2146
-
2147
- .mdi-notification-time-to-leave:before
2148
- content: "\e8c5"
2149
-
2150
- .mdi-notification-vibration:before
2151
- content: "\e8c6"
2152
-
2153
- .mdi-notification-voice-chat:before
2154
- content: "\e8c7"
2155
-
2156
- .mdi-notification-vpn-lock:before
2157
- content: "\e8c8"
2158
-
2159
- .mdi-social-cake:before
2160
- content: "\e8c9"
2161
-
2162
- .mdi-social-domain:before
2163
- content: "\e8ca"
2164
-
2165
- .mdi-social-group:before
2166
- content: "\e8cb"
2167
-
2168
- .mdi-social-group-add:before
2169
- content: "\e8cc"
2170
-
2171
- .mdi-social-location-city:before
2172
- content: "\e8cd"
2173
-
2174
- .mdi-social-mood:before
2175
- content: "\e8ce"
2176
-
2177
- .mdi-social-notifications:before
2178
- content: "\e8cf"
2179
-
2180
- .mdi-social-notifications-none:before
2181
- content: "\e8d0"
2182
-
2183
- .mdi-social-notifications-off:before
2184
- content: "\e8d1"
2185
-
2186
- .mdi-social-notifications-on:before
2187
- content: "\e8d2"
2188
-
2189
- .mdi-social-notifications-paused:before
2190
- content: "\e8d3"
2191
-
2192
- .mdi-social-pages:before
2193
- content: "\e8d4"
2194
-
2195
- .mdi-social-party-mode:before
2196
- content: "\e8d5"
2197
-
2198
- .mdi-social-people:before
2199
- content: "\e8d6"
2200
-
2201
- .mdi-social-people-outline:before
2202
- content: "\e8d7"
2203
-
2204
- .mdi-social-person:before
2205
- content: "\e8d8"
2206
-
2207
- .mdi-social-person-add:before
2208
- content: "\e8d9"
2209
-
2210
- .mdi-social-person-outline:before
2211
- content: "\e8da"
2212
-
2213
- .mdi-social-plus-one:before
2214
- content: "\e8db"
2215
-
2216
- .mdi-social-poll:before
2217
- content: "\e8dc"
2218
-
2219
- .mdi-social-public:before
2220
- content: "\e8dd"
2221
-
2222
- .mdi-social-school:before
2223
- content: "\e8de"
2224
-
2225
- .mdi-social-share:before
2226
- content: "\e8df"
2227
-
2228
- .mdi-social-whatshot:before
2229
- content: "\e8e0"
2230
-
2231
- .mdi-toggle-check-box:before
2232
- content: "\e8e1"
2233
-
2234
- .mdi-toggle-check-box-outline-blank:before
2235
- content: "\e8e2"
2236
-
2237
- .mdi-toggle-radio-button-off:before
2238
- content: "\e8e3"
2239
-
2240
- .mdi-toggle-radio-button-on:before
2241
- content: "\e8e4"
2242
-
1
+ @import ./mdi/materialdesignicons