go-duck-cli 1.2.11 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +79 -0
- package/generators/ai_docs.js +22 -8
- package/generators/config.js +16 -8
- package/generators/devops.js +591 -1
- package/generators/postman.js +156 -6
- package/generators/security.js +2 -2
- package/go-duck-planner/css/bootstrap.min.css +6 -0
- package/go-duck-planner/css/main.css +1 -0
- package/go-duck-planner/favicon.ico +0 -0
- package/go-duck-planner/fonts/icomoonf33b-2.html +0 -0
- package/go-duck-planner/fonts/icomoonf33b-3.html +0 -0
- package/go-duck-planner/fonts/icomoonf33b-4.html +0 -0
- package/go-duck-planner/fonts/icomoonf33b.html +0 -0
- package/go-duck-planner/fonts/open-sans/OpenSans-Bold.html +0 -0
- package/go-duck-planner/fonts/open-sans/OpenSans-ExtraBold.html +0 -0
- package/go-duck-planner/fonts/open-sans/OpenSans-Light.html +0 -0
- package/go-duck-planner/fonts/open-sans/OpenSans-Regular.html +0 -0
- package/go-duck-planner/fonts/open-sans/OpenSans-SemiBold.html +0 -0
- package/go-duck-planner/fonts/rubik-mono/RubikMonoOne-Regular.html +0 -0
- package/go-duck-planner/fonts/style.css +2735 -0
- package/go-duck-planner/img/cancel.html +0 -0
- package/go-duck-planner/img/consulting.html +0 -0
- package/go-duck-planner/img/consulting2.html +0 -0
- package/go-duck-planner/img/dashed-circles-dark.html +0 -0
- package/go-duck-planner/img/docs/doc.html +0 -0
- package/go-duck-planner/img/docs/pdf.html +0 -0
- package/go-duck-planner/img/docs/ppt.html +0 -0
- package/go-duck-planner/img/docs/xls.html +0 -0
- package/go-duck-planner/img/docs/zip.html +0 -0
- package/go-duck-planner/img/empty-chat-display.html +0 -0
- package/go-duck-planner/img/error-screen/stars.html +0 -0
- package/go-duck-planner/img/fav.png +0 -0
- package/go-duck-planner/img/flags/1x1/au.html +0 -0
- package/go-duck-planner/img/flags/1x1/br.html +0 -0
- package/go-duck-planner/img/flags/1x1/bv.html +131 -0
- package/go-duck-planner/img/flags/1x1/ca.html +0 -0
- package/go-duck-planner/img/flags/1x1/cw.html +131 -0
- package/go-duck-planner/img/flags/1x1/eu.html +131 -0
- package/go-duck-planner/img/flags/1x1/hn.html +131 -0
- package/go-duck-planner/img/flags/1x1/in.html +0 -0
- package/go-duck-planner/img/flags/1x1/ni.html +131 -0
- package/go-duck-planner/img/flags/1x1/se.html +131 -0
- package/go-duck-planner/img/flags/1x1/za.html +131 -0
- package/go-duck-planner/img/folder.html +0 -0
- package/go-duck-planner/img/followers.html +0 -0
- package/go-duck-planner/img/food/biscuit.html +0 -0
- package/go-duck-planner/img/food/cupcake.html +0 -0
- package/go-duck-planner/img/food/donut.html +0 -0
- package/go-duck-planner/img/food/ice-cream.html +0 -0
- package/go-duck-planner/img/food/pizza.html +0 -0
- package/go-duck-planner/img/food/tea-cup.html +0 -0
- package/go-duck-planner/img/hover-on-tabs.html +0 -0
- package/go-duck-planner/img/icon-search.html +0 -0
- package/go-duck-planner/img/lines-bg.html +0 -0
- package/go-duck-planner/img/lines-bg2.html +0 -0
- package/go-duck-planner/img/login-bg.html +0 -0
- package/go-duck-planner/img/logo-compact.html +0 -0
- package/go-duck-planner/img/logo-large.html +0 -0
- package/go-duck-planner/img/logo.png +0 -0
- package/go-duck-planner/img/logo.svg +19 -0
- package/go-duck-planner/img/pattern.html +0 -0
- package/go-duck-planner/img/products/bag.html +0 -0
- package/go-duck-planner/img/products/camera.html +0 -0
- package/go-duck-planner/img/products/clock.html +0 -0
- package/go-duck-planner/img/products/drone.html +0 -0
- package/go-duck-planner/img/products/pencils.html +0 -0
- package/go-duck-planner/img/products/ring.html +0 -0
- package/go-duck-planner/img/products/shirt.html +0 -0
- package/go-duck-planner/img/products/shoes.html +0 -0
- package/go-duck-planner/img/products/toy.html +0 -0
- package/go-duck-planner/img/realestate/img1.html +0 -0
- package/go-duck-planner/img/realestate/img10.html +0 -0
- package/go-duck-planner/img/realestate/img11.html +0 -0
- package/go-duck-planner/img/realestate/img12.html +0 -0
- package/go-duck-planner/img/realestate/img2.html +0 -0
- package/go-duck-planner/img/realestate/img3.html +0 -0
- package/go-duck-planner/img/realestate/img4.html +0 -0
- package/go-duck-planner/img/realestate/img5.html +0 -0
- package/go-duck-planner/img/realestate/img6.html +0 -0
- package/go-duck-planner/img/realestate/img7.html +0 -0
- package/go-duck-planner/img/realestate/img8.html +0 -0
- package/go-duck-planner/img/realestate/img9.html +0 -0
- package/go-duck-planner/img/shade.html +0 -0
- package/go-duck-planner/img/stock/img1.html +0 -0
- package/go-duck-planner/img/stock/img10.html +0 -0
- package/go-duck-planner/img/stock/img11.html +0 -0
- package/go-duck-planner/img/stock/img12.html +0 -0
- package/go-duck-planner/img/stock/img13.html +0 -0
- package/go-duck-planner/img/stock/img14.html +0 -0
- package/go-duck-planner/img/stock/img2.html +0 -0
- package/go-duck-planner/img/stock/img3.html +0 -0
- package/go-duck-planner/img/stock/img4.html +0 -0
- package/go-duck-planner/img/stock/img5.html +0 -0
- package/go-duck-planner/img/stock/img6.html +0 -0
- package/go-duck-planner/img/stock/img7.html +0 -0
- package/go-duck-planner/img/stock/img8.html +0 -0
- package/go-duck-planner/img/stock/img9.html +0 -0
- package/go-duck-planner/img/svg/box.html +0 -0
- package/go-duck-planner/img/svg/commisions.html +0 -0
- package/go-duck-planner/img/svg/customer.html +0 -0
- package/go-duck-planner/img/svg/income.html +0 -0
- package/go-duck-planner/img/trophy.html +0 -0
- package/go-duck-planner/img/user-2.html +0 -0
- package/go-duck-planner/img/user.html +0 -0
- package/go-duck-planner/img/user1.html +0 -0
- package/go-duck-planner/img/user10.html +0 -0
- package/go-duck-planner/img/user12.html +0 -0
- package/go-duck-planner/img/user13.html +0 -0
- package/go-duck-planner/img/user14.html +0 -0
- package/go-duck-planner/img/user15.html +0 -0
- package/go-duck-planner/img/user16.html +0 -0
- package/go-duck-planner/img/user17.html +0 -0
- package/go-duck-planner/img/user18.html +0 -0
- package/go-duck-planner/img/user19.html +0 -0
- package/go-duck-planner/img/user2.html +0 -0
- package/go-duck-planner/img/user20.html +0 -0
- package/go-duck-planner/img/user21.html +0 -0
- package/go-duck-planner/img/user22.html +0 -0
- package/go-duck-planner/img/user23.html +0 -0
- package/go-duck-planner/img/user24.html +0 -0
- package/go-duck-planner/img/user3.html +0 -0
- package/go-duck-planner/img/user4.html +0 -0
- package/go-duck-planner/img/user5.html +0 -0
- package/go-duck-planner/img/user6.html +0 -0
- package/go-duck-planner/img/user7.html +0 -0
- package/go-duck-planner/img/user8.html +0 -0
- package/go-duck-planner/img/user9.html +0 -0
- package/go-duck-planner/index.html +30 -0
- package/go-duck-planner/js/bootstrap.bundle.min.html +0 -0
- package/go-duck-planner/js/jquery.min.html +0 -0
- package/go-duck-planner/js/main.html +0 -0
- package/go-duck-planner/js/modernizr.html +0 -0
- package/go-duck-planner/js/moment.html +0 -0
- package/go-duck-planner/main-HHOZYGRI.js +47 -0
- package/go-duck-planner/styles-3LK4NBNX.css +1 -0
- package/go-duck-planner/vendor/apex/apexcharts.min.html +0 -0
- package/go-duck-planner/vendor/apex/custom/analytics/byChannelGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/analytics/byCountryGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/analytics/byDeviceGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/analytics/ordersGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/analytics/targets.html +0 -0
- package/go-duck-planner/vendor/apex/custom/crm/sales.html +0 -0
- package/go-duck-planner/vendor/apex/custom/crm/sparkline-graphs.html +0 -0
- package/go-duck-planner/vendor/apex/custom/home/customersGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/home/earningsGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/home/ordersGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/home/salesGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/home/sparkline.html +0 -0
- package/go-duck-planner/vendor/apex/custom/home/visitorsGraph.html +0 -0
- package/go-duck-planner/vendor/apex/custom/profile/revenue.html +0 -0
- package/go-duck-planner/vendor/apex/custom/reports/orders.html +0 -0
- package/go-duck-planner/vendor/apex/custom/reports/revenue.html +0 -0
- package/go-duck-planner/vendor/apex/custom/reports/sales.html +0 -0
- package/go-duck-planner/vendor/apex/custom/reports/sales2.html +0 -0
- package/go-duck-planner/vendor/apex/custom/reports/sparkline.html +0 -0
- package/go-duck-planner/vendor/apex/custom/saas/revenue.html +0 -0
- package/go-duck-planner/vendor/apex/custom/saas/sales.html +0 -0
- package/go-duck-planner/vendor/apex/custom/sales/revenue.html +0 -0
- package/go-duck-planner/vendor/apex/custom/sales/tickets.html +0 -0
- package/go-duck-planner/vendor/bs-select/bs-select-custom.html +0 -0
- package/go-duck-planner/vendor/bs-select/bs-select.html +0 -0
- package/go-duck-planner/vendor/bs-select/bs-select.min.html +0 -0
- package/go-duck-planner/vendor/calendar/css/custom.html +0 -0
- package/go-duck-planner/vendor/calendar/css/main.min.html +0 -0
- package/go-duck-planner/vendor/calendar/custom/custom-schedule-calendar.html +0 -0
- package/go-duck-planner/vendor/calendar/custom/daygrid-calendar.html +0 -0
- package/go-duck-planner/vendor/calendar/custom/draggable-calendar.html +0 -0
- package/go-duck-planner/vendor/calendar/custom/google-view-calendar.html +0 -0
- package/go-duck-planner/vendor/calendar/custom/list-view-calendar.html +0 -0
- package/go-duck-planner/vendor/calendar/custom/selectable-calendar.html +0 -0
- package/go-duck-planner/vendor/calendar/js/main.min.html +0 -0
- package/go-duck-planner/vendor/circliful/circliful.custom.html +0 -0
- package/go-duck-planner/vendor/circliful/circliful.min.html +0 -0
- package/go-duck-planner/vendor/datatables/buttons.bs.html +0 -0
- package/go-duck-planner/vendor/datatables/buttons.min.html +0 -0
- package/go-duck-planner/vendor/datatables/buttons.print.min.html +0 -0
- package/go-duck-planner/vendor/datatables/custom/custom-datatables.html +0 -0
- package/go-duck-planner/vendor/datatables/dataTables.bootstrap.min.html +0 -0
- package/go-duck-planner/vendor/datatables/dataTables.bs4-custom.html +0 -0
- package/go-duck-planner/vendor/datatables/dataTables.bs4.html +0 -0
- package/go-duck-planner/vendor/datatables/dataTables.min.html +0 -0
- package/go-duck-planner/vendor/datatables/html5.min.html +0 -0
- package/go-duck-planner/vendor/datatables/jszip.min.html +0 -0
- package/go-duck-planner/vendor/datatables/pdfmake.min.html +0 -0
- package/go-duck-planner/vendor/datatables/vfs_fonts.html +0 -0
- package/go-duck-planner/vendor/daterange/custom-daterange.html +0 -0
- package/go-duck-planner/vendor/daterange/daterange-2.html +0 -0
- package/go-duck-planner/vendor/daterange/daterange.html +0 -0
- package/go-duck-planner/vendor/dropzone/dropzone.min-2.html +0 -0
- package/go-duck-planner/vendor/dropzone/dropzone.min.html +0 -0
- package/go-duck-planner/vendor/gallery/baguetteBox.html +0 -0
- package/go-duck-planner/vendor/gallery/custom-gallery.html +0 -0
- package/go-duck-planner/vendor/gallery/gallery.html +0 -0
- package/go-duck-planner/vendor/gallery/plugins.html +0 -0
- package/go-duck-planner/vendor/input-tags/tagsinput-custom.html +0 -0
- package/go-duck-planner/vendor/input-tags/tagsinput.html +0 -0
- package/go-duck-planner/vendor/input-tags/tagsinput.min.html +0 -0
- package/go-duck-planner/vendor/input-tags/typeahead.html +0 -0
- package/go-duck-planner/vendor/megamenu/css/megamenu.css +591 -0
- package/go-duck-planner/vendor/megamenu/js/custom.html +0 -0
- package/go-duck-planner/vendor/megamenu/js/megamenu.html +0 -0
- package/go-duck-planner/vendor/rating/raty-custom.html +0 -0
- package/go-duck-planner/vendor/rating/raty.html +0 -0
- package/go-duck-planner/vendor/search-filter/custom-search-filter.css +122 -0
- package/go-duck-planner/vendor/search-filter/custom-search-filter.html +0 -0
- package/go-duck-planner/vendor/search-filter/search-filter.css +497 -0
- package/go-duck-planner/vendor/search-filter/search-filter.html +0 -0
- package/go-duck-planner/vendor/slimscroll/custom-scrollbar.html +0 -0
- package/go-duck-planner/vendor/slimscroll/slimscroll.min.html +0 -0
- package/go-duck-planner/vendor/summernote/summernote-bs4-2.html +0 -0
- package/go-duck-planner/vendor/summernote/summernote-bs4.html +0 -0
- package/go-duck-planner/vendor/wizard/jquery.steps.custom.html +0 -0
- package/go-duck-planner/vendor/wizard/jquery.steps.html +0 -0
- package/go-duck-planner/vendor/wizard/jquery.steps.min.html +0 -0
- package/index.js +98 -9
- package/package.json +1 -1
- package/parser/gdl.js +2 -0
- package/templates/docs/index.html.hbs +13 -1
- package/templates/docs/pages/cli.hbs +20 -4
- package/templates/docs/pages/gdl-annotations.hbs +17 -0
- package/templates/docs/pages/rest.hbs +21 -0
- package/templates/go/controller.go.hbs +107 -20
- package/templates/go/main.go.hbs +16 -2
- package/templates/go/router.go.hbs +8 -3
- package/templates/kratos/service.go.hbs +25 -2
- package/templates/proto/entity.proto.hbs +1 -0
|
@@ -0,0 +1,2735 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'icomoon';
|
|
3
|
+
src: url('icomoonf33b.html?7qthrd');
|
|
4
|
+
src: url('icomoonf33b.html?7qthrd#iefix') format('embedded-opentype'),
|
|
5
|
+
url('icomoonf33b-2.html?7qthrd') format('truetype'),
|
|
6
|
+
url('icomoonf33b-3.html?7qthrd') format('woff'),
|
|
7
|
+
url('icomoonf33b-4.html?7qthrd#icomoon') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
13
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
14
|
+
font-family: 'icomoon' !important;
|
|
15
|
+
speak: none;
|
|
16
|
+
font-style: normal;
|
|
17
|
+
font-weight: normal;
|
|
18
|
+
font-variant: normal;
|
|
19
|
+
text-transform: none;
|
|
20
|
+
line-height: 1;
|
|
21
|
+
|
|
22
|
+
/* Better Font Rendering =========== */
|
|
23
|
+
-webkit-font-smoothing: antialiased;
|
|
24
|
+
-moz-osx-font-smoothing: grayscale;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.icon-add-to-list:before {
|
|
28
|
+
content: "\e900";
|
|
29
|
+
}
|
|
30
|
+
.icon-controller-fast-backward:before {
|
|
31
|
+
content: "\e901";
|
|
32
|
+
}
|
|
33
|
+
.icon-creative-commons:before {
|
|
34
|
+
content: "\e902";
|
|
35
|
+
}
|
|
36
|
+
.icon-document-landscape:before {
|
|
37
|
+
content: "\e903";
|
|
38
|
+
}
|
|
39
|
+
.icon-warning:before {
|
|
40
|
+
content: "\e904";
|
|
41
|
+
}
|
|
42
|
+
.icon-arrow-with-circle-down:before {
|
|
43
|
+
content: "\e909";
|
|
44
|
+
}
|
|
45
|
+
.icon-arrow-with-circle-left:before {
|
|
46
|
+
content: "\e90a";
|
|
47
|
+
}
|
|
48
|
+
.icon-arrow-with-circle-right:before {
|
|
49
|
+
content: "\e90b";
|
|
50
|
+
}
|
|
51
|
+
.icon-arrow-with-circle-up:before {
|
|
52
|
+
content: "\e90c";
|
|
53
|
+
}
|
|
54
|
+
.icon-bookmark:before {
|
|
55
|
+
content: "\e90d";
|
|
56
|
+
}
|
|
57
|
+
.icon-bookmarks:before {
|
|
58
|
+
content: "\e90e";
|
|
59
|
+
}
|
|
60
|
+
.icon-chevron-down:before {
|
|
61
|
+
content: "\e90f";
|
|
62
|
+
}
|
|
63
|
+
.icon-chevron-left:before {
|
|
64
|
+
content: "\e910";
|
|
65
|
+
}
|
|
66
|
+
.icon-chevron-right:before {
|
|
67
|
+
content: "\e911";
|
|
68
|
+
}
|
|
69
|
+
.icon-chevron-up:before {
|
|
70
|
+
content: "\e916";
|
|
71
|
+
}
|
|
72
|
+
.icon-controller-fast-forward:before {
|
|
73
|
+
content: "\e917";
|
|
74
|
+
}
|
|
75
|
+
.icon-controller-jump-to-start:before {
|
|
76
|
+
content: "\e918";
|
|
77
|
+
}
|
|
78
|
+
.icon-controller-next:before {
|
|
79
|
+
content: "\e919";
|
|
80
|
+
}
|
|
81
|
+
.icon-controller-paus:before {
|
|
82
|
+
content: "\e91a";
|
|
83
|
+
}
|
|
84
|
+
.icon-controller-play:before {
|
|
85
|
+
content: "\e91b";
|
|
86
|
+
}
|
|
87
|
+
.icon-controller-record:before {
|
|
88
|
+
content: "\e91c";
|
|
89
|
+
}
|
|
90
|
+
.icon-controller-stop:before {
|
|
91
|
+
content: "\e91d";
|
|
92
|
+
}
|
|
93
|
+
.icon-controller-volume:before {
|
|
94
|
+
content: "\e91e";
|
|
95
|
+
}
|
|
96
|
+
.icon-dot-single:before {
|
|
97
|
+
content: "\e91f";
|
|
98
|
+
}
|
|
99
|
+
.icon-dots-three-horizontal:before {
|
|
100
|
+
content: "\e920";
|
|
101
|
+
}
|
|
102
|
+
.icon-dots-three-vertical:before {
|
|
103
|
+
content: "\e921";
|
|
104
|
+
}
|
|
105
|
+
.icon-dots-two-horizontal:before {
|
|
106
|
+
content: "\e922";
|
|
107
|
+
}
|
|
108
|
+
.icon-dots-two-vertical:before {
|
|
109
|
+
content: "\e923";
|
|
110
|
+
}
|
|
111
|
+
.icon-download:before {
|
|
112
|
+
content: "\e924";
|
|
113
|
+
}
|
|
114
|
+
.icon-layers:before {
|
|
115
|
+
content: "\e928";
|
|
116
|
+
}
|
|
117
|
+
.icon-resize-100:before {
|
|
118
|
+
content: "\e929";
|
|
119
|
+
}
|
|
120
|
+
.icon-resize-full-screen:before {
|
|
121
|
+
content: "\e92a";
|
|
122
|
+
}
|
|
123
|
+
.icon-save:before {
|
|
124
|
+
content: "\e92b";
|
|
125
|
+
}
|
|
126
|
+
.icon-select-arrows:before {
|
|
127
|
+
content: "\e92c";
|
|
128
|
+
}
|
|
129
|
+
.icon-triangle-down:before {
|
|
130
|
+
content: "\e92d";
|
|
131
|
+
}
|
|
132
|
+
.icon-triangle-left:before {
|
|
133
|
+
content: "\e92e";
|
|
134
|
+
}
|
|
135
|
+
.icon-triangle-right:before {
|
|
136
|
+
content: "\e92f";
|
|
137
|
+
}
|
|
138
|
+
.icon-triangle-up:before {
|
|
139
|
+
content: "\e930";
|
|
140
|
+
}
|
|
141
|
+
.icon-uninstall:before {
|
|
142
|
+
content: "\e931";
|
|
143
|
+
}
|
|
144
|
+
.icon-upload-to-cloud:before {
|
|
145
|
+
content: "\e932";
|
|
146
|
+
}
|
|
147
|
+
.icon-upload:before {
|
|
148
|
+
content: "\e933";
|
|
149
|
+
}
|
|
150
|
+
.icon-add-user:before {
|
|
151
|
+
content: "\e934";
|
|
152
|
+
}
|
|
153
|
+
.icon-address:before {
|
|
154
|
+
content: "\e935";
|
|
155
|
+
}
|
|
156
|
+
.icon-adjust:before {
|
|
157
|
+
content: "\e936";
|
|
158
|
+
}
|
|
159
|
+
.icon-align-bottom:before {
|
|
160
|
+
content: "\e937";
|
|
161
|
+
}
|
|
162
|
+
.icon-align-horizontal-middle:before {
|
|
163
|
+
content: "\e938";
|
|
164
|
+
}
|
|
165
|
+
.icon-align-left:before {
|
|
166
|
+
content: "\e939";
|
|
167
|
+
}
|
|
168
|
+
.icon-align-right:before {
|
|
169
|
+
content: "\e93a";
|
|
170
|
+
}
|
|
171
|
+
.icon-align-top:before {
|
|
172
|
+
content: "\e93b";
|
|
173
|
+
}
|
|
174
|
+
.icon-align-vertical-middle:before {
|
|
175
|
+
content: "\e93c";
|
|
176
|
+
}
|
|
177
|
+
.icon-archive:before {
|
|
178
|
+
content: "\e93d";
|
|
179
|
+
}
|
|
180
|
+
.icon-area-graph:before {
|
|
181
|
+
content: "\e93e";
|
|
182
|
+
}
|
|
183
|
+
.icon-attachment:before {
|
|
184
|
+
content: "\e93f";
|
|
185
|
+
}
|
|
186
|
+
.icon-calendar:before {
|
|
187
|
+
content: "\e940";
|
|
188
|
+
}
|
|
189
|
+
.icon-camera:before {
|
|
190
|
+
content: "\e941";
|
|
191
|
+
}
|
|
192
|
+
.icon-chat:before {
|
|
193
|
+
content: "\e942";
|
|
194
|
+
}
|
|
195
|
+
.icon-check:before {
|
|
196
|
+
content: "\e943";
|
|
197
|
+
}
|
|
198
|
+
.icon-circle-with-cross:before {
|
|
199
|
+
content: "\e944";
|
|
200
|
+
}
|
|
201
|
+
.icon-circle-with-minus:before {
|
|
202
|
+
content: "\e945";
|
|
203
|
+
}
|
|
204
|
+
.icon-circle-with-plus:before {
|
|
205
|
+
content: "\e946";
|
|
206
|
+
}
|
|
207
|
+
.icon-circle:before {
|
|
208
|
+
content: "\e947";
|
|
209
|
+
}
|
|
210
|
+
.icon-circular-graph:before {
|
|
211
|
+
content: "\e948";
|
|
212
|
+
}
|
|
213
|
+
.icon-clock:before {
|
|
214
|
+
content: "\e949";
|
|
215
|
+
}
|
|
216
|
+
.icon-code:before {
|
|
217
|
+
content: "\e94a";
|
|
218
|
+
}
|
|
219
|
+
.icon-cog:before {
|
|
220
|
+
content: "\e94b";
|
|
221
|
+
}
|
|
222
|
+
.icon-colours:before {
|
|
223
|
+
content: "\e94c";
|
|
224
|
+
}
|
|
225
|
+
.icon-credit:before {
|
|
226
|
+
content: "\e94d";
|
|
227
|
+
}
|
|
228
|
+
.icon-cw:before {
|
|
229
|
+
content: "\e94e";
|
|
230
|
+
}
|
|
231
|
+
.icon-cycle:before {
|
|
232
|
+
content: "\e94f";
|
|
233
|
+
}
|
|
234
|
+
.icon-documents:before {
|
|
235
|
+
content: "\e950";
|
|
236
|
+
}
|
|
237
|
+
.icon-drive:before {
|
|
238
|
+
content: "\e951";
|
|
239
|
+
}
|
|
240
|
+
.icon-edit:before {
|
|
241
|
+
content: "\e952";
|
|
242
|
+
}
|
|
243
|
+
.icon-email:before {
|
|
244
|
+
content: "\e953";
|
|
245
|
+
}
|
|
246
|
+
.icon-emoji-happy:before {
|
|
247
|
+
content: "\e954";
|
|
248
|
+
}
|
|
249
|
+
.icon-emoji-neutral:before {
|
|
250
|
+
content: "\e955";
|
|
251
|
+
}
|
|
252
|
+
.icon-emoji-sad:before {
|
|
253
|
+
content: "\e956";
|
|
254
|
+
}
|
|
255
|
+
.icon-erase:before {
|
|
256
|
+
content: "\e957";
|
|
257
|
+
}
|
|
258
|
+
.icon-export:before {
|
|
259
|
+
content: "\e958";
|
|
260
|
+
}
|
|
261
|
+
.icon-eye:before {
|
|
262
|
+
content: "\e959";
|
|
263
|
+
}
|
|
264
|
+
.icon-flag:before {
|
|
265
|
+
content: "\e95a";
|
|
266
|
+
}
|
|
267
|
+
.icon-flash:before {
|
|
268
|
+
content: "\e95b";
|
|
269
|
+
}
|
|
270
|
+
.icon-folder-video:before {
|
|
271
|
+
content: "\e95c";
|
|
272
|
+
}
|
|
273
|
+
.icon-folder:before {
|
|
274
|
+
content: "\e95d";
|
|
275
|
+
}
|
|
276
|
+
.icon-forward:before {
|
|
277
|
+
content: "\e95e";
|
|
278
|
+
}
|
|
279
|
+
.icon-globe:before {
|
|
280
|
+
content: "\e95f";
|
|
281
|
+
}
|
|
282
|
+
.icon-help-with-circle:before {
|
|
283
|
+
content: "\e960";
|
|
284
|
+
}
|
|
285
|
+
.icon-home:before {
|
|
286
|
+
content: "\e961";
|
|
287
|
+
}
|
|
288
|
+
.icon-info-with-circle:before {
|
|
289
|
+
content: "\e962";
|
|
290
|
+
}
|
|
291
|
+
.icon-info:before {
|
|
292
|
+
content: "\e963";
|
|
293
|
+
}
|
|
294
|
+
.icon-light-bulb:before {
|
|
295
|
+
content: "\e964";
|
|
296
|
+
}
|
|
297
|
+
.icon-light-down:before {
|
|
298
|
+
content: "\e965";
|
|
299
|
+
}
|
|
300
|
+
.icon-light-up:before {
|
|
301
|
+
content: "\e966";
|
|
302
|
+
}
|
|
303
|
+
.icon-line-graph:before {
|
|
304
|
+
content: "\e967";
|
|
305
|
+
}
|
|
306
|
+
.icon-link:before {
|
|
307
|
+
content: "\e968";
|
|
308
|
+
}
|
|
309
|
+
.icon-list:before {
|
|
310
|
+
content: "\e969";
|
|
311
|
+
}
|
|
312
|
+
.icon-location-pin:before {
|
|
313
|
+
content: "\e96a";
|
|
314
|
+
}
|
|
315
|
+
.icon-location:before {
|
|
316
|
+
content: "\e96b";
|
|
317
|
+
}
|
|
318
|
+
.icon-lock-open:before {
|
|
319
|
+
content: "\e96c";
|
|
320
|
+
}
|
|
321
|
+
.icon-lock:before {
|
|
322
|
+
content: "\e96d";
|
|
323
|
+
}
|
|
324
|
+
.icon-log-out:before {
|
|
325
|
+
content: "\e96e";
|
|
326
|
+
}
|
|
327
|
+
.icon-login:before {
|
|
328
|
+
content: "\e96f";
|
|
329
|
+
}
|
|
330
|
+
.icon-magnet:before {
|
|
331
|
+
content: "\e970";
|
|
332
|
+
}
|
|
333
|
+
.icon-magnifying-glass:before {
|
|
334
|
+
content: "\e971";
|
|
335
|
+
}
|
|
336
|
+
.icon-map:before {
|
|
337
|
+
content: "\e972";
|
|
338
|
+
}
|
|
339
|
+
.icon-minus:before {
|
|
340
|
+
content: "\e973";
|
|
341
|
+
}
|
|
342
|
+
.icon-palette:before {
|
|
343
|
+
content: "\e974";
|
|
344
|
+
}
|
|
345
|
+
.icon-pencil:before {
|
|
346
|
+
content: "\e975";
|
|
347
|
+
}
|
|
348
|
+
.icon-pie-chart:before {
|
|
349
|
+
content: "\e976";
|
|
350
|
+
}
|
|
351
|
+
.icon-pin:before {
|
|
352
|
+
content: "\e977";
|
|
353
|
+
}
|
|
354
|
+
.icon-plus:before {
|
|
355
|
+
content: "\e978";
|
|
356
|
+
}
|
|
357
|
+
.icon-power-plug:before {
|
|
358
|
+
content: "\e979";
|
|
359
|
+
}
|
|
360
|
+
.icon-price-tag:before {
|
|
361
|
+
content: "\e97a";
|
|
362
|
+
}
|
|
363
|
+
.icon-reply-all:before {
|
|
364
|
+
content: "\e97b";
|
|
365
|
+
}
|
|
366
|
+
.icon-reply:before {
|
|
367
|
+
content: "\e97c";
|
|
368
|
+
}
|
|
369
|
+
.icon-retweet:before {
|
|
370
|
+
content: "\e97d";
|
|
371
|
+
}
|
|
372
|
+
.icon-rocket:before {
|
|
373
|
+
content: "\e97e";
|
|
374
|
+
}
|
|
375
|
+
.icon-round-brush:before {
|
|
376
|
+
content: "\e97f";
|
|
377
|
+
}
|
|
378
|
+
.icon-scissors:before {
|
|
379
|
+
content: "\e980";
|
|
380
|
+
}
|
|
381
|
+
.icon-share-alternitive:before {
|
|
382
|
+
content: "\e981";
|
|
383
|
+
}
|
|
384
|
+
.icon-share:before {
|
|
385
|
+
content: "\e982";
|
|
386
|
+
}
|
|
387
|
+
.icon-shareable:before {
|
|
388
|
+
content: "\e983";
|
|
389
|
+
}
|
|
390
|
+
.icon-shield:before {
|
|
391
|
+
content: "\e984";
|
|
392
|
+
}
|
|
393
|
+
.icon-shopping-bag:before {
|
|
394
|
+
content: "\e985";
|
|
395
|
+
}
|
|
396
|
+
.icon-shopping-basket:before {
|
|
397
|
+
content: "\e986";
|
|
398
|
+
}
|
|
399
|
+
.icon-shopping-cart:before {
|
|
400
|
+
content: "\e987";
|
|
401
|
+
}
|
|
402
|
+
.icon-sound-mix:before {
|
|
403
|
+
content: "\e988";
|
|
404
|
+
}
|
|
405
|
+
.icon-sports-club:before {
|
|
406
|
+
content: "\e989";
|
|
407
|
+
}
|
|
408
|
+
.icon-squared-cross:before {
|
|
409
|
+
content: "\e98a";
|
|
410
|
+
}
|
|
411
|
+
.icon-squared-minus:before {
|
|
412
|
+
content: "\e98b";
|
|
413
|
+
}
|
|
414
|
+
.icon-squared-plus:before {
|
|
415
|
+
content: "\e98c";
|
|
416
|
+
}
|
|
417
|
+
.icon-star-outlined:before {
|
|
418
|
+
content: "\e98d";
|
|
419
|
+
}
|
|
420
|
+
.icon-star:before {
|
|
421
|
+
content: "\e98e";
|
|
422
|
+
}
|
|
423
|
+
.icon-swap:before {
|
|
424
|
+
content: "\e98f";
|
|
425
|
+
}
|
|
426
|
+
.icon-tag:before {
|
|
427
|
+
content: "\e990";
|
|
428
|
+
}
|
|
429
|
+
.icon-thumbs-down:before {
|
|
430
|
+
content: "\e991";
|
|
431
|
+
}
|
|
432
|
+
.icon-thumbs-up:before {
|
|
433
|
+
content: "\e992";
|
|
434
|
+
}
|
|
435
|
+
.icon-time-slot:before {
|
|
436
|
+
content: "\e993";
|
|
437
|
+
}
|
|
438
|
+
.icon-typing:before {
|
|
439
|
+
content: "\e994";
|
|
440
|
+
}
|
|
441
|
+
.icon-untag:before {
|
|
442
|
+
content: "\e995";
|
|
443
|
+
}
|
|
444
|
+
.icon-user:before {
|
|
445
|
+
content: "\e996";
|
|
446
|
+
}
|
|
447
|
+
.icon-wallet:before {
|
|
448
|
+
content: "\e997";
|
|
449
|
+
}
|
|
450
|
+
.icon-dribbble-with-circle:before {
|
|
451
|
+
content: "\e998";
|
|
452
|
+
}
|
|
453
|
+
.icon-dribbble:before {
|
|
454
|
+
content: "\e999";
|
|
455
|
+
}
|
|
456
|
+
.icon-facebook-with-circle:before {
|
|
457
|
+
content: "\e99a";
|
|
458
|
+
}
|
|
459
|
+
.icon-facebook:before {
|
|
460
|
+
content: "\e99b";
|
|
461
|
+
}
|
|
462
|
+
.icon-flickr-with-circle:before {
|
|
463
|
+
content: "\e99c";
|
|
464
|
+
}
|
|
465
|
+
.icon-google-with-circle:before {
|
|
466
|
+
content: "\e99d";
|
|
467
|
+
}
|
|
468
|
+
.icon-google:before {
|
|
469
|
+
content: "\e99e";
|
|
470
|
+
}
|
|
471
|
+
.icon-instagram-with-circle:before {
|
|
472
|
+
content: "\e99f";
|
|
473
|
+
}
|
|
474
|
+
.icon-linkedin-with-circle:before {
|
|
475
|
+
content: "\e9a0";
|
|
476
|
+
}
|
|
477
|
+
.icon-linkedin:before {
|
|
478
|
+
content: "\e9a1";
|
|
479
|
+
}
|
|
480
|
+
.icon-pinterest-with-circle:before {
|
|
481
|
+
content: "\e9a2";
|
|
482
|
+
}
|
|
483
|
+
.icon-pinterest:before {
|
|
484
|
+
content: "\e9a3";
|
|
485
|
+
}
|
|
486
|
+
.icon-tumblr-with-circle:before {
|
|
487
|
+
content: "\e9a4";
|
|
488
|
+
}
|
|
489
|
+
.icon-tumblr:before {
|
|
490
|
+
content: "\e9a5";
|
|
491
|
+
}
|
|
492
|
+
.icon-twitter-with-circle:before {
|
|
493
|
+
content: "\e9a6";
|
|
494
|
+
}
|
|
495
|
+
.icon-twitter:before {
|
|
496
|
+
content: "\e9a7";
|
|
497
|
+
}
|
|
498
|
+
.icon-vimeo-with-circle:before {
|
|
499
|
+
content: "\e9a8";
|
|
500
|
+
}
|
|
501
|
+
.icon-vimeo:before {
|
|
502
|
+
content: "\e9a9";
|
|
503
|
+
}
|
|
504
|
+
.icon-youtube-with-circle:before {
|
|
505
|
+
content: "\e9aa";
|
|
506
|
+
}
|
|
507
|
+
.icon-youtube:before {
|
|
508
|
+
content: "\e9ab";
|
|
509
|
+
}
|
|
510
|
+
.icon-schedule:before {
|
|
511
|
+
content: "\e8b5";
|
|
512
|
+
}
|
|
513
|
+
.icon-accessibility:before {
|
|
514
|
+
content: "\e84e";
|
|
515
|
+
}
|
|
516
|
+
.icon-account_box:before {
|
|
517
|
+
content: "\e851";
|
|
518
|
+
}
|
|
519
|
+
.icon-account_circle:before {
|
|
520
|
+
content: "\e853";
|
|
521
|
+
}
|
|
522
|
+
.icon-add:before {
|
|
523
|
+
content: "\e145";
|
|
524
|
+
}
|
|
525
|
+
.icon-add_a_photo:before {
|
|
526
|
+
content: "\e439";
|
|
527
|
+
}
|
|
528
|
+
.icon-add_box:before {
|
|
529
|
+
content: "\e146";
|
|
530
|
+
}
|
|
531
|
+
.icon-add_circle:before {
|
|
532
|
+
content: "\e147";
|
|
533
|
+
}
|
|
534
|
+
.icon-control_point:before {
|
|
535
|
+
content: "\e3ba";
|
|
536
|
+
}
|
|
537
|
+
.icon-adjust1:before {
|
|
538
|
+
content: "\e39e";
|
|
539
|
+
}
|
|
540
|
+
.icon-airport_shuttle:before {
|
|
541
|
+
content: "\eb3c";
|
|
542
|
+
}
|
|
543
|
+
.icon-alarm_on:before {
|
|
544
|
+
content: "\e858";
|
|
545
|
+
}
|
|
546
|
+
.icon-album:before {
|
|
547
|
+
content: "\e019";
|
|
548
|
+
}
|
|
549
|
+
.icon-android:before {
|
|
550
|
+
content: "\e859";
|
|
551
|
+
}
|
|
552
|
+
.icon-apps:before {
|
|
553
|
+
content: "\e5c3";
|
|
554
|
+
}
|
|
555
|
+
.icon-arrow_back:before {
|
|
556
|
+
content: "\e5c4";
|
|
557
|
+
}
|
|
558
|
+
.icon-arrow_downward:before {
|
|
559
|
+
content: "\e5db";
|
|
560
|
+
}
|
|
561
|
+
.icon-arrow_drop_down:before {
|
|
562
|
+
content: "\e5c5";
|
|
563
|
+
}
|
|
564
|
+
.icon-arrow_drop_up:before {
|
|
565
|
+
content: "\e5c7";
|
|
566
|
+
}
|
|
567
|
+
.icon-arrow_forward:before {
|
|
568
|
+
content: "\e5c8";
|
|
569
|
+
}
|
|
570
|
+
.icon-arrow_upward:before {
|
|
571
|
+
content: "\e5d8";
|
|
572
|
+
}
|
|
573
|
+
.icon-assignment:before {
|
|
574
|
+
content: "\e85d";
|
|
575
|
+
}
|
|
576
|
+
.icon-assignment_turned_in:before {
|
|
577
|
+
content: "\e862";
|
|
578
|
+
}
|
|
579
|
+
.icon-assistant:before {
|
|
580
|
+
content: "\e39f";
|
|
581
|
+
}
|
|
582
|
+
.icon-flag1:before {
|
|
583
|
+
content: "\e153";
|
|
584
|
+
}
|
|
585
|
+
.icon-attach_file:before {
|
|
586
|
+
content: "\e226";
|
|
587
|
+
}
|
|
588
|
+
.icon-attach_money:before {
|
|
589
|
+
content: "\e227";
|
|
590
|
+
}
|
|
591
|
+
.icon-attachment1:before {
|
|
592
|
+
content: "\e2bc";
|
|
593
|
+
}
|
|
594
|
+
.icon-autorenew:before {
|
|
595
|
+
content: "\e863";
|
|
596
|
+
}
|
|
597
|
+
.icon-av_timer:before {
|
|
598
|
+
content: "\e01b";
|
|
599
|
+
}
|
|
600
|
+
.icon-backspace:before {
|
|
601
|
+
content: "\e14a";
|
|
602
|
+
}
|
|
603
|
+
.icon-cloud_upload:before {
|
|
604
|
+
content: "\e2c3";
|
|
605
|
+
}
|
|
606
|
+
.icon-beach_access:before {
|
|
607
|
+
content: "\eb3e";
|
|
608
|
+
}
|
|
609
|
+
.icon-beenhere:before {
|
|
610
|
+
content: "\e52d";
|
|
611
|
+
}
|
|
612
|
+
.icon-block:before {
|
|
613
|
+
content: "\e14b";
|
|
614
|
+
}
|
|
615
|
+
.icon-bluetooth:before {
|
|
616
|
+
content: "\e1a7";
|
|
617
|
+
}
|
|
618
|
+
.icon-bluetooth_searching:before {
|
|
619
|
+
content: "\e1aa";
|
|
620
|
+
}
|
|
621
|
+
.icon-bluetooth_connected:before {
|
|
622
|
+
content: "\e1a8";
|
|
623
|
+
}
|
|
624
|
+
.icon-bluetooth_disabled:before {
|
|
625
|
+
content: "\e1a9";
|
|
626
|
+
}
|
|
627
|
+
.icon-blur_on:before {
|
|
628
|
+
content: "\e3a5";
|
|
629
|
+
}
|
|
630
|
+
.icon-turned_in:before {
|
|
631
|
+
content: "\e8e6";
|
|
632
|
+
}
|
|
633
|
+
.icon-turned_in_not:before {
|
|
634
|
+
content: "\e8e7";
|
|
635
|
+
}
|
|
636
|
+
.icon-border_all:before {
|
|
637
|
+
content: "\e228";
|
|
638
|
+
}
|
|
639
|
+
.icon-border_color:before {
|
|
640
|
+
content: "\e22b";
|
|
641
|
+
}
|
|
642
|
+
.icon-border_outer:before {
|
|
643
|
+
content: "\e22f";
|
|
644
|
+
}
|
|
645
|
+
.icon-brightness_1:before {
|
|
646
|
+
content: "\e3a6";
|
|
647
|
+
}
|
|
648
|
+
.icon-brightness_auto:before {
|
|
649
|
+
content: "\e1ab";
|
|
650
|
+
}
|
|
651
|
+
.icon-broken_image:before {
|
|
652
|
+
content: "\e3ad";
|
|
653
|
+
}
|
|
654
|
+
.icon-brush:before {
|
|
655
|
+
content: "\e3ae";
|
|
656
|
+
}
|
|
657
|
+
.icon-bubble_chart:before {
|
|
658
|
+
content: "\e6dd";
|
|
659
|
+
}
|
|
660
|
+
.icon-bug_report:before {
|
|
661
|
+
content: "\e868";
|
|
662
|
+
}
|
|
663
|
+
.icon-burst_mode:before {
|
|
664
|
+
content: "\e43c";
|
|
665
|
+
}
|
|
666
|
+
.icon-domain:before {
|
|
667
|
+
content: "\e7ee";
|
|
668
|
+
}
|
|
669
|
+
.icon-business_center:before {
|
|
670
|
+
content: "\eb3f";
|
|
671
|
+
}
|
|
672
|
+
.icon-cached:before {
|
|
673
|
+
content: "\e86a";
|
|
674
|
+
}
|
|
675
|
+
.icon-cake:before {
|
|
676
|
+
content: "\e7e9";
|
|
677
|
+
}
|
|
678
|
+
.icon-phone:before {
|
|
679
|
+
content: "\e0cd";
|
|
680
|
+
}
|
|
681
|
+
.icon-call_end:before {
|
|
682
|
+
content: "\e0b1";
|
|
683
|
+
}
|
|
684
|
+
.icon-call_made:before {
|
|
685
|
+
content: "\e0b2";
|
|
686
|
+
}
|
|
687
|
+
.icon-merge_type:before {
|
|
688
|
+
content: "\e252";
|
|
689
|
+
}
|
|
690
|
+
.icon-call_missed:before {
|
|
691
|
+
content: "\e0b4";
|
|
692
|
+
}
|
|
693
|
+
.icon-call_missed_outgoing:before {
|
|
694
|
+
content: "\e0e4";
|
|
695
|
+
}
|
|
696
|
+
.icon-call_received:before {
|
|
697
|
+
content: "\e0b5";
|
|
698
|
+
}
|
|
699
|
+
.icon-call_split:before {
|
|
700
|
+
content: "\e0b6";
|
|
701
|
+
}
|
|
702
|
+
.icon-camera1:before {
|
|
703
|
+
content: "\e3af";
|
|
704
|
+
}
|
|
705
|
+
.icon-photo_camera:before {
|
|
706
|
+
content: "\e412";
|
|
707
|
+
}
|
|
708
|
+
.icon-cancel:before {
|
|
709
|
+
content: "\e5c9";
|
|
710
|
+
}
|
|
711
|
+
.icon-redeem:before {
|
|
712
|
+
content: "\e8b1";
|
|
713
|
+
}
|
|
714
|
+
.icon-card_membership:before {
|
|
715
|
+
content: "\e8f7";
|
|
716
|
+
}
|
|
717
|
+
.icon-card_travel:before {
|
|
718
|
+
content: "\e8f8";
|
|
719
|
+
}
|
|
720
|
+
.icon-casino:before {
|
|
721
|
+
content: "\eb40";
|
|
722
|
+
}
|
|
723
|
+
.icon-center_focus_strong:before {
|
|
724
|
+
content: "\e3b4";
|
|
725
|
+
}
|
|
726
|
+
.icon-center_focus_weak:before {
|
|
727
|
+
content: "\e3b5";
|
|
728
|
+
}
|
|
729
|
+
.icon-change_history:before {
|
|
730
|
+
content: "\e86b";
|
|
731
|
+
}
|
|
732
|
+
.icon-chat_bubble:before {
|
|
733
|
+
content: "\e0ca";
|
|
734
|
+
}
|
|
735
|
+
.icon-chat_bubble_outline:before {
|
|
736
|
+
content: "\e0cb";
|
|
737
|
+
}
|
|
738
|
+
.icon-check1:before {
|
|
739
|
+
content: "\e5ca";
|
|
740
|
+
}
|
|
741
|
+
.icon-check_box:before {
|
|
742
|
+
content: "\e834";
|
|
743
|
+
}
|
|
744
|
+
.icon-check_box_outline_blank:before {
|
|
745
|
+
content: "\e835";
|
|
746
|
+
}
|
|
747
|
+
.icon-check_circle:before {
|
|
748
|
+
content: "\e86c";
|
|
749
|
+
}
|
|
750
|
+
.icon-navigate_before:before {
|
|
751
|
+
content: "\e408";
|
|
752
|
+
}
|
|
753
|
+
.icon-navigate_next:before {
|
|
754
|
+
content: "\e409";
|
|
755
|
+
}
|
|
756
|
+
.icon-child_friendly:before {
|
|
757
|
+
content: "\eb42";
|
|
758
|
+
}
|
|
759
|
+
.icon-close:before {
|
|
760
|
+
content: "\e5cd";
|
|
761
|
+
}
|
|
762
|
+
.icon-clear_all:before {
|
|
763
|
+
content: "\e0b8";
|
|
764
|
+
}
|
|
765
|
+
.icon-closed_caption:before {
|
|
766
|
+
content: "\e01c";
|
|
767
|
+
}
|
|
768
|
+
.icon-wb_cloudy:before {
|
|
769
|
+
content: "\e42d";
|
|
770
|
+
}
|
|
771
|
+
.icon-cloud_circle:before {
|
|
772
|
+
content: "\e2be";
|
|
773
|
+
}
|
|
774
|
+
.icon-cloud_done:before {
|
|
775
|
+
content: "\e2bf";
|
|
776
|
+
}
|
|
777
|
+
.icon-cloud_download:before {
|
|
778
|
+
content: "\e2c0";
|
|
779
|
+
}
|
|
780
|
+
.icon-cloud_off:before {
|
|
781
|
+
content: "\e2c1";
|
|
782
|
+
}
|
|
783
|
+
.icon-cloud_queue:before {
|
|
784
|
+
content: "\e2c2";
|
|
785
|
+
}
|
|
786
|
+
.icon-code1:before {
|
|
787
|
+
content: "\e86f";
|
|
788
|
+
}
|
|
789
|
+
.icon-palette1:before {
|
|
790
|
+
content: "\e40a";
|
|
791
|
+
}
|
|
792
|
+
.icon-comment:before {
|
|
793
|
+
content: "\e0b9";
|
|
794
|
+
}
|
|
795
|
+
.icon-compare:before {
|
|
796
|
+
content: "\e3b9";
|
|
797
|
+
}
|
|
798
|
+
.icon-compare_arrows:before {
|
|
799
|
+
content: "\e9ac";
|
|
800
|
+
}
|
|
801
|
+
.icon-laptop:before {
|
|
802
|
+
content: "\e31e";
|
|
803
|
+
}
|
|
804
|
+
.icon-confirmation_number:before {
|
|
805
|
+
content: "\e638";
|
|
806
|
+
}
|
|
807
|
+
.icon-contact_mail:before {
|
|
808
|
+
content: "\e0d0";
|
|
809
|
+
}
|
|
810
|
+
.icon-content_cut:before {
|
|
811
|
+
content: "\e14e";
|
|
812
|
+
}
|
|
813
|
+
.icon-copyright:before {
|
|
814
|
+
content: "\e9ad";
|
|
815
|
+
}
|
|
816
|
+
.icon-mode_edit:before {
|
|
817
|
+
content: "\e254";
|
|
818
|
+
}
|
|
819
|
+
.icon-create_new_folder:before {
|
|
820
|
+
content: "\e2cc";
|
|
821
|
+
}
|
|
822
|
+
.icon-crop:before {
|
|
823
|
+
content: "\e3be";
|
|
824
|
+
}
|
|
825
|
+
.icon-crop_free:before {
|
|
826
|
+
content: "\e3c2";
|
|
827
|
+
}
|
|
828
|
+
.icon-crop_square:before {
|
|
829
|
+
content: "\e3c6";
|
|
830
|
+
}
|
|
831
|
+
.icon-data_usage:before {
|
|
832
|
+
content: "\e1af";
|
|
833
|
+
}
|
|
834
|
+
.icon-date_range:before {
|
|
835
|
+
content: "\e9ae";
|
|
836
|
+
}
|
|
837
|
+
.icon-dehaze:before {
|
|
838
|
+
content: "\e3c7";
|
|
839
|
+
}
|
|
840
|
+
.icon-delete:before {
|
|
841
|
+
content: "\e872";
|
|
842
|
+
}
|
|
843
|
+
.icon-delete_sweep:before {
|
|
844
|
+
content: "\e16c";
|
|
845
|
+
}
|
|
846
|
+
.icon-details:before {
|
|
847
|
+
content: "\e3c8";
|
|
848
|
+
}
|
|
849
|
+
.icon-developer_board:before {
|
|
850
|
+
content: "\e30d";
|
|
851
|
+
}
|
|
852
|
+
.icon-phonelink:before {
|
|
853
|
+
content: "\e326";
|
|
854
|
+
}
|
|
855
|
+
.icon-devices_other:before {
|
|
856
|
+
content: "\e337";
|
|
857
|
+
}
|
|
858
|
+
.icon-dialer_sip:before {
|
|
859
|
+
content: "\e0bb";
|
|
860
|
+
}
|
|
861
|
+
.icon-directions:before {
|
|
862
|
+
content: "\e52e";
|
|
863
|
+
}
|
|
864
|
+
.icon-directions_boat:before {
|
|
865
|
+
content: "\e532";
|
|
866
|
+
}
|
|
867
|
+
.icon-directions_bus:before {
|
|
868
|
+
content: "\e530";
|
|
869
|
+
}
|
|
870
|
+
.icon-directions_car:before {
|
|
871
|
+
content: "\e531";
|
|
872
|
+
}
|
|
873
|
+
.icon-directions_railway:before {
|
|
874
|
+
content: "\e534";
|
|
875
|
+
}
|
|
876
|
+
.icon-directions_transit:before {
|
|
877
|
+
content: "\e535";
|
|
878
|
+
}
|
|
879
|
+
.icon-disc_full:before {
|
|
880
|
+
content: "\e610";
|
|
881
|
+
}
|
|
882
|
+
.icon-dns:before {
|
|
883
|
+
content: "\e875";
|
|
884
|
+
}
|
|
885
|
+
.icon-not_interested:before {
|
|
886
|
+
content: "\e033";
|
|
887
|
+
}
|
|
888
|
+
.icon-do_not_disturb_alt:before {
|
|
889
|
+
content: "\e611";
|
|
890
|
+
}
|
|
891
|
+
.icon-do_not_disturb_off:before {
|
|
892
|
+
content: "\e643";
|
|
893
|
+
}
|
|
894
|
+
.icon-remove_circle:before {
|
|
895
|
+
content: "\e15c";
|
|
896
|
+
}
|
|
897
|
+
.icon-done:before {
|
|
898
|
+
content: "\e876";
|
|
899
|
+
}
|
|
900
|
+
.icon-done_all:before {
|
|
901
|
+
content: "\e877";
|
|
902
|
+
}
|
|
903
|
+
.icon-donut_large:before {
|
|
904
|
+
content: "\e9b0";
|
|
905
|
+
}
|
|
906
|
+
.icon-donut_small:before {
|
|
907
|
+
content: "\e9b1";
|
|
908
|
+
}
|
|
909
|
+
.icon-drafts:before {
|
|
910
|
+
content: "\e151";
|
|
911
|
+
}
|
|
912
|
+
.icon-drag_handle:before {
|
|
913
|
+
content: "\e25d";
|
|
914
|
+
}
|
|
915
|
+
.icon-time_to_leave:before {
|
|
916
|
+
content: "\e62c";
|
|
917
|
+
}
|
|
918
|
+
.icon-eject:before {
|
|
919
|
+
content: "\e8fb";
|
|
920
|
+
}
|
|
921
|
+
.icon-error:before {
|
|
922
|
+
content: "\e000";
|
|
923
|
+
}
|
|
924
|
+
.icon-error_outline:before {
|
|
925
|
+
content: "\e001";
|
|
926
|
+
}
|
|
927
|
+
.icon-euro_symbol:before {
|
|
928
|
+
content: "\e9b2";
|
|
929
|
+
}
|
|
930
|
+
.icon-insert_invitation:before {
|
|
931
|
+
content: "\e24f";
|
|
932
|
+
}
|
|
933
|
+
.icon-event_available:before {
|
|
934
|
+
content: "\e614";
|
|
935
|
+
}
|
|
936
|
+
.icon-event_note:before {
|
|
937
|
+
content: "\e616";
|
|
938
|
+
}
|
|
939
|
+
.icon-event_seat:before {
|
|
940
|
+
content: "\e9b3";
|
|
941
|
+
}
|
|
942
|
+
.icon-exit_to_app:before {
|
|
943
|
+
content: "\e879";
|
|
944
|
+
}
|
|
945
|
+
.icon-expand_less:before {
|
|
946
|
+
content: "\e5ce";
|
|
947
|
+
}
|
|
948
|
+
.icon-expand_more:before {
|
|
949
|
+
content: "\e5cf";
|
|
950
|
+
}
|
|
951
|
+
.icon-explicit:before {
|
|
952
|
+
content: "\e01e";
|
|
953
|
+
}
|
|
954
|
+
.icon-explore:before {
|
|
955
|
+
content: "\e87a";
|
|
956
|
+
}
|
|
957
|
+
.icon-fast_forward:before {
|
|
958
|
+
content: "\e01f";
|
|
959
|
+
}
|
|
960
|
+
.icon-fast_rewind:before {
|
|
961
|
+
content: "\e020";
|
|
962
|
+
}
|
|
963
|
+
.icon-favorite:before {
|
|
964
|
+
content: "\e87d";
|
|
965
|
+
}
|
|
966
|
+
.icon-fiber_manual_record:before {
|
|
967
|
+
content: "\e061";
|
|
968
|
+
}
|
|
969
|
+
.icon-fiber_smart_record:before {
|
|
970
|
+
content: "\e062";
|
|
971
|
+
}
|
|
972
|
+
.icon-get_app:before {
|
|
973
|
+
content: "\e884";
|
|
974
|
+
}
|
|
975
|
+
.icon-file_upload:before {
|
|
976
|
+
content: "\e2c6";
|
|
977
|
+
}
|
|
978
|
+
.icon-filter_drama:before {
|
|
979
|
+
content: "\e3dd";
|
|
980
|
+
}
|
|
981
|
+
.icon-filter_frames:before {
|
|
982
|
+
content: "\e3de";
|
|
983
|
+
}
|
|
984
|
+
.icon-terrain:before {
|
|
985
|
+
content: "\e564";
|
|
986
|
+
}
|
|
987
|
+
.icon-filter_list:before {
|
|
988
|
+
content: "\e152";
|
|
989
|
+
}
|
|
990
|
+
.icon-filter_none:before {
|
|
991
|
+
content: "\e3e0";
|
|
992
|
+
}
|
|
993
|
+
.icon-filter_tilt_shift:before {
|
|
994
|
+
content: "\e3e2";
|
|
995
|
+
}
|
|
996
|
+
.icon-first_page:before {
|
|
997
|
+
content: "\e5dc";
|
|
998
|
+
}
|
|
999
|
+
.icon-flare:before {
|
|
1000
|
+
content: "\e3e4";
|
|
1001
|
+
}
|
|
1002
|
+
.icon-flash_auto:before {
|
|
1003
|
+
content: "\e3e5";
|
|
1004
|
+
}
|
|
1005
|
+
.icon-flight_land:before {
|
|
1006
|
+
content: "\e9b4";
|
|
1007
|
+
}
|
|
1008
|
+
.icon-flight_takeoff:before {
|
|
1009
|
+
content: "\e9b5";
|
|
1010
|
+
}
|
|
1011
|
+
.icon-folder1:before {
|
|
1012
|
+
content: "\e2c7";
|
|
1013
|
+
}
|
|
1014
|
+
.icon-folder_open:before {
|
|
1015
|
+
content: "\e2c8";
|
|
1016
|
+
}
|
|
1017
|
+
.icon-folder_shared:before {
|
|
1018
|
+
content: "\e2c9";
|
|
1019
|
+
}
|
|
1020
|
+
.icon-folder_special:before {
|
|
1021
|
+
content: "\e617";
|
|
1022
|
+
}
|
|
1023
|
+
.icon-font_download:before {
|
|
1024
|
+
content: "\e167";
|
|
1025
|
+
}
|
|
1026
|
+
.icon-format_align_center:before {
|
|
1027
|
+
content: "\e234";
|
|
1028
|
+
}
|
|
1029
|
+
.icon-format_align_justify:before {
|
|
1030
|
+
content: "\e235";
|
|
1031
|
+
}
|
|
1032
|
+
.icon-format_align_left:before {
|
|
1033
|
+
content: "\e236";
|
|
1034
|
+
}
|
|
1035
|
+
.icon-format_align_right:before {
|
|
1036
|
+
content: "\e237";
|
|
1037
|
+
}
|
|
1038
|
+
.icon-format_bold:before {
|
|
1039
|
+
content: "\e238";
|
|
1040
|
+
}
|
|
1041
|
+
.icon-format_clear:before {
|
|
1042
|
+
content: "\e239";
|
|
1043
|
+
}
|
|
1044
|
+
.icon-format_color_fill:before {
|
|
1045
|
+
content: "\e23a";
|
|
1046
|
+
}
|
|
1047
|
+
.icon-format_color_reset:before {
|
|
1048
|
+
content: "\e23b";
|
|
1049
|
+
}
|
|
1050
|
+
.icon-format_color_text:before {
|
|
1051
|
+
content: "\e23c";
|
|
1052
|
+
}
|
|
1053
|
+
.icon-format_indent_decrease:before {
|
|
1054
|
+
content: "\e23d";
|
|
1055
|
+
}
|
|
1056
|
+
.icon-format_indent_increase:before {
|
|
1057
|
+
content: "\e23e";
|
|
1058
|
+
}
|
|
1059
|
+
.icon-format_italic:before {
|
|
1060
|
+
content: "\e23f";
|
|
1061
|
+
}
|
|
1062
|
+
.icon-format_line_spacing:before {
|
|
1063
|
+
content: "\e240";
|
|
1064
|
+
}
|
|
1065
|
+
.icon-format_list_bulleted:before {
|
|
1066
|
+
content: "\e241";
|
|
1067
|
+
}
|
|
1068
|
+
.icon-format_list_numbered:before {
|
|
1069
|
+
content: "\e242";
|
|
1070
|
+
}
|
|
1071
|
+
.icon-format_quote:before {
|
|
1072
|
+
content: "\e244";
|
|
1073
|
+
}
|
|
1074
|
+
.icon-format_shapes:before {
|
|
1075
|
+
content: "\e25e";
|
|
1076
|
+
}
|
|
1077
|
+
.icon-format_size:before {
|
|
1078
|
+
content: "\e245";
|
|
1079
|
+
}
|
|
1080
|
+
.icon-format_strikethrough:before {
|
|
1081
|
+
content: "\e246";
|
|
1082
|
+
}
|
|
1083
|
+
.icon-format_textdirection_l_to_r:before {
|
|
1084
|
+
content: "\e247";
|
|
1085
|
+
}
|
|
1086
|
+
.icon-format_textdirection_r_to_l:before {
|
|
1087
|
+
content: "\e248";
|
|
1088
|
+
}
|
|
1089
|
+
.icon-format_underlined:before {
|
|
1090
|
+
content: "\e249";
|
|
1091
|
+
}
|
|
1092
|
+
.icon-question_answer:before {
|
|
1093
|
+
content: "\e8af";
|
|
1094
|
+
}
|
|
1095
|
+
.icon-fullscreen:before {
|
|
1096
|
+
content: "\e5d0";
|
|
1097
|
+
}
|
|
1098
|
+
.icon-fullscreen_exit:before {
|
|
1099
|
+
content: "\e5d1";
|
|
1100
|
+
}
|
|
1101
|
+
.icon-games:before {
|
|
1102
|
+
content: "\e021";
|
|
1103
|
+
}
|
|
1104
|
+
.icon-gif:before {
|
|
1105
|
+
content: "\e9b6";
|
|
1106
|
+
}
|
|
1107
|
+
.icon-my_location:before {
|
|
1108
|
+
content: "\e55c";
|
|
1109
|
+
}
|
|
1110
|
+
.icon-location_searching:before {
|
|
1111
|
+
content: "\e1b7";
|
|
1112
|
+
}
|
|
1113
|
+
.icon-location_disabled:before {
|
|
1114
|
+
content: "\e1b6";
|
|
1115
|
+
}
|
|
1116
|
+
.icon-star1:before {
|
|
1117
|
+
content: "\e838";
|
|
1118
|
+
}
|
|
1119
|
+
.icon-graphic_eq:before {
|
|
1120
|
+
content: "\e1b8";
|
|
1121
|
+
}
|
|
1122
|
+
.icon-grid_on:before {
|
|
1123
|
+
content: "\e3ec";
|
|
1124
|
+
}
|
|
1125
|
+
.icon-people:before {
|
|
1126
|
+
content: "\e7fb";
|
|
1127
|
+
}
|
|
1128
|
+
.icon-group_add:before {
|
|
1129
|
+
content: "\e7f0";
|
|
1130
|
+
}
|
|
1131
|
+
.icon-hdr_on:before {
|
|
1132
|
+
content: "\e3ee";
|
|
1133
|
+
}
|
|
1134
|
+
.icon-hdr_strong:before {
|
|
1135
|
+
content: "\e3f1";
|
|
1136
|
+
}
|
|
1137
|
+
.icon-hdr_weak:before {
|
|
1138
|
+
content: "\e3f2";
|
|
1139
|
+
}
|
|
1140
|
+
.icon-headset:before {
|
|
1141
|
+
content: "\e310";
|
|
1142
|
+
}
|
|
1143
|
+
.icon-headset_mic:before {
|
|
1144
|
+
content: "\e311";
|
|
1145
|
+
}
|
|
1146
|
+
.icon-help:before {
|
|
1147
|
+
content: "\e887";
|
|
1148
|
+
}
|
|
1149
|
+
.icon-help_outline:before {
|
|
1150
|
+
content: "\e8fd";
|
|
1151
|
+
}
|
|
1152
|
+
.icon-high_quality:before {
|
|
1153
|
+
content: "\e024";
|
|
1154
|
+
}
|
|
1155
|
+
.icon-highlight:before {
|
|
1156
|
+
content: "\e25f";
|
|
1157
|
+
}
|
|
1158
|
+
.icon-highlight_off:before {
|
|
1159
|
+
content: "\e888";
|
|
1160
|
+
}
|
|
1161
|
+
.icon-restore:before {
|
|
1162
|
+
content: "\e8b3";
|
|
1163
|
+
}
|
|
1164
|
+
.icon-home1:before {
|
|
1165
|
+
content: "\e88a";
|
|
1166
|
+
}
|
|
1167
|
+
.icon-hourglass_empty:before {
|
|
1168
|
+
content: "\e88b";
|
|
1169
|
+
}
|
|
1170
|
+
.icon-hourglass_full:before {
|
|
1171
|
+
content: "\e88c";
|
|
1172
|
+
}
|
|
1173
|
+
.icon-lock1:before {
|
|
1174
|
+
content: "\e897";
|
|
1175
|
+
}
|
|
1176
|
+
.icon-photo:before {
|
|
1177
|
+
content: "\e410";
|
|
1178
|
+
}
|
|
1179
|
+
.icon-import_contacts:before {
|
|
1180
|
+
content: "\e0e0";
|
|
1181
|
+
}
|
|
1182
|
+
.icon-import_export:before {
|
|
1183
|
+
content: "\e0c3";
|
|
1184
|
+
}
|
|
1185
|
+
.icon-info1:before {
|
|
1186
|
+
content: "\e88e";
|
|
1187
|
+
}
|
|
1188
|
+
.icon-info_outline:before {
|
|
1189
|
+
content: "\e88f";
|
|
1190
|
+
}
|
|
1191
|
+
.icon-input:before {
|
|
1192
|
+
content: "\e890";
|
|
1193
|
+
}
|
|
1194
|
+
.icon-insert_comment:before {
|
|
1195
|
+
content: "\e24c";
|
|
1196
|
+
}
|
|
1197
|
+
.icon-link1:before {
|
|
1198
|
+
content: "\e157";
|
|
1199
|
+
}
|
|
1200
|
+
.icon-invert_colors:before {
|
|
1201
|
+
content: "\e891";
|
|
1202
|
+
}
|
|
1203
|
+
.icon-invert_colors_off:before {
|
|
1204
|
+
content: "\e0c4";
|
|
1205
|
+
}
|
|
1206
|
+
.icon-keyboard_arrow_down:before {
|
|
1207
|
+
content: "\e313";
|
|
1208
|
+
}
|
|
1209
|
+
.icon-keyboard_arrow_left:before {
|
|
1210
|
+
content: "\e314";
|
|
1211
|
+
}
|
|
1212
|
+
.icon-keyboard_arrow_right:before {
|
|
1213
|
+
content: "\e315";
|
|
1214
|
+
}
|
|
1215
|
+
.icon-keyboard_arrow_up:before {
|
|
1216
|
+
content: "\e316";
|
|
1217
|
+
}
|
|
1218
|
+
.icon-keyboard_backspace:before {
|
|
1219
|
+
content: "\e317";
|
|
1220
|
+
}
|
|
1221
|
+
.icon-keyboard_capslock:before {
|
|
1222
|
+
content: "\e318";
|
|
1223
|
+
}
|
|
1224
|
+
.icon-keyboard_hide:before {
|
|
1225
|
+
content: "\e31a";
|
|
1226
|
+
}
|
|
1227
|
+
.icon-keyboard_return:before {
|
|
1228
|
+
content: "\e31b";
|
|
1229
|
+
}
|
|
1230
|
+
.icon-keyboard_tab:before {
|
|
1231
|
+
content: "\e31c";
|
|
1232
|
+
}
|
|
1233
|
+
.icon-keyboard_voice:before {
|
|
1234
|
+
content: "\e31d";
|
|
1235
|
+
}
|
|
1236
|
+
.icon-label:before {
|
|
1237
|
+
content: "\e892";
|
|
1238
|
+
}
|
|
1239
|
+
.icon-label_outline:before {
|
|
1240
|
+
content: "\e893";
|
|
1241
|
+
}
|
|
1242
|
+
.icon-language:before {
|
|
1243
|
+
content: "\e894";
|
|
1244
|
+
}
|
|
1245
|
+
.icon-laptop_chromebook:before {
|
|
1246
|
+
content: "\e31f";
|
|
1247
|
+
}
|
|
1248
|
+
.icon-laptop_mac:before {
|
|
1249
|
+
content: "\e320";
|
|
1250
|
+
}
|
|
1251
|
+
.icon-laptop_windows:before {
|
|
1252
|
+
content: "\e321";
|
|
1253
|
+
}
|
|
1254
|
+
.icon-last_page:before {
|
|
1255
|
+
content: "\e5dd";
|
|
1256
|
+
}
|
|
1257
|
+
.icon-open_in_new:before {
|
|
1258
|
+
content: "\e89e";
|
|
1259
|
+
}
|
|
1260
|
+
.icon-layers1:before {
|
|
1261
|
+
content: "\e53b";
|
|
1262
|
+
}
|
|
1263
|
+
.icon-lens:before {
|
|
1264
|
+
content: "\e3fa";
|
|
1265
|
+
}
|
|
1266
|
+
.icon-lightbulb_outline:before {
|
|
1267
|
+
content: "\e9b8";
|
|
1268
|
+
}
|
|
1269
|
+
.icon-linear_scale:before {
|
|
1270
|
+
content: "\e260";
|
|
1271
|
+
}
|
|
1272
|
+
.icon-linked_camera:before {
|
|
1273
|
+
content: "\e438";
|
|
1274
|
+
}
|
|
1275
|
+
.icon-list1:before {
|
|
1276
|
+
content: "\e896";
|
|
1277
|
+
}
|
|
1278
|
+
.icon-local_play:before {
|
|
1279
|
+
content: "\e553";
|
|
1280
|
+
}
|
|
1281
|
+
.icon-local_airport:before {
|
|
1282
|
+
content: "\e53d";
|
|
1283
|
+
}
|
|
1284
|
+
.icon-local_atm:before {
|
|
1285
|
+
content: "\e53e";
|
|
1286
|
+
}
|
|
1287
|
+
.icon-local_bar:before {
|
|
1288
|
+
content: "\e540";
|
|
1289
|
+
}
|
|
1290
|
+
.icon-local_car_wash:before {
|
|
1291
|
+
content: "\e542";
|
|
1292
|
+
}
|
|
1293
|
+
.icon-local_drink:before {
|
|
1294
|
+
content: "\e544";
|
|
1295
|
+
}
|
|
1296
|
+
.icon-shopping_cart:before {
|
|
1297
|
+
content: "\e8cc";
|
|
1298
|
+
}
|
|
1299
|
+
.icon-local_hospital:before {
|
|
1300
|
+
content: "\e548";
|
|
1301
|
+
}
|
|
1302
|
+
.icon-local_library:before {
|
|
1303
|
+
content: "\e54b";
|
|
1304
|
+
}
|
|
1305
|
+
.icon-local_mall:before {
|
|
1306
|
+
content: "\e54c";
|
|
1307
|
+
}
|
|
1308
|
+
.icon-local_offer:before {
|
|
1309
|
+
content: "\e54e";
|
|
1310
|
+
}
|
|
1311
|
+
.icon-local_pizza:before {
|
|
1312
|
+
content: "\e552";
|
|
1313
|
+
}
|
|
1314
|
+
.icon-print:before {
|
|
1315
|
+
content: "\e8ad";
|
|
1316
|
+
}
|
|
1317
|
+
.icon-local_shipping:before {
|
|
1318
|
+
content: "\e558";
|
|
1319
|
+
}
|
|
1320
|
+
.icon-local_taxi:before {
|
|
1321
|
+
content: "\e559";
|
|
1322
|
+
}
|
|
1323
|
+
.icon-location_city:before {
|
|
1324
|
+
content: "\e7f1";
|
|
1325
|
+
}
|
|
1326
|
+
.icon-room:before {
|
|
1327
|
+
content: "\e8b4";
|
|
1328
|
+
}
|
|
1329
|
+
.icon-lock_open:before {
|
|
1330
|
+
content: "\e898";
|
|
1331
|
+
}
|
|
1332
|
+
.icon-lock_outline:before {
|
|
1333
|
+
content: "\e899";
|
|
1334
|
+
}
|
|
1335
|
+
.icon-sync:before {
|
|
1336
|
+
content: "\e627";
|
|
1337
|
+
}
|
|
1338
|
+
.icon-map1:before {
|
|
1339
|
+
content: "\e55b";
|
|
1340
|
+
}
|
|
1341
|
+
.icon-memory:before {
|
|
1342
|
+
content: "\e322";
|
|
1343
|
+
}
|
|
1344
|
+
.icon-menu:before {
|
|
1345
|
+
content: "\e5d2";
|
|
1346
|
+
}
|
|
1347
|
+
.icon-message:before {
|
|
1348
|
+
content: "\e0c9";
|
|
1349
|
+
}
|
|
1350
|
+
.icon-mic:before {
|
|
1351
|
+
content: "\e029";
|
|
1352
|
+
}
|
|
1353
|
+
.icon-mic_none:before {
|
|
1354
|
+
content: "\e02a";
|
|
1355
|
+
}
|
|
1356
|
+
.icon-mic_off:before {
|
|
1357
|
+
content: "\e02b";
|
|
1358
|
+
}
|
|
1359
|
+
.icon-more_horiz:before {
|
|
1360
|
+
content: "\e5d3";
|
|
1361
|
+
}
|
|
1362
|
+
.icon-more_vert:before {
|
|
1363
|
+
content: "\e5d4";
|
|
1364
|
+
}
|
|
1365
|
+
.icon-multiline_chart:before {
|
|
1366
|
+
content: "\e6df";
|
|
1367
|
+
}
|
|
1368
|
+
.icon-navigation:before {
|
|
1369
|
+
content: "\e55d";
|
|
1370
|
+
}
|
|
1371
|
+
.icon-near_me:before {
|
|
1372
|
+
content: "\e569";
|
|
1373
|
+
}
|
|
1374
|
+
.icon-network_cell:before {
|
|
1375
|
+
content: "\e1b9";
|
|
1376
|
+
}
|
|
1377
|
+
.icon-network_locked:before {
|
|
1378
|
+
content: "\e61a";
|
|
1379
|
+
}
|
|
1380
|
+
.icon-network_wifi:before {
|
|
1381
|
+
content: "\e1ba";
|
|
1382
|
+
}
|
|
1383
|
+
.icon-new_releases:before {
|
|
1384
|
+
content: "\e031";
|
|
1385
|
+
}
|
|
1386
|
+
.icon-note:before {
|
|
1387
|
+
content: "\e06f";
|
|
1388
|
+
}
|
|
1389
|
+
.icon-notifications:before {
|
|
1390
|
+
content: "\e7f4";
|
|
1391
|
+
}
|
|
1392
|
+
.icon-notifications_none:before {
|
|
1393
|
+
content: "\e7f5";
|
|
1394
|
+
}
|
|
1395
|
+
.icon-offline_pin:before {
|
|
1396
|
+
content: "\e9b9";
|
|
1397
|
+
}
|
|
1398
|
+
.icon-opacity:before {
|
|
1399
|
+
content: "\e9ba";
|
|
1400
|
+
}
|
|
1401
|
+
.icon-radio_button_unchecked:before {
|
|
1402
|
+
content: "\e836";
|
|
1403
|
+
}
|
|
1404
|
+
.icon-party_mode:before {
|
|
1405
|
+
content: "\e7fa";
|
|
1406
|
+
}
|
|
1407
|
+
.icon-pause:before {
|
|
1408
|
+
content: "\e034";
|
|
1409
|
+
}
|
|
1410
|
+
.icon-pause_circle_filled:before {
|
|
1411
|
+
content: "\e035";
|
|
1412
|
+
}
|
|
1413
|
+
.icon-pause_circle_outline:before {
|
|
1414
|
+
content: "\e036";
|
|
1415
|
+
}
|
|
1416
|
+
.icon-people_outline:before {
|
|
1417
|
+
content: "\e7fc";
|
|
1418
|
+
}
|
|
1419
|
+
.icon-person_outline:before {
|
|
1420
|
+
content: "\e7ff";
|
|
1421
|
+
}
|
|
1422
|
+
.icon-perm_scan_wifi:before {
|
|
1423
|
+
content: "\e8a9";
|
|
1424
|
+
}
|
|
1425
|
+
.icon-person:before {
|
|
1426
|
+
content: "\e7fd";
|
|
1427
|
+
}
|
|
1428
|
+
.icon-person_add:before {
|
|
1429
|
+
content: "\e7fe";
|
|
1430
|
+
}
|
|
1431
|
+
.icon-person_pin:before {
|
|
1432
|
+
content: "\e55a";
|
|
1433
|
+
}
|
|
1434
|
+
.icon-pets:before {
|
|
1435
|
+
content: "\e9bb";
|
|
1436
|
+
}
|
|
1437
|
+
.icon-phone_in_talk:before {
|
|
1438
|
+
content: "\e61d";
|
|
1439
|
+
}
|
|
1440
|
+
.icon-phone_locked:before {
|
|
1441
|
+
content: "\e61e";
|
|
1442
|
+
}
|
|
1443
|
+
.icon-phone_missed:before {
|
|
1444
|
+
content: "\e61f";
|
|
1445
|
+
}
|
|
1446
|
+
.icon-phone_paused:before {
|
|
1447
|
+
content: "\e620";
|
|
1448
|
+
}
|
|
1449
|
+
.icon-phonelink_off:before {
|
|
1450
|
+
content: "\e327";
|
|
1451
|
+
}
|
|
1452
|
+
.icon-photo_size_select_actual:before {
|
|
1453
|
+
content: "\e432";
|
|
1454
|
+
}
|
|
1455
|
+
.icon-picture_in_picture:before {
|
|
1456
|
+
content: "\e8aa";
|
|
1457
|
+
}
|
|
1458
|
+
.icon-picture_in_picture_alt:before {
|
|
1459
|
+
content: "\e9bc";
|
|
1460
|
+
}
|
|
1461
|
+
.icon-pie_chart:before {
|
|
1462
|
+
content: "\e6c4";
|
|
1463
|
+
}
|
|
1464
|
+
.icon-pie_chart_outlined:before {
|
|
1465
|
+
content: "\e6c5";
|
|
1466
|
+
}
|
|
1467
|
+
.icon-pin_drop:before {
|
|
1468
|
+
content: "\e55e";
|
|
1469
|
+
}
|
|
1470
|
+
.icon-play_arrow:before {
|
|
1471
|
+
content: "\e037";
|
|
1472
|
+
}
|
|
1473
|
+
.icon-play_circle_filled:before {
|
|
1474
|
+
content: "\e038";
|
|
1475
|
+
}
|
|
1476
|
+
.icon-play_circle_outline:before {
|
|
1477
|
+
content: "\e039";
|
|
1478
|
+
}
|
|
1479
|
+
.icon-playlist_add:before {
|
|
1480
|
+
content: "\e03b";
|
|
1481
|
+
}
|
|
1482
|
+
.icon-playlist_add_check:before {
|
|
1483
|
+
content: "\e065";
|
|
1484
|
+
}
|
|
1485
|
+
.icon-playlist_play:before {
|
|
1486
|
+
content: "\e05f";
|
|
1487
|
+
}
|
|
1488
|
+
.icon-portable_wifi_off:before {
|
|
1489
|
+
content: "\e0ce";
|
|
1490
|
+
}
|
|
1491
|
+
.icon-portrait:before {
|
|
1492
|
+
content: "\e416";
|
|
1493
|
+
}
|
|
1494
|
+
.icon-power:before {
|
|
1495
|
+
content: "\e63c";
|
|
1496
|
+
}
|
|
1497
|
+
.icon-power_input:before {
|
|
1498
|
+
content: "\e336";
|
|
1499
|
+
}
|
|
1500
|
+
.icon-power_settings_new:before {
|
|
1501
|
+
content: "\e8ac";
|
|
1502
|
+
}
|
|
1503
|
+
.icon-priority_high:before {
|
|
1504
|
+
content: "\e645";
|
|
1505
|
+
}
|
|
1506
|
+
.icon-public:before {
|
|
1507
|
+
content: "\e80b";
|
|
1508
|
+
}
|
|
1509
|
+
.icon-publish:before {
|
|
1510
|
+
content: "\e255";
|
|
1511
|
+
}
|
|
1512
|
+
.icon-queue_music:before {
|
|
1513
|
+
content: "\e03d";
|
|
1514
|
+
}
|
|
1515
|
+
.icon-radio_button_checked:before {
|
|
1516
|
+
content: "\e837";
|
|
1517
|
+
}
|
|
1518
|
+
.icon-rate_review:before {
|
|
1519
|
+
content: "\e560";
|
|
1520
|
+
}
|
|
1521
|
+
.icon-receipt:before {
|
|
1522
|
+
content: "\e8b0";
|
|
1523
|
+
}
|
|
1524
|
+
.icon-recent_actors:before {
|
|
1525
|
+
content: "\e03f";
|
|
1526
|
+
}
|
|
1527
|
+
.icon-record_voice_over:before {
|
|
1528
|
+
content: "\e9bd";
|
|
1529
|
+
}
|
|
1530
|
+
.icon-redo:before {
|
|
1531
|
+
content: "\e15a";
|
|
1532
|
+
}
|
|
1533
|
+
.icon-refresh:before {
|
|
1534
|
+
content: "\e5d5";
|
|
1535
|
+
}
|
|
1536
|
+
.icon-remove:before {
|
|
1537
|
+
content: "\e15b";
|
|
1538
|
+
}
|
|
1539
|
+
.icon-remove_circle_outline:before {
|
|
1540
|
+
content: "\e15d";
|
|
1541
|
+
}
|
|
1542
|
+
.icon-visibility:before {
|
|
1543
|
+
content: "\e8f4";
|
|
1544
|
+
}
|
|
1545
|
+
.icon-reorder:before {
|
|
1546
|
+
content: "\e8fe";
|
|
1547
|
+
}
|
|
1548
|
+
.icon-repeat:before {
|
|
1549
|
+
content: "\e040";
|
|
1550
|
+
}
|
|
1551
|
+
.icon-repeat_one:before {
|
|
1552
|
+
content: "\e041";
|
|
1553
|
+
}
|
|
1554
|
+
.icon-replay:before {
|
|
1555
|
+
content: "\e042";
|
|
1556
|
+
}
|
|
1557
|
+
.icon-reply_all:before {
|
|
1558
|
+
content: "\e15f";
|
|
1559
|
+
}
|
|
1560
|
+
.icon-report:before {
|
|
1561
|
+
content: "\e160";
|
|
1562
|
+
}
|
|
1563
|
+
.icon-warning1:before {
|
|
1564
|
+
content: "\e002";
|
|
1565
|
+
}
|
|
1566
|
+
.icon-ring_volume:before {
|
|
1567
|
+
content: "\e0d1";
|
|
1568
|
+
}
|
|
1569
|
+
.icon-rotate_90_degrees_ccw:before {
|
|
1570
|
+
content: "\e418";
|
|
1571
|
+
}
|
|
1572
|
+
.icon-rotate_left:before {
|
|
1573
|
+
content: "\e419";
|
|
1574
|
+
}
|
|
1575
|
+
.icon-rotate_right:before {
|
|
1576
|
+
content: "\e41a";
|
|
1577
|
+
}
|
|
1578
|
+
.icon-router:before {
|
|
1579
|
+
content: "\e328";
|
|
1580
|
+
}
|
|
1581
|
+
.icon-rss_feed:before {
|
|
1582
|
+
content: "\e0e5";
|
|
1583
|
+
}
|
|
1584
|
+
.icon-save1:before {
|
|
1585
|
+
content: "\e161";
|
|
1586
|
+
}
|
|
1587
|
+
.icon-school:before {
|
|
1588
|
+
content: "\e80c";
|
|
1589
|
+
}
|
|
1590
|
+
.icon-screen_rotation:before {
|
|
1591
|
+
content: "\e1c1";
|
|
1592
|
+
}
|
|
1593
|
+
.icon-search:before {
|
|
1594
|
+
content: "\e8b6";
|
|
1595
|
+
}
|
|
1596
|
+
.icon-send:before {
|
|
1597
|
+
content: "\e163";
|
|
1598
|
+
}
|
|
1599
|
+
.icon-sentiment_neutral:before {
|
|
1600
|
+
content: "\e812";
|
|
1601
|
+
}
|
|
1602
|
+
.icon-sentiment_satisfied:before {
|
|
1603
|
+
content: "\e813";
|
|
1604
|
+
}
|
|
1605
|
+
.icon-sentiment_very_satisfied:before {
|
|
1606
|
+
content: "\e815";
|
|
1607
|
+
}
|
|
1608
|
+
.icon-settings:before {
|
|
1609
|
+
content: "\e8b8";
|
|
1610
|
+
}
|
|
1611
|
+
.icon-settings_backup_restore:before {
|
|
1612
|
+
content: "\e8ba";
|
|
1613
|
+
}
|
|
1614
|
+
.icon-settings_bluetooth:before {
|
|
1615
|
+
content: "\e8bb";
|
|
1616
|
+
}
|
|
1617
|
+
.icon-settings_ethernet:before {
|
|
1618
|
+
content: "\e8be";
|
|
1619
|
+
}
|
|
1620
|
+
.icon-settings_input_svideo:before {
|
|
1621
|
+
content: "\e8c3";
|
|
1622
|
+
}
|
|
1623
|
+
.icon-shopping_basket:before {
|
|
1624
|
+
content: "\e8cb";
|
|
1625
|
+
}
|
|
1626
|
+
.icon-short_text:before {
|
|
1627
|
+
content: "\e261";
|
|
1628
|
+
}
|
|
1629
|
+
.icon-show_chart:before {
|
|
1630
|
+
content: "\e6e1";
|
|
1631
|
+
}
|
|
1632
|
+
.icon-shuffle:before {
|
|
1633
|
+
content: "\e043";
|
|
1634
|
+
}
|
|
1635
|
+
.icon-signal_cellular_4_bar:before {
|
|
1636
|
+
content: "\e1c8";
|
|
1637
|
+
}
|
|
1638
|
+
.icon-signal_cellular_connected_no_internet_4_bar:before {
|
|
1639
|
+
content: "\e1cd";
|
|
1640
|
+
}
|
|
1641
|
+
.icon-signal_cellular_null:before {
|
|
1642
|
+
content: "\e1cf";
|
|
1643
|
+
}
|
|
1644
|
+
.icon-signal_cellular_off:before {
|
|
1645
|
+
content: "\e1d0";
|
|
1646
|
+
}
|
|
1647
|
+
.icon-signal_wifi_4_bar:before {
|
|
1648
|
+
content: "\e1d8";
|
|
1649
|
+
}
|
|
1650
|
+
.icon-skip_next:before {
|
|
1651
|
+
content: "\e044";
|
|
1652
|
+
}
|
|
1653
|
+
.icon-skip_previous:before {
|
|
1654
|
+
content: "\e045";
|
|
1655
|
+
}
|
|
1656
|
+
.icon-slideshow:before {
|
|
1657
|
+
content: "\e41b";
|
|
1658
|
+
}
|
|
1659
|
+
.icon-slow_motion_video:before {
|
|
1660
|
+
content: "\e068";
|
|
1661
|
+
}
|
|
1662
|
+
.icon-sort:before {
|
|
1663
|
+
content: "\e164";
|
|
1664
|
+
}
|
|
1665
|
+
.icon-sort_by_alpha:before {
|
|
1666
|
+
content: "\e053";
|
|
1667
|
+
}
|
|
1668
|
+
.icon-space_bar:before {
|
|
1669
|
+
content: "\e256";
|
|
1670
|
+
}
|
|
1671
|
+
.icon-spellcheck:before {
|
|
1672
|
+
content: "\e8ce";
|
|
1673
|
+
}
|
|
1674
|
+
.icon-star_border:before {
|
|
1675
|
+
content: "\e83a";
|
|
1676
|
+
}
|
|
1677
|
+
.icon-star_half:before {
|
|
1678
|
+
content: "\e839";
|
|
1679
|
+
}
|
|
1680
|
+
.icon-stars:before {
|
|
1681
|
+
content: "\e8d0";
|
|
1682
|
+
}
|
|
1683
|
+
.icon-stop:before {
|
|
1684
|
+
content: "\e047";
|
|
1685
|
+
}
|
|
1686
|
+
.icon-store_mall_directory:before {
|
|
1687
|
+
content: "\e563";
|
|
1688
|
+
}
|
|
1689
|
+
.icon-style:before {
|
|
1690
|
+
content: "\e41d";
|
|
1691
|
+
}
|
|
1692
|
+
.icon-subdirectory_arrow_left:before {
|
|
1693
|
+
content: "\e5d9";
|
|
1694
|
+
}
|
|
1695
|
+
.icon-subdirectory_arrow_right:before {
|
|
1696
|
+
content: "\e5da";
|
|
1697
|
+
}
|
|
1698
|
+
.icon-subject:before {
|
|
1699
|
+
content: "\e8d2";
|
|
1700
|
+
}
|
|
1701
|
+
.icon-swap_calls:before {
|
|
1702
|
+
content: "\e0d7";
|
|
1703
|
+
}
|
|
1704
|
+
.icon-swap_horiz:before {
|
|
1705
|
+
content: "\e8d4";
|
|
1706
|
+
}
|
|
1707
|
+
.icon-swap_vert:before {
|
|
1708
|
+
content: "\e8d5";
|
|
1709
|
+
}
|
|
1710
|
+
.icon-swap_vertical_circle:before {
|
|
1711
|
+
content: "\e8d6";
|
|
1712
|
+
}
|
|
1713
|
+
.icon-sync_problem:before {
|
|
1714
|
+
content: "\e629";
|
|
1715
|
+
}
|
|
1716
|
+
.icon-text_fields:before {
|
|
1717
|
+
content: "\e262";
|
|
1718
|
+
}
|
|
1719
|
+
.icon-text_format:before {
|
|
1720
|
+
content: "\e165";
|
|
1721
|
+
}
|
|
1722
|
+
.icon-texture:before {
|
|
1723
|
+
content: "\e421";
|
|
1724
|
+
}
|
|
1725
|
+
.icon-thumb_down:before {
|
|
1726
|
+
content: "\e8db";
|
|
1727
|
+
}
|
|
1728
|
+
.icon-thumb_up:before {
|
|
1729
|
+
content: "\e8dc";
|
|
1730
|
+
}
|
|
1731
|
+
.icon-thumbs_up_down:before {
|
|
1732
|
+
content: "\e8dd";
|
|
1733
|
+
}
|
|
1734
|
+
.icon-timelapse:before {
|
|
1735
|
+
content: "\e422";
|
|
1736
|
+
}
|
|
1737
|
+
.icon-timeline:before {
|
|
1738
|
+
content: "\e9be";
|
|
1739
|
+
}
|
|
1740
|
+
.icon-timer:before {
|
|
1741
|
+
content: "\e425";
|
|
1742
|
+
}
|
|
1743
|
+
.icon-title:before {
|
|
1744
|
+
content: "\e264";
|
|
1745
|
+
}
|
|
1746
|
+
.icon-toc:before {
|
|
1747
|
+
content: "\e8de";
|
|
1748
|
+
}
|
|
1749
|
+
.icon-today:before {
|
|
1750
|
+
content: "\e8df";
|
|
1751
|
+
}
|
|
1752
|
+
.icon-toll:before {
|
|
1753
|
+
content: "\e8e0";
|
|
1754
|
+
}
|
|
1755
|
+
.icon-tonality:before {
|
|
1756
|
+
content: "\e427";
|
|
1757
|
+
}
|
|
1758
|
+
.icon-touch_app:before {
|
|
1759
|
+
content: "\e9bf";
|
|
1760
|
+
}
|
|
1761
|
+
.icon-toys:before {
|
|
1762
|
+
content: "\e332";
|
|
1763
|
+
}
|
|
1764
|
+
.icon-trending_down:before {
|
|
1765
|
+
content: "\e8e3";
|
|
1766
|
+
}
|
|
1767
|
+
.icon-trending_flat:before {
|
|
1768
|
+
content: "\e8e4";
|
|
1769
|
+
}
|
|
1770
|
+
.icon-trending_up:before {
|
|
1771
|
+
content: "\e8e5";
|
|
1772
|
+
}
|
|
1773
|
+
.icon-undo:before {
|
|
1774
|
+
content: "\e166";
|
|
1775
|
+
}
|
|
1776
|
+
.icon-unfold_less:before {
|
|
1777
|
+
content: "\e5d6";
|
|
1778
|
+
}
|
|
1779
|
+
.icon-unfold_more:before {
|
|
1780
|
+
content: "\e5d7";
|
|
1781
|
+
}
|
|
1782
|
+
.icon-verified_user:before {
|
|
1783
|
+
content: "\e8e8";
|
|
1784
|
+
}
|
|
1785
|
+
.icon-vertical_align_bottom:before {
|
|
1786
|
+
content: "\e258";
|
|
1787
|
+
}
|
|
1788
|
+
.icon-vertical_align_center:before {
|
|
1789
|
+
content: "\e259";
|
|
1790
|
+
}
|
|
1791
|
+
.icon-vertical_align_top:before {
|
|
1792
|
+
content: "\e25a";
|
|
1793
|
+
}
|
|
1794
|
+
.icon-vibration:before {
|
|
1795
|
+
content: "\e62d";
|
|
1796
|
+
}
|
|
1797
|
+
.icon-video_call:before {
|
|
1798
|
+
content: "\e070";
|
|
1799
|
+
}
|
|
1800
|
+
.icon-videocam:before {
|
|
1801
|
+
content: "\e04b";
|
|
1802
|
+
}
|
|
1803
|
+
.icon-view_array:before {
|
|
1804
|
+
content: "\e8ea";
|
|
1805
|
+
}
|
|
1806
|
+
.icon-view_carousel:before {
|
|
1807
|
+
content: "\e8eb";
|
|
1808
|
+
}
|
|
1809
|
+
.icon-view_column:before {
|
|
1810
|
+
content: "\e8ec";
|
|
1811
|
+
}
|
|
1812
|
+
.icon-view_comfy:before {
|
|
1813
|
+
content: "\e42a";
|
|
1814
|
+
}
|
|
1815
|
+
.icon-view_compact:before {
|
|
1816
|
+
content: "\e42b";
|
|
1817
|
+
}
|
|
1818
|
+
.icon-view_day:before {
|
|
1819
|
+
content: "\e8ed";
|
|
1820
|
+
}
|
|
1821
|
+
.icon-view_headline:before {
|
|
1822
|
+
content: "\e8ee";
|
|
1823
|
+
}
|
|
1824
|
+
.icon-view_module:before {
|
|
1825
|
+
content: "\e8f0";
|
|
1826
|
+
}
|
|
1827
|
+
.icon-view_quilt:before {
|
|
1828
|
+
content: "\e8f1";
|
|
1829
|
+
}
|
|
1830
|
+
.icon-view_stream:before {
|
|
1831
|
+
content: "\e8f2";
|
|
1832
|
+
}
|
|
1833
|
+
.icon-view_week:before {
|
|
1834
|
+
content: "\e8f3";
|
|
1835
|
+
}
|
|
1836
|
+
.icon-visibility_off:before {
|
|
1837
|
+
content: "\e8f5";
|
|
1838
|
+
}
|
|
1839
|
+
.icon-volume_down:before {
|
|
1840
|
+
content: "\e04d";
|
|
1841
|
+
}
|
|
1842
|
+
.icon-volume_mute:before {
|
|
1843
|
+
content: "\e04e";
|
|
1844
|
+
}
|
|
1845
|
+
.icon-volume_off:before {
|
|
1846
|
+
content: "\e04f";
|
|
1847
|
+
}
|
|
1848
|
+
.icon-volume_up:before {
|
|
1849
|
+
content: "\e050";
|
|
1850
|
+
}
|
|
1851
|
+
.icon-vpn_key:before {
|
|
1852
|
+
content: "\e0da";
|
|
1853
|
+
}
|
|
1854
|
+
.icon-vpn_lock:before {
|
|
1855
|
+
content: "\e62f";
|
|
1856
|
+
}
|
|
1857
|
+
.icon-watch:before {
|
|
1858
|
+
content: "\e334";
|
|
1859
|
+
}
|
|
1860
|
+
.icon-watch_later:before {
|
|
1861
|
+
content: "\e9c0";
|
|
1862
|
+
}
|
|
1863
|
+
.icon-wb_incandescent:before {
|
|
1864
|
+
content: "\e42e";
|
|
1865
|
+
}
|
|
1866
|
+
.icon-wb_iridescent:before {
|
|
1867
|
+
content: "\e436";
|
|
1868
|
+
}
|
|
1869
|
+
.icon-wb_sunny:before {
|
|
1870
|
+
content: "\e430";
|
|
1871
|
+
}
|
|
1872
|
+
.icon-wc:before {
|
|
1873
|
+
content: "\e63d";
|
|
1874
|
+
}
|
|
1875
|
+
.icon-wifi:before {
|
|
1876
|
+
content: "\e63e";
|
|
1877
|
+
}
|
|
1878
|
+
.icon-zoom_out_map:before {
|
|
1879
|
+
content: "\e56b";
|
|
1880
|
+
}
|
|
1881
|
+
.icon-activity:before {
|
|
1882
|
+
content: "\e9c1";
|
|
1883
|
+
}
|
|
1884
|
+
.icon-airplay:before {
|
|
1885
|
+
content: "\e9c2";
|
|
1886
|
+
}
|
|
1887
|
+
.icon-alert-circle:before {
|
|
1888
|
+
content: "\e9c3";
|
|
1889
|
+
}
|
|
1890
|
+
.icon-alert-octagon:before {
|
|
1891
|
+
content: "\e9c4";
|
|
1892
|
+
}
|
|
1893
|
+
.icon-alert-triangle:before {
|
|
1894
|
+
content: "\e9c5";
|
|
1895
|
+
}
|
|
1896
|
+
.icon-align-center:before {
|
|
1897
|
+
content: "\e9c6";
|
|
1898
|
+
}
|
|
1899
|
+
.icon-align-justify:before {
|
|
1900
|
+
content: "\e9c7";
|
|
1901
|
+
}
|
|
1902
|
+
.icon-align-left1:before {
|
|
1903
|
+
content: "\e9c8";
|
|
1904
|
+
}
|
|
1905
|
+
.icon-align-right1:before {
|
|
1906
|
+
content: "\e9c9";
|
|
1907
|
+
}
|
|
1908
|
+
.icon-anchor:before {
|
|
1909
|
+
content: "\e9ca";
|
|
1910
|
+
}
|
|
1911
|
+
.icon-aperture:before {
|
|
1912
|
+
content: "\e9cb";
|
|
1913
|
+
}
|
|
1914
|
+
.icon-archive1:before {
|
|
1915
|
+
content: "\e9cc";
|
|
1916
|
+
}
|
|
1917
|
+
.icon-arrow-down:before {
|
|
1918
|
+
content: "\e9cd";
|
|
1919
|
+
}
|
|
1920
|
+
.icon-arrow-down-circle:before {
|
|
1921
|
+
content: "\e9ce";
|
|
1922
|
+
}
|
|
1923
|
+
.icon-arrow-down-left:before {
|
|
1924
|
+
content: "\e9cf";
|
|
1925
|
+
}
|
|
1926
|
+
.icon-arrow-down-right:before {
|
|
1927
|
+
content: "\e9d0";
|
|
1928
|
+
}
|
|
1929
|
+
.icon-arrow-left:before {
|
|
1930
|
+
content: "\e9d1";
|
|
1931
|
+
}
|
|
1932
|
+
.icon-arrow-left-circle:before {
|
|
1933
|
+
content: "\e9d2";
|
|
1934
|
+
}
|
|
1935
|
+
.icon-arrow-right:before {
|
|
1936
|
+
content: "\e9d3";
|
|
1937
|
+
}
|
|
1938
|
+
.icon-arrow-right-circle:before {
|
|
1939
|
+
content: "\e9d4";
|
|
1940
|
+
}
|
|
1941
|
+
.icon-arrow-up:before {
|
|
1942
|
+
content: "\e9d5";
|
|
1943
|
+
}
|
|
1944
|
+
.icon-arrow-up-circle:before {
|
|
1945
|
+
content: "\e9d6";
|
|
1946
|
+
}
|
|
1947
|
+
.icon-arrow-up-left:before {
|
|
1948
|
+
content: "\e9d7";
|
|
1949
|
+
}
|
|
1950
|
+
.icon-arrow-up-right:before {
|
|
1951
|
+
content: "\e9d8";
|
|
1952
|
+
}
|
|
1953
|
+
.icon-at-sign:before {
|
|
1954
|
+
content: "\e9d9";
|
|
1955
|
+
}
|
|
1956
|
+
.icon-award:before {
|
|
1957
|
+
content: "\e9da";
|
|
1958
|
+
}
|
|
1959
|
+
.icon-bar-chart:before {
|
|
1960
|
+
content: "\e9db";
|
|
1961
|
+
}
|
|
1962
|
+
.icon-bar-chart-2:before {
|
|
1963
|
+
content: "\e9dc";
|
|
1964
|
+
}
|
|
1965
|
+
.icon-battery:before {
|
|
1966
|
+
content: "\e9dd";
|
|
1967
|
+
}
|
|
1968
|
+
.icon-battery-charging:before {
|
|
1969
|
+
content: "\e9de";
|
|
1970
|
+
}
|
|
1971
|
+
.icon-bell:before {
|
|
1972
|
+
content: "\e9df";
|
|
1973
|
+
}
|
|
1974
|
+
.icon-bell-off:before {
|
|
1975
|
+
content: "\e9e0";
|
|
1976
|
+
}
|
|
1977
|
+
.icon-bluetooth1:before {
|
|
1978
|
+
content: "\e9e1";
|
|
1979
|
+
}
|
|
1980
|
+
.icon-bold:before {
|
|
1981
|
+
content: "\e9e2";
|
|
1982
|
+
}
|
|
1983
|
+
.icon-book:before {
|
|
1984
|
+
content: "\e9e3";
|
|
1985
|
+
}
|
|
1986
|
+
.icon-book-open:before {
|
|
1987
|
+
content: "\e9e4";
|
|
1988
|
+
}
|
|
1989
|
+
.icon-bookmark1:before {
|
|
1990
|
+
content: "\e9e5";
|
|
1991
|
+
}
|
|
1992
|
+
.icon-box:before {
|
|
1993
|
+
content: "\e9e6";
|
|
1994
|
+
}
|
|
1995
|
+
.icon-briefcase:before {
|
|
1996
|
+
content: "\e9e7";
|
|
1997
|
+
}
|
|
1998
|
+
.icon-calendar1:before {
|
|
1999
|
+
content: "\e9e8";
|
|
2000
|
+
}
|
|
2001
|
+
.icon-camera2:before {
|
|
2002
|
+
content: "\e9e9";
|
|
2003
|
+
}
|
|
2004
|
+
.icon-camera-off:before {
|
|
2005
|
+
content: "\e9ea";
|
|
2006
|
+
}
|
|
2007
|
+
.icon-cast:before {
|
|
2008
|
+
content: "\e9eb";
|
|
2009
|
+
}
|
|
2010
|
+
.icon-check2:before {
|
|
2011
|
+
content: "\e9ec";
|
|
2012
|
+
}
|
|
2013
|
+
.icon-check-circle:before {
|
|
2014
|
+
content: "\e9ed";
|
|
2015
|
+
}
|
|
2016
|
+
.icon-check-square:before {
|
|
2017
|
+
content: "\e9ee";
|
|
2018
|
+
}
|
|
2019
|
+
.icon-chevron-down1:before {
|
|
2020
|
+
content: "\e9ef";
|
|
2021
|
+
}
|
|
2022
|
+
.icon-chevron-left1:before {
|
|
2023
|
+
content: "\e9f0";
|
|
2024
|
+
}
|
|
2025
|
+
.icon-chevron-right1:before {
|
|
2026
|
+
content: "\e9f1";
|
|
2027
|
+
}
|
|
2028
|
+
.icon-chevron-up1:before {
|
|
2029
|
+
content: "\e9f2";
|
|
2030
|
+
}
|
|
2031
|
+
.icon-chevrons-down:before {
|
|
2032
|
+
content: "\e9f3";
|
|
2033
|
+
}
|
|
2034
|
+
.icon-chevrons-left:before {
|
|
2035
|
+
content: "\e9f4";
|
|
2036
|
+
}
|
|
2037
|
+
.icon-chevrons-right:before {
|
|
2038
|
+
content: "\e9f5";
|
|
2039
|
+
}
|
|
2040
|
+
.icon-chevrons-up:before {
|
|
2041
|
+
content: "\e9f6";
|
|
2042
|
+
}
|
|
2043
|
+
.icon-chrome:before {
|
|
2044
|
+
content: "\e9f7";
|
|
2045
|
+
}
|
|
2046
|
+
.icon-circle1:before {
|
|
2047
|
+
content: "\e9f8";
|
|
2048
|
+
}
|
|
2049
|
+
.icon-clipboard:before {
|
|
2050
|
+
content: "\e9f9";
|
|
2051
|
+
}
|
|
2052
|
+
.icon-clock1:before {
|
|
2053
|
+
content: "\e9fa";
|
|
2054
|
+
}
|
|
2055
|
+
.icon-cloud:before {
|
|
2056
|
+
content: "\e9fb";
|
|
2057
|
+
}
|
|
2058
|
+
.icon-cloud-drizzle:before {
|
|
2059
|
+
content: "\e9fc";
|
|
2060
|
+
}
|
|
2061
|
+
.icon-cloud-lightning:before {
|
|
2062
|
+
content: "\e9fd";
|
|
2063
|
+
}
|
|
2064
|
+
.icon-cloud-off:before {
|
|
2065
|
+
content: "\e9fe";
|
|
2066
|
+
}
|
|
2067
|
+
.icon-cloud-rain:before {
|
|
2068
|
+
content: "\e9ff";
|
|
2069
|
+
}
|
|
2070
|
+
.icon-cloud-snow:before {
|
|
2071
|
+
content: "\ea00";
|
|
2072
|
+
}
|
|
2073
|
+
.icon-code2:before {
|
|
2074
|
+
content: "\ea01";
|
|
2075
|
+
}
|
|
2076
|
+
.icon-codepen:before {
|
|
2077
|
+
content: "\ea02";
|
|
2078
|
+
}
|
|
2079
|
+
.icon-command:before {
|
|
2080
|
+
content: "\ea03";
|
|
2081
|
+
}
|
|
2082
|
+
.icon-compass:before {
|
|
2083
|
+
content: "\ea04";
|
|
2084
|
+
}
|
|
2085
|
+
.icon-copy:before {
|
|
2086
|
+
content: "\ea05";
|
|
2087
|
+
}
|
|
2088
|
+
.icon-corner-down-left:before {
|
|
2089
|
+
content: "\ea06";
|
|
2090
|
+
}
|
|
2091
|
+
.icon-corner-down-right:before {
|
|
2092
|
+
content: "\ea07";
|
|
2093
|
+
}
|
|
2094
|
+
.icon-corner-left-down:before {
|
|
2095
|
+
content: "\ea08";
|
|
2096
|
+
}
|
|
2097
|
+
.icon-corner-left-up:before {
|
|
2098
|
+
content: "\ea09";
|
|
2099
|
+
}
|
|
2100
|
+
.icon-corner-right-down:before {
|
|
2101
|
+
content: "\ea0a";
|
|
2102
|
+
}
|
|
2103
|
+
.icon-corner-right-up:before {
|
|
2104
|
+
content: "\ea0b";
|
|
2105
|
+
}
|
|
2106
|
+
.icon-corner-up-left:before {
|
|
2107
|
+
content: "\ea0c";
|
|
2108
|
+
}
|
|
2109
|
+
.icon-corner-up-right:before {
|
|
2110
|
+
content: "\ea0d";
|
|
2111
|
+
}
|
|
2112
|
+
.icon-cpu:before {
|
|
2113
|
+
content: "\ea0e";
|
|
2114
|
+
}
|
|
2115
|
+
.icon-credit-card:before {
|
|
2116
|
+
content: "\ea0f";
|
|
2117
|
+
}
|
|
2118
|
+
.icon-crop1:before {
|
|
2119
|
+
content: "\ea10";
|
|
2120
|
+
}
|
|
2121
|
+
.icon-crosshair:before {
|
|
2122
|
+
content: "\ea11";
|
|
2123
|
+
}
|
|
2124
|
+
.icon-database:before {
|
|
2125
|
+
content: "\ea12";
|
|
2126
|
+
}
|
|
2127
|
+
.icon-delete1:before {
|
|
2128
|
+
content: "\ea13";
|
|
2129
|
+
}
|
|
2130
|
+
.icon-disc:before {
|
|
2131
|
+
content: "\ea14";
|
|
2132
|
+
}
|
|
2133
|
+
.icon-dollar-sign:before {
|
|
2134
|
+
content: "\ea15";
|
|
2135
|
+
}
|
|
2136
|
+
.icon-download1:before {
|
|
2137
|
+
content: "\ea16";
|
|
2138
|
+
}
|
|
2139
|
+
.icon-download-cloud:before {
|
|
2140
|
+
content: "\ea17";
|
|
2141
|
+
}
|
|
2142
|
+
.icon-droplet:before {
|
|
2143
|
+
content: "\ea18";
|
|
2144
|
+
}
|
|
2145
|
+
.icon-edit1:before {
|
|
2146
|
+
content: "\ea19";
|
|
2147
|
+
}
|
|
2148
|
+
.icon-edit-2:before {
|
|
2149
|
+
content: "\ea1a";
|
|
2150
|
+
}
|
|
2151
|
+
.icon-edit-3:before {
|
|
2152
|
+
content: "\ea1b";
|
|
2153
|
+
}
|
|
2154
|
+
.icon-external-link:before {
|
|
2155
|
+
content: "\ea1c";
|
|
2156
|
+
}
|
|
2157
|
+
.icon-eye1:before {
|
|
2158
|
+
content: "\ea1d";
|
|
2159
|
+
}
|
|
2160
|
+
.icon-eye-off:before {
|
|
2161
|
+
content: "\ea1e";
|
|
2162
|
+
}
|
|
2163
|
+
.icon-facebook1:before {
|
|
2164
|
+
content: "\ea1f";
|
|
2165
|
+
}
|
|
2166
|
+
.icon-fast-forward:before {
|
|
2167
|
+
content: "\ea20";
|
|
2168
|
+
}
|
|
2169
|
+
.icon-feather:before {
|
|
2170
|
+
content: "\ea21";
|
|
2171
|
+
}
|
|
2172
|
+
.icon-file:before {
|
|
2173
|
+
content: "\ea22";
|
|
2174
|
+
}
|
|
2175
|
+
.icon-file-minus:before {
|
|
2176
|
+
content: "\ea23";
|
|
2177
|
+
}
|
|
2178
|
+
.icon-file-plus:before {
|
|
2179
|
+
content: "\ea24";
|
|
2180
|
+
}
|
|
2181
|
+
.icon-file-text:before {
|
|
2182
|
+
content: "\ea25";
|
|
2183
|
+
}
|
|
2184
|
+
.icon-film:before {
|
|
2185
|
+
content: "\ea26";
|
|
2186
|
+
}
|
|
2187
|
+
.icon-filter:before {
|
|
2188
|
+
content: "\ea27";
|
|
2189
|
+
}
|
|
2190
|
+
.icon-flag2:before {
|
|
2191
|
+
content: "\ea28";
|
|
2192
|
+
}
|
|
2193
|
+
.icon-folder2:before {
|
|
2194
|
+
content: "\ea29";
|
|
2195
|
+
}
|
|
2196
|
+
.icon-folder-minus:before {
|
|
2197
|
+
content: "\ea2a";
|
|
2198
|
+
}
|
|
2199
|
+
.icon-folder-plus:before {
|
|
2200
|
+
content: "\ea2b";
|
|
2201
|
+
}
|
|
2202
|
+
.icon-gift:before {
|
|
2203
|
+
content: "\ea2c";
|
|
2204
|
+
}
|
|
2205
|
+
.icon-git-branch:before {
|
|
2206
|
+
content: "\ea2d";
|
|
2207
|
+
}
|
|
2208
|
+
.icon-git-commit:before {
|
|
2209
|
+
content: "\ea2e";
|
|
2210
|
+
}
|
|
2211
|
+
.icon-git-merge:before {
|
|
2212
|
+
content: "\ea2f";
|
|
2213
|
+
}
|
|
2214
|
+
.icon-git-pull-request:before {
|
|
2215
|
+
content: "\ea30";
|
|
2216
|
+
}
|
|
2217
|
+
.icon-github:before {
|
|
2218
|
+
content: "\ea31";
|
|
2219
|
+
}
|
|
2220
|
+
.icon-gitlab:before {
|
|
2221
|
+
content: "\ea32";
|
|
2222
|
+
}
|
|
2223
|
+
.icon-globe1:before {
|
|
2224
|
+
content: "\ea33";
|
|
2225
|
+
}
|
|
2226
|
+
.icon-grid:before {
|
|
2227
|
+
content: "\ea34";
|
|
2228
|
+
}
|
|
2229
|
+
.icon-hard-drive:before {
|
|
2230
|
+
content: "\ea35";
|
|
2231
|
+
}
|
|
2232
|
+
.icon-hash:before {
|
|
2233
|
+
content: "\ea36";
|
|
2234
|
+
}
|
|
2235
|
+
.icon-headphones:before {
|
|
2236
|
+
content: "\ea37";
|
|
2237
|
+
}
|
|
2238
|
+
.icon-heart:before {
|
|
2239
|
+
content: "\ea38";
|
|
2240
|
+
}
|
|
2241
|
+
.icon-help-circle:before {
|
|
2242
|
+
content: "\ea39";
|
|
2243
|
+
}
|
|
2244
|
+
.icon-home2:before {
|
|
2245
|
+
content: "\ea3a";
|
|
2246
|
+
}
|
|
2247
|
+
.icon-image:before {
|
|
2248
|
+
content: "\ea3b";
|
|
2249
|
+
}
|
|
2250
|
+
.icon-inbox:before {
|
|
2251
|
+
content: "\ea3c";
|
|
2252
|
+
}
|
|
2253
|
+
.icon-info2:before {
|
|
2254
|
+
content: "\ea3d";
|
|
2255
|
+
}
|
|
2256
|
+
.icon-instagram:before {
|
|
2257
|
+
content: "\ea3e";
|
|
2258
|
+
}
|
|
2259
|
+
.icon-italic:before {
|
|
2260
|
+
content: "\ea3f";
|
|
2261
|
+
}
|
|
2262
|
+
.icon-layers2:before {
|
|
2263
|
+
content: "\ea40";
|
|
2264
|
+
}
|
|
2265
|
+
.icon-layout:before {
|
|
2266
|
+
content: "\ea41";
|
|
2267
|
+
}
|
|
2268
|
+
.icon-life-buoy:before {
|
|
2269
|
+
content: "\ea42";
|
|
2270
|
+
}
|
|
2271
|
+
.icon-link2:before {
|
|
2272
|
+
content: "\ea43";
|
|
2273
|
+
}
|
|
2274
|
+
.icon-link-2:before {
|
|
2275
|
+
content: "\ea44";
|
|
2276
|
+
}
|
|
2277
|
+
.icon-linkedin1:before {
|
|
2278
|
+
content: "\ea45";
|
|
2279
|
+
}
|
|
2280
|
+
.icon-list2:before {
|
|
2281
|
+
content: "\ea46";
|
|
2282
|
+
}
|
|
2283
|
+
.icon-loader:before {
|
|
2284
|
+
content: "\ea47";
|
|
2285
|
+
}
|
|
2286
|
+
.icon-lock2:before {
|
|
2287
|
+
content: "\ea48";
|
|
2288
|
+
}
|
|
2289
|
+
.icon-log-in:before {
|
|
2290
|
+
content: "\ea49";
|
|
2291
|
+
}
|
|
2292
|
+
.icon-log-out1:before {
|
|
2293
|
+
content: "\ea4a";
|
|
2294
|
+
}
|
|
2295
|
+
.icon-mail:before {
|
|
2296
|
+
content: "\ea4b";
|
|
2297
|
+
}
|
|
2298
|
+
.icon-map2:before {
|
|
2299
|
+
content: "\ea4c";
|
|
2300
|
+
}
|
|
2301
|
+
.icon-map-pin:before {
|
|
2302
|
+
content: "\ea4d";
|
|
2303
|
+
}
|
|
2304
|
+
.icon-maximize:before {
|
|
2305
|
+
content: "\ea4e";
|
|
2306
|
+
}
|
|
2307
|
+
.icon-maximize-2:before {
|
|
2308
|
+
content: "\ea4f";
|
|
2309
|
+
}
|
|
2310
|
+
.icon-menu1:before {
|
|
2311
|
+
content: "\ea50";
|
|
2312
|
+
}
|
|
2313
|
+
.icon-message-circle:before {
|
|
2314
|
+
content: "\ea51";
|
|
2315
|
+
}
|
|
2316
|
+
.icon-message-square:before {
|
|
2317
|
+
content: "\ea52";
|
|
2318
|
+
}
|
|
2319
|
+
.icon-mic1:before {
|
|
2320
|
+
content: "\ea53";
|
|
2321
|
+
}
|
|
2322
|
+
.icon-mic-off:before {
|
|
2323
|
+
content: "\ea54";
|
|
2324
|
+
}
|
|
2325
|
+
.icon-minimize:before {
|
|
2326
|
+
content: "\ea55";
|
|
2327
|
+
}
|
|
2328
|
+
.icon-minimize-2:before {
|
|
2329
|
+
content: "\ea56";
|
|
2330
|
+
}
|
|
2331
|
+
.icon-minus1:before {
|
|
2332
|
+
content: "\ea57";
|
|
2333
|
+
}
|
|
2334
|
+
.icon-minus-circle:before {
|
|
2335
|
+
content: "\ea58";
|
|
2336
|
+
}
|
|
2337
|
+
.icon-minus-square:before {
|
|
2338
|
+
content: "\ea59";
|
|
2339
|
+
}
|
|
2340
|
+
.icon-monitor:before {
|
|
2341
|
+
content: "\ea5a";
|
|
2342
|
+
}
|
|
2343
|
+
.icon-moon:before {
|
|
2344
|
+
content: "\ea5b";
|
|
2345
|
+
}
|
|
2346
|
+
.icon-more-horizontal:before {
|
|
2347
|
+
content: "\ea5c";
|
|
2348
|
+
}
|
|
2349
|
+
.icon-more-vertical:before {
|
|
2350
|
+
content: "\ea5d";
|
|
2351
|
+
}
|
|
2352
|
+
.icon-move:before {
|
|
2353
|
+
content: "\ea5e";
|
|
2354
|
+
}
|
|
2355
|
+
.icon-music:before {
|
|
2356
|
+
content: "\ea5f";
|
|
2357
|
+
}
|
|
2358
|
+
.icon-navigation1:before {
|
|
2359
|
+
content: "\ea60";
|
|
2360
|
+
}
|
|
2361
|
+
.icon-navigation-2:before {
|
|
2362
|
+
content: "\ea61";
|
|
2363
|
+
}
|
|
2364
|
+
.icon-octagon:before {
|
|
2365
|
+
content: "\ea62";
|
|
2366
|
+
}
|
|
2367
|
+
.icon-package:before {
|
|
2368
|
+
content: "\ea63";
|
|
2369
|
+
}
|
|
2370
|
+
.icon-paperclip:before {
|
|
2371
|
+
content: "\ea64";
|
|
2372
|
+
}
|
|
2373
|
+
.icon-pause1:before {
|
|
2374
|
+
content: "\ea65";
|
|
2375
|
+
}
|
|
2376
|
+
.icon-pause-circle:before {
|
|
2377
|
+
content: "\ea66";
|
|
2378
|
+
}
|
|
2379
|
+
.icon-percent:before {
|
|
2380
|
+
content: "\ea67";
|
|
2381
|
+
}
|
|
2382
|
+
.icon-phone1:before {
|
|
2383
|
+
content: "\ea68";
|
|
2384
|
+
}
|
|
2385
|
+
.icon-phone-call:before {
|
|
2386
|
+
content: "\ea69";
|
|
2387
|
+
}
|
|
2388
|
+
.icon-phone-forwarded:before {
|
|
2389
|
+
content: "\ea6a";
|
|
2390
|
+
}
|
|
2391
|
+
.icon-phone-incoming:before {
|
|
2392
|
+
content: "\ea6b";
|
|
2393
|
+
}
|
|
2394
|
+
.icon-phone-missed:before {
|
|
2395
|
+
content: "\ea6c";
|
|
2396
|
+
}
|
|
2397
|
+
.icon-phone-off:before {
|
|
2398
|
+
content: "\ea6d";
|
|
2399
|
+
}
|
|
2400
|
+
.icon-phone-outgoing:before {
|
|
2401
|
+
content: "\ea6e";
|
|
2402
|
+
}
|
|
2403
|
+
.icon-pie-chart1:before {
|
|
2404
|
+
content: "\ea6f";
|
|
2405
|
+
}
|
|
2406
|
+
.icon-play:before {
|
|
2407
|
+
content: "\ea70";
|
|
2408
|
+
}
|
|
2409
|
+
.icon-play-circle:before {
|
|
2410
|
+
content: "\ea71";
|
|
2411
|
+
}
|
|
2412
|
+
.icon-plus1:before {
|
|
2413
|
+
content: "\ea72";
|
|
2414
|
+
}
|
|
2415
|
+
.icon-plus-circle:before {
|
|
2416
|
+
content: "\ea73";
|
|
2417
|
+
}
|
|
2418
|
+
.icon-plus-square:before {
|
|
2419
|
+
content: "\ea74";
|
|
2420
|
+
}
|
|
2421
|
+
.icon-pocket:before {
|
|
2422
|
+
content: "\ea75";
|
|
2423
|
+
}
|
|
2424
|
+
.icon-power1:before {
|
|
2425
|
+
content: "\ea76";
|
|
2426
|
+
}
|
|
2427
|
+
.icon-printer:before {
|
|
2428
|
+
content: "\ea77";
|
|
2429
|
+
}
|
|
2430
|
+
.icon-radio:before {
|
|
2431
|
+
content: "\ea78";
|
|
2432
|
+
}
|
|
2433
|
+
.icon-refresh-ccw:before {
|
|
2434
|
+
content: "\ea79";
|
|
2435
|
+
}
|
|
2436
|
+
.icon-refresh-cw:before {
|
|
2437
|
+
content: "\ea7a";
|
|
2438
|
+
}
|
|
2439
|
+
.icon-repeat1:before {
|
|
2440
|
+
content: "\ea7b";
|
|
2441
|
+
}
|
|
2442
|
+
.icon-rewind:before {
|
|
2443
|
+
content: "\ea7c";
|
|
2444
|
+
}
|
|
2445
|
+
.icon-rotate-ccw:before {
|
|
2446
|
+
content: "\ea7d";
|
|
2447
|
+
}
|
|
2448
|
+
.icon-rotate-cw:before {
|
|
2449
|
+
content: "\ea7e";
|
|
2450
|
+
}
|
|
2451
|
+
.icon-rss:before {
|
|
2452
|
+
content: "\ea7f";
|
|
2453
|
+
}
|
|
2454
|
+
.icon-save2:before {
|
|
2455
|
+
content: "\ea80";
|
|
2456
|
+
}
|
|
2457
|
+
.icon-scissors1:before {
|
|
2458
|
+
content: "\ea81";
|
|
2459
|
+
}
|
|
2460
|
+
.icon-search1:before {
|
|
2461
|
+
content: "\ea82";
|
|
2462
|
+
}
|
|
2463
|
+
.icon-send1:before {
|
|
2464
|
+
content: "\ea83";
|
|
2465
|
+
}
|
|
2466
|
+
.icon-server:before {
|
|
2467
|
+
content: "\ea84";
|
|
2468
|
+
}
|
|
2469
|
+
.icon-settings1:before {
|
|
2470
|
+
content: "\ea85";
|
|
2471
|
+
}
|
|
2472
|
+
.icon-share1:before {
|
|
2473
|
+
content: "\ea86";
|
|
2474
|
+
}
|
|
2475
|
+
.icon-share-2:before {
|
|
2476
|
+
content: "\ea87";
|
|
2477
|
+
}
|
|
2478
|
+
.icon-shield1:before {
|
|
2479
|
+
content: "\ea88";
|
|
2480
|
+
}
|
|
2481
|
+
.icon-shield-off:before {
|
|
2482
|
+
content: "\ea89";
|
|
2483
|
+
}
|
|
2484
|
+
.icon-shopping-bag1:before {
|
|
2485
|
+
content: "\ea8a";
|
|
2486
|
+
}
|
|
2487
|
+
.icon-shopping-cart1:before {
|
|
2488
|
+
content: "\ea8b";
|
|
2489
|
+
}
|
|
2490
|
+
.icon-shuffle1:before {
|
|
2491
|
+
content: "\ea8c";
|
|
2492
|
+
}
|
|
2493
|
+
.icon-sidebar:before {
|
|
2494
|
+
content: "\ea8d";
|
|
2495
|
+
}
|
|
2496
|
+
.icon-skip-back:before {
|
|
2497
|
+
content: "\ea8e";
|
|
2498
|
+
}
|
|
2499
|
+
.icon-skip-forward:before {
|
|
2500
|
+
content: "\ea8f";
|
|
2501
|
+
}
|
|
2502
|
+
.icon-slack:before {
|
|
2503
|
+
content: "\ea90";
|
|
2504
|
+
}
|
|
2505
|
+
.icon-slash:before {
|
|
2506
|
+
content: "\ea91";
|
|
2507
|
+
}
|
|
2508
|
+
.icon-sliders:before {
|
|
2509
|
+
content: "\ea92";
|
|
2510
|
+
}
|
|
2511
|
+
.icon-smartphone:before {
|
|
2512
|
+
content: "\ea93";
|
|
2513
|
+
}
|
|
2514
|
+
.icon-speaker:before {
|
|
2515
|
+
content: "\ea94";
|
|
2516
|
+
}
|
|
2517
|
+
.icon-square:before {
|
|
2518
|
+
content: "\ea95";
|
|
2519
|
+
}
|
|
2520
|
+
.icon-star2:before {
|
|
2521
|
+
content: "\ea96";
|
|
2522
|
+
}
|
|
2523
|
+
.icon-stop-circle:before {
|
|
2524
|
+
content: "\ea97";
|
|
2525
|
+
}
|
|
2526
|
+
.icon-sun:before {
|
|
2527
|
+
content: "\ea98";
|
|
2528
|
+
}
|
|
2529
|
+
.icon-sunrise:before {
|
|
2530
|
+
content: "\ea99";
|
|
2531
|
+
}
|
|
2532
|
+
.icon-sunset:before {
|
|
2533
|
+
content: "\ea9a";
|
|
2534
|
+
}
|
|
2535
|
+
.icon-tablet:before {
|
|
2536
|
+
content: "\ea9b";
|
|
2537
|
+
}
|
|
2538
|
+
.icon-tag1:before {
|
|
2539
|
+
content: "\ea9c";
|
|
2540
|
+
}
|
|
2541
|
+
.icon-target:before {
|
|
2542
|
+
content: "\ea9d";
|
|
2543
|
+
}
|
|
2544
|
+
.icon-terminal:before {
|
|
2545
|
+
content: "\ea9e";
|
|
2546
|
+
}
|
|
2547
|
+
.icon-thermometer:before {
|
|
2548
|
+
content: "\ea9f";
|
|
2549
|
+
}
|
|
2550
|
+
.icon-thumbs-down1:before {
|
|
2551
|
+
content: "\eaa0";
|
|
2552
|
+
}
|
|
2553
|
+
.icon-thumbs-up1:before {
|
|
2554
|
+
content: "\eaa1";
|
|
2555
|
+
}
|
|
2556
|
+
.icon-toggle-left:before {
|
|
2557
|
+
content: "\eaa2";
|
|
2558
|
+
}
|
|
2559
|
+
.icon-toggle-right:before {
|
|
2560
|
+
content: "\eaa3";
|
|
2561
|
+
}
|
|
2562
|
+
.icon-trash:before {
|
|
2563
|
+
content: "\eaa4";
|
|
2564
|
+
}
|
|
2565
|
+
.icon-trash-2:before {
|
|
2566
|
+
content: "\eaa5";
|
|
2567
|
+
}
|
|
2568
|
+
.icon-trending-down:before {
|
|
2569
|
+
content: "\eaa6";
|
|
2570
|
+
}
|
|
2571
|
+
.icon-trending-up:before {
|
|
2572
|
+
content: "\eaa7";
|
|
2573
|
+
}
|
|
2574
|
+
.icon-triangle:before {
|
|
2575
|
+
content: "\eaa8";
|
|
2576
|
+
}
|
|
2577
|
+
.icon-truck:before {
|
|
2578
|
+
content: "\eaa9";
|
|
2579
|
+
}
|
|
2580
|
+
.icon-tv:before {
|
|
2581
|
+
content: "\eaaa";
|
|
2582
|
+
}
|
|
2583
|
+
.icon-twitter1:before {
|
|
2584
|
+
content: "\eaab";
|
|
2585
|
+
}
|
|
2586
|
+
.icon-type:before {
|
|
2587
|
+
content: "\eaac";
|
|
2588
|
+
}
|
|
2589
|
+
.icon-umbrella:before {
|
|
2590
|
+
content: "\eaad";
|
|
2591
|
+
}
|
|
2592
|
+
.icon-underline:before {
|
|
2593
|
+
content: "\eaae";
|
|
2594
|
+
}
|
|
2595
|
+
.icon-unlock:before {
|
|
2596
|
+
content: "\eaaf";
|
|
2597
|
+
}
|
|
2598
|
+
.icon-upload1:before {
|
|
2599
|
+
content: "\eab0";
|
|
2600
|
+
}
|
|
2601
|
+
.icon-upload-cloud:before {
|
|
2602
|
+
content: "\eab1";
|
|
2603
|
+
}
|
|
2604
|
+
.icon-user1:before {
|
|
2605
|
+
content: "\eab2";
|
|
2606
|
+
}
|
|
2607
|
+
.icon-user-check:before {
|
|
2608
|
+
content: "\eab3";
|
|
2609
|
+
}
|
|
2610
|
+
.icon-user-minus:before {
|
|
2611
|
+
content: "\eab4";
|
|
2612
|
+
}
|
|
2613
|
+
.icon-user-plus:before {
|
|
2614
|
+
content: "\eab5";
|
|
2615
|
+
}
|
|
2616
|
+
.icon-user-x:before {
|
|
2617
|
+
content: "\eab6";
|
|
2618
|
+
}
|
|
2619
|
+
.icon-users:before {
|
|
2620
|
+
content: "\eab7";
|
|
2621
|
+
}
|
|
2622
|
+
.icon-video:before {
|
|
2623
|
+
content: "\eab8";
|
|
2624
|
+
}
|
|
2625
|
+
.icon-video-off:before {
|
|
2626
|
+
content: "\eab9";
|
|
2627
|
+
}
|
|
2628
|
+
.icon-voicemail:before {
|
|
2629
|
+
content: "\eaba";
|
|
2630
|
+
}
|
|
2631
|
+
.icon-volume:before {
|
|
2632
|
+
content: "\eabb";
|
|
2633
|
+
}
|
|
2634
|
+
.icon-volume-1:before {
|
|
2635
|
+
content: "\eabc";
|
|
2636
|
+
}
|
|
2637
|
+
.icon-volume-2:before {
|
|
2638
|
+
content: "\eabd";
|
|
2639
|
+
}
|
|
2640
|
+
.icon-volume-x:before {
|
|
2641
|
+
content: "\eabe";
|
|
2642
|
+
}
|
|
2643
|
+
.icon-watch1:before {
|
|
2644
|
+
content: "\eabf";
|
|
2645
|
+
}
|
|
2646
|
+
.icon-wifi1:before {
|
|
2647
|
+
content: "\eac0";
|
|
2648
|
+
}
|
|
2649
|
+
.icon-wifi-off:before {
|
|
2650
|
+
content: "\eac1";
|
|
2651
|
+
}
|
|
2652
|
+
.icon-wind:before {
|
|
2653
|
+
content: "\eac2";
|
|
2654
|
+
}
|
|
2655
|
+
.icon-x:before {
|
|
2656
|
+
content: "\eac3";
|
|
2657
|
+
}
|
|
2658
|
+
.icon-x-circle:before {
|
|
2659
|
+
content: "\eac4";
|
|
2660
|
+
}
|
|
2661
|
+
.icon-x-square:before {
|
|
2662
|
+
content: "\eac5";
|
|
2663
|
+
}
|
|
2664
|
+
.icon-youtube1:before {
|
|
2665
|
+
content: "\eac6";
|
|
2666
|
+
}
|
|
2667
|
+
.icon-zap:before {
|
|
2668
|
+
content: "\eac7";
|
|
2669
|
+
}
|
|
2670
|
+
.icon-zap-off:before {
|
|
2671
|
+
content: "\eac8";
|
|
2672
|
+
}
|
|
2673
|
+
.icon-zoom-in:before {
|
|
2674
|
+
content: "\eac9";
|
|
2675
|
+
}
|
|
2676
|
+
.icon-zoom-out:before {
|
|
2677
|
+
content: "\eaca";
|
|
2678
|
+
}
|
|
2679
|
+
.icon-sunrise1:before {
|
|
2680
|
+
content: "\eacb";
|
|
2681
|
+
}
|
|
2682
|
+
.icon-sun1:before {
|
|
2683
|
+
content: "\eacc";
|
|
2684
|
+
}
|
|
2685
|
+
.icon-moon1:before {
|
|
2686
|
+
content: "\eacd";
|
|
2687
|
+
}
|
|
2688
|
+
.icon-cloudy:before {
|
|
2689
|
+
content: "\eace";
|
|
2690
|
+
}
|
|
2691
|
+
.icon-cloud1:before {
|
|
2692
|
+
content: "\eacf";
|
|
2693
|
+
}
|
|
2694
|
+
.icon-weather:before {
|
|
2695
|
+
content: "\ead0";
|
|
2696
|
+
}
|
|
2697
|
+
.icon-weather1:before {
|
|
2698
|
+
content: "\ead1";
|
|
2699
|
+
}
|
|
2700
|
+
.icon-lines:before {
|
|
2701
|
+
content: "\ead2";
|
|
2702
|
+
}
|
|
2703
|
+
.icon-cloud2:before {
|
|
2704
|
+
content: "\ead3";
|
|
2705
|
+
}
|
|
2706
|
+
.icon-lightning:before {
|
|
2707
|
+
content: "\ead4";
|
|
2708
|
+
}
|
|
2709
|
+
.icon-rainy:before {
|
|
2710
|
+
content: "\ead5";
|
|
2711
|
+
}
|
|
2712
|
+
.icon-windy:before {
|
|
2713
|
+
content: "\ead6";
|
|
2714
|
+
}
|
|
2715
|
+
.icon-snowy:before {
|
|
2716
|
+
content: "\ead7";
|
|
2717
|
+
}
|
|
2718
|
+
.icon-weather2:before {
|
|
2719
|
+
content: "\ead8";
|
|
2720
|
+
}
|
|
2721
|
+
.icon-lightning1:before {
|
|
2722
|
+
content: "\ead9";
|
|
2723
|
+
}
|
|
2724
|
+
.icon-sun2:before {
|
|
2725
|
+
content: "\eada";
|
|
2726
|
+
}
|
|
2727
|
+
.icon-moon2:before {
|
|
2728
|
+
content: "\eadb";
|
|
2729
|
+
}
|
|
2730
|
+
.icon-Celsius:before {
|
|
2731
|
+
content: "\eae4";
|
|
2732
|
+
}
|
|
2733
|
+
.icon-Fahrenheit:before {
|
|
2734
|
+
content: "\eae5";
|
|
2735
|
+
}
|