fomantic-ui 2.9.1-beta.20 → 2.9.1-beta.21
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/.eslintrc.js +2 -1
- package/.github/workflows/ci.yml +1 -1
- package/.stylelintrc.js +34 -21
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -6
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +1 -1
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +36 -29
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +1 -1
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +1 -1
- package/dist/components/dropdown.js +2 -2
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +1 -1
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +1 -1
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +1 -1
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +1 -1
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +4 -4
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +2 -2
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +1 -1
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +30 -40
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +3 -3
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +79 -79
- package/dist/semantic.js +69 -67
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +2 -2
- package/package.json +3 -3
- package/src/_site/collections/menu.overrides +1 -1
- package/src/_site/elements/flag.variables +2 -2
- package/src/_site/globals/site.variables +1 -1
- package/src/definitions/behaviors/api.js +0 -5
- package/src/definitions/behaviors/visibility.js +2 -2
- package/src/definitions/collections/breadcrumb.less +0 -1
- package/src/definitions/collections/form.less +0 -8
- package/src/definitions/collections/grid.less +0 -3
- package/src/definitions/collections/menu.less +2 -10
- package/src/definitions/collections/message.less +5 -5
- package/src/definitions/elements/button.less +0 -22
- package/src/definitions/elements/divider.less +0 -8
- package/src/definitions/elements/emoji.less +0 -1
- package/src/definitions/elements/icon.less +0 -8
- package/src/definitions/elements/image.less +0 -2
- package/src/definitions/elements/input.less +0 -10
- package/src/definitions/elements/label.less +0 -31
- package/src/definitions/elements/list.less +0 -4
- package/src/definitions/elements/loader.less +0 -3
- package/src/definitions/elements/reveal.less +0 -2
- package/src/definitions/elements/segment.less +0 -6
- package/src/definitions/elements/step.less +0 -3
- package/src/definitions/modules/calendar.js +35 -28
- package/src/definitions/modules/checkbox.less +0 -15
- package/src/definitions/modules/dimmer.less +0 -6
- package/src/definitions/modules/dropdown.js +1 -1
- package/src/definitions/modules/dropdown.less +1 -15
- package/src/definitions/modules/embed.less +0 -1
- package/src/definitions/modules/flyout.less +0 -4
- package/src/definitions/modules/modal.less +0 -6
- package/src/definitions/modules/nag.less +0 -9
- package/src/definitions/modules/popup.js +3 -3
- package/src/definitions/modules/popup.less +0 -12
- package/src/definitions/modules/progress.js +1 -1
- package/src/definitions/modules/progress.less +0 -3
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/search.less +0 -12
- package/src/definitions/modules/shape.less +0 -4
- package/src/definitions/modules/sidebar.less +0 -3
- package/src/definitions/modules/sticky.less +1 -0
- package/src/definitions/modules/tab.less +0 -5
- package/src/definitions/views/ad.less +0 -1
- package/src/definitions/views/card.less +1 -5
- package/src/definitions/views/item.less +0 -1
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +11 -11
- package/src/themes/amazon/globals/site.variables +2 -3
- package/src/themes/basic/collections/table.overrides +0 -1
- package/src/themes/basic/collections/table.variables +3 -3
- package/src/themes/basic/elements/button.overrides +0 -1
- package/src/themes/basic/elements/button.variables +2 -2
- package/src/themes/basic/elements/icon.overrides +12 -13
- package/src/themes/basic/elements/icon.variables +13 -13
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/basic/elements/step.variables +2 -2
- package/src/themes/basic/globals/reset.overrides +1 -1
- package/src/themes/basic/globals/reset.variables +1 -1
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +3 -3
- package/src/themes/bookish/elements/header.overrides +3 -3
- package/src/themes/bookish/elements/header.variables +2 -2
- package/src/themes/bootstrap3/elements/button.variables +7 -8
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.variables +1 -1
- package/src/themes/chubby/elements/button.overrides +7 -9
- package/src/themes/chubby/elements/button.variables +2 -2
- package/src/themes/chubby/elements/header.variables +3 -3
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +3 -3
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +4 -4
- package/src/themes/classic/collections/table.variables +2 -2
- package/src/themes/classic/elements/button.variables +20 -21
- package/src/themes/classic/elements/header.variables +3 -3
- package/src/themes/classic/modules/progress.variables +1 -1
- package/src/themes/classic/views/card.overrides +14 -14
- package/src/themes/classic/views/card.variables +4 -4
- package/src/themes/colored/modules/checkbox.variables +1 -1
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +12 -12
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +14 -16
- package/src/themes/default/collections/menu.variables +19 -31
- package/src/themes/default/collections/message.variables +83 -84
- package/src/themes/default/collections/table.variables +16 -18
- package/src/themes/default/elements/button.variables +30 -31
- package/src/themes/default/elements/container.variables +4 -5
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +4 -5
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3555 -3555
- package/src/themes/default/elements/flag.variables +1594 -1594
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +16 -16
- package/src/themes/default/elements/icon.variables +2002 -2004
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +10 -10
- package/src/themes/default/elements/label.variables +19 -20
- package/src/themes/default/elements/list.variables +16 -16
- package/src/themes/default/elements/loader.variables +15 -16
- package/src/themes/default/elements/placeholder.variables +6 -7
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/segment.variables +18 -22
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +14 -16
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +22 -22
- package/src/themes/default/globals/reset.overrides +57 -57
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +861 -875
- package/src/themes/default/globals/variation.variables +0 -3
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +14 -15
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +6 -7
- package/src/themes/default/modules/checkbox.variables +17 -22
- package/src/themes/default/modules/dimmer.variables +7 -8
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +20 -21
- package/src/themes/default/modules/embed.variables +9 -10
- package/src/themes/default/modules/flyout.variables +6 -6
- package/src/themes/default/modules/modal.variables +18 -18
- package/src/themes/default/modules/nag.variables +10 -13
- package/src/themes/default/modules/popup.variables +12 -13
- package/src/themes/default/modules/progress.variables +10 -11
- package/src/themes/default/modules/rating.variables +10 -11
- package/src/themes/default/modules/search.variables +9 -11
- package/src/themes/default/modules/shape.variables +6 -6
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +48 -49
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +1 -1
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/views/card.variables +20 -22
- package/src/themes/default/views/comment.variables +6 -8
- package/src/themes/default/views/feed.variables +6 -6
- package/src/themes/default/views/item.variables +6 -9
- package/src/themes/default/views/statistic.variables +8 -8
- package/src/themes/duo/elements/loader.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +263 -268
- package/src/themes/famfamfam/elements/flag.variables +3 -3
- package/src/themes/fixed-width/collections/grid.variables +1 -1
- package/src/themes/fixed-width/modules/modal.variables +3 -5
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +4 -5
- package/src/themes/flat/globals/site.variables +61 -66
- package/src/themes/github/collections/breadcrumb.variables +0 -1
- package/src/themes/github/collections/form.overrides +7 -8
- package/src/themes/github/collections/form.variables +12 -13
- package/src/themes/github/collections/grid.variables +1 -2
- package/src/themes/github/collections/menu.overrides +2 -2
- package/src/themes/github/collections/menu.variables +11 -12
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +5 -5
- package/src/themes/github/collections/table.variables +1 -1
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +14 -14
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +179 -179
- package/src/themes/github/elements/icon.variables +10 -10
- package/src/themes/github/elements/image.variables +1 -1
- package/src/themes/github/elements/input.overrides +16 -16
- package/src/themes/github/elements/input.variables +3 -3
- package/src/themes/github/elements/label.overrides +3 -3
- package/src/themes/github/elements/label.variables +0 -1
- package/src/themes/github/elements/segment.variables +2 -3
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +2 -2
- package/src/themes/github/globals/site.variables +2 -2
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +1 -1
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/instagram/views/card.overrides +3 -4
- package/src/themes/instagram/views/card.variables +3 -4
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.variables +1 -1
- package/src/themes/material/elements/button.overrides +6 -8
- package/src/themes/material/elements/button.variables +28 -28
- package/src/themes/material/elements/header.overrides +2 -2
- package/src/themes/material/elements/header.variables +2 -4
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/elements/icon.variables +11 -11
- package/src/themes/material/globals/site.variables +78 -79
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/dropdown.variables +1 -1
- package/src/themes/material/modules/modal.overrides +2 -2
- package/src/themes/material/modules/modal.variables +1 -2
- package/src/themes/pulsar/elements/loader.overrides +58 -58
- package/src/themes/raised/elements/button.variables +8 -8
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.variables +11 -14
- package/src/themes/rtl/globals/site.variables +5 -6
- package/src/themes/striped/modules/progress.overrides +20 -16
- package/src/themes/systemfont/globals/reset.overrides +1 -1
- package/src/themes/systemfont/globals/site.variables +5 -5
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +4 -4
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +6 -7
- package/src/themes/twitter/elements/emoji.variables +3555 -3555
- package/tasks/docs/metadata.js +2 -2
@@ -1,934 +1,934 @@
|
|
1
1
|
/* Material Design Icons */
|
2
2
|
|
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'}
|
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' }
|