fomantic-ui 2.9.0-beta.3 → 2.9.0-beta.301
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +251 -3
- package/.github/codeql/codeql-config.yml +4 -0
- package/.github/dependabot.yml +10 -0
- package/.github/workflows/ci.yml +10 -6
- package/.github/workflows/codeql.yml +68 -0
- package/.github/workflows/nightly.yml +16 -8
- package/.github/workflows/release.yml +34 -0
- package/CONTRIBUTING.md +1 -1
- package/CONTRIBUTORS.md +82 -37
- package/FAQ.md +38 -38
- package/README.md +8 -8
- package/dist/components/accordion.css +176 -36
- package/dist/components/accordion.js +6 -3
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +4 -4
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +90 -31
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +204 -157
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +189 -76
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +754 -117
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -91
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +12 -12
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +98 -4
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +29 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +31 -31
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +90 -50
- package/dist/components/dropdown.js +152 -117
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +5 -5
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10847 -8841
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +29 -29
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1011 -902
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +160 -83
- package/dist/components/form.js +39 -30
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +25 -21
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -4
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +2063 -1984
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +759 -22
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +17 -17
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +72 -68
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +31 -31
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +352 -352
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +110 -78
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +43 -43
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +29 -4
- package/dist/components/modal.js +128 -50
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +2 -2
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +33 -33
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +103 -105
- package/dist/components/popup.js +11 -11
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +6 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +7 -46
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +5 -4
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +6 -6
- package/dist/components/search.js +23 -7
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +118 -34
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +7 -5
- package/dist/components/sidebar.js +14 -12
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +139 -42
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +17 -17
- package/dist/components/slider.js +68 -51
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +2 -2
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +4 -4
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +32 -32
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +5 -5
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +5 -5
- package/dist/components/tab.js +24 -6
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1684 -272
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +48 -1
- package/dist/components/toast.js +63 -31
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +22 -17
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +3 -3
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +20204 -13425
- package/dist/semantic.js +883 -481
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/examples/assets/library/iframe-content.js +11 -11
- package/examples/assets/library/iframe.js +6 -6
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +1 -1
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/table.html +1 -1
- package/package.json +18 -16
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +89 -30
- package/src/definitions/behaviors/form.js +38 -29
- package/src/definitions/behaviors/state.js +1 -1
- package/src/definitions/behaviors/visibility.js +2 -2
- package/src/definitions/collections/form.less +229 -165
- package/src/definitions/collections/grid.less +723 -687
- package/src/definitions/collections/menu.less +233 -171
- package/src/definitions/collections/message.less +49 -47
- package/src/definitions/collections/table.less +882 -272
- package/src/definitions/elements/button.less +611 -469
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +39 -10
- package/src/definitions/elements/flag.less +53 -18
- package/src/definitions/elements/header.less +46 -37
- package/src/definitions/elements/icon.less +39 -32
- package/src/definitions/elements/input.less +281 -33
- package/src/definitions/elements/label.less +132 -128
- package/src/definitions/elements/list.less +84 -75
- package/src/definitions/elements/loader.less +99 -98
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +177 -56
- package/src/definitions/elements/step.less +76 -72
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.less +25 -2
- package/src/definitions/modules/accordion.js +5 -2
- package/src/definitions/modules/accordion.less +371 -219
- package/src/definitions/modules/calendar.js +188 -75
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +83 -227
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +22 -8
- package/src/definitions/modules/dropdown.js +151 -116
- package/src/definitions/modules/dropdown.less +191 -136
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/modal.js +127 -49
- package/src/definitions/modules/modal.less +66 -33
- package/src/definitions/modules/nag.js +1 -1
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +10 -10
- package/src/definitions/modules/popup.less +90 -90
- package/src/definitions/modules/progress.js +5 -2
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +49 -42
- package/src/definitions/modules/search.js +22 -6
- package/src/definitions/modules/search.less +35 -19
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +13 -11
- package/src/definitions/modules/sidebar.less +36 -22
- package/src/definitions/modules/slider.js +67 -50
- package/src/definitions/modules/slider.less +48 -47
- package/src/definitions/modules/sticky.js +4 -4
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +23 -5
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +62 -30
- package/src/definitions/modules/toast.less +56 -16
- package/src/definitions/modules/transition.js +21 -16
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +522 -375
- package/src/definitions/views/comment.less +93 -82
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +251 -198
- package/src/definitions/views/statistic.less +91 -89
- package/src/theme.less +13 -2
- package/src/themes/amazon/globals/site.variables +1 -0
- package/src/themes/basic/elements/icon.overrides +149 -149
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/divider.overrides +7 -7
- package/src/themes/default/elements/emoji.overrides +0 -3090
- package/src/themes/default/elements/emoji.variables +3575 -1
- package/src/themes/default/elements/flag.overrides +0 -991
- package/src/themes/default/elements/flag.variables +1609 -5
- package/src/themes/default/elements/icon.overrides +1975 -1949
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/globals/site.variables +109 -8
- package/src/themes/default/globals/variation.variables +145 -6
- package/src/themes/default/modules/accordion.overrides +6 -5
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +9 -9
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.overrides +5 -5
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +14 -0
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/default/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +20 -0
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/step.overrides +5 -5
- package/src/themes/github/globals/site.variables +1 -0
- package/src/themes/github/modules/dropdown.overrides +6 -6
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +0 -3089
- package/src/themes/joypixels/elements/emoji.variables +3574 -5
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/pulsar/elements/loader.overrides +2 -2
- package/src/themes/resetcss/globals/reset.overrides +3 -3
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/striped/modules/progress.overrides +1 -1
- package/src/themes/systemfont/globals/reset.overrides +8 -0
- package/src/themes/systemfont/globals/site.variables +10 -0
- package/src/themes/twitter/elements/emoji.overrides +0 -3091
- package/src/themes/twitter/elements/emoji.variables +3570 -6
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/distributions/create.js +1 -1
- package/tasks/admin/distributions/init.js +2 -2
- package/tasks/admin/publish.js +1 -1
- package/tasks/admin/release.js +1 -1
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +9 -4
- package/tasks/build/javascript.js +3 -3
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/README.md +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/config/admin/oauth.example.js +1 -1
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/project/install.js +15 -13
- package/tasks/install.js +1 -0
- package/tasks/rtl/watch.js +1 -1
- package/tasks/version.js +1 -1
- package/test/fixtures/accordion.html +1 -1
- package/test/fixtures/checkbox.html +1 -1
- package/test/fixtures/dropdown.html +1 -1
- package/test/fixtures/modal.html +1 -1
- package/test/fixtures/popup.html +1 -1
- package/test/fixtures/rating.html +1 -1
- package/test/fixtures/shape.html +1 -1
- package/test/fixtures/sidebar.html +1 -1
- package/test/fixtures/tab.html +1 -1
- package/test/fixtures/transition.html +1 -1
- package/test/fixtures/video.html +1 -1
- package/test/helpers/jasmine-jquery.js +2 -2
- package/test/helpers/jasmine-sinon.js +1 -1
- package/test/helpers/jquery-events.js +1 -1
- package/test/helpers/sinon.js +3 -3
- package/test/meteor/fonts.js +1 -1
- package/test/modules/accordion.spec.js +1 -1
- package/test/modules/checkbox.spec.js +1 -1
- package/test/modules/dropdown.spec.js +1 -1
- package/test/modules/modal.spec.js +1 -1
- package/test/modules/module.spec.js +1 -1
- package/test/modules/popup.spec.js +1 -1
- package/test/modules/search.spec.js +1 -1
- package/test/modules/shape.spec.js +1 -1
- package/test/modules/sidebar.spec.js +1 -1
- package/test/modules/tab.spec.js +1 -1
- package/test/modules/transition.spec.js +1 -1
- package/test/modules/video.spec.js +1 -1
@@ -1,934 +1,934 @@
|
|
1
1
|
/* Material Design Icons */
|
2
2
|
|
3
|
-
i.icon.threed.rotation
|
4
|
-
i.icon.ac.unit
|
5
|
-
i.icon.access.alarm
|
6
|
-
i.icon.access.alarms
|
7
|
-
i.icon.access.time
|
8
|
-
i.icon.accessibility
|
9
|
-
i.icon.accessible
|
10
|
-
i.icon.account.balance
|
11
|
-
i.icon.account.balance.wallet
|
12
|
-
i.icon.account.box
|
13
|
-
i.icon.account.circle
|
14
|
-
i.icon.adb
|
15
|
-
i.icon.add
|
16
|
-
i.icon.add.a.photo
|
17
|
-
i.icon.add.alarm
|
18
|
-
i.icon.add.alert
|
19
|
-
i.icon.add.box
|
20
|
-
i.icon.add.circle
|
21
|
-
i.icon.add.circle.outline
|
22
|
-
i.icon.add.location
|
23
|
-
i.icon.add.shopping.cart
|
24
|
-
i.icon.add.to.photos
|
25
|
-
i.icon.add.to.queue
|
26
|
-
i.icon.adjust
|
27
|
-
i.icon.airline.seat.flat
|
28
|
-
i.icon.airline.seat.flat.angled
|
29
|
-
i.icon.airline.seat.individual.suite
|
30
|
-
i.icon.airline.seat.legroom.extra
|
31
|
-
i.icon.airline.seat.legroom.normal
|
32
|
-
i.icon.airline.seat.legroom.reduced
|
33
|
-
i.icon.airline.seat.recline.extra
|
34
|
-
i.icon.airline.seat.recline.normal
|
35
|
-
i.icon.airplanemode.active
|
36
|
-
i.icon.airplanemode.inactive
|
37
|
-
i.icon.airplay
|
38
|
-
i.icon.airport.shuttle
|
39
|
-
i.icon.alarm
|
40
|
-
i.icon.alarm.add
|
41
|
-
i.icon.alarm.off
|
42
|
-
i.icon.alarm.on
|
43
|
-
i.icon.album
|
44
|
-
i.icon.all.inclusive
|
45
|
-
i.icon.all.out
|
46
|
-
i.icon.android
|
47
|
-
i.icon.announcement
|
48
|
-
i.icon.apps
|
49
|
-
i.icon.archive
|
50
|
-
i.icon.arrow.back
|
51
|
-
i.icon.arrow.downward
|
52
|
-
i.icon.arrow.drop.down
|
53
|
-
i.icon.arrow.drop.down.circle
|
54
|
-
i.icon.arrow.drop.up
|
55
|
-
i.icon.arrow.forward
|
56
|
-
i.icon.arrow.upward
|
57
|
-
i.icon.art.track
|
58
|
-
i.icon.aspect.ratio
|
59
|
-
i.icon.assessment
|
60
|
-
i.icon.assignment
|
61
|
-
i.icon.assignment.ind
|
62
|
-
i.icon.assignment.late
|
63
|
-
i.icon.assignment.return
|
64
|
-
i.icon.assignment.returned
|
65
|
-
i.icon.assignment.turned.in
|
66
|
-
i.icon.assistant
|
67
|
-
i.icon.assistant.photo
|
68
|
-
i.icon.attach.file
|
69
|
-
i.icon.attach.money
|
70
|
-
i.icon.attachment
|
71
|
-
i.icon.audiotrack
|
72
|
-
i.icon.autorenew
|
73
|
-
i.icon.av.timer
|
74
|
-
i.icon.backspace
|
75
|
-
i.icon.backup
|
76
|
-
i.icon.battery.alert
|
77
|
-
i.icon.battery.charging.full
|
78
|
-
i.icon.battery.full
|
79
|
-
i.icon.battery.std
|
80
|
-
i.icon.battery.unknown
|
81
|
-
i.icon.beach.access
|
82
|
-
i.icon.beenhere
|
83
|
-
i.icon.block
|
84
|
-
i.icon.bluetooth
|
85
|
-
i.icon.bluetooth.audio
|
86
|
-
i.icon.bluetooth.connected
|
87
|
-
i.icon.bluetooth.disabled
|
88
|
-
i.icon.bluetooth.searching
|
89
|
-
i.icon.blur.circular
|
90
|
-
i.icon.blur.linear
|
91
|
-
i.icon.blur.off
|
92
|
-
i.icon.blur.on
|
93
|
-
i.icon.book
|
94
|
-
i.icon.bookmark
|
95
|
-
i.icon.bookmark.border
|
96
|
-
i.icon.border.all
|
97
|
-
i.icon.border.bottom
|
98
|
-
i.icon.border.clear
|
99
|
-
i.icon.border.color
|
100
|
-
i.icon.border.horizontal
|
101
|
-
i.icon.border.inner
|
102
|
-
i.icon.border.left
|
103
|
-
i.icon.border.outer
|
104
|
-
i.icon.border.right
|
105
|
-
i.icon.border.style
|
106
|
-
i.icon.border.top
|
107
|
-
i.icon.border.vertical
|
108
|
-
i.icon.branding.watermark
|
109
|
-
i.icon.brightness.one
|
110
|
-
i.icon.brightness.two
|
111
|
-
i.icon.brightness.three
|
112
|
-
i.icon.brightness.four
|
113
|
-
i.icon.brightness.five
|
114
|
-
i.icon.brightness.six
|
115
|
-
i.icon.brightness.seven
|
116
|
-
i.icon.brightness.auto
|
117
|
-
i.icon.brightness.high
|
118
|
-
i.icon.brightness.low
|
119
|
-
i.icon.brightness.medium
|
120
|
-
i.icon.broken.image
|
121
|
-
i.icon.brush
|
122
|
-
i.icon.bubble.chart
|
123
|
-
i.icon.bug.report
|
124
|
-
i.icon.build
|
125
|
-
i.icon.burst.mode
|
126
|
-
i.icon.business
|
127
|
-
i.icon.business.center
|
128
|
-
i.icon.cached
|
129
|
-
i.icon.cake
|
130
|
-
i.icon.call
|
131
|
-
i.icon.call.end
|
132
|
-
i.icon.call.made
|
133
|
-
i.icon.call.merge
|
134
|
-
i.icon.call.missed
|
135
|
-
i.icon.call.missed.outgoing
|
136
|
-
i.icon.call.received
|
137
|
-
i.icon.call.split
|
138
|
-
i.icon.call.to.action
|
139
|
-
i.icon.camera
|
140
|
-
i.icon.camera.alt
|
141
|
-
i.icon.camera.enhance
|
142
|
-
i.icon.camera.front
|
143
|
-
i.icon.camera.rear
|
144
|
-
i.icon.camera.roll
|
145
|
-
i.icon.cancel
|
146
|
-
i.icon.card.giftcard
|
147
|
-
i.icon.card.membership
|
148
|
-
i.icon.card.travel
|
149
|
-
i.icon.casino
|
150
|
-
i.icon.cast
|
151
|
-
i.icon.cast.connected
|
152
|
-
i.icon.center.focus.strong
|
153
|
-
i.icon.center.focus.weak
|
154
|
-
i.icon.change.history
|
155
|
-
i.icon.chat
|
156
|
-
i.icon.chat.bubble
|
157
|
-
i.icon.chat.bubble.outline
|
158
|
-
i.icon.check
|
159
|
-
i.icon.check.box
|
160
|
-
i.icon.check.box.outline.blank
|
161
|
-
i.icon.check.circle
|
162
|
-
i.icon.chevron.left
|
163
|
-
i.icon.chevron.right
|
164
|
-
i.icon.child.care
|
165
|
-
i.icon.child.friendly
|
166
|
-
i.icon.chrome.reader.mode
|
167
|
-
i.icon.class
|
168
|
-
i.icon.clear
|
169
|
-
i.icon.clear.all
|
170
|
-
i.icon.close
|
171
|
-
i.icon.closed.caption
|
172
|
-
i.icon.cloud
|
173
|
-
i.icon.cloud.circle
|
174
|
-
i.icon.cloud.done
|
175
|
-
i.icon.cloud.download
|
176
|
-
i.icon.cloud.off
|
177
|
-
i.icon.cloud.queue
|
178
|
-
i.icon.cloud.upload
|
179
|
-
i.icon.code
|
180
|
-
i.icon.collections
|
181
|
-
i.icon.collections.bookmark
|
182
|
-
i.icon.color.lens
|
183
|
-
i.icon.colorize
|
184
|
-
i.icon.comment
|
185
|
-
i.icon.compare
|
186
|
-
i.icon.compare.arrows
|
187
|
-
i.icon.computer
|
188
|
-
i.icon.confirmation.number
|
189
|
-
i.icon.contact.mail
|
190
|
-
i.icon.contact.phone
|
191
|
-
i.icon.contacts
|
192
|
-
i.icon.content.copy
|
193
|
-
i.icon.content.cut
|
194
|
-
i.icon.content.paste
|
195
|
-
i.icon.control.point
|
196
|
-
i.icon.control.point.duplicate
|
197
|
-
i.icon.copyright
|
198
|
-
i.icon.create
|
199
|
-
i.icon.create.new.folder
|
200
|
-
i.icon.credit.card
|
201
|
-
i.icon.crop
|
202
|
-
i.icon.crop.sixteen.nine
|
203
|
-
i.icon.crop.three.two
|
204
|
-
i.icon.crop.five.four
|
205
|
-
i.icon.crop.seven.five
|
206
|
-
i.icon.crop.din
|
207
|
-
i.icon.crop.free
|
208
|
-
i.icon.crop.landscape
|
209
|
-
i.icon.crop.original
|
210
|
-
i.icon.crop.portrait
|
211
|
-
i.icon.crop.rotate
|
212
|
-
i.icon.crop.square
|
213
|
-
i.icon.dashboard
|
214
|
-
i.icon.data.usage
|
215
|
-
i.icon.date.range
|
216
|
-
i.icon.dehaze
|
217
|
-
i.icon.delete
|
218
|
-
i.icon.delete.forever
|
219
|
-
i.icon.delete.sweep
|
220
|
-
i.icon.description
|
221
|
-
i.icon.desktop.mac
|
222
|
-
i.icon.desktop.windows
|
223
|
-
i.icon.details
|
224
|
-
i.icon.developer.board
|
225
|
-
i.icon.developer.mode
|
226
|
-
i.icon.device.hub
|
227
|
-
i.icon.devices
|
228
|
-
i.icon.devices.other
|
229
|
-
i.icon.dialer.sip
|
230
|
-
i.icon.dialpad
|
231
|
-
i.icon.directions
|
232
|
-
i.icon.directions.bike
|
233
|
-
i.icon.directions.boat
|
234
|
-
i.icon.directions.bus
|
235
|
-
i.icon.directions.car
|
236
|
-
i.icon.directions.railway
|
237
|
-
i.icon.directions.run
|
238
|
-
i.icon.directions.subway
|
239
|
-
i.icon.directions.transit
|
240
|
-
i.icon.directions.walk
|
241
|
-
i.icon.disc.full
|
242
|
-
i.icon.dns
|
243
|
-
i.icon.do.not.disturb
|
244
|
-
i.icon.do.not.disturb.alt
|
245
|
-
i.icon.do.not.disturb.off
|
246
|
-
i.icon.do.not.disturb.on
|
247
|
-
i.icon.dock
|
248
|
-
i.icon.domain
|
249
|
-
i.icon.done
|
250
|
-
i.icon.done.all
|
251
|
-
i.icon.donut.large
|
252
|
-
i.icon.donut.small
|
253
|
-
i.icon.drafts
|
254
|
-
i.icon.drag.handle
|
255
|
-
i.icon.drive.eta
|
256
|
-
i.icon.dvr
|
257
|
-
i.icon.edit
|
258
|
-
i.icon.edit.location
|
259
|
-
i.icon.eject
|
260
|
-
i.icon.email
|
261
|
-
i.icon.enhanced.encryption
|
262
|
-
i.icon.equalizer
|
263
|
-
i.icon.error
|
264
|
-
i.icon.error.outline
|
265
|
-
i.icon.euro.symbol
|
266
|
-
i.icon.ev.station
|
267
|
-
i.icon.event
|
268
|
-
i.icon.event.available
|
269
|
-
i.icon.event.busy
|
270
|
-
i.icon.event.note
|
271
|
-
i.icon.event.seat
|
272
|
-
i.icon.exit.to.app
|
273
|
-
i.icon.expand.less
|
274
|
-
i.icon.expand.more
|
275
|
-
i.icon.explicit
|
276
|
-
i.icon.explore
|
277
|
-
i.icon.exposure
|
278
|
-
i.icon.exposure.neg.1
|
279
|
-
i.icon.exposure.neg.2
|
280
|
-
i.icon.exposure.plus.1
|
281
|
-
i.icon.exposure.plus.2
|
282
|
-
i.icon.exposure.zero
|
283
|
-
i.icon.extension
|
284
|
-
i.icon.face
|
285
|
-
i.icon.fast.forward
|
286
|
-
i.icon.fast.rewind
|
287
|
-
i.icon.favorite
|
288
|
-
i.icon.favorite.border
|
289
|
-
i.icon.featured.play.list
|
290
|
-
i.icon.featured.video
|
291
|
-
i.icon.feedback
|
292
|
-
i.icon.fiber.dvr
|
293
|
-
i.icon.fiber.manual.record
|
294
|
-
i.icon.fiber.new
|
295
|
-
i.icon.fiber.pin
|
296
|
-
i.icon.fiber.smart.record
|
297
|
-
i.icon.file.download
|
298
|
-
i.icon.file.upload
|
299
|
-
i.icon.filter
|
300
|
-
i.icon.filter.1
|
301
|
-
i.icon.filter.2
|
302
|
-
i.icon.filter.3
|
303
|
-
i.icon.filter.4
|
304
|
-
i.icon.filter.5
|
305
|
-
i.icon.filter.6
|
306
|
-
i.icon.filter.7
|
307
|
-
i.icon.filter.8
|
308
|
-
i.icon.filter.9
|
309
|
-
i.icon.filter.9.plus
|
310
|
-
i.icon.filter.b.and.w
|
311
|
-
i.icon.filter.center.focus
|
312
|
-
i.icon.filter.drama
|
313
|
-
i.icon.filter.frames
|
314
|
-
i.icon.filter.hdr
|
315
|
-
i.icon.filter.list
|
316
|
-
i.icon.filter.none
|
317
|
-
i.icon.filter.tilt.shift
|
318
|
-
i.icon.filter.vintage
|
319
|
-
i.icon.find.in.page
|
320
|
-
i.icon.find.replace
|
321
|
-
i.icon.fingerprint
|
322
|
-
i.icon.first.page
|
323
|
-
i.icon.fitness.center
|
324
|
-
i.icon.flag
|
325
|
-
i.icon.flare
|
326
|
-
i.icon.flash.auto
|
327
|
-
i.icon.flash.off
|
328
|
-
i.icon.flash.on
|
329
|
-
i.icon.flight
|
330
|
-
i.icon.flight.land
|
331
|
-
i.icon.flight.takeoff
|
332
|
-
i.icon.flip
|
333
|
-
i.icon.flip.to.back
|
334
|
-
i.icon.flip.to.front
|
335
|
-
i.icon.folder
|
336
|
-
i.icon.folder.open
|
337
|
-
i.icon.folder.shared
|
338
|
-
i.icon.folder.special
|
339
|
-
i.icon.font.download
|
340
|
-
i.icon.format.align.center
|
341
|
-
i.icon.format.align.justify
|
342
|
-
i.icon.format.align.left
|
343
|
-
i.icon.format.align.right
|
344
|
-
i.icon.format.bold
|
345
|
-
i.icon.format.clear
|
346
|
-
i.icon.format.color.fill
|
347
|
-
i.icon.format.color.reset
|
348
|
-
i.icon.format.color.text
|
349
|
-
i.icon.format.indent.decrease
|
350
|
-
i.icon.format.indent.increase
|
351
|
-
i.icon.format.italic
|
352
|
-
i.icon.format.line.spacing
|
353
|
-
i.icon.format.list.bulleted
|
354
|
-
i.icon.format.list.numbered
|
355
|
-
i.icon.format.paint
|
356
|
-
i.icon.format.quote
|
357
|
-
i.icon.format.shapes
|
358
|
-
i.icon.format.size
|
359
|
-
i.icon.format.strikethrough
|
360
|
-
i.icon.format.textdirection.l.to.r
|
361
|
-
i.icon.format.textdirection.r.to.l
|
362
|
-
i.icon.format.underlined
|
363
|
-
i.icon.forum
|
364
|
-
i.icon.forward
|
365
|
-
i.icon.forward.ten
|
366
|
-
i.icon.forward.thirty
|
367
|
-
i.icon.forward.five
|
368
|
-
i.icon.free.breakfast
|
369
|
-
i.icon.fullscreen
|
370
|
-
i.icon.fullscreen.exit
|
371
|
-
i.icon.functions
|
372
|
-
i.icon.g.translate
|
373
|
-
i.icon.gamepad
|
374
|
-
i.icon.games
|
375
|
-
i.icon.gavel
|
376
|
-
i.icon.gesture
|
377
|
-
i.icon.get.app
|
378
|
-
i.icon.gif
|
379
|
-
i.icon.golf.course
|
380
|
-
i.icon.gps.fixed
|
381
|
-
i.icon.gps.not.fixed
|
382
|
-
i.icon.gps.off
|
383
|
-
i.icon.grade
|
384
|
-
i.icon.gradient
|
385
|
-
i.icon.grain
|
386
|
-
i.icon.graphic.eq
|
387
|
-
i.icon.grid.off
|
388
|
-
i.icon.grid.on
|
389
|
-
i.icon.group
|
390
|
-
i.icon.group.add
|
391
|
-
i.icon.group.work
|
392
|
-
i.icon.hd
|
393
|
-
i.icon.hdr.off
|
394
|
-
i.icon.hdr.on
|
395
|
-
i.icon.hdr.strong
|
396
|
-
i.icon.hdr.weak
|
397
|
-
i.icon.headset
|
398
|
-
i.icon.headset.mic
|
399
|
-
i.icon.healing
|
400
|
-
i.icon.hearing
|
401
|
-
i.icon.help
|
402
|
-
i.icon.help.outline
|
403
|
-
i.icon.high.quality
|
404
|
-
i.icon.highlight
|
405
|
-
i.icon.highlight.off
|
406
|
-
i.icon.history
|
407
|
-
i.icon.home
|
408
|
-
i.icon.hot.tub
|
409
|
-
i.icon.hotel
|
410
|
-
i.icon.hourglass.empty
|
411
|
-
i.icon.hourglass.full
|
412
|
-
i.icon.http
|
413
|
-
i.icon.https
|
414
|
-
i.icon.image
|
415
|
-
i.icon.image.aspect.ratio
|
416
|
-
i.icon.import.contacts
|
417
|
-
i.icon.import.export
|
418
|
-
i.icon.important.devices
|
419
|
-
i.icon.inbox
|
420
|
-
i.icon.indeterminate.check.box
|
421
|
-
i.icon.info
|
422
|
-
i.icon.info.outline
|
423
|
-
i.icon.input
|
424
|
-
i.icon.insert.chart
|
425
|
-
i.icon.insert.comment
|
426
|
-
i.icon.insert.drive.file
|
427
|
-
i.icon.insert.emoticon
|
428
|
-
i.icon.insert.invitation
|
429
|
-
i.icon.insert.link
|
430
|
-
i.icon.insert.photo
|
431
|
-
i.icon.invert.colors
|
432
|
-
i.icon.invert.colors.off
|
433
|
-
i.icon.iso
|
434
|
-
i.icon.keyboard
|
435
|
-
i.icon.keyboard.arrow.down
|
436
|
-
i.icon.keyboard.arrow.left
|
437
|
-
i.icon.keyboard.arrow.right
|
438
|
-
i.icon.keyboard.arrow.up
|
439
|
-
i.icon.keyboard.backspace
|
440
|
-
i.icon.keyboard.capslock
|
441
|
-
i.icon.keyboard.hide
|
442
|
-
i.icon.keyboard.return
|
443
|
-
i.icon.keyboard.tab
|
444
|
-
i.icon.keyboard.voice
|
445
|
-
i.icon.kitchen
|
446
|
-
i.icon.label
|
447
|
-
i.icon.label.outline
|
448
|
-
i.icon.landscape
|
449
|
-
i.icon.language
|
450
|
-
i.icon.laptop
|
451
|
-
i.icon.laptop.chromebook
|
452
|
-
i.icon.laptop.mac
|
453
|
-
i.icon.laptop.windows
|
454
|
-
i.icon.last.page
|
455
|
-
i.icon.launch
|
456
|
-
i.icon.layers
|
457
|
-
i.icon.layers.clear
|
458
|
-
i.icon.leak.add
|
459
|
-
i.icon.leak.remove
|
460
|
-
i.icon.lens
|
461
|
-
i.icon.library.add
|
462
|
-
i.icon.library.books
|
463
|
-
i.icon.library.music
|
464
|
-
i.icon.lightbulb.outline
|
465
|
-
i.icon.line.style
|
466
|
-
i.icon.line.weight
|
467
|
-
i.icon.linear.scale
|
468
|
-
i.icon.link
|
469
|
-
i.icon.linked.camera
|
470
|
-
i.icon.list
|
471
|
-
i.icon.live.help
|
472
|
-
i.icon.live.tv
|
473
|
-
i.icon.local.activity
|
474
|
-
i.icon.local.airport
|
475
|
-
i.icon.local.atm
|
476
|
-
i.icon.local.bar
|
477
|
-
i.icon.local.cafe
|
478
|
-
i.icon.local.car.wash
|
479
|
-
i.icon.local.convenience.store
|
480
|
-
i.icon.local.dining
|
481
|
-
i.icon.local.drink
|
482
|
-
i.icon.local.florist
|
483
|
-
i.icon.local.gas.station
|
484
|
-
i.icon.local.grocery.store
|
485
|
-
i.icon.local.hospital
|
486
|
-
i.icon.local.hotel
|
487
|
-
i.icon.local.laundry.service
|
488
|
-
i.icon.local.library
|
489
|
-
i.icon.local.mall
|
490
|
-
i.icon.local.movies
|
491
|
-
i.icon.local.offer
|
492
|
-
i.icon.local.parking
|
493
|
-
i.icon.local.pharmacy
|
494
|
-
i.icon.local.phone
|
495
|
-
i.icon.local.pizza
|
496
|
-
i.icon.local.play
|
497
|
-
i.icon.local.post.office
|
498
|
-
i.icon.local.printshop
|
499
|
-
i.icon.local.see
|
500
|
-
i.icon.local.shipping
|
501
|
-
i.icon.local.taxi
|
502
|
-
i.icon.location.city
|
503
|
-
i.icon.location.disabled
|
504
|
-
i.icon.location.off
|
505
|
-
i.icon.location.on
|
506
|
-
i.icon.location.searching
|
507
|
-
i.icon.lock
|
508
|
-
i.icon.lock.open
|
509
|
-
i.icon.lock.outline
|
510
|
-
i.icon.looks
|
511
|
-
i.icon.looks.3
|
512
|
-
i.icon.looks.4
|
513
|
-
i.icon.looks.5
|
514
|
-
i.icon.looks.6
|
515
|
-
i.icon.looks.one
|
516
|
-
i.icon.looks.two
|
517
|
-
i.icon.loop
|
518
|
-
i.icon.loupe
|
519
|
-
i.icon.low.priority
|
520
|
-
i.icon.loyalty
|
521
|
-
i.icon.mail
|
522
|
-
i.icon.mail.outline
|
523
|
-
i.icon.map
|
524
|
-
i.icon.markunread
|
525
|
-
i.icon.markunread.mailbox
|
526
|
-
i.icon.memory
|
527
|
-
i.icon.menu
|
528
|
-
i.icon.merge.type
|
529
|
-
i.icon.message
|
530
|
-
i.icon.mic
|
531
|
-
i.icon.mic.none
|
532
|
-
i.icon.mic.off
|
533
|
-
i.icon.mms
|
534
|
-
i.icon.mode.comment
|
535
|
-
i.icon.mode.edit
|
536
|
-
i.icon.monetization.on
|
537
|
-
i.icon.money.off
|
538
|
-
i.icon.monochrome.photos
|
539
|
-
i.icon.mood
|
540
|
-
i.icon.mood.bad
|
541
|
-
i.icon.more
|
542
|
-
i.icon.more.horiz
|
543
|
-
i.icon.more.vert
|
544
|
-
i.icon.motorcycle
|
545
|
-
i.icon.mouse
|
546
|
-
i.icon.move.to.inbox
|
547
|
-
i.icon.movie
|
548
|
-
i.icon.movie.creation
|
549
|
-
i.icon.movie.filter
|
550
|
-
i.icon.multiline.chart
|
551
|
-
i.icon.music.note
|
552
|
-
i.icon.music.video
|
553
|
-
i.icon.my.location
|
554
|
-
i.icon.nature
|
555
|
-
i.icon.nature.people
|
556
|
-
i.icon.navigate.before
|
557
|
-
i.icon.navigate.next
|
558
|
-
i.icon.navigation
|
559
|
-
i.icon.near.me
|
560
|
-
i.icon.network.cell
|
561
|
-
i.icon.network.check
|
562
|
-
i.icon.network.locked
|
563
|
-
i.icon.network.wifi
|
564
|
-
i.icon.new.releases
|
565
|
-
i.icon.next.week
|
566
|
-
i.icon.nfc
|
567
|
-
i.icon.no.encryption
|
568
|
-
i.icon.no.sim
|
569
|
-
i.icon.not.interested
|
570
|
-
i.icon.note
|
571
|
-
i.icon.note.add
|
572
|
-
i.icon.notifications
|
573
|
-
i.icon.notifications.active
|
574
|
-
i.icon.notifications.none
|
575
|
-
i.icon.notifications.off
|
576
|
-
i.icon.notifications.paused
|
577
|
-
i.icon.offline.pin
|
578
|
-
i.icon.ondemand.video
|
579
|
-
i.icon.opacity
|
580
|
-
i.icon.open.in.browser
|
581
|
-
i.icon.open.in.new
|
582
|
-
i.icon.open.with
|
583
|
-
i.icon.pages
|
584
|
-
i.icon.pageview
|
585
|
-
i.icon.palette
|
586
|
-
i.icon.pan.tool
|
587
|
-
i.icon.panorama
|
588
|
-
i.icon.panorama.fish.eye
|
589
|
-
i.icon.panorama.horizontal
|
590
|
-
i.icon.panorama.vertical
|
591
|
-
i.icon.panorama.wide.angle
|
592
|
-
i.icon.party.mode
|
593
|
-
i.icon.pause
|
594
|
-
i.icon.pause.circle.filled
|
595
|
-
i.icon.pause.circle.outline
|
596
|
-
i.icon.payment
|
597
|
-
i.icon.people
|
598
|
-
i.icon.people.outline
|
599
|
-
i.icon.perm.camera.mic
|
600
|
-
i.icon.perm.contact.calendar
|
601
|
-
i.icon.perm.data.setting
|
602
|
-
i.icon.perm.device.information
|
603
|
-
i.icon.perm.identity
|
604
|
-
i.icon.perm.media
|
605
|
-
i.icon.perm.phone.msg
|
606
|
-
i.icon.perm.scan.wifi
|
607
|
-
i.icon.person
|
608
|
-
i.icon.person.add
|
609
|
-
i.icon.person.outline
|
610
|
-
i.icon.person.pin
|
611
|
-
i.icon.person.pin.circle
|
612
|
-
i.icon.personal.video
|
613
|
-
i.icon.pets
|
614
|
-
i.icon.phone
|
615
|
-
i.icon.phone.android
|
616
|
-
i.icon.phone.bluetooth.speaker
|
617
|
-
i.icon.phone.forwarded
|
618
|
-
i.icon.phone.in.talk
|
619
|
-
i.icon.phone.iphone
|
620
|
-
i.icon.phone.locked
|
621
|
-
i.icon.phone.missed
|
622
|
-
i.icon.phone.paused
|
623
|
-
i.icon.phonelink
|
624
|
-
i.icon.phonelink.erase
|
625
|
-
i.icon.phonelink.lock
|
626
|
-
i.icon.phonelink.off
|
627
|
-
i.icon.phonelink.ring
|
628
|
-
i.icon.phonelink.setup
|
629
|
-
i.icon.photo
|
630
|
-
i.icon.photo.album
|
631
|
-
i.icon.photo.camera
|
632
|
-
i.icon.photo.filter
|
633
|
-
i.icon.photo.library
|
634
|
-
i.icon.photo.size.select.actual
|
635
|
-
i.icon.photo.size.select.large
|
636
|
-
i.icon.photo.size.select.small
|
637
|
-
i.icon.picture.as.pdf
|
638
|
-
i.icon.picture.in.picture
|
639
|
-
i.icon.picture.in.picture.alt
|
640
|
-
i.icon.pie.chart
|
641
|
-
i.icon.pie.chart.outlined
|
642
|
-
i.icon.pin.drop
|
643
|
-
i.icon.place
|
644
|
-
i.icon.play.arrow
|
645
|
-
i.icon.play.circle.filled
|
646
|
-
i.icon.play.circle.outline
|
647
|
-
i.icon.play.for.work
|
648
|
-
i.icon.playlist.add
|
649
|
-
i.icon.playlist.add.check
|
650
|
-
i.icon.playlist.play
|
651
|
-
i.icon.plus.one
|
652
|
-
i.icon.poll
|
653
|
-
i.icon.polymer
|
654
|
-
i.icon.pool
|
655
|
-
i.icon.portable.wifi.off
|
656
|
-
i.icon.portrait
|
657
|
-
i.icon.power
|
658
|
-
i.icon.power.input
|
659
|
-
i.icon.power.settings.new
|
660
|
-
i.icon.pregnant.woman
|
661
|
-
i.icon.present.to.all
|
662
|
-
i.icon.print
|
663
|
-
i.icon.priority.high
|
664
|
-
i.icon.public
|
665
|
-
i.icon.publish
|
666
|
-
i.icon.query.builder
|
667
|
-
i.icon.question.answer
|
668
|
-
i.icon.queue
|
669
|
-
i.icon.queue.music
|
670
|
-
i.icon.queue.play.next
|
671
|
-
i.icon.radio
|
672
|
-
i.icon.radio.button.checked
|
673
|
-
i.icon.radio.button.unchecked
|
674
|
-
i.icon.rate.review
|
675
|
-
i.icon.receipt
|
676
|
-
i.icon.recent.actors
|
677
|
-
i.icon.record.voice.over
|
678
|
-
i.icon.redeem
|
679
|
-
i.icon.redo
|
680
|
-
i.icon.refresh
|
681
|
-
i.icon.remove
|
682
|
-
i.icon.remove.circle
|
683
|
-
i.icon.remove.circle.outline
|
684
|
-
i.icon.remove.from.queue
|
685
|
-
i.icon.remove.red.eye
|
686
|
-
i.icon.remove.shopping.cart
|
687
|
-
i.icon.reorder
|
688
|
-
i.icon.repeat
|
689
|
-
i.icon.repeat.one
|
690
|
-
i.icon.replay
|
691
|
-
i.icon.replay.ten
|
692
|
-
i.icon.replay.thirty
|
693
|
-
i.icon.replay.five
|
694
|
-
i.icon.reply
|
695
|
-
i.icon.reply.all
|
696
|
-
i.icon.report
|
697
|
-
i.icon.report.problem
|
698
|
-
i.icon.restaurant
|
699
|
-
i.icon.restaurant.menu
|
700
|
-
i.icon.restore
|
701
|
-
i.icon.restore.page
|
702
|
-
i.icon.ring.volume
|
703
|
-
i.icon.room
|
704
|
-
i.icon.room.service
|
705
|
-
i.icon.rotate.ninety.degrees.ccw
|
706
|
-
i.icon.rotate.left
|
707
|
-
i.icon.rotate.right
|
708
|
-
i.icon.rounded.corner
|
709
|
-
i.icon.router
|
710
|
-
i.icon.rowing
|
711
|
-
i.icon.rss.feed
|
712
|
-
i.icon.rv.hookup
|
713
|
-
i.icon.satellite
|
714
|
-
i.icon.save
|
715
|
-
i.icon.scanner
|
716
|
-
i.icon.schedule
|
717
|
-
i.icon.school
|
718
|
-
i.icon.screen.lock.landscape
|
719
|
-
i.icon.screen.lock.portrait
|
720
|
-
i.icon.screen.lock.rotation
|
721
|
-
i.icon.screen.rotation
|
722
|
-
i.icon.screen.share
|
723
|
-
i.icon.sd.card
|
724
|
-
i.icon.sd.storage
|
725
|
-
i.icon.search
|
726
|
-
i.icon.security
|
727
|
-
i.icon.select.all
|
728
|
-
i.icon.send
|
729
|
-
i.icon.sentiment.dissatisfied
|
730
|
-
i.icon.sentiment.neutral
|
731
|
-
i.icon.sentiment.satisfied
|
732
|
-
i.icon.sentiment.very.dissatisfied
|
733
|
-
i.icon.sentiment.very.satisfied
|
734
|
-
i.icon.settings
|
735
|
-
i.icon.settings.applications
|
736
|
-
i.icon.settings.backup.restore
|
737
|
-
i.icon.settings.bluetooth
|
738
|
-
i.icon.settings.brightness
|
739
|
-
i.icon.settings.cell
|
740
|
-
i.icon.settings.ethernet
|
741
|
-
i.icon.settings.input.antenna
|
742
|
-
i.icon.settings.input.component
|
743
|
-
i.icon.settings.input.composite
|
744
|
-
i.icon.settings.input.hdmi
|
745
|
-
i.icon.settings.input.svideo
|
746
|
-
i.icon.settings.overscan
|
747
|
-
i.icon.settings.phone
|
748
|
-
i.icon.settings.power
|
749
|
-
i.icon.settings.remote
|
750
|
-
i.icon.settings.system.daydream
|
751
|
-
i.icon.settings.voice
|
752
|
-
i.icon.share
|
753
|
-
i.icon.shop
|
754
|
-
i.icon.shop.two
|
755
|
-
i.icon.shopping.basket
|
756
|
-
i.icon.shopping.cart
|
757
|
-
i.icon.short.text
|
758
|
-
i.icon.show.chart
|
759
|
-
i.icon.shuffle
|
760
|
-
i.icon.signal.cellular.four.bar
|
761
|
-
i.icon.signal.cellular.connected.no.internet.4.bar
|
762
|
-
i.icon.signal.cellular.no.sim
|
763
|
-
i.icon.signal.cellular.null
|
764
|
-
i.icon.signal.cellular.off
|
765
|
-
i.icon.signal.wifi.four.bar
|
766
|
-
i.icon.signal.wifi.four.bar.lock
|
767
|
-
i.icon.signal.wifi.off
|
768
|
-
i.icon.sim.card
|
769
|
-
i.icon.sim.card.alert
|
770
|
-
i.icon.skip.next
|
771
|
-
i.icon.skip.previous
|
772
|
-
i.icon.slideshow
|
773
|
-
i.icon.slow.motion.video
|
774
|
-
i.icon.smartphone
|
775
|
-
i.icon.smoke.free
|
776
|
-
i.icon.smoking.rooms
|
777
|
-
i.icon.sms
|
778
|
-
i.icon.sms.failed
|
779
|
-
i.icon.snooze
|
780
|
-
i.icon.sort
|
781
|
-
i.icon.sort.by.alpha
|
782
|
-
i.icon.spa
|
783
|
-
i.icon.space.bar
|
784
|
-
i.icon.speaker
|
785
|
-
i.icon.speaker.group
|
786
|
-
i.icon.speaker.notes
|
787
|
-
i.icon.speaker.notes.off
|
788
|
-
i.icon.speaker.phone
|
789
|
-
i.icon.spellcheck
|
790
|
-
i.icon.star
|
791
|
-
i.icon.star.border
|
792
|
-
i.icon.star.half
|
793
|
-
i.icon.stars
|
794
|
-
i.icon.stay.current.landscape
|
795
|
-
i.icon.stay.current.portrait
|
796
|
-
i.icon.stay.primary.landscape
|
797
|
-
i.icon.stay.primary.portrait
|
798
|
-
i.icon.stop
|
799
|
-
i.icon.stop.screen.share
|
800
|
-
i.icon.storage
|
801
|
-
i.icon.store
|
802
|
-
i.icon.store.mall.directory
|
803
|
-
i.icon.straighten
|
804
|
-
i.icon.streetview
|
805
|
-
i.icon.strikethrough.s
|
806
|
-
i.icon.style
|
807
|
-
i.icon.subdirectory.arrow.left
|
808
|
-
i.icon.subdirectory.arrow.right
|
809
|
-
i.icon.subject
|
810
|
-
i.icon.subscriptions
|
811
|
-
i.icon.subtitles
|
812
|
-
i.icon.subway
|
813
|
-
i.icon.supervisor.account
|
814
|
-
i.icon.surround.sound
|
815
|
-
i.icon.swap.calls
|
816
|
-
i.icon.swap.horiz
|
817
|
-
i.icon.swap.vert
|
818
|
-
i.icon.swap.vertical.circle
|
819
|
-
i.icon.switch.camera
|
820
|
-
i.icon.switch.video
|
821
|
-
i.icon.sync
|
822
|
-
i.icon.sync.disabled
|
823
|
-
i.icon.sync.problem
|
824
|
-
i.icon.system.update
|
825
|
-
i.icon.system.update.alt
|
826
|
-
i.icon.tab
|
827
|
-
i.icon.tab.unselected
|
828
|
-
i.icon.tablet
|
829
|
-
i.icon.tablet.android
|
830
|
-
i.icon.tablet.mac
|
831
|
-
i.icon.tag.faces
|
832
|
-
i.icon.tap.and.play
|
833
|
-
i.icon.terrain
|
834
|
-
i.icon.text.fields
|
835
|
-
i.icon.text.format
|
836
|
-
i.icon.textsms
|
837
|
-
i.icon.texture
|
838
|
-
i.icon.theaters
|
839
|
-
i.icon.thumb.down
|
840
|
-
i.icon.thumb.up
|
841
|
-
i.icon.thumbs.up.down
|
842
|
-
i.icon.time.to.leave
|
843
|
-
i.icon.timelapse
|
844
|
-
i.icon.timeline
|
845
|
-
i.icon.timer
|
846
|
-
i.icon.timer.ten
|
847
|
-
i.icon.timer.three
|
848
|
-
i.icon.timer.off
|
849
|
-
i.icon.title
|
850
|
-
i.icon.toc
|
851
|
-
i.icon.today
|
852
|
-
i.icon.toll
|
853
|
-
i.icon.tonality
|
854
|
-
i.icon.touch.app
|
855
|
-
i.icon.toys
|
856
|
-
i.icon.track.changes
|
857
|
-
i.icon.traffic
|
858
|
-
i.icon.train
|
859
|
-
i.icon.tram
|
860
|
-
i.icon.transfer.within.a.station
|
861
|
-
i.icon.transform
|
862
|
-
i.icon.translate
|
863
|
-
i.icon.trending.down
|
864
|
-
i.icon.trending.flat
|
865
|
-
i.icon.trending.up
|
866
|
-
i.icon.tune
|
867
|
-
i.icon.turned.in
|
868
|
-
i.icon.turned.in.not
|
869
|
-
i.icon.tv
|
870
|
-
i.icon.unarchive
|
871
|
-
i.icon.undo
|
872
|
-
i.icon.unfold.less
|
873
|
-
i.icon.unfold.more
|
874
|
-
i.icon.update
|
875
|
-
i.icon.usb
|
876
|
-
i.icon.verified.user
|
877
|
-
i.icon.vertical.align.bottom
|
878
|
-
i.icon.vertical.align.center
|
879
|
-
i.icon.vertical.align.top
|
880
|
-
i.icon.vibration
|
881
|
-
i.icon.video.call
|
882
|
-
i.icon.video.label
|
883
|
-
i.icon.video.library
|
884
|
-
i.icon.videocam
|
885
|
-
i.icon.videocam.off
|
886
|
-
i.icon.videogame.asset
|
887
|
-
i.icon.view.agenda
|
888
|
-
i.icon.view.array
|
889
|
-
i.icon.view.carousel
|
890
|
-
i.icon.view.column
|
891
|
-
i.icon.view.comfy
|
892
|
-
i.icon.view.compact
|
893
|
-
i.icon.view.day
|
894
|
-
i.icon.view.headline
|
895
|
-
i.icon.view.list
|
896
|
-
i.icon.view.module
|
897
|
-
i.icon.view.quilt
|
898
|
-
i.icon.view.stream
|
899
|
-
i.icon.view.week
|
900
|
-
i.icon.vignette
|
901
|
-
i.icon.visibility
|
902
|
-
i.icon.visibility.off
|
903
|
-
i.icon.voice.chat
|
904
|
-
i.icon.voicemail
|
905
|
-
i.icon.volume.down
|
906
|
-
i.icon.volume.mute
|
907
|
-
i.icon.volume.off
|
908
|
-
i.icon.volume.up
|
909
|
-
i.icon.vpn.key
|
910
|
-
i.icon.vpn.lock
|
911
|
-
i.icon.wallpaper
|
912
|
-
i.icon.warning
|
913
|
-
i.icon.watch
|
914
|
-
i.icon.watch.later
|
915
|
-
i.icon.wb.auto
|
916
|
-
i.icon.wb.cloudy
|
917
|
-
i.icon.wb.incandescent
|
918
|
-
i.icon.wb.iridescent
|
919
|
-
i.icon.wb.sunny
|
920
|
-
i.icon.wc
|
921
|
-
i.icon.web
|
922
|
-
i.icon.web.asset
|
923
|
-
i.icon.weekend
|
924
|
-
i.icon.whatshot
|
925
|
-
i.icon.widgets
|
926
|
-
i.icon.wifi
|
927
|
-
i.icon.wifi.lock
|
928
|
-
i.icon.wifi.tethering
|
929
|
-
i.icon.work
|
930
|
-
i.icon.wrap.text
|
931
|
-
i.icon.youtube.searched.for
|
932
|
-
i.icon.zoom.in
|
933
|
-
i.icon.zoom.out
|
934
|
-
i.icon.zoom.out.map
|
3
|
+
i.icon.threed.rotation::before { content: '\e84d'}
|
4
|
+
i.icon.ac.unit::before { content: '\eb3b'}
|
5
|
+
i.icon.access.alarm::before { content: '\e190'}
|
6
|
+
i.icon.access.alarms::before { content: '\e191'}
|
7
|
+
i.icon.access.time::before { content: '\e192'}
|
8
|
+
i.icon.accessibility::before { content: '\e84e'}
|
9
|
+
i.icon.accessible::before { content: '\e914'}
|
10
|
+
i.icon.account.balance::before { content: '\e84f'}
|
11
|
+
i.icon.account.balance.wallet::before { content: '\e850'}
|
12
|
+
i.icon.account.box::before { content: '\e851'}
|
13
|
+
i.icon.account.circle::before { content: '\e853'}
|
14
|
+
i.icon.adb::before { content: '\e60e'}
|
15
|
+
i.icon.add::before { content: '\e145'}
|
16
|
+
i.icon.add.a.photo::before { content: '\e439'}
|
17
|
+
i.icon.add.alarm::before { content: '\e193'}
|
18
|
+
i.icon.add.alert::before { content: '\e003'}
|
19
|
+
i.icon.add.box::before { content: '\e146'}
|
20
|
+
i.icon.add.circle::before { content: '\e147'}
|
21
|
+
i.icon.add.circle.outline::before { content: '\e148'}
|
22
|
+
i.icon.add.location::before { content: '\e567'}
|
23
|
+
i.icon.add.shopping.cart::before { content: '\e854'}
|
24
|
+
i.icon.add.to.photos::before { content: '\e39d'}
|
25
|
+
i.icon.add.to.queue::before { content: '\e05c'}
|
26
|
+
i.icon.adjust::before { content: '\e39e'}
|
27
|
+
i.icon.airline.seat.flat::before { content: '\e630'}
|
28
|
+
i.icon.airline.seat.flat.angled::before { content: '\e631'}
|
29
|
+
i.icon.airline.seat.individual.suite::before { content: '\e632'}
|
30
|
+
i.icon.airline.seat.legroom.extra::before { content: '\e633'}
|
31
|
+
i.icon.airline.seat.legroom.normal::before { content: '\e634'}
|
32
|
+
i.icon.airline.seat.legroom.reduced::before { content: '\e635'}
|
33
|
+
i.icon.airline.seat.recline.extra::before { content: '\e636'}
|
34
|
+
i.icon.airline.seat.recline.normal::before { content: '\e637'}
|
35
|
+
i.icon.airplanemode.active::before { content: '\e195'}
|
36
|
+
i.icon.airplanemode.inactive::before { content: '\e194'}
|
37
|
+
i.icon.airplay::before { content: '\e055'}
|
38
|
+
i.icon.airport.shuttle::before { content: '\eb3c'}
|
39
|
+
i.icon.alarm::before { content: '\e855'}
|
40
|
+
i.icon.alarm.add::before { content: '\e856'}
|
41
|
+
i.icon.alarm.off::before { content: '\e857'}
|
42
|
+
i.icon.alarm.on::before { content: '\e858'}
|
43
|
+
i.icon.album::before { content: '\e019'}
|
44
|
+
i.icon.all.inclusive::before { content: '\eb3d'}
|
45
|
+
i.icon.all.out::before { content: '\e90b'}
|
46
|
+
i.icon.android::before { content: '\e859'}
|
47
|
+
i.icon.announcement::before { content: '\e85a'}
|
48
|
+
i.icon.apps::before { content: '\e5c3'}
|
49
|
+
i.icon.archive::before { content: '\e149'}
|
50
|
+
i.icon.arrow.back::before { content: '\e5c4'}
|
51
|
+
i.icon.arrow.downward::before { content: '\e5db'}
|
52
|
+
i.icon.arrow.drop.down::before { content: '\e5c5'}
|
53
|
+
i.icon.arrow.drop.down.circle::before { content: '\e5c6'}
|
54
|
+
i.icon.arrow.drop.up::before { content: '\e5c7'}
|
55
|
+
i.icon.arrow.forward::before { content: '\e5c8'}
|
56
|
+
i.icon.arrow.upward::before { content: '\e5d8'}
|
57
|
+
i.icon.art.track::before { content: '\e060'}
|
58
|
+
i.icon.aspect.ratio::before { content: '\e85b'}
|
59
|
+
i.icon.assessment::before { content: '\e85c'}
|
60
|
+
i.icon.assignment::before { content: '\e85d'}
|
61
|
+
i.icon.assignment.ind::before { content: '\e85e'}
|
62
|
+
i.icon.assignment.late::before { content: '\e85f'}
|
63
|
+
i.icon.assignment.return::before { content: '\e860'}
|
64
|
+
i.icon.assignment.returned::before { content: '\e861'}
|
65
|
+
i.icon.assignment.turned.in::before { content: '\e862'}
|
66
|
+
i.icon.assistant::before { content: '\e39f'}
|
67
|
+
i.icon.assistant.photo::before { content: '\e3a0'}
|
68
|
+
i.icon.attach.file::before { content: '\e226'}
|
69
|
+
i.icon.attach.money::before { content: '\e227'}
|
70
|
+
i.icon.attachment::before { content: '\e2bc'}
|
71
|
+
i.icon.audiotrack::before { content: '\e3a1'}
|
72
|
+
i.icon.autorenew::before { content: '\e863'}
|
73
|
+
i.icon.av.timer::before { content: '\e01b'}
|
74
|
+
i.icon.backspace::before { content: '\e14a'}
|
75
|
+
i.icon.backup::before { content: '\e864'}
|
76
|
+
i.icon.battery.alert::before { content: '\e19c'}
|
77
|
+
i.icon.battery.charging.full::before { content: '\e1a3'}
|
78
|
+
i.icon.battery.full::before { content: '\e1a4'}
|
79
|
+
i.icon.battery.std::before { content: '\e1a5'}
|
80
|
+
i.icon.battery.unknown::before { content: '\e1a6'}
|
81
|
+
i.icon.beach.access::before { content: '\eb3e'}
|
82
|
+
i.icon.beenhere::before { content: '\e52d'}
|
83
|
+
i.icon.block::before { content: '\e14b'}
|
84
|
+
i.icon.bluetooth::before { content: '\e1a7'}
|
85
|
+
i.icon.bluetooth.audio::before { content: '\e60f'}
|
86
|
+
i.icon.bluetooth.connected::before { content: '\e1a8'}
|
87
|
+
i.icon.bluetooth.disabled::before { content: '\e1a9'}
|
88
|
+
i.icon.bluetooth.searching::before { content: '\e1aa'}
|
89
|
+
i.icon.blur.circular::before { content: '\e3a2'}
|
90
|
+
i.icon.blur.linear::before { content: '\e3a3'}
|
91
|
+
i.icon.blur.off::before { content: '\e3a4'}
|
92
|
+
i.icon.blur.on::before { content: '\e3a5'}
|
93
|
+
i.icon.book::before { content: '\e865'}
|
94
|
+
i.icon.bookmark::before { content: '\e866'}
|
95
|
+
i.icon.bookmark.border::before { content: '\e867'}
|
96
|
+
i.icon.border.all::before { content: '\e228'}
|
97
|
+
i.icon.border.bottom::before { content: '\e229'}
|
98
|
+
i.icon.border.clear::before { content: '\e22a'}
|
99
|
+
i.icon.border.color::before { content: '\e22b'}
|
100
|
+
i.icon.border.horizontal::before { content: '\e22c'}
|
101
|
+
i.icon.border.inner::before { content: '\e22d'}
|
102
|
+
i.icon.border.left::before { content: '\e22e'}
|
103
|
+
i.icon.border.outer::before { content: '\e22f'}
|
104
|
+
i.icon.border.right::before { content: '\e230'}
|
105
|
+
i.icon.border.style::before { content: '\e231'}
|
106
|
+
i.icon.border.top::before { content: '\e232'}
|
107
|
+
i.icon.border.vertical::before { content: '\e233'}
|
108
|
+
i.icon.branding.watermark::before { content: '\e06b'}
|
109
|
+
i.icon.brightness.one::before { content: '\e3a6'}
|
110
|
+
i.icon.brightness.two::before { content: '\e3a7'}
|
111
|
+
i.icon.brightness.three::before { content: '\e3a8'}
|
112
|
+
i.icon.brightness.four::before { content: '\e3a9'}
|
113
|
+
i.icon.brightness.five::before { content: '\e3aa'}
|
114
|
+
i.icon.brightness.six::before { content: '\e3ab'}
|
115
|
+
i.icon.brightness.seven::before { content: '\e3ac'}
|
116
|
+
i.icon.brightness.auto::before { content: '\e1ab'}
|
117
|
+
i.icon.brightness.high::before { content: '\e1ac'}
|
118
|
+
i.icon.brightness.low::before { content: '\e1ad'}
|
119
|
+
i.icon.brightness.medium::before { content: '\e1ae'}
|
120
|
+
i.icon.broken.image::before { content: '\e3ad'}
|
121
|
+
i.icon.brush::before { content: '\e3ae'}
|
122
|
+
i.icon.bubble.chart::before { content: '\e6dd'}
|
123
|
+
i.icon.bug.report::before { content: '\e868'}
|
124
|
+
i.icon.build::before { content: '\e869'}
|
125
|
+
i.icon.burst.mode::before { content: '\e43c'}
|
126
|
+
i.icon.business::before { content: '\e0af'}
|
127
|
+
i.icon.business.center::before { content: '\eb3f'}
|
128
|
+
i.icon.cached::before { content: '\e86a'}
|
129
|
+
i.icon.cake::before { content: '\e7e9'}
|
130
|
+
i.icon.call::before { content: '\e0b0'}
|
131
|
+
i.icon.call.end::before { content: '\e0b1'}
|
132
|
+
i.icon.call.made::before { content: '\e0b2'}
|
133
|
+
i.icon.call.merge::before { content: '\e0b3'}
|
134
|
+
i.icon.call.missed::before { content: '\e0b4'}
|
135
|
+
i.icon.call.missed.outgoing::before { content: '\e0e4'}
|
136
|
+
i.icon.call.received::before { content: '\e0b5'}
|
137
|
+
i.icon.call.split::before { content: '\e0b6'}
|
138
|
+
i.icon.call.to.action::before { content: '\e06c'}
|
139
|
+
i.icon.camera::before { content: '\e3af'}
|
140
|
+
i.icon.camera.alt::before { content: '\e3b0'}
|
141
|
+
i.icon.camera.enhance::before { content: '\e8fc'}
|
142
|
+
i.icon.camera.front::before { content: '\e3b1'}
|
143
|
+
i.icon.camera.rear::before { content: '\e3b2'}
|
144
|
+
i.icon.camera.roll::before { content: '\e3b3'}
|
145
|
+
i.icon.cancel::before { content: '\e5c9'}
|
146
|
+
i.icon.card.giftcard::before { content: '\e8f6'}
|
147
|
+
i.icon.card.membership::before { content: '\e8f7'}
|
148
|
+
i.icon.card.travel::before { content: '\e8f8'}
|
149
|
+
i.icon.casino::before { content: '\eb40'}
|
150
|
+
i.icon.cast::before { content: '\e307'}
|
151
|
+
i.icon.cast.connected::before { content: '\e308'}
|
152
|
+
i.icon.center.focus.strong::before { content: '\e3b4'}
|
153
|
+
i.icon.center.focus.weak::before { content: '\e3b5'}
|
154
|
+
i.icon.change.history::before { content: '\e86b'}
|
155
|
+
i.icon.chat::before { content: '\e0b7'}
|
156
|
+
i.icon.chat.bubble::before { content: '\e0ca'}
|
157
|
+
i.icon.chat.bubble.outline::before { content: '\e0cb'}
|
158
|
+
i.icon.check::before { content: '\e5ca'}
|
159
|
+
i.icon.check.box::before { content: '\e834'}
|
160
|
+
i.icon.check.box.outline.blank::before { content: '\e835'}
|
161
|
+
i.icon.check.circle::before { content: '\e86c'}
|
162
|
+
i.icon.chevron.left::before { content: '\e5cb'}
|
163
|
+
i.icon.chevron.right::before { content: '\e5cc'}
|
164
|
+
i.icon.child.care::before { content: '\eb41'}
|
165
|
+
i.icon.child.friendly::before { content: '\eb42'}
|
166
|
+
i.icon.chrome.reader.mode::before { content: '\e86d'}
|
167
|
+
i.icon.class::before { content: '\e86e'}
|
168
|
+
i.icon.clear::before { content: '\e14c'}
|
169
|
+
i.icon.clear.all::before { content: '\e0b8'}
|
170
|
+
i.icon.close::before { content: '\e5cd'}
|
171
|
+
i.icon.closed.caption::before { content: '\e01c'}
|
172
|
+
i.icon.cloud::before { content: '\e2bd'}
|
173
|
+
i.icon.cloud.circle::before { content: '\e2be'}
|
174
|
+
i.icon.cloud.done::before { content: '\e2bf'}
|
175
|
+
i.icon.cloud.download::before { content: '\e2c0'}
|
176
|
+
i.icon.cloud.off::before { content: '\e2c1'}
|
177
|
+
i.icon.cloud.queue::before { content: '\e2c2'}
|
178
|
+
i.icon.cloud.upload::before { content: '\e2c3'}
|
179
|
+
i.icon.code::before { content: '\e86f'}
|
180
|
+
i.icon.collections::before { content: '\e3b6'}
|
181
|
+
i.icon.collections.bookmark::before { content: '\e431'}
|
182
|
+
i.icon.color.lens::before { content: '\e3b7'}
|
183
|
+
i.icon.colorize::before { content: '\e3b8'}
|
184
|
+
i.icon.comment::before { content: '\e0b9'}
|
185
|
+
i.icon.compare::before { content: '\e3b9'}
|
186
|
+
i.icon.compare.arrows::before { content: '\e915'}
|
187
|
+
i.icon.computer::before { content: '\e30a'}
|
188
|
+
i.icon.confirmation.number::before { content: '\e638'}
|
189
|
+
i.icon.contact.mail::before { content: '\e0d0'}
|
190
|
+
i.icon.contact.phone::before { content: '\e0cf'}
|
191
|
+
i.icon.contacts::before { content: '\e0ba'}
|
192
|
+
i.icon.content.copy::before { content: '\e14d'}
|
193
|
+
i.icon.content.cut::before { content: '\e14e'}
|
194
|
+
i.icon.content.paste::before { content: '\e14f'}
|
195
|
+
i.icon.control.point::before { content: '\e3ba'}
|
196
|
+
i.icon.control.point.duplicate::before { content: '\e3bb'}
|
197
|
+
i.icon.copyright::before { content: '\e90c'}
|
198
|
+
i.icon.create::before { content: '\e150'}
|
199
|
+
i.icon.create.new.folder::before { content: '\e2cc'}
|
200
|
+
i.icon.credit.card::before { content: '\e870'}
|
201
|
+
i.icon.crop::before { content: '\e3be'}
|
202
|
+
i.icon.crop.sixteen.nine::before { content: '\e3bc'}
|
203
|
+
i.icon.crop.three.two::before { content: '\e3bd'}
|
204
|
+
i.icon.crop.five.four::before { content: '\e3bf'}
|
205
|
+
i.icon.crop.seven.five::before { content: '\e3c0'}
|
206
|
+
i.icon.crop.din::before { content: '\e3c1'}
|
207
|
+
i.icon.crop.free::before { content: '\e3c2'}
|
208
|
+
i.icon.crop.landscape::before { content: '\e3c3'}
|
209
|
+
i.icon.crop.original::before { content: '\e3c4'}
|
210
|
+
i.icon.crop.portrait::before { content: '\e3c5'}
|
211
|
+
i.icon.crop.rotate::before { content: '\e437'}
|
212
|
+
i.icon.crop.square::before { content: '\e3c6'}
|
213
|
+
i.icon.dashboard::before { content: '\e871'}
|
214
|
+
i.icon.data.usage::before { content: '\e1af'}
|
215
|
+
i.icon.date.range::before { content: '\e916'}
|
216
|
+
i.icon.dehaze::before { content: '\e3c7'}
|
217
|
+
i.icon.delete::before { content: '\e872'}
|
218
|
+
i.icon.delete.forever::before { content: '\e92b'}
|
219
|
+
i.icon.delete.sweep::before { content: '\e16c'}
|
220
|
+
i.icon.description::before { content: '\e873'}
|
221
|
+
i.icon.desktop.mac::before { content: '\e30b'}
|
222
|
+
i.icon.desktop.windows::before { content: '\e30c'}
|
223
|
+
i.icon.details::before { content: '\e3c8'}
|
224
|
+
i.icon.developer.board::before { content: '\e30d'}
|
225
|
+
i.icon.developer.mode::before { content: '\e1b0'}
|
226
|
+
i.icon.device.hub::before { content: '\e335'}
|
227
|
+
i.icon.devices::before { content: '\e1b1'}
|
228
|
+
i.icon.devices.other::before { content: '\e337'}
|
229
|
+
i.icon.dialer.sip::before { content: '\e0bb'}
|
230
|
+
i.icon.dialpad::before { content: '\e0bc'}
|
231
|
+
i.icon.directions::before { content: '\e52e'}
|
232
|
+
i.icon.directions.bike::before { content: '\e52f'}
|
233
|
+
i.icon.directions.boat::before { content: '\e532'}
|
234
|
+
i.icon.directions.bus::before { content: '\e530'}
|
235
|
+
i.icon.directions.car::before { content: '\e531'}
|
236
|
+
i.icon.directions.railway::before { content: '\e534'}
|
237
|
+
i.icon.directions.run::before { content: '\e566'}
|
238
|
+
i.icon.directions.subway::before { content: '\e533'}
|
239
|
+
i.icon.directions.transit::before { content: '\e535'}
|
240
|
+
i.icon.directions.walk::before { content: '\e536'}
|
241
|
+
i.icon.disc.full::before { content: '\e610'}
|
242
|
+
i.icon.dns::before { content: '\e875'}
|
243
|
+
i.icon.do.not.disturb::before { content: '\e612'}
|
244
|
+
i.icon.do.not.disturb.alt::before { content: '\e611'}
|
245
|
+
i.icon.do.not.disturb.off::before { content: '\e643'}
|
246
|
+
i.icon.do.not.disturb.on::before { content: '\e644'}
|
247
|
+
i.icon.dock::before { content: '\e30e'}
|
248
|
+
i.icon.domain::before { content: '\e7ee'}
|
249
|
+
i.icon.done::before { content: '\e876'}
|
250
|
+
i.icon.done.all::before { content: '\e877'}
|
251
|
+
i.icon.donut.large::before { content: '\e917'}
|
252
|
+
i.icon.donut.small::before { content: '\e918'}
|
253
|
+
i.icon.drafts::before { content: '\e151'}
|
254
|
+
i.icon.drag.handle::before { content: '\e25d'}
|
255
|
+
i.icon.drive.eta::before { content: '\e613'}
|
256
|
+
i.icon.dvr::before { content: '\e1b2'}
|
257
|
+
i.icon.edit::before { content: '\e3c9'}
|
258
|
+
i.icon.edit.location::before { content: '\e568'}
|
259
|
+
i.icon.eject::before { content: '\e8fb'}
|
260
|
+
i.icon.email::before { content: '\e0be'}
|
261
|
+
i.icon.enhanced.encryption::before { content: '\e63f'}
|
262
|
+
i.icon.equalizer::before { content: '\e01d'}
|
263
|
+
i.icon.error::before { content: '\e000'}
|
264
|
+
i.icon.error.outline::before { content: '\e001'}
|
265
|
+
i.icon.euro.symbol::before { content: '\e926'}
|
266
|
+
i.icon.ev.station::before { content: '\e56d'}
|
267
|
+
i.icon.event::before { content: '\e878'}
|
268
|
+
i.icon.event.available::before { content: '\e614'}
|
269
|
+
i.icon.event.busy::before { content: '\e615'}
|
270
|
+
i.icon.event.note::before { content: '\e616'}
|
271
|
+
i.icon.event.seat::before { content: '\e903'}
|
272
|
+
i.icon.exit.to.app::before { content: '\e879'}
|
273
|
+
i.icon.expand.less::before { content: '\e5ce'}
|
274
|
+
i.icon.expand.more::before { content: '\e5cf'}
|
275
|
+
i.icon.explicit::before { content: '\e01e'}
|
276
|
+
i.icon.explore::before { content: '\e87a'}
|
277
|
+
i.icon.exposure::before { content: '\e3ca'}
|
278
|
+
i.icon.exposure.neg.1::before { content: '\e3cb'}
|
279
|
+
i.icon.exposure.neg.2::before { content: '\e3cc'}
|
280
|
+
i.icon.exposure.plus.1::before { content: '\e3cd'}
|
281
|
+
i.icon.exposure.plus.2::before { content: '\e3ce'}
|
282
|
+
i.icon.exposure.zero::before { content: '\e3cf'}
|
283
|
+
i.icon.extension::before { content: '\e87b'}
|
284
|
+
i.icon.face::before { content: '\e87c'}
|
285
|
+
i.icon.fast.forward::before { content: '\e01f'}
|
286
|
+
i.icon.fast.rewind::before { content: '\e020'}
|
287
|
+
i.icon.favorite::before { content: '\e87d'}
|
288
|
+
i.icon.favorite.border::before { content: '\e87e'}
|
289
|
+
i.icon.featured.play.list::before { content: '\e06d'}
|
290
|
+
i.icon.featured.video::before { content: '\e06e'}
|
291
|
+
i.icon.feedback::before { content: '\e87f'}
|
292
|
+
i.icon.fiber.dvr::before { content: '\e05d'}
|
293
|
+
i.icon.fiber.manual.record::before { content: '\e061'}
|
294
|
+
i.icon.fiber.new::before { content: '\e05e'}
|
295
|
+
i.icon.fiber.pin::before { content: '\e06a'}
|
296
|
+
i.icon.fiber.smart.record::before { content: '\e062'}
|
297
|
+
i.icon.file.download::before { content: '\e2c4'}
|
298
|
+
i.icon.file.upload::before { content: '\e2c6'}
|
299
|
+
i.icon.filter::before { content: '\e3d3'}
|
300
|
+
i.icon.filter.1::before { content: '\e3d0'}
|
301
|
+
i.icon.filter.2::before { content: '\e3d1'}
|
302
|
+
i.icon.filter.3::before { content: '\e3d2'}
|
303
|
+
i.icon.filter.4::before { content: '\e3d4'}
|
304
|
+
i.icon.filter.5::before { content: '\e3d5'}
|
305
|
+
i.icon.filter.6::before { content: '\e3d6'}
|
306
|
+
i.icon.filter.7::before { content: '\e3d7'}
|
307
|
+
i.icon.filter.8::before { content: '\e3d8'}
|
308
|
+
i.icon.filter.9::before { content: '\e3d9'}
|
309
|
+
i.icon.filter.9.plus::before { content: '\e3da'}
|
310
|
+
i.icon.filter.b.and.w::before { content: '\e3db'}
|
311
|
+
i.icon.filter.center.focus::before { content: '\e3dc'}
|
312
|
+
i.icon.filter.drama::before { content: '\e3dd'}
|
313
|
+
i.icon.filter.frames::before { content: '\e3de'}
|
314
|
+
i.icon.filter.hdr::before { content: '\e3df'}
|
315
|
+
i.icon.filter.list::before { content: '\e152'}
|
316
|
+
i.icon.filter.none::before { content: '\e3e0'}
|
317
|
+
i.icon.filter.tilt.shift::before { content: '\e3e2'}
|
318
|
+
i.icon.filter.vintage::before { content: '\e3e3'}
|
319
|
+
i.icon.find.in.page::before { content: '\e880'}
|
320
|
+
i.icon.find.replace::before { content: '\e881'}
|
321
|
+
i.icon.fingerprint::before { content: '\e90d'}
|
322
|
+
i.icon.first.page::before { content: '\e5dc'}
|
323
|
+
i.icon.fitness.center::before { content: '\eb43'}
|
324
|
+
i.icon.flag::before { content: '\e153'}
|
325
|
+
i.icon.flare::before { content: '\e3e4'}
|
326
|
+
i.icon.flash.auto::before { content: '\e3e5'}
|
327
|
+
i.icon.flash.off::before { content: '\e3e6'}
|
328
|
+
i.icon.flash.on::before { content: '\e3e7'}
|
329
|
+
i.icon.flight::before { content: '\e539'}
|
330
|
+
i.icon.flight.land::before { content: '\e904'}
|
331
|
+
i.icon.flight.takeoff::before { content: '\e905'}
|
332
|
+
i.icon.flip::before { content: '\e3e8'}
|
333
|
+
i.icon.flip.to.back::before { content: '\e882'}
|
334
|
+
i.icon.flip.to.front::before { content: '\e883'}
|
335
|
+
i.icon.folder::before { content: '\e2c7'}
|
336
|
+
i.icon.folder.open::before { content: '\e2c8'}
|
337
|
+
i.icon.folder.shared::before { content: '\e2c9'}
|
338
|
+
i.icon.folder.special::before { content: '\e617'}
|
339
|
+
i.icon.font.download::before { content: '\e167'}
|
340
|
+
i.icon.format.align.center::before { content: '\e234'}
|
341
|
+
i.icon.format.align.justify::before { content: '\e235'}
|
342
|
+
i.icon.format.align.left::before { content: '\e236'}
|
343
|
+
i.icon.format.align.right::before { content: '\e237'}
|
344
|
+
i.icon.format.bold::before { content: '\e238'}
|
345
|
+
i.icon.format.clear::before { content: '\e239'}
|
346
|
+
i.icon.format.color.fill::before { content: '\e23a'}
|
347
|
+
i.icon.format.color.reset::before { content: '\e23b'}
|
348
|
+
i.icon.format.color.text::before { content: '\e23c'}
|
349
|
+
i.icon.format.indent.decrease::before { content: '\e23d'}
|
350
|
+
i.icon.format.indent.increase::before { content: '\e23e'}
|
351
|
+
i.icon.format.italic::before { content: '\e23f'}
|
352
|
+
i.icon.format.line.spacing::before { content: '\e240'}
|
353
|
+
i.icon.format.list.bulleted::before { content: '\e241'}
|
354
|
+
i.icon.format.list.numbered::before { content: '\e242'}
|
355
|
+
i.icon.format.paint::before { content: '\e243'}
|
356
|
+
i.icon.format.quote::before { content: '\e244'}
|
357
|
+
i.icon.format.shapes::before { content: '\e25e'}
|
358
|
+
i.icon.format.size::before { content: '\e245'}
|
359
|
+
i.icon.format.strikethrough::before { content: '\e246'}
|
360
|
+
i.icon.format.textdirection.l.to.r::before { content: '\e247'}
|
361
|
+
i.icon.format.textdirection.r.to.l::before { content: '\e248'}
|
362
|
+
i.icon.format.underlined::before { content: '\e249'}
|
363
|
+
i.icon.forum::before { content: '\e0bf'}
|
364
|
+
i.icon.forward::before { content: '\e154'}
|
365
|
+
i.icon.forward.ten::before { content: '\e056'}
|
366
|
+
i.icon.forward.thirty::before { content: '\e057'}
|
367
|
+
i.icon.forward.five::before { content: '\e058'}
|
368
|
+
i.icon.free.breakfast::before { content: '\eb44'}
|
369
|
+
i.icon.fullscreen::before { content: '\e5d0'}
|
370
|
+
i.icon.fullscreen.exit::before { content: '\e5d1'}
|
371
|
+
i.icon.functions::before { content: '\e24a'}
|
372
|
+
i.icon.g.translate::before { content: '\e927'}
|
373
|
+
i.icon.gamepad::before { content: '\e30f'}
|
374
|
+
i.icon.games::before { content: '\e021'}
|
375
|
+
i.icon.gavel::before { content: '\e90e'}
|
376
|
+
i.icon.gesture::before { content: '\e155'}
|
377
|
+
i.icon.get.app::before { content: '\e884'}
|
378
|
+
i.icon.gif::before { content: '\e908'}
|
379
|
+
i.icon.golf.course::before { content: '\eb45'}
|
380
|
+
i.icon.gps.fixed::before { content: '\e1b3'}
|
381
|
+
i.icon.gps.not.fixed::before { content: '\e1b4'}
|
382
|
+
i.icon.gps.off::before { content: '\e1b5'}
|
383
|
+
i.icon.grade::before { content: '\e885'}
|
384
|
+
i.icon.gradient::before { content: '\e3e9'}
|
385
|
+
i.icon.grain::before { content: '\e3ea'}
|
386
|
+
i.icon.graphic.eq::before { content: '\e1b8'}
|
387
|
+
i.icon.grid.off::before { content: '\e3eb'}
|
388
|
+
i.icon.grid.on::before { content: '\e3ec'}
|
389
|
+
i.icon.group::before { content: '\e7ef'}
|
390
|
+
i.icon.group.add::before { content: '\e7f0'}
|
391
|
+
i.icon.group.work::before { content: '\e886'}
|
392
|
+
i.icon.hd::before { content: '\e052'}
|
393
|
+
i.icon.hdr.off::before { content: '\e3ed'}
|
394
|
+
i.icon.hdr.on::before { content: '\e3ee'}
|
395
|
+
i.icon.hdr.strong::before { content: '\e3f1'}
|
396
|
+
i.icon.hdr.weak::before { content: '\e3f2'}
|
397
|
+
i.icon.headset::before { content: '\e310'}
|
398
|
+
i.icon.headset.mic::before { content: '\e311'}
|
399
|
+
i.icon.healing::before { content: '\e3f3'}
|
400
|
+
i.icon.hearing::before { content: '\e023'}
|
401
|
+
i.icon.help::before { content: '\e887'}
|
402
|
+
i.icon.help.outline::before { content: '\e8fd'}
|
403
|
+
i.icon.high.quality::before { content: '\e024'}
|
404
|
+
i.icon.highlight::before { content: '\e25f'}
|
405
|
+
i.icon.highlight.off::before { content: '\e888'}
|
406
|
+
i.icon.history::before { content: '\e889'}
|
407
|
+
i.icon.home::before { content: '\e88a'}
|
408
|
+
i.icon.hot.tub::before { content: '\eb46'}
|
409
|
+
i.icon.hotel::before { content: '\e53a'}
|
410
|
+
i.icon.hourglass.empty::before { content: '\e88b'}
|
411
|
+
i.icon.hourglass.full::before { content: '\e88c'}
|
412
|
+
i.icon.http::before { content: '\e902'}
|
413
|
+
i.icon.https::before { content: '\e88d'}
|
414
|
+
i.icon.image::before { content: '\e3f4'}
|
415
|
+
i.icon.image.aspect.ratio::before { content: '\e3f5'}
|
416
|
+
i.icon.import.contacts::before { content: '\e0e0'}
|
417
|
+
i.icon.import.export::before { content: '\e0c3'}
|
418
|
+
i.icon.important.devices::before { content: '\e912'}
|
419
|
+
i.icon.inbox::before { content: '\e156'}
|
420
|
+
i.icon.indeterminate.check.box::before { content: '\e909'}
|
421
|
+
i.icon.info::before { content: '\e88e'}
|
422
|
+
i.icon.info.outline::before { content: '\e88f'}
|
423
|
+
i.icon.input::before { content: '\e890'}
|
424
|
+
i.icon.insert.chart::before { content: '\e24b'}
|
425
|
+
i.icon.insert.comment::before { content: '\e24c'}
|
426
|
+
i.icon.insert.drive.file::before { content: '\e24d'}
|
427
|
+
i.icon.insert.emoticon::before { content: '\e24e'}
|
428
|
+
i.icon.insert.invitation::before { content: '\e24f'}
|
429
|
+
i.icon.insert.link::before { content: '\e250'}
|
430
|
+
i.icon.insert.photo::before { content: '\e251'}
|
431
|
+
i.icon.invert.colors::before { content: '\e891'}
|
432
|
+
i.icon.invert.colors.off::before { content: '\e0c4'}
|
433
|
+
i.icon.iso::before { content: '\e3f6'}
|
434
|
+
i.icon.keyboard::before { content: '\e312'}
|
435
|
+
i.icon.keyboard.arrow.down::before { content: '\e313'}
|
436
|
+
i.icon.keyboard.arrow.left::before { content: '\e314'}
|
437
|
+
i.icon.keyboard.arrow.right::before { content: '\e315'}
|
438
|
+
i.icon.keyboard.arrow.up::before { content: '\e316'}
|
439
|
+
i.icon.keyboard.backspace::before { content: '\e317'}
|
440
|
+
i.icon.keyboard.capslock::before { content: '\e318'}
|
441
|
+
i.icon.keyboard.hide::before { content: '\e31a'}
|
442
|
+
i.icon.keyboard.return::before { content: '\e31b'}
|
443
|
+
i.icon.keyboard.tab::before { content: '\e31c'}
|
444
|
+
i.icon.keyboard.voice::before { content: '\e31d'}
|
445
|
+
i.icon.kitchen::before { content: '\eb47'}
|
446
|
+
i.icon.label::before { content: '\e892'}
|
447
|
+
i.icon.label.outline::before { content: '\e893'}
|
448
|
+
i.icon.landscape::before { content: '\e3f7'}
|
449
|
+
i.icon.language::before { content: '\e894'}
|
450
|
+
i.icon.laptop::before { content: '\e31e'}
|
451
|
+
i.icon.laptop.chromebook::before { content: '\e31f'}
|
452
|
+
i.icon.laptop.mac::before { content: '\e320'}
|
453
|
+
i.icon.laptop.windows::before { content: '\e321'}
|
454
|
+
i.icon.last.page::before { content: '\e5dd'}
|
455
|
+
i.icon.launch::before { content: '\e895'}
|
456
|
+
i.icon.layers::before { content: '\e53b'}
|
457
|
+
i.icon.layers.clear::before { content: '\e53c'}
|
458
|
+
i.icon.leak.add::before { content: '\e3f8'}
|
459
|
+
i.icon.leak.remove::before { content: '\e3f9'}
|
460
|
+
i.icon.lens::before { content: '\e3fa'}
|
461
|
+
i.icon.library.add::before { content: '\e02e'}
|
462
|
+
i.icon.library.books::before { content: '\e02f'}
|
463
|
+
i.icon.library.music::before { content: '\e030'}
|
464
|
+
i.icon.lightbulb.outline::before { content: '\e90f'}
|
465
|
+
i.icon.line.style::before { content: '\e919'}
|
466
|
+
i.icon.line.weight::before { content: '\e91a'}
|
467
|
+
i.icon.linear.scale::before { content: '\e260'}
|
468
|
+
i.icon.link::before { content: '\e157'}
|
469
|
+
i.icon.linked.camera::before { content: '\e438'}
|
470
|
+
i.icon.list::before { content: '\e896'}
|
471
|
+
i.icon.live.help::before { content: '\e0c6'}
|
472
|
+
i.icon.live.tv::before { content: '\e639'}
|
473
|
+
i.icon.local.activity::before { content: '\e53f'}
|
474
|
+
i.icon.local.airport::before { content: '\e53d'}
|
475
|
+
i.icon.local.atm::before { content: '\e53e'}
|
476
|
+
i.icon.local.bar::before { content: '\e540'}
|
477
|
+
i.icon.local.cafe::before { content: '\e541'}
|
478
|
+
i.icon.local.car.wash::before { content: '\e542'}
|
479
|
+
i.icon.local.convenience.store::before { content: '\e543'}
|
480
|
+
i.icon.local.dining::before { content: '\e556'}
|
481
|
+
i.icon.local.drink::before { content: '\e544'}
|
482
|
+
i.icon.local.florist::before { content: '\e545'}
|
483
|
+
i.icon.local.gas.station::before { content: '\e546'}
|
484
|
+
i.icon.local.grocery.store::before { content: '\e547'}
|
485
|
+
i.icon.local.hospital::before { content: '\e548'}
|
486
|
+
i.icon.local.hotel::before { content: '\e549'}
|
487
|
+
i.icon.local.laundry.service::before { content: '\e54a'}
|
488
|
+
i.icon.local.library::before { content: '\e54b'}
|
489
|
+
i.icon.local.mall::before { content: '\e54c'}
|
490
|
+
i.icon.local.movies::before { content: '\e54d'}
|
491
|
+
i.icon.local.offer::before { content: '\e54e'}
|
492
|
+
i.icon.local.parking::before { content: '\e54f'}
|
493
|
+
i.icon.local.pharmacy::before { content: '\e550'}
|
494
|
+
i.icon.local.phone::before { content: '\e551'}
|
495
|
+
i.icon.local.pizza::before { content: '\e552'}
|
496
|
+
i.icon.local.play::before { content: '\e553'}
|
497
|
+
i.icon.local.post.office::before { content: '\e554'}
|
498
|
+
i.icon.local.printshop::before { content: '\e555'}
|
499
|
+
i.icon.local.see::before { content: '\e557'}
|
500
|
+
i.icon.local.shipping::before { content: '\e558'}
|
501
|
+
i.icon.local.taxi::before { content: '\e559'}
|
502
|
+
i.icon.location.city::before { content: '\e7f1'}
|
503
|
+
i.icon.location.disabled::before { content: '\e1b6'}
|
504
|
+
i.icon.location.off::before { content: '\e0c7'}
|
505
|
+
i.icon.location.on::before { content: '\e0c8'}
|
506
|
+
i.icon.location.searching::before { content: '\e1b7'}
|
507
|
+
i.icon.lock::before { content: '\e897'}
|
508
|
+
i.icon.lock.open::before { content: '\e898'}
|
509
|
+
i.icon.lock.outline::before { content: '\e899'}
|
510
|
+
i.icon.looks::before { content: '\e3fc'}
|
511
|
+
i.icon.looks.3::before { content: '\e3fb'}
|
512
|
+
i.icon.looks.4::before { content: '\e3fd'}
|
513
|
+
i.icon.looks.5::before { content: '\e3fe'}
|
514
|
+
i.icon.looks.6::before { content: '\e3ff'}
|
515
|
+
i.icon.looks.one::before { content: '\e400'}
|
516
|
+
i.icon.looks.two::before { content: '\e401'}
|
517
|
+
i.icon.loop::before { content: '\e028'}
|
518
|
+
i.icon.loupe::before { content: '\e402'}
|
519
|
+
i.icon.low.priority::before { content: '\e16d'}
|
520
|
+
i.icon.loyalty::before { content: '\e89a'}
|
521
|
+
i.icon.mail::before { content: '\e158'}
|
522
|
+
i.icon.mail.outline::before { content: '\e0e1'}
|
523
|
+
i.icon.map::before { content: '\e55b'}
|
524
|
+
i.icon.markunread::before { content: '\e159'}
|
525
|
+
i.icon.markunread.mailbox::before { content: '\e89b'}
|
526
|
+
i.icon.memory::before { content: '\e322'}
|
527
|
+
i.icon.menu::before { content: '\e5d2'}
|
528
|
+
i.icon.merge.type::before { content: '\e252'}
|
529
|
+
i.icon.message::before { content: '\e0c9'}
|
530
|
+
i.icon.mic::before { content: '\e029'}
|
531
|
+
i.icon.mic.none::before { content: '\e02a'}
|
532
|
+
i.icon.mic.off::before { content: '\e02b'}
|
533
|
+
i.icon.mms::before { content: '\e618'}
|
534
|
+
i.icon.mode.comment::before { content: '\e253'}
|
535
|
+
i.icon.mode.edit::before { content: '\e254'}
|
536
|
+
i.icon.monetization.on::before { content: '\e263'}
|
537
|
+
i.icon.money.off::before { content: '\e25c'}
|
538
|
+
i.icon.monochrome.photos::before { content: '\e403'}
|
539
|
+
i.icon.mood::before { content: '\e7f2'}
|
540
|
+
i.icon.mood.bad::before { content: '\e7f3'}
|
541
|
+
i.icon.more::before { content: '\e619'}
|
542
|
+
i.icon.more.horiz::before { content: '\e5d3'}
|
543
|
+
i.icon.more.vert::before { content: '\e5d4'}
|
544
|
+
i.icon.motorcycle::before { content: '\e91b'}
|
545
|
+
i.icon.mouse::before { content: '\e323'}
|
546
|
+
i.icon.move.to.inbox::before { content: '\e168'}
|
547
|
+
i.icon.movie::before { content: '\e02c'}
|
548
|
+
i.icon.movie.creation::before { content: '\e404'}
|
549
|
+
i.icon.movie.filter::before { content: '\e43a'}
|
550
|
+
i.icon.multiline.chart::before { content: '\e6df'}
|
551
|
+
i.icon.music.note::before { content: '\e405'}
|
552
|
+
i.icon.music.video::before { content: '\e063'}
|
553
|
+
i.icon.my.location::before { content: '\e55c'}
|
554
|
+
i.icon.nature::before { content: '\e406'}
|
555
|
+
i.icon.nature.people::before { content: '\e407'}
|
556
|
+
i.icon.navigate.before::before { content: '\e408'}
|
557
|
+
i.icon.navigate.next::before { content: '\e409'}
|
558
|
+
i.icon.navigation::before { content: '\e55d'}
|
559
|
+
i.icon.near.me::before { content: '\e569'}
|
560
|
+
i.icon.network.cell::before { content: '\e1b9'}
|
561
|
+
i.icon.network.check::before { content: '\e640'}
|
562
|
+
i.icon.network.locked::before { content: '\e61a'}
|
563
|
+
i.icon.network.wifi::before { content: '\e1ba'}
|
564
|
+
i.icon.new.releases::before { content: '\e031'}
|
565
|
+
i.icon.next.week::before { content: '\e16a'}
|
566
|
+
i.icon.nfc::before { content: '\e1bb'}
|
567
|
+
i.icon.no.encryption::before { content: '\e641'}
|
568
|
+
i.icon.no.sim::before { content: '\e0cc'}
|
569
|
+
i.icon.not.interested::before { content: '\e033'}
|
570
|
+
i.icon.note::before { content: '\e06f'}
|
571
|
+
i.icon.note.add::before { content: '\e89c'}
|
572
|
+
i.icon.notifications::before { content: '\e7f4'}
|
573
|
+
i.icon.notifications.active::before { content: '\e7f7'}
|
574
|
+
i.icon.notifications.none::before { content: '\e7f5'}
|
575
|
+
i.icon.notifications.off::before { content: '\e7f6'}
|
576
|
+
i.icon.notifications.paused::before { content: '\e7f8'}
|
577
|
+
i.icon.offline.pin::before { content: '\e90a'}
|
578
|
+
i.icon.ondemand.video::before { content: '\e63a'}
|
579
|
+
i.icon.opacity::before { content: '\e91c'}
|
580
|
+
i.icon.open.in.browser::before { content: '\e89d'}
|
581
|
+
i.icon.open.in.new::before { content: '\e89e'}
|
582
|
+
i.icon.open.with::before { content: '\e89f'}
|
583
|
+
i.icon.pages::before { content: '\e7f9'}
|
584
|
+
i.icon.pageview::before { content: '\e8a0'}
|
585
|
+
i.icon.palette::before { content: '\e40a'}
|
586
|
+
i.icon.pan.tool::before { content: '\e925'}
|
587
|
+
i.icon.panorama::before { content: '\e40b'}
|
588
|
+
i.icon.panorama.fish.eye::before { content: '\e40c'}
|
589
|
+
i.icon.panorama.horizontal::before { content: '\e40d'}
|
590
|
+
i.icon.panorama.vertical::before { content: '\e40e'}
|
591
|
+
i.icon.panorama.wide.angle::before { content: '\e40f'}
|
592
|
+
i.icon.party.mode::before { content: '\e7fa'}
|
593
|
+
i.icon.pause::before { content: '\e034'}
|
594
|
+
i.icon.pause.circle.filled::before { content: '\e035'}
|
595
|
+
i.icon.pause.circle.outline::before { content: '\e036'}
|
596
|
+
i.icon.payment::before { content: '\e8a1'}
|
597
|
+
i.icon.people::before { content: '\e7fb'}
|
598
|
+
i.icon.people.outline::before { content: '\e7fc'}
|
599
|
+
i.icon.perm.camera.mic::before { content: '\e8a2'}
|
600
|
+
i.icon.perm.contact.calendar::before { content: '\e8a3'}
|
601
|
+
i.icon.perm.data.setting::before { content: '\e8a4'}
|
602
|
+
i.icon.perm.device.information::before { content: '\e8a5'}
|
603
|
+
i.icon.perm.identity::before { content: '\e8a6'}
|
604
|
+
i.icon.perm.media::before { content: '\e8a7'}
|
605
|
+
i.icon.perm.phone.msg::before { content: '\e8a8'}
|
606
|
+
i.icon.perm.scan.wifi::before { content: '\e8a9'}
|
607
|
+
i.icon.person::before { content: '\e7fd'}
|
608
|
+
i.icon.person.add::before { content: '\e7fe'}
|
609
|
+
i.icon.person.outline::before { content: '\e7ff'}
|
610
|
+
i.icon.person.pin::before { content: '\e55a'}
|
611
|
+
i.icon.person.pin.circle::before { content: '\e56a'}
|
612
|
+
i.icon.personal.video::before { content: '\e63b'}
|
613
|
+
i.icon.pets::before { content: '\e91d'}
|
614
|
+
i.icon.phone::before { content: '\e0cd'}
|
615
|
+
i.icon.phone.android::before { content: '\e324'}
|
616
|
+
i.icon.phone.bluetooth.speaker::before { content: '\e61b'}
|
617
|
+
i.icon.phone.forwarded::before { content: '\e61c'}
|
618
|
+
i.icon.phone.in.talk::before { content: '\e61d'}
|
619
|
+
i.icon.phone.iphone::before { content: '\e325'}
|
620
|
+
i.icon.phone.locked::before { content: '\e61e'}
|
621
|
+
i.icon.phone.missed::before { content: '\e61f'}
|
622
|
+
i.icon.phone.paused::before { content: '\e620'}
|
623
|
+
i.icon.phonelink::before { content: '\e326'}
|
624
|
+
i.icon.phonelink.erase::before { content: '\e0db'}
|
625
|
+
i.icon.phonelink.lock::before { content: '\e0dc'}
|
626
|
+
i.icon.phonelink.off::before { content: '\e327'}
|
627
|
+
i.icon.phonelink.ring::before { content: '\e0dd'}
|
628
|
+
i.icon.phonelink.setup::before { content: '\e0de'}
|
629
|
+
i.icon.photo::before { content: '\e410'}
|
630
|
+
i.icon.photo.album::before { content: '\e411'}
|
631
|
+
i.icon.photo.camera::before { content: '\e412'}
|
632
|
+
i.icon.photo.filter::before { content: '\e43b'}
|
633
|
+
i.icon.photo.library::before { content: '\e413'}
|
634
|
+
i.icon.photo.size.select.actual::before { content: '\e432'}
|
635
|
+
i.icon.photo.size.select.large::before { content: '\e433'}
|
636
|
+
i.icon.photo.size.select.small::before { content: '\e434'}
|
637
|
+
i.icon.picture.as.pdf::before { content: '\e415'}
|
638
|
+
i.icon.picture.in.picture::before { content: '\e8aa'}
|
639
|
+
i.icon.picture.in.picture.alt::before { content: '\e911'}
|
640
|
+
i.icon.pie.chart::before { content: '\e6c4'}
|
641
|
+
i.icon.pie.chart.outlined::before { content: '\e6c5'}
|
642
|
+
i.icon.pin.drop::before { content: '\e55e'}
|
643
|
+
i.icon.place::before { content: '\e55f'}
|
644
|
+
i.icon.play.arrow::before { content: '\e037'}
|
645
|
+
i.icon.play.circle.filled::before { content: '\e038'}
|
646
|
+
i.icon.play.circle.outline::before { content: '\e039'}
|
647
|
+
i.icon.play.for.work::before { content: '\e906'}
|
648
|
+
i.icon.playlist.add::before { content: '\e03b'}
|
649
|
+
i.icon.playlist.add.check::before { content: '\e065'}
|
650
|
+
i.icon.playlist.play::before { content: '\e05f'}
|
651
|
+
i.icon.plus.one::before { content: '\e800'}
|
652
|
+
i.icon.poll::before { content: '\e801'}
|
653
|
+
i.icon.polymer::before { content: '\e8ab'}
|
654
|
+
i.icon.pool::before { content: '\eb48'}
|
655
|
+
i.icon.portable.wifi.off::before { content: '\e0ce'}
|
656
|
+
i.icon.portrait::before { content: '\e416'}
|
657
|
+
i.icon.power::before { content: '\e63c'}
|
658
|
+
i.icon.power.input::before { content: '\e336'}
|
659
|
+
i.icon.power.settings.new::before { content: '\e8ac'}
|
660
|
+
i.icon.pregnant.woman::before { content: '\e91e'}
|
661
|
+
i.icon.present.to.all::before { content: '\e0df'}
|
662
|
+
i.icon.print::before { content: '\e8ad'}
|
663
|
+
i.icon.priority.high::before { content: '\e645'}
|
664
|
+
i.icon.public::before { content: '\e80b'}
|
665
|
+
i.icon.publish::before { content: '\e255'}
|
666
|
+
i.icon.query.builder::before { content: '\e8ae'}
|
667
|
+
i.icon.question.answer::before { content: '\e8af'}
|
668
|
+
i.icon.queue::before { content: '\e03c'}
|
669
|
+
i.icon.queue.music::before { content: '\e03d'}
|
670
|
+
i.icon.queue.play.next::before { content: '\e066'}
|
671
|
+
i.icon.radio::before { content: '\e03e'}
|
672
|
+
i.icon.radio.button.checked::before { content: '\e837'}
|
673
|
+
i.icon.radio.button.unchecked::before { content: '\e836'}
|
674
|
+
i.icon.rate.review::before { content: '\e560'}
|
675
|
+
i.icon.receipt::before { content: '\e8b0'}
|
676
|
+
i.icon.recent.actors::before { content: '\e03f'}
|
677
|
+
i.icon.record.voice.over::before { content: '\e91f'}
|
678
|
+
i.icon.redeem::before { content: '\e8b1'}
|
679
|
+
i.icon.redo::before { content: '\e15a'}
|
680
|
+
i.icon.refresh::before { content: '\e5d5'}
|
681
|
+
i.icon.remove::before { content: '\e15b'}
|
682
|
+
i.icon.remove.circle::before { content: '\e15c'}
|
683
|
+
i.icon.remove.circle.outline::before { content: '\e15d'}
|
684
|
+
i.icon.remove.from.queue::before { content: '\e067'}
|
685
|
+
i.icon.remove.red.eye::before { content: '\e417'}
|
686
|
+
i.icon.remove.shopping.cart::before { content: '\e928'}
|
687
|
+
i.icon.reorder::before { content: '\e8fe'}
|
688
|
+
i.icon.repeat::before { content: '\e040'}
|
689
|
+
i.icon.repeat.one::before { content: '\e041'}
|
690
|
+
i.icon.replay::before { content: '\e042'}
|
691
|
+
i.icon.replay.ten::before { content: '\e059'}
|
692
|
+
i.icon.replay.thirty::before { content: '\e05a'}
|
693
|
+
i.icon.replay.five::before { content: '\e05b'}
|
694
|
+
i.icon.reply::before { content: '\e15e'}
|
695
|
+
i.icon.reply.all::before { content: '\e15f'}
|
696
|
+
i.icon.report::before { content: '\e160'}
|
697
|
+
i.icon.report.problem::before { content: '\e8b2'}
|
698
|
+
i.icon.restaurant::before { content: '\e56c'}
|
699
|
+
i.icon.restaurant.menu::before { content: '\e561'}
|
700
|
+
i.icon.restore::before { content: '\e8b3'}
|
701
|
+
i.icon.restore.page::before { content: '\e929'}
|
702
|
+
i.icon.ring.volume::before { content: '\e0d1'}
|
703
|
+
i.icon.room::before { content: '\e8b4'}
|
704
|
+
i.icon.room.service::before { content: '\eb49'}
|
705
|
+
i.icon.rotate.ninety.degrees.ccw::before { content: '\e418'}
|
706
|
+
i.icon.rotate.left::before { content: '\e419'}
|
707
|
+
i.icon.rotate.right::before { content: '\e41a'}
|
708
|
+
i.icon.rounded.corner::before { content: '\e920'}
|
709
|
+
i.icon.router::before { content: '\e328'}
|
710
|
+
i.icon.rowing::before { content: '\e921'}
|
711
|
+
i.icon.rss.feed::before { content: '\e0e5'}
|
712
|
+
i.icon.rv.hookup::before { content: '\e642'}
|
713
|
+
i.icon.satellite::before { content: '\e562'}
|
714
|
+
i.icon.save::before { content: '\e161'}
|
715
|
+
i.icon.scanner::before { content: '\e329'}
|
716
|
+
i.icon.schedule::before { content: '\e8b5'}
|
717
|
+
i.icon.school::before { content: '\e80c'}
|
718
|
+
i.icon.screen.lock.landscape::before { content: '\e1be'}
|
719
|
+
i.icon.screen.lock.portrait::before { content: '\e1bf'}
|
720
|
+
i.icon.screen.lock.rotation::before { content: '\e1c0'}
|
721
|
+
i.icon.screen.rotation::before { content: '\e1c1'}
|
722
|
+
i.icon.screen.share::before { content: '\e0e2'}
|
723
|
+
i.icon.sd.card::before { content: '\e623'}
|
724
|
+
i.icon.sd.storage::before { content: '\e1c2'}
|
725
|
+
i.icon.search::before { content: '\e8b6'}
|
726
|
+
i.icon.security::before { content: '\e32a'}
|
727
|
+
i.icon.select.all::before { content: '\e162'}
|
728
|
+
i.icon.send::before { content: '\e163'}
|
729
|
+
i.icon.sentiment.dissatisfied::before { content: '\e811'}
|
730
|
+
i.icon.sentiment.neutral::before { content: '\e812'}
|
731
|
+
i.icon.sentiment.satisfied::before { content: '\e813'}
|
732
|
+
i.icon.sentiment.very.dissatisfied::before { content: '\e814'}
|
733
|
+
i.icon.sentiment.very.satisfied::before { content: '\e815'}
|
734
|
+
i.icon.settings::before { content: '\e8b8'}
|
735
|
+
i.icon.settings.applications::before { content: '\e8b9'}
|
736
|
+
i.icon.settings.backup.restore::before { content: '\e8ba'}
|
737
|
+
i.icon.settings.bluetooth::before { content: '\e8bb'}
|
738
|
+
i.icon.settings.brightness::before { content: '\e8bd'}
|
739
|
+
i.icon.settings.cell::before { content: '\e8bc'}
|
740
|
+
i.icon.settings.ethernet::before { content: '\e8be'}
|
741
|
+
i.icon.settings.input.antenna::before { content: '\e8bf'}
|
742
|
+
i.icon.settings.input.component::before { content: '\e8c0'}
|
743
|
+
i.icon.settings.input.composite::before { content: '\e8c1'}
|
744
|
+
i.icon.settings.input.hdmi::before { content: '\e8c2'}
|
745
|
+
i.icon.settings.input.svideo::before { content: '\e8c3'}
|
746
|
+
i.icon.settings.overscan::before { content: '\e8c4'}
|
747
|
+
i.icon.settings.phone::before { content: '\e8c5'}
|
748
|
+
i.icon.settings.power::before { content: '\e8c6'}
|
749
|
+
i.icon.settings.remote::before { content: '\e8c7'}
|
750
|
+
i.icon.settings.system.daydream::before { content: '\e1c3'}
|
751
|
+
i.icon.settings.voice::before { content: '\e8c8'}
|
752
|
+
i.icon.share::before { content: '\e80d'}
|
753
|
+
i.icon.shop::before { content: '\e8c9'}
|
754
|
+
i.icon.shop.two::before { content: '\e8ca'}
|
755
|
+
i.icon.shopping.basket::before { content: '\e8cb'}
|
756
|
+
i.icon.shopping.cart::before { content: '\e8cc'}
|
757
|
+
i.icon.short.text::before { content: '\e261'}
|
758
|
+
i.icon.show.chart::before { content: '\e6e1'}
|
759
|
+
i.icon.shuffle::before { content: '\e043'}
|
760
|
+
i.icon.signal.cellular.four.bar::before { content: '\e1c8'}
|
761
|
+
i.icon.signal.cellular.connected.no.internet.4.bar::before { content: '\e1cd'}
|
762
|
+
i.icon.signal.cellular.no.sim::before { content: '\e1ce'}
|
763
|
+
i.icon.signal.cellular.null::before { content: '\e1cf'}
|
764
|
+
i.icon.signal.cellular.off::before { content: '\e1d0'}
|
765
|
+
i.icon.signal.wifi.four.bar::before { content: '\e1d8'}
|
766
|
+
i.icon.signal.wifi.four.bar.lock::before { content: '\e1d9'}
|
767
|
+
i.icon.signal.wifi.off::before { content: '\e1da'}
|
768
|
+
i.icon.sim.card::before { content: '\e32b'}
|
769
|
+
i.icon.sim.card.alert::before { content: '\e624'}
|
770
|
+
i.icon.skip.next::before { content: '\e044'}
|
771
|
+
i.icon.skip.previous::before { content: '\e045'}
|
772
|
+
i.icon.slideshow::before { content: '\e41b'}
|
773
|
+
i.icon.slow.motion.video::before { content: '\e068'}
|
774
|
+
i.icon.smartphone::before { content: '\e32c'}
|
775
|
+
i.icon.smoke.free::before { content: '\eb4a'}
|
776
|
+
i.icon.smoking.rooms::before { content: '\eb4b'}
|
777
|
+
i.icon.sms::before { content: '\e625'}
|
778
|
+
i.icon.sms.failed::before { content: '\e626'}
|
779
|
+
i.icon.snooze::before { content: '\e046'}
|
780
|
+
i.icon.sort::before { content: '\e164'}
|
781
|
+
i.icon.sort.by.alpha::before { content: '\e053'}
|
782
|
+
i.icon.spa::before { content: '\eb4c'}
|
783
|
+
i.icon.space.bar::before { content: '\e256'}
|
784
|
+
i.icon.speaker::before { content: '\e32d'}
|
785
|
+
i.icon.speaker.group::before { content: '\e32e'}
|
786
|
+
i.icon.speaker.notes::before { content: '\e8cd'}
|
787
|
+
i.icon.speaker.notes.off::before { content: '\e92a'}
|
788
|
+
i.icon.speaker.phone::before { content: '\e0d2'}
|
789
|
+
i.icon.spellcheck::before { content: '\e8ce'}
|
790
|
+
i.icon.star::before { content: '\e838'}
|
791
|
+
i.icon.star.border::before { content: '\e83a'}
|
792
|
+
i.icon.star.half::before { content: '\e839'}
|
793
|
+
i.icon.stars::before { content: '\e8d0'}
|
794
|
+
i.icon.stay.current.landscape::before { content: '\e0d3'}
|
795
|
+
i.icon.stay.current.portrait::before { content: '\e0d4'}
|
796
|
+
i.icon.stay.primary.landscape::before { content: '\e0d5'}
|
797
|
+
i.icon.stay.primary.portrait::before { content: '\e0d6'}
|
798
|
+
i.icon.stop::before { content: '\e047'}
|
799
|
+
i.icon.stop.screen.share::before { content: '\e0e3'}
|
800
|
+
i.icon.storage::before { content: '\e1db'}
|
801
|
+
i.icon.store::before { content: '\e8d1'}
|
802
|
+
i.icon.store.mall.directory::before { content: '\e563'}
|
803
|
+
i.icon.straighten::before { content: '\e41c'}
|
804
|
+
i.icon.streetview::before { content: '\e56e'}
|
805
|
+
i.icon.strikethrough.s::before { content: '\e257'}
|
806
|
+
i.icon.style::before { content: '\e41d'}
|
807
|
+
i.icon.subdirectory.arrow.left::before { content: '\e5d9'}
|
808
|
+
i.icon.subdirectory.arrow.right::before { content: '\e5da'}
|
809
|
+
i.icon.subject::before { content: '\e8d2'}
|
810
|
+
i.icon.subscriptions::before { content: '\e064'}
|
811
|
+
i.icon.subtitles::before { content: '\e048'}
|
812
|
+
i.icon.subway::before { content: '\e56f'}
|
813
|
+
i.icon.supervisor.account::before { content: '\e8d3'}
|
814
|
+
i.icon.surround.sound::before { content: '\e049'}
|
815
|
+
i.icon.swap.calls::before { content: '\e0d7'}
|
816
|
+
i.icon.swap.horiz::before { content: '\e8d4'}
|
817
|
+
i.icon.swap.vert::before { content: '\e8d5'}
|
818
|
+
i.icon.swap.vertical.circle::before { content: '\e8d6'}
|
819
|
+
i.icon.switch.camera::before { content: '\e41e'}
|
820
|
+
i.icon.switch.video::before { content: '\e41f'}
|
821
|
+
i.icon.sync::before { content: '\e627'}
|
822
|
+
i.icon.sync.disabled::before { content: '\e628'}
|
823
|
+
i.icon.sync.problem::before { content: '\e629'}
|
824
|
+
i.icon.system.update::before { content: '\e62a'}
|
825
|
+
i.icon.system.update.alt::before { content: '\e8d7'}
|
826
|
+
i.icon.tab::before { content: '\e8d8'}
|
827
|
+
i.icon.tab.unselected::before { content: '\e8d9'}
|
828
|
+
i.icon.tablet::before { content: '\e32f'}
|
829
|
+
i.icon.tablet.android::before { content: '\e330'}
|
830
|
+
i.icon.tablet.mac::before { content: '\e331'}
|
831
|
+
i.icon.tag.faces::before { content: '\e420'}
|
832
|
+
i.icon.tap.and.play::before { content: '\e62b'}
|
833
|
+
i.icon.terrain::before { content: '\e564'}
|
834
|
+
i.icon.text.fields::before { content: '\e262'}
|
835
|
+
i.icon.text.format::before { content: '\e165'}
|
836
|
+
i.icon.textsms::before { content: '\e0d8'}
|
837
|
+
i.icon.texture::before { content: '\e421'}
|
838
|
+
i.icon.theaters::before { content: '\e8da'}
|
839
|
+
i.icon.thumb.down::before { content: '\e8db'}
|
840
|
+
i.icon.thumb.up::before { content: '\e8dc'}
|
841
|
+
i.icon.thumbs.up.down::before { content: '\e8dd'}
|
842
|
+
i.icon.time.to.leave::before { content: '\e62c'}
|
843
|
+
i.icon.timelapse::before { content: '\e422'}
|
844
|
+
i.icon.timeline::before { content: '\e922'}
|
845
|
+
i.icon.timer::before { content: '\e425'}
|
846
|
+
i.icon.timer.ten::before { content: '\e423'}
|
847
|
+
i.icon.timer.three::before { content: '\e424'}
|
848
|
+
i.icon.timer.off::before { content: '\e426'}
|
849
|
+
i.icon.title::before { content: '\e264'}
|
850
|
+
i.icon.toc::before { content: '\e8de'}
|
851
|
+
i.icon.today::before { content: '\e8df'}
|
852
|
+
i.icon.toll::before { content: '\e8e0'}
|
853
|
+
i.icon.tonality::before { content: '\e427'}
|
854
|
+
i.icon.touch.app::before { content: '\e913'}
|
855
|
+
i.icon.toys::before { content: '\e332'}
|
856
|
+
i.icon.track.changes::before { content: '\e8e1'}
|
857
|
+
i.icon.traffic::before { content: '\e565'}
|
858
|
+
i.icon.train::before { content: '\e570'}
|
859
|
+
i.icon.tram::before { content: '\e571'}
|
860
|
+
i.icon.transfer.within.a.station::before { content: '\e572'}
|
861
|
+
i.icon.transform::before { content: '\e428'}
|
862
|
+
i.icon.translate::before { content: '\e8e2'}
|
863
|
+
i.icon.trending.down::before { content: '\e8e3'}
|
864
|
+
i.icon.trending.flat::before { content: '\e8e4'}
|
865
|
+
i.icon.trending.up::before { content: '\e8e5'}
|
866
|
+
i.icon.tune::before { content: '\e429'}
|
867
|
+
i.icon.turned.in::before { content: '\e8e6'}
|
868
|
+
i.icon.turned.in.not::before { content: '\e8e7'}
|
869
|
+
i.icon.tv::before { content: '\e333'}
|
870
|
+
i.icon.unarchive::before { content: '\e169'}
|
871
|
+
i.icon.undo::before { content: '\e166'}
|
872
|
+
i.icon.unfold.less::before { content: '\e5d6'}
|
873
|
+
i.icon.unfold.more::before { content: '\e5d7'}
|
874
|
+
i.icon.update::before { content: '\e923'}
|
875
|
+
i.icon.usb::before { content: '\e1e0'}
|
876
|
+
i.icon.verified.user::before { content: '\e8e8'}
|
877
|
+
i.icon.vertical.align.bottom::before { content: '\e258'}
|
878
|
+
i.icon.vertical.align.center::before { content: '\e259'}
|
879
|
+
i.icon.vertical.align.top::before { content: '\e25a'}
|
880
|
+
i.icon.vibration::before { content: '\e62d'}
|
881
|
+
i.icon.video.call::before { content: '\e070'}
|
882
|
+
i.icon.video.label::before { content: '\e071'}
|
883
|
+
i.icon.video.library::before { content: '\e04a'}
|
884
|
+
i.icon.videocam::before { content: '\e04b'}
|
885
|
+
i.icon.videocam.off::before { content: '\e04c'}
|
886
|
+
i.icon.videogame.asset::before { content: '\e338'}
|
887
|
+
i.icon.view.agenda::before { content: '\e8e9'}
|
888
|
+
i.icon.view.array::before { content: '\e8ea'}
|
889
|
+
i.icon.view.carousel::before { content: '\e8eb'}
|
890
|
+
i.icon.view.column::before { content: '\e8ec'}
|
891
|
+
i.icon.view.comfy::before { content: '\e42a'}
|
892
|
+
i.icon.view.compact::before { content: '\e42b'}
|
893
|
+
i.icon.view.day::before { content: '\e8ed'}
|
894
|
+
i.icon.view.headline::before { content: '\e8ee'}
|
895
|
+
i.icon.view.list::before { content: '\e8ef'}
|
896
|
+
i.icon.view.module::before { content: '\e8f0'}
|
897
|
+
i.icon.view.quilt::before { content: '\e8f1'}
|
898
|
+
i.icon.view.stream::before { content: '\e8f2'}
|
899
|
+
i.icon.view.week::before { content: '\e8f3'}
|
900
|
+
i.icon.vignette::before { content: '\e435'}
|
901
|
+
i.icon.visibility::before { content: '\e8f4'}
|
902
|
+
i.icon.visibility.off::before { content: '\e8f5'}
|
903
|
+
i.icon.voice.chat::before { content: '\e62e'}
|
904
|
+
i.icon.voicemail::before { content: '\e0d9'}
|
905
|
+
i.icon.volume.down::before { content: '\e04d'}
|
906
|
+
i.icon.volume.mute::before { content: '\e04e'}
|
907
|
+
i.icon.volume.off::before { content: '\e04f'}
|
908
|
+
i.icon.volume.up::before { content: '\e050'}
|
909
|
+
i.icon.vpn.key::before { content: '\e0da'}
|
910
|
+
i.icon.vpn.lock::before { content: '\e62f'}
|
911
|
+
i.icon.wallpaper::before { content: '\e1bc'}
|
912
|
+
i.icon.warning::before { content: '\e002'}
|
913
|
+
i.icon.watch::before { content: '\e334'}
|
914
|
+
i.icon.watch.later::before { content: '\e924'}
|
915
|
+
i.icon.wb.auto::before { content: '\e42c'}
|
916
|
+
i.icon.wb.cloudy::before { content: '\e42d'}
|
917
|
+
i.icon.wb.incandescent::before { content: '\e42e'}
|
918
|
+
i.icon.wb.iridescent::before { content: '\e436'}
|
919
|
+
i.icon.wb.sunny::before { content: '\e430'}
|
920
|
+
i.icon.wc::before { content: '\e63d'}
|
921
|
+
i.icon.web::before { content: '\e051'}
|
922
|
+
i.icon.web.asset::before { content: '\e069'}
|
923
|
+
i.icon.weekend::before { content: '\e16b'}
|
924
|
+
i.icon.whatshot::before { content: '\e80e'}
|
925
|
+
i.icon.widgets::before { content: '\e1bd'}
|
926
|
+
i.icon.wifi::before { content: '\e63e'}
|
927
|
+
i.icon.wifi.lock::before { content: '\e1e1'}
|
928
|
+
i.icon.wifi.tethering::before { content: '\e1e2'}
|
929
|
+
i.icon.work::before { content: '\e8f9'}
|
930
|
+
i.icon.wrap.text::before { content: '\e25b'}
|
931
|
+
i.icon.youtube.searched.for::before { content: '\e8fa'}
|
932
|
+
i.icon.zoom.in::before { content: '\e8ff'}
|
933
|
+
i.icon.zoom.out::before { content: '\e900'}
|
934
|
+
i.icon.zoom.out.map::before { content: '\e56b'}
|