WP Meta SEO - Version 4.2.1

Version Description

  • Fix : Translation sharing issue in some browsers
Download this release

Release Info

Developer JoomUnited
Plugin Icon 128x128 WP Meta SEO
Version 4.2.1
Comparing to
See all releases

Code changes from version 4.0.13 to 4.2.1

Files changed (69) hide show
  1. assets/css/dashboard.css +95 -19
  2. assets/css/main.css +267 -1
  3. assets/css/metabox-tabs.css +80 -5
  4. assets/css/metaseo_admin.css +9 -1
  5. assets/css/metaseo_sitemap.css +101 -3
  6. assets/css/notification.css +12 -0
  7. assets/css/settings.css +18 -2
  8. assets/js/google-analytics/google_analytics.js +0 -22
  9. assets/js/jquery.cookie.js +117 -0
  10. assets/js/materialize/materialize.min.js +0 -10
  11. assets/js/metaseo_admin.js +10 -1
  12. assets/js/metaseo_sitemap.js +32 -13
  13. assets/js/my-qtips.js +21 -0
  14. assets/js/wp-metaseo-metabox.js +62 -59
  15. assets/wordpress-css-framework/README.md +216 -0
  16. assets/wordpress-css-framework/css/style.css +142 -52
  17. assets/wordpress-css-framework/css/style.css.map +2 -2
  18. assets/wordpress-css-framework/css/style.min.css +1 -1
  19. assets/wordpress-css-framework/css/style.scss +156 -43
  20. assets/wordpress-css-framework/css/waves.css +136 -0
  21. assets/wordpress-css-framework/css/waves.min.css +8 -0
  22. assets/wordpress-css-framework/fonts/MaterialIcons-Regular.eot +0 -0
  23. assets/wordpress-css-framework/fonts/MaterialIcons-Regular.ijmap +1 -0
  24. assets/wordpress-css-framework/fonts/MaterialIcons-Regular.svg +2373 -0
  25. assets/wordpress-css-framework/fonts/MaterialIcons-Regular.ttf +0 -0
  26. assets/wordpress-css-framework/fonts/MaterialIcons-Regular.woff +0 -0
  27. assets/wordpress-css-framework/fonts/MaterialIcons-Regular.woff2 +0 -0
  28. assets/wordpress-css-framework/fonts/material-icons.min.css +1 -0
  29. assets/wordpress-css-framework/js/script.js +46 -3
  30. assets/wordpress-css-framework/js/waves.js +424 -165
  31. assets/wordpress-css-framework/js/waves.min.js +2 -0
  32. assets/wordpress-css-framework/readme_img/buttons.png +0 -0
  33. assets/wordpress-css-framework/readme_img/checkbox-switch.jpg +0 -0
  34. assets/wordpress-css-framework/readme_img/checkbox.png +0 -0
  35. assets/wordpress-css-framework/readme_img/notice.png +0 -0
  36. assets/wordpress-css-framework/readme_img/overview.jpg +0 -0
  37. assets/wordpress-css-framework/readme_img/radio.png +0 -0
  38. assets/wordpress-css-framework/readme_img/rectangular-button.png +0 -0
  39. assets/wordpress-css-framework/readme_img/select.png +0 -0
  40. assets/wordpress-css-framework/readme_img/setting-color.jpg +0 -0
  41. assets/wordpress-css-framework/readme_img/settings.png +0 -0
  42. assets/wordpress-css-framework/readme_img/square-button.png +0 -0
  43. inc/class.metaseo-admin.php +190 -19
  44. inc/class.metaseo-content-list-table.php +36 -3
  45. inc/class.metaseo-image-list-table.php +9 -2
  46. inc/class.metaseo-link-list-table.php +4 -1
  47. inc/class.metaseo-meta.php +10 -0
  48. inc/class.metaseo-metabox.php +27 -1
  49. inc/class.metaseo-opengraph.php +57 -2
  50. inc/class.metaseo-sitemap.php +18 -21
  51. inc/google_analytics/wpmstools.php +3 -8
  52. inc/install-wizard/content/viewGoogleAnalytics.php +0 -16
  53. inc/pages/content-meta.php +5 -3
  54. inc/pages/google-analytics/ga-trackcode.php +6 -1
  55. inc/pages/google-analytics/google-analytics.php +208 -85
  56. inc/pages/image-meta.php +3 -1
  57. inc/pages/link-meta.php +3 -1
  58. inc/pages/metaseo-broken-link.php +3 -1
  59. inc/pages/settings.php +7 -0
  60. inc/pages/settings/general.php +5 -1
  61. inc/pages/sitemaps/general.php +7 -7
  62. inc/pages/sitemaps/metaseo-source_pages.php +1 -16
  63. inc/pages/sitemaps/metaseo-source_posts.php +1 -17
  64. inc/pages/sitemaps/sitemap_menus.php +1 -1
  65. jutranslation/assets/js/jutranslation.js +23 -0
  66. jutranslation/jutranslation.php +26 -0
  67. languages/wp-meta-seo-en_US.mo +0 -0
  68. readme.txt +21 -4
  69. wp-meta-seo.php +17 -4
assets/css/dashboard.css CHANGED
@@ -289,39 +289,115 @@
289
  height: 100px;
290
  }
291
 
292
- @media screen and (max-width: 1369px) {
293
- .addon-feature .ju-settings-option {
294
- width: 48%;
295
- margin: 30px 2% 30px 0 !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
296
  }
297
  }
298
 
299
- @media screen and (max-width: 1215px) {
300
- .dash-infos-right > .ju-settings-option {
301
- width: 100% !important;
 
 
 
 
 
 
 
 
 
302
  }
303
  }
304
 
305
- @media screen and (max-width: 768px) {
306
- .dash-infos-right {
307
- width: 550px;
308
- float: left !important;
309
- margin-top: 20px;
 
 
 
310
  }
 
311
 
 
312
  .addon-feature .ju-settings-option {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
  width: 100%;
314
- margin: 30px 0 30px 0 !important;
315
  }
316
  }
317
 
318
- @media screen and (max-width: 550px) {
319
- .web-left, .site_img, .dash-infos-right {
320
- width: 100% !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  }
322
 
323
- .dash-infos-right {
324
- float: left !important;
325
- margin-top: 20px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
  }
327
  }
289
  height: 100px;
290
  }
291
 
292
+ /*RESPONSIVE CASE*/
293
+ /*********/
294
+ /*********/
295
+ /*********/
296
+ /*/ * For phones * /*/
297
+ @media all and (max-width: 600px){
298
+ .wpms_right .ju-settings-option {
299
+ width: 100%;
300
+ }
301
+
302
+ .dashboard .top_h1,
303
+ .addon-feature .title-top{
304
+ font-size: 30px;
305
+ }
306
+
307
+ .dashboard .top_link {
308
+ font-size: 14px;
309
  }
310
  }
311
 
312
+ @media all and (min-width: 600px) and (max-width: 900px){
313
+ .wpms_right .ju-settings-option {
314
+ width: 48%;
315
+ }
316
+
317
+ .dashboard .top_h1,
318
+ .addon-feature .title-top{
319
+ font-size: 35px;
320
+ }
321
+
322
+ .dashboard .top_link {
323
+ font-size: 16px;
324
  }
325
  }
326
 
327
+ @media all and (max-width: 800px) {
328
+ .addon-feature .ju-settings-option {
329
+ width: 100%;
330
+ }
331
+
332
+ .addon-feature .ju-settings-option .description {
333
+ height: auto;
334
+ padding-bottom: 20px;
335
  }
336
+ }
337
 
338
+ @media all and (min-width: 800px) and (max-width: 1600px) {
339
  .addon-feature .ju-settings-option {
340
+ width: 48%;
341
+ margin-right : 2% !important;
342
+ }
343
+ }
344
+
345
+ @media all and (max-width: 1300px) {
346
+ .web-left {
347
+ width: 100%;
348
+ margin-bottom: 20px;
349
+ }
350
+ .web-left .site_img {
351
+ width: 100%;
352
+ }
353
+
354
+ .wpms_right {
355
  width: 100%;
 
356
  }
357
  }
358
 
359
+ @media only screen and (min-width: 1300px) and (max-width: 1400px) {
360
+ .web-left {
361
+ max-width: 350px;
362
+ }
363
+ .web-left .site_img {
364
+ max-width: 350px;
365
+ }
366
+
367
+ .wpms_right {
368
+ width: calc(100% - 350px - 3%);
369
+ }
370
+ }
371
+
372
+ @media only screen and (min-width: 1400px) and (max-width: 1650px) {
373
+ .web-left {
374
+ max-width: 450px;
375
+ }
376
+ .web-left .site_img {
377
+ max-width: 450px;
378
  }
379
 
380
+ .wpms_right {
381
+ width: calc(100% - 450px - 3%);
382
+ }
383
+ }
384
+
385
+
386
+ @media only screen and (min-width: 1650px) and (max-width: 1900px) {
387
+ .web-left {
388
+ max-width: 500px;
389
+ }
390
+ .web-left .site_img {
391
+ max-width: 500px;
392
+ }
393
+
394
+ .wpms_right {
395
+ width: calc(100% - 500px - 3%);
396
+ }
397
+ }
398
+
399
+ @media only screen and (min-width: 1600px) {
400
+ .addon-feature .ju-settings-option .description {
401
+ height: 120px;
402
  }
403
  }
assets/css/main.css CHANGED
@@ -42,6 +42,19 @@
42
  border-radius: 40px;
43
  }
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  .ju-button:focus {
46
  outline: none;
47
  }
@@ -94,6 +107,18 @@
94
  text-overflow: ellipsis;
95
  }
96
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  .min-height-140 {
98
  min-height: 140px;
99
  }
@@ -115,6 +140,7 @@
115
  color: #404852;
116
  font-family: 'Roboto', sans-serif;
117
  vertical-align: middle;
 
118
  }
119
 
120
  .ju-main-wrapper select,
@@ -446,6 +472,10 @@
446
  vertical-align: middle;
447
  }
448
 
 
 
 
 
449
  .wpms-form-table .actions select,
450
  .wpms-form-table .actions input[type="number"],
451
  .wpms-form-table .actions input[type="text"],
@@ -792,12 +822,248 @@
792
  margin-left: 10px;
793
  }
794
 
795
- @media only screen and (max-width: 1024px) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  .wp-meta-seo_page_metaseo_settings .ju-settings-option {
 
 
 
 
 
 
 
 
 
 
 
 
797
  width: 100%;
798
  }
799
  }
800
 
 
 
 
 
 
 
 
 
 
 
 
 
801
  .tablenav .tablenav-pages .material-icons{
802
  vertical-align: middle;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
803
  }
42
  border-radius: 40px;
43
  }
44
 
45
+ .ju-link-classic {
46
+ text-transform: uppercase;
47
+ display: inline-block;
48
+ cursor: pointer;
49
+ text-align: center;
50
+ letter-spacing: 1.2px;
51
+ font-size: 14px;
52
+ }
53
+
54
+ .ju-link-classic:hover {
55
+ font-weight: bold;
56
+ }
57
+
58
  .ju-button:focus {
59
  outline: none;
60
  }
107
  text-overflow: ellipsis;
108
  }
109
 
110
+ .height_auto {
111
+ height: auto;
112
+ overflow: hidden;
113
+ text-overflow: ellipsis;
114
+ padding: 0 20px;
115
+ }
116
+
117
+ .wp-meta-seo_page_metaseo_settings .ju-settings-option.height_auto .ju-description {
118
+ margin: 0;
119
+ padding-bottom: 0;
120
+ }
121
+
122
  .min-height-140 {
123
  min-height: 140px;
124
  }
140
  color: #404852;
141
  font-family: 'Roboto', sans-serif;
142
  vertical-align: middle;
143
+ min-width: 100px;
144
  }
145
 
146
  .ju-main-wrapper select,
472
  vertical-align: middle;
473
  }
474
 
475
+ .wpms-form-table select {
476
+ padding: 0 30px 0 10px;
477
+ }
478
+
479
  .wpms-form-table .actions select,
480
  .wpms-form-table .actions input[type="number"],
481
  .wpms-form-table .actions input[type="text"],
822
  margin-left: 10px;
823
  }
824
 
825
+ .wp-meta-seo_page_metaseo_google_analytics .gadwp-settings-options tr td{
826
+ padding: 10px 0;
827
+ }
828
+
829
+ .wp-meta-seo_page_metaseo_google_analytics .gadwp-settings-options tr td.gadwp-settings-title {
830
+ padding-right: 10px;
831
+ }
832
+
833
+ .wp-meta-seo_page_metaseo_google_analytics .gadwp-settings-options tr td.gadwp-settings-title label {
834
+ font-weight: 500;
835
+ }
836
+
837
+ .wp-meta-seo_page_metaseo_google_analytics .gadwp-settings-options label {
838
+ font-size: 15px;
839
+ font-weight: normal;
840
+ font-style: normal;
841
+ line-height: 1.8;
842
+ }
843
+
844
+ .wp-meta-seo_page_metaseo_google_analytics .gadwp-settings-options input[type="text"] {
845
+ width: 98%;
846
+ box-shadow: 0 0 0 transparent;
847
+ border-radius: 4px;
848
+ border: 1px solid #7e8993;
849
+ background-color: #fff;
850
+ color: #32373c;
851
+ min-height: 30px;
852
+ font-size: 14px;
853
+ font-style: normal;
854
+ font-stretch: normal;
855
+ letter-spacing: 0.7px;
856
+ font-family: Roboto, sans-serif;
857
+ vertical-align: middle;
858
+ height: 45px !important;
859
+ line-height: normal !important;
860
+ padding: 0px 10px !important;
861
+ }
862
+
863
+ .wp-meta-seo_page_metaseo_google_analytics .background-none {
864
+ background-color: unset;
865
+ box-shadow: unset;
866
+ }
867
+
868
+ .wp-meta-seo_page_metaseo_google_analytics .ju-settings-option {
869
+ width: 100%;
870
+ }
871
+
872
+ .wp-meta-seo_page_metaseo_google_analytics .ju-settings-option .ju-switch-button {
873
+ float: left;
874
+ }
875
+
876
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga_dash_tracking {
877
+ min-width: 100px;
878
+ max-height: 38px;
879
+ }
880
+
881
+ .wp-meta-seo_page_metaseo_google_analytics #wpms-ga-get-accesscode {
882
+ float: left;
883
+ line-height: 22px;
884
+ min-height: 30px;
885
+ }
886
+
887
+ @media only screen and (max-width: 1355px) {
888
+ .wp-meta-seo_page_metaseo_settings .ju-settings-option {
889
+ width: 100%;
890
+ }
891
+ }
892
+
893
+ @media only screen and (max-width: 1340px) {
894
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga_dash_tracking {
895
+ margin-bottom: 10px;
896
+ }
897
+ }
898
+
899
+ @media only screen and (max-width: 500px) {
900
  .wp-meta-seo_page_metaseo_settings .ju-settings-option {
901
+ height: auto;
902
+ }
903
+
904
+
905
+ .wp-meta-seo_page_metaseo_settings .ju-settings-option .ju-description {
906
+ margin: 0;
907
+ padding-bottom: 0;
908
+ }
909
+ }
910
+
911
+ @media only screen and (max-width: 1070px) {
912
+ .wp-meta-seo_page_metaseo_google_sitemap .ju-settings-option {
913
  width: 100%;
914
  }
915
  }
916
 
917
+ @media only screen and (max-width: 1000px) {
918
+ .wp-meta-seo_page_metaseo_sendemail .ju-settings-option {
919
+ width: 100%;
920
+ }
921
+ }
922
+
923
+ @media only screen and (max-width: 1200px) {
924
+ .wp-meta-seo_page_metaseo_google_analytics #ga_dash_code {
925
+ margin-bottom: 10px;
926
+ }
927
+ }
928
+
929
  .tablenav .tablenav-pages .material-icons{
930
  vertical-align: middle;
931
+ }
932
+
933
+ .wpmsga-advanced-configuration{ width: 100%; height: auto; overflow: hidden; margin: 30px 0; }
934
+ .wpmsga-advanced-config-header{
935
+ width: 100%;
936
+ text-align: left;
937
+ color: #23282d;
938
+ font-size: 1.3em;
939
+ text-transform: uppercase;
940
+ padding: 15px 10px;
941
+ cursor: pointer;
942
+ margin: 0px !important;
943
+ letter-spacing: 1px;
944
+ }
945
+ .wpmsga-advanced-config-header:after {
946
+ font-family: 'Material Icons';
947
+ font-size: 20px;
948
+ padding-left: 5px;
949
+ vertical-align: text-top;
950
+ }
951
+
952
+ .wpmsga-advanced-config-header.down:after {
953
+ content: "\e313";
954
+ }
955
+ .wpmsga-advanced-config-header.up:after {
956
+ content: "\e316";
957
+ }
958
+ .wpmsga-advanced-configuration .content-box{ width: 100%; height: auto; overflow: hidden; background: #fff; padding: 10px 20px; display: none; }
959
+ .wpmsga-advanced-configuration .wpmsga-advanced-box{ width: 100%; height: auto; overflow: hidden; margin: 0; }
960
+
961
+ .wp-meta-seo_page_metaseo_google_analytics #ga_dash_code,
962
+ .wp-meta-seo_page_metaseo_google_analytics #wpms_ga_uax_reference,
963
+ .wp-meta-seo_page_metaseo_google_analytics .wpmsga_code_tracking,
964
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga_dash_tracking_type
965
+ {
966
+ width: 100%;
967
+ }
968
+
969
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga_dash_tracking_type {
970
+ max-width: unset;
971
+ }
972
+
973
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga-basic .ju-settings-option {
974
+ width: 48%;
975
+ }
976
+
977
+ @media only screen and (max-width: 1060px) {
978
+ .wp-meta-seo_page_metaseo_google_analytics .ju-settings-option,
979
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga-basic .wpmsClearauthor{
980
+ width: 100%;
981
+ }
982
+
983
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga-basic .ju-settings-option {
984
+ width: 100%;
985
+ }
986
+ }
987
+
988
+ @media only screen and (max-width: 500px) {
989
+ .wp-meta-seo_page_metaseo_google_analytics .ju-setting-label {
990
+ width: 100%;
991
+ max-width: unset;
992
+ min-width: unset;
993
+ padding-right: 20px;
994
+ }
995
+
996
+ .wp-meta-seo_page_metaseo_google_analytics .ju-switch-button {
997
+ width: 100%;
998
+ float: left;
999
+ }
1000
+
1001
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga-basic .wpmsClearauthor{
1002
+ font-size: 10px;
1003
+ letter-spacing : 1px
1004
+ }
1005
+
1006
+ .wp-meta-seo_page_metaseo_google_analytics .wpms-settings-title{
1007
+ width: 40%;
1008
+ }
1009
+
1010
+ /* tab */
1011
+ .wp-meta-seo_page_metaseo_google_analytics ul.wpmstabs li.tab {
1012
+ width: 100%;
1013
+ float: left;
1014
+ min-width: unset;
1015
+ max-width: unset;
1016
+ }
1017
+
1018
+ .wp-meta-seo_page_metaseo_google_analytics ul.wpmstabs li.wpmstab a.active{
1019
+ background-color: #ff8726 !important;
1020
+ color: #fff !important;
1021
+ }
1022
+
1023
+ .wp-meta-seo_page_metaseo_google_analytics ul.wpmstabs .indicator {
1024
+ display: none;
1025
+ }
1026
+
1027
+ .wp-meta-seo_page_metaseo_google_analytics #wpmsga_dash_tracking_type {
1028
+ width: 100%;
1029
+ }
1030
+
1031
+
1032
+ }
1033
+
1034
+ @media screen and (max-width: 550px) {
1035
+ .wp-meta-seo_page_metaseo_google_analytics .ju-button {
1036
+ width: 100%;
1037
+ margin:0 0 10px 0 !important;
1038
+ }
1039
+
1040
+ .wp-meta-seo_page_metaseo_google_analytics .wpms-ga-link-document {
1041
+ text-align: center;
1042
+ }
1043
+
1044
+ .wp-meta-seo_page_metaseo_google_analytics .save-ga-field {
1045
+ text-align: center;
1046
+ }
1047
+
1048
+ .wp-meta-seo_page_metaseo_google_analytics .save-ga-field img {
1049
+ margin: 0 !important;
1050
+ }
1051
+ }
1052
+
1053
+ @media screen and (max-width: 782px) {
1054
+ .wp-meta-seo_page_metaseo_google_analytics .ju-settings-option .ju-setting-label {
1055
+ margin: 0;
1056
+ padding: 0;
1057
+ }
1058
+
1059
+ .wp-meta-seo_page_metaseo_google_analytics .ju-settings-option .ju-switch-button,
1060
+ .wp-meta-seo_page_metaseo_google_analytics .ju-settings-option .ju-switch-button input{
1061
+ width: 98%;
1062
+ }
1063
+ }
1064
+
1065
+ .intro-topic-tooltip {
1066
+ font-size: 30px;
1067
+ cursor: default;
1068
+ vertical-align: middle;
1069
  }
assets/css/metabox-tabs.css CHANGED
@@ -875,6 +875,43 @@ input.obtain{
875
  }
876
  }
877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
878
  @media screen and (max-width: 790px) {
879
  .gsc_keywords .type-filter-input {
880
  width: 65% !important;
@@ -893,12 +930,50 @@ input.obtain{
893
  }
894
  }
895
 
896
- @media screen and (min-width: 1368px) {
897
- .gsc_keywords.search_gsc_keywords_content {
898
- width: 80%;
899
  }
 
900
 
901
- .gsc_keywords.filter_gsc_keywords_content {
902
- width: 20%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
903
  }
904
  }
875
  }
876
  }
877
 
878
+ @media screen and (min-width: 1368px) {
879
+ .gsc_keywords.search_gsc_keywords_content {
880
+ width: 80%;
881
+ }
882
+
883
+ .gsc_keywords.filter_gsc_keywords_content {
884
+ width: 20%;
885
+ }
886
+ }
887
+
888
+ @media screen and (max-width: 1300px) {
889
+ .metaseo_left ,
890
+ .metaseo_right,
891
+ .metaseo_right .metaseo_analysis{
892
+ width: 100%;
893
+ }
894
+ }
895
+
896
+ @media only screen and (max-width: 900px) {
897
+ .wpmseo-metabox-tabs-div ul.wpmseo-metabox-tabs {
898
+ width: 100% !important;
899
+ flex-wrap: wrap;
900
+ }
901
+ .wpmseo-metabox-tabs-div ul.wpmseo-metabox-tabs li.wpmstab {
902
+ flex: 0 0 100%;
903
+ }
904
+
905
+ .wpmseo-metabox-tabs-div ul.wpmseo-metabox-tabs li.wpmstab a.active{
906
+ background-color: #ff8726 !important;
907
+ color: #fff !important;
908
+ }
909
+
910
+ .wpmseo-metabox-tabs-div ul.wpmseo-metabox-tabs .indicator {
911
+ display: none;
912
+ }
913
+ }
914
+
915
  @media screen and (max-width: 790px) {
916
  .gsc_keywords .type-filter-input {
917
  width: 65% !important;
930
  }
931
  }
932
 
933
+ @media screen and (max-width: 700px) {
934
+ .wpmseotab.wpmseo_social .optimization-row-box {
935
+ width: 100%;
936
  }
937
+ }
938
 
939
+ @media screen and (max-width: 560px) {
940
+ .wpmseotab.wpmseo_social .optimization-row-box #metaseo_wpmseo_twitter-image,
941
+ .wpmseotab.wpmseo_social .optimization-row-box #metaseo_wpmseo_opengraph-image{
942
+ width: 100%;
943
+ margin-bottom: 10px;
944
+ }
945
+ .wpmseotab.wpmseo_social .optimization-row-box .wpmseo_image_upload_button {
946
+ width: 100%;
947
+ }
948
+
949
+ #wpmseosnippet .url {
950
+ word-wrap: break-word;
951
+ width: 100%;
952
+ }
953
+
954
+ .wpmseotab.wpmseo_general .optimization-row-box span.wpmslabel {
955
+ width: 60%;
956
+ }
957
+
958
+ .wpmseotab.wpmseo_general .optimization-row-box select{
959
+ width: 35%;
960
+ float: right;
961
+ margin: 0 !important;
962
+ padding: 0 !important;
963
+ }
964
+ }
965
+
966
+ @media screen and (max-width: 450px) {
967
+ .gsc_keywords .search,
968
+ .gsc_keywords .button-search{
969
+ width: 100% !important;
970
+ }
971
+
972
+ .gsc_keywords .button-search{
973
+ text-align: center;
974
+ }
975
+
976
+ .metaseo-qtip {
977
+ min-width: 100px !important;
978
  }
979
  }
assets/css/metaseo_admin.css CHANGED
@@ -123,7 +123,6 @@ a.info-content .tooltip-metacontent {
123
  padding: 10px 15px;
124
  margin-top: 3px;
125
  margin-left: 10px;
126
- width: 250px;
127
  }
128
 
129
  a.info-content img {
@@ -902,6 +901,15 @@ span.wpms-seoImgRemove {
902
  width: 25%;
903
  }
904
 
 
 
 
 
 
 
 
 
 
905
 
906
  @media screen and (max-width: 782px) {
907
  #col_image_name, .col_image_name.column-col_image_name,
123
  padding: 10px 15px;
124
  margin-top: 3px;
125
  margin-left: 10px;
 
126
  }
127
 
128
  a.info-content img {
901
  width: 25%;
902
  }
903
 
904
+ .wp-meta-seo_page_metaseo_broken_link .wpms_link_html .link_html,
905
+ .wp-meta-seo_page_metaseo_broken_link .wpms_link_html a {
906
+ font-size : 13px
907
+ }
908
+
909
+ .wp-meta-seo_page_metaseo_broken_link .wpms-form-table .wp-list-table tbody > tr td {
910
+ padding: 13px 10px;
911
+ }
912
+
913
 
914
  @media screen and (max-width: 782px) {
915
  #col_image_name, .col_image_name.column-col_image_name,
assets/css/metaseo_sitemap.css CHANGED
@@ -128,7 +128,7 @@ a:active {
128
  .wpms-open-html-sitemap {
129
  height: 45px;
130
  border-radius: 0 4px 4px 0 !important;
131
- width: 15%;
132
  }
133
 
134
  #wpms_sitemap_link,
@@ -136,7 +136,7 @@ a:active {
136
  background-color: #fff;
137
  border-right: 0;
138
  border-radius: 4px 0 0 4px;
139
- width: 85%;
140
  }
141
 
142
  .wpms_row_record {
@@ -210,15 +210,113 @@ a:active {
210
  display: none;
211
  }
212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  @media only screen and (max-width: 1024px) {
214
  .wpms_row_record {
215
  width: 98%;
216
  }
217
  }
218
 
219
- @media only screen and (max-width: 768px) {
220
  .ju-settings-option {
221
  width: 100% !important;
222
  margin-right: 0 !important;
223
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  }
128
  .wpms-open-html-sitemap {
129
  height: 45px;
130
  border-radius: 0 4px 4px 0 !important;
131
+ width: 20%;
132
  }
133
 
134
  #wpms_sitemap_link,
136
  background-color: #fff;
137
  border-right: 0;
138
  border-radius: 4px 0 0 4px;
139
+ width: 80%;
140
  }
141
 
142
  .wpms_row_record {
210
  display: none;
211
  }
212
 
213
+ .wp-meta-seo_page_metaseo_google_sitemap .wpms-sitemap-xml-link-input {
214
+ width: 65% !important;
215
+
216
+ }
217
+
218
+ .wp-meta-seo_page_metaseo_google_sitemap .wpms-sitemap-xml-link-button {
219
+ width: 35% !important;
220
+ }
221
+
222
+ .wp-meta-seo_page_metaseo_google_sitemap .wpms_single_row {
223
+ width: calc(96% + 15px);
224
+ max-width: calc(96% + 15px);
225
+ }
226
+
227
+ @media only screen and (min-width: 1070px) and (max-width: 1650px){
228
+ .wp-meta-seo_page_metaseo_google_sitemap .wpms-sitemap-xml-link-button {
229
+ line-height: 1;
230
+ }
231
+ }
232
+
233
  @media only screen and (max-width: 1024px) {
234
  .wpms_row_record {
235
  width: 98%;
236
  }
237
  }
238
 
239
+ @media only screen and (max-width: 782px) {
240
  .ju-settings-option {
241
  width: 100% !important;
242
  margin-right: 0 !important;
243
  }
244
+
245
+ .wp-meta-seo_page_metaseo_google_sitemap .wpms-sitemap-xml-link-input {
246
+ width: 100% !important;
247
+ }
248
+ .wp-meta-seo_page_metaseo_google_sitemap .wpms-sitemap-xml-link-button {
249
+ width: 100% !important;
250
+ }
251
+
252
+ .wp-meta-seo_page_metaseo_google_sitemap ul.wpmstabs {
253
+ width: 100% !important;
254
+ flex-wrap: wrap;
255
+ }
256
+ .wp-meta-seo_page_metaseo_google_sitemap ul.wpmstabs li.wpmstab {
257
+ flex: 0 0 100%;
258
+ }
259
+
260
+ .wp-meta-seo_page_metaseo_google_sitemap ul.wpmstabs li.wpmstab a.active{
261
+ background-color: #ff8726 !important;
262
+ color: #fff !important;
263
+ }
264
+
265
+ .wp-meta-seo_page_metaseo_google_sitemap ul.wpmstabs .indicator {
266
+ display: none;
267
+ }
268
+ }
269
+
270
+ @media only screen and (max-width: 600px) {
271
+
272
+ .wp-meta-seo_page_metaseo_google_sitemap .wrap_sitemap_option .pure-checkbox label.ju-setting-label {
273
+ width: 100%;
274
+ min-width: unset !important;
275
+ max-width: unset !important;
276
+ }
277
+ }
278
+
279
+ @media only screen and (max-width: 450px) {
280
+ .wp-meta-seo_page_metaseo_google_sitemap .pure-checkbox {
281
+ width: 100%;
282
+ margin-bottom: 5px;
283
+ }
284
+
285
+ .wp-meta-seo_page_metaseo_google_sitemap a.wpms-open-html-sitemap,
286
+ .wp-meta-seo_page_metaseo_google_sitemap a.wpms-open-xml-sitemap
287
+ {
288
+ width: 100% !important;
289
+ line-height: 2;
290
+ }
291
+
292
+ .wp-meta-seo_page_metaseo_google_sitemap .ju-setting-label.sitemap-link-check-left {
293
+ width: 100%;
294
+ min-width: unset;
295
+ max-width: unset;
296
+ }
297
+
298
+ .wp-meta-seo_page_metaseo_google_sitemap .sitemap-link-check-right
299
+ {
300
+ width: 100%;
301
+ }
302
+
303
+ .wp-meta-seo_page_metaseo_google_sitemap .sitemap-link-check-right a {
304
+ width: calc(100% - 20px);
305
+ margin: 0 10px;
306
+ }
307
+
308
+ .wp-meta-seo_page_metaseo_google_sitemap #wpms_sitemap_link,
309
+ .wp-meta-seo_page_metaseo_google_sitemap #wpms_html_sitemap_page{
310
+ width: 100% !important;
311
+ margin-bottom: 5px !important;
312
+ border-right: 1px solid #ddd;
313
+ border-radius: 4px;
314
+ }
315
+
316
+ .wp-meta-seo_page_metaseo_google_sitemap .wpms-open-xml-sitemap,
317
+ .wp-meta-seo_page_metaseo_google_sitemap .wpms-open-html-sitemap{
318
+ width: 30%;
319
+ border-radius: 4px !important;
320
+ border-left: 1px solid #ddd;
321
+ }
322
  }
assets/css/notification.css CHANGED
@@ -110,4 +110,16 @@
110
 
111
  .more-info:hover{
112
  color: #fff;
 
 
 
 
 
 
 
 
 
 
 
 
113
  }
110
 
111
  .more-info:hover{
112
  color: #fff;
113
+ }
114
+
115
+ @media screen and (max-width: 1200px) {
116
+ .wpms_notification .panel {
117
+ min-height: 150px !important;
118
+ }
119
+ }
120
+
121
+ @media screen and (max-width: 500px) {
122
+ .wpms_notification .panel {
123
+ min-height: 180px !important;
124
+ }
125
  }
assets/css/settings.css CHANGED
@@ -114,19 +114,23 @@
114
  width: 20px !important;
115
  background: #fff;
116
  margin: -4px 4px 0 0 !important;
 
 
117
  }
118
 
119
  .media_checkbox:checked {
120
  background: #49bf88;
121
  opacity: 1 !important;
 
122
  }
123
 
124
  .media_checkbox:checked:before {
125
  color: #fff !important;
126
- margin: -1px 0 0 -1px !important;
127
- font-size: 16px !important;
128
  content: "\f147" !important;
 
129
  opacity: 1 !important;
 
 
130
  }
131
 
132
  .right-checkbox {
@@ -181,4 +185,16 @@
181
  #system_check .material-icons-success {
182
  color: #49bf88;
183
  vertical-align: middle;
 
 
 
 
 
 
 
 
 
 
 
 
184
  }
114
  width: 20px !important;
115
  background: #fff;
116
  margin: -4px 4px 0 0 !important;
117
+ line-height: 1 !important;
118
+ text-align: unset !important;
119
  }
120
 
121
  .media_checkbox:checked {
122
  background: #49bf88;
123
  opacity: 1 !important;
124
+ font-family: dashicons;
125
  }
126
 
127
  .media_checkbox:checked:before {
128
  color: #fff !important;
 
 
129
  content: "\f147" !important;
130
+ font-size: 16px !important;
131
  opacity: 1 !important;
132
+ margin: 0 !important;
133
+ padding: 0 !important;
134
  }
135
 
136
  .right-checkbox {
185
  #system_check .material-icons-success {
186
  color: #49bf88;
187
  vertical-align: middle;
188
+ }
189
+
190
+ @media only screen and (max-width: 500px) {
191
+ .wp-meta-seo_page_metaseo_settings #system_check p.ju-description {
192
+ height: auto;
193
+ word-wrap : break-word;
194
+ }
195
+
196
+ .wp-meta-seo_page_metaseo_settings #system_check .ju-setting-label:not(.php_version) {
197
+ min-width: unset;
198
+ max-width: unset;
199
+ }
200
  }
assets/js/google-analytics/google_analytics.js CHANGED
@@ -1044,28 +1044,6 @@ jQuery(document).ready(function () {
1044
  });
1045
  });
1046
 
1047
- jQuery(document).on("click", "#wpmsga_dash_userapi", function () {
1048
- if(jQuery(this).is(':checked')){
1049
- var userapi = 1;
1050
- }else{
1051
- userapi = 0;
1052
- }
1053
- jQuery.ajax({
1054
- url: ajaxurl,
1055
- method: 'POST',
1056
- dataType: 'json',
1057
- data: {
1058
- action: 'wpms',
1059
- task: 'ga_update_option',
1060
- userapi: userapi,
1061
- wpms_nonce: wpms_localize.wpms_nonce
1062
- },
1063
- success: function () {
1064
- window.location.assign(document.URL);
1065
- }
1066
- });
1067
- });
1068
-
1069
  jQuery('.metaseo_tool').qtip({
1070
  content: {
1071
  attr: 'data-alt'
1044
  });
1045
  });
1046
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1047
  jQuery('.metaseo_tool').qtip({
1048
  content: {
1049
  attr: 'data-alt'
assets/js/jquery.cookie.js ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery Cookie Plugin v1.4.1
3
+ * https://github.com/carhartl/jquery-cookie
4
+ *
5
+ * Copyright 2013 Klaus Hartl
6
+ * Released under the MIT license
7
+ */
8
+ (function (factory) {
9
+ if (typeof define === 'function' && define.amd) {
10
+ // AMD
11
+ define(['jquery'], factory);
12
+ } else if (typeof exports === 'object') {
13
+ // CommonJS
14
+ factory(require('jquery'));
15
+ } else {
16
+ // Browser globals
17
+ factory(jQuery);
18
+ }
19
+ }(function ($) {
20
+
21
+ var pluses = /\+/g;
22
+
23
+ function encode(s) {
24
+ return config.raw ? s : encodeURIComponent(s);
25
+ }
26
+
27
+ function decode(s) {
28
+ return config.raw ? s : decodeURIComponent(s);
29
+ }
30
+
31
+ function stringifyCookieValue(value) {
32
+ return encode(config.json ? JSON.stringify(value) : String(value));
33
+ }
34
+
35
+ function parseCookieValue(s) {
36
+ if (s.indexOf('"') === 0) {
37
+ // This is a quoted cookie as according to RFC2068, unescape...
38
+ s = s.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, '\\');
39
+ }
40
+
41
+ try {
42
+ // Replace server-side written pluses with spaces.
43
+ // If we can't decode the cookie, ignore it, it's unusable.
44
+ // If we can't parse the cookie, ignore it, it's unusable.
45
+ s = decodeURIComponent(s.replace(pluses, ' '));
46
+ return config.json ? JSON.parse(s) : s;
47
+ } catch(e) {}
48
+ }
49
+
50
+ function read(s, converter) {
51
+ var value = config.raw ? s : parseCookieValue(s);
52
+ return $.isFunction(converter) ? converter(value) : value;
53
+ }
54
+
55
+ var config = $.cookie = function (key, value, options) {
56
+
57
+ // Write
58
+
59
+ if (value !== undefined && !$.isFunction(value)) {
60
+ options = $.extend({}, config.defaults, options);
61
+
62
+ if (typeof options.expires === 'number') {
63
+ var days = options.expires, t = options.expires = new Date();
64
+ t.setTime(+t + days * 864e+5);
65
+ }
66
+
67
+ return (document.cookie = [
68
+ encode(key), '=', stringifyCookieValue(value),
69
+ options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
70
+ options.path ? '; path=' + options.path : '',
71
+ options.domain ? '; domain=' + options.domain : '',
72
+ options.secure ? '; secure' : ''
73
+ ].join(''));
74
+ }
75
+
76
+ // Read
77
+
78
+ var result = key ? undefined : {};
79
+
80
+ // To prevent the for loop in the first place assign an empty array
81
+ // in case there are no cookies at all. Also prevents odd result when
82
+ // calling $.cookie().
83
+ var cookies = document.cookie ? document.cookie.split('; ') : [];
84
+
85
+ for (var i = 0, l = cookies.length; i < l; i++) {
86
+ var parts = cookies[i].split('=');
87
+ var name = decode(parts.shift());
88
+ var cookie = parts.join('=');
89
+
90
+ if (key && key === name) {
91
+ // If second argument (value) is a function it's a converter...
92
+ result = read(cookie, value);
93
+ break;
94
+ }
95
+
96
+ // Prevent storing a cookie that we couldn't decode.
97
+ if (!key && (cookie = read(cookie)) !== undefined) {
98
+ result[name] = cookie;
99
+ }
100
+ }
101
+
102
+ return result;
103
+ };
104
+
105
+ config.defaults = {};
106
+
107
+ $.removeCookie = function (key, options) {
108
+ if ($.cookie(key) === undefined) {
109
+ return false;
110
+ }
111
+
112
+ // Must not alter options, thus extending a fresh object...
113
+ $.cookie(key, '', $.extend({}, options, { expires: -1 }));
114
+ return !$.cookie(key);
115
+ };
116
+
117
+ }));
assets/js/materialize/materialize.min.js DELETED
@@ -1,10 +0,0 @@
1
- /*!
2
- * Materialize v0.98.1 (http://materializecss.com)
3
- * Copyright 2014-2015 Materialize
4
- * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
5
- */
6
- if("undefined"==typeof jQuery){var jQuery;jQuery="function"==typeof require?$=require("jquery"):$}jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b+c:d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b+c:-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b*b+c:d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return 0==b?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){return 0==b?c:b==e?c+d:(b/=e/2)<1?d/2*Math.pow(2,10*(b-1))+c:d/2*(-Math.pow(2,-10*--b)+2)+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){return(b/=e/2)<1?-d/2*(Math.sqrt(1-b*b)-1)+c:d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(b-=1))*Math.sin((b*e-f)*(2*Math.PI)/g))+c},easeOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*b)*Math.sin((b*e-f)*(2*Math.PI)/g)+d+c},easeInOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(2==(b/=e/2))return c+d;if(g||(g=e*(.3*1.5)),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return b<1?-.5*(h*Math.pow(2,10*(b-=1))*Math.sin((b*e-f)*(2*Math.PI)/g))+c:h*Math.pow(2,-10*(b-=1))*Math.sin((b*e-f)*(2*Math.PI)/g)*.5+d+c},easeInBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),(b/=e/2)<1?d/2*(b*b*(((f*=1.525)+1)*b-f))+c:d/2*((b-=2)*b*(((f*=1.525)+1)*b+f)+2)+c},easeInBounce:function(a,b,c,d,e){return d-jQuery.easing.easeOutBounce(a,e-b,0,d,e)+c},easeOutBounce:function(a,b,c,d,e){return(b/=e)<1/2.75?d*(7.5625*b*b)+c:b<2/2.75?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:b<2.5/2.75?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c},easeInOutBounce:function(a,b,c,d,e){return b<e/2?.5*jQuery.easing.easeInBounce(a,2*b,0,d,e)+c:.5*jQuery.easing.easeOutBounce(a,2*b-e,0,d,e)+.5*d+c}}),jQuery.extend(jQuery.easing,{easeInOutMaterial:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:d/4*((b-=2)*b*b+2)+c}}),jQuery.Velocity?console.log("Velocity is already loaded. You may be needlessly importing Velocity again; note that Materialize includes Velocity."):(!function(a){function b(a){var b=a.length,d=c.type(a);return"function"!==d&&!c.isWindow(a)&&(!(1!==a.nodeType||!b)||("array"===d||0===b||"number"==typeof b&&b>0&&b-1 in a))}if(!a.jQuery){var c=function(a,b){return new c.fn.init(a,b)};c.isWindow=function(a){return null!=a&&a==a.window},c.type=function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?e[g.call(a)]||"object":typeof a},c.isArray=Array.isArray||function(a){return"array"===c.type(a)},c.isPlainObject=function(a){var b;if(!a||"object"!==c.type(a)||a.nodeType||c.isWindow(a))return!1;try{if(a.constructor&&!f.call(a,"constructor")&&!f.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(d){return!1}for(b in a);return void 0===b||f.call(a,b)},c.each=function(a,c,d){var e,f=0,g=a.length,h=b(a);if(d){if(h)for(;g>f&&(e=c.apply(a[f],d),e!==!1);f++);else for(f in a)if(e=c.apply(a[f],d),e===!1)break}else if(h)for(;g>f&&(e=c.call(a[f],f,a[f]),e!==!1);f++);else for(f in a)if(e=c.call(a[f],f,a[f]),e===!1)break;return a},c.data=function(a,b,e){if(void 0===e){var f=a[c.expando],g=f&&d[f];if(void 0===b)return g;if(g&&b in g)return g[b]}else if(void 0!==b){var f=a[c.expando]||(a[c.expando]=++c.uuid);return d[f]=d[f]||{},d[f][b]=e,e}},c.removeData=function(a,b){var e=a[c.expando],f=e&&d[e];f&&c.each(b,function(a,b){delete f[b]})},c.extend=function(){var a,b,d,e,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;for("boolean"==typeof h&&(k=h,h=arguments[i]||{},i++),"object"!=typeof h&&"function"!==c.type(h)&&(h={}),i===j&&(h=this,i--);j>i;i++)if(null!=(f=arguments[i]))for(e in f)a=h[e],d=f[e],h!==d&&(k&&d&&(c.isPlainObject(d)||(b=c.isArray(d)))?(b?(b=!1,g=a&&c.isArray(a)?a:[]):g=a&&c.isPlainObject(a)?a:{},h[e]=c.extend(k,g,d)):void 0!==d&&(h[e]=d));return h},c.queue=function(a,d,e){function f(a,c){var d=c||[];return null!=a&&(b(Object(a))?!function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;)a[e++]=b[d++];if(c!==c)for(;void 0!==b[d];)a[e++]=b[d++];return a.length=e,a}(d,"string"==typeof a?[a]:a):[].push.call(d,a)),d}if(a){d=(d||"fx")+"queue";var g=c.data(a,d);return e?(!g||c.isArray(e)?g=c.data(a,d,f(e)):g.push(e),g):g||[]}},c.dequeue=function(a,b){c.each(a.nodeType?[a]:a,function(a,d){b=b||"fx";var e=c.queue(d,b),f=e.shift();"inprogress"===f&&(f=e.shift()),f&&("fx"===b&&e.unshift("inprogress"),f.call(d,function(){c.dequeue(d,b)}))})},c.fn=c.prototype={init:function(a){if(a.nodeType)return this[0]=a,this;throw new Error("Not a DOM node.")},offset:function(){var b=this[0].getBoundingClientRect?this[0].getBoundingClientRect():{top:0,left:0};return{top:b.top+(a.pageYOffset||document.scrollTop||0)-(document.clientTop||0),left:b.left+(a.pageXOffset||document.scrollLeft||0)-(document.clientLeft||0)}},position:function(){function a(){for(var a=this.offsetParent||document;a&&"html"===!a.nodeType.toLowerCase&&"static"===a.style.position;)a=a.offsetParent;return a||document}var b=this[0],a=a.apply(b),d=this.offset(),e=/^(?:body|html)$/i.test(a.nodeName)?{top:0,left:0}:c(a).offset();return d.top-=parseFloat(b.style.marginTop)||0,d.left-=parseFloat(b.style.marginLeft)||0,a.style&&(e.top+=parseFloat(a.style.borderTopWidth)||0,e.left+=parseFloat(a.style.borderLeftWidth)||0),{top:d.top-e.top,left:d.left-e.left}}};var d={};c.expando="velocity"+(new Date).getTime(),c.uuid=0;for(var e={},f=e.hasOwnProperty,g=e.toString,h="Boolean Number String Function Array Date RegExp Object Error".split(" "),i=0;i<h.length;i++)e["[object "+h[i]+"]"]=h[i].toLowerCase();c.fn.init.prototype=c.fn,a.Velocity={Utilities:c}}}(window),function(a){"object"==typeof module&&"object"==typeof module.exports?module.exports=a():"function"==typeof define&&define.amd?define(a):a()}(function(){return function(a,b,c,d){function e(a){for(var b=-1,c=a?a.length:0,d=[];++b<c;){var e=a[b];e&&d.push(e)}return d}function f(a){return p.isWrapped(a)?a=[].slice.call(a):p.isNode(a)&&(a=[a]),a}function g(a){var b=m.data(a,"velocity");return null===b?d:b}function h(a){return function(b){return Math.round(b*a)*(1/a)}}function i(a,c,d,e){function f(a,b){return 1-3*b+3*a}function g(a,b){return 3*b-6*a}function h(a){return 3*a}function i(a,b,c){return((f(b,c)*a+g(b,c))*a+h(b))*a}function j(a,b,c){return 3*f(b,c)*a*a+2*g(b,c)*a+h(b)}function k(b,c){for(var e=0;p>e;++e){var f=j(c,a,d);if(0===f)return c;var g=i(c,a,d)-b;c-=g/f}return c}function l(){for(var b=0;t>b;++b)x[b]=i(b*u,a,d)}function m(b,c,e){var f,g,h=0;do g=c+(e-c)/2,f=i(g,a,d)-b,f>0?e=g:c=g;while(Math.abs(f)>r&&++h<s);return g}function n(b){for(var c=0,e=1,f=t-1;e!=f&&x[e]<=b;++e)c+=u;--e;var g=(b-x[e])/(x[e+1]-x[e]),h=c+g*u,i=j(h,a,d);return i>=q?k(b,h):0==i?h:m(b,c,c+u)}function o(){y=!0,(a!=c||d!=e)&&l()}var p=4,q=.001,r=1e-7,s=10,t=11,u=1/(t-1),v="Float32Array"in b;if(4!==arguments.length)return!1;for(var w=0;4>w;++w)if("number"!=typeof arguments[w]||isNaN(arguments[w])||!isFinite(arguments[w]))return!1;a=Math.min(a,1),d=Math.min(d,1),a=Math.max(a,0),d=Math.max(d,0);var x=v?new Float32Array(t):new Array(t),y=!1,z=function(b){return y||o(),a===c&&d===e?b:0===b?0:1===b?1:i(n(b),c,e)};z.getControlPoints=function(){return[{x:a,y:c},{x:d,y:e}]};var A="generateBezier("+[a,c,d,e]+")";return z.toString=function(){return A},z}function j(a,b){var c=a;return p.isString(a)?t.Easings[a]||(c=!1):c=p.isArray(a)&&1===a.length?h.apply(null,a):p.isArray(a)&&2===a.length?u.apply(null,a.concat([b])):!(!p.isArray(a)||4!==a.length)&&i.apply(null,a),c===!1&&(c=t.Easings[t.defaults.easing]?t.defaults.easing:s),c}function k(a){if(a){var b=(new Date).getTime(),c=t.State.calls.length;c>1e4&&(t.State.calls=e(t.State.calls));for(var f=0;c>f;f++)if(t.State.calls[f]){var h=t.State.calls[f],i=h[0],j=h[2],n=h[3],o=!!n,q=null;n||(n=t.State.calls[f][3]=b-16);for(var r=Math.min((b-n)/j.duration,1),s=0,u=i.length;u>s;s++){var w=i[s],y=w.element;if(g(y)){var z=!1;if(j.display!==d&&null!==j.display&&"none"!==j.display){if("flex"===j.display){var A=["-webkit-box","-moz-box","-ms-flexbox","-webkit-flex"];m.each(A,function(a,b){v.setPropertyValue(y,"display",b)})}v.setPropertyValue(y,"display",j.display)}j.visibility!==d&&"hidden"!==j.visibility&&v.setPropertyValue(y,"visibility",j.visibility);for(var B in w)if("element"!==B){var C,D=w[B],E=p.isString(D.easing)?t.Easings[D.easing]:D.easing;if(1===r)C=D.endValue;else{var F=D.endValue-D.startValue;if(C=D.startValue+F*E(r,j,F),!o&&C===D.currentValue)continue}if(D.currentValue=C,"tween"===B)q=C;else{if(v.Hooks.registered[B]){var G=v.Hooks.getRoot(B),H=g(y).rootPropertyValueCache[G];H&&(D.rootPropertyValue=H)}var I=v.setPropertyValue(y,B,D.currentValue+(0===parseFloat(C)?"":D.unitType),D.rootPropertyValue,D.scrollData);v.Hooks.registered[B]&&(g(y).rootPropertyValueCache[G]=v.Normalizations.registered[G]?v.Normalizations.registered[G]("extract",null,I[1]):I[1]),"transform"===I[0]&&(z=!0)}}j.mobileHA&&g(y).transformCache.translate3d===d&&(g(y).transformCache.translate3d="(0px, 0px, 0px)",z=!0),z&&v.flushTransformCache(y)}}j.display!==d&&"none"!==j.display&&(t.State.calls[f][2].display=!1),j.visibility!==d&&"hidden"!==j.visibility&&(t.State.calls[f][2].visibility=!1),j.progress&&j.progress.call(h[1],h[1],r,Math.max(0,n+j.duration-b),n,q),1===r&&l(f)}}t.State.isTicking&&x(k)}function l(a,b){if(!t.State.calls[a])return!1;for(var c=t.State.calls[a][0],e=t.State.calls[a][1],f=t.State.calls[a][2],h=t.State.calls[a][4],i=!1,j=0,k=c.length;k>j;j++){var l=c[j].element;if(b||f.loop||("none"===f.display&&v.setPropertyValue(l,"display",f.display),"hidden"===f.visibility&&v.setPropertyValue(l,"visibility",f.visibility)),f.loop!==!0&&(m.queue(l)[1]===d||!/\.velocityQueueEntryFlag/i.test(m.queue(l)[1]))&&g(l)){g(l).isAnimating=!1,g(l).rootPropertyValueCache={};var n=!1;m.each(v.Lists.transforms3D,function(a,b){var c=/^scale/.test(b)?1:0,e=g(l).transformCache[b];g(l).transformCache[b]!==d&&new RegExp("^\\("+c+"[^.]").test(e)&&(n=!0,delete g(l).transformCache[b])}),f.mobileHA&&(n=!0,delete g(l).transformCache.translate3d),n&&v.flushTransformCache(l),v.Values.removeClass(l,"velocity-animating")}if(!b&&f.complete&&!f.loop&&j===k-1)try{f.complete.call(e,e)}catch(o){setTimeout(function(){throw o},1)}h&&f.loop!==!0&&h(e),g(l)&&f.loop===!0&&!b&&(m.each(g(l).tweensContainer,function(a,b){/^rotate/.test(a)&&360===parseFloat(b.endValue)&&(b.endValue=0,b.startValue=360),/^backgroundPosition/.test(a)&&100===parseFloat(b.endValue)&&"%"===b.unitType&&(b.endValue=0,b.startValue=100)}),t(l,"reverse",{loop:!0,delay:f.delay})),f.queue!==!1&&m.dequeue(l,f.queue)}t.State.calls[a]=!1;for(var p=0,q=t.State.calls.length;q>p;p++)if(t.State.calls[p]!==!1){i=!0;break}i===!1&&(t.State.isTicking=!1,delete t.State.calls,t.State.calls=[])}var m,n=function(){if(c.documentMode)return c.documentMode;for(var a=7;a>4;a--){var b=c.createElement("div");if(b.innerHTML="<!--[if IE "+a+"]><span></span><![endif]-->",b.getElementsByTagName("span").length)return b=null,a}return d}(),o=function(){var a=0;return b.webkitRequestAnimationFrame||b.mozRequestAnimationFrame||function(b){var c,d=(new Date).getTime();return c=Math.max(0,16-(d-a)),a=d+c,setTimeout(function(){b(d+c)},c)}}(),p={isString:function(a){return"string"==typeof a},isArray:Array.isArray||function(a){return"[object Array]"===Object.prototype.toString.call(a)},isFunction:function(a){return"[object Function]"===Object.prototype.toString.call(a)},isNode:function(a){return a&&a.nodeType},isNodeList:function(a){return"object"==typeof a&&/^\[object (HTMLCollection|NodeList|Object)\]$/.test(Object.prototype.toString.call(a))&&a.length!==d&&(0===a.length||"object"==typeof a[0]&&a[0].nodeType>0)},isWrapped:function(a){return a&&(a.jquery||b.Zepto&&b.Zepto.zepto.isZ(a))},isSVG:function(a){return b.SVGElement&&a instanceof b.SVGElement},isEmptyObject:function(a){for(var b in a)return!1;return!0}},q=!1;if(a.fn&&a.fn.jquery?(m=a,q=!0):m=b.Velocity.Utilities,8>=n&&!q)throw new Error("Velocity: IE8 and below require jQuery to be loaded before Velocity.");if(7>=n)return void(jQuery.fn.velocity=jQuery.fn.animate);var r=400,s="swing",t={State:{isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),isAndroid:/Android/i.test(navigator.userAgent),isGingerbread:/Android 2\.3\.[3-7]/i.test(navigator.userAgent),isChrome:b.chrome,isFirefox:/Firefox/i.test(navigator.userAgent),prefixElement:c.createElement("div"),prefixMatches:{},scrollAnchor:null,scrollPropertyLeft:null,scrollPropertyTop:null,isTicking:!1,calls:[]},CSS:{},Utilities:m,Redirects:{},Easings:{},Promise:b.Promise,defaults:{queue:"",duration:r,easing:s,begin:d,complete:d,progress:d,display:d,visibility:d,loop:!1,delay:!1,mobileHA:!0,_cacheValues:!0},init:function(a){m.data(a,"velocity",{isSVG:p.isSVG(a),isAnimating:!1,computedStyle:null,tweensContainer:null,rootPropertyValueCache:{},transformCache:{}})},hook:null,mock:!1,version:{major:1,minor:2,patch:2},debug:!1};b.pageYOffset!==d?(t.State.scrollAnchor=b,t.State.scrollPropertyLeft="pageXOffset",t.State.scrollPropertyTop="pageYOffset"):(t.State.scrollAnchor=c.documentElement||c.body.parentNode||c.body,t.State.scrollPropertyLeft="scrollLeft",t.State.scrollPropertyTop="scrollTop");var u=function(){function a(a){return-a.tension*a.x-a.friction*a.v}function b(b,c,d){var e={x:b.x+d.dx*c,v:b.v+d.dv*c,tension:b.tension,friction:b.friction};return{dx:e.v,dv:a(e)}}function c(c,d){var e={dx:c.v,dv:a(c)},f=b(c,.5*d,e),g=b(c,.5*d,f),h=b(c,d,g),i=1/6*(e.dx+2*(f.dx+g.dx)+h.dx),j=1/6*(e.dv+2*(f.dv+g.dv)+h.dv);return c.x=c.x+i*d,c.v=c.v+j*d,c}return function d(a,b,e){var f,g,h,i={x:-1,v:0,tension:null,friction:null},j=[0],k=0,l=1e-4,m=.016;for(a=parseFloat(a)||500,b=parseFloat(b)||20,e=e||null,i.tension=a,i.friction=b,f=null!==e,f?(k=d(a,b),g=k/e*m):g=m;h=c(h||i,g),j.push(1+h.x),k+=16,Math.abs(h.x)>l&&Math.abs(h.v)>l;);return f?function(a){return j[a*(j.length-1)|0]}:k}}();t.Easings={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},spring:function(a){return 1-Math.cos(4.5*a*Math.PI)*Math.exp(6*-a)}},m.each([["ease",[.25,.1,.25,1]],["ease-in",[.42,0,1,1]],["ease-out",[0,0,.58,1]],["ease-in-out",[.42,0,.58,1]],["easeInSine",[.47,0,.745,.715]],["easeOutSine",[.39,.575,.565,1]],["easeInOutSine",[.445,.05,.55,.95]],["easeInQuad",[.55,.085,.68,.53]],["easeOutQuad",[.25,.46,.45,.94]],["easeInOutQuad",[.455,.03,.515,.955]],["easeInCubic",[.55,.055,.675,.19]],["easeOutCubic",[.215,.61,.355,1]],["easeInOutCubic",[.645,.045,.355,1]],["easeInQuart",[.895,.03,.685,.22]],["easeOutQuart",[.165,.84,.44,1]],["easeInOutQuart",[.77,0,.175,1]],["easeInQuint",[.755,.05,.855,.06]],["easeOutQuint",[.23,1,.32,1]],["easeInOutQuint",[.86,0,.07,1]],["easeInExpo",[.95,.05,.795,.035]],["easeOutExpo",[.19,1,.22,1]],["easeInOutExpo",[1,0,0,1]],["easeInCirc",[.6,.04,.98,.335]],["easeOutCirc",[.075,.82,.165,1]],["easeInOutCirc",[.785,.135,.15,.86]]],function(a,b){t.Easings[b[0]]=i.apply(null,b[1])});var v=t.CSS={RegEx:{isHex:/^#([A-f\d]{3}){1,2}$/i,valueUnwrap:/^[A-z]+\((.*)\)$/i,wrappedValueAlreadyExtracted:/[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/,valueSplit:/([A-z]+\(.+\))|(([A-z0-9#-.]+?)(?=\s|$))/gi},Lists:{colors:["fill","stroke","stopColor","color","backgroundColor","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","outlineColor"],transformsBase:["translateX","translateY","scale","scaleX","scaleY","skewX","skewY","rotateZ"],transforms3D:["transformPerspective","translateZ","scaleZ","rotateX","rotateY"]},Hooks:{templates:{textShadow:["Color X Y Blur","black 0px 0px 0px"],boxShadow:["Color X Y Blur Spread","black 0px 0px 0px 0px"],clip:["Top Right Bottom Left","0px 0px 0px 0px"],backgroundPosition:["X Y","0% 0%"],transformOrigin:["X Y Z","50% 50% 0px"],perspectiveOrigin:["X Y","50% 50%"]},registered:{},register:function(){for(var a=0;a<v.Lists.colors.length;a++){var b="color"===v.Lists.colors[a]?"0 0 0 1":"255 255 255 1";v.Hooks.templates[v.Lists.colors[a]]=["Red Green Blue Alpha",b]}var c,d,e;if(n)for(c in v.Hooks.templates){d=v.Hooks.templates[c],e=d[0].split(" ");var f=d[1].match(v.RegEx.valueSplit);"Color"===e[0]&&(e.push(e.shift()),f.push(f.shift()),v.Hooks.templates[c]=[e.join(" "),f.join(" ")])}for(c in v.Hooks.templates){d=v.Hooks.templates[c],e=d[0].split(" ");for(var a in e){var g=c+e[a],h=a;v.Hooks.registered[g]=[c,h]}}},getRoot:function(a){var b=v.Hooks.registered[a];return b?b[0]:a},cleanRootPropertyValue:function(a,b){return v.RegEx.valueUnwrap.test(b)&&(b=b.match(v.RegEx.valueUnwrap)[1]),v.Values.isCSSNullValue(b)&&(b=v.Hooks.templates[a][1]),b},extractValue:function(a,b){var c=v.Hooks.registered[a];if(c){var d=c[0],e=c[1];return b=v.Hooks.cleanRootPropertyValue(d,b),b.toString().match(v.RegEx.valueSplit)[e]}return b},injectValue:function(a,b,c){var d=v.Hooks.registered[a];if(d){var e,f,g=d[0],h=d[1];return c=v.Hooks.cleanRootPropertyValue(g,c),e=c.toString().match(v.RegEx.valueSplit),e[h]=b,f=e.join(" ")}return c}},Normalizations:{registered:{clip:function(a,b,c){switch(a){case"name":return"clip";case"extract":var d;return v.RegEx.wrappedValueAlreadyExtracted.test(c)?d=c:(d=c.toString().match(v.RegEx.valueUnwrap),d=d?d[1].replace(/,(\s+)?/g," "):c),d;case"inject":return"rect("+c+")"}},blur:function(a,b,c){switch(a){case"name":return t.State.isFirefox?"filter":"-webkit-filter";case"extract":var d=parseFloat(c);if(!d&&0!==d){var e=c.toString().match(/blur\(([0-9]+[A-z]+)\)/i);d=e?e[1]:0}return d;case"inject":return parseFloat(c)?"blur("+c+")":"none"}},opacity:function(a,b,c){if(8>=n)switch(a){case"name":return"filter";case"extract":var d=c.toString().match(/alpha\(opacity=(.*)\)/i);return c=d?d[1]/100:1;case"inject":return b.style.zoom=1,parseFloat(c)>=1?"":"alpha(opacity="+parseInt(100*parseFloat(c),10)+")"}else switch(a){case"name":return"opacity";case"extract":return c;case"inject":return c}}},register:function(){9>=n||t.State.isGingerbread||(v.Lists.transformsBase=v.Lists.transformsBase.concat(v.Lists.transforms3D));for(var a=0;a<v.Lists.transformsBase.length;a++)!function(){var b=v.Lists.transformsBase[a];v.Normalizations.registered[b]=function(a,c,e){switch(a){case"name":return"transform";case"extract":return g(c)===d||g(c).transformCache[b]===d?/^scale/i.test(b)?1:0:g(c).transformCache[b].replace(/[()]/g,"");case"inject":var f=!1;switch(b.substr(0,b.length-1)){case"translate":f=!/(%|px|em|rem|vw|vh|\d)$/i.test(e);break;case"scal":case"scale":t.State.isAndroid&&g(c).transformCache[b]===d&&1>e&&(e=1),f=!/(\d)$/i.test(e);break;case"skew":f=!/(deg|\d)$/i.test(e);break;case"rotate":f=!/(deg|\d)$/i.test(e)}return f||(g(c).transformCache[b]="("+e+")"),g(c).transformCache[b]}}}();for(var a=0;a<v.Lists.colors.length;a++)!function(){var b=v.Lists.colors[a];v.Normalizations.registered[b]=function(a,c,e){switch(a){case"name":return b;case"extract":var f;if(v.RegEx.wrappedValueAlreadyExtracted.test(e))f=e;else{var g,h={black:"rgb(0, 0, 0)",blue:"rgb(0, 0, 255)",gray:"rgb(128, 128, 128)",green:"rgb(0, 128, 0)",red:"rgb(255, 0, 0)",white:"rgb(255, 255, 255)"};/^[A-z]+$/i.test(e)?g=h[e]!==d?h[e]:h.black:v.RegEx.isHex.test(e)?g="rgb("+v.Values.hexToRgb(e).join(" ")+")":/^rgba?\(/i.test(e)||(g=h.black),f=(g||e).toString().match(v.RegEx.valueUnwrap)[1].replace(/,(\s+)?/g," ")}return 8>=n||3!==f.split(" ").length||(f+=" 1"),f;case"inject":return 8>=n?4===e.split(" ").length&&(e=e.split(/\s+/).slice(0,3).join(" ")):3===e.split(" ").length&&(e+=" 1"),(8>=n?"rgb":"rgba")+"("+e.replace(/\s+/g,",").replace(/\.(\d)+(?=,)/g,"")+")"}}}()}},Names:{camelCase:function(a){return a.replace(/-(\w)/g,function(a,b){return b.toUpperCase()})},SVGAttribute:function(a){var b="width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2";return(n||t.State.isAndroid&&!t.State.isChrome)&&(b+="|transform"),new RegExp("^("+b+")$","i").test(a)},prefixCheck:function(a){if(t.State.prefixMatches[a])return[t.State.prefixMatches[a],!0];for(var b=["","Webkit","Moz","ms","O"],c=0,d=b.length;d>c;c++){var e;if(e=0===c?a:b[c]+a.replace(/^\w/,function(a){return a.toUpperCase()}),p.isString(t.State.prefixElement.style[e]))return t.State.prefixMatches[a]=e,[e,!0]}return[a,!1]}},Values:{hexToRgb:function(a){var b,c=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,d=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;return a=a.replace(c,function(a,b,c,d){return b+b+c+c+d+d}),b=d.exec(a),b?[parseInt(b[1],16),parseInt(b[2],16),parseInt(b[3],16)]:[0,0,0]},isCSSNullValue:function(a){return 0==a||/^(none|auto|transparent|(rgba\(0, ?0, ?0, ?0\)))$/i.test(a)},getUnitType:function(a){return/^(rotate|skew)/i.test(a)?"deg":/(^(scale|scaleX|scaleY|scaleZ|alpha|flexGrow|flexHeight|zIndex|fontWeight)$)|((opacity|red|green|blue|alpha)$)/i.test(a)?"":"px"},getDisplayType:function(a){var b=a&&a.tagName.toString().toLowerCase();return/^(b|big|i|small|tt|abbr|acronym|cite|code|dfn|em|kbd|strong|samp|var|a|bdo|br|img|map|object|q|script|span|sub|sup|button|input|label|select|textarea)$/i.test(b)?"inline":/^(li)$/i.test(b)?"list-item":/^(tr)$/i.test(b)?"table-row":/^(table)$/i.test(b)?"table":/^(tbody)$/i.test(b)?"table-row-group":"block"},addClass:function(a,b){a.classList?a.classList.add(b):a.className+=(a.className.length?" ":"")+b},removeClass:function(a,b){a.classList?a.classList.remove(b):a.className=a.className.toString().replace(new RegExp("(^|\\s)"+b.split(" ").join("|")+"(\\s|$)","gi")," ")}},getPropertyValue:function(a,c,e,f){function h(a,c){function e(){j&&v.setPropertyValue(a,"display","none")}var i=0;if(8>=n)i=m.css(a,c);else{var j=!1;if(/^(width|height)$/.test(c)&&0===v.getPropertyValue(a,"display")&&(j=!0,v.setPropertyValue(a,"display",v.Values.getDisplayType(a))),!f){if("height"===c&&"border-box"!==v.getPropertyValue(a,"boxSizing").toString().toLowerCase()){var k=a.offsetHeight-(parseFloat(v.getPropertyValue(a,"borderTopWidth"))||0)-(parseFloat(v.getPropertyValue(a,"borderBottomWidth"))||0)-(parseFloat(v.getPropertyValue(a,"paddingTop"))||0)-(parseFloat(v.getPropertyValue(a,"paddingBottom"))||0);return e(),k}if("width"===c&&"border-box"!==v.getPropertyValue(a,"boxSizing").toString().toLowerCase()){var l=a.offsetWidth-(parseFloat(v.getPropertyValue(a,"borderLeftWidth"))||0)-(parseFloat(v.getPropertyValue(a,"borderRightWidth"))||0)-(parseFloat(v.getPropertyValue(a,"paddingLeft"))||0)-(parseFloat(v.getPropertyValue(a,"paddingRight"))||0);return e(),l}}var o;o=g(a)===d?b.getComputedStyle(a,null):g(a).computedStyle?g(a).computedStyle:g(a).computedStyle=b.getComputedStyle(a,null),"borderColor"===c&&(c="borderTopColor"),i=9===n&&"filter"===c?o.getPropertyValue(c):o[c],(""===i||null===i)&&(i=a.style[c]),e()}if("auto"===i&&/^(top|right|bottom|left)$/i.test(c)){var p=h(a,"position");("fixed"===p||"absolute"===p&&/top|left/i.test(c))&&(i=m(a).position()[c]+"px")}return i}var i;if(v.Hooks.registered[c]){var j=c,k=v.Hooks.getRoot(j);e===d&&(e=v.getPropertyValue(a,v.Names.prefixCheck(k)[0])),v.Normalizations.registered[k]&&(e=v.Normalizations.registered[k]("extract",a,e)),i=v.Hooks.extractValue(j,e)}else if(v.Normalizations.registered[c]){var l,o;l=v.Normalizations.registered[c]("name",a),"transform"!==l&&(o=h(a,v.Names.prefixCheck(l)[0]),v.Values.isCSSNullValue(o)&&v.Hooks.templates[c]&&(o=v.Hooks.templates[c][1])),i=v.Normalizations.registered[c]("extract",a,o)}if(!/^[\d-]/.test(i))if(g(a)&&g(a).isSVG&&v.Names.SVGAttribute(c))if(/^(height|width)$/i.test(c))try{i=a.getBBox()[c]}catch(p){i=0}else i=a.getAttribute(c);else i=h(a,v.Names.prefixCheck(c)[0]);return v.Values.isCSSNullValue(i)&&(i=0),t.debug>=2&&console.log("Get "+c+": "+i),i},setPropertyValue:function(a,c,d,e,f){var h=c;if("scroll"===c)f.container?f.container["scroll"+f.direction]=d:"Left"===f.direction?b.scrollTo(d,f.alternateValue):b.scrollTo(f.alternateValue,d);else if(v.Normalizations.registered[c]&&"transform"===v.Normalizations.registered[c]("name",a))v.Normalizations.registered[c]("inject",a,d),h="transform",d=g(a).transformCache[c];else{if(v.Hooks.registered[c]){var i=c,j=v.Hooks.getRoot(c);e=e||v.getPropertyValue(a,j),d=v.Hooks.injectValue(i,d,e),c=j}if(v.Normalizations.registered[c]&&(d=v.Normalizations.registered[c]("inject",a,d),c=v.Normalizations.registered[c]("name",a)),h=v.Names.prefixCheck(c)[0],8>=n)try{a.style[h]=d}catch(k){t.debug&&console.log("Browser does not support ["+d+"] for ["+h+"]")}else g(a)&&g(a).isSVG&&v.Names.SVGAttribute(c)?a.setAttribute(c,d):a.style[h]=d;t.debug>=2&&console.log("Set "+c+" ("+h+"): "+d)}return[h,d]},flushTransformCache:function(a){function b(b){return parseFloat(v.getPropertyValue(a,b))}var c="";if((n||t.State.isAndroid&&!t.State.isChrome)&&g(a).isSVG){var d={translate:[b("translateX"),b("translateY")],skewX:[b("skewX")],skewY:[b("skewY")],scale:1!==b("scale")?[b("scale"),b("scale")]:[b("scaleX"),b("scaleY")],rotate:[b("rotateZ"),0,0]};m.each(g(a).transformCache,function(a){/^translate/i.test(a)?a="translate":/^scale/i.test(a)?a="scale":/^rotate/i.test(a)&&(a="rotate"),d[a]&&(c+=a+"("+d[a].join(" ")+") ",delete d[a])})}else{var e,f;m.each(g(a).transformCache,function(b){return e=g(a).transformCache[b],"transformPerspective"===b?(f=e,!0):(9===n&&"rotateZ"===b&&(b="rotate"),void(c+=b+e+" "))}),f&&(c="perspective"+f+" "+c)}v.setPropertyValue(a,"transform",c)}};v.Hooks.register(),v.Normalizations.register(),t.hook=function(a,b,c){var e=d;return a=f(a),m.each(a,function(a,f){if(g(f)===d&&t.init(f),c===d)e===d&&(e=t.CSS.getPropertyValue(f,b));else{var h=t.CSS.setPropertyValue(f,b,c);"transform"===h[0]&&t.CSS.flushTransformCache(f),e=h}}),e};var w=function(){function a(){return h?B.promise||null:i}function e(){function a(a){function l(a,b){var c=d,e=d,g=d;return p.isArray(a)?(c=a[0],!p.isArray(a[1])&&/^[\d-]/.test(a[1])||p.isFunction(a[1])||v.RegEx.isHex.test(a[1])?g=a[1]:(p.isString(a[1])&&!v.RegEx.isHex.test(a[1])||p.isArray(a[1]))&&(e=b?a[1]:j(a[1],h.duration),a[2]!==d&&(g=a[2]))):c=a,b||(e=e||h.easing),p.isFunction(c)&&(c=c.call(f,y,x)),p.isFunction(g)&&(g=g.call(f,y,x)),[c||0,e,g]}function n(a,b){var c,d;return d=(b||"0").toString().toLowerCase().replace(/[%A-z]+$/,function(a){return c=a,""}),c||(c=v.Values.getUnitType(a)),[d,c]}function r(){var a={myParent:f.parentNode||c.body,position:v.getPropertyValue(f,"position"),fontSize:v.getPropertyValue(f,"fontSize")},d=a.position===I.lastPosition&&a.myParent===I.lastParent,e=a.fontSize===I.lastFontSize;I.lastParent=a.myParent,I.lastPosition=a.position,I.lastFontSize=a.fontSize;var h=100,i={};if(e&&d)i.emToPx=I.lastEmToPx,i.percentToPxWidth=I.lastPercentToPxWidth,i.percentToPxHeight=I.lastPercentToPxHeight;else{var j=g(f).isSVG?c.createElementNS("http://www.w3.org/2000/svg","rect"):c.createElement("div");t.init(j),a.myParent.appendChild(j),m.each(["overflow","overflowX","overflowY"],function(a,b){t.CSS.setPropertyValue(j,b,"hidden")}),t.CSS.setPropertyValue(j,"position",a.position),t.CSS.setPropertyValue(j,"fontSize",a.fontSize),t.CSS.setPropertyValue(j,"boxSizing","content-box"),m.each(["minWidth","maxWidth","width","minHeight","maxHeight","height"],function(a,b){t.CSS.setPropertyValue(j,b,h+"%")}),t.CSS.setPropertyValue(j,"paddingLeft",h+"em"),i.percentToPxWidth=I.lastPercentToPxWidth=(parseFloat(v.getPropertyValue(j,"width",null,!0))||1)/h,i.percentToPxHeight=I.lastPercentToPxHeight=(parseFloat(v.getPropertyValue(j,"height",null,!0))||1)/h,i.emToPx=I.lastEmToPx=(parseFloat(v.getPropertyValue(j,"paddingLeft"))||1)/h,a.myParent.removeChild(j)}return null===I.remToPx&&(I.remToPx=parseFloat(v.getPropertyValue(c.body,"fontSize"))||16),null===I.vwToPx&&(I.vwToPx=parseFloat(b.innerWidth)/100,I.vhToPx=parseFloat(b.innerHeight)/100),i.remToPx=I.remToPx,i.vwToPx=I.vwToPx,i.vhToPx=I.vhToPx,t.debug>=1&&console.log("Unit ratios: "+JSON.stringify(i),f),i}if(h.begin&&0===y)try{h.begin.call(o,o)}catch(u){setTimeout(function(){throw u},1)}if("scroll"===C){var w,z,A,D=/^x$/i.test(h.axis)?"Left":"Top",E=parseFloat(h.offset)||0;h.container?p.isWrapped(h.container)||p.isNode(h.container)?(h.container=h.container[0]||h.container,w=h.container["scroll"+D],A=w+m(f).position()[D.toLowerCase()]+E):h.container=null:(w=t.State.scrollAnchor[t.State["scrollProperty"+D]],z=t.State.scrollAnchor[t.State["scrollProperty"+("Left"===D?"Top":"Left")]],A=m(f).offset()[D.toLowerCase()]+E),i={scroll:{rootPropertyValue:!1,startValue:w,currentValue:w,endValue:A,unitType:"",easing:h.easing,scrollData:{container:h.container,direction:D,alternateValue:z}},element:f},t.debug&&console.log("tweensContainer (scroll): ",i.scroll,f)}else if("reverse"===C){if(!g(f).tweensContainer)return void m.dequeue(f,h.queue);"none"===g(f).opts.display&&(g(f).opts.display="auto"),"hidden"===g(f).opts.visibility&&(g(f).opts.visibility="visible"),g(f).opts.loop=!1,g(f).opts.begin=null,g(f).opts.complete=null,s.easing||delete h.easing,s.duration||delete h.duration,h=m.extend({},g(f).opts,h);var F=m.extend(!0,{},g(f).tweensContainer);for(var G in F)if("element"!==G){var H=F[G].startValue;F[G].startValue=F[G].currentValue=F[G].endValue,F[G].endValue=H,p.isEmptyObject(s)||(F[G].easing=h.easing),t.debug&&console.log("reverse tweensContainer ("+G+"): "+JSON.stringify(F[G]),f)}i=F}else if("start"===C){var F;g(f).tweensContainer&&g(f).isAnimating===!0&&(F=g(f).tweensContainer),m.each(q,function(a,b){if(RegExp("^"+v.Lists.colors.join("$|^")+"$").test(a)){var c=l(b,!0),e=c[0],f=c[1],g=c[2];if(v.RegEx.isHex.test(e)){for(var h=["Red","Green","Blue"],i=v.Values.hexToRgb(e),j=g?v.Values.hexToRgb(g):d,k=0;k<h.length;k++){var m=[i[k]];f&&m.push(f),j!==d&&m.push(j[k]),q[a+h[k]]=m}delete q[a]}}});for(var K in q){var L=l(q[K]),M=L[0],N=L[1],O=L[2];K=v.Names.camelCase(K);var P=v.Hooks.getRoot(K),Q=!1;if(g(f).isSVG||"tween"===P||v.Names.prefixCheck(P)[1]!==!1||v.Normalizations.registered[P]!==d){(h.display!==d&&null!==h.display&&"none"!==h.display||h.visibility!==d&&"hidden"!==h.visibility)&&/opacity|filter/.test(K)&&!O&&0!==M&&(O=0),h._cacheValues&&F&&F[K]?(O===d&&(O=F[K].endValue+F[K].unitType),Q=g(f).rootPropertyValueCache[P]):v.Hooks.registered[K]?O===d?(Q=v.getPropertyValue(f,P),O=v.getPropertyValue(f,K,Q)):Q=v.Hooks.templates[P][1]:O===d&&(O=v.getPropertyValue(f,K));var R,S,T,U=!1;if(R=n(K,O),O=R[0],T=R[1],R=n(K,M),M=R[0].replace(/^([+-\/*])=/,function(a,b){return U=b,""}),S=R[1],O=parseFloat(O)||0,M=parseFloat(M)||0,"%"===S&&(/^(fontSize|lineHeight)$/.test(K)?(M/=100,S="em"):/^scale/.test(K)?(M/=100,S=""):/(Red|Green|Blue)$/i.test(K)&&(M=M/100*255,S="")),/[\/*]/.test(U))S=T;else if(T!==S&&0!==O)if(0===M)S=T;else{e=e||r();var V=/margin|padding|left|right|width|text|word|letter/i.test(K)||/X$/.test(K)||"x"===K?"x":"y";
7
- switch(T){case"%":O*="x"===V?e.percentToPxWidth:e.percentToPxHeight;break;case"px":break;default:O*=e[T+"ToPx"]}switch(S){case"%":O*=1/("x"===V?e.percentToPxWidth:e.percentToPxHeight);break;case"px":break;default:O*=1/e[S+"ToPx"]}}switch(U){case"+":M=O+M;break;case"-":M=O-M;break;case"*":M=O*M;break;case"/":M=O/M}i[K]={rootPropertyValue:Q,startValue:O,currentValue:O,endValue:M,unitType:S,easing:N},t.debug&&console.log("tweensContainer ("+K+"): "+JSON.stringify(i[K]),f)}else t.debug&&console.log("Skipping ["+P+"] due to a lack of browser support.")}i.element=f}i.element&&(v.Values.addClass(f,"velocity-animating"),J.push(i),""===h.queue&&(g(f).tweensContainer=i,g(f).opts=h),g(f).isAnimating=!0,y===x-1?(t.State.calls.push([J,o,h,null,B.resolver]),t.State.isTicking===!1&&(t.State.isTicking=!0,k())):y++)}var e,f=this,h=m.extend({},t.defaults,s),i={};switch(g(f)===d&&t.init(f),parseFloat(h.delay)&&h.queue!==!1&&m.queue(f,h.queue,function(a){t.velocityQueueEntryFlag=!0,g(f).delayTimer={setTimeout:setTimeout(a,parseFloat(h.delay)),next:a}}),h.duration.toString().toLowerCase()){case"fast":h.duration=200;break;case"normal":h.duration=r;break;case"slow":h.duration=600;break;default:h.duration=parseFloat(h.duration)||1}t.mock!==!1&&(t.mock===!0?h.duration=h.delay=1:(h.duration*=parseFloat(t.mock)||1,h.delay*=parseFloat(t.mock)||1)),h.easing=j(h.easing,h.duration),h.begin&&!p.isFunction(h.begin)&&(h.begin=null),h.progress&&!p.isFunction(h.progress)&&(h.progress=null),h.complete&&!p.isFunction(h.complete)&&(h.complete=null),h.display!==d&&null!==h.display&&(h.display=h.display.toString().toLowerCase(),"auto"===h.display&&(h.display=t.CSS.Values.getDisplayType(f))),h.visibility!==d&&null!==h.visibility&&(h.visibility=h.visibility.toString().toLowerCase()),h.mobileHA=h.mobileHA&&t.State.isMobile&&!t.State.isGingerbread,h.queue===!1?h.delay?setTimeout(a,h.delay):a():m.queue(f,h.queue,function(b,c){return c===!0?(B.promise&&B.resolver(o),!0):(t.velocityQueueEntryFlag=!0,void a(b))}),""!==h.queue&&"fx"!==h.queue||"inprogress"===m.queue(f)[0]||m.dequeue(f)}var h,i,n,o,q,s,u=arguments[0]&&(arguments[0].p||m.isPlainObject(arguments[0].properties)&&!arguments[0].properties.names||p.isString(arguments[0].properties));if(p.isWrapped(this)?(h=!1,n=0,o=this,i=this):(h=!0,n=1,o=u?arguments[0].elements||arguments[0].e:arguments[0]),o=f(o)){u?(q=arguments[0].properties||arguments[0].p,s=arguments[0].options||arguments[0].o):(q=arguments[n],s=arguments[n+1]);var x=o.length,y=0;if(!/^(stop|finish)$/i.test(q)&&!m.isPlainObject(s)){var z=n+1;s={};for(var A=z;A<arguments.length;A++)p.isArray(arguments[A])||!/^(fast|normal|slow)$/i.test(arguments[A])&&!/^\d/.test(arguments[A])?p.isString(arguments[A])||p.isArray(arguments[A])?s.easing=arguments[A]:p.isFunction(arguments[A])&&(s.complete=arguments[A]):s.duration=arguments[A]}var B={promise:null,resolver:null,rejecter:null};h&&t.Promise&&(B.promise=new t.Promise(function(a,b){B.resolver=a,B.rejecter=b}));var C;switch(q){case"scroll":C="scroll";break;case"reverse":C="reverse";break;case"finish":case"stop":m.each(o,function(a,b){g(b)&&g(b).delayTimer&&(clearTimeout(g(b).delayTimer.setTimeout),g(b).delayTimer.next&&g(b).delayTimer.next(),delete g(b).delayTimer)});var D=[];return m.each(t.State.calls,function(a,b){b&&m.each(b[1],function(c,e){var f=s===d?"":s;return f!==!0&&b[2].queue!==f&&(s!==d||b[2].queue!==!1)||void m.each(o,function(c,d){d===e&&((s===!0||p.isString(s))&&(m.each(m.queue(d,p.isString(s)?s:""),function(a,b){p.isFunction(b)&&b(null,!0)}),m.queue(d,p.isString(s)?s:"",[])),"stop"===q?(g(d)&&g(d).tweensContainer&&f!==!1&&m.each(g(d).tweensContainer,function(a,b){b.endValue=b.currentValue}),D.push(a)):"finish"===q&&(b[2].duration=1))})})}),"stop"===q&&(m.each(D,function(a,b){l(b,!0)}),B.promise&&B.resolver(o)),a();default:if(!m.isPlainObject(q)||p.isEmptyObject(q)){if(p.isString(q)&&t.Redirects[q]){var E=m.extend({},s),F=E.duration,G=E.delay||0;return E.backwards===!0&&(o=m.extend(!0,[],o).reverse()),m.each(o,function(a,b){parseFloat(E.stagger)?E.delay=G+parseFloat(E.stagger)*a:p.isFunction(E.stagger)&&(E.delay=G+E.stagger.call(b,a,x)),E.drag&&(E.duration=parseFloat(F)||(/^(callout|transition)/.test(q)?1e3:r),E.duration=Math.max(E.duration*(E.backwards?1-a/x:(a+1)/x),.75*E.duration,200)),t.Redirects[q].call(b,b,E||{},a,x,o,B.promise?B:d)}),a()}var H="Velocity: First argument ("+q+") was not a property map, a known action, or a registered redirect. Aborting.";return B.promise?B.rejecter(new Error(H)):console.log(H),a()}C="start"}var I={lastParent:null,lastPosition:null,lastFontSize:null,lastPercentToPxWidth:null,lastPercentToPxHeight:null,lastEmToPx:null,remToPx:null,vwToPx:null,vhToPx:null},J=[];m.each(o,function(a,b){p.isNode(b)&&e.call(b)});var K,E=m.extend({},t.defaults,s);if(E.loop=parseInt(E.loop),K=2*E.loop-1,E.loop)for(var L=0;K>L;L++){var M={delay:E.delay,progress:E.progress};L===K-1&&(M.display=E.display,M.visibility=E.visibility,M.complete=E.complete),w(o,"reverse",M)}return a()}};t=m.extend(w,t),t.animate=w;var x=b.requestAnimationFrame||o;return t.State.isMobile||c.hidden===d||c.addEventListener("visibilitychange",function(){c.hidden?(x=function(a){return setTimeout(function(){a(!0)},16)},k()):x=b.requestAnimationFrame||o}),a.Velocity=t,a!==b&&(a.fn.velocity=w,a.fn.velocity.defaults=t.defaults),m.each(["Down","Up"],function(a,b){t.Redirects["slide"+b]=function(a,c,e,f,g,h){var i=m.extend({},c),j=i.begin,k=i.complete,l={height:"",marginTop:"",marginBottom:"",paddingTop:"",paddingBottom:""},n={};i.display===d&&(i.display="Down"===b?"inline"===t.CSS.Values.getDisplayType(a)?"inline-block":"block":"none"),i.begin=function(){j&&j.call(g,g);for(var c in l){n[c]=a.style[c];var d=t.CSS.getPropertyValue(a,c);l[c]="Down"===b?[d,0]:[0,d]}n.overflow=a.style.overflow,a.style.overflow="hidden"},i.complete=function(){for(var b in n)a.style[b]=n[b];k&&k.call(g,g),h&&h.resolver(g)},t(a,l,i)}}),m.each(["In","Out"],function(a,b){t.Redirects["fade"+b]=function(a,c,e,f,g,h){var i=m.extend({},c),j={opacity:"In"===b?1:0},k=i.complete;i.complete=e!==f-1?i.begin=null:function(){k&&k.call(g,g),h&&h.resolver(g)},i.display===d&&(i.display="In"===b?"auto":"none"),t(this,j,i)}}),t}(window.jQuery||window.Zepto||window,window,document)})),!function(a,b,c,d){"use strict";function e(a,b,c){return setTimeout(k(a,c),b)}function f(a,b,c){return!!Array.isArray(a)&&(g(a,c[b],c),!0)}function g(a,b,c){var e;if(a)if(a.forEach)a.forEach(b,c);else if(a.length!==d)for(e=0;e<a.length;)b.call(c,a[e],e,a),e++;else for(e in a)a.hasOwnProperty(e)&&b.call(c,a[e],e,a)}function h(a,b,c){for(var e=Object.keys(b),f=0;f<e.length;)(!c||c&&a[e[f]]===d)&&(a[e[f]]=b[e[f]]),f++;return a}function i(a,b){return h(a,b,!0)}function j(a,b,c){var d,e=b.prototype;d=a.prototype=Object.create(e),d.constructor=a,d._super=e,c&&h(d,c)}function k(a,b){return function(){return a.apply(b,arguments)}}function l(a,b){return typeof a==ka?a.apply(b?b[0]||d:d,b):a}function m(a,b){return a===d?b:a}function n(a,b,c){g(r(b),function(b){a.addEventListener(b,c,!1)})}function o(a,b,c){g(r(b),function(b){a.removeEventListener(b,c,!1)})}function p(a,b){for(;a;){if(a==b)return!0;a=a.parentNode}return!1}function q(a,b){return a.indexOf(b)>-1}function r(a){return a.trim().split(/\s+/g)}function s(a,b,c){if(a.indexOf&&!c)return a.indexOf(b);for(var d=0;d<a.length;){if(c&&a[d][c]==b||!c&&a[d]===b)return d;d++}return-1}function t(a){return Array.prototype.slice.call(a,0)}function u(a,b,c){for(var d=[],e=[],f=0;f<a.length;){var g=b?a[f][b]:a[f];s(e,g)<0&&d.push(a[f]),e[f]=g,f++}return c&&(d=b?d.sort(function(a,c){return a[b]>c[b]}):d.sort()),d}function v(a,b){for(var c,e,f=b[0].toUpperCase()+b.slice(1),g=0;g<ia.length;){if(c=ia[g],e=c?c+f:b,e in a)return e;g++}return d}function w(){return oa++}function x(a){var b=a.ownerDocument;return b.defaultView||b.parentWindow}function y(a,b){var c=this;this.manager=a,this.callback=b,this.element=a.element,this.target=a.options.inputTarget,this.domHandler=function(b){l(a.options.enable,[a])&&c.handler(b)},this.init()}function z(a){var b,c=a.options.inputClass;return new(b=c?c:ra?N:sa?Q:qa?S:M)(a,A)}function A(a,b,c){var d=c.pointers.length,e=c.changedPointers.length,f=b&ya&&0===d-e,g=b&(Aa|Ba)&&0===d-e;c.isFirst=!!f,c.isFinal=!!g,f&&(a.session={}),c.eventType=b,B(a,c),a.emit("hammer.input",c),a.recognize(c),a.session.prevInput=c}function B(a,b){var c=a.session,d=b.pointers,e=d.length;c.firstInput||(c.firstInput=E(b)),e>1&&!c.firstMultiple?c.firstMultiple=E(b):1===e&&(c.firstMultiple=!1);var f=c.firstInput,g=c.firstMultiple,h=g?g.center:f.center,i=b.center=F(d);b.timeStamp=na(),b.deltaTime=b.timeStamp-f.timeStamp,b.angle=J(h,i),b.distance=I(h,i),C(c,b),b.offsetDirection=H(b.deltaX,b.deltaY),b.scale=g?L(g.pointers,d):1,b.rotation=g?K(g.pointers,d):0,D(c,b);var j=a.element;p(b.srcEvent.target,j)&&(j=b.srcEvent.target),b.target=j}function C(a,b){var c=b.center,d=a.offsetDelta||{},e=a.prevDelta||{},f=a.prevInput||{};(b.eventType===ya||f.eventType===Aa)&&(e=a.prevDelta={x:f.deltaX||0,y:f.deltaY||0},d=a.offsetDelta={x:c.x,y:c.y}),b.deltaX=e.x+(c.x-d.x),b.deltaY=e.y+(c.y-d.y)}function D(a,b){var c,e,f,g,h=a.lastInterval||b,i=b.timeStamp-h.timeStamp;if(b.eventType!=Ba&&(i>xa||h.velocity===d)){var j=h.deltaX-b.deltaX,k=h.deltaY-b.deltaY,l=G(i,j,k);e=l.x,f=l.y,c=ma(l.x)>ma(l.y)?l.x:l.y,g=H(j,k),a.lastInterval=b}else c=h.velocity,e=h.velocityX,f=h.velocityY,g=h.direction;b.velocity=c,b.velocityX=e,b.velocityY=f,b.direction=g}function E(a){for(var b=[],c=0;c<a.pointers.length;)b[c]={clientX:la(a.pointers[c].clientX),clientY:la(a.pointers[c].clientY)},c++;return{timeStamp:na(),pointers:b,center:F(b),deltaX:a.deltaX,deltaY:a.deltaY}}function F(a){var b=a.length;if(1===b)return{x:la(a[0].clientX),y:la(a[0].clientY)};for(var c=0,d=0,e=0;b>e;)c+=a[e].clientX,d+=a[e].clientY,e++;return{x:la(c/b),y:la(d/b)}}function G(a,b,c){return{x:b/a||0,y:c/a||0}}function H(a,b){return a===b?Ca:ma(a)>=ma(b)?a>0?Da:Ea:b>0?Fa:Ga}function I(a,b,c){c||(c=Ka);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return Math.sqrt(d*d+e*e)}function J(a,b,c){c||(c=Ka);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return 180*Math.atan2(e,d)/Math.PI}function K(a,b){return J(b[1],b[0],La)-J(a[1],a[0],La)}function L(a,b){return I(b[0],b[1],La)/I(a[0],a[1],La)}function M(){this.evEl=Na,this.evWin=Oa,this.allow=!0,this.pressed=!1,y.apply(this,arguments)}function N(){this.evEl=Ra,this.evWin=Sa,y.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function O(){this.evTarget=Ua,this.evWin=Va,this.started=!1,y.apply(this,arguments)}function P(a,b){var c=t(a.touches),d=t(a.changedTouches);return b&(Aa|Ba)&&(c=u(c.concat(d),"identifier",!0)),[c,d]}function Q(){this.evTarget=Xa,this.targetIds={},y.apply(this,arguments)}function R(a,b){var c=t(a.touches),d=this.targetIds;if(b&(ya|za)&&1===c.length)return d[c[0].identifier]=!0,[c,c];var e,f,g=t(a.changedTouches),h=[],i=this.target;if(f=c.filter(function(a){return p(a.target,i)}),b===ya)for(e=0;e<f.length;)d[f[e].identifier]=!0,e++;for(e=0;e<g.length;)d[g[e].identifier]&&h.push(g[e]),b&(Aa|Ba)&&delete d[g[e].identifier],e++;return h.length?[u(f.concat(h),"identifier",!0),h]:void 0}function S(){y.apply(this,arguments);var a=k(this.handler,this);this.touch=new Q(this.manager,a),this.mouse=new M(this.manager,a)}function T(a,b){this.manager=a,this.set(b)}function U(a){if(q(a,bb))return bb;var b=q(a,cb),c=q(a,db);return b&&c?cb+" "+db:b||c?b?cb:db:q(a,ab)?ab:_a}function V(a){this.id=w(),this.manager=null,this.options=i(a||{},this.defaults),this.options.enable=m(this.options.enable,!0),this.state=eb,this.simultaneous={},this.requireFail=[]}function W(a){return a&jb?"cancel":a&hb?"end":a&gb?"move":a&fb?"start":""}function X(a){return a==Ga?"down":a==Fa?"up":a==Da?"left":a==Ea?"right":""}function Y(a,b){var c=b.manager;return c?c.get(a):a}function Z(){V.apply(this,arguments)}function $(){Z.apply(this,arguments),this.pX=null,this.pY=null}function _(){Z.apply(this,arguments)}function aa(){V.apply(this,arguments),this._timer=null,this._input=null}function ba(){Z.apply(this,arguments)}function ca(){Z.apply(this,arguments)}function da(){V.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function ea(a,b){return b=b||{},b.recognizers=m(b.recognizers,ea.defaults.preset),new fa(a,b)}function fa(a,b){b=b||{},this.options=i(b,ea.defaults),this.options.inputTarget=this.options.inputTarget||a,this.handlers={},this.session={},this.recognizers=[],this.element=a,this.input=z(this),this.touchAction=new T(this,this.options.touchAction),ga(this,!0),g(b.recognizers,function(a){var b=this.add(new a[0](a[1]));a[2]&&b.recognizeWith(a[2]),a[3]&&b.requireFailure(a[3])},this)}function ga(a,b){var c=a.element;g(a.options.cssProps,function(a,d){c.style[v(c.style,d)]=b?a:""})}function ha(a,c){var d=b.createEvent("Event");d.initEvent(a,!0,!0),d.gesture=c,c.target.dispatchEvent(d)}var ia=["","webkit","moz","MS","ms","o"],ja=b.createElement("div"),ka="function",la=Math.round,ma=Math.abs,na=Date.now,oa=1,pa=/mobile|tablet|ip(ad|hone|od)|android/i,qa="ontouchstart"in a,ra=v(a,"PointerEvent")!==d,sa=qa&&pa.test(navigator.userAgent),ta="touch",ua="pen",va="mouse",wa="kinect",xa=25,ya=1,za=2,Aa=4,Ba=8,Ca=1,Da=2,Ea=4,Fa=8,Ga=16,Ha=Da|Ea,Ia=Fa|Ga,Ja=Ha|Ia,Ka=["x","y"],La=["clientX","clientY"];y.prototype={handler:function(){},init:function(){this.evEl&&n(this.element,this.evEl,this.domHandler),this.evTarget&&n(this.target,this.evTarget,this.domHandler),this.evWin&&n(x(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&o(this.element,this.evEl,this.domHandler),this.evTarget&&o(this.target,this.evTarget,this.domHandler),this.evWin&&o(x(this.element),this.evWin,this.domHandler)}};var Ma={mousedown:ya,mousemove:za,mouseup:Aa},Na="mousedown",Oa="mousemove mouseup";j(M,y,{handler:function(a){var b=Ma[a.type];b&ya&&0===a.button&&(this.pressed=!0),b&za&&1!==a.which&&(b=Aa),this.pressed&&this.allow&&(b&Aa&&(this.pressed=!1),this.callback(this.manager,b,{pointers:[a],changedPointers:[a],pointerType:va,srcEvent:a}))}});var Pa={pointerdown:ya,pointermove:za,pointerup:Aa,pointercancel:Ba,pointerout:Ba},Qa={2:ta,3:ua,4:va,5:wa},Ra="pointerdown",Sa="pointermove pointerup pointercancel";a.MSPointerEvent&&(Ra="MSPointerDown",Sa="MSPointerMove MSPointerUp MSPointerCancel"),j(N,y,{handler:function(a){var b=this.store,c=!1,d=a.type.toLowerCase().replace("ms",""),e=Pa[d],f=Qa[a.pointerType]||a.pointerType,g=f==ta,h=s(b,a.pointerId,"pointerId");e&ya&&(0===a.button||g)?0>h&&(b.push(a),h=b.length-1):e&(Aa|Ba)&&(c=!0),0>h||(b[h]=a,this.callback(this.manager,e,{pointers:b,changedPointers:[a],pointerType:f,srcEvent:a}),c&&b.splice(h,1))}});var Ta={touchstart:ya,touchmove:za,touchend:Aa,touchcancel:Ba},Ua="touchstart",Va="touchstart touchmove touchend touchcancel";j(O,y,{handler:function(a){var b=Ta[a.type];if(b===ya&&(this.started=!0),this.started){var c=P.call(this,a,b);b&(Aa|Ba)&&0===c[0].length-c[1].length&&(this.started=!1),this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:ta,srcEvent:a})}}});var Wa={touchstart:ya,touchmove:za,touchend:Aa,touchcancel:Ba},Xa="touchstart touchmove touchend touchcancel";j(Q,y,{handler:function(a){var b=Wa[a.type],c=R.call(this,a,b);c&&this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:ta,srcEvent:a})}}),j(S,y,{handler:function(a,b,c){var d=c.pointerType==ta,e=c.pointerType==va;if(d)this.mouse.allow=!1;else if(e&&!this.mouse.allow)return;b&(Aa|Ba)&&(this.mouse.allow=!0),this.callback(a,b,c)},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var Ya=v(ja.style,"touchAction"),Za=Ya!==d,$a="compute",_a="auto",ab="manipulation",bb="none",cb="pan-x",db="pan-y";T.prototype={set:function(a){a==$a&&(a=this.compute()),Za&&(this.manager.element.style[Ya]=a),this.actions=a.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var a=[];return g(this.manager.recognizers,function(b){l(b.options.enable,[b])&&(a=a.concat(b.getTouchAction()))}),U(a.join(" "))},preventDefaults:function(a){if(!Za){var b=a.srcEvent,c=a.offsetDirection;if(this.manager.session.prevented)return void b.preventDefault();var d=this.actions,e=q(d,bb),f=q(d,db),g=q(d,cb);return e||f&&c&Ha||g&&c&Ia?this.preventSrc(b):void 0}},preventSrc:function(a){this.manager.session.prevented=!0,a.preventDefault()}};var eb=1,fb=2,gb=4,hb=8,ib=hb,jb=16,kb=32;V.prototype={defaults:{},set:function(a){return h(this.options,a),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(a){if(f(a,"recognizeWith",this))return this;var b=this.simultaneous;return a=Y(a,this),b[a.id]||(b[a.id]=a,a.recognizeWith(this)),this},dropRecognizeWith:function(a){return f(a,"dropRecognizeWith",this)?this:(a=Y(a,this),delete this.simultaneous[a.id],this)},requireFailure:function(a){if(f(a,"requireFailure",this))return this;var b=this.requireFail;return a=Y(a,this),-1===s(b,a)&&(b.push(a),a.requireFailure(this)),this},dropRequireFailure:function(a){if(f(a,"dropRequireFailure",this))return this;a=Y(a,this);var b=s(this.requireFail,a);return b>-1&&this.requireFail.splice(b,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(a){return!!this.simultaneous[a.id]},emit:function(a){function b(b){c.manager.emit(c.options.event+(b?W(d):""),a)}var c=this,d=this.state;hb>d&&b(!0),b(),d>=hb&&b(!0)},tryEmit:function(a){return this.canEmit()?this.emit(a):void(this.state=kb)},canEmit:function(){for(var a=0;a<this.requireFail.length;){if(!(this.requireFail[a].state&(kb|eb)))return!1;a++}return!0},recognize:function(a){var b=h({},a);return l(this.options.enable,[this,b])?(this.state&(ib|jb|kb)&&(this.state=eb),this.state=this.process(b),void(this.state&(fb|gb|hb|jb)&&this.tryEmit(b))):(this.reset(),void(this.state=kb))},process:function(){},getTouchAction:function(){},reset:function(){}},j(Z,V,{defaults:{pointers:1},attrTest:function(a){var b=this.options.pointers;return 0===b||a.pointers.length===b},process:function(a){var b=this.state,c=a.eventType,d=b&(fb|gb),e=this.attrTest(a);return d&&(c&Ba||!e)?b|jb:d||e?c&Aa?b|hb:b&fb?b|gb:fb:kb}}),j($,Z,{defaults:{event:"pan",threshold:10,pointers:1,direction:Ja},getTouchAction:function(){var a=this.options.direction,b=[];return a&Ha&&b.push(db),a&Ia&&b.push(cb),b},directionTest:function(a){var b=this.options,c=!0,d=a.distance,e=a.direction,f=a.deltaX,g=a.deltaY;return e&b.direction||(b.direction&Ha?(e=0===f?Ca:0>f?Da:Ea,c=f!=this.pX,d=Math.abs(a.deltaX)):(e=0===g?Ca:0>g?Fa:Ga,c=g!=this.pY,d=Math.abs(a.deltaY))),a.direction=e,c&&d>b.threshold&&e&b.direction},attrTest:function(a){return Z.prototype.attrTest.call(this,a)&&(this.state&fb||!(this.state&fb)&&this.directionTest(a))},emit:function(a){this.pX=a.deltaX,this.pY=a.deltaY;var b=X(a.direction);b&&this.manager.emit(this.options.event+b,a),this._super.emit.call(this,a)}}),j(_,Z,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[bb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.scale-1)>this.options.threshold||this.state&fb)},emit:function(a){if(this._super.emit.call(this,a),1!==a.scale){var b=a.scale<1?"in":"out";this.manager.emit(this.options.event+b,a)}}}),j(aa,V,{defaults:{event:"press",pointers:1,time:500,threshold:5},getTouchAction:function(){return[_a]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,f=a.deltaTime>b.time;if(this._input=a,!d||!c||a.eventType&(Aa|Ba)&&!f)this.reset();else if(a.eventType&ya)this.reset(),this._timer=e(function(){this.state=ib,this.tryEmit()},b.time,this);else if(a.eventType&Aa)return ib;return kb},reset:function(){clearTimeout(this._timer)},emit:function(a){this.state===ib&&(a&&a.eventType&Aa?this.manager.emit(this.options.event+"up",a):(this._input.timeStamp=na(),this.manager.emit(this.options.event,this._input)))}}),j(ba,Z,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[bb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.rotation)>this.options.threshold||this.state&fb)}}),j(ca,Z,{defaults:{event:"swipe",threshold:10,velocity:.65,direction:Ha|Ia,pointers:1},getTouchAction:function(){return $.prototype.getTouchAction.call(this)},attrTest:function(a){var b,c=this.options.direction;return c&(Ha|Ia)?b=a.velocity:c&Ha?b=a.velocityX:c&Ia&&(b=a.velocityY),this._super.attrTest.call(this,a)&&c&a.direction&&a.distance>this.options.threshold&&ma(b)>this.options.velocity&&a.eventType&Aa},emit:function(a){var b=X(a.direction);b&&this.manager.emit(this.options.event+b,a),this.manager.emit(this.options.event,a)}}),j(da,V,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:2,posThreshold:10},getTouchAction:function(){return[ab]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,f=a.deltaTime<b.time;if(this.reset(),a.eventType&ya&&0===this.count)return this.failTimeout();if(d&&f&&c){if(a.eventType!=Aa)return this.failTimeout();var g=!this.pTime||a.timeStamp-this.pTime<b.interval,h=!this.pCenter||I(this.pCenter,a.center)<b.posThreshold;this.pTime=a.timeStamp,this.pCenter=a.center,h&&g?this.count+=1:this.count=1,this._input=a;var i=this.count%b.taps;if(0===i)return this.hasRequireFailures()?(this._timer=e(function(){this.state=ib,this.tryEmit()},b.interval,this),fb):ib}return kb},failTimeout:function(){return this._timer=e(function(){this.state=kb},this.options.interval,this),kb},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==ib&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),ea.VERSION="2.0.4",ea.defaults={domEvents:!1,touchAction:$a,enable:!0,inputTarget:null,inputClass:null,preset:[[ba,{enable:!1}],[_,{enable:!1},["rotate"]],[ca,{direction:Ha}],[$,{direction:Ha},["swipe"]],[da],[da,{event:"doubletap",taps:2},["tap"]],[aa]],cssProps:{userSelect:"default",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var lb=1,mb=2;fa.prototype={set:function(a){return h(this.options,a),a.touchAction&&this.touchAction.update(),a.inputTarget&&(this.input.destroy(),this.input.target=a.inputTarget,this.input.init()),this},stop:function(a){this.session.stopped=a?mb:lb},recognize:function(a){var b=this.session;if(!b.stopped){this.touchAction.preventDefaults(a);var c,d=this.recognizers,e=b.curRecognizer;(!e||e&&e.state&ib)&&(e=b.curRecognizer=null);for(var f=0;f<d.length;)c=d[f],b.stopped===mb||e&&c!=e&&!c.canRecognizeWith(e)?c.reset():c.recognize(a),!e&&c.state&(fb|gb|hb)&&(e=b.curRecognizer=c),f++}},get:function(a){if(a instanceof V)return a;for(var b=this.recognizers,c=0;c<b.length;c++)if(b[c].options.event==a)return b[c];return null},add:function(a){if(f(a,"add",this))return this;var b=this.get(a.options.event);return b&&this.remove(b),this.recognizers.push(a),a.manager=this,this.touchAction.update(),a},remove:function(a){if(f(a,"remove",this))return this;var b=this.recognizers;return a=this.get(a),b.splice(s(b,a),1),this.touchAction.update(),this},on:function(a,b){var c=this.handlers;return g(r(a),function(a){c[a]=c[a]||[],c[a].push(b)}),this},off:function(a,b){var c=this.handlers;return g(r(a),function(a){b?c[a].splice(s(c[a],b),1):delete c[a]}),this},emit:function(a,b){this.options.domEvents&&ha(a,b);var c=this.handlers[a]&&this.handlers[a].slice();if(c&&c.length){b.type=a,b.preventDefault=function(){b.srcEvent.preventDefault()};for(var d=0;d<c.length;)c[d](b),d++}},destroy:function(){this.element&&ga(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},h(ea,{INPUT_START:ya,INPUT_MOVE:za,INPUT_END:Aa,INPUT_CANCEL:Ba,STATE_POSSIBLE:eb,STATE_BEGAN:fb,STATE_CHANGED:gb,STATE_ENDED:hb,STATE_RECOGNIZED:ib,STATE_CANCELLED:jb,STATE_FAILED:kb,DIRECTION_NONE:Ca,DIRECTION_LEFT:Da,DIRECTION_RIGHT:Ea,DIRECTION_UP:Fa,DIRECTION_DOWN:Ga,DIRECTION_HORIZONTAL:Ha,DIRECTION_VERTICAL:Ia,DIRECTION_ALL:Ja,Manager:fa,Input:y,TouchAction:T,TouchInput:Q,MouseInput:M,PointerEventInput:N,TouchMouseInput:S,SingleTouchInput:O,Recognizer:V,AttrRecognizer:Z,Tap:da,Pan:$,Swipe:ca,Pinch:_,Rotate:ba,Press:aa,on:n,off:o,each:g,merge:i,extend:h,inherit:j,bindFn:k,prefixed:v}),typeof define==ka&&define.amd?define(function(){return ea}):"undefined"!=typeof module&&module.exports?module.exports=ea:a[c]=ea}(window,document,"Hammer"),function(a){"function"==typeof define&&define.amd?define(["jquery","hammerjs"],a):"object"==typeof exports?a(require("jquery"),require("hammerjs")):a(jQuery,Hammer)}(function(a,b){function c(c,d){var e=a(c);e.data("hammer")||e.data("hammer",new b(e[0],d))}a.fn.hammer=function(a){return this.each(function(){c(this,a)})},b.Manager.prototype.emit=function(b){return function(c,d){b.call(this,c,d),a(this.element).trigger({type:c,gesture:d})}}(b.Manager.prototype.emit)}),function(a){a.Package?Materialize={}:a.Materialize={}}(window),function(a){for(var b=0,c=["webkit","moz"],d=a.requestAnimationFrame,e=a.cancelAnimationFrame,f=c.length;--f>=0&&!d;)d=a[c[f]+"RequestAnimationFrame"],e=a[c[f]+"CancelRequestAnimationFrame"];d&&e||(d=function(a){var c=+Date.now(),d=Math.max(b+16,c);return setTimeout(function(){a(b=d)},d-c)},e=clearTimeout),a.requestAnimationFrame=d,a.cancelAnimationFrame=e}(window),Materialize.objectSelectorString=function(a){var b=a.prop("tagName")||"",c=a.attr("id")||"",d=a.attr("class")||"";return(b+c+d).replace(/\s/g,"")},Materialize.guid=function(){function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return function(){return a()+a()+"-"+a()+"-"+a()+"-"+a()+"-"+a()+a()+a()}}(),Materialize.escapeHash=function(a){return a.replace(/(:|\.|\[|\]|,|=)/g,"\\$1")},Materialize.elementOrParentIsFixed=function(a){var b=$(a),c=b.add(b.parents()),d=!1;return c.each(function(){if("fixed"===$(this).css("position"))return d=!0,!1}),d};var getTime=Date.now||function(){return(new Date).getTime()};Materialize.throttle=function(a,b,c){var d,e,f,g=null,h=0;c||(c={});var i=function(){h=c.leading===!1?0:getTime(),g=null,f=a.apply(d,e),d=e=null};return function(){var j=getTime();h||c.leading!==!1||(h=j);var k=b-(j-h);return d=this,e=arguments,k<=0?(clearTimeout(g),g=null,h=j,f=a.apply(d,e),d=e=null):g||c.trailing===!1||(g=setTimeout(i,k)),f}};var Vel;Vel=jQuery?jQuery.Velocity:$?$.Velocity:Velocity,function(a){a.fn.collapsible=function(b,c){var d={accordion:void 0,onOpen:void 0,onClose:void 0},e=b;return b=a.extend(d,b),this.each(function(){function d(b){l=k.find("> li > .collapsible-header"),b.hasClass("active")?b.parent().addClass("active"):b.parent().removeClass("active"),b.parent().hasClass("active")?b.siblings(".collapsible-body").stop(!0,!1).slideDown({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}):b.siblings(".collapsible-body").stop(!0,!1).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}),l.not(b).removeClass("active").parent().removeClass("active"),l.not(b).parent().children(".collapsible-body").stop(!0,!1).each(function(){a(this).is(":visible")&&a(this).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height",""),h(a(this).siblings(".collapsible-header"))}})})}function f(b){b.hasClass("active")?b.parent().addClass("active"):b.parent().removeClass("active"),b.parent().hasClass("active")?b.siblings(".collapsible-body").stop(!0,!1).slideDown({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}):b.siblings(".collapsible-body").stop(!0,!1).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}})}function g(a){a.toggleClass("active"),b.accordion||"accordion"===m||void 0===m?d(a):f(a),h(a)}function h(a){a.hasClass("active")?"function"==typeof b.onOpen&&b.onOpen.call(this,a.parent()):"function"==typeof b.onClose&&b.onClose.call(this,a.parent())}function i(a){var b=j(a);return b.length>0}function j(a){return a.closest("li > .collapsible-header")}var k=a(this),l=a(this).find("> li > .collapsible-header"),m=k.data("collapsible");if(c>=0&&c<l.length){var n=l.eq(c);return void(n.length&&("open"===e||"close"===e&&n.hasClass("active"))&&g(n))}k.off("click.collapse","> li > .collapsible-header"),l.off("click.collapse"),k.on("click.collapse","> li > .collapsible-header",function(b){var c=a(b.target);i(c)&&(c=j(c)),g(c)}),b.accordion||"accordion"===m||void 0===m?g(l.filter(".active").first()):l.filter(".active").each(function(){g(a(this))})})},a(document).ready(function(){a(".collapsible").collapsible()})}(jQuery),function(a){a.fn.scrollTo=function(b){return a(this).scrollTop(a(this).scrollTop()-a(this).offset().top+a(b).offset().top),this},a.fn.dropdown=function(b){var c={inDuration:300,outDuration:225,constrainWidth:!0,hover:!1,gutter:0,belowOrigin:!1,alignment:"left",stopPropagation:!1};return"open"===b?(this.each(function(){a(this).trigger("open")}),!1):"close"===b?(this.each(function(){a(this).trigger("close")}),!1):void this.each(function(){function d(){void 0!==g.data("induration")&&(h.inDuration=g.data("induration")),void 0!==g.data("outduration")&&(h.outDuration=g.data("outduration")),void 0!==g.data("constrainwidth")&&(h.constrainWidth=g.data("constrainwidth")),void 0!==g.data("hover")&&(h.hover=g.data("hover")),void 0!==g.data("gutter")&&(h.gutter=g.data("gutter")),void 0!==g.data("beloworigin")&&(h.belowOrigin=g.data("beloworigin")),void 0!==g.data("alignment")&&(h.alignment=g.data("alignment")),void 0!==g.data("stoppropagation")&&(h.stopPropagation=g.data("stoppropagation"))}function e(b){"focus"===b&&(i=!0),d(),j.addClass("active"),g.addClass("active"),h.constrainWidth===!0?j.css("width",g.outerWidth()):j.css("white-space","nowrap");var c=window.innerHeight,e=g.innerHeight(),k=g.offset().left,l=g.offset().top-a(window).scrollTop(),m=h.alignment,n=0,o=0,p=0;h.belowOrigin===!0&&(p=e);var q=0,r=0,s=g.parent();if(s.is("body")||(s[0].scrollHeight>s[0].clientHeight&&(q=s[0].scrollTop),s[0].scrollWidth>s[0].clientWidth&&(r=s[0].scrollLeft)),k+j.innerWidth()>a(window).width()?m="right":k-j.innerWidth()+g.innerWidth()<0&&(m="left"),l+j.innerHeight()>c)if(l+e-j.innerHeight()<0){var t=c-l-p;j.css("max-height",t)}else p||(p+=e),p-=j.innerHeight();if("left"===m)n=h.gutter,o=g.position().left+n;else if("right"===m){var u=g.position().left+g.outerWidth()-j.outerWidth();n=-h.gutter,o=u+n}j.css({position:"absolute",top:g.position().top+p+q,left:o+r}),j.stop(!0,!0).css("opacity",0).slideDown({queue:!1,duration:h.inDuration,easing:"easeOutCubic",complete:function(){a(this).css("height","")}}).animate({opacity:1},{queue:!1,duration:h.inDuration,easing:"easeOutSine"}),a(document).bind("click."+j.attr("id")+" touchstart."+j.attr("id"),function(b){j.is(b.target)||g.is(b.target)||j.find(b.target).length||(f(),a(document).unbind("click."+j.attr("id")+" touchstart."+j.attr("id")))})}function f(){i=!1,j.fadeOut(h.outDuration),j.removeClass("active"),g.removeClass("active"),a(document).unbind("click."+j.attr("id")+" touchstart."+j.attr("id")),setTimeout(function(){j.css("max-height","")},h.outDuration)}var g=a(this),h=a.extend({},c,b),i=!1,j=a("#"+g.attr("data-activates"));if(d(),g.after(j),h.hover){var k=!1;g.unbind("click."+g.attr("id")),g.on("mouseenter",function(a){k===!1&&(e(),k=!0)}),g.on("mouseleave",function(b){var c=b.toElement||b.relatedTarget;a(c).closest(".dropdown-content").is(j)||(j.stop(!0,!0),f(),k=!1)}),j.on("mouseleave",function(b){var c=b.toElement||b.relatedTarget;a(c).closest(".dropdown-button").is(g)||(j.stop(!0,!0),f(),k=!1)})}else g.unbind("click."+g.attr("id")),g.bind("click."+g.attr("id"),function(b){i||(g[0]!=b.currentTarget||g.hasClass("active")||0!==a(b.target).closest(".dropdown-content").length?g.hasClass("active")&&(f(),a(document).unbind("click."+j.attr("id")+" touchstart."+j.attr("id"))):(b.preventDefault(),h.stopPropagation&&b.stopPropagation(),e("click")))});g.on("open",function(a,b){
8
- e(b)}),g.on("close",f)})},a(document).ready(function(){a(".dropdown-button").dropdown()})}(jQuery),function(a){var b=0,c=0,d=function(){return c++,"materialize-modal-overlay-"+c},e={init:function(c){var e={opacity:.5,inDuration:350,outDuration:250,ready:void 0,complete:void 0,dismissible:!0,startingTop:"4%",endingTop:"10%"};return c=a.extend(e,c),this.each(function(){var e=a(this),f=a(this).attr("id")||"#"+a(this).data("target"),g=function(){var d=e.data("overlay-id"),f=a("#"+d);e.removeClass("open"),a("body").css({overflow:"",width:""}),e.find(".modal-close").off("click.close"),a(document).off("keyup.modal"+d),f.velocity({opacity:0},{duration:c.outDuration,queue:!1,ease:"easeOutQuart"});var g={duration:c.outDuration,queue:!1,ease:"easeOutCubic",complete:function(){a(this).css({display:"none"}),"function"==typeof c.complete&&c.complete.call(this,e),f.remove(),b--}};e.hasClass("bottom-sheet")?e.velocity({bottom:"-100%",opacity:0},g):e.velocity({top:c.startingTop,opacity:0,scaleX:.7},g)},h=function(f){var h=a("body"),i=h.innerWidth();if(h.css("overflow","hidden"),h.width(i),!e.hasClass("open")){var j=d(),k=a('<div class="modal-overlay"></div>');lStack=++b,k.attr("id",j).css("z-index",1e3+2*lStack),e.data("overlay-id",j).css("z-index",1e3+2*lStack+1),e.addClass("open"),a("body").append(k),c.dismissible&&(k.click(function(){g()}),a(document).on("keyup.modal"+j,function(a){27===a.keyCode&&g()})),e.find(".modal-close").on("click.close",function(a){g()}),k.css({display:"block",opacity:0}),e.css({display:"block",opacity:0}),k.velocity({opacity:c.opacity},{duration:c.inDuration,queue:!1,ease:"easeOutCubic"}),e.data("associated-overlay",k[0]);var l={duration:c.inDuration,queue:!1,ease:"easeOutCubic",complete:function(){"function"==typeof c.ready&&c.ready.call(this,e,f)}};e.hasClass("bottom-sheet")?e.velocity({bottom:"0",opacity:1},l):(a.Velocity.hook(e,"scaleX",.7),e.css({top:c.startingTop}),e.velocity({top:c.endingTop,opacity:1,scaleX:"1"},l))}};a(document).off("click.modalTrigger",'a[href="#'+f+'"], [data-target="'+f+'"]'),a(this).off("openModal"),a(this).off("closeModal"),a(document).on("click.modalTrigger",'a[href="#'+f+'"], [data-target="'+f+'"]',function(b){c.startingTop=(a(this).offset().top-a(window).scrollTop())/1.15,h(a(this)),b.preventDefault()}),a(this).on("openModal",function(){a(this).attr("href")||"#"+a(this).data("target");h()}),a(this).on("closeModal",function(){g()})})},open:function(){a(this).trigger("openModal")},close:function(){a(this).trigger("closeModal")}};a.fn.modal=function(b){return e[b]?e[b].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof b&&b?void a.error("Method "+b+" does not exist on jQuery.modal"):e.init.apply(this,arguments)}}(jQuery),function(a){a.fn.materialbox=function(){return this.each(function(){function b(){f=!1;var b=i.parent(".material-placeholder"),d=(window.innerWidth,window.innerHeight,i.data("width")),g=i.data("height");i.velocity("stop",!0),a("#materialbox-overlay").velocity("stop",!0),a(".materialbox-caption").velocity("stop",!0),a("#materialbox-overlay").velocity({opacity:0},{duration:h,queue:!1,easing:"easeOutQuad",complete:function(){e=!1,a(this).remove()}}),i.velocity({width:d,height:g,left:0,top:0},{duration:h,queue:!1,easing:"easeOutQuad",complete:function(){b.css({height:"",width:"",position:"",top:"",left:""}),i.removeAttr("style"),i.attr("style",k),i.removeClass("active"),f=!0,c&&c.css("overflow","")}}),a(".materialbox-caption").velocity({opacity:0},{duration:h,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}})}if(!a(this).hasClass("initialized")){a(this).addClass("initialized");var c,d,e=!1,f=!0,g=275,h=200,i=a(this),j=a("<div></div>").addClass("material-placeholder"),k=i.attr("style");i.wrap(j),i.on("click",function(){var h=i.parent(".material-placeholder"),j=window.innerWidth,k=window.innerHeight,l=i.width(),m=i.height();if(f===!1)return b(),!1;if(e&&f===!0)return b(),!1;f=!1,i.addClass("active"),e=!0,h.css({width:h[0].getBoundingClientRect().width,height:h[0].getBoundingClientRect().height,position:"relative",top:0,left:0}),c=void 0,d=h[0].parentNode;for(;null!==d&&!a(d).is(document);){var n=a(d);"visible"!==n.css("overflow")&&(n.css("overflow","visible"),c=void 0===c?n:c.add(n)),d=d.parentNode}i.css({position:"absolute","z-index":1e3,"will-change":"left, top, width, height"}).data("width",l).data("height",m);var o=a('<div id="materialbox-overlay"></div>').css({opacity:0}).click(function(){f===!0&&b()});i.before(o);var p=o[0].getBoundingClientRect();if(o.css({width:j,height:k,left:-1*p.left,top:-1*p.top}),o.velocity({opacity:1},{duration:g,queue:!1,easing:"easeOutQuad"}),""!==i.data("caption")){var q=a('<div class="materialbox-caption"></div>');q.text(i.data("caption")),a("body").append(q),q.css({display:"inline"}),q.velocity({opacity:1},{duration:g,queue:!1,easing:"easeOutQuad"})}var r=0,s=l/j,t=m/k,u=0,v=0;s>t?(r=m/l,u=.9*j,v=.9*j*r):(r=l/m,u=.9*k*r,v=.9*k),i.hasClass("responsive-img")?i.velocity({"max-width":u,width:l},{duration:0,queue:!1,complete:function(){i.css({left:0,top:0}).velocity({height:v,width:u,left:a(document).scrollLeft()+j/2-i.parent(".material-placeholder").offset().left-u/2,top:a(document).scrollTop()+k/2-i.parent(".material-placeholder").offset().top-v/2},{duration:g,queue:!1,easing:"easeOutQuad",complete:function(){f=!0}})}}):i.css("left",0).css("top",0).velocity({height:v,width:u,left:a(document).scrollLeft()+j/2-i.parent(".material-placeholder").offset().left-u/2,top:a(document).scrollTop()+k/2-i.parent(".material-placeholder").offset().top-v/2},{duration:g,queue:!1,easing:"easeOutQuad",complete:function(){f=!0}})}),a(window).scroll(function(){e&&b()}),a(document).keyup(function(a){27===a.keyCode&&f===!0&&e&&b()})}})},a(document).ready(function(){a(".materialboxed").materialbox()})}(jQuery),function(a){a.fn.parallax=function(){var b=a(window).width();return this.each(function(c){function d(c){var d;d=b<601?e.height()>0?e.height():e.children("img").height():e.height()>0?e.height():500;var f=e.children("img").first(),g=f.height(),h=g-d,i=e.offset().top+d,j=e.offset().top,k=a(window).scrollTop(),l=window.innerHeight,m=k+l,n=(m-j)/(d+l),o=Math.round(h*n);c&&f.css("display","block"),i>k&&j<k+l&&f.css("transform","translate3D(-50%,"+o+"px, 0)")}var e=a(this);e.addClass("parallax"),e.children("img").one("load",function(){d(!0)}).each(function(){this.complete&&a(this).trigger("load")}),a(window).scroll(function(){b=a(window).width(),d(!1)}),a(window).resize(function(){b=a(window).width(),d(!1)})})}}(jQuery),function(a){var b={init:function(b){var c={onShow:null,swipeable:!1,responsiveThreshold:1/0};return b=a.extend(c,b),this.each(function(){var c,d,e,f,g,h=a(this),i=a(window).width(),j=h.find("li.tab a"),k=h.width(),l=a(),m=Math.max(k,h[0].scrollWidth)/j.length,n=prev_index=0,o=!1,p=300,q=function(a){return k-a.position().left-a.outerWidth()-h.scrollLeft()},r=function(a){return a.position().left+h.scrollLeft()},s=function(a){n-a>=0?(f.velocity({right:q(c)},{duration:p,queue:!1,easing:"easeOutQuad"}),f.velocity({left:r(c)},{duration:p,queue:!1,easing:"easeOutQuad",delay:90})):(f.velocity({left:r(c)},{duration:p,queue:!1,easing:"easeOutQuad"}),f.velocity({right:q(c)},{duration:p,queue:!1,easing:"easeOutQuad",delay:90}))};b.swipeable&&i>b.responsiveThreshold&&(b.swipeable=!1),c=a(j.filter('[href="'+location.hash+'"]')),0===c.length&&(c=a(this).find("li.tab a.active").first()),0===c.length&&(c=a(this).find("li.tab a").first()),c.addClass("active"),n=j.index(c),n<0&&(n=0),void 0!==c[0]&&(d=a(c[0].hash),d.addClass("active")),h.find(".indicator").length||h.append('<div class="indicator"></div>'),f=h.find(".indicator"),h.append(f),h.is(":visible")&&setTimeout(function(){f.css({right:q(c)}),f.css({left:r(c)})},0),a(window).off("resize.tabs").on("resize.tabs",function(){k=h.width(),m=Math.max(k,h[0].scrollWidth)/j.length,n<0&&(n=0),0!==m&&0!==k&&(f.css({right:q(c)}),f.css({left:r(c)}))}),b.swipeable?(j.each(function(){var b=a(Materialize.escapeHash(this.hash));b.addClass("carousel-item"),l=l.add(b)}),e=l.wrapAll('<div class="tabs-content carousel"></div>'),l.css("display",""),a(".tabs-content.carousel").carousel({fullWidth:!0,noWrap:!0,onCycleTo:function(a){if(!o){var b=n;n=e.index(a),c=j.eq(n),s(b)}}})):j.not(c).each(function(){a(Materialize.escapeHash(this.hash)).hide()}),h.off("click.tabs").on("click.tabs","a",function(e){if(a(this).parent().hasClass("disabled"))return void e.preventDefault();if(!a(this).attr("target")){o=!0,k=h.width(),m=Math.max(k,h[0].scrollWidth)/j.length,c.removeClass("active");var f=d;c=a(this),d=a(Materialize.escapeHash(this.hash)),j=h.find("li.tab a");c.position();c.addClass("active"),prev_index=n,n=j.index(a(this)),n<0&&(n=0),b.swipeable?l.length&&l.carousel("set",n):(void 0!==d&&(d.show(),d.addClass("active"),"function"==typeof b.onShow&&b.onShow.call(this,d)),void 0===f||f.is(d)||(f.hide(),f.removeClass("active"))),g=setTimeout(function(){o=!1},p),s(prev_index),e.preventDefault()}})})},select_tab:function(a){this.find('a[href="#'+a+'"]').trigger("click")}};a.fn.tabs=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.tabs"):b.init.apply(this,arguments)},a(document).ready(function(){a("ul.tabs").tabs()})}(jQuery),function(a){a.fn.tooltip=function(c){var d=5,e={delay:350,tooltip:"",position:"bottom",html:!1};return"remove"===c?(this.each(function(){a("#"+a(this).attr("data-tooltip-id")).remove(),a(this).off("mouseenter.tooltip mouseleave.tooltip")}),!1):(c=a.extend(e,c),this.each(function(){var e=Materialize.guid(),f=a(this);f.attr("data-tooltip-id")&&a("#"+f.attr("data-tooltip-id")).remove(),f.attr("data-tooltip-id",e);var g,h,i,j,k,l,m=function(){g=f.attr("data-html")?"true"===f.attr("data-html"):c.html,h=f.attr("data-delay"),h=void 0===h||""===h?c.delay:h,i=f.attr("data-position"),i=void 0===i||""===i?c.position:i,j=f.attr("data-tooltip"),j=void 0===j||""===j?c.tooltip:j};m();var n=function(){var b=a('<div class="material-tooltip"></div>');return j=g?a("<span></span>").html(j):a("<span></span>").text(j),b.append(j).appendTo(a("body")).attr("id",e),l=a('<div class="backdrop"></div>'),l.appendTo(b),b};k=n(),f.off("mouseenter.tooltip mouseleave.tooltip");var o,p=!1;f.on({"mouseenter.tooltip":function(a){var c=function(){m(),p=!0,k.velocity("stop"),l.velocity("stop"),k.css({visibility:"visible",left:"0px",top:"0px"});var a,c,e,g=f.outerWidth(),h=f.outerHeight(),j=k.outerHeight(),n=k.outerWidth(),o="0px",q="0px",r=l[0].offsetWidth,s=l[0].offsetHeight,t=8,u=8,v=0;"top"===i?(a=f.offset().top-j-d,c=f.offset().left+g/2-n/2,e=b(c,a,n,j),o="-10px",l.css({bottom:0,left:0,borderRadius:"14px 14px 0 0",transformOrigin:"50% 100%",marginTop:j,marginLeft:n/2-r/2})):"left"===i?(a=f.offset().top+h/2-j/2,c=f.offset().left-n-d,e=b(c,a,n,j),q="-10px",l.css({top:"-7px",right:0,width:"14px",height:"14px",borderRadius:"14px 0 0 14px",transformOrigin:"95% 50%",marginTop:j/2,marginLeft:n})):"right"===i?(a=f.offset().top+h/2-j/2,c=f.offset().left+g+d,e=b(c,a,n,j),q="+10px",l.css({top:"-7px",left:0,width:"14px",height:"14px",borderRadius:"0 14px 14px 0",transformOrigin:"5% 50%",marginTop:j/2,marginLeft:"0px"})):(a=f.offset().top+f.outerHeight()+d,c=f.offset().left+g/2-n/2,e=b(c,a,n,j),o="+10px",l.css({top:0,left:0,marginLeft:n/2-r/2})),k.css({top:e.y,left:e.x}),t=Math.SQRT2*n/parseInt(r),u=Math.SQRT2*j/parseInt(s),v=Math.max(t,u),k.velocity({translateY:o,translateX:q},{duration:350,queue:!1}).velocity({opacity:1},{duration:300,delay:50,queue:!1}),l.css({visibility:"visible"}).velocity({opacity:1},{duration:55,delay:0,queue:!1}).velocity({scaleX:v,scaleY:v},{duration:300,delay:0,queue:!1,easing:"easeInOutQuad"})};o=setTimeout(c,h)},"mouseleave.tooltip":function(){p=!1,clearTimeout(o),setTimeout(function(){p!==!0&&(k.velocity({opacity:0,translateY:0,translateX:0},{duration:225,queue:!1}),l.velocity({opacity:0,scaleX:1,scaleY:1},{duration:225,queue:!1,complete:function(){l.css({visibility:"hidden"}),k.css({visibility:"hidden"}),p=!1}}))},225)}})}))};var b=function(b,c,d,e){var f=b,g=c;return f<0?f=4:f+d>window.innerWidth&&(f-=f+d-window.innerWidth),g<0?g=4:g+e>window.innerHeight+a(window).scrollTop&&(g-=g+e-window.innerHeight),{x:f,y:g}};a(document).ready(function(){a(".tooltipped").tooltip()})}(jQuery),function(a){"use strict";function b(a){return null!==a&&a===a.window}function c(a){return b(a)?a:9===a.nodeType&&a.defaultView}function d(a){var b,d,e={top:0,left:0},f=a&&a.ownerDocument;return b=f.documentElement,"undefined"!=typeof a.getBoundingClientRect&&(e=a.getBoundingClientRect()),d=c(f),{top:e.top+d.pageYOffset-b.clientTop,left:e.left+d.pageXOffset-b.clientLeft}}function e(a){var b="";for(var c in a)a.hasOwnProperty(c)&&(b+=c+":"+a[c]+";");return b}function f(a){if(k.allowEvent(a)===!1)return null;for(var b=null,c=a.target||a.srcElement;null!==c.parentElement;){if(!(c instanceof SVGElement||c.className.indexOf("waves-effect")===-1)){b=c;break}if(c.classList.contains("waves-effect")){b=c;break}c=c.parentElement}return b}function g(b){var c=f(b);null!==c&&(j.show(b,c),"ontouchstart"in a&&(c.addEventListener("touchend",j.hide,!1),c.addEventListener("touchcancel",j.hide,!1)),c.addEventListener("mouseup",j.hide,!1),c.addEventListener("mouseleave",j.hide,!1))}var h=h||{},i=document.querySelectorAll.bind(document),j={duration:750,show:function(a,b){if(2===a.button)return!1;var c=b||this,f=document.createElement("div");f.className="waves-ripple",c.appendChild(f);var g=d(c),h=a.pageY-g.top,i=a.pageX-g.left,k="scale("+c.clientWidth/100*10+")";"touches"in a&&(h=a.touches[0].pageY-g.top,i=a.touches[0].pageX-g.left),f.setAttribute("data-hold",Date.now()),f.setAttribute("data-scale",k),f.setAttribute("data-x",i),f.setAttribute("data-y",h);var l={top:h+"px",left:i+"px"};f.className=f.className+" waves-notransition",f.setAttribute("style",e(l)),f.className=f.className.replace("waves-notransition",""),l["-webkit-transform"]=k,l["-moz-transform"]=k,l["-ms-transform"]=k,l["-o-transform"]=k,l.transform=k,l.opacity="1",l["-webkit-transition-duration"]=j.duration+"ms",l["-moz-transition-duration"]=j.duration+"ms",l["-o-transition-duration"]=j.duration+"ms",l["transition-duration"]=j.duration+"ms",l["-webkit-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["-moz-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["-o-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",f.setAttribute("style",e(l))},hide:function(a){k.touchup(a);var b=this,c=(1.4*b.clientWidth,null),d=b.getElementsByClassName("waves-ripple");if(!(d.length>0))return!1;c=d[d.length-1];var f=c.getAttribute("data-x"),g=c.getAttribute("data-y"),h=c.getAttribute("data-scale"),i=Date.now()-Number(c.getAttribute("data-hold")),l=350-i;l<0&&(l=0),setTimeout(function(){var a={top:g+"px",left:f+"px",opacity:"0","-webkit-transition-duration":j.duration+"ms","-moz-transition-duration":j.duration+"ms","-o-transition-duration":j.duration+"ms","transition-duration":j.duration+"ms","-webkit-transform":h,"-moz-transform":h,"-ms-transform":h,"-o-transform":h,transform:h};c.setAttribute("style",e(a)),setTimeout(function(){try{b.removeChild(c)}catch(a){return!1}},j.duration)},l)},wrapInput:function(a){for(var b=0;b<a.length;b++){var c=a[b];if("input"===c.tagName.toLowerCase()){var d=c.parentNode;if("i"===d.tagName.toLowerCase()&&d.className.indexOf("waves-effect")!==-1)continue;var e=document.createElement("i");e.className=c.className+" waves-input-wrapper";var f=c.getAttribute("style");f||(f=""),e.setAttribute("style",f),c.className="waves-button-input",c.removeAttribute("style"),d.replaceChild(e,c),e.appendChild(c)}}}},k={touches:0,allowEvent:function(a){var b=!0;return"touchstart"===a.type?k.touches+=1:"touchend"===a.type||"touchcancel"===a.type?setTimeout(function(){k.touches>0&&(k.touches-=1)},500):"mousedown"===a.type&&k.touches>0&&(b=!1),b},touchup:function(a){k.allowEvent(a)}};h.displayEffect=function(b){b=b||{},"duration"in b&&(j.duration=b.duration),j.wrapInput(i(".waves-effect")),"ontouchstart"in a&&document.body.addEventListener("touchstart",g,!1),document.body.addEventListener("mousedown",g,!1)},h.attach=function(b){"input"===b.tagName.toLowerCase()&&(j.wrapInput([b]),b=b.parentElement),"ontouchstart"in a&&b.addEventListener("touchstart",g,!1),b.addEventListener("mousedown",g,!1)},a.Waves=h,document.addEventListener("DOMContentLoaded",function(){h.displayEffect()},!1)}(window),Materialize.toast=function(a,b,c,d){function e(a){var b=document.createElement("div");if(b.classList.add("toast"),c)for(var e=c.split(" "),f=0,g=e.length;f<g;f++)b.classList.add(e[f]);("object"==typeof HTMLElement?a instanceof HTMLElement:a&&"object"==typeof a&&null!==a&&1===a.nodeType&&"string"==typeof a.nodeName)?b.appendChild(a):a instanceof jQuery?b.appendChild(a[0]):b.innerHTML=a;var h=new Hammer(b,{prevent_default:!1});return h.on("pan",function(a){var c=a.deltaX,d=80;b.classList.contains("panning")||b.classList.add("panning");var e=1-Math.abs(c/d);e<0&&(e=0),Vel(b,{left:c,opacity:e},{duration:50,queue:!1,easing:"easeOutQuad"})}),h.on("panend",function(a){var c=a.deltaX,e=80;Math.abs(c)>e?Vel(b,{marginTop:"-40px"},{duration:375,easing:"easeOutExpo",queue:!1,complete:function(){"function"==typeof d&&d(),b.parentNode.removeChild(b)}}):(b.classList.remove("panning"),Vel(b,{left:0,opacity:1},{duration:300,easing:"easeOutExpo",queue:!1}))}),b}c=c||"";var f=document.getElementById("toast-container");null===f&&(f=document.createElement("div"),f.id="toast-container",document.body.appendChild(f));var g=e(a);a&&f.appendChild(g),g.style.opacity=0,Vel(g,{translateY:"-35px",opacity:1},{duration:300,easing:"easeOutCubic",queue:!1});var h,i=b;null!=i&&(h=setInterval(function(){null===g.parentNode&&window.clearInterval(h),g.classList.contains("panning")||(i-=20),i<=0&&(Vel(g,{opacity:0,marginTop:"-40px"},{duration:375,easing:"easeOutExpo",queue:!1,complete:function(){"function"==typeof d&&d(),this[0].parentNode.removeChild(this[0])}}),window.clearInterval(h))},20))},function(a){var b={init:function(b){var c={menuWidth:300,edge:"left",closeOnClick:!1,draggable:!0};b=a.extend(c,b),a(this).each(function(){var c=a(this),d=c.attr("data-activates"),e=a("#"+d);300!=b.menuWidth&&e.css("width",b.menuWidth);var f=a('.drag-target[data-sidenav="'+d+'"]');b.draggable?(f.length&&f.remove(),f=a('<div class="drag-target"></div>').attr("data-sidenav",d),a("body").append(f)):f=a(),"left"==b.edge?(e.css("transform","translateX(-100%)"),f.css({left:0})):(e.addClass("right-aligned").css("transform","translateX(100%)"),f.css({right:0})),e.hasClass("fixed")&&window.innerWidth>992&&e.css("transform","translateX(0)"),e.hasClass("fixed")&&a(window).resize(function(){window.innerWidth>992?0!==a("#sidenav-overlay").length&&i?g(!0):e.css("transform","translateX(0%)"):i===!1&&("left"===b.edge?e.css("transform","translateX(-100%)"):e.css("transform","translateX(100%)"))}),b.closeOnClick===!0&&e.on("click.itemclick","a:not(.collapsible-header)",function(){g()});var g=function(c){h=!1,i=!1,a("body").css({overflow:"",width:""}),a("#sidenav-overlay").velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),"left"===b.edge?(f.css({width:"",right:"",left:"0"}),e.velocity({translateX:"-100%"},{duration:200,queue:!1,easing:"easeOutCubic",complete:function(){c===!0&&(e.removeAttr("style"),e.css("width",b.menuWidth))}})):(f.css({width:"",right:"0",left:""}),e.velocity({translateX:"100%"},{duration:200,queue:!1,easing:"easeOutCubic",complete:function(){c===!0&&(e.removeAttr("style"),e.css("width",b.menuWidth))}}))},h=!1,i=!1;b.draggable&&(f.on("click",function(){i&&g()}),f.hammer({prevent_default:!1}).bind("pan",function(c){if("touch"==c.gesture.pointerType){var d=(c.gesture.direction,c.gesture.center.x),f=(c.gesture.center.y,c.gesture.velocityX,a("body")),h=a("#sidenav-overlay"),j=f.innerWidth();if(f.css("overflow","hidden"),f.width(j),0===h.length&&(h=a('<div id="sidenav-overlay"></div>'),h.css("opacity",0).click(function(){g()}),a("body").append(h)),"left"===b.edge&&(d>b.menuWidth?d=b.menuWidth:d<0&&(d=0)),"left"===b.edge)d<b.menuWidth/2?i=!1:d>=b.menuWidth/2&&(i=!0),e.css("transform","translateX("+(d-b.menuWidth)+"px)");else{d<window.innerWidth-b.menuWidth/2?i=!0:d>=window.innerWidth-b.menuWidth/2&&(i=!1);var k=d-b.menuWidth/2;k<0&&(k=0),e.css("transform","translateX("+k+"px)")}var l;"left"===b.edge?(l=d/b.menuWidth,h.velocity({opacity:l},{duration:10,queue:!1,easing:"easeOutQuad"})):(l=Math.abs((d-window.innerWidth)/b.menuWidth),h.velocity({opacity:l},{duration:10,queue:!1,easing:"easeOutQuad"}))}}).bind("panend",function(c){if("touch"==c.gesture.pointerType){var d=a("#sidenav-overlay"),g=c.gesture.velocityX,j=c.gesture.center.x,k=j-b.menuWidth,l=j-b.menuWidth/2;k>0&&(k=0),l<0&&(l=0),h=!1,"left"===b.edge?i&&g<=.3||g<-.5?(0!==k&&e.velocity({translateX:[0,k]},{duration:300,queue:!1,easing:"easeOutQuad"}),d.velocity({opacity:1},{duration:50,queue:!1,easing:"easeOutQuad"}),f.css({width:"50%",right:0,left:""}),i=!0):(!i||g>.3)&&(a("body").css({overflow:"",width:""}),e.velocity({translateX:[-1*b.menuWidth-10,k]},{duration:200,queue:!1,easing:"easeOutQuad"}),d.velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),f.css({width:"10px",right:"",left:0})):i&&g>=-.3||g>.5?(0!==l&&e.velocity({translateX:[0,l]},{duration:300,queue:!1,easing:"easeOutQuad"}),d.velocity({opacity:1},{duration:50,queue:!1,easing:"easeOutQuad"}),f.css({width:"50%",right:"",left:0}),i=!0):(!i||g<-.3)&&(a("body").css({overflow:"",width:""}),e.velocity({translateX:[b.menuWidth+10,l]},{duration:200,queue:!1,easing:"easeOutQuad"}),d.velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),f.css({width:"10px",right:0,left:""}))}})),c.off("click.sidenav").on("click.sidenav",function(){if(i===!0)i=!1,h=!1,g();else{var c=a("body"),d=a('<div id="sidenav-overlay"></div>'),j=c.innerWidth();c.css("overflow","hidden"),c.width(j),a("body").append(f),"left"===b.edge?(f.css({width:"50%",right:0,left:""}),e.velocity({translateX:[0,-1*b.menuWidth]},{duration:300,queue:!1,easing:"easeOutQuad"})):(f.css({width:"50%",right:"",left:0}),e.velocity({translateX:[0,b.menuWidth]},{duration:300,queue:!1,easing:"easeOutQuad"})),d.css("opacity",0).click(function(){i=!1,h=!1,g(),d.velocity({opacity:0},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}})}),a("body").append(d),d.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){i=!0,h=!1}})}return!1})})},destroy:function(){var b=a("#sidenav-overlay"),c=a('.drag-target[data-sidenav="'+a(this).attr("data-activates")+'"]');b.trigger("click"),c.remove(),a(this).off("click"),b.remove()},show:function(){this.trigger("click")},hide:function(){a("#sidenav-overlay").trigger("click")}};a.fn.sideNav=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.sideNav"):b.init.apply(this,arguments)}}(jQuery),function(a){function b(b,c,d,e){var g=a();return a.each(f,function(a,f){if(f.height()>0){var h=f.offset().top,i=f.offset().left,j=i+f.width(),k=h+f.height(),l=!(i>c||j<e||h>d||k<b);l&&g.push(f)}}),g}function c(c){++i;var d=e.scrollTop(),f=e.scrollLeft(),h=f+e.width(),k=d+e.height(),l=b(d+j.top+c||200,h+j.right,k+j.bottom,f+j.left);a.each(l,function(a,b){var c=b.data("scrollSpy:ticks");"number"!=typeof c&&b.triggerHandler("scrollSpy:enter"),b.data("scrollSpy:ticks",i)}),a.each(g,function(a,b){var c=b.data("scrollSpy:ticks");"number"==typeof c&&c!==i&&(b.triggerHandler("scrollSpy:exit"),b.data("scrollSpy:ticks",null))}),g=l}function d(){e.trigger("scrollSpy:winSize")}var e=a(window),f=[],g=[],h=!1,i=0,j={top:0,right:0,bottom:0,left:0};a.scrollSpy=function(b,d){var g={throttle:100,scrollOffset:200};d=a.extend(g,d);var i=[];b=a(b),b.each(function(b,c){f.push(a(c)),a(c).data("scrollSpy:id",b),a('a[href="#'+a(c).attr("id")+'"]').click(function(b){b.preventDefault();var c=a(Materialize.escapeHash(this.hash)).offset().top+1;a("html, body").animate({scrollTop:c-d.scrollOffset},{duration:400,queue:!1,easing:"easeOutCubic"})})}),j.top=d.offsetTop||0,j.right=d.offsetRight||0,j.bottom=d.offsetBottom||0,j.left=d.offsetLeft||0;var k=Materialize.throttle(function(){c(d.scrollOffset)},d.throttle||100),l=function(){a(document).ready(k)};return h||(e.on("scroll",l),e.on("resize",l),h=!0),setTimeout(l,0),b.on("scrollSpy:enter",function(){i=a.grep(i,function(a){return 0!=a.height()});var b=a(this);i[0]?(a('a[href="#'+i[0].attr("id")+'"]').removeClass("active"),b.data("scrollSpy:id")<i[0].data("scrollSpy:id")?i.unshift(a(this)):i.push(a(this))):i.push(a(this)),a('a[href="#'+i[0].attr("id")+'"]').addClass("active")}),b.on("scrollSpy:exit",function(){if(i=a.grep(i,function(a){return 0!=a.height()}),i[0]){a('a[href="#'+i[0].attr("id")+'"]').removeClass("active");var b=a(this);i=a.grep(i,function(a){return a.attr("id")!=b.attr("id")}),i[0]&&a('a[href="#'+i[0].attr("id")+'"]').addClass("active")}}),b},a.winSizeSpy=function(b){return a.winSizeSpy=function(){return e},b=b||{throttle:100},e.on("resize",Materialize.throttle(d,b.throttle||100))},a.fn.scrollSpy=function(b){return a.scrollSpy(a(this),b)}}(jQuery),function(a){a(document).ready(function(){function b(b){var c=b.css("font-family"),d=b.css("font-size"),f=b.css("line-height");d&&e.css("font-size",d),c&&e.css("font-family",c),f&&e.css("line-height",f),"off"===b.attr("wrap")&&e.css("overflow-wrap","normal").css("white-space","pre"),e.text(b.val()+"\n");var g=e.html().replace(/\n/g,"<br>");e.html(g),b.is(":visible")?e.css("width",b.width()):e.css("width",a(window).width()/2),b.css("height",e.height())}Materialize.updateTextFields=function(){var b="input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea";a(b).each(function(b,c){var d=a(this);a(c).val().length>0||c.autofocus||void 0!==d.attr("placeholder")?d.siblings("label").addClass("active"):a(c)[0].validity?d.siblings("label").toggleClass("active",a(c)[0].validity.badInput===!0):d.siblings("label").removeClass("active")})};var c="input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea";a(document).on("change",c,function(){0===a(this).val().length&&void 0===a(this).attr("placeholder")||a(this).siblings("label").addClass("active"),validate_field(a(this))}),a(document).ready(function(){Materialize.updateTextFields()}),a(document).on("reset",function(b){var d=a(b.target);d.is("form")&&(d.find(c).removeClass("valid").removeClass("invalid"),d.find(c).each(function(){""===a(this).attr("value")&&a(this).siblings("label").removeClass("active")}),d.find("select.initialized").each(function(){var a=d.find("option[selected]").text();d.siblings("input.select-dropdown").val(a)}))}),a(document).on("focus",c,function(){a(this).siblings("label, .prefix").addClass("active")}),a(document).on("blur",c,function(){var b=a(this),c=".prefix";0===b.val().length&&b[0].validity.badInput!==!0&&void 0===b.attr("placeholder")&&(c+=", label"),b.siblings(c).removeClass("active"),validate_field(b)}),window.validate_field=function(a){var b=void 0!==a.attr("data-length"),c=parseInt(a.attr("data-length")),d=a.val().length;0===a.val().length&&a[0].validity.badInput===!1?a.hasClass("validate")&&(a.removeClass("valid"),a.removeClass("invalid")):a.hasClass("validate")&&(a.is(":valid")&&b&&d<=c||a.is(":valid")&&!b?(a.removeClass("invalid"),a.addClass("valid")):(a.removeClass("valid"),a.addClass("invalid")))};var d="input[type=radio], input[type=checkbox]";a(document).on("keyup.radio",d,function(b){if(9===b.which){a(this).addClass("tabbed");var c=a(this);return void c.one("blur",function(b){a(this).removeClass("tabbed")})}});var e=a(".hiddendiv").first();e.length||(e=a('<div class="hiddendiv common"></div>'),a("body").append(e));var f=".materialize-textarea";a(f).each(function(){var c=a(this);c.val().length&&b(c)}),a("body").on("keyup keydown autoresize",f,function(){b(a(this))}),a(document).on("change",'.file-field input[type="file"]',function(){for(var b=a(this).closest(".file-field"),c=b.find("input.file-path"),d=a(this)[0].files,e=[],f=0;f<d.length;f++)e.push(d[f].name);c.val(e.join(", ")),c.trigger("change")});var g="input[type=range]",h=!1;a(g).each(function(){var b=a('<span class="thumb"><span class="value"></span></span>');a(this).after(b)});var i=".range-field";a(document).on("change",g,function(b){var c=a(this).siblings(".thumb");c.find(".value").html(a(this).val());var d=a(this).attr("max"),e=a(this).width()-15,f=(a(this).parent(".range-field").outerWidth()-e||0,a(this).val()*(e/d));c.hasClass("active")||c.velocity({height:"30px",width:"30px",top:"-30px",marginLeft:"5px"},{duration:300,easing:"easeOutExpo"}),c.addClass("active").css("left",f)}),a(document).on("mousedown touchstart",g,function(b){var c=a(this).siblings(".thumb"),d=a(this).attr("max"),e=a(this).width()-15,f=(a(this).parent(".range-field").outerWidth()-e||0,a(this).val()*(e/d));c.length<=0&&(c=a('<span class="thumb"><span class="value"></span></span>'),a(this).after(c)),c.find(".value").html(a(this).val()),h=!0,a(this).addClass("active"),c.hasClass("active")||c.velocity({height:"30px",width:"30px",top:"-30px",marginLeft:"5px"},{duration:300,easing:"easeOutExpo"}),"input"!==b.type&&c.addClass("active").css("left",f)}),a(document).on("mouseup touchend",i,function(){h=!1,a(this).removeClass("active")}),a(document).on("input mousemove touchmove",i,function(b){var c=a(this).children(".thumb"),d=a(this).find(g),e=d.attr("max"),f=d.width()-15,i=(a(this).outerWidth()-f||0,d.val()*(f/e));h&&(c.hasClass("active")||c.velocity({height:"30px",width:"30px",top:"-30px",marginLeft:"5px"},{duration:300,easing:"easeOutExpo"}),c.addClass("active").css("left",i),c.find(".value").html(c.siblings(g).val()))}),a(document).on("mouseout touchleave",i,function(){if(!h){var b=a(this).children(".thumb");b.hasClass("active")&&b.velocity({height:"0",width:"0",top:"10px",marginLeft:"15px"},{duration:100}),b.removeClass("active")}}),a.fn.autocomplete=function(b){var c={data:{},limit:1/0,onAutocomplete:null,minLength:1};return b=a.extend(c,b),this.each(function(){var c,d=a(this),e=b.data,f=0,g=-1,h=d.closest(".input-field");if(!a.isEmptyObject(e)){var i,j=a('<ul class="autocomplete-content dropdown-content"></ul>');h.length?(i=h.children(".autocomplete-content.dropdown-content").first(),i.length||h.append(j)):(i=d.next(".autocomplete-content.dropdown-content"),i.length||d.after(j)),i.length&&(j=i);var k=function(a,b){var c=b.find("img"),d=b.text().toLowerCase().indexOf(""+a.toLowerCase()),e=d+a.length-1,f=b.text().slice(0,d),g=b.text().slice(d,e+1),h=b.text().slice(e+1);b.html("<span>"+f+"<span class='highlight'>"+g+"</span>"+h+"</span>"),c.length&&b.prepend(c)},l=function(){g=-1,j.find(".active").removeClass("active")},m=function(){j.empty(),l(),c=void 0};d.off("blur.autocomplete").on("blur.autocomplete",function(){m()}),d.off("keyup.autocomplete focus.autocomplete").on("keyup.autocomplete focus.autocomplete",function(g){f=0;var h=d.val().toLowerCase();if(13!==g.which&&38!==g.which&&40!==g.which){if(c!==h&&(m(),h.length>=b.minLength))for(var i in e)if(e.hasOwnProperty(i)&&i.toLowerCase().indexOf(h)!==-1&&i.toLowerCase()!==h){if(f>=b.limit)break;var l=a("<li></li>");e[i]?l.append('<img src="'+e[i]+'" class="right circle"><span>'+i+"</span>"):l.append("<span>"+i+"</span>"),j.append(l),k(h,l),f++}c=h}}),d.off("keydown.autocomplete").on("keydown.autocomplete",function(a){var b,c=a.which,d=j.children("li").length,e=j.children(".active").first();return 13===c&&g>=0?(b=j.children("li").eq(g),void(b.length&&(b.trigger("mousedown.autocomplete"),a.preventDefault()))):void(38!==c&&40!==c||(a.preventDefault(),
9
- 38===c&&g>0&&g--,40===c&&g<d-1&&g++,e.removeClass("active"),g>=0&&j.children("li").eq(g).addClass("active")))}),j.on("mousedown.autocomplete touchstart.autocomplete","li",function(){var c=a(this).text().trim();d.val(c),d.trigger("change"),m(),"function"==typeof b.onAutocomplete&&b.onAutocomplete.call(this,c)})}})}}),a.fn.material_select=function(b){function c(a,b,c){var e=a.indexOf(b),f=e===-1;return f?a.push(b):a.splice(e,1),c.siblings("ul.dropdown-content").find("li:not(.optgroup)").eq(b).toggleClass("active"),c.find("option").eq(b).prop("selected",f),d(a,c),f}function d(a,b){for(var c="",d=0,e=a.length;d<e;d++){var f=b.find("option").eq(a[d]).text();c+=0===d?f:", "+f}""===c&&(c=b.find("option:disabled").eq(0).text()),b.siblings("input.select-dropdown").val(c)}a(this).each(function(){var d=a(this);if(!d.hasClass("browser-default")){var e=!!d.attr("multiple"),f=d.data("select-id");if(f&&(d.parent().find("span.caret").remove(),d.parent().find("input").remove(),d.unwrap(),a("ul#select-options-"+f).remove()),"destroy"===b)return void d.data("select-id",null).removeClass("initialized");var g=Materialize.guid();d.data("select-id",g);var h=a('<div class="select-wrapper"></div>');h.addClass(d.attr("class"));var i=a('<ul id="select-options-'+g+'" class="dropdown-content select-dropdown '+(e?"multiple-select-dropdown":"")+'"></ul>'),j=d.children("option, optgroup"),k=[],l=!1,m=d.find("option:selected").html()||d.find("option:first").html()||"",n=function(b,c,d){var f=c.is(":disabled")?"disabled ":"",g="optgroup-option"===d?"optgroup-option ":"",h=e?'<input type="checkbox"'+f+"/><label></label>":"",j=c.data("icon"),k=c.attr("class");if(j){var l="";return k&&(l=' class="'+k+'"'),i.append(a('<li class="'+f+g+'"><img alt="" src="'+j+'"'+l+"><span>"+h+c.html()+"</span></li>")),!0}i.append(a('<li class="'+f+g+'"><span>'+h+c.html()+"</span></li>"))};j.length&&j.each(function(){if(a(this).is("option"))e?n(d,a(this),"multiple"):n(d,a(this));else if(a(this).is("optgroup")){var b=a(this).children("option");i.append(a('<li class="optgroup"><span>'+a(this).attr("label")+"</span></li>")),b.each(function(){n(d,a(this),"optgroup-option")})}}),i.find("li:not(.optgroup)").each(function(f){a(this).click(function(g){if(!a(this).hasClass("disabled")&&!a(this).hasClass("optgroup")){var h=!0;e?(a('input[type="checkbox"]',this).prop("checked",function(a,b){return!b}),h=c(k,f,d),q.trigger("focus")):(i.find("li").removeClass("active"),a(this).toggleClass("active"),q.val(a(this).text())),r(i,a(this)),d.find("option").eq(f).prop("selected",h),d.trigger("change"),"undefined"!=typeof b&&b()}g.stopPropagation()})}),d.wrap(h);var o=a('<span class="caret">&#9660;</span>');d.is(":disabled")&&o.addClass("disabled");var p=m.replace(/"/g,"&quot;"),q=a('<input type="text" class="select-dropdown" readonly="true" '+(d.is(":disabled")?"disabled":"")+' data-activates="select-options-'+g+'" value="'+p+'"/>');d.before(q),q.before(o),q.after(i),d.is(":disabled")||q.dropdown({hover:!1,closeOnClick:!1}),d.attr("tabindex")&&a(q[0]).attr("tabindex",d.attr("tabindex")),d.addClass("initialized"),q.on({focus:function(){if(a("ul.select-dropdown").not(i[0]).is(":visible")&&a("input.select-dropdown").trigger("close"),!i.is(":visible")){a(this).trigger("open",["focus"]);var b=a(this).val();e&&b.indexOf(",")>=0&&(b=b.split(",")[0]);var c=i.find("li").filter(function(){return a(this).text().toLowerCase()===b.toLowerCase()})[0];r(i,c,!0)}},click:function(a){a.stopPropagation()}}),q.on("blur",function(){e||a(this).trigger("close"),i.find("li.selected").removeClass("selected")}),i.hover(function(){l=!0},function(){l=!1}),a(window).on({click:function(){e&&(l||q.trigger("close"))}}),e&&d.find("option:selected:not(:disabled)").each(function(){var b=a(this).index();c(k,b,d),i.find("li").eq(b).find(":checkbox").prop("checked",!0)});var r=function(b,c,d){if(c){b.find("li.selected").removeClass("selected");var f=a(c);f.addClass("selected"),e&&!d||i.scrollTo(f)}},s=[],t=function(b){if(9==b.which)return void q.trigger("close");if(40==b.which&&!i.is(":visible"))return void q.trigger("open");if(13!=b.which||i.is(":visible")){b.preventDefault();var c=String.fromCharCode(b.which).toLowerCase(),d=[9,13,27,38,40];if(c&&d.indexOf(b.which)===-1){s.push(c);var f=s.join(""),g=i.find("li").filter(function(){return 0===a(this).text().toLowerCase().indexOf(f)})[0];g&&r(i,g)}if(13==b.which){var h=i.find("li.selected:not(.disabled)")[0];h&&(a(h).trigger("click"),e||q.trigger("close"))}40==b.which&&(g=i.find("li.selected").length?i.find("li.selected").next("li:not(.disabled)")[0]:i.find("li:not(.disabled)")[0],r(i,g)),27==b.which&&q.trigger("close"),38==b.which&&(g=i.find("li.selected").prev("li:not(.disabled)")[0],g&&r(i,g)),setTimeout(function(){s=[]},1e3)}};q.on("keydown",t)}})}}(jQuery),function(a){var b={init:function(b){var c={indicators:!0,height:400,transition:500,interval:6e3};return b=a.extend(c,b),this.each(function(){function c(a,b){a.hasClass("center-align")?a.velocity({opacity:0,translateY:-100},{duration:b,queue:!1}):a.hasClass("right-align")?a.velocity({opacity:0,translateX:100},{duration:b,queue:!1}):a.hasClass("left-align")&&a.velocity({opacity:0,translateX:-100},{duration:b,queue:!1})}function d(a){a>=j.length?a=0:a<0&&(a=j.length-1),k=i.find(".active").index(),k!=a&&(e=j.eq(k),$caption=e.find(".caption"),e.removeClass("active"),e.velocity({opacity:0},{duration:b.transition,queue:!1,easing:"easeOutQuad",complete:function(){j.not(".active").velocity({opacity:0,translateX:0,translateY:0},{duration:0,queue:!1})}}),c($caption,b.transition),b.indicators&&f.eq(k).removeClass("active"),j.eq(a).velocity({opacity:1},{duration:b.transition,queue:!1,easing:"easeOutQuad"}),j.eq(a).find(".caption").velocity({opacity:1,translateX:0,translateY:0},{duration:b.transition,delay:b.transition,queue:!1,easing:"easeOutQuad"}),j.eq(a).addClass("active"),b.indicators&&f.eq(a).addClass("active"))}var e,f,g,h=a(this),i=h.find("ul.slides").first(),j=i.find("> li"),k=i.find(".active").index();k!=-1&&(e=j.eq(k)),h.hasClass("fullscreen")||(b.indicators?h.height(b.height+40):h.height(b.height),i.height(b.height)),j.find(".caption").each(function(){c(a(this),0)}),j.find("img").each(function(){var b="data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==";a(this).attr("src")!==b&&(a(this).css("background-image","url("+a(this).attr("src")+")"),a(this).attr("src",b))}),b.indicators&&(f=a('<ul class="indicators"></ul>'),j.each(function(c){var e=a('<li class="indicator-item"></li>');e.click(function(){var c=i.parent(),e=c.find(a(this)).index();d(e),clearInterval(g),g=setInterval(function(){k=i.find(".active").index(),j.length==k+1?k=0:k+=1,d(k)},b.transition+b.interval)}),f.append(e)}),h.append(f),f=h.find("ul.indicators").find("li.indicator-item")),e?e.show():(j.first().addClass("active").velocity({opacity:1},{duration:b.transition,queue:!1,easing:"easeOutQuad"}),k=0,e=j.eq(k),b.indicators&&f.eq(k).addClass("active")),e.find("img").each(function(){e.find(".caption").velocity({opacity:1,translateX:0,translateY:0},{duration:b.transition,queue:!1,easing:"easeOutQuad"})}),g=setInterval(function(){k=i.find(".active").index(),d(k+1)},b.transition+b.interval);var l=!1,m=!1,n=!1;h.hammer({prevent_default:!1}).bind("pan",function(a){if("touch"===a.gesture.pointerType){clearInterval(g);var b=a.gesture.direction,c=a.gesture.deltaX,d=a.gesture.velocityX,e=a.gesture.velocityY;$curr_slide=i.find(".active"),Math.abs(d)>Math.abs(e)&&$curr_slide.velocity({translateX:c},{duration:50,queue:!1,easing:"easeOutQuad"}),4===b&&(c>h.innerWidth()/2||d<-.65)?n=!0:2===b&&(c<-1*h.innerWidth()/2||d>.65)&&(m=!0);var f;m&&(f=$curr_slide.next(),0===f.length&&(f=j.first()),f.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad"})),n&&(f=$curr_slide.prev(),0===f.length&&(f=j.last()),f.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad"}))}}).bind("panend",function(a){"touch"===a.gesture.pointerType&&($curr_slide=i.find(".active"),l=!1,curr_index=i.find(".active").index(),!n&&!m||j.length<=1?$curr_slide.velocity({translateX:0},{duration:300,queue:!1,easing:"easeOutQuad"}):m?(d(curr_index+1),$curr_slide.velocity({translateX:-1*h.innerWidth()},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){$curr_slide.velocity({opacity:0,translateX:0},{duration:0,queue:!1})}})):n&&(d(curr_index-1),$curr_slide.velocity({translateX:h.innerWidth()},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){$curr_slide.velocity({opacity:0,translateX:0},{duration:0,queue:!1})}})),m=!1,n=!1,clearInterval(g),g=setInterval(function(){k=i.find(".active").index(),j.length==k+1?k=0:k+=1,d(k)},b.transition+b.interval))}),h.on("sliderPause",function(){clearInterval(g)}),h.on("sliderStart",function(){clearInterval(g),g=setInterval(function(){k=i.find(".active").index(),j.length==k+1?k=0:k+=1,d(k)},b.transition+b.interval)}),h.on("sliderNext",function(){k=i.find(".active").index(),d(k+1)}),h.on("sliderPrev",function(){k=i.find(".active").index(),d(k-1)})})},pause:function(){a(this).trigger("sliderPause")},start:function(){a(this).trigger("sliderStart")},next:function(){a(this).trigger("sliderNext")},prev:function(){a(this).trigger("sliderPrev")}};a.fn.slider=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.tooltip"):b.init.apply(this,arguments)}}(jQuery),function(a){a(document).ready(function(){a(document).on("click.card",".card",function(b){a(this).find("> .card-reveal").length&&(a(b.target).is(a(".card-reveal .card-title"))||a(b.target).is(a(".card-reveal .card-title i"))?a(this).find(".card-reveal").velocity({translateY:0},{duration:225,queue:!1,easing:"easeInOutQuad",complete:function(){a(this).css({display:"none"})}}):(a(b.target).is(a(".card .activator"))||a(b.target).is(a(".card .activator i")))&&(a(b.target).closest(".card").css("overflow","hidden"),a(this).find(".card-reveal").css({display:"block"}).velocity("stop",!1).velocity({translateY:"-100%"},{duration:300,queue:!1,easing:"easeInOutQuad"})))})})}(jQuery),function(a){var b={data:[],placeholder:"",secondaryPlaceholder:"",autocompleteOptions:{}};a(document).ready(function(){a(document).on("click",".chip .close",function(b){var c=a(this).closest(".chips");c.attr("data-initialized")||a(this).closest(".chip").remove()})}),a.fn.material_chip=function(c){var d=this;if(this.$el=a(this),this.$document=a(document),this.SELS={CHIPS:".chips",CHIP:".chip",INPUT:"input",DELETE:".material-icons",SELECTED_CHIP:".selected"},"data"===c)return this.$el.data("chips");var e=a.extend({},b,c);d.hasAutocomplete=!a.isEmptyObject(e.autocompleteOptions.data),this.init=function(){var b=0;d.$el.each(function(){var c=a(this),f=Materialize.guid();d.chipId=f,e.data&&e.data instanceof Array||(e.data=[]),c.data("chips",e.data),c.attr("data-index",b),c.attr("data-initialized",!0),c.hasClass(d.SELS.CHIPS)||c.addClass("chips"),d.chips(c,f),b++})},this.handleEvents=function(){var b=d.SELS;d.$document.off("click.chips-focus",b.CHIPS).on("click.chips-focus",b.CHIPS,function(c){a(c.target).find(b.INPUT).focus()}),d.$document.off("click.chips-select",b.CHIP).on("click.chips-select",b.CHIP,function(c){var e=a(c.target);if(e.length){var f=e.hasClass("selected"),g=e.closest(b.CHIPS);a(b.CHIP).removeClass("selected"),f||d.selectChip(e.index(),g)}}),d.$document.off("keydown.chips").on("keydown.chips",function(c){if(!a(c.target).is("input, textarea")){var e,f=d.$document.find(b.CHIP+b.SELECTED_CHIP),g=f.closest(b.CHIPS),h=f.siblings(b.CHIP).length;if(f.length)if(8===c.which||46===c.which){c.preventDefault(),e=f.index(),d.deleteChip(e,g);var i=null;e+1<h?i=e:e!==h&&e+1!==h||(i=h-1),i<0&&(i=null),null!==i&&d.selectChip(i,g),h||g.find("input").focus()}else if(37===c.which){if(e=f.index()-1,e<0)return;a(b.CHIP).removeClass("selected"),d.selectChip(e,g)}else if(39===c.which){if(e=f.index()+1,a(b.CHIP).removeClass("selected"),e>h)return void g.find("input").focus();d.selectChip(e,g)}}}),d.$document.off("focusin.chips",b.CHIPS+" "+b.INPUT).on("focusin.chips",b.CHIPS+" "+b.INPUT,function(c){var d=a(c.target).closest(b.CHIPS);d.addClass("focus"),d.siblings("label, .prefix").addClass("active"),a(b.CHIP).removeClass("selected")}),d.$document.off("focusout.chips",b.CHIPS+" "+b.INPUT).on("focusout.chips",b.CHIPS+" "+b.INPUT,function(c){var d=a(c.target).closest(b.CHIPS);d.removeClass("focus"),d.data("chips").length||d.siblings("label").removeClass("active"),d.siblings(".prefix").removeClass("active")}),d.$document.off("keydown.chips-add",b.CHIPS+" "+b.INPUT).on("keydown.chips-add",b.CHIPS+" "+b.INPUT,function(c){var e=a(c.target),f=e.closest(b.CHIPS),g=f.children(b.CHIP).length;if(13===c.which){if(d.hasAutocomplete&&f.find(".autocomplete-content.dropdown-content").length&&f.find(".autocomplete-content.dropdown-content").children().length)return;return c.preventDefault(),d.addChip({tag:e.val()},f),void e.val("")}if((8===c.keyCode||37===c.keyCode)&&""===e.val()&&g)return c.preventDefault(),d.selectChip(g-1,f),void e.blur()}),d.$document.off("click.chips-delete",b.CHIPS+" "+b.DELETE).on("click.chips-delete",b.CHIPS+" "+b.DELETE,function(c){var e=a(c.target),f=e.closest(b.CHIPS),g=e.closest(b.CHIP);c.stopPropagation(),d.deleteChip(g.index(),f),f.find("input").focus()})},this.chips=function(b,c){b.empty(),b.data("chips").forEach(function(a){b.append(d.renderChip(a))}),b.append(a('<input id="'+c+'" class="input" placeholder="">')),d.setPlaceholder(b);var f=b.next("label");f.length&&(f.attr("for",c),b.data("chips").length&&f.addClass("active"));var g=a("#"+c);d.hasAutocomplete&&(e.autocompleteOptions.onAutocomplete=function(a){d.addChip({tag:a},b),g.val(""),g.focus()},g.autocomplete(e.autocompleteOptions))},this.renderChip=function(b){if(b.tag){var c=a('<div class="chip"></div>');return c.text(b.tag),c.append(a('<i class="material-icons close">close</i>')),c}},this.setPlaceholder=function(a){a.data("chips").length&&e.placeholder?a.find("input").prop("placeholder",e.placeholder):!a.data("chips").length&&e.secondaryPlaceholder&&a.find("input").prop("placeholder",e.secondaryPlaceholder)},this.isValid=function(a,b){for(var c=a.data("chips"),d=!1,e=0;e<c.length;e++)if(c[e].tag===b.tag)return void(d=!0);return""!==b.tag&&!d},this.addChip=function(a,b){if(d.isValid(b,a)){for(var c=d.renderChip(a),e=[],f=b.data("chips"),g=0;g<f.length;g++)e.push(f[g]);e.push(a),b.data("chips",e),c.insertBefore(b.find("input")),b.trigger("chip.add",a),d.setPlaceholder(b)}},this.deleteChip=function(a,b){var c=b.data("chips")[a];b.find(".chip").eq(a).remove();for(var e=[],f=b.data("chips"),g=0;g<f.length;g++)g!==a&&e.push(f[g]);b.data("chips",e),b.trigger("chip.delete",c),d.setPlaceholder(b)},this.selectChip=function(a,b){var c=b.find(".chip").eq(a);c&&!1===c.hasClass("selected")&&(c.addClass("selected"),b.trigger("chip.select",b.data("chips")[a]))},this.getChipsElement=function(a,b){return b.eq(a)},this.init(),this.handleEvents()}}(jQuery),function(a){a.fn.pushpin=function(b){var c={top:0,bottom:1/0,offset:0};return"remove"===b?(this.each(function(){(id=a(this).data("pushpin-id"))&&(a(window).off("scroll."+id),a(this).removeData("pushpin-id").removeClass("pin-top pinned pin-bottom").removeAttr("style"))}),!1):(b=a.extend(c,b),$index=0,this.each(function(){function c(a){a.removeClass("pin-top"),a.removeClass("pinned"),a.removeClass("pin-bottom")}function d(d,e){d.each(function(){b.top<=e&&b.bottom>=e&&!a(this).hasClass("pinned")&&(c(a(this)),a(this).css("top",b.offset),a(this).addClass("pinned")),e<b.top&&!a(this).hasClass("pin-top")&&(c(a(this)),a(this).css("top",0),a(this).addClass("pin-top")),e>b.bottom&&!a(this).hasClass("pin-bottom")&&(c(a(this)),a(this).addClass("pin-bottom"),a(this).css("top",b.bottom-g))})}var e=Materialize.guid(),f=a(this),g=a(this).offset().top;a(this).data("pushpin-id",e),d(f,a(window).scrollTop()),a(window).on("scroll."+e,function(){var c=a(window).scrollTop()+b.offset;d(f,c)})}))}}(jQuery),function(a){a(document).ready(function(){a.fn.reverse=[].reverse,a(document).on("mouseenter.fixedActionBtn",".fixed-action-btn:not(.click-to-toggle):not(.toolbar)",function(c){var d=a(this);b(d)}),a(document).on("mouseleave.fixedActionBtn",".fixed-action-btn:not(.click-to-toggle):not(.toolbar)",function(b){var d=a(this);c(d)}),a(document).on("click.fabClickToggle",".fixed-action-btn.click-to-toggle > a",function(d){var e=a(this),f=e.parent();f.hasClass("active")?c(f):b(f)}),a(document).on("click.fabToolbar",".fixed-action-btn.toolbar > a",function(b){var c=a(this),e=c.parent();d(e)})}),a.fn.extend({openFAB:function(){b(a(this))},closeFAB:function(){c(a(this))},openToolbar:function(){d(a(this))},closeToolbar:function(){e(a(this))}});var b=function(b){var c=b;if(c.hasClass("active")===!1){var d,e,f=c.hasClass("horizontal");f===!0?e=40:d=40,c.addClass("active"),c.find("ul .btn-floating").velocity({scaleY:".4",scaleX:".4",translateY:d+"px",translateX:e+"px"},{duration:0});var g=0;c.find("ul .btn-floating").reverse().each(function(){a(this).velocity({opacity:"1",scaleX:"1",scaleY:"1",translateY:"0",translateX:"0"},{duration:80,delay:g}),g+=40})}},c=function(a){var b,c,d=a,e=d.hasClass("horizontal");e===!0?c=40:b=40,d.removeClass("active");d.find("ul .btn-floating").velocity("stop",!0),d.find("ul .btn-floating").velocity({opacity:"0",scaleX:".4",scaleY:".4",translateY:b+"px",translateX:c+"px"},{duration:80})},d=function(b){if("true"!==b.attr("data-open")){var c,d,f,g=window.innerWidth,h=window.innerHeight,i=b[0].getBoundingClientRect(),j=b.find("> a").first(),k=b.find("> ul").first(),l=a('<div class="fab-backdrop"></div>'),m=j.css("background-color");j.append(l),c=i.left-g/2+i.width/2,d=h-i.bottom,f=g/l.width(),b.attr("data-origin-bottom",i.bottom),b.attr("data-origin-left",i.left),b.attr("data-origin-width",i.width),b.addClass("active"),b.attr("data-open",!0),b.css({"text-align":"center",width:"100%",bottom:0,left:0,transform:"translateX("+c+"px)",transition:"none"}),j.css({transform:"translateY("+-d+"px)",transition:"none"}),l.css({"background-color":m}),setTimeout(function(){b.css({transform:"",transition:"transform .2s cubic-bezier(0.550, 0.085, 0.680, 0.530), background-color 0s linear .2s"}),j.css({overflow:"visible",transform:"",transition:"transform .2s"}),setTimeout(function(){b.css({overflow:"hidden","background-color":m}),l.css({transform:"scale("+f+")",transition:"transform .2s cubic-bezier(0.550, 0.055, 0.675, 0.190)"}),k.find("> li > a").css({opacity:1}),a(window).on("scroll.fabToolbarClose",function(){e(b),a(window).off("scroll.fabToolbarClose"),a(document).off("click.fabToolbarClose")}),a(document).on("click.fabToolbarClose",function(c){a(c.target).closest(k).length||(e(b),a(window).off("scroll.fabToolbarClose"),a(document).off("click.fabToolbarClose"))})},100)},0)}},e=function(a){if("true"===a.attr("data-open")){var b,c,d,e=window.innerWidth,f=window.innerHeight,g=a.attr("data-origin-width"),h=a.attr("data-origin-bottom"),i=a.attr("data-origin-left"),j=a.find("> .btn-floating").first(),k=a.find("> ul").first(),l=a.find(".fab-backdrop"),m=j.css("background-color");b=i-e/2+g/2,c=f-h,d=e/l.width(),a.removeClass("active"),a.attr("data-open",!1),a.css({"background-color":"transparent",transition:"none"}),j.css({transition:"none"}),l.css({transform:"scale(0)","background-color":m}),k.find("> li > a").css({opacity:""}),setTimeout(function(){l.remove(),a.css({"text-align":"",width:"",bottom:"",left:"",overflow:"","background-color":"",transform:"translate3d("+-b+"px,0,0)"}),j.css({overflow:"",transform:"translate3d(0,"+c+"px,0)"}),setTimeout(function(){a.css({transform:"translate3d(0,0,0)",transition:"transform .2s"}),j.css({transform:"translate3d(0,0,0)",transition:"transform .2s cubic-bezier(0.550, 0.055, 0.675, 0.190)"})},20)},200)}}}(jQuery),function(a){Materialize.fadeInImage=function(b){var c;if("string"==typeof b)c=a(b);else{if("object"!=typeof b)return;c=b}c.css({opacity:0}),a(c).velocity({opacity:1},{duration:650,queue:!1,easing:"easeOutSine"}),a(c).velocity({opacity:1},{duration:1300,queue:!1,easing:"swing",step:function(b,c){c.start=100;var d=b/100,e=150-(100-b)/1.75;e<100&&(e=100),b>=0&&a(this).css({"-webkit-filter":"grayscale("+d+")brightness("+e+"%)",filter:"grayscale("+d+")brightness("+e+"%)"})}})},Materialize.showStaggeredList=function(b){var c;if("string"==typeof b)c=a(b);else{if("object"!=typeof b)return;c=b}var d=0;c.find("li").velocity({translateX:"-100px"},{duration:0}),c.find("li").each(function(){a(this).velocity({opacity:"1",translateX:"0"},{duration:800,delay:d,easing:[60,10]}),d+=120})},a(document).ready(function(){var b=!1,c=!1;a(".dismissable").each(function(){a(this).hammer({prevent_default:!1}).bind("pan",function(d){if("touch"===d.gesture.pointerType){var e=a(this),f=d.gesture.direction,g=d.gesture.deltaX,h=d.gesture.velocityX;e.velocity({translateX:g},{duration:50,queue:!1,easing:"easeOutQuad"}),4===f&&(g>e.innerWidth()/2||h<-.75)&&(b=!0),2===f&&(g<-1*e.innerWidth()/2||h>.75)&&(c=!0)}}).bind("panend",function(d){if(Math.abs(d.gesture.deltaX)<a(this).innerWidth()/2&&(c=!1,b=!1),"touch"===d.gesture.pointerType){var e=a(this);if(b||c){var f;f=b?e.innerWidth():-1*e.innerWidth(),e.velocity({translateX:f},{duration:100,queue:!1,easing:"easeOutQuad",complete:function(){e.css("border","none"),e.velocity({height:0,padding:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){e.remove()}})}})}else e.velocity({translateX:0},{duration:100,queue:!1,easing:"easeOutQuad"});b=!1,c=!1}})})})}(jQuery),function(a){var b=!1;Materialize.scrollFire=function(a){var c=function(){for(var b=window.pageYOffset+window.innerHeight,c=0;c<a.length;c++){var d=a[c],e=d.selector,f=d.offset,g=d.callback,h=document.querySelector(e);if(null!==h){var i=h.getBoundingClientRect().top+window.pageYOffset;if(b>i+f&&d.done!==!0){if("function"==typeof g)g.call(this,h);else if("string"==typeof g){var j=new Function(g);j(h)}d.done=!0}}}},d=Materialize.throttle(function(){c()},a.throttle||100);b||(window.addEventListener("scroll",d),window.addEventListener("resize",d),b=!0),setTimeout(d,0)}}(jQuery),function(a){"function"==typeof define&&define.amd?define("picker",["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):this.Picker=a(jQuery)}(function(a){function b(f,g,i,l){function m(){return b._.node("div",b._.node("div",b._.node("div",b._.node("div",y.component.nodes(t.open),v.box),v.wrap),v.frame),v.holder)}function n(){w.data(g,y).addClass(v.input).attr("tabindex",-1).val(w.data("value")?y.get("select",u.format):f.value),u.editable||w.on("focus."+t.id+" click."+t.id,function(a){a.preventDefault(),y.$root.eq(0).focus()}).on("keydown."+t.id,q),e(f,{haspopup:!0,expanded:!1,readonly:!1,owns:f.id+"_root"})}function o(){y.$root.on({keydown:q,focusin:function(a){y.$root.removeClass(v.focused),a.stopPropagation()},"mousedown click":function(b){var c=b.target;c!=y.$root.children()[0]&&(b.stopPropagation(),"mousedown"!=b.type||a(c).is("input, select, textarea, button, option")||(b.preventDefault(),y.$root.eq(0).focus()))}}).on({focus:function(){w.addClass(v.target)},blur:function(){w.removeClass(v.target)}}).on("focus.toOpen",r).on("click","[data-pick], [data-nav], [data-clear], [data-close]",function(){var b=a(this),c=b.data(),d=b.hasClass(v.navDisabled)||b.hasClass(v.disabled),e=h();e=e&&(e.type||e.href),(d||e&&!a.contains(y.$root[0],e))&&y.$root.eq(0).focus(),!d&&c.nav?y.set("highlight",y.component.item.highlight,{nav:c.nav}):!d&&"pick"in c?y.set("select",c.pick):c.clear?y.clear().close(!0):c.close&&y.close(!0)}),e(y.$root[0],"hidden",!0)}function p(){var b;u.hiddenName===!0?(b=f.name,f.name=""):(b=["string"==typeof u.hiddenPrefix?u.hiddenPrefix:"","string"==typeof u.hiddenSuffix?u.hiddenSuffix:"_submit"],b=b[0]+f.name+b[1]),y._hidden=a('<input type=hidden name="'+b+'"'+(w.data("value")||f.value?' value="'+y.get("select",u.formatSubmit)+'"':"")+">")[0],w.on("change."+t.id,function(){y._hidden.value=f.value?y.get("select",u.formatSubmit):""}),u.container?a(u.container).append(y._hidden):w.after(y._hidden)}function q(a){var b=a.keyCode,c=/^(8|46)$/.test(b);return 27==b?(y.close(),!1):void((32==b||c||!t.open&&y.component.key[b])&&(a.preventDefault(),a.stopPropagation(),c?y.clear().close():y.open()))}function r(a){a.stopPropagation(),"focus"==a.type&&y.$root.addClass(v.focused),y.open()}if(!f)return b;var s=!1,t={id:f.id||"P"+Math.abs(~~(Math.random()*new Date))},u=i?a.extend(!0,{},i.defaults,l):l||{},v=a.extend({},b.klasses(),u.klass),w=a(f),x=function(){return this.start()},y=x.prototype={constructor:x,$node:w,start:function(){return t&&t.start?y:(t.methods={},t.start=!0,t.open=!1,t.type=f.type,f.autofocus=f==h(),f.readOnly=!u.editable,f.id=f.id||t.id,"text"!=f.type&&(f.type="text"),y.component=new i(y,u),y.$root=a(b._.node("div",m(),v.picker,'id="'+f.id+'_root" tabindex="0"')),o(),u.formatSubmit&&p(),n(),u.container?a(u.container).append(y.$root):w.after(y.$root),y.on({start:y.component.onStart,render:y.component.onRender,stop:y.component.onStop,open:y.component.onOpen,close:y.component.onClose,set:y.component.onSet}).on({start:u.onStart,render:u.onRender,stop:u.onStop,open:u.onOpen,close:u.onClose,set:u.onSet}),s=c(y.$root.children()[0]),f.autofocus&&y.open(),y.trigger("start").trigger("render"))},render:function(a){return a?y.$root.html(m()):y.$root.find("."+v.box).html(y.component.nodes(t.open)),y.trigger("render")},stop:function(){return t.start?(y.close(),y._hidden&&y._hidden.parentNode.removeChild(y._hidden),y.$root.remove(),w.removeClass(v.input).removeData(g),setTimeout(function(){w.off("."+t.id)},0),f.type=t.type,f.readOnly=!1,y.trigger("stop"),t.methods={},t.start=!1,y):y},open:function(c){return t.open?y:(w.addClass(v.active),e(f,"expanded",!0),setTimeout(function(){y.$root.addClass(v.opened),e(y.$root[0],"hidden",!1)},0),c!==!1&&(t.open=!0,s&&k.css("overflow","hidden").css("padding-right","+="+d()),y.$root.eq(0).focus(),j.on("click."+t.id+" focusin."+t.id,function(a){var b=a.target;b!=f&&b!=document&&3!=a.which&&y.close(b===y.$root.children()[0])}).on("keydown."+t.id,function(c){var d=c.keyCode,e=y.component.key[d],f=c.target;27==d?y.close(!0):f!=y.$root[0]||!e&&13!=d?a.contains(y.$root[0],f)&&13==d&&(c.preventDefault(),f.click()):(c.preventDefault(),e?b._.trigger(y.component.key.go,y,[b._.trigger(e)]):y.$root.find("."+v.highlighted).hasClass(v.disabled)||y.set("select",y.component.item.highlight).close())})),y.trigger("open"))},close:function(a){return a&&(y.$root.off("focus.toOpen").eq(0).focus(),setTimeout(function(){y.$root.on("focus.toOpen",r)},0)),w.removeClass(v.active),e(f,"expanded",!1),setTimeout(function(){y.$root.removeClass(v.opened+" "+v.focused),e(y.$root[0],"hidden",!0)},0),t.open?(t.open=!1,s&&k.css("overflow","").css("padding-right","-="+d()),j.off("."+t.id),y.trigger("close")):y},clear:function(a){return y.set("clear",null,a)},set:function(b,c,d){var e,f,g=a.isPlainObject(b),h=g?b:{};if(d=g&&a.isPlainObject(c)?c:d||{},b){g||(h[b]=c);for(e in h)f=h[e],e in y.component.item&&(void 0===f&&(f=null),y.component.set(e,f,d)),"select"!=e&&"clear"!=e||w.val("clear"==e?"":y.get(e,u.format)).trigger("change");y.render()}return d.muted?y:y.trigger("set",h)},get:function(a,c){if(a=a||"value",null!=t[a])return t[a];if("valueSubmit"==a){if(y._hidden)return y._hidden.value;a="value"}if("value"==a)return f.value;if(a in y.component.item){if("string"==typeof c){var d=y.component.get(a);return d?b._.trigger(y.component.formats.toString,y.component,[c,d]):""}return y.component.get(a)}},on:function(b,c,d){var e,f,g=a.isPlainObject(b),h=g?b:{};if(b){g||(h[b]=c);for(e in h)f=h[e],d&&(e="_"+e),t.methods[e]=t.methods[e]||[],t.methods[e].push(f)}return y},off:function(){var a,b,c=arguments;for(a=0,namesCount=c.length;a<namesCount;a+=1)b=c[a],b in t.methods&&delete t.methods[b];return y},trigger:function(a,c){var d=function(a){var d=t.methods[a];d&&d.map(function(a){b._.trigger(a,y,[c])})};return d("_"+a),d(a),y}};return new x}function c(a){var b,c="position";return a.currentStyle?b=a.currentStyle[c]:window.getComputedStyle&&(b=getComputedStyle(a)[c]),"fixed"==b}function d(){if(k.height()<=i.height())return 0;var b=a('<div style="visibility:hidden;width:100px" />').appendTo("body"),c=b[0].offsetWidth;b.css("overflow","scroll");var d=a('<div style="width:100%" />').appendTo(b),e=d[0].offsetWidth;return b.remove(),c-e}function e(b,c,d){if(a.isPlainObject(c))for(var e in c)f(b,e,c[e]);else f(b,c,d)}function f(a,b,c){a.setAttribute(("role"==b?"":"aria-")+b,c)}function g(b,c){a.isPlainObject(b)||(b={attribute:c}),c="";for(var d in b){var e=("role"==d?"":"aria-")+d,f=b[d];c+=null==f?"":e+'="'+b[d]+'"'}return c}function h(){try{return document.activeElement}catch(a){}}var i=a(window),j=a(document),k=a(document.documentElement);return b.klasses=function(a){return a=a||"picker",{picker:a,opened:a+"--opened",focused:a+"--focused",input:a+"__input",active:a+"__input--active",target:a+"__input--target",holder:a+"__holder",frame:a+"__frame",wrap:a+"__wrap",box:a+"__box"}},b._={group:function(a){for(var c,d="",e=b._.trigger(a.min,a);e<=b._.trigger(a.max,a,[e]);e+=a.i)c=b._.trigger(a.item,a,[e]),d+=b._.node(a.node,c[0],c[1],c[2]);return d},node:function(b,c,d,e){return c?(c=a.isArray(c)?c.join(""):c,d=d?' class="'+d+'"':"",e=e?" "+e:"","<"+b+d+e+">"+c+"</"+b+">"):""},lead:function(a){return(a<10?"0":"")+a},trigger:function(a,b,c){return"function"==typeof a?a.apply(b,c||[]):a},digits:function(a){return/\d/.test(a[1])?2:1},isDate:function(a){return{}.toString.call(a).indexOf("Date")>-1&&this.isInteger(a.getDate())},isInteger:function(a){return{}.toString.call(a).indexOf("Number")>-1&&a%1===0},ariaAttr:g},b.extend=function(c,d){a.fn[c]=function(e,f){var g=this.data(c);return"picker"==e?g:g&&"string"==typeof e?b._.trigger(g[e],g,[f]):this.each(function(){var f=a(this);f.data(c)||new b(this,c,d,e)})},a.fn[c].defaults=d.defaults},b}),function(a){"function"==typeof define&&define.amd?define(["picker","jquery"],a):"object"==typeof exports?module.exports=a(require("./picker.js"),require("jquery")):a(Picker,jQuery)}(function(a,b){function c(a,b){var c=this,d=a.$node[0],e=d.value,f=a.$node.data("value"),g=f||e,h=f?b.formatSubmit:b.format,i=function(){return d.currentStyle?"rtl"==d.currentStyle.direction:"rtl"==getComputedStyle(a.$root[0]).direction};c.settings=b,c.$node=a.$node,c.queue={min:"measure create",max:"measure create",now:"now create",select:"parse create validate",highlight:"parse navigate create validate",view:"parse create validate viewset",disable:"deactivate",enable:"activate"},c.item={},c.item.clear=null,c.item.disable=(b.disable||[]).slice(0),c.item.enable=-function(a){return a[0]===!0?a.shift():-1}(c.item.disable),c.set("min",b.min).set("max",b.max).set("now"),g?c.set("select",g,{format:h}):c.set("select",null).set("highlight",c.item.now),c.key={40:7,38:-7,39:function(){return i()?-1:1},37:function(){return i()?1:-1},go:function(a){var b=c.item.highlight,d=new Date(b.year,b.month,b.date+a);c.set("highlight",d,{interval:a}),this.render()}},a.on("render",function(){a.$root.find("."+b.klass.selectMonth).on("change",function(){var c=this.value;c&&(a.set("highlight",[a.get("view").year,c,a.get("highlight").date]),a.$root.find("."+b.klass.selectMonth).trigger("focus"))}),a.$root.find("."+b.klass.selectYear).on("change",function(){var c=this.value;c&&(a.set("highlight",[c,a.get("view").month,a.get("highlight").date]),a.$root.find("."+b.klass.selectYear).trigger("focus"))})},1).on("open",function(){var d="";c.disabled(c.get("now"))&&(d=":not(."+b.klass.buttonToday+")"),a.$root.find("button"+d+", select").attr("disabled",!1)},1).on("close",function(){a.$root.find("button, select").attr("disabled",!0)},1)}var d=7,e=6,f=a._;c.prototype.set=function(a,b,c){var d=this,e=d.item;return null===b?("clear"==a&&(a="select"),e[a]=b,d):(e["enable"==a?"disable":"flip"==a?"enable":a]=d.queue[a].split(" ").map(function(e){return b=d[e](a,b,c)}).pop(),"select"==a?d.set("highlight",e.select,c):"highlight"==a?d.set("view",e.highlight,c):a.match(/^(flip|min|max|disable|enable)$/)&&(e.select&&d.disabled(e.select)&&d.set("select",e.select,c),
10
- e.highlight&&d.disabled(e.highlight)&&d.set("highlight",e.highlight,c)),d)},c.prototype.get=function(a){return this.item[a]},c.prototype.create=function(a,c,d){var e,g=this;return c=void 0===c?a:c,c==-(1/0)||c==1/0?e=c:b.isPlainObject(c)&&f.isInteger(c.pick)?c=c.obj:b.isArray(c)?(c=new Date(c[0],c[1],c[2]),c=f.isDate(c)?c:g.create().obj):c=f.isInteger(c)||f.isDate(c)?g.normalize(new Date(c),d):g.now(a,c,d),{year:e||c.getFullYear(),month:e||c.getMonth(),date:e||c.getDate(),day:e||c.getDay(),obj:e||c,pick:e||c.getTime()}},c.prototype.createRange=function(a,c){var d=this,e=function(a){return a===!0||b.isArray(a)||f.isDate(a)?d.create(a):a};return f.isInteger(a)||(a=e(a)),f.isInteger(c)||(c=e(c)),f.isInteger(a)&&b.isPlainObject(c)?a=[c.year,c.month,c.date+a]:f.isInteger(c)&&b.isPlainObject(a)&&(c=[a.year,a.month,a.date+c]),{from:e(a),to:e(c)}},c.prototype.withinRange=function(a,b){return a=this.createRange(a.from,a.to),b.pick>=a.from.pick&&b.pick<=a.to.pick},c.prototype.overlapRanges=function(a,b){var c=this;return a=c.createRange(a.from,a.to),b=c.createRange(b.from,b.to),c.withinRange(a,b.from)||c.withinRange(a,b.to)||c.withinRange(b,a.from)||c.withinRange(b,a.to)},c.prototype.now=function(a,b,c){return b=new Date,c&&c.rel&&b.setDate(b.getDate()+c.rel),this.normalize(b,c)},c.prototype.navigate=function(a,c,d){var e,f,g,h,i=b.isArray(c),j=b.isPlainObject(c),k=this.item.view;if(i||j){for(j?(f=c.year,g=c.month,h=c.date):(f=+c[0],g=+c[1],h=+c[2]),d&&d.nav&&k&&k.month!==g&&(f=k.year,g=k.month),e=new Date(f,g+(d&&d.nav?d.nav:0),1),f=e.getFullYear(),g=e.getMonth();new Date(f,g,h).getMonth()!==g;)h-=1;c=[f,g,h]}return c},c.prototype.normalize=function(a){return a.setHours(0,0,0,0),a},c.prototype.measure=function(a,b){var c=this;return b?"string"==typeof b?b=c.parse(a,b):f.isInteger(b)&&(b=c.now(a,b,{rel:b})):b="min"==a?-(1/0):1/0,b},c.prototype.viewset=function(a,b){return this.create([b.year,b.month,1])},c.prototype.validate=function(a,c,d){var e,g,h,i,j=this,k=c,l=d&&d.interval?d.interval:1,m=j.item.enable===-1,n=j.item.min,o=j.item.max,p=m&&j.item.disable.filter(function(a){if(b.isArray(a)){var d=j.create(a).pick;d<c.pick?e=!0:d>c.pick&&(g=!0)}return f.isInteger(a)}).length;if((!d||!d.nav)&&(!m&&j.disabled(c)||m&&j.disabled(c)&&(p||e||g)||!m&&(c.pick<=n.pick||c.pick>=o.pick)))for(m&&!p&&(!g&&l>0||!e&&l<0)&&(l*=-1);j.disabled(c)&&(Math.abs(l)>1&&(c.month<k.month||c.month>k.month)&&(c=k,l=l>0?1:-1),c.pick<=n.pick?(h=!0,l=1,c=j.create([n.year,n.month,n.date+(c.pick===n.pick?0:-1)])):c.pick>=o.pick&&(i=!0,l=-1,c=j.create([o.year,o.month,o.date+(c.pick===o.pick?0:1)])),!h||!i);)c=j.create([c.year,c.month,c.date+l]);return c},c.prototype.disabled=function(a){var c=this,d=c.item.disable.filter(function(d){return f.isInteger(d)?a.day===(c.settings.firstDay?d:d-1)%7:b.isArray(d)||f.isDate(d)?a.pick===c.create(d).pick:b.isPlainObject(d)?c.withinRange(d,a):void 0});return d=d.length&&!d.filter(function(a){return b.isArray(a)&&"inverted"==a[3]||b.isPlainObject(a)&&a.inverted}).length,c.item.enable===-1?!d:d||a.pick<c.item.min.pick||a.pick>c.item.max.pick},c.prototype.parse=function(a,b,c){var d=this,e={};return b&&"string"==typeof b?(c&&c.format||(c=c||{},c.format=d.settings.format),d.formats.toArray(c.format).map(function(a){var c=d.formats[a],g=c?f.trigger(c,d,[b,e]):a.replace(/^!/,"").length;c&&(e[a]=b.substr(0,g)),b=b.substr(g)}),[e.yyyy||e.yy,+(e.mm||e.m)-1,e.dd||e.d]):b},c.prototype.formats=function(){function a(a,b,c){var d=a.match(/\w+/)[0];return c.mm||c.m||(c.m=b.indexOf(d)+1),d.length}function b(a){return a.match(/\w+/)[0].length}return{d:function(a,b){return a?f.digits(a):b.date},dd:function(a,b){return a?2:f.lead(b.date)},ddd:function(a,c){return a?b(a):this.settings.weekdaysShort[c.day]},dddd:function(a,c){return a?b(a):this.settings.weekdaysFull[c.day]},m:function(a,b){return a?f.digits(a):b.month+1},mm:function(a,b){return a?2:f.lead(b.month+1)},mmm:function(b,c){var d=this.settings.monthsShort;return b?a(b,d,c):d[c.month]},mmmm:function(b,c){var d=this.settings.monthsFull;return b?a(b,d,c):d[c.month]},yy:function(a,b){return a?2:(""+b.year).slice(2)},yyyy:function(a,b){return a?4:b.year},toArray:function(a){return a.split(/(d{1,4}|m{1,4}|y{4}|yy|!.)/g)},toString:function(a,b){var c=this;return c.formats.toArray(a).map(function(a){return f.trigger(c.formats[a],c,[0,b])||a.replace(/^!/,"")}).join("")}}}(),c.prototype.isDateExact=function(a,c){var d=this;return f.isInteger(a)&&f.isInteger(c)||"boolean"==typeof a&&"boolean"==typeof c?a===c:(f.isDate(a)||b.isArray(a))&&(f.isDate(c)||b.isArray(c))?d.create(a).pick===d.create(c).pick:!(!b.isPlainObject(a)||!b.isPlainObject(c))&&(d.isDateExact(a.from,c.from)&&d.isDateExact(a.to,c.to))},c.prototype.isDateOverlap=function(a,c){var d=this,e=d.settings.firstDay?1:0;return f.isInteger(a)&&(f.isDate(c)||b.isArray(c))?(a=a%7+e,a===d.create(c).day+1):f.isInteger(c)&&(f.isDate(a)||b.isArray(a))?(c=c%7+e,c===d.create(a).day+1):!(!b.isPlainObject(a)||!b.isPlainObject(c))&&d.overlapRanges(a,c)},c.prototype.flipEnable=function(a){var b=this.item;b.enable=a||(b.enable==-1?1:-1)},c.prototype.deactivate=function(a,c){var d=this,e=d.item.disable.slice(0);return"flip"==c?d.flipEnable():c===!1?(d.flipEnable(1),e=[]):c===!0?(d.flipEnable(-1),e=[]):c.map(function(a){for(var c,g=0;g<e.length;g+=1)if(d.isDateExact(a,e[g])){c=!0;break}c||(f.isInteger(a)||f.isDate(a)||b.isArray(a)||b.isPlainObject(a)&&a.from&&a.to)&&e.push(a)}),e},c.prototype.activate=function(a,c){var d=this,e=d.item.disable,g=e.length;return"flip"==c?d.flipEnable():c===!0?(d.flipEnable(1),e=[]):c===!1?(d.flipEnable(-1),e=[]):c.map(function(a){var c,h,i,j;for(i=0;i<g;i+=1){if(h=e[i],d.isDateExact(h,a)){c=e[i]=null,j=!0;break}if(d.isDateOverlap(h,a)){b.isPlainObject(a)?(a.inverted=!0,c=a):b.isArray(a)?(c=a,c[3]||c.push("inverted")):f.isDate(a)&&(c=[a.getFullYear(),a.getMonth(),a.getDate(),"inverted"]);break}}if(c)for(i=0;i<g;i+=1)if(d.isDateExact(e[i],a)){e[i]=null;break}if(j)for(i=0;i<g;i+=1)if(d.isDateOverlap(e[i],a)){e[i]=null;break}c&&e.push(c)}),e.filter(function(a){return null!=a})},c.prototype.nodes=function(a){var b=this,c=b.settings,g=b.item,h=g.now,i=g.select,j=g.highlight,k=g.view,l=g.disable,m=g.min,n=g.max,o=function(a,b){return c.firstDay&&(a.push(a.shift()),b.push(b.shift())),f.node("thead",f.node("tr",f.group({min:0,max:d-1,i:1,node:"th",item:function(d){return[a[d],c.klass.weekdays,'scope=col title="'+b[d]+'"']}})))}((c.showWeekdaysFull?c.weekdaysFull:c.weekdaysLetter).slice(0),c.weekdaysFull.slice(0)),p=function(a){return f.node("div"," ",c.klass["nav"+(a?"Next":"Prev")]+(a&&k.year>=n.year&&k.month>=n.month||!a&&k.year<=m.year&&k.month<=m.month?" "+c.klass.navDisabled:""),"data-nav="+(a||-1)+" "+f.ariaAttr({role:"button",controls:b.$node[0].id+"_table"})+' title="'+(a?c.labelMonthNext:c.labelMonthPrev)+'"')},q=function(d){var e=c.showMonthsShort?c.monthsShort:c.monthsFull;return"short_months"==d&&(e=c.monthsShort),c.selectMonths&&void 0==d?f.node("select",f.group({min:0,max:11,i:1,node:"option",item:function(a){return[e[a],0,"value="+a+(k.month==a?" selected":"")+(k.year==m.year&&a<m.month||k.year==n.year&&a>n.month?" disabled":"")]}}),c.klass.selectMonth+" browser-default",(a?"":"disabled")+" "+f.ariaAttr({controls:b.$node[0].id+"_table"})+' title="'+c.labelMonthSelect+'"'):"short_months"==d?null!=i?f.node("div",e[i.month]):f.node("div",e[k.month]):f.node("div",e[k.month],c.klass.month)},r=function(d){var e=k.year,g=c.selectYears===!0?5:~~(c.selectYears/2);if(g){var h=m.year,i=n.year,j=e-g,l=e+g;if(h>j&&(l+=h-j,j=h),i<l){var o=j-h,p=l-i;j-=o>p?p:o,l=i}if(c.selectYears&&void 0==d)return f.node("select",f.group({min:j,max:l,i:1,node:"option",item:function(a){return[a,0,"value="+a+(e==a?" selected":"")]}}),c.klass.selectYear+" browser-default",(a?"":"disabled")+" "+f.ariaAttr({controls:b.$node[0].id+"_table"})+' title="'+c.labelYearSelect+'"')}return"raw"==d?f.node("div",e):f.node("div",e,c.klass.year)};return createDayLabel=function(){return null!=i?f.node("div",i.date):f.node("div",h.date)},createWeekdayLabel=function(){var a;a=null!=i?i.day:h.day;var b=c.weekdaysFull[a];return b},f.node("div",f.node("div",createWeekdayLabel(),"picker__weekday-display")+f.node("div",q("short_months"),c.klass.month_display)+f.node("div",createDayLabel(),c.klass.day_display)+f.node("div",r("raw"),c.klass.year_display),c.klass.date_display)+f.node("div",f.node("div",(c.selectYears?q()+r():q()+r())+p()+p(1),c.klass.header)+f.node("table",o+f.node("tbody",f.group({min:0,max:e-1,i:1,node:"tr",item:function(a){var e=c.firstDay&&0===b.create([k.year,k.month,1]).day?-7:0;return[f.group({min:d*a-k.day+e+1,max:function(){return this.min+d-1},i:1,node:"td",item:function(a){a=b.create([k.year,k.month,a+(c.firstDay?1:0)]);var d=i&&i.pick==a.pick,e=j&&j.pick==a.pick,g=l&&b.disabled(a)||a.pick<m.pick||a.pick>n.pick,o=f.trigger(b.formats.toString,b,[c.format,a]);return[f.node("div",a.date,function(b){return b.push(k.month==a.month?c.klass.infocus:c.klass.outfocus),h.pick==a.pick&&b.push(c.klass.now),d&&b.push(c.klass.selected),e&&b.push(c.klass.highlighted),g&&b.push(c.klass.disabled),b.join(" ")}([c.klass.day]),"data-pick="+a.pick+" "+f.ariaAttr({role:"gridcell",label:o,selected:!(!d||b.$node.val()!==o)||null,activedescendant:!!e||null,disabled:!!g||null})),"",f.ariaAttr({role:"presentation"})]}})]}})),c.klass.table,'id="'+b.$node[0].id+'_table" '+f.ariaAttr({role:"grid",controls:b.$node[0].id,readonly:!0})),c.klass.calendar_container)+f.node("div",f.node("button",c.today,"btn-flat picker__today","type=button data-pick="+h.pick+(a&&!b.disabled(h)?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id}))+f.node("button",c.clear,"btn-flat picker__clear","type=button data-clear=1"+(a?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id}))+f.node("button",c.close,"btn-flat picker__close","type=button data-close=true "+(a?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id})),c.klass.footer)},c.defaults=function(a){return{labelMonthNext:"Next month",labelMonthPrev:"Previous month",labelMonthSelect:"Select a month",labelYearSelect:"Select a year",monthsFull:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdaysFull:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysLetter:["S","M","T","W","T","F","S"],today:"Today",clear:"Clear",close:"Close",format:"d mmmm, yyyy",klass:{table:a+"table",header:a+"header",date_display:a+"date-display",day_display:a+"day-display",month_display:a+"month-display",year_display:a+"year-display",calendar_container:a+"calendar-container",navPrev:a+"nav--prev",navNext:a+"nav--next",navDisabled:a+"nav--disabled",month:a+"month",year:a+"year",selectMonth:a+"select--month",selectYear:a+"select--year",weekdays:a+"weekday",day:a+"day",disabled:a+"day--disabled",selected:a+"day--selected",highlighted:a+"day--highlighted",now:a+"day--today",infocus:a+"day--infocus",outfocus:a+"day--outfocus",footer:a+"footer",buttonClear:a+"button--clear",buttonToday:a+"button--today",buttonClose:a+"button--close"}}}(a.klasses().picker+"__"),a.extend("pickadate",c)}),function(a){function b(){var b=+a(this).attr("data-length"),c=+a(this).val().length,d=c<=b;a(this).parent().find('span[class="character-counter"]').html(c+"/"+b),e(d,a(this))}function c(b){var c=b.parent().find('span[class="character-counter"]');c.length||(c=a("<span/>").addClass("character-counter").css("float","right").css("font-size","12px").css("height",1),b.parent().append(c))}function d(){a(this).parent().find('span[class="character-counter"]').html("")}function e(a,b){var c=b.hasClass("invalid");a&&c?b.removeClass("invalid"):a||c||(b.removeClass("valid"),b.addClass("invalid"))}a.fn.characterCounter=function(){return this.each(function(){var e=a(this),f=e.parent().find('span[class="character-counter"]');if(!f.length){var g=void 0!==e.attr("data-length");g&&(e.on("input",b),e.on("focus",b),e.on("blur",d),c(e))}})},a(document).ready(function(){a("input, textarea").characterCounter()})}(jQuery),function(a){var b={init:function(b){var c={duration:200,dist:-100,shift:0,padding:0,fullWidth:!1,indicators:!1,noWrap:!1,onCycleTo:null};b=a.extend(c,b);var d=Materialize.objectSelectorString(a(this));return this.each(function(c){function e(){"undefined"!=typeof window.ontouchstart&&(M[0].addEventListener("touchstart",n),M[0].addEventListener("touchmove",o),M[0].addEventListener("touchend",p)),M[0].addEventListener("mousedown",n),M[0].addEventListener("mousemove",o),M[0].addEventListener("mouseup",p),M[0].addEventListener("mouseleave",p),M[0].addEventListener("click",l)}function f(a){return a.targetTouches&&a.targetTouches.length>=1?a.targetTouches[0].clientX:a.clientX}function g(a){return a.targetTouches&&a.targetTouches.length>=1?a.targetTouches[0].clientY:a.clientY}function h(a){return a>=x?a%x:a<0?h(x+a%x):a}function i(c){var d,e,f,g,i,j,k,l=u;if(t="number"==typeof c?c:t,u=Math.floor((t+w/2)/w),f=t-u*w,g=f<0?1:-1,i=-g*f*2/w,e=x>>1,b.fullWidth?k="translateX(0)":(k="translateX("+(M[0].clientWidth-r)/2+"px) ",k+="translateY("+(M[0].clientHeight-s)/2+"px)"),N){var m=u%x,n=L.find(".indicator-item.active");n.index()!==m&&(n.removeClass("active"),L.find(".indicator-item").eq(m).addClass("active"))}for((!b.noWrap||u>=0&&u<x)&&(j=q[h(u)],a(j).hasClass("active")||(M.find(".carousel-item").removeClass("active"),a(j).addClass("active")),j.style[E]=k+" translateX("+-f/2+"px) translateX("+g*b.shift*i*d+"px) translateZ("+b.dist*i+"px)",j.style.zIndex=0,b.fullWidth?tweenedOpacity=1:tweenedOpacity=1-.2*i,j.style.opacity=tweenedOpacity,j.style.display="block"),d=1;d<=e;++d)b.fullWidth?(zTranslation=b.dist,tweenedOpacity=d===e&&f<0?1-i:1):(zTranslation=b.dist*(2*d+i*g),tweenedOpacity=1-.2*(2*d+i*g)),(!b.noWrap||u+d<x)&&(j=q[h(u+d)],j.style[E]=k+" translateX("+(b.shift+(w*d-f)/2)+"px) translateZ("+zTranslation+"px)",j.style.zIndex=-d,j.style.opacity=tweenedOpacity,j.style.display="block"),b.fullWidth?(zTranslation=b.dist,tweenedOpacity=d===e&&f>0?1-i:1):(zTranslation=b.dist*(2*d-i*g),tweenedOpacity=1-.2*(2*d-i*g)),(!b.noWrap||u-d>=0)&&(j=q[h(u-d)],j.style[E]=k+" translateX("+(-b.shift+(-w*d-f)/2)+"px) translateZ("+zTranslation+"px)",j.style.zIndex=-d,j.style.opacity=tweenedOpacity,j.style.display="block");if((!b.noWrap||u>=0&&u<x)&&(j=q[h(u)],j.style[E]=k+" translateX("+-f/2+"px) translateX("+g*b.shift*i+"px) translateZ("+b.dist*i+"px)",j.style.zIndex=0,b.fullWidth?tweenedOpacity=1:tweenedOpacity=1-.2*i,j.style.opacity=tweenedOpacity,j.style.display="block"),l!==u&&"function"==typeof b.onCycleTo){var o=M.find(".carousel-item").eq(h(u));b.onCycleTo.call(this,o,I)}}function j(){var a,b,c,d;a=Date.now(),b=a-G,G=a,c=t-F,F=t,d=1e3*c/(1+b),D=.8*d+.2*D}function k(){var a,c;B&&(a=Date.now()-G,c=B*Math.exp(-a/b.duration),c>2||c<-2?(i(C-c),requestAnimationFrame(k)):i(C))}function l(c){if(I)return c.preventDefault(),c.stopPropagation(),!1;if(!b.fullWidth){var d=a(c.target).closest(".carousel-item").index(),e=u%x-d;0!==e&&(c.preventDefault(),c.stopPropagation()),m(d)}}function m(a){var c=u%x-a;b.noWrap||(c<0?Math.abs(c+x)<Math.abs(c)&&(c+=x):c>0&&Math.abs(c-x)<c&&(c-=x)),c<0?M.trigger("carouselNext",[Math.abs(c)]):c>0&&M.trigger("carouselPrev",[c])}function n(a){a.preventDefault(),v=!0,I=!1,J=!1,z=f(a),A=g(a),D=B=0,F=t,G=Date.now(),clearInterval(H),H=setInterval(j,100)}function o(a){var b,c,d;if(v)if(b=f(a),y=g(a),c=z-b,d=Math.abs(A-y),d<30&&!J)(c>2||c<-2)&&(I=!0,z=b,i(t+c));else{if(I)return a.preventDefault(),a.stopPropagation(),!1;J=!0}if(I)return a.preventDefault(),a.stopPropagation(),!1}function p(a){if(v)return v=!1,clearInterval(H),C=t,(D>10||D<-10)&&(B=.9*D,C=t+B),C=Math.round(C/w)*w,b.noWrap&&(C>=w*(x-1)?C=w*(x-1):C<0&&(C=0)),B=C-t,G=Date.now(),requestAnimationFrame(k),I&&(a.preventDefault(),a.stopPropagation()),!1}var q,r,s,t,u,v,w,x,z,A,B,C,D,E,F,G,H,I,J,K=d+c,L=a('<ul class="indicators"></ul>'),M=a(this),N=M.attr("data-indicators")||b.indicators;if(M.hasClass("initialized"))return a(this).trigger("carouselNext",[1e-6]),!0;if(b.fullWidth){b.dist=0;var O=M.find(".carousel-item img").first();O.length?imageHeight=O.on("load",function(){M.css("height",a(this).height())}):(imageHeight=M.find(".carousel-item").first().height(),M.css("height",imageHeight)),N&&M.find(".carousel-fixed-item").addClass("with-indicators")}M.addClass("initialized"),v=!1,t=C=0,q=[],r=M.find(".carousel-item").first().innerWidth(),s=M.find(".carousel-item").first().innerHeight(),w=2*r+b.padding,M.find(".carousel-item").each(function(b){if(q.push(a(this)[0]),N){var c=a('<li class="indicator-item"></li>');0===b&&c.addClass("active"),c.click(function(b){b.stopPropagation();var c=a(this).index();m(c)}),L.append(c)}}),N&&M.append(L),x=q.length,E="transform",["webkit","Moz","O","ms"].every(function(a){var b=a+"Transform";return"undefined"==typeof document.body.style[b]||(E=b,!1)}),a(window).off("resize."+K).on("resize."+K,function(){b.fullWidth?(r=M.find(".carousel-item").first().innerWidth(),s=M.find(".carousel-item").first().innerHeight(),w=2*r+b.padding,t=2*u*r,C=t):i()}),e(),i(t),a(this).on("carouselNext",function(a,b){void 0===b&&(b=1),C=w*Math.round(t/w)+w*b,t!==C&&(B=C-t,G=Date.now(),requestAnimationFrame(k))}),a(this).on("carouselPrev",function(a,b){void 0===b&&(b=1),C=w*Math.round(t/w)-w*b,t!==C&&(B=C-t,G=Date.now(),requestAnimationFrame(k))}),a(this).on("carouselSet",function(a,b){void 0===b&&(b=0),m(b)})})},next:function(b){a(this).trigger("carouselNext",[b])},prev:function(b){a(this).trigger("carouselPrev",[b])},set:function(b){a(this).trigger("carouselSet",[b])}};a.fn.carousel=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.carousel"):b.init.apply(this,arguments)}}(jQuery),function(a){var b={init:function(b){return this.each(function(){var c=a("#"+a(this).attr("data-activates")),d=(a("body"),a(this)),e=d.parent(".tap-target-wrapper"),f=e.find(".tap-target-wave"),g=e.find(".tap-target-origin"),h=d.find(".tap-target-content");e.length||(e=d.wrap(a('<div class="tap-target-wrapper"></div>')).parent()),h.length||(h=a('<div class="tap-target-content"></div>'),d.append(h)),f.length||(f=a('<div class="tap-target-wave"></div>'),g.length||(g=c.clone(!0,!0),g.addClass("tap-target-origin"),g.removeAttr("id"),g.removeAttr("style"),f.append(g)),e.append(f));var i=function(){e.is(".open")||(e.addClass("open"),setTimeout(function(){g.off("click.tapTarget").on("click.tapTarget",function(a){j(),g.off("click.tapTarget")}),a(document).off("click.tapTarget").on("click.tapTarget",function(b){j(),a(document).off("click.tapTarget")})},0))},j=function(){e.is(".open")&&(e.removeClass("open"),g.off("click.tapTarget"),a(document).off("click.tapTarget"))},k=function(){var b="fixed"===c.css("position");if(!b)for(var g=c.parents(),i=0;i<g.length&&!(b="fixed"==a(g[i]).css("position"));i++);var j=c.outerWidth(),k=c.outerHeight(),l=b?c.offset().top-a(document).scrollTop():c.offset().top,m=b?c.offset().left-a(document).scrollLeft():c.offset().left,n=a(window).width(),o=a(window).height(),p=n/2,q=o/2,r=m<=p,s=m>p,t=l<=q,u=l>q,v=m>=.25*n&&m<=.75*n,w=d.outerWidth(),x=d.outerHeight(),y=l+k/2-x/2,z=m+j/2-w/2,A=b?"fixed":"absolute",B=v?w:w/2+j,C=x/2,D=t?x/2:0,E=0,F=r&&!v?w/2-j:0,G=0,H=j,I=u?"bottom":"top",J=j>k?2*j:2*j,K=J,L=x/2-K/2,M=w/2-J/2,N={};N.top=t?y:"",N.right=s?n-z-w:"",N.bottom=u?o-y-x:"",N.left=r?z:"",N.position=A,e.css(N),h.css({width:B,height:C,top:D,right:G,bottom:E,left:F,padding:H,verticalAlign:I}),f.css({top:L,left:M,width:J,height:K})};"open"==b&&(k(),i()),"close"==b&&j()})},open:function(){},close:function(){}};a.fn.tapTarget=function(c){return b[c]||"object"==typeof c?b.init.apply(this,arguments):void a.error("Method "+c+" does not exist on jQuery.tap-target")}}(jQuery);
 
 
 
 
 
 
 
 
 
 
assets/js/metaseo_admin.js CHANGED
@@ -1085,7 +1085,7 @@ jQuery(document).ready(function ($) {
1085
  $(this).prop('checked', true);
1086
  });
1087
 
1088
- $('[name="post_type_filter"], .wpms_duplicate_meta, .wpms_lang_list').on('change', function () {
1089
  $('#wp-seo-meta-form').submit()
1090
  });
1091
 
@@ -1199,6 +1199,15 @@ jQuery(document).ready(function ($) {
1199
  });
1200
  });
1201
 
 
 
 
 
 
 
 
 
 
1202
  $('.wpms_lang_list').bind('change', function () {
1203
  var value = $(this).val();
1204
  $('.wpms_lang_list').each(function (i, e) {
1085
  $(this).prop('checked', true);
1086
  });
1087
 
1088
+ $('[name="post_type_filter"], .wpms_duplicate_meta, .wpms_lang_list, .wpms_post_visibility').on('change', function () {
1089
  $('#wp-seo-meta-form').submit()
1090
  });
1091
 
1199
  });
1200
  });
1201
 
1202
+ $('.wpms_post_visibility').bind('change', function () {
1203
+ var value = $(this).val();
1204
+ $('.wpms_post_visibility').each(function (i, e) {
1205
+ if ($(e).val() !== value) {
1206
+ $(e).val(value);
1207
+ }
1208
+ });
1209
+ });
1210
+
1211
  $('.wpms_lang_list').bind('change', function () {
1212
  var value = $(this).val();
1213
  $('.wpms_lang_list').each(function (i, e) {
assets/js/metaseo_sitemap.js CHANGED
@@ -1,5 +1,18 @@
1
  (function ($) {
 
 
 
 
 
 
 
 
 
 
 
 
2
  $(document).ready(function () {
 
3
 
4
  $('.open-popup-posts-list').magnificPopup({
5
  type:'inline',
@@ -126,10 +139,17 @@
126
  wpms_save_create_sitemaps();
127
  });
128
 
 
 
 
 
 
 
 
129
  /**
130
  * Create sitemap
131
  */
132
- var wpms_save_create_sitemaps = function () {
133
  // show spinner
134
  $('.spinner_save_sitemaps').css({'visibility': 'visible'}).show();
135
  var posts = {}, pages = {}, menus = {}, customUrl = {} ,taxonomies = [], columns_menu = {}, wpms_category_link = [], check_all_menu_items = [];
@@ -275,7 +295,7 @@
275
  dataType: 'json',
276
  data: datas,
277
  success: function () {
278
- wpms_regen_sitemaps();
279
  }
280
  });
281
  };
@@ -283,7 +303,7 @@
283
  /**
284
  * Generate sitemaps
285
  */
286
- var wpms_regen_sitemaps = function () {
287
  $.ajax({
288
  url: ajaxurl,
289
  method: 'POST',
@@ -294,6 +314,11 @@
294
  success: function () {
295
  $('.spinner_save_sitemaps').hide();
296
  $('.div_wpms_save_sitemaps .msg-success').fadeIn(100).delay(1000).fadeOut(3000);
 
 
 
 
 
297
  }
298
  });
299
  };
@@ -339,6 +364,8 @@
339
  } else {
340
  $('.' + category).prop('checked', false);
341
  }
 
 
342
  });
343
 
344
  // check all
@@ -351,16 +378,8 @@
351
  $('.cb_sitemaps_' + type).prop('checked', false);
352
  $('.check_all_menu_items').prop('checked', false);
353
  }
354
- });
355
-
356
- // check all
357
- $('.sitemap_check_all_posts_in_page').on('click', function () {
358
- var type = $(this).data('type');
359
- if ($(this).is(':checked')) {
360
- $('.wpms_row').not('.jp-hidden').find('.cb_sitemaps_' + type).prop('checked', true);
361
- } else {
362
- $('.wpms_row').not('.jp-hidden').find('.cb_sitemaps_' + type).prop('checked', false);
363
- }
364
  });
365
 
366
  // Add custom url
1
  (function ($) {
2
+ $.fn.hScroll = function (amount) {
3
+ amount = amount || 120;
4
+ $(this).bind("DOMMouseScroll mousewheel", function (event) {
5
+ var oEvent = event.originalEvent,
6
+ direction = oEvent.detail ? oEvent.detail * -amount : oEvent.wheelDelta,
7
+ position = $(this).scrollLeft();
8
+ position += direction > 0 ? -amount : amount;
9
+ $(this).scrollLeft(position);
10
+ event.preventDefault();
11
+ })
12
+ };
13
+
14
  $(document).ready(function () {
15
+ $('.ju-horizontal-tabs').hScroll(60);
16
 
17
  $('.open-popup-posts-list').magnificPopup({
18
  type:'inline',
139
  wpms_save_create_sitemaps();
140
  });
141
 
142
+ $('.wpms-sitemap-xml-link-button').on('click', function (e) {
143
+ e.preventDefault();
144
+
145
+ var link_sitemap = $(this).attr('href');
146
+ wpms_save_create_sitemaps(link_sitemap);
147
+ });
148
+
149
  /**
150
  * Create sitemap
151
  */
152
+ var wpms_save_create_sitemaps = function (link_sitemap) {
153
  // show spinner
154
  $('.spinner_save_sitemaps').css({'visibility': 'visible'}).show();
155
  var posts = {}, pages = {}, menus = {}, customUrl = {} ,taxonomies = [], columns_menu = {}, wpms_category_link = [], check_all_menu_items = [];
295
  dataType: 'json',
296
  data: datas,
297
  success: function () {
298
+ wpms_regen_sitemaps(link_sitemap);
299
  }
300
  });
301
  };
303
  /**
304
  * Generate sitemaps
305
  */
306
+ var wpms_regen_sitemaps = function (link_sitemap) {
307
  $.ajax({
308
  url: ajaxurl,
309
  method: 'POST',
314
  success: function () {
315
  $('.spinner_save_sitemaps').hide();
316
  $('.div_wpms_save_sitemaps .msg-success').fadeIn(100).delay(1000).fadeOut(3000);
317
+
318
+ if (typeof link_sitemap !== 'undefined') {
319
+ window.open(link_sitemap, '_blank');
320
+ window.location.reload();
321
+ }
322
  }
323
  });
324
  };
364
  } else {
365
  $('.' + category).prop('checked', false);
366
  }
367
+ // Create sitemap automatic
368
+ wpms_save_create_sitemaps();
369
  });
370
 
371
  // check all
378
  $('.cb_sitemaps_' + type).prop('checked', false);
379
  $('.check_all_menu_items').prop('checked', false);
380
  }
381
+ // Create sitemap automatic
382
+ wpms_save_create_sitemaps();
 
 
 
 
 
 
 
 
383
  });
384
 
385
  // Add custom url
assets/js/my-qtips.js CHANGED
@@ -40,4 +40,25 @@ jQuery(document).ready(function ($) {
40
  delay: 10
41
  }
42
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  });
40
  delay: 10
41
  }
42
  });
43
+
44
+ jQuery('.intro-topic-tooltip').qtip({
45
+ content: {
46
+ attr: 'data-alt'
47
+ },
48
+ position: {
49
+ my: 'center left',
50
+ at: 'center right'
51
+ },
52
+ style: {
53
+ tip: {
54
+ corner: true
55
+ },
56
+ classes: 'wpms-widgets-qtip'
57
+ },
58
+ show: 'hover',
59
+ hide: {
60
+ fixed: true,
61
+ delay: 10
62
+ }
63
+ });
64
  });
assets/js/wp-metaseo-metabox.js CHANGED
@@ -1,3 +1,4 @@
 
1
  function msClean(str) {
2
  if (str === '' || typeof (str) === 'undefined') {
3
  return '';
@@ -295,31 +296,31 @@ jQuery(document).ready(function ($) {
295
  wpmsdivtitle = '#title';
296
  }
297
 
298
- jQuery('.wpmseo-heading').hide();
299
- jQuery('#' + wpmseoMetaboxL10n.field_prefix + 'title').keyup(function () {
300
  msUpdateTitle();
301
  });
302
 
303
- jQuery('#' + wpmseoMetaboxL10n.field_prefix + 'keywords').keyup(function () {
304
  msUpdateKeywords();
305
  });
306
 
307
- jQuery(wpmsdivtitle).keyup(function () {
308
  msUpdateTitle();
309
  msUpdateDesc();
310
  });
311
 
312
- jQuery('#parent_id').change(function () {
313
  msUpdateTitle();
314
  msUpdateDesc();
315
  });
316
 
317
  // DON'T 'optimize' this to use descElm! descElm might not be defined and will cause js errors (Soliloquy issue)
318
- jQuery('#' + wpmseoMetaboxL10n.field_prefix + 'desc').keyup(function () {
319
  msUpdateDesc();
320
  });
321
 
322
- jQuery('.gsc_keywords_time_filter select').change(function () {
323
  wpms_filter_search_keywords();
324
  });
325
 
@@ -330,11 +331,11 @@ jQuery(document).ready(function ($) {
330
  var searchType = $('select[name="filter_type_name"] option:selected').val();
331
  var postId = $('#post_ID').val();
332
  var showitems = [];
333
- jQuery('input[name="filter-row-name"]:checked').each(function () {
334
  showitems.push(this.value);
335
  });
336
 
337
- var sorteditem = jQuery("#gsc_keywords_table label.sorted");
338
  var dataSort = '';
339
  if (sorteditem.length > 0) {
340
  dataSort = JSON.stringify([sorteditem.attr('data-sort'), sorteditem.attr('data-order')]);
@@ -342,7 +343,7 @@ jQuery(document).ready(function ($) {
342
 
343
  $('tbody#the-list').html('<tr><td colspan="6" class="td-page-loader"><img class="page-loader-loadmore" src="'+wpmseoMetaboxL10n.image_loader+'"></td></tr>');
344
 
345
- jQuery.ajax({
346
  url: ajaxurl,
347
  method: 'POST',
348
  dataType: 'json',
@@ -369,8 +370,8 @@ jQuery(document).ready(function ($) {
369
  });
370
  }
371
 
372
- jQuery('#wpms-csl-search-submit').click(function (e) {
373
- var keycsl = jQuery('.wpms-search-key-csl').val().trim().toLocaleString();
374
 
375
  if (keycsl === '') {
376
  $('#wpms-search-input-csl').focus();
@@ -379,7 +380,7 @@ jQuery(document).ready(function ($) {
379
  wpms_filter_search_keywords();
380
  });
381
 
382
- jQuery('select[name="filter_type_name"]').change(function(){
383
  var select = $(this).val();
384
  var placeholder = 'Add keywords like "Apple pie recipe..."';
385
  if (select === 'page') {
@@ -390,7 +391,7 @@ jQuery(document).ready(function ($) {
390
  $("#wpms-search-input-csl").val('').attr('placeholder', placeholder).focus();
391
  });
392
 
393
- jQuery('#wpms-search-input-csl').on('keyup', function() {
394
  var keycsl = $(this).val();
395
 
396
  if (keycsl === '') {
@@ -406,34 +407,34 @@ jQuery(document).ready(function ($) {
406
  addLinkToSearchBox('page-load');
407
  }
408
 
409
- jQuery('.icons-key-csl-search').on('click', function() {
410
  addLinkToSearchBox();
411
- jQuery("#wpms-search-input-csl").focus();
412
- jQuery('select[name="filter_type_name"]').val('page');
413
  return false;
414
  });
415
 
416
  function addLinkToSearchBox(action)
417
  {
418
- var link = jQuery('#wp-admin-bar-view .ab-item');
419
- var prelink = jQuery('#wp-admin-bar-preview .ab-item');
420
- var newlink = jQuery('.is-link');
421
 
422
  if (link.length || prelink.length) {
423
  if (link.length) {
424
- jQuery("#wpms-search-input-csl").val(link.attr('href'));
425
  }
426
 
427
  if (prelink.length) {
428
- jQuery("#wpms-search-input-csl").val(prelink.attr('href'));
429
  }
430
  } else {
431
  if (newlink.length) {
432
- jQuery("#wpms-search-input-csl").val(newlink.attr('href'));
433
  }
434
  }
435
 
436
- jQuery(".icons-key-csl-search").addClass('obtain');
437
 
438
  if (action) {
439
  wpms_filter_search_keywords();
@@ -441,12 +442,12 @@ jQuery(document).ready(function ($) {
441
  }
442
 
443
  // Show filter row
444
- jQuery('.filter-row').click(function () {
445
- jQuery('#filter-row-list').toggle('fade');
446
  });
447
  // Show filter row outside
448
- jQuery(document).mouseup(function (e) {
449
- var container = jQuery("#filter-row-list");
450
  // if the target of the click isn't the container nor a descendant of the container
451
  if (!container.is(e.target) && container.has(e.target).length === 0) {
452
  container.hide('fade');
@@ -454,17 +455,17 @@ jQuery(document).ready(function ($) {
454
  });
455
 
456
  // Set filter row
457
- jQuery('.filter-row-checkbox').click(function () {
458
  var showitems = [];
459
- jQuery('input[name="filter-row-name"]:checked').each(function () {
460
  showitems.push(this.value);
461
  });
462
- jQuery('#gsc_keywords_table tr >th:nth-child(4),#gsc_keywords_table tr >th:nth-child(5),#gsc_keywords_table tr >td:nth-child(4), #gsc_keywords_table tr >td:nth-child(5)').hide();
463
 
464
 
465
  if (showitems.length > 0) {
466
- jQuery.each(showitems, function (i, showitem) {
467
- jQuery('#gsc_keywords_table tr >th:nth-child('+showitem+'), #gsc_keywords_table tr >td:nth-child('+showitem+')').show();
468
  });
469
  }
470
  });
@@ -497,8 +498,8 @@ jQuery(document).ready(function ($) {
497
  });
498
 
499
  // Sort table
500
- jQuery('#gsc_keywords_table label.gsc-sort-by').on('click', function() {
501
- jQuery('#gsc_keywords_table label.gsc-sort-by').not($(this)).removeClass('sorted down up');
502
 
503
  if ($(this).hasClass('down')) {
504
  $(this).removeClass('down').addClass('sorted up').attr('data-order', 'ascending');
@@ -506,7 +507,7 @@ jQuery(document).ready(function ($) {
506
  $(this).removeClass('up').addClass('sorted down').attr('data-order', 'descending');
507
  }
508
 
509
- var page = jQuery('#gsc_keywords_table tfoot').data('page');
510
  if (typeof page === 'undefined') {
511
  page = 2;
512
  }
@@ -514,7 +515,7 @@ jQuery(document).ready(function ($) {
514
  });
515
 
516
 
517
- jQuery('#gsc_keywords_table tfoot').click(function () {
518
  var page = $(this).data('page');
519
  wpms_filter_search_keywords_more(page, 2);
520
  });
@@ -523,17 +524,17 @@ jQuery(document).ready(function ($) {
523
  if (typeof page === 'undefined') {
524
  page = 1;
525
  }
526
- var $this = jQuery('#gsc_keywords_table tfoot');
527
  var time = $('select[name="gsc_keywords_time_filter_select"] option:selected').val();
528
- var keycsl = jQuery('input.wpms-search-key-csl').val().trim().toLocaleString();
529
  var searchType = $('select[name="filter_type_name"] option:selected').val();
530
  var postId = $('#post_ID').val();
531
  var showitems = [];
532
- jQuery('input[name="filter-row-name"]:checked').each(function () {
533
  showitems.push(this.value);
534
  });
535
 
536
- var sorteditem = jQuery("#gsc_keywords_table label.sorted");
537
  var dataSort = '';
538
  if (sorteditem.length > 0) {
539
  dataSort = JSON.stringify([sorteditem.attr('data-sort'), sorteditem.attr('data-order')]);
@@ -545,7 +546,7 @@ jQuery(document).ready(function ($) {
545
  } else {
546
  $('tbody#the-list').append(loadder);
547
  }
548
- jQuery.ajax({
549
  url: ajaxurl,
550
  method: 'POST',
551
  dataType: 'json',
@@ -589,7 +590,7 @@ jQuery(document).ready(function ($) {
589
  500
590
  );
591
 
592
- jQuery('.metaseo_help').qtip({
593
  content: {
594
  attr: 'data-alt'
595
  },
@@ -611,7 +612,7 @@ jQuery(document).ready(function ($) {
611
 
612
  });
613
 
614
- jQuery('.metaseo_tool').qtip({
615
  content: {
616
  attr: 'data-alt'
617
  },
@@ -634,20 +635,22 @@ jQuery(document).ready(function ($) {
634
  });
635
  });
636
 
637
- $(document).on("click",".editor-post-permalink-editor__save", function () {
638
- var url;
639
- if ($('.editor-post-permalink-editor__edit').length) {
640
- var slug = $('.editor-post-permalink-editor__edit').val();
641
- url = wpmseoMetaboxL10n.wpmseo_permalink_template.replace('%postname%', slug).replace('http://', '');
642
- }
643
-
644
- $('#wpmseosnippet').find('.url').html(url);
645
- });
646
 
647
- $(document).on("keypress",".editor-post-permalink-editor__edit", function (e) {
648
- if(e.which === 13){
649
- var slug = $(this).val();
650
- url = wpmseoMetaboxL10n.wpmseo_permalink_template.replace('%postname%', slug).replace('http://', '');
651
  $('#wpmseosnippet').find('.url').html(url);
652
- }
653
- });
 
 
 
 
 
 
 
 
1
+ jQuery.noConflict();
2
  function msClean(str) {
3
  if (str === '' || typeof (str) === 'undefined') {
4
  return '';
296
  wpmsdivtitle = '#title';
297
  }
298
 
299
+ $('.wpmseo-heading').hide();
300
+ $('#' + wpmseoMetaboxL10n.field_prefix + 'title').keyup(function () {
301
  msUpdateTitle();
302
  });
303
 
304
+ $('#' + wpmseoMetaboxL10n.field_prefix + 'keywords').keyup(function () {
305
  msUpdateKeywords();
306
  });
307
 
308
+ $(wpmsdivtitle).keyup(function () {
309
  msUpdateTitle();
310
  msUpdateDesc();
311
  });
312
 
313
+ $('#parent_id').change(function () {
314
  msUpdateTitle();
315
  msUpdateDesc();
316
  });
317
 
318
  // DON'T 'optimize' this to use descElm! descElm might not be defined and will cause js errors (Soliloquy issue)
319
+ $('#' + wpmseoMetaboxL10n.field_prefix + 'desc').keyup(function () {
320
  msUpdateDesc();
321
  });
322
 
323
+ $('.gsc_keywords_time_filter select').change(function () {
324
  wpms_filter_search_keywords();
325
  });
326
 
331
  var searchType = $('select[name="filter_type_name"] option:selected').val();
332
  var postId = $('#post_ID').val();
333
  var showitems = [];
334
+ $('input[name="filter-row-name"]:checked').each(function () {
335
  showitems.push(this.value);
336
  });
337
 
338
+ var sorteditem = $("#gsc_keywords_table label.sorted");
339
  var dataSort = '';
340
  if (sorteditem.length > 0) {
341
  dataSort = JSON.stringify([sorteditem.attr('data-sort'), sorteditem.attr('data-order')]);
343
 
344
  $('tbody#the-list').html('<tr><td colspan="6" class="td-page-loader"><img class="page-loader-loadmore" src="'+wpmseoMetaboxL10n.image_loader+'"></td></tr>');
345
 
346
+ $.ajax({
347
  url: ajaxurl,
348
  method: 'POST',
349
  dataType: 'json',
370
  });
371
  }
372
 
373
+ $('#wpms-csl-search-submit').click(function (e) {
374
+ var keycsl = $('.wpms-search-key-csl').val().trim().toLocaleString();
375
 
376
  if (keycsl === '') {
377
  $('#wpms-search-input-csl').focus();
380
  wpms_filter_search_keywords();
381
  });
382
 
383
+ $('select[name="filter_type_name"]').change(function(){
384
  var select = $(this).val();
385
  var placeholder = 'Add keywords like "Apple pie recipe..."';
386
  if (select === 'page') {
391
  $("#wpms-search-input-csl").val('').attr('placeholder', placeholder).focus();
392
  });
393
 
394
+ $('#wpms-search-input-csl').on('keyup', function() {
395
  var keycsl = $(this).val();
396
 
397
  if (keycsl === '') {
407
  addLinkToSearchBox('page-load');
408
  }
409
 
410
+ $('.icons-key-csl-search').on('click', function() {
411
  addLinkToSearchBox();
412
+ $("#wpms-search-input-csl").focus();
413
+ $('select[name="filter_type_name"]').val('page');
414
  return false;
415
  });
416
 
417
  function addLinkToSearchBox(action)
418
  {
419
+ var link = $('#wp-admin-bar-view .ab-item');
420
+ var prelink = $('#wp-admin-bar-preview .ab-item');
421
+ var newlink = $('.is-link');
422
 
423
  if (link.length || prelink.length) {
424
  if (link.length) {
425
+ $("#wpms-search-input-csl").val(link.attr('href'));
426
  }
427
 
428
  if (prelink.length) {
429
+ $("#wpms-search-input-csl").val(prelink.attr('href'));
430
  }
431
  } else {
432
  if (newlink.length) {
433
+ $("#wpms-search-input-csl").val(newlink.attr('href'));
434
  }
435
  }
436
 
437
+ $(".icons-key-csl-search").addClass('obtain');
438
 
439
  if (action) {
440
  wpms_filter_search_keywords();
442
  }
443
 
444
  // Show filter row
445
+ $('.filter-row').click(function () {
446
+ $('#filter-row-list').toggle('fade');
447
  });
448
  // Show filter row outside
449
+ $(document).mouseup(function (e) {
450
+ var container = $("#filter-row-list");
451
  // if the target of the click isn't the container nor a descendant of the container
452
  if (!container.is(e.target) && container.has(e.target).length === 0) {
453
  container.hide('fade');
455
  });
456
 
457
  // Set filter row
458
+ $('.filter-row-checkbox').click(function () {
459
  var showitems = [];
460
+ $('input[name="filter-row-name"]:checked').each(function () {
461
  showitems.push(this.value);
462
  });
463
+ $('#gsc_keywords_table tr >th:nth-child(4),#gsc_keywords_table tr >th:nth-child(5),#gsc_keywords_table tr >td:nth-child(4), #gsc_keywords_table tr >td:nth-child(5)').hide();
464
 
465
 
466
  if (showitems.length > 0) {
467
+ $.each(showitems, function (i, showitem) {
468
+ $('#gsc_keywords_table tr >th:nth-child('+showitem+'), #gsc_keywords_table tr >td:nth-child('+showitem+')').show();
469
  });
470
  }
471
  });
498
  });
499
 
500
  // Sort table
501
+ $('#gsc_keywords_table label.gsc-sort-by').on('click', function() {
502
+ $('#gsc_keywords_table label.gsc-sort-by').not($(this)).removeClass('sorted down up');
503
 
504
  if ($(this).hasClass('down')) {
505
  $(this).removeClass('down').addClass('sorted up').attr('data-order', 'ascending');
507
  $(this).removeClass('up').addClass('sorted down').attr('data-order', 'descending');
508
  }
509
 
510
+ var page = $('#gsc_keywords_table tfoot').data('page');
511
  if (typeof page === 'undefined') {
512
  page = 2;
513
  }
515
  });
516
 
517
 
518
+ $('#gsc_keywords_table tfoot').click(function () {
519
  var page = $(this).data('page');
520
  wpms_filter_search_keywords_more(page, 2);
521
  });
524
  if (typeof page === 'undefined') {
525
  page = 1;
526
  }
527
+ var $this = $('#gsc_keywords_table tfoot');
528
  var time = $('select[name="gsc_keywords_time_filter_select"] option:selected').val();
529
+ var keycsl = $('input.wpms-search-key-csl').val().trim().toLocaleString();
530
  var searchType = $('select[name="filter_type_name"] option:selected').val();
531
  var postId = $('#post_ID').val();
532
  var showitems = [];
533
+ $('input[name="filter-row-name"]:checked').each(function () {
534
  showitems.push(this.value);
535
  });
536
 
537
+ var sorteditem = $("#gsc_keywords_table label.sorted");
538
  var dataSort = '';
539
  if (sorteditem.length > 0) {
540
  dataSort = JSON.stringify([sorteditem.attr('data-sort'), sorteditem.attr('data-order')]);
546
  } else {
547
  $('tbody#the-list').append(loadder);
548
  }
549
+ $.ajax({
550
  url: ajaxurl,
551
  method: 'POST',
552
  dataType: 'json',
590
  500
591
  );
592
 
593
+ $('.metaseo_help').qtip({
594
  content: {
595
  attr: 'data-alt'
596
  },
612
 
613
  });
614
 
615
+ $('.metaseo_tool').qtip({
616
  content: {
617
  attr: 'data-alt'
618
  },
635
  });
636
  });
637
 
638
+ (function ($) {
639
+ $(document).on("click",".editor-post-permalink-editor__save", function () {
640
+ var url;
641
+ if ($('.editor-post-permalink-editor__edit').length) {
642
+ var slug = $('.editor-post-permalink-editor__edit').val();
643
+ url = wpmseoMetaboxL10n.wpmseo_permalink_template.replace('%postname%', slug).replace('http://', '');
644
+ }
 
 
645
 
 
 
 
 
646
  $('#wpmseosnippet').find('.url').html(url);
647
+ });
648
+
649
+ $(document).on("keypress",".editor-post-permalink-editor__edit", function (e) {
650
+ if(e.which === 13){
651
+ var slug = $(this).val();
652
+ url = wpmseoMetaboxL10n.wpmseo_permalink_template.replace('%postname%', slug).replace('http://', '');
653
+ $('#wpmseosnippet').find('.url').html(url);
654
+ }
655
+ });
656
+ })(jQuery);
assets/wordpress-css-framework/README.md ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # JoomUnited WordPress FrameWork
2
+
3
+ This is framework using for all of Joomunited WP plugins backend UI.
4
+ In this framework content all styles and script needed for general elements and layouts.
5
+
6
+ **Extra online library**
7
+
8
+ - Roboto Font: `https://fonts.googleapis.com/css?family=Roboto`
9
+
10
+ ## Overview
11
+
12
+ Main backend UI has 2 main sections: **Left Panel** and **Right Panel**.
13
+
14
+ ![Overview](readme_img/overview.jpg)
15
+
16
+ Both of them are inside a div with `ju-main-wrapper` class.
17
+
18
+ **Example:**
19
+ ```html
20
+ <div class="ju-main-wrapper">
21
+ <div class="ju-left-panel">
22
+ Your HTML code go here
23
+ </div>
24
+
25
+ <div class="ju-right-panel">
26
+ Your HTML code go here
27
+ </div>
28
+ </div>
29
+ ```
30
+
31
+ ## Left Panel
32
+
33
+ This section contains logo of the author and main menus of the plugin. Here are some elements inside it:
34
+
35
+ - **Logo:** This element using class `ju-logo` for its styles.
36
+
37
+ ```html
38
+ <div class="ju-logo">
39
+ <a href="http://linktoyourwebsite.com" target="_blank" title="Visit my site">
40
+ <img src="path/to/your/logo" alt="Your Logo" />
41
+ </a>
42
+ </div>
43
+ ```
44
+
45
+ - **Menu search**: This is using for search the menu of the left panel,
46
+ as well as searching the setting options that inside the Right Panel with class `ju-settings-option`.
47
+
48
+ ```html
49
+ <div class="ju-menu-search">
50
+ <i class="mi mi-search ju-menu-search-icon"></i>
51
+ <input type="text" class="ju-menu-search-input" placeholder="Search settings" />
52
+ </div>
53
+ ```
54
+
55
+ - **Menu list**: This is the list of menu (settings) of the plugins.
56
+ Sub menus of each menu will be added automatically when you add them to its tab content.
57
+ This menu required `tab.js`, `velocity.min.js` and `wave.js`.
58
+
59
+ ```html
60
+ <ul class="tabs ju-menu-tabs">
61
+ <li class="tab">
62
+ <a href="#your-tab-id-1" class="link-tab waves-effect waves-light">Your tab text 1</a>
63
+ </li>
64
+ <li class="tab">
65
+ <a href="#your-tab-id-2" class="link-tab waves-effect waves-light">Your tab text 2</a>
66
+ </li>
67
+ </ul>
68
+ ```
69
+
70
+ **Note:** The tab content with id show in tab href `your-tab-id-...`, we will let them stay inside Right Panel tab,
71
+ not include them here right now.
72
+
73
+ ## Right Panel
74
+
75
+ This section is use to show the content of each menu (setting) which we include on the **Left Panel** `ju-menu-tabs` before.
76
+
77
+ Each menu container we make separate div with class `ju-content-wrapper` with the id is exactly same as `href` we are place in menu tabs.
78
+
79
+ ```html
80
+ <div class="ju-right-panel">
81
+ <div class="ju-content-wrapper" id="your-tab-id-1">
82
+ Your contents go here
83
+ </div>
84
+
85
+ <div class="ju-content-wrapper" id="your-tab-id-2">
86
+ Your contents go here
87
+ </div>
88
+ </div>
89
+ ```
90
+
91
+ Here are some of `ju-content-wrapper` main elements:
92
+
93
+ - **Top Tabs (Sub menus):** This is the sub menus of each settings. The settings can have sub menus or not.
94
+ This tab not using `waves-effect`.
95
+
96
+ **NOTE:** This sub menus will *automatically* add to it parent menu settings on the **Left Panel**
97
+
98
+ ```html
99
+ <div class="ju-top-tabs-wrapper">
100
+ <ul class="tabs ju-top-tabs">
101
+ <li class="tab">
102
+ <a href="#your-sub-tab-id-1" class="link-tab">Your sub tab text 1</a>
103
+ </li>
104
+ <li class="tab">
105
+ <a href="#your-sub-tab-id-2" class="link-tab">Your sub tab text 2</a>
106
+ </li>
107
+ </ul>
108
+ </div>
109
+ ```
110
+
111
+ - **Setting option**: Each option of this menu (submenu).
112
+ The label must using class `ju-setting-label` for using in search function on **Left Panel**.
113
+
114
+ Each option will take 50% width, to make it full width, add `full-width` class along with `ju-settings-option`.
115
+
116
+ Setting separator has class `settings-separator` along with `ju-settings-option` class.
117
+ Its title has class `settings-separator-title`. Setting separator takes 100% width.
118
+
119
+ ![Setting option](readme_img/settings.png)
120
+
121
+ ```html
122
+ <div>
123
+ <div class="ju-settings-option full-width">
124
+ <label for="your-setting-option-id-1" class="ju-setting-label">Setting Label</label>
125
+ <input type="text" class="ju-input" id="your-setting-option-id-1" name="your-setting-name" />
126
+ </div>
127
+ </div>
128
+ ```
129
+
130
+ Each settings control elements has its own designed styles. See below.
131
+
132
+ ## Element styles
133
+
134
+ ### Input control elements
135
+
136
+ Elements using for control setting input like `<input>`, `<select>`, `checkbox`, `radio`.
137
+
138
+ - **Input Element:** Element `input` with `type` value is `text, number` will using class `ju-input`.
139
+ This class can also use for `jquery minicolors` input picker.
140
+
141
+ ![Setting color](readme_img/setting-color.jpg)
142
+
143
+ ```html
144
+ <div class="ju-settings-option">
145
+ <label for="your-setting-option-id-1" class="ju-setting-label">Setting Label</label>
146
+ <input type="text" class="ju-input minicolors minicolors-input" id="your-setting-option-id-1" name="your-setting-name" />
147
+ </div>
148
+ ```
149
+
150
+ - **Switch button:** Setting with function to on/off will using this.
151
+
152
+ ![Switch button](readme_img/checkbox-switch.jpg)
153
+
154
+ ```html
155
+ <div class="ju-settings-option">
156
+ <label for="your-setting-option-id-1" class="ju-setting-label">Setting Label</label>
157
+ <div class="ju-switch-button">
158
+ <label class="switch">
159
+ <input type="checkbox" name="your-setting-name" id="your-setting-option-id-1" value="1" checked />
160
+ <span class="slider"></span>
161
+ </label>
162
+ </div>
163
+ </div>
164
+ ```
165
+
166
+ - **Radio button:** Using class `ju-radiobox`.
167
+
168
+ ![Radio button](readme_img/radio.png)
169
+
170
+ ```html
171
+ <input type="radio" class="ju-radiobox">
172
+ ```
173
+
174
+ - **Checkbox button:** Using class `ju-checkbox`.
175
+
176
+ ![Checkbox button](readme_img/checkbox.png)
177
+
178
+ ```html
179
+ <input type="checkbox" class="ju-checkbox">
180
+ ```
181
+
182
+ ### Button Elements
183
+
184
+ Using general class `ju-button` for all buttons with curved `border-radius`.
185
+
186
+ ![Button elements](readme_img/buttons.png)
187
+
188
+ From left to right:
189
+
190
+ - The first button only has class `ju-button`.
191
+ - The second button has addition class `orange-outline-button`.
192
+ - The third button has addition class `orange-button`.
193
+
194
+ **Rectangular Button:** This button using class `ju-rect-button`.
195
+
196
+ ![Button rectangular](readme_img/rectangular-button.png)
197
+
198
+ **Square button:** This button using class `ju-material-button`.
199
+
200
+ ![Button square](readme_img/square-button.png)
201
+
202
+ ### Notice Message
203
+
204
+ This is using to show message to user after saving settings.
205
+ Successful message using class `ju-notice-success`, error message using class `ju-notice-error`.
206
+
207
+ ![Notice message](readme_img/notice.png)
208
+
209
+ ```html
210
+ <div class="ju-notice-msg ju-notice-success">
211
+ Settings saved successfully
212
+ <i class="dashicons dashicons-dismiss ju-notice-close"></i>
213
+ </div>
214
+ ```
215
+
216
+ Close message has `slideUp` effect.
assets/wordpress-css-framework/css/style.css CHANGED
@@ -89,56 +89,6 @@
89
  background-color: #ff8726;
90
  }
91
 
92
- .waves-effect {
93
- position: relative;
94
- display: inline-block;
95
- overflow: hidden;
96
- -webkit-user-select: none;
97
- -moz-user-select: none;
98
- -ms-user-select: none;
99
- user-select: none;
100
- -webkit-tap-highlight-color: transparent;
101
- vertical-align: middle;
102
- z-index: 1;
103
- will-change: opacity, transform;
104
- -webkit-transition: all 0.3s ease-out;
105
- -moz-transition: all 0.3s ease-out;
106
- -ms-transition: all 0.3s ease-out;
107
- -o-transition: all 0.3s ease-out;
108
- transition: all 0.3s ease-out;
109
- }
110
-
111
- .waves-effect .waves-ripple {
112
- position: absolute;
113
- width: 20px;
114
- height: 20px;
115
- margin-top: 10px;
116
- margin-left: -10px;
117
- opacity: 0;
118
- background: rgba(0, 0, 0, 0.2);
119
- -webkit-border-radius: 50%;
120
- -moz-border-radius: 50%;
121
- border-radius: 50%;
122
- -webkit-transition: all 0.7s ease-out;
123
- -moz-transition: all 0.7s ease-out;
124
- -ms-transition: all 0.7s ease-out;
125
- -o-transition: all 0.7s ease-out;
126
- transition: all 0.7s ease-out;
127
- -webkit-transform: scale(0);
128
- -moz-transform: scale(0);
129
- -ms-transform: scale(0);
130
- -o-transform: scale(0);
131
- transform: scale(0);
132
- }
133
-
134
- .waves-effect.waves-light .waves-ripple {
135
- background-color: rgba(255, 255, 255, 0.45);
136
- }
137
-
138
- .waves-effect.waves-dark .waves-ripple {
139
- background-color: rgba(140, 140, 140, 0.45);
140
- }
141
-
142
  .ju-button {
143
  background-color: transparent;
144
  color: #000;
@@ -152,6 +102,7 @@
152
  text-align: center;
153
  letter-spacing: 2px;
154
  transition: all ease 0.5s;
 
155
  -webkit-border-radius: 40px;
156
  -moz-border-radius: 40px;
157
  border-radius: 40px;
@@ -253,6 +204,21 @@ input.ju-input.minicolors .minicolors-grid .minicolors-picker > div {
253
  box-sizing: content-box;
254
  }
255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
  input.ju-checkbox:checked {
257
  background-color: #49bf88;
258
  border: 1px solid #49bf88;
@@ -371,11 +337,16 @@ input.ju-radiobox:focus {
371
  transform: translateX(20px);
372
  }
373
 
 
 
 
 
 
 
374
  .ju-settings-option {
375
- float: left;
376
  width: 48%;
377
  margin-bottom: 20px;
378
- margin-right: 15px;
379
  background-color: #fff;
380
  -webkit-box-shadow: 0 10px 30px 0 rgba(160, 166, 190, 0.08);
381
  -moz-box-shadow: 0 10px 30px 0 rgba(160, 166, 190, 0.08);
@@ -438,6 +409,7 @@ input.ju-radiobox:focus {
438
  background-image: linear-gradient(to bottom, #6465e2, #60c3ef);
439
  position: fixed;
440
  overflow: auto;
 
441
  -webkit-box-shadow: 10px 20px 20px 0 rgba(186, 192, 213, 0.1);
442
  -moz-box-shadow: 10px 20px 20px 0 rgba(186, 192, 213, 0.1);
443
  box-shadow: 10px 20px 20px 0 rgba(186, 192, 213, 0.1);
@@ -591,6 +563,13 @@ input.ju-radiobox:focus {
591
  background-color: #f3f6fa;
592
  }
593
 
 
 
 
 
 
 
 
594
  .ju-main-wrapper .ju-right-panel .ju-top-tabs-wrapper {
595
  background-color: #fff;
596
  margin: auto -20px;
@@ -631,6 +610,32 @@ input.ju-radiobox:focus {
631
  z-index: 10;
632
  }
633
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
634
  .search-result {
635
  outline: 1px solid #ff8726;
636
  -webkit-box-shadow: 1px 1px 12px #ccc;
@@ -638,4 +643,89 @@ input.ju-radiobox:focus {
638
  box-shadow: 1px 1px 12px #ccc;
639
  }
640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
641
  /*# sourceMappingURL=style.css.map */
89
  background-color: #ff8726;
90
  }
91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  .ju-button {
93
  background-color: transparent;
94
  color: #000;
102
  text-align: center;
103
  letter-spacing: 2px;
104
  transition: all ease 0.5s;
105
+ vertical-align: middle;
106
  -webkit-border-radius: 40px;
107
  -moz-border-radius: 40px;
108
  border-radius: 40px;
204
  box-sizing: content-box;
205
  }
206
 
207
+ select.ju-select {
208
+ padding: 0 15px;
209
+ height: 50px;
210
+ vertical-align: middle;
211
+ -webkit-border-radius: 4px;
212
+ -moz-border-radius: 4px;
213
+ border-radius: 4px;
214
+ }
215
+
216
+ select.ju-select:focus {
217
+ border: 1px solid #ff8726;
218
+ box-shadow: none;
219
+ outline: none;
220
+ }
221
+
222
  input.ju-checkbox:checked {
223
  background-color: #49bf88;
224
  border: 1px solid #49bf88;
337
  transform: translateX(20px);
338
  }
339
 
340
+ .settings-list {
341
+ display: flex;
342
+ flex-wrap: wrap;
343
+ flex: auto;
344
+ }
345
+
346
  .ju-settings-option {
 
347
  width: 48%;
348
  margin-bottom: 20px;
349
+ margin-right: 2%;
350
  background-color: #fff;
351
  -webkit-box-shadow: 0 10px 30px 0 rgba(160, 166, 190, 0.08);
352
  -moz-box-shadow: 0 10px 30px 0 rgba(160, 166, 190, 0.08);
409
  background-image: linear-gradient(to bottom, #6465e2, #60c3ef);
410
  position: fixed;
411
  overflow: auto;
412
+ z-index: 15;
413
  -webkit-box-shadow: 10px 20px 20px 0 rgba(186, 192, 213, 0.1);
414
  -moz-box-shadow: 10px 20px 20px 0 rgba(186, 192, 213, 0.1);
415
  box-shadow: 10px 20px 20px 0 rgba(186, 192, 213, 0.1);
563
  background-color: #f3f6fa;
564
  }
565
 
566
+ .ju-main-wrapper .ju-right-panel:before {
567
+ content: '';
568
+ display: block;
569
+ clear: both;
570
+ padding: 1px 0 0 0;
571
+ }
572
+
573
  .ju-main-wrapper .ju-right-panel .ju-top-tabs-wrapper {
574
  background-color: #fff;
575
  margin: auto -20px;
610
  z-index: 10;
611
  }
612
 
613
+ .ju-main-wrapper .ju-left-panel-toggle {
614
+ display: none;
615
+ position: fixed;
616
+ top: 120px;
617
+ left: 35px;
618
+ cursor: pointer;
619
+ background-color: #fff;
620
+ width: auto;
621
+ height: auto;
622
+ padding: 25px 5px;
623
+ border: 1px solid #ddd;
624
+ opacity: 0.5;
625
+ z-index: 15;
626
+ -webkit-border-radius: 0 25px 25px 0;
627
+ -moz-border-radius: 0 25px 25px 0;
628
+ border-radius: 0 25px 25px 0;
629
+ }
630
+
631
+ .ju-main-wrapper .ju-left-panel-toggle:hover, .ju-main-wrapper .ju-left-panel-toggle:focus {
632
+ opacity: 1;
633
+ }
634
+
635
+ .ju-main-wrapper .ju-left-panel-toggle .ju-left-panel-toggle-icon {
636
+ color: #ff8726;
637
+ }
638
+
639
  .search-result {
640
  outline: 1px solid #ff8726;
641
  -webkit-box-shadow: 1px 1px 12px #ccc;
643
  box-shadow: 1px 1px 12px #ccc;
644
  }
645
 
646
+ .rtl .ju-main-wrapper {
647
+ margin-left: 0;
648
+ margin-right: -20px;
649
+ }
650
+
651
+ .rtl .ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab {
652
+ text-align: inherit;
653
+ }
654
+
655
+ .rtl .ju-main-wrapper .ju-right-panel {
656
+ margin-left: 0;
657
+ margin-right: 300px;
658
+ }
659
+
660
+ .rtl .ju-main-wrapper .ju-left-panel-toggle {
661
+ left: unset;
662
+ right: 35px;
663
+ -webkit-border-radius: 25px 0 0 25px;
664
+ -moz-border-radius: 25px 0 0 25px;
665
+ border-radius: 25px 0 0 25px;
666
+ }
667
+
668
+ .rtl .ju-setting-label {
669
+ float: right;
670
+ }
671
+
672
+ .rtl .ju-switch-button {
673
+ float: left;
674
+ }
675
+
676
+ @media screen and (max-width: 960px) {
677
+ .ju-main-wrapper .ju-left-panel {
678
+ display: none;
679
+ }
680
+
681
+ .ju-main-wrapper .ju-right-panel {
682
+ width: 100%;
683
+ margin-left: 0;
684
+ }
685
+
686
+ .ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs {
687
+ width: 100% !important;
688
+ flex-wrap: wrap;
689
+ }
690
+
691
+ .ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab {
692
+ flex: 0 0 100%;
693
+ }
694
+
695
+ .ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active {
696
+ background-color: #ff8726;
697
+ color: #fff;
698
+ }
699
+
700
+ .ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active:before {
701
+ display: none;
702
+ }
703
+
704
+ .ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs .indicator {
705
+ display: none;
706
+ }
707
+
708
+ .ju-main-wrapper .ju-left-panel-toggle {
709
+ display: block;
710
+ }
711
+
712
+ .rtl .ju-main-wrapper .ju-right-panel {
713
+ margin-right: 0;
714
+ }
715
+ }
716
+
717
+ @media screen and (max-width: 782px) {
718
+ .ju-main-wrapper .ju-left-panel-toggle {
719
+ left: 0;
720
+ }
721
+
722
+ .ju-settings-option {
723
+ width: 98%;
724
+ }
725
+
726
+ .rtl .ju-main-wrapper .ju-left-panel-toggle {
727
+ right: 0;
728
+ }
729
+ }
730
+
731
  /*# sourceMappingURL=style.css.map */
assets/wordpress-css-framework/css/style.css.map CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "version": 3,
3
- "mappings": "AA4CA,iYAAS;EACP,OAAO,EAAE,EAAE;EACX,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,CAAC;EACR,MAAM,EAAE,CAAC;EACT,gBAAgB,EAjDJ,IAAI;EAkDhB,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,IAAI;;AAGtB,oCAAQ;EACN,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,gBAAgB;EACxB,gBAAgB,EAzDJ,IAAI;EA0DhB,WAAW,EAAE,cAAc;EAvC3B,kBAAkB,EAwCC,8BAA0B;EAvC7C,eAAe,EAuCI,8BAA0B;EAtC7C,UAAU,EAsCS,8BAA0B;;AAI7C,iCAAkB;EAChB,OAAO,EAAE,EAAE;EACX,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;;AAIf,WAAY;EACV,OAAO,EAAE,IAAI;;AAGf,YAAa;EACX,UAAU,EAAE,MAAM;;AAIpB,KAAM;EACJ,OAAO,EAAE,IAAI;EACb,QAAQ,EAAE,QAAQ;EAClB,QAAQ,EAAE,MAAM;EAChB,MAAM,EAAE,MAAM;EACd,WAAW,EAAE,MAAM;EACnB,KAAK,EAAE,IAAI;EACX,gBAAgB,EAtFJ,IAAI;EAwFhB,UAAK;IACH,SAAS,EAAE,CAAC;IACZ,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,MAAM;IAClB,OAAO,EAAE,CAAC;IACV,MAAM,EAAE,CAAC;IACT,KAAK,EAAE,IAAI;IACX,cAAc,EAAE,SAAS;IACzB,aAAa,EAAE,QAAQ;IACvB,QAAQ,EAAE,MAAM;IAChB,cAAc,EAAE,KAAK;IACrB,SAAS,EAAE,IAAI;IACf,gBAAgB,EAjGP,OAAO;IAmGhB,YAAE;MACA,eAAe,EAAE,IAAI;MACrB,KAAK,EAxGG,IAAI;MAyGZ,gBAAgB,EAtGT,OAAO;MAuGd,OAAO,EAAE,KAAK;MACd,KAAK,EAAE,IAAI;MACX,MAAM,EAAE,IAAI;MACZ,aAAa,EAAE,QAAQ;MACvB,QAAQ,EAAE,MAAM;MArFpB,kBAAkB,EAsFM,eAAe;MArFvC,eAAe,EAqFS,eAAe;MApFvC,cAAc,EAoFU,eAAe;MAnFvC,aAAa,EAmFW,eAAe;MAlFvC,UAAU,EAkFc,eAAe;IAGrC,qBAAa;MACX,MAAM,EAAE,OAAO;MACf,OAAO,EAAE,GAAG;EAIhB,gBAAW;IACT,QAAQ,EAAE,QAAQ;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,GAAG;IACX,WAAW,EAAE,WAAW;IACxB,gBAAgB,EAhIL,OAAO;;AAqItB,aAAc;EACZ,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,YAAY;EACrB,QAAQ,EAAE,MAAM;EAChB,mBAAmB,EAAE,IAAI;EACzB,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,IAAI;EACrB,WAAW,EAAE,IAAI;EACjB,2BAA2B,EAAE,WAAW;EACxC,cAAc,EAAE,MAAM;EACtB,OAAO,EAAE,CAAC;EACV,WAAW,EAAE,kBAAkB;EApH/B,kBAAkB,EAqHE,iBAAiB;EApHrC,eAAe,EAoHK,iBAAiB;EAnHrC,cAAc,EAmHM,iBAAiB;EAlHrC,aAAa,EAkHO,iBAAiB;EAjHrC,UAAU,EAiHU,iBAAiB;EAErC,2BAAc;IACZ,QAAQ,EAAE,QAAQ;IAClB,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,KAAK;IAClB,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,kBAAkB;IAhJhC,qBAAqB,EAiJG,GAAG;IAhJ3B,kBAAkB,EAgJM,GAAG;IA/I3B,aAAa,EA+IW,GAAG;IA/H3B,kBAAkB,EAgII,iBAAiB;IA/HvC,eAAe,EA+HO,iBAAiB;IA9HvC,cAAc,EA8HQ,iBAAiB;IA7HvC,aAAa,EA6HS,iBAAiB;IA5HvC,UAAU,EA4HY,iBAAiB;IAxHvC,iBAAiB,EAAE,QAAM;IACzB,cAAc,EAAE,QAAM;IACtB,aAAa,EAAE,QAAM;IACrB,YAAY,EAAE,QAAM;IACpB,SAAS,EAAE,QAAM;EAyHf,uCAAc;IACZ,gBAAgB,EAAE,yBAAyB;EAK7C,sCAAc;IACZ,gBAAgB,EAAE,yBAAyB;;AAMjD,UAAW;EACT,gBAAgB,EAAE,WAAW;EAC7B,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,SAAS;EAClB,SAAS,EAAE,KAAK;EAChB,MAAM,EAAE,iBAAiB;EACzB,cAAc,EAAE,SAAS;EACzB,OAAO,EAAE,YAAY;EACrB,eAAe,EAAE,IAAI;EACrB,MAAM,EAAE,OAAO;EACf,UAAU,EAAE,MAAM;EAClB,cAAc,EAAE,GAAG;EACnB,UAAU,EAAE,aAAa;EAhLzB,qBAAqB,EALR,IAAI;EAMjB,kBAAkB,EANL,IAAI;EAOjB,aAAa,EAPA,IAAI;EAwLjB,gBAAQ;IACN,OAAO,EAAE,IAAI;EAGf,gBAAQ;IA3KR,kBAAkB,EAfJ,iEAAiE;IAgB/E,eAAe,EAhBD,iEAAiE;IAiB/E,UAAU,EAjBI,iEAAiE;EA8L/E,wBAAgB;IACd,gBAAgB,EAtML,OAAO;IAuMlB,KAAK,EApMK,IAAI;IAqMd,YAAY,EAxMD,OAAO;EA2MpB,gCAAwB;IACtB,gBAAgB,EAzMN,IAAI;IA0Md,KAAK,EA7MM,OAAO;IA8MlB,YAAY,EA3MF,IAAI;;AAgNlB,eAAgB;EACd,gBAAgB,EAjNJ,IAAI;EAkNhB,MAAM,EAAE,iBAAuB;EAC/B,KAAK,EAtNQ,OAAO;EAuNpB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,SAAS;EA9MlB,qBAAqB,EANR,GAAG;EAOhB,kBAAkB,EAPL,GAAG;EAQhB,aAAa,EARA,GAAG;;AAyNlB,mBAAoB;EAClB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,IAAI;EACb,OAAO,EAAE,SAAS;EAClB,cAAc,EAAE,SAAS;EACzB,MAAM,EAAE,OAAO;EACf,SAAS,EAAE,IAAI;EACf,gBAAgB,EA9NL,OAAO;EA+NlB,KAAK,EAlOO,IAAI;EAoOhB,yBAAQ;IAjNR,kBAAkB,EAfJ,iEAAiE;IAgB/E,eAAe,EAhBD,iEAAiE;IAiB/E,UAAU,EAjBI,iEAAiE;;AAsOjF,cAAe;EACb,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,cAAc;EACtB,gBAAgB,EA7OJ,IAAI;EA8OhB,MAAM,EAAE,IAAI;EAvOZ,qBAAqB,EANR,GAAG;EAOhB,kBAAkB,EAPL,GAAG;EAQhB,aAAa,EARA,GAAG;EAgPhB,oBAAQ;IACN,YAAY,EArPD,OAAO;IAsPlB,UAAU,EAAE,IAAI;IAChB,OAAO,EAAE,IAAI;EAIf,yBAAa;IACX,YAAY,EAAE,IAAI;IAElB,8CAAqB;MACnB,MAAM,EAAE,IAAI;MACZ,KAAK,EAAE,IAAI;MACX,GAAG,EAAE,GAAG;MACR,IAAI,EAAE,GAAG;MACT,MAAM,EAAE,IAAI;MAEZ,uEAAyB;QA3P7B,qBAAqB,EANR,GAAG;QAOhB,kBAAkB,EAPL,GAAG;QAQhB,aAAa,EARA,GAAG;IAuQZ,6DAAmB;MA3PvB,kBAAkB,EA4PO,WAAW;MA3PpC,eAAe,EA2PU,WAAW;MA1PpC,UAAU,EA0Pe,WAAW;MAE9B,mEAAM;QA9PZ,kBAAkB,EA+PS,WAAW;QA9PtC,eAAe,EA8PY,WAAW;QA7PtC,UAAU,EA6PiB,WAAW;;AAQxC,yBAA0B;EACxB,gBAAgB,EAvRF,OAAO;EAwRrB,MAAM,EAAE,iBAAwB;EAEhC,gCAAS;IACP,KAAK,EAzRK,IAAI;;AA8RlB,iBAAkB;EAChB,YAAY,EAAE,OAAO;EA5QrB,kBAAkB,EA6QC,IAAI;EA5QvB,eAAe,EA4QI,IAAI;EA3QvB,UAAU,EA2QS,IAAI;EAEvB,yBAAU;IACR,YAAY,EArSA,OAAO;IAuSnB,gCAAS;MACP,KAAK,EAAE,IAAI;MACX,MAAM,EAAE,IAAI;MACZ,MAAM,EAAE,GAAG;MACX,gBAAgB,EA3SN,OAAO;EA+SrB,uBAAQ;IACN,YAAY,EAhTA,OAAO;IAqBrB,kBAAkB,EA4RG,IAAI;IA3RzB,eAAe,EA2RM,IAAI;IA1RzB,UAAU,EA0RW,IAAI;;AAK3B,kBAAmB;EAEjB,iBAAiB,EAAE,OAAO;;AAG5B,gBAAiB;EAEf,iBAAiB,EAAE,OAAO;;AAG5B,gBAAiB;EACf,KAAK,EAAE,KAAK;EACZ,KAAK,EAAE,IAAI;EAEX,sBAAQ;IACN,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,OAAO;;AAKnB,iBAAkB;EAChB,KAAK,EAAE,KAAK;EACZ,WAAW,EAAE,IAAI;EACjB,YAAY,EAAE,IAAI;EAElB,yBAAQ;IACN,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,YAAY;IACrB,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,IAAI;IAEZ,+BAAM;MACJ,OAAO,EAAE,IAAI;IAGf,iCAAQ;MACN,QAAQ,EAAE,QAAQ;MAClB,MAAM,EAAE,OAAO;MACf,GAAG,EAAE,CAAC;MACN,IAAI,EAAE,CAAC;MACP,KAAK,EAAE,CAAC;MACR,MAAM,EAAE,CAAC;MACT,gBAAgB,EAAE,IAAI;MAvU1B,kBAAkB,EAwUM,IAAG;MAvU3B,eAAe,EAuUS,IAAG;MAtU3B,cAAc,EAsUU,IAAG;MArU3B,aAAa,EAqUW,IAAG;MApU3B,UAAU,EAoUc,IAAG;MA1V3B,qBAAqB,EA2VK,IAAI;MA1V9B,kBAAkB,EA0VQ,IAAI;MAzV9B,aAAa,EAyVa,IAAI;MAE1B,wCAAS;QACP,QAAQ,EAAE,QAAQ;QAClB,OAAO,EAAE,EAAE;QACX,MAAM,EAAE,IAAI;QACZ,KAAK,EAAE,IAAI;QACX,IAAI,EAAE,GAAG;QACT,MAAM,EAAE,GAAG;QACX,gBAAgB,EA3WV,IAAI;QAyBhB,kBAAkB,EAmVQ,IAAG;QAlV7B,eAAe,EAkVW,IAAG;QAjV7B,cAAc,EAiVY,IAAG;QAhV7B,aAAa,EAgVa,IAAG;QA/U7B,UAAU,EA+UgB,IAAG;QArW7B,qBAAqB,EAsWO,GAAG;QArW/B,kBAAkB,EAqWU,GAAG;QApW/B,aAAa,EAoWe,GAAG;IAK3B,iDAAU;MACR,gBAAgB,EApXX,OAAO;MAsXZ,wDAAS;QApVf,iBAAiB,EAAE,gBAAM;QACzB,cAAc,EAAE,gBAAM;QACtB,aAAa,EAAE,gBAAM;QACrB,YAAY,EAAE,gBAAM;QACpB,SAAS,EAAE,gBAAM;;AAyVnB,mBAAoB;EAClB,KAAK,EAAE,IAAI;EACX,KAAK,EAAE,GAAG;EACV,aAAa,EAAE,IAAI;EACnB,YAAY,EAAE,IAAI;EAClB,gBAAgB,EAnYJ,IAAI;EAmBhB,kBAAkB,EAiXC,uCAAuC;EAhX1D,eAAe,EAgXI,uCAAuC;EA/W1D,UAAU,EA+WS,uCAAuC;EA7X1D,qBAAqB,EANR,GAAG;EAOhB,kBAAkB,EAPL,GAAG;EAQhB,aAAa,EARA,GAAG;EAsYhB,sCAAqB;IACnB,gBAAgB,EAAE,WAAW;IArX/B,kBAAkB,EAsXG,IAAI;IArXzB,eAAe,EAqXM,IAAI;IApXzB,UAAU,EAoXW,IAAI;EAGzB,sEAAmC;IACjC,KAAK,EAAE,GAAG;EAIV,gEAA0B;IACxB,OAAO,EAAE,KAAK;IACd,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;;AAMvB,iBAAkB;EAChB,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,YAAY;EACrB,SAAS,EAAE,KAAK;EAChB,SAAS,EAAE,kBAAkB;EAC7B,QAAQ,EAAE,MAAM;EAChB,WAAW,EAAE,MAAM;EACnB,iBAAiB,EAAE,QAAQ;EAC3B,aAAa,EAAE,QAAQ;EACvB,MAAM,EAAE,CAAC;EACT,WAAW,EAAE,IAAI;EACjB,MAAM,EAAE,OAAO;;AAIjB,gBAAiB;EACf,WAAW,EAAE,KAAK;EAClB,WAAW,EAAE,oBAAoB;EAEjC,kBAAE;IAhaF,kBAAkB,EAiaG,UAAU;IAha/B,eAAe,EAgaM,UAAU;IA/Z/B,UAAU,EA+ZW,UAAU;EAG/B,oBAAI;IACF,SAAS,EAAE,IAAI;EAIjB,+BAAe;IACb,KAAK,EAAE,KAAK;IACZ,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,MAAM;IACf,gBAAgB,EAAE,4CAA4C;IAC9D,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE,IAAI;IAzahB,kBAAkB,EA0aG,yCAAyC;IAza9D,eAAe,EAyaM,yCAAyC;IAxa9D,UAAU,EAwaW,yCAAyC;IAG5D,0CAAW;MACT,OAAO,EAAE,KAAK;MACd,KAAK,EAAE,KAAK;MACZ,MAAM,EAAE,IAAI;MACZ,MAAM,EAAE,IAAI;IAId,+CAAgB;MACd,MAAM,EAAE,SAAS;MACjB,OAAO,EAAE,QAAQ;MACjB,MAAM,EAAE,IAAI;MACZ,aAAa,EAAE,iBAAiB;MAEhC,oEAAqB;QACnB,SAAS,EAAE,IAAI;QACf,KAAK,EAhdC,IAAI;QAidV,cAAc,EAAE,WAAW;MAG7B,qEAAsB;QACpB,UAAU,EAAE,WAAW;QACvB,KAAK,EAtdC,IAAI;QAudV,MAAM,EAAE,IAAI;QACZ,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,GAAG;QACZ,SAAS,EAAE,IAAI;QAvcrB,kBAAkB,EAwcO,IAAI;QAvc7B,eAAe,EAucU,IAAI;QAtc7B,UAAU,EAsce,IAAI;QAEvB,kFAAe;UACb,KAAK,EA9dD,IAAI;UA+dR,OAAO,EAAE,GAAG;IAMlB,kDAAmB;MACjB,OAAO,EAAE,KAAK;MACd,gBAAgB,EAAE,WAAW;MAC7B,MAAM,EAAE,IAAI;MACZ,MAAM,EAAE,MAAM;MAEd,yDAAO;QACL,KAAK,EAAE,IAAI;QACX,KAAK,EAAE,IAAI;QACX,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,MAAM;QACnB,gBAAgB,EAAE,WAAW;QAE7B,oEAAW;UACT,OAAO,EAAE,IAAI;UACb,OAAO,EAAE,GAAG;UACZ,gBAAgB,EAAE,WAAW;UAM7B,0EAAQ;YACN,OAAO,EAAE,IAAI;YA3evB,kBAAkB,EA4eW,IAAI;YA3ejC,eAAe,EA2ec,IAAI;YA1ejC,UAAU,EA0emB,IAAI;UAGzB,0EAAQ;YACN,WAAW,EAAE,gBAAgB;YAC7B,SAAS,EAAE,IAAI;YACf,cAAc,EAAE,WAAW;YAC3B,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,IAAI;UAGb,uGAAqC;YACnC,OAAO,EAAE,OAAO;UAGlB,2EAAS;YACP,OAAO,EAAE,CAAC;YACV,gBAAgB,EAAE,OAAO;YAGvB,wGAAQ;cACN,OAAO,EAAE,OAAO;YAGlB,qHAAmB;cACjB,UAAU,EAAE,KAAK;YAIrB,0FAAiB;cACf,gBAAgB,EAAE,WAAW;QASnC,0EAAiB;UACf,OAAO,EAAE,KAAK;UACd,UAAU,EAAE,CAAC;UACb,gBAAgB,EAAE,OAAO;UAhhBjC,kBAAkB,EAihBU,8CAA8C;UAhhB1E,eAAe,EAghBa,8CAA8C;UA/gB1E,cAAc,EA+gBc,8CAA8C;UA9gB1E,aAAa,EA8gBe,8CAA8C;UA7gB1E,UAAU,EA6gBkB,8CAA8C;UAElE,uFAAa;YACX,OAAO,EAAE,IAAI;YACb,MAAM,EAAE,OAAO;YACf,KAAK,EAAE,IAAI;YACX,WAAW,EAAE,IAAI;YACjB,SAAS,EAAE,IAAI;YACf,OAAO,EAAE,GAAG;YAMZ,8FAAS;cACP,OAAO,EAAE,CAAC;QAShB,wEAAe;UACb,SAAS,EAAE,IAAI;UACf,cAAc,EAAE,GAAG;QAGrB,oEAAW;UACT,SAAS,EAAE,IAAI;UACf,WAAW,EAAE,GAAG;UAChB,OAAO,EAAE,YAAY;UACrB,SAAS,EAAE,GAAG;UACd,QAAQ,EAAE,MAAM;UAChB,iBAAiB,EAAE,QAAQ;UAC3B,aAAa,EAAE,QAAQ;UACvB,cAAc,EAAE,WAAW;MAI/B,6DAAW;QACT,OAAO,EAAE,IAAI;EAMnB,gCAAgB;IACd,KAAK,EAAE,kBAAkB;IACzB,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,KAAK;IAClB,gBAAgB,EAAE,OAAO;IAGzB,qDAAqB;MACnB,gBAAgB,EAAE,IAAI;MACtB,MAAM,EAAE,UAAU;IAGpB,kDAAkB;MAChB,KAAK,EAAE,sBAAsB;MAE7B,yDAAO;QACL,cAAc,EAAE,UAAU;QAC1B,SAAS,EAAE,KAAK;QAChB,gBAAgB,EA7mBV,IAAI;QA+mBV,oEAAW;UACT,KAAK,EAnnBA,OAAO;UAonBZ,gBAAgB,EAjnBZ,IAAI;UAknBR,WAAW,EAAE,IAAI;UACjB,OAAO,EAAE,IAAI;UAEb,kFAAgB;YACd,OAAO,EAAE,OAAO;YAChB,WAAW,EAAE,WAAW;YACxB,SAAS,EAAE,IAAI;YACf,cAAc,EAAE,MAAM;UAGxB,0EAAQ;YAzmBhB,kBAAkB,EA0mBW,IAAI;YAzmBjC,eAAe,EAymBc,IAAI;YAxmBjC,UAAU,EAwmBmB,IAAI;MAK7B,6DAAW;QACT,gBAAgB,EAtoBT,OAAO;QAuoBd,OAAO,EAAE,EAAE;;AAMnB,cAAe;EACb,OAAO,EAAE,iBAAuB;EAxnBhC,kBAAkB,EAynBC,iBAAiB;EAxnBpC,eAAe,EAwnBI,iBAAiB;EAvnBpC,UAAU,EAunBS,iBAAiB",
4
  "sources": ["style.scss"],
5
  "names": [],
6
  "file": "style.css"
7
- }
1
  {
2
  "version": 3,
3
+ "mappings": "AA4CA,iYAAS;EACP,OAAO,EAAE,EAAE;EACX,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,CAAC;EACR,MAAM,EAAE,CAAC;EACT,gBAAgB,EAjDJ,IAAI;EAkDhB,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,IAAI;;AAGtB,oCAAQ;EACN,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,gBAAgB;EACxB,gBAAgB,EAzDJ,IAAI;EA0DhB,WAAW,EAAE,cAAc;EAvC3B,kBAAkB,EAwCC,8BAA0B;EAvC7C,eAAe,EAuCI,8BAA0B;EAtC7C,UAAU,EAsCS,8BAA0B;;AAI7C,iCAAkB;EAChB,OAAO,EAAE,EAAE;EACX,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;;AAIf,WAAY;EACV,OAAO,EAAE,IAAI;;AAGf,YAAa;EACX,UAAU,EAAE,MAAM;;AAIpB,KAAM;EACJ,OAAO,EAAE,IAAI;EACb,QAAQ,EAAE,QAAQ;EAClB,QAAQ,EAAE,MAAM;EAChB,MAAM,EAAE,MAAM;EACd,WAAW,EAAE,MAAM;EACnB,KAAK,EAAE,IAAI;EACX,gBAAgB,EAtFJ,IAAI;EAwFhB,UAAK;IACH,SAAS,EAAE,CAAC;IACZ,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,MAAM;IAClB,OAAO,EAAE,CAAC;IACV,MAAM,EAAE,CAAC;IACT,KAAK,EAAE,IAAI;IACX,cAAc,EAAE,SAAS;IACzB,aAAa,EAAE,QAAQ;IACvB,QAAQ,EAAE,MAAM;IAChB,cAAc,EAAE,KAAK;IACrB,SAAS,EAAE,IAAI;IACf,gBAAgB,EAjGP,OAAO;IAmGhB,YAAE;MACA,eAAe,EAAE,IAAI;MACrB,KAAK,EAxGG,IAAI;MAyGZ,gBAAgB,EAtGT,OAAO;MAuGd,OAAO,EAAE,KAAK;MACd,KAAK,EAAE,IAAI;MACX,MAAM,EAAE,IAAI;MACZ,aAAa,EAAE,QAAQ;MACvB,QAAQ,EAAE,MAAM;MArFpB,kBAAkB,EAsFM,eAAe;MArFvC,eAAe,EAqFS,eAAe;MApFvC,cAAc,EAoFU,eAAe;MAnFvC,aAAa,EAmFW,eAAe;MAlFvC,UAAU,EAkFc,eAAe;IAGrC,qBAAa;MACX,MAAM,EAAE,OAAO;MACf,OAAO,EAAE,GAAG;EAIhB,gBAAW;IACT,QAAQ,EAAE,QAAQ;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,GAAG;IACX,WAAW,EAAE,WAAW;IACxB,gBAAgB,EAhIL,OAAO;;AAqItB,UAAW;EACT,gBAAgB,EAAE,WAAW;EAC7B,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,SAAS;EAClB,SAAS,EAAE,KAAK;EAChB,MAAM,EAAE,iBAAiB;EACzB,cAAc,EAAE,SAAS;EACzB,OAAO,EAAE,YAAY;EACrB,eAAe,EAAE,IAAI;EACrB,MAAM,EAAE,OAAO;EACf,UAAU,EAAE,MAAM;EAClB,cAAc,EAAE,GAAG;EACnB,UAAU,EAAE,aAAa;EACzB,cAAc,EAAE,MAAM;EAxItB,qBAAqB,EALR,IAAI;EAMjB,kBAAkB,EANL,IAAI;EAOjB,aAAa,EAPA,IAAI;EAgJjB,gBAAQ;IACN,OAAO,EAAE,IAAI;EAGf,gBAAQ;IAnIR,kBAAkB,EAfJ,iEAAiE;IAgB/E,eAAe,EAhBD,iEAAiE;IAiB/E,UAAU,EAjBI,iEAAiE;EAsJ/E,wBAAgB;IACd,gBAAgB,EA9JL,OAAO;IA+JlB,KAAK,EA5JK,IAAI;IA6Jd,YAAY,EAhKD,OAAO;EAmKpB,gCAAwB;IACtB,gBAAgB,EAjKN,IAAI;IAkKd,KAAK,EArKM,OAAO;IAsKlB,YAAY,EAnKF,IAAI;;AAwKlB,eAAgB;EACd,gBAAgB,EAzKJ,IAAI;EA0KhB,MAAM,EAAE,iBAAuB;EAC/B,KAAK,EA9KQ,OAAO;EA+KpB,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,SAAS;EAtKlB,qBAAqB,EANR,GAAG;EAOhB,kBAAkB,EAPL,GAAG;EAQhB,aAAa,EARA,GAAG;;AAiLlB,mBAAoB;EAClB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,IAAI;EACb,OAAO,EAAE,SAAS;EAClB,cAAc,EAAE,SAAS;EACzB,MAAM,EAAE,OAAO;EACf,SAAS,EAAE,IAAI;EACf,gBAAgB,EAtLL,OAAO;EAuLlB,KAAK,EA1LO,IAAI;EA4LhB,yBAAQ;IAzKR,kBAAkB,EAfJ,iEAAiE;IAgB/E,eAAe,EAhBD,iEAAiE;IAiB/E,UAAU,EAjBI,iEAAiE;;AA8LjF,cAAe;EACb,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,cAAc;EACtB,gBAAgB,EArMJ,IAAI;EAsMhB,MAAM,EAAE,IAAI;EA/LZ,qBAAqB,EANR,GAAG;EAOhB,kBAAkB,EAPL,GAAG;EAQhB,aAAa,EARA,GAAG;EAwMhB,oBAAQ;IACN,YAAY,EA7MD,OAAO;IA8MlB,UAAU,EAAE,IAAI;IAChB,OAAO,EAAE,IAAI;EAIf,yBAAa;IACX,YAAY,EAAE,IAAI;IAElB,8CAAqB;MACnB,MAAM,EAAE,IAAI;MACZ,KAAK,EAAE,IAAI;MACX,GAAG,EAAE,GAAG;MACR,IAAI,EAAE,GAAG;MACT,MAAM,EAAE,IAAI;MAEZ,uEAAyB;QAnN7B,qBAAqB,EANR,GAAG;QAOhB,kBAAkB,EAPL,GAAG;QAQhB,aAAa,EARA,GAAG;IA+NZ,6DAAmB;MAnNvB,kBAAkB,EAoNO,WAAW;MAnNpC,eAAe,EAmNU,WAAW;MAlNpC,UAAU,EAkNe,WAAW;MAE9B,mEAAM;QAtNZ,kBAAkB,EAuNS,WAAW;QAtNtC,eAAe,EAsNY,WAAW;QArNtC,UAAU,EAqNiB,WAAW;;AAQxC,gBAAiB;EACf,OAAO,EAAE,MAAM;EACf,MAAM,EAAE,IAAI;EACZ,cAAc,EAAE,MAAM;EAxOtB,qBAAqB,EANR,GAAG;EAOhB,kBAAkB,EAPL,GAAG;EAQhB,aAAa,EARA,GAAG;EAiPhB,sBAAQ;IACN,MAAM,EAAE,iBAAuB;IAC/B,UAAU,EAAE,IAAI;IAChB,OAAO,EAAE,IAAI;;AAKjB,yBAA0B;EACxB,gBAAgB,EA7PF,OAAO;EA8PrB,MAAM,EAAE,iBAAwB;EAEhC,gCAAS;IACP,KAAK,EA/PK,IAAI;;AAoQlB,iBAAkB;EAChB,YAAY,EAAE,OAAO;EAlPrB,kBAAkB,EAmPC,IAAI;EAlPvB,eAAe,EAkPI,IAAI;EAjPvB,UAAU,EAiPS,IAAI;EAEvB,yBAAU;IACR,YAAY,EA3QA,OAAO;IA6QnB,gCAAS;MACP,KAAK,EAAE,IAAI;MACX,MAAM,EAAE,IAAI;MACZ,MAAM,EAAE,GAAG;MACX,gBAAgB,EAjRN,OAAO;EAqRrB,uBAAQ;IACN,YAAY,EAtRA,OAAO;IAqBrB,kBAAkB,EAkQG,IAAI;IAjQzB,eAAe,EAiQM,IAAI;IAhQzB,UAAU,EAgQW,IAAI;;AAK3B,kBAAmB;EAEjB,iBAAiB,EAAE,OAAO;;AAG5B,gBAAiB;EAEf,iBAAiB,EAAE,OAAO;;AAG5B,gBAAiB;EACf,KAAK,EAAE,KAAK;EACZ,KAAK,EAAE,IAAI;EAEX,sBAAQ;IACN,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,OAAO;;AAKnB,iBAAkB;EAChB,KAAK,EAAE,KAAK;EACZ,WAAW,EAAE,IAAI;EACjB,YAAY,EAAE,IAAI;EAElB,yBAAQ;IACN,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,YAAY;IACrB,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,IAAI;IAEZ,+BAAM;MACJ,OAAO,EAAE,IAAI;IAGf,iCAAQ;MACN,QAAQ,EAAE,QAAQ;MAClB,MAAM,EAAE,OAAO;MACf,GAAG,EAAE,CAAC;MACN,IAAI,EAAE,CAAC;MACP,KAAK,EAAE,CAAC;MACR,MAAM,EAAE,CAAC;MACT,gBAAgB,EAAE,IAAI;MA7S1B,kBAAkB,EA8SM,IAAG;MA7S3B,eAAe,EA6SS,IAAG;MA5S3B,cAAc,EA4SU,IAAG;MA3S3B,aAAa,EA2SW,IAAG;MA1S3B,UAAU,EA0Sc,IAAG;MAhU3B,qBAAqB,EAiUK,IAAI;MAhU9B,kBAAkB,EAgUQ,IAAI;MA/T9B,aAAa,EA+Ta,IAAI;MAE1B,wCAAS;QACP,QAAQ,EAAE,QAAQ;QAClB,OAAO,EAAE,EAAE;QACX,MAAM,EAAE,IAAI;QACZ,KAAK,EAAE,IAAI;QACX,IAAI,EAAE,GAAG;QACT,MAAM,EAAE,GAAG;QACX,gBAAgB,EAjVV,IAAI;QAyBhB,kBAAkB,EAyTQ,IAAG;QAxT7B,eAAe,EAwTW,IAAG;QAvT7B,cAAc,EAuTY,IAAG;QAtT7B,aAAa,EAsTa,IAAG;QArT7B,UAAU,EAqTgB,IAAG;QA3U7B,qBAAqB,EA4UO,GAAG;QA3U/B,kBAAkB,EA2UU,GAAG;QA1U/B,aAAa,EA0Ue,GAAG;IAK3B,iDAAU;MACR,gBAAgB,EA1VX,OAAO;MA4VZ,wDAAS;QA1Tf,iBAAiB,EAAE,gBAAM;QACzB,cAAc,EAAE,gBAAM;QACtB,aAAa,EAAE,gBAAM;QACrB,YAAY,EAAE,gBAAM;QACpB,SAAS,EAAE,gBAAM;;AA+TnB,cAAe;EACb,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,IAAI,EAAE,IAAI;;AAGZ,mBAAoB;EAClB,KAAK,EAAE,GAAG;EACV,aAAa,EAAE,IAAI;EACnB,YAAY,EAAE,EAAE;EAChB,gBAAgB,EA9WJ,IAAI;EAmBhB,kBAAkB,EA4VC,uCAAuC;EA3V1D,eAAe,EA2VI,uCAAuC;EA1V1D,UAAU,EA0VS,uCAAuC;EAxW1D,qBAAqB,EANR,GAAG;EAOhB,kBAAkB,EAPL,GAAG;EAQhB,aAAa,EARA,GAAG;EAiXhB,sCAAqB;IACnB,gBAAgB,EAAE,WAAW;IAhW/B,kBAAkB,EAiWG,IAAI;IAhWzB,eAAe,EAgWM,IAAI;IA/VzB,UAAU,EA+VW,IAAI;EAGzB,sEAAmC;IACjC,KAAK,EAAE,GAAG;EAIV,gEAA0B;IACxB,OAAO,EAAE,KAAK;IACd,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;;AAMvB,iBAAkB;EAChB,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,YAAY;EACrB,SAAS,EAAE,KAAK;EAChB,SAAS,EAAE,kBAAkB;EAC7B,QAAQ,EAAE,MAAM;EAChB,WAAW,EAAE,MAAM;EACnB,iBAAiB,EAAE,QAAQ;EAC3B,aAAa,EAAE,QAAQ;EACvB,MAAM,EAAE,CAAC;EACT,WAAW,EAAE,IAAI;EACjB,MAAM,EAAE,OAAO;;AAIjB,gBAAiB;EACf,WAAW,EAAE,KAAK;EAClB,WAAW,EAAE,oBAAoB;EAEjC,kBAAE;IA3YF,kBAAkB,EA4YG,UAAU;IA3Y/B,eAAe,EA2YM,UAAU;IA1Y/B,UAAU,EA0YW,UAAU;EAG/B,oBAAI;IACF,SAAS,EAAE,IAAI;EAIjB,+BAAe;IACb,KAAK,EAAE,KAAK;IACZ,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,MAAM;IACf,gBAAgB,EAAE,4CAA4C;IAC9D,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE,IAAI;IACd,OAAO,EAAE,EAAE;IArZb,kBAAkB,EAsZG,yCAAyC;IArZ9D,eAAe,EAqZM,yCAAyC;IApZ9D,UAAU,EAoZW,yCAAyC;IAG5D,0CAAW;MACT,OAAO,EAAE,KAAK;MACd,KAAK,EAAE,KAAK;MACZ,MAAM,EAAE,IAAI;MACZ,MAAM,EAAE,IAAI;IAId,+CAAgB;MACd,MAAM,EAAE,SAAS;MACjB,OAAO,EAAE,QAAQ;MACjB,MAAM,EAAE,IAAI;MACZ,aAAa,EAAE,iBAAiB;MAEhC,oEAAqB;QACnB,SAAS,EAAE,IAAI;QACf,KAAK,EA5bC,IAAI;QA6bV,cAAc,EAAE,WAAW;MAG7B,qEAAsB;QACpB,UAAU,EAAE,WAAW;QACvB,KAAK,EAlcC,IAAI;QAmcV,MAAM,EAAE,IAAI;QACZ,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,GAAG;QACZ,SAAS,EAAE,IAAI;QAnbrB,kBAAkB,EAobO,IAAI;QAnb7B,eAAe,EAmbU,IAAI;QAlb7B,UAAU,EAkbe,IAAI;QAEvB,kFAAe;UACb,KAAK,EA1cD,IAAI;UA2cR,OAAO,EAAE,GAAG;IAMlB,kDAAmB;MACjB,OAAO,EAAE,KAAK;MACd,gBAAgB,EAAE,WAAW;MAC7B,MAAM,EAAE,IAAI;MACZ,MAAM,EAAE,MAAM;MAEd,yDAAO;QACL,KAAK,EAAE,IAAI;QACX,KAAK,EAAE,IAAI;QACX,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,MAAM;QACnB,gBAAgB,EAAE,WAAW;QAE7B,oEAAW;UACT,OAAO,EAAE,IAAI;UACb,OAAO,EAAE,GAAG;UACZ,gBAAgB,EAAE,WAAW;UAM7B,0EAAQ;YACN,OAAO,EAAE,IAAI;YAvdvB,kBAAkB,EAwdW,IAAI;YAvdjC,eAAe,EAudc,IAAI;YAtdjC,UAAU,EAsdmB,IAAI;UAGzB,0EAAQ;YACN,WAAW,EAAE,gBAAgB;YAC7B,SAAS,EAAE,IAAI;YACf,cAAc,EAAE,WAAW;YAC3B,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,IAAI;UAGb,uGAAqC;YACnC,OAAO,EAAE,OAAO;UAGlB,2EAAS;YACP,OAAO,EAAE,CAAC;YACV,gBAAgB,EAAE,OAAO;YAGvB,wGAAQ;cACN,OAAO,EAAE,OAAO;YAGlB,qHAAmB;cACjB,UAAU,EAAE,KAAK;YAIrB,0FAAiB;cACf,gBAAgB,EAAE,WAAW;QASnC,0EAAiB;UACf,OAAO,EAAE,KAAK;UACd,UAAU,EAAE,CAAC;UACb,gBAAgB,EAAE,OAAO;UA5fjC,kBAAkB,EA6fU,8CAA8C;UA5f1E,eAAe,EA4fa,8CAA8C;UA3f1E,cAAc,EA2fc,8CAA8C;UA1f1E,aAAa,EA0fe,8CAA8C;UAzf1E,UAAU,EAyfkB,8CAA8C;UAElE,uFAAa;YACX,OAAO,EAAE,IAAI;YACb,MAAM,EAAE,OAAO;YACf,KAAK,EAAE,IAAI;YACX,WAAW,EAAE,IAAI;YACjB,SAAS,EAAE,IAAI;YACf,OAAO,EAAE,GAAG;YAMZ,8FAAS;cACP,OAAO,EAAE,CAAC;QAShB,wEAAe;UACb,SAAS,EAAE,IAAI;UACf,cAAc,EAAE,GAAG;QAGrB,oEAAW;UACT,SAAS,EAAE,IAAI;UACf,WAAW,EAAE,GAAG;UAChB,OAAO,EAAE,YAAY;UACrB,SAAS,EAAE,GAAG;UACd,QAAQ,EAAE,MAAM;UAChB,iBAAiB,EAAE,QAAQ;UAC3B,aAAa,EAAE,QAAQ;UACvB,cAAc,EAAE,WAAW;MAI/B,6DAAW;QACT,OAAO,EAAE,IAAI;EAMnB,gCAAgB;IACd,KAAK,EAAE,kBAAkB;IACzB,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,KAAK;IAClB,gBAAgB,EAAE,OAAO;IAEzB,uCAAS;MACP,OAAO,EAAE,EAAE;MACX,OAAO,EAAE,KAAK;MACd,KAAK,EAAE,IAAI;MACX,OAAO,EAAE,SAAS;IAIpB,qDAAqB;MACnB,gBAAgB,EAAE,IAAI;MACtB,MAAM,EAAE,UAAU;IAGpB,kDAAkB;MAChB,KAAK,EAAE,sBAAsB;MAE7B,yDAAO;QACL,cAAc,EAAE,UAAU;QAC1B,SAAS,EAAE,KAAK;QAChB,gBAAgB,EAhmBV,IAAI;QAkmBV,oEAAW;UACT,KAAK,EAtmBA,OAAO;UAumBZ,gBAAgB,EApmBZ,IAAI;UAqmBR,WAAW,EAAE,IAAI;UACjB,OAAO,EAAE,IAAI;UAEb,kFAAgB;YACd,OAAO,EAAE,OAAO;YAChB,WAAW,EAAE,WAAW;YACxB,SAAS,EAAE,IAAI;YACf,cAAc,EAAE,MAAM;UAGxB,0EAAQ;YA5lBhB,kBAAkB,EA6lBW,IAAI;YA5lBjC,eAAe,EA4lBc,IAAI;YA3lBjC,UAAU,EA2lBmB,IAAI;MAK7B,6DAAW;QACT,gBAAgB,EAznBT,OAAO;QA0nBd,OAAO,EAAE,EAAE;EAKjB,sCAAsB;IACpB,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,KAAK;IACf,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,IAAI;IACV,MAAM,EAAE,OAAO;IACf,gBAAgB,EAloBN,IAAI;IAmoBd,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,QAAQ;IACjB,MAAM,EAAE,cAAc;IACtB,OAAO,EAAE,GAAG;IACZ,OAAO,EAAE,EAAE;IAjoBb,qBAAqB,EAkoBG,aAAa;IAjoBrC,kBAAkB,EAioBM,aAAa;IAhoBrC,aAAa,EAgoBW,aAAa;IAEnC,0FAAiB;MACf,OAAO,EAAE,CAAC;IAGZ,iEAA2B;MACzB,KAAK,EAnpBI,OAAO;;AAwpBtB,cAAe;EACb,OAAO,EAAE,iBAAuB;EAnoBhC,kBAAkB,EAooBC,iBAAiB;EAnoBpC,eAAe,EAmoBI,iBAAiB;EAloBpC,UAAU,EAkoBS,iBAAiB;;AAKpC,qBAAiB;EACf,WAAW,EAAE,CAAC;EACd,YAAY,EAAE,KAAK;EAGjB,8DAA0B;IACxB,UAAU,EAAE,OAAO;EAIvB,qCAAgB;IACd,WAAW,EAAE,CAAC;IACd,YAAY,EAAE,KAAK;EAGrB,2CAAsB;IACpB,IAAI,EAAE,KAAK;IACX,KAAK,EAAE,IAAI;IAtqBf,qBAAqB,EAuqBK,aAAa;IAtqBvC,kBAAkB,EAsqBQ,aAAa;IArqBvC,aAAa,EAqqBa,aAAa;AAIvC,sBAAkB;EAChB,KAAK,EAAE,KAAK;AAGd,sBAAkB;EAChB,KAAK,EAAE,IAAI;;AAIf,oCAAqC;EAEjC,+BAAe;IACb,OAAO,EAAE,IAAI;EAGf,gCAAgB;IACd,KAAK,EAAE,IAAI;IACX,WAAW,EAAE,CAAC;IAEd,kDAAkB;MAChB,KAAK,EAAE,eAAe;MACtB,SAAS,EAAE,IAAI;MAEf,yDAAO;QACL,IAAI,EAAE,QAAQ;QAGZ,2EAAS;UACP,gBAAgB,EAjtBf,OAAO;UAktBR,KAAK,EA/sBL,IAAI;UAitBJ,kFAAS;YACP,OAAO,EAAE,IAAI;MAMrB,6DAAW;QACT,OAAO,EAAE,IAAI;EAKnB,sCAAsB;IACpB,OAAO,EAAE,KAAK;;EAMd,qCAAgB;IACd,YAAY,EAAE,CAAC;AAMvB,oCAAqC;EAEjC,sCAAsB;IACpB,IAAI,EAAE,CAAC;;EAIX,mBAAoB;IAClB,KAAK,EAAE,GAAG;;EAKR,2CAAsB;IACpB,KAAK,EAAE,CAAC",
4
  "sources": ["style.scss"],
5
  "names": [],
6
  "file": "style.css"
7
+ }
assets/wordpress-css-framework/css/style.min.css CHANGED
@@ -1 +1 @@
1
- .ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab:hover:before,.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active:not(.expanded):before,.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs div.link-tab:hover:before,.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs div.link-tab.active:before{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.12;pointer-events:none}.ju-notice-success,.ju-notice-error{padding:10px;margin:20px 20px 20px 0;background-color:#fff;border-left:5px solid #000;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 1px 0 rgba(0,0,0,0.3)}.clearfix:after,.clearfix:before{content:'';display:block;clear:both}.no-display{display:none}.hidden-item{visibility:hidden}.tabs{display:flex;position:relative;overflow:hidden;margin:0 auto;white-space:nowrap;width:100%;background-color:#fff}.tabs .tab{flex-grow:1;display:block;text-align:center;padding:0;margin:0;float:left;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;letter-spacing:.8px;min-width:80px;background-color:#2196f3}.tabs .tab a{text-decoration:none;color:#fff;background-color:#2196f3;display:block;width:100%;height:100%;text-overflow:ellipsis;overflow:hidden;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.tabs .tab.disabled a{cursor:default;opacity:.6}.tabs .indicator{position:absolute;bottom:0;height:3px;will-change:left,right;background-color:#ff8726}.waves-effect{position:relative;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;vertical-align:middle;z-index:1;will-change:opacity,transform;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.waves-effect .waves-ripple{position:absolute;width:20px;height:20px;margin-top:10px;margin-left:-10px;opacity:0;background:rgba(0,0,0,0.2);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-ms-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.waves-effect.waves-light .waves-ripple{background-color:rgba(255,255,255,0.45)}.waves-effect.waves-dark .waves-ripple{background-color:rgba(140,140,140,0.45)}.ju-button{background-color:transparent;color:#000;padding:10px 15px;min-width:180px;border:1px solid #9fabba;text-transform:uppercase;display:inline-block;text-decoration:none;cursor:pointer;text-align:center;letter-spacing:2px;transition:all ease .5s;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.ju-button:focus{outline:0}.ju-button:hover{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}.ju-button.orange-button{background-color:#ff8726;color:#fff;border-color:#ff8726}.ju-button.orange-outline-button{background-color:#fff;color:#ff8726;border-color:#fff}.ju-rect-button{background-color:#fff;border:1px solid #ff8726;color:#ff8726;cursor:pointer;padding:10px 15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ju-material-button{border:0;outline:0;padding:10px 20px;text-transform:uppercase;cursor:pointer;font-size:14px;background-color:#2196f3;color:#fff}.ju-material-button:hover{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}input.ju-input{padding:15px;border:1px solid #ddd;background-color:#fff;height:auto;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}input.ju-input:focus{border-color:#ff8726;box-shadow:none;outline:0}input.ju-input.minicolors{padding-left:55px}input.ju-input.minicolors+.minicolors-swatch{height:48px;width:48px;top:2px;left:2px;border:0}input.ju-input.minicolors+.minicolors-swatch .minicolors-swatch-color{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}input.ju-input.minicolors .minicolors-grid .minicolors-picker{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input.ju-input.minicolors .minicolors-grid .minicolors-picker>div{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input.ju-checkbox:checked{background-color:#49bf88;border:1px solid #49bf88}input.ju-checkbox:checked:before{color:#fff}input.ju-radiobox{border-color:#7d8a9a;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}input.ju-radiobox:checked{border-color:#49bf88}input.ju-radiobox:checked:before{width:10px;height:10px;margin:2px;background-color:#49bf88}input.ju-radiobox:focus{border-color:#49bf88;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-notice-success{border-left-color:#46b450}.ju-notice-error{border-left-color:#c00}.ju-notice-close{float:right;color:#aaa}.ju-notice-close:hover{color:#c00;cursor:pointer}.ju-switch-button{float:right;margin-left:10px;margin-right:30px}.ju-switch-button .switch{position:relative;display:inline-block;width:50px;height:30px;margin:10px}.ju-switch-button .switch input{display:none}.ju-switch-button .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.ju-switch-button .switch .slider:before{position:absolute;content:'';height:27px;width:27px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.ju-switch-button .switch input:checked+.slider{background-color:#5dca70}.ju-switch-button .switch input:checked+.slider:before{-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}.ju-settings-option{float:left;width:48%;margin-bottom:20px;margin-right:15px;background-color:#fff;-webkit-box-shadow:0 10px 30px 0 rgba(160,166,190,0.08);-moz-box-shadow:0 10px 30px 0 rgba(160,166,190,0.08);box-shadow:0 10px 30px 0 rgba(160,166,190,0.08);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ju-settings-option.settings-separator{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-settings-option.full-width,.ju-settings-option.settings-separator{width:98%}.ju-settings-option.settings-separator .settings-separator-title{display:block;font-size:20px;font-weight:bold}.ju-setting-label{float:left;display:inline-block;min-width:150px;max-width:calc(100% - 150px);overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;margin:0;line-height:50px;cursor:pointer}.ju-main-wrapper{margin-left:-20px;font-family:'Roboto',sans-serif}.ju-main-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ju-main-wrapper img{max-width:100%}.ju-main-wrapper .ju-left-panel{width:300px;height:100%;padding:20px 0;background-image:linear-gradient(to bottom,#6465e2,#60c3ef);position:fixed;overflow:auto;-webkit-box-shadow:10px 20px 20px 0 rgba(186,192,213,0.1);-moz-box-shadow:10px 20px 20px 0 rgba(186,192,213,0.1);box-shadow:10px 20px 20px 0 rgba(186,192,213,0.1)}.ju-main-wrapper .ju-left-panel .ju-logo a{display:block;width:230px;height:90px;margin:auto}.ju-main-wrapper .ju-left-panel .ju-menu-search{margin:20px 10px;padding:10px 5px;border:0;border-bottom:1px solid #6294e9}.ju-main-wrapper .ju-left-panel .ju-menu-search .ju-menu-search-icon{font-size:20px;color:#fff;vertical-align:text-bottom}.ju-main-wrapper .ju-left-panel .ju-menu-search .ju-menu-search-input{background:transparent;color:#fff;border:0;outline:0;padding:5px;font-size:18px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-main-wrapper .ju-left-panel .ju-menu-search .ju-menu-search-input::placeholder{color:#fff;opacity:.5}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs{display:block;background-color:transparent;height:auto;margin:20px 0}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab{float:none;width:auto;height:auto;text-align:left;position:relative;line-height:normal;background-color:transparent}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab{padding:20px;opacity:.7;background-color:transparent}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab:focus{outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab:after{font-family:'Material Icons';font-size:24px;vertical-align:text-bottom;position:absolute;right:15px}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.with-submenus:not(.expanded):after{content:'\e313'}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active{opacity:1;background-color:#4c79ca}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active.with-submenus.expanded:after{content:'\e316'}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active.with-submenus.expanded+.ju-submenu-tabs{max-height:500px}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active:not(.expanded){background-color:transparent}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs{display:block;max-height:0;background-color:#4c79ca;-webkit-transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s;-moz-transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s;-ms-transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s;-o-transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s;transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs div.link-tab{padding:20px;cursor:pointer;color:#fff;margin-left:32px;font-size:16px;opacity:.7}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs div.link-tab.active{opacity:1}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .menu-tab-icon{font-size:22px;vertical-align:sub}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .tab-title{font-size:16px;margin-left:5px;display:inline-block;max-width:75%;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:text-bottom}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs .indicator{display:none}.ju-main-wrapper .ju-right-panel{width:calc(100% - 300px);padding:0 20px;font-size:14px;margin-left:300px;background-color:#f3f6fa}.ju-main-wrapper .ju-right-panel .ju-top-tabs-wrapper{background-color:#fff;margin:auto -20px}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs{width:fit-content !important}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab{text-transform:capitalize;min-width:200px;background-color:#fff}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab{color:#ff8726;background-color:#fff;font-weight:bold;padding:20px}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active:before{content:'\f147';font-family:'dashicons';font-size:20px;vertical-align:middle}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs .indicator{background-color:#ff8726;z-index:10}.search-result{outline:1px solid #ff8726;-webkit-box-shadow:1px 1px 12px #ccc;-moz-box-shadow:1px 1px 12px #ccc;box-shadow:1px 1px 12px #ccc}
1
+ .ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab:hover:before,.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active:not(.expanded):before,.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs div.link-tab:hover:before,.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs div.link-tab.active:before{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.12;pointer-events:none}.ju-notice-success,.ju-notice-error{padding:10px;margin:20px 20px 20px 0;background-color:#fff;border-left:5px solid #000;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 1px 0 rgba(0,0,0,0.3)}.clearfix:after,.clearfix:before{content:'';display:block;clear:both}.no-display{display:none}.hidden-item{visibility:hidden}.tabs{display:flex;position:relative;overflow:hidden;margin:0 auto;white-space:nowrap;width:100%;background-color:#fff}.tabs .tab{flex-grow:1;display:block;text-align:center;padding:0;margin:0;float:left;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;letter-spacing:.8px;min-width:80px;background-color:#2196f3}.tabs .tab a{text-decoration:none;color:#fff;background-color:#2196f3;display:block;width:100%;height:100%;text-overflow:ellipsis;overflow:hidden;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.tabs .tab.disabled a{cursor:default;opacity:.6}.tabs .indicator{position:absolute;bottom:0;height:3px;will-change:left,right;background-color:#ff8726}.ju-button{background-color:transparent;color:#000;padding:10px 15px;min-width:180px;border:1px solid #9fabba;text-transform:uppercase;display:inline-block;text-decoration:none;cursor:pointer;text-align:center;letter-spacing:2px;transition:all ease .5s;vertical-align:middle;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.ju-button:focus{outline:0}.ju-button:hover{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}.ju-button.orange-button{background-color:#ff8726;color:#fff;border-color:#ff8726}.ju-button.orange-outline-button{background-color:#fff;color:#ff8726;border-color:#fff}.ju-rect-button{background-color:#fff;border:1px solid #ff8726;color:#ff8726;cursor:pointer;padding:10px 15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ju-material-button{border:0;outline:0;padding:10px 20px;text-transform:uppercase;cursor:pointer;font-size:14px;background-color:#2196f3;color:#fff}.ju-material-button:hover{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}input.ju-input{padding:15px;border:1px solid #ddd;background-color:#fff;height:auto;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}input.ju-input:focus{border-color:#ff8726;box-shadow:none;outline:0}input.ju-input.minicolors{padding-left:55px}input.ju-input.minicolors+.minicolors-swatch{height:48px;width:48px;top:2px;left:2px;border:0}input.ju-input.minicolors+.minicolors-swatch .minicolors-swatch-color{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}input.ju-input.minicolors .minicolors-grid .minicolors-picker{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input.ju-input.minicolors .minicolors-grid .minicolors-picker>div{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}select.ju-select{padding:0 15px;height:50px;vertical-align:middle;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}select.ju-select:focus{border:1px solid #ff8726;box-shadow:none;outline:0}input.ju-checkbox:checked{background-color:#49bf88;border:1px solid #49bf88}input.ju-checkbox:checked:before{color:#fff}input.ju-radiobox{border-color:#7d8a9a;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}input.ju-radiobox:checked{border-color:#49bf88}input.ju-radiobox:checked:before{width:10px;height:10px;margin:2px;background-color:#49bf88}input.ju-radiobox:focus{border-color:#49bf88;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-notice-success{border-left-color:#46b450}.ju-notice-error{border-left-color:#c00}.ju-notice-close{float:right;color:#aaa}.ju-notice-close:hover{color:#c00;cursor:pointer}.ju-switch-button{float:right;margin-left:10px;margin-right:30px}.ju-switch-button .switch{position:relative;display:inline-block;width:50px;height:30px;margin:10px}.ju-switch-button .switch input{display:none}.ju-switch-button .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.ju-switch-button .switch .slider:before{position:absolute;content:'';height:27px;width:27px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.ju-switch-button .switch input:checked+.slider{background-color:#5dca70}.ju-switch-button .switch input:checked+.slider:before{-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}.settings-list{display:flex;flex-wrap:wrap;flex:auto}.ju-settings-option{width:48%;margin-bottom:20px;margin-right:2%;background-color:#fff;-webkit-box-shadow:0 10px 30px 0 rgba(160,166,190,0.08);-moz-box-shadow:0 10px 30px 0 rgba(160,166,190,0.08);box-shadow:0 10px 30px 0 rgba(160,166,190,0.08);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ju-settings-option.settings-separator{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-settings-option.full-width,.ju-settings-option.settings-separator{width:98%}.ju-settings-option.settings-separator .settings-separator-title{display:block;font-size:20px;font-weight:bold}.ju-setting-label{float:left;display:inline-block;min-width:150px;max-width:calc(100% - 150px);overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;margin:0;line-height:50px;cursor:pointer}.ju-main-wrapper{margin-left:-20px;font-family:'Roboto',sans-serif}.ju-main-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ju-main-wrapper img{max-width:100%}.ju-main-wrapper .ju-left-panel{width:300px;height:100%;padding:20px 0;background-image:linear-gradient(to bottom,#6465e2,#60c3ef);position:fixed;overflow:auto;z-index:15;-webkit-box-shadow:10px 20px 20px 0 rgba(186,192,213,0.1);-moz-box-shadow:10px 20px 20px 0 rgba(186,192,213,0.1);box-shadow:10px 20px 20px 0 rgba(186,192,213,0.1)}.ju-main-wrapper .ju-left-panel .ju-logo a{display:block;width:230px;height:90px;margin:auto}.ju-main-wrapper .ju-left-panel .ju-menu-search{margin:20px 10px;padding:10px 5px;border:0;border-bottom:1px solid #6294e9}.ju-main-wrapper .ju-left-panel .ju-menu-search .ju-menu-search-icon{font-size:20px;color:#fff;vertical-align:text-bottom}.ju-main-wrapper .ju-left-panel .ju-menu-search .ju-menu-search-input{background:transparent;color:#fff;border:0;outline:0;padding:5px;font-size:18px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-main-wrapper .ju-left-panel .ju-menu-search .ju-menu-search-input::placeholder{color:#fff;opacity:.5}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs{display:block;background-color:transparent;height:auto;margin:20px 0}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab{float:none;width:auto;height:auto;text-align:left;position:relative;line-height:normal;background-color:transparent}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab{padding:20px;opacity:.7;background-color:transparent}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab:focus{outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab:after{font-family:'Material Icons';font-size:24px;vertical-align:text-bottom;position:absolute;right:15px}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.with-submenus:not(.expanded):after{content:'\e313'}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active{opacity:1;background-color:#4c79ca}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active.with-submenus.expanded:after{content:'\e316'}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active.with-submenus.expanded+.ju-submenu-tabs{max-height:500px}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab a.link-tab.active:not(.expanded){background-color:transparent}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs{display:block;max-height:0;background-color:#4c79ca;-webkit-transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s;-moz-transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s;-ms-transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s;-o-transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s;transition:max-height cubic-bezier(0.3,1.1,0.3,1.1) 1s}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs div.link-tab{padding:20px;cursor:pointer;color:#fff;margin-left:32px;font-size:16px;opacity:.7}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .ju-submenu-tabs div.link-tab.active{opacity:1}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .menu-tab-icon{font-size:22px;vertical-align:sub}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab .tab-title{font-size:16px;margin-left:5px;display:inline-block;max-width:75%;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:text-bottom}.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs .indicator{display:none}.ju-main-wrapper .ju-right-panel{width:calc(100% - 300px);padding:0 20px;font-size:14px;margin-left:300px;background-color:#f3f6fa}.ju-main-wrapper .ju-right-panel:before{content:'';display:block;clear:both;padding:1px 0 0 0}.ju-main-wrapper .ju-right-panel .ju-top-tabs-wrapper{background-color:#fff;margin:auto -20px}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs{width:fit-content !important}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab{text-transform:capitalize;min-width:200px;background-color:#fff}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab{color:#ff8726;background-color:#fff;font-weight:bold;padding:20px}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active:before{content:'\f147';font-family:'dashicons';font-size:20px;vertical-align:middle}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs .indicator{background-color:#ff8726;z-index:10}.ju-main-wrapper .ju-left-panel-toggle{display:none;position:fixed;top:120px;left:35px;cursor:pointer;background-color:#fff;width:auto;height:auto;padding:25px 5px;border:1px solid #ddd;opacity:.5;z-index:15;-webkit-border-radius:0 25px 25px 0;-moz-border-radius:0 25px 25px 0;border-radius:0 25px 25px 0}.ju-main-wrapper .ju-left-panel-toggle:hover,.ju-main-wrapper .ju-left-panel-toggle:focus{opacity:1}.ju-main-wrapper .ju-left-panel-toggle .ju-left-panel-toggle-icon{color:#ff8726}.search-result{outline:1px solid #ff8726;-webkit-box-shadow:1px 1px 12px #ccc;-moz-box-shadow:1px 1px 12px #ccc;box-shadow:1px 1px 12px #ccc}.rtl .ju-main-wrapper{margin-left:0;margin-right:-20px}.rtl .ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs li.tab{text-align:inherit}.rtl .ju-main-wrapper .ju-right-panel{margin-left:0;margin-right:300px}.rtl .ju-main-wrapper .ju-left-panel-toggle{left:unset;right:35px;-webkit-border-radius:25px 0 0 25px;-moz-border-radius:25px 0 0 25px;border-radius:25px 0 0 25px}.rtl .ju-setting-label{float:right}.rtl .ju-switch-button{float:left}@media screen and (max-width:960px){.ju-main-wrapper .ju-left-panel{display:none}.ju-main-wrapper .ju-right-panel{width:100%;margin-left:0}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs{width:100% !important;flex-wrap:wrap}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab{flex:0 0 100%}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active{background-color:#ff8726;color:#fff}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active:before{display:none}.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs .indicator{display:none}.ju-main-wrapper .ju-left-panel-toggle{display:block}.rtl .ju-main-wrapper .ju-right-panel{margin-right:0}}@media screen and (max-width:782px){.ju-main-wrapper .ju-left-panel-toggle{left:0}.ju-settings-option{width:98%}.rtl .ju-main-wrapper .ju-left-panel-toggle{right:0}}
assets/wordpress-css-framework/css/style.scss CHANGED
@@ -130,47 +130,6 @@ $button_shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12
130
  }
131
  }
132
 
133
- // Wave effects
134
- .waves-effect {
135
- position: relative;
136
- display: inline-block;
137
- overflow: hidden;
138
- -webkit-user-select: none;
139
- -moz-user-select: none;
140
- -ms-user-select: none;
141
- user-select: none;
142
- -webkit-tap-highlight-color: transparent;
143
- vertical-align: middle;
144
- z-index: 1;
145
- will-change: opacity, transform;
146
- @include transition(all 0.3s ease-out);
147
-
148
- .waves-ripple {
149
- position: absolute;
150
- width: 20px;
151
- height: 20px;
152
- margin-top: 10px;
153
- margin-left: -10px;
154
- opacity: 0;
155
- background: rgba(0, 0, 0, 0.2);
156
- @include borderRadius(50%);
157
- @include transition(all 0.7s ease-out);
158
- @include transform(scale(0));
159
- }
160
-
161
- &.waves-light {
162
- .waves-ripple {
163
- background-color: rgba(255, 255, 255, 0.45);
164
- }
165
- }
166
-
167
- &.waves-dark {
168
- .waves-ripple {
169
- background-color: rgba(140, 140, 140, 0.45);
170
- }
171
- }
172
- }
173
-
174
  // Button style
175
  .ju-button {
176
  background-color: transparent;
@@ -185,6 +144,7 @@ $button_shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12
185
  text-align: center;
186
  letter-spacing: 2px;
187
  transition: all ease 0.5s;
 
188
  @include borderRadius($large-radius);
189
 
190
  &:focus {
@@ -276,6 +236,20 @@ input.ju-input {
276
  }
277
  }
278
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
  // Checkbox
280
  input.ju-checkbox:checked {
281
  background-color: $emerald-color;
@@ -383,11 +357,16 @@ input.ju-radiobox {
383
  }
384
 
385
  // Settings option style
 
 
 
 
 
 
386
  .ju-settings-option {
387
- float: left;
388
  width: 48%;
389
  margin-bottom: 20px;
390
- margin-right: 15px;
391
  background-color: $white-color;
392
  @include boxShadow(0 10px 30px 0 rgba(160, 166, 190, 0.08));
393
  @include borderRadius($small-radius);
@@ -446,6 +425,7 @@ input.ju-radiobox {
446
  background-image: linear-gradient(to bottom, #6465e2, #60c3ef);
447
  position: fixed;
448
  overflow: auto;
 
449
  @include boxShadow(10px 20px 20px 0 rgba(186, 192, 213, 0.1));
450
 
451
  // Left side logo
@@ -610,6 +590,13 @@ input.ju-radiobox {
610
  margin-left: 300px;
611
  background-color: #f3f6fa;
612
 
 
 
 
 
 
 
 
613
  // Top nav tabs
614
  .ju-top-tabs-wrapper {
615
  background-color: #fff;
@@ -649,9 +636,135 @@ input.ju-radiobox {
649
  }
650
  }
651
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
652
  }
653
 
654
  .search-result {
655
  outline: 1px solid $orange-color;
656
  @include boxShadow(1px 1px 12px #ccc);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
657
  }
130
  }
131
  }
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  // Button style
134
  .ju-button {
135
  background-color: transparent;
144
  text-align: center;
145
  letter-spacing: 2px;
146
  transition: all ease 0.5s;
147
+ vertical-align: middle;
148
  @include borderRadius($large-radius);
149
 
150
  &:focus {
236
  }
237
  }
238
 
239
+ // Selection
240
+ select.ju-select {
241
+ padding: 0 15px;
242
+ height: 50px;
243
+ vertical-align: middle;
244
+ @include borderRadius($small-radius);
245
+
246
+ &:focus {
247
+ border: 1px solid $orange-color;
248
+ box-shadow: none;
249
+ outline: none;
250
+ }
251
+ }
252
+
253
  // Checkbox
254
  input.ju-checkbox:checked {
255
  background-color: $emerald-color;
357
  }
358
 
359
  // Settings option style
360
+ .settings-list {
361
+ display: flex;
362
+ flex-wrap: wrap;
363
+ flex: auto;
364
+ }
365
+
366
  .ju-settings-option {
 
367
  width: 48%;
368
  margin-bottom: 20px;
369
+ margin-right: 2%;
370
  background-color: $white-color;
371
  @include boxShadow(0 10px 30px 0 rgba(160, 166, 190, 0.08));
372
  @include borderRadius($small-radius);
425
  background-image: linear-gradient(to bottom, #6465e2, #60c3ef);
426
  position: fixed;
427
  overflow: auto;
428
+ z-index: 15;
429
  @include boxShadow(10px 20px 20px 0 rgba(186, 192, 213, 0.1));
430
 
431
  // Left side logo
590
  margin-left: 300px;
591
  background-color: #f3f6fa;
592
 
593
+ &:before {
594
+ content: '';
595
+ display: block;
596
+ clear: both;
597
+ padding: 1px 0 0 0;
598
+ }
599
+
600
  // Top nav tabs
601
  .ju-top-tabs-wrapper {
602
  background-color: #fff;
636
  }
637
  }
638
  }
639
+
640
+ .ju-left-panel-toggle {
641
+ display: none;
642
+ position: fixed;
643
+ top: 120px;
644
+ left: 35px;
645
+ cursor: pointer;
646
+ background-color: $white-color;
647
+ width: auto;
648
+ height: auto;
649
+ padding: 25px 5px;
650
+ border: 1px solid #ddd;
651
+ opacity: 0.5;
652
+ z-index: 15;
653
+ @include borderRadius(0 25px 25px 0);
654
+
655
+ &:hover, &:focus {
656
+ opacity: 1;
657
+ }
658
+
659
+ .ju-left-panel-toggle-icon {
660
+ color: $orange-color;
661
+ }
662
+ }
663
  }
664
 
665
  .search-result {
666
  outline: 1px solid $orange-color;
667
  @include boxShadow(1px 1px 12px #ccc);
668
+ }
669
+
670
+ //Support RTL
671
+ .rtl {
672
+ .ju-main-wrapper {
673
+ margin-left: 0;
674
+ margin-right: -20px;
675
+
676
+ .ju-left-panel {
677
+ .tabs.ju-menu-tabs li.tab {
678
+ text-align: inherit;
679
+ }
680
+ }
681
+
682
+ .ju-right-panel {
683
+ margin-left: 0;
684
+ margin-right: 300px;
685
+ }
686
+
687
+ .ju-left-panel-toggle {
688
+ left: unset;
689
+ right: 35px;
690
+ @include borderRadius(25px 0 0 25px);
691
+ }
692
+ }
693
+
694
+ .ju-setting-label {
695
+ float: right;
696
+ }
697
+
698
+ .ju-switch-button {
699
+ float: left;
700
+ }
701
+ }
702
+
703
+ @media screen and (max-width: 960px) {
704
+ .ju-main-wrapper {
705
+ .ju-left-panel {
706
+ display: none;
707
+ }
708
+
709
+ .ju-right-panel {
710
+ width: 100%;
711
+ margin-left: 0;
712
+
713
+ .tabs.ju-top-tabs {
714
+ width: 100% !important;
715
+ flex-wrap: wrap;
716
+
717
+ li.tab {
718
+ flex: 0 0 100%;
719
+
720
+ a.link-tab {
721
+ &.active {
722
+ background-color: $orange-color;
723
+ color: $white-color;
724
+
725
+ &:before {
726
+ display: none;
727
+ }
728
+ }
729
+ }
730
+ }
731
+
732
+ .indicator {
733
+ display: none;
734
+ }
735
+ }
736
+ }
737
+
738
+ .ju-left-panel-toggle {
739
+ display: block;
740
+ }
741
+ }
742
+
743
+ .rtl {
744
+ .ju-main-wrapper {
745
+ .ju-right-panel {
746
+ margin-right: 0;
747
+ }
748
+ }
749
+ }
750
+ }
751
+
752
+ @media screen and (max-width: 782px) {
753
+ .ju-main-wrapper {
754
+ .ju-left-panel-toggle {
755
+ left: 0;
756
+ }
757
+ }
758
+
759
+ .ju-settings-option {
760
+ width: 98%;
761
+ }
762
+
763
+ .rtl {
764
+ .ju-main-wrapper {
765
+ .ju-left-panel-toggle {
766
+ right: 0;
767
+ }
768
+ }
769
+ }
770
  }
assets/wordpress-css-framework/css/waves.css ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Waves v0.7.6
3
+ * http://fian.my.id/Waves
4
+ *
5
+ * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
6
+ * Released under the MIT license
7
+ * https://github.com/fians/Waves/blob/master/LICENSE
8
+ */
9
+ .waves-effect {
10
+ position: relative;
11
+ cursor: pointer;
12
+ display: inline-block;
13
+ overflow: hidden;
14
+ -webkit-user-select: none;
15
+ -moz-user-select: none;
16
+ -ms-user-select: none;
17
+ user-select: none;
18
+ -webkit-tap-highlight-color: transparent;
19
+ }
20
+ .waves-effect .waves-ripple {
21
+ position: absolute;
22
+ border-radius: 50%;
23
+ width: 100px;
24
+ height: 100px;
25
+ margin-top: -50px;
26
+ margin-left: -50px;
27
+ opacity: 0;
28
+ background: rgba(0, 0, 0, 0.2);
29
+ background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
30
+ background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
31
+ background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
32
+ background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
33
+ -webkit-transition: all 0.5s ease-out;
34
+ -moz-transition: all 0.5s ease-out;
35
+ -o-transition: all 0.5s ease-out;
36
+ transition: all 0.5s ease-out;
37
+ -webkit-transition-property: -webkit-transform, opacity;
38
+ -moz-transition-property: -moz-transform, opacity;
39
+ -o-transition-property: -o-transform, opacity;
40
+ transition-property: transform, opacity;
41
+ -webkit-transform: scale(0) translate(0, 0);
42
+ -moz-transform: scale(0) translate(0, 0);
43
+ -ms-transform: scale(0) translate(0, 0);
44
+ -o-transform: scale(0) translate(0, 0);
45
+ transform: scale(0) translate(0, 0);
46
+ pointer-events: none;
47
+ }
48
+ .waves-effect.waves-light .waves-ripple {
49
+ background: rgba(255, 255, 255, 0.4);
50
+ background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
51
+ background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
52
+ background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
53
+ background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
54
+ }
55
+ .waves-effect.waves-classic .waves-ripple {
56
+ background: rgba(0, 0, 0, 0.2);
57
+ }
58
+ .waves-effect.waves-classic.waves-light .waves-ripple {
59
+ background: rgba(255, 255, 255, 0.4);
60
+ }
61
+ .waves-notransition {
62
+ -webkit-transition: none !important;
63
+ -moz-transition: none !important;
64
+ -o-transition: none !important;
65
+ transition: none !important;
66
+ }
67
+ .waves-button,
68
+ .waves-circle {
69
+ -webkit-transform: translateZ(0);
70
+ -moz-transform: translateZ(0);
71
+ -ms-transform: translateZ(0);
72
+ -o-transform: translateZ(0);
73
+ transform: translateZ(0);
74
+ -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
75
+ }
76
+ .waves-button,
77
+ .waves-button:hover,
78
+ .waves-button:visited,
79
+ .waves-button-input {
80
+ white-space: nowrap;
81
+ vertical-align: middle;
82
+ cursor: pointer;
83
+ border: none;
84
+ outline: none;
85
+ color: inherit;
86
+ background-color: rgba(0, 0, 0, 0);
87
+ font-size: 1em;
88
+ line-height: 1em;
89
+ text-align: center;
90
+ text-decoration: none;
91
+ z-index: 1;
92
+ }
93
+ .waves-button {
94
+ padding: 0.85em 1.1em;
95
+ border-radius: 0.2em;
96
+ }
97
+ .waves-button-input {
98
+ margin: 0;
99
+ padding: 0.85em 1.1em;
100
+ }
101
+ .waves-input-wrapper {
102
+ border-radius: 0.2em;
103
+ vertical-align: bottom;
104
+ }
105
+ .waves-input-wrapper.waves-button {
106
+ padding: 0;
107
+ }
108
+ .waves-input-wrapper .waves-button-input {
109
+ position: relative;
110
+ top: 0;
111
+ left: 0;
112
+ z-index: 1;
113
+ }
114
+ .waves-circle {
115
+ text-align: center;
116
+ width: 2.5em;
117
+ height: 2.5em;
118
+ line-height: 2.5em;
119
+ border-radius: 50%;
120
+ }
121
+ .waves-float {
122
+ -webkit-mask-image: none;
123
+ -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
124
+ box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
125
+ -webkit-transition: all 300ms;
126
+ -moz-transition: all 300ms;
127
+ -o-transition: all 300ms;
128
+ transition: all 300ms;
129
+ }
130
+ .waves-float:active {
131
+ -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
132
+ box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
133
+ }
134
+ .waves-block {
135
+ display: block;
136
+ }
assets/wordpress-css-framework/css/waves.min.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Waves v0.7.6
3
+ * http://fian.my.id/Waves
4
+ *
5
+ * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
6
+ * Released under the MIT license
7
+ * https://github.com/fians/Waves/blob/master/LICENSE
8
+ */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,0.2);background:-webkit-radial-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.5) 60%,rgba(255,255,255,0) 70%);-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-o-transition-property:-o-transform,opacity;transition-property:transform,opacity;-webkit-transform:scale(0) translate(0,0);-moz-transform:scale(0) translate(0,0);-ms-transform:scale(0) translate(0,0);-o-transform:scale(0) translate(0,0);transform:scale(0) translate(0,0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:rgba(255,255,255,0.4);background:-webkit-radial-gradient(rgba(255,255,255,0.2) 0,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(255,255,255,0.2) 0,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(255,255,255,0.2) 0,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(255,255,255,0.2) 0,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,0.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:rgba(255,255,255,0.4)}.waves-notransition{-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;transition:none !important}.waves-button,.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,white 100%,black 100%)}.waves-button,.waves-button:hover,.waves-button:visited,.waves-button-input{white-space:nowrap;vertical-align:middle;cursor:pointer;border:0;outline:0;color:inherit;background-color:rgba(0,0,0,0);font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:.85em 1.1em;border-radius:.2em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.waves-float{-webkit-mask-image:none;-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,0.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,0.12);-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.waves-float:active{-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,0.3);box-shadow:0 8px 20px 1px rgba(0,0,0,0.3)}.waves-block{display:block}
assets/wordpress-css-framework/fonts/MaterialIcons-Regular.eot ADDED
Binary file
assets/wordpress-css-framework/fonts/MaterialIcons-Regular.ijmap ADDED
@@ -0,0 +1 @@
 
1
+ {"icons":{"e84d":{"name":"3d Rotation"},"eb3b":{"name":"Ac Unit"},"e190":{"name":"Access Alarm"},"e191":{"name":"Access Alarms"},"e192":{"name":"Access Time"},"e84e":{"name":"Accessibility"},"e914":{"name":"Accessible"},"e84f":{"name":"Account Balance"},"e850":{"name":"Account Balance Wallet"},"e851":{"name":"Account Box"},"e853":{"name":"Account Circle"},"e60e":{"name":"Adb"},"e145":{"name":"Add"},"e439":{"name":"Add A Photo"},"e193":{"name":"Add Alarm"},"e003":{"name":"Add Alert"},"e146":{"name":"Add Box"},"e147":{"name":"Add Circle"},"e148":{"name":"Add Circle Outline"},"e567":{"name":"Add Location"},"e854":{"name":"Add Shopping Cart"},"e39d":{"name":"Add To Photos"},"e05c":{"name":"Add To Queue"},"e39e":{"name":"Adjust"},"e630":{"name":"Airline Seat Flat"},"e631":{"name":"Airline Seat Flat Angled"},"e632":{"name":"Airline Seat Individual Suite"},"e633":{"name":"Airline Seat Legroom Extra"},"e634":{"name":"Airline Seat Legroom Normal"},"e635":{"name":"Airline Seat Legroom Reduced"},"e636":{"name":"Airline Seat Recline Extra"},"e637":{"name":"Airline Seat Recline Normal"},"e195":{"name":"Airplanemode Active"},"e194":{"name":"Airplanemode Inactive"},"e055":{"name":"Airplay"},"eb3c":{"name":"Airport Shuttle"},"e855":{"name":"Alarm"},"e856":{"name":"Alarm Add"},"e857":{"name":"Alarm Off"},"e858":{"name":"Alarm On"},"e019":{"name":"Album"},"eb3d":{"name":"All Inclusive"},"e90b":{"name":"All Out"},"e859":{"name":"Android"},"e85a":{"name":"Announcement"},"e5c3":{"name":"Apps"},"e149":{"name":"Archive"},"e5c4":{"name":"Arrow Back"},"e5db":{"name":"Arrow Downward"},"e5c5":{"name":"Arrow Drop Down"},"e5c6":{"name":"Arrow Drop Down Circle"},"e5c7":{"name":"Arrow Drop Up"},"e5c8":{"name":"Arrow Forward"},"e5d8":{"name":"Arrow Upward"},"e060":{"name":"Art Track"},"e85b":{"name":"Aspect Ratio"},"e85c":{"name":"Assessment"},"e85d":{"name":"Assignment"},"e85e":{"name":"Assignment Ind"},"e85f":{"name":"Assignment Late"},"e860":{"name":"Assignment Return"},"e861":{"name":"Assignment Returned"},"e862":{"name":"Assignment Turned In"},"e39f":{"name":"Assistant"},"e3a0":{"name":"Assistant Photo"},"e226":{"name":"Attach File"},"e227":{"name":"Attach Money"},"e2bc":{"name":"Attachment"},"e3a1":{"name":"Audiotrack"},"e863":{"name":"Autorenew"},"e01b":{"name":"Av Timer"},"e14a":{"name":"Backspace"},"e864":{"name":"Backup"},"e19c":{"name":"Battery Alert"},"e1a3":{"name":"Battery Charging Full"},"e1a4":{"name":"Battery Full"},"e1a5":{"name":"Battery Std"},"e1a6":{"name":"Battery Unknown"},"eb3e":{"name":"Beach Access"},"e52d":{"name":"Beenhere"},"e14b":{"name":"Block"},"e1a7":{"name":"Bluetooth"},"e60f":{"name":"Bluetooth Audio"},"e1a8":{"name":"Bluetooth Connected"},"e1a9":{"name":"Bluetooth Disabled"},"e1aa":{"name":"Bluetooth Searching"},"e3a2":{"name":"Blur Circular"},"e3a3":{"name":"Blur Linear"},"e3a4":{"name":"Blur Off"},"e3a5":{"name":"Blur On"},"e865":{"name":"Book"},"e866":{"name":"Bookmark"},"e867":{"name":"Bookmark Border"},"e228":{"name":"Border All"},"e229":{"name":"Border Bottom"},"e22a":{"name":"Border Clear"},"e22b":{"name":"Border Color"},"e22c":{"name":"Border Horizontal"},"e22d":{"name":"Border Inner"},"e22e":{"name":"Border Left"},"e22f":{"name":"Border Outer"},"e230":{"name":"Border Right"},"e231":{"name":"Border Style"},"e232":{"name":"Border Top"},"e233":{"name":"Border Vertical"},"e06b":{"name":"Branding Watermark"},"e3a6":{"name":"Brightness 1"},"e3a7":{"name":"Brightness 2"},"e3a8":{"name":"Brightness 3"},"e3a9":{"name":"Brightness 4"},"e3aa":{"name":"Brightness 5"},"e3ab":{"name":"Brightness 6"},"e3ac":{"name":"Brightness 7"},"e1ab":{"name":"Brightness Auto"},"e1ac":{"name":"Brightness High"},"e1ad":{"name":"Brightness Low"},"e1ae":{"name":"Brightness Medium"},"e3ad":{"name":"Broken Image"},"e3ae":{"name":"Brush"},"e6dd":{"name":"Bubble Chart"},"e868":{"name":"Bug Report"},"e869":{"name":"Build"},"e43c":{"name":"Burst Mode"},"e0af":{"name":"Business"},"eb3f":{"name":"Business Center"},"e86a":{"name":"Cached"},"e7e9":{"name":"Cake"},"e0b0":{"name":"Call"},"e0b1":{"name":"Call End"},"e0b2":{"name":"Call Made"},"e0b3":{"name":"Call Merge"},"e0b4":{"name":"Call Missed"},"e0e4":{"name":"Call Missed Outgoing"},"e0b5":{"name":"Call Received"},"e0b6":{"name":"Call Split"},"e06c":{"name":"Call To Action"},"e3af":{"name":"Camera"},"e3b0":{"name":"Camera Alt"},"e8fc":{"name":"Camera Enhance"},"e3b1":{"name":"Camera Front"},"e3b2":{"name":"Camera Rear"},"e3b3":{"name":"Camera Roll"},"e5c9":{"name":"Cancel"},"e8f6":{"name":"Card Giftcard"},"e8f7":{"name":"Card Membership"},"e8f8":{"name":"Card Travel"},"eb40":{"name":"Casino"},"e307":{"name":"Cast"},"e308":{"name":"Cast Connected"},"e3b4":{"name":"Center Focus Strong"},"e3b5":{"name":"Center Focus Weak"},"e86b":{"name":"Change History"},"e0b7":{"name":"Chat"},"e0ca":{"name":"Chat Bubble"},"e0cb":{"name":"Chat Bubble Outline"},"e5ca":{"name":"Check"},"e834":{"name":"Check Box"},"e835":{"name":"Check Box Outline Blank"},"e86c":{"name":"Check Circle"},"e5cb":{"name":"Chevron Left"},"e5cc":{"name":"Chevron Right"},"eb41":{"name":"Child Care"},"eb42":{"name":"Child Friendly"},"e86d":{"name":"Chrome Reader Mode"},"e86e":{"name":"Class"},"e14c":{"name":"Clear"},"e0b8":{"name":"Clear All"},"e5cd":{"name":"Close"},"e01c":{"name":"Closed Caption"},"e2bd":{"name":"Cloud"},"e2be":{"name":"Cloud Circle"},"e2bf":{"name":"Cloud Done"},"e2c0":{"name":"Cloud Download"},"e2c1":{"name":"Cloud Off"},"e2c2":{"name":"Cloud Queue"},"e2c3":{"name":"Cloud Upload"},"e86f":{"name":"Code"},"e3b6":{"name":"Collections"},"e431":{"name":"Collections Bookmark"},"e3b7":{"name":"Color Lens"},"e3b8":{"name":"Colorize"},"e0b9":{"name":"Comment"},"e3b9":{"name":"Compare"},"e915":{"name":"Compare Arrows"},"e30a":{"name":"Computer"},"e638":{"name":"Confirmation Number"},"e0d0":{"name":"Contact Mail"},"e0cf":{"name":"Contact Phone"},"e0ba":{"name":"Contacts"},"e14d":{"name":"Content Copy"},"e14e":{"name":"Content Cut"},"e14f":{"name":"Content Paste"},"e3ba":{"name":"Control Point"},"e3bb":{"name":"Control Point Duplicate"},"e90c":{"name":"Copyright"},"e150":{"name":"Create"},"e2cc":{"name":"Create New Folder"},"e870":{"name":"Credit Card"},"e3be":{"name":"Crop"},"e3bc":{"name":"Crop 16 9"},"e3bd":{"name":"Crop 3 2"},"e3bf":{"name":"Crop 5 4"},"e3c0":{"name":"Crop 7 5"},"e3c1":{"name":"Crop Din"},"e3c2":{"name":"Crop Free"},"e3c3":{"name":"Crop Landscape"},"e3c4":{"name":"Crop Original"},"e3c5":{"name":"Crop Portrait"},"e437":{"name":"Crop Rotate"},"e3c6":{"name":"Crop Square"},"e871":{"name":"Dashboard"},"e1af":{"name":"Data Usage"},"e916":{"name":"Date Range"},"e3c7":{"name":"Dehaze"},"e872":{"name":"Delete"},"e92b":{"name":"Delete Forever"},"e16c":{"name":"Delete Sweep"},"e873":{"name":"Description"},"e30b":{"name":"Desktop Mac"},"e30c":{"name":"Desktop Windows"},"e3c8":{"name":"Details"},"e30d":{"name":"Developer Board"},"e1b0":{"name":"Developer Mode"},"e335":{"name":"Device Hub"},"e1b1":{"name":"Devices"},"e337":{"name":"Devices Other"},"e0bb":{"name":"Dialer Sip"},"e0bc":{"name":"Dialpad"},"e52e":{"name":"Directions"},"e52f":{"name":"Directions Bike"},"e532":{"name":"Directions Boat"},"e530":{"name":"Directions Bus"},"e531":{"name":"Directions Car"},"e534":{"name":"Directions Railway"},"e566":{"name":"Directions Run"},"e533":{"name":"Directions Subway"},"e535":{"name":"Directions Transit"},"e536":{"name":"Directions Walk"},"e610":{"name":"Disc Full"},"e875":{"name":"Dns"},"e612":{"name":"Do Not Disturb"},"e611":{"name":"Do Not Disturb Alt"},"e643":{"name":"Do Not Disturb Off"},"e644":{"name":"Do Not Disturb On"},"e30e":{"name":"Dock"},"e7ee":{"name":"Domain"},"e876":{"name":"Done"},"e877":{"name":"Done All"},"e917":{"name":"Donut Large"},"e918":{"name":"Donut Small"},"e151":{"name":"Drafts"},"e25d":{"name":"Drag Handle"},"e613":{"name":"Drive Eta"},"e1b2":{"name":"Dvr"},"e3c9":{"name":"Edit"},"e568":{"name":"Edit Location"},"e8fb":{"name":"Eject"},"e0be":{"name":"Email"},"e63f":{"name":"Enhanced Encryption"},"e01d":{"name":"Equalizer"},"e000":{"name":"Error"},"e001":{"name":"Error Outline"},"e926":{"name":"Euro Symbol"},"e56d":{"name":"Ev Station"},"e878":{"name":"Event"},"e614":{"name":"Event Available"},"e615":{"name":"Event Busy"},"e616":{"name":"Event Note"},"e903":{"name":"Event Seat"},"e879":{"name":"Exit To App"},"e5ce":{"name":"Expand Less"},"e5cf":{"name":"Expand More"},"e01e":{"name":"Explicit"},"e87a":{"name":"Explore"},"e3ca":{"name":"Exposure"},"e3cb":{"name":"Exposure Neg 1"},"e3cc":{"name":"Exposure Neg 2"},"e3cd":{"name":"Exposure Plus 1"},"e3ce":{"name":"Exposure Plus 2"},"e3cf":{"name":"Exposure Zero"},"e87b":{"name":"Extension"},"e87c":{"name":"Face"},"e01f":{"name":"Fast Forward"},"e020":{"name":"Fast Rewind"},"e87d":{"name":"Favorite"},"e87e":{"name":"Favorite Border"},"e06d":{"name":"Featured Play List"},"e06e":{"name":"Featured Video"},"e87f":{"name":"Feedback"},"e05d":{"name":"Fiber Dvr"},"e061":{"name":"Fiber Manual Record"},"e05e":{"name":"Fiber New"},"e06a":{"name":"Fiber Pin"},"e062":{"name":"Fiber Smart Record"},"e2c4":{"name":"File Download"},"e2c6":{"name":"File Upload"},"e3d3":{"name":"Filter"},"e3d0":{"name":"Filter 1"},"e3d1":{"name":"Filter 2"},"e3d2":{"name":"Filter 3"},"e3d4":{"name":"Filter 4"},"e3d5":{"name":"Filter 5"},"e3d6":{"name":"Filter 6"},"e3d7":{"name":"Filter 7"},"e3d8":{"name":"Filter 8"},"e3d9":{"name":"Filter 9"},"e3da":{"name":"Filter 9 Plus"},"e3db":{"name":"Filter B And W"},"e3dc":{"name":"Filter Center Focus"},"e3dd":{"name":"Filter Drama"},"e3de":{"name":"Filter Frames"},"e3df":{"name":"Filter Hdr"},"e152":{"name":"Filter List"},"e3e0":{"name":"Filter None"},"e3e2":{"name":"Filter Tilt Shift"},"e3e3":{"name":"Filter Vintage"},"e880":{"name":"Find In Page"},"e881":{"name":"Find Replace"},"e90d":{"name":"Fingerprint"},"e5dc":{"name":"First Page"},"eb43":{"name":"Fitness Center"},"e153":{"name":"Flag"},"e3e4":{"name":"Flare"},"e3e5":{"name":"Flash Auto"},"e3e6":{"name":"Flash Off"},"e3e7":{"name":"Flash On"},"e539":{"name":"Flight"},"e904":{"name":"Flight Land"},"e905":{"name":"Flight Takeoff"},"e3e8":{"name":"Flip"},"e882":{"name":"Flip To Back"},"e883":{"name":"Flip To Front"},"e2c7":{"name":"Folder"},"e2c8":{"name":"Folder Open"},"e2c9":{"name":"Folder Shared"},"e617":{"name":"Folder Special"},"e167":{"name":"Font Download"},"e234":{"name":"Format Align Center"},"e235":{"name":"Format Align Justify"},"e236":{"name":"Format Align Left"},"e237":{"name":"Format Align Right"},"e238":{"name":"Format Bold"},"e239":{"name":"Format Clear"},"e23a":{"name":"Format Color Fill"},"e23b":{"name":"Format Color Reset"},"e23c":{"name":"Format Color Text"},"e23d":{"name":"Format Indent Decrease"},"e23e":{"name":"Format Indent Increase"},"e23f":{"name":"Format Italic"},"e240":{"name":"Format Line Spacing"},"e241":{"name":"Format List Bulleted"},"e242":{"name":"Format List Numbered"},"e243":{"name":"Format Paint"},"e244":{"name":"Format Quote"},"e25e":{"name":"Format Shapes"},"e245":{"name":"Format Size"},"e246":{"name":"Format Strikethrough"},"e247":{"name":"Format Textdirection L To R"},"e248":{"name":"Format Textdirection R To L"},"e249":{"name":"Format Underlined"},"e0bf":{"name":"Forum"},"e154":{"name":"Forward"},"e056":{"name":"Forward 10"},"e057":{"name":"Forward 30"},"e058":{"name":"Forward 5"},"eb44":{"name":"Free Breakfast"},"e5d0":{"name":"Fullscreen"},"e5d1":{"name":"Fullscreen Exit"},"e24a":{"name":"Functions"},"e927":{"name":"G Translate"},"e30f":{"name":"Gamepad"},"e021":{"name":"Games"},"e90e":{"name":"Gavel"},"e155":{"name":"Gesture"},"e884":{"name":"Get App"},"e908":{"name":"Gif"},"eb45":{"name":"Golf Course"},"e1b3":{"name":"Gps Fixed"},"e1b4":{"name":"Gps Not Fixed"},"e1b5":{"name":"Gps Off"},"e885":{"name":"Grade"},"e3e9":{"name":"Gradient"},"e3ea":{"name":"Grain"},"e1b8":{"name":"Graphic Eq"},"e3eb":{"name":"Grid Off"},"e3ec":{"name":"Grid On"},"e7ef":{"name":"Group"},"e7f0":{"name":"Group Add"},"e886":{"name":"Group Work"},"e052":{"name":"Hd"},"e3ed":{"name":"Hdr Off"},"e3ee":{"name":"Hdr On"},"e3f1":{"name":"Hdr Strong"},"e3f2":{"name":"Hdr Weak"},"e310":{"name":"Headset"},"e311":{"name":"Headset Mic"},"e3f3":{"name":"Healing"},"e023":{"name":"Hearing"},"e887":{"name":"Help"},"e8fd":{"name":"Help Outline"},"e024":{"name":"High Quality"},"e25f":{"name":"Highlight"},"e888":{"name":"Highlight Off"},"e889":{"name":"History"},"e88a":{"name":"Home"},"eb46":{"name":"Hot Tub"},"e53a":{"name":"Hotel"},"e88b":{"name":"Hourglass Empty"},"e88c":{"name":"Hourglass Full"},"e902":{"name":"Http"},"e88d":{"name":"Https"},"e3f4":{"name":"Image"},"e3f5":{"name":"Image Aspect Ratio"},"e0e0":{"name":"Import Contacts"},"e0c3":{"name":"Import Export"},"e912":{"name":"Important Devices"},"e156":{"name":"Inbox"},"e909":{"name":"Indeterminate Check Box"},"e88e":{"name":"Info"},"e88f":{"name":"Info Outline"},"e890":{"name":"Input"},"e24b":{"name":"Insert Chart"},"e24c":{"name":"Insert Comment"},"e24d":{"name":"Insert Drive File"},"e24e":{"name":"Insert Emoticon"},"e24f":{"name":"Insert Invitation"},"e250":{"name":"Insert Link"},"e251":{"name":"Insert Photo"},"e891":{"name":"Invert Colors"},"e0c4":{"name":"Invert Colors Off"},"e3f6":{"name":"Iso"},"e312":{"name":"Keyboard"},"e313":{"name":"Keyboard Arrow Down"},"e314":{"name":"Keyboard Arrow Left"},"e315":{"name":"Keyboard Arrow Right"},"e316":{"name":"Keyboard Arrow Up"},"e317":{"name":"Keyboard Backspace"},"e318":{"name":"Keyboard Capslock"},"e31a":{"name":"Keyboard Hide"},"e31b":{"name":"Keyboard Return"},"e31c":{"name":"Keyboard Tab"},"e31d":{"name":"Keyboard Voice"},"eb47":{"name":"Kitchen"},"e892":{"name":"Label"},"e893":{"name":"Label Outline"},"e3f7":{"name":"Landscape"},"e894":{"name":"Language"},"e31e":{"name":"Laptop"},"e31f":{"name":"Laptop Chromebook"},"e320":{"name":"Laptop Mac"},"e321":{"name":"Laptop Windows"},"e5dd":{"name":"Last Page"},"e895":{"name":"Launch"},"e53b":{"name":"Layers"},"e53c":{"name":"Layers Clear"},"e3f8":{"name":"Leak Add"},"e3f9":{"name":"Leak Remove"},"e3fa":{"name":"Lens"},"e02e":{"name":"Library Add"},"e02f":{"name":"Library Books"},"e030":{"name":"Library Music"},"e90f":{"name":"Lightbulb Outline"},"e919":{"name":"Line Style"},"e91a":{"name":"Line Weight"},"e260":{"name":"Linear Scale"},"e157":{"name":"Link"},"e438":{"name":"Linked Camera"},"e896":{"name":"List"},"e0c6":{"name":"Live Help"},"e639":{"name":"Live Tv"},"e53f":{"name":"Local Activity"},"e53d":{"name":"Local Airport"},"e53e":{"name":"Local Atm"},"e540":{"name":"Local Bar"},"e541":{"name":"Local Cafe"},"e542":{"name":"Local Car Wash"},"e543":{"name":"Local Convenience Store"},"e556":{"name":"Local Dining"},"e544":{"name":"Local Drink"},"e545":{"name":"Local Florist"},"e546":{"name":"Local Gas Station"},"e547":{"name":"Local Grocery Store"},"e548":{"name":"Local Hospital"},"e549":{"name":"Local Hotel"},"e54a":{"name":"Local Laundry Service"},"e54b":{"name":"Local Library"},"e54c":{"name":"Local Mall"},"e54d":{"name":"Local Movies"},"e54e":{"name":"Local Offer"},"e54f":{"name":"Local Parking"},"e550":{"name":"Local Pharmacy"},"e551":{"name":"Local Phone"},"e552":{"name":"Local Pizza"},"e553":{"name":"Local Play"},"e554":{"name":"Local Post Office"},"e555":{"name":"Local Printshop"},"e557":{"name":"Local See"},"e558":{"name":"Local Shipping"},"e559":{"name":"Local Taxi"},"e7f1":{"name":"Location City"},"e1b6":{"name":"Location Disabled"},"e0c7":{"name":"Location Off"},"e0c8":{"name":"Location On"},"e1b7":{"name":"Location Searching"},"e897":{"name":"Lock"},"e898":{"name":"Lock Open"},"e899":{"name":"Lock Outline"},"e3fc":{"name":"Looks"},"e3fb":{"name":"Looks 3"},"e3fd":{"name":"Looks 4"},"e3fe":{"name":"Looks 5"},"e3ff":{"name":"Looks 6"},"e400":{"name":"Looks One"},"e401":{"name":"Looks Two"},"e028":{"name":"Loop"},"e402":{"name":"Loupe"},"e16d":{"name":"Low Priority"},"e89a":{"name":"Loyalty"},"e158":{"name":"Mail"},"e0e1":{"name":"Mail Outline"},"e55b":{"name":"Map"},"e159":{"name":"Markunread"},"e89b":{"name":"Markunread Mailbox"},"e322":{"name":"Memory"},"e5d2":{"name":"Menu"},"e252":{"name":"Merge Type"},"e0c9":{"name":"Message"},"e029":{"name":"Mic"},"e02a":{"name":"Mic None"},"e02b":{"name":"Mic Off"},"e618":{"name":"Mms"},"e253":{"name":"Mode Comment"},"e254":{"name":"Mode Edit"},"e263":{"name":"Monetization On"},"e25c":{"name":"Money Off"},"e403":{"name":"Monochrome Photos"},"e7f2":{"name":"Mood"},"e7f3":{"name":"Mood Bad"},"e619":{"name":"More"},"e5d3":{"name":"More Horiz"},"e5d4":{"name":"More Vert"},"e91b":{"name":"Motorcycle"},"e323":{"name":"Mouse"},"e168":{"name":"Move To Inbox"},"e02c":{"name":"Movie"},"e404":{"name":"Movie Creation"},"e43a":{"name":"Movie Filter"},"e6df":{"name":"Multiline Chart"},"e405":{"name":"Music Note"},"e063":{"name":"Music Video"},"e55c":{"name":"My Location"},"e406":{"name":"Nature"},"e407":{"name":"Nature People"},"e408":{"name":"Navigate Before"},"e409":{"name":"Navigate Next"},"e55d":{"name":"Navigation"},"e569":{"name":"Near Me"},"e1b9":{"name":"Network Cell"},"e640":{"name":"Network Check"},"e61a":{"name":"Network Locked"},"e1ba":{"name":"Network Wifi"},"e031":{"name":"New Releases"},"e16a":{"name":"Next Week"},"e1bb":{"name":"Nfc"},"e641":{"name":"No Encryption"},"e0cc":{"name":"No Sim"},"e033":{"name":"Not Interested"},"e06f":{"name":"Note"},"e89c":{"name":"Note Add"},"e7f4":{"name":"Notifications"},"e7f7":{"name":"Notifications Active"},"e7f5":{"name":"Notifications None"},"e7f6":{"name":"Notifications Off"},"e7f8":{"name":"Notifications Paused"},"e90a":{"name":"Offline Pin"},"e63a":{"name":"Ondemand Video"},"e91c":{"name":"Opacity"},"e89d":{"name":"Open In Browser"},"e89e":{"name":"Open In New"},"e89f":{"name":"Open With"},"e7f9":{"name":"Pages"},"e8a0":{"name":"Pageview"},"e40a":{"name":"Palette"},"e925":{"name":"Pan Tool"},"e40b":{"name":"Panorama"},"e40c":{"name":"Panorama Fish Eye"},"e40d":{"name":"Panorama Horizontal"},"e40e":{"name":"Panorama Vertical"},"e40f":{"name":"Panorama Wide Angle"},"e7fa":{"name":"Party Mode"},"e034":{"name":"Pause"},"e035":{"name":"Pause Circle Filled"},"e036":{"name":"Pause Circle Outline"},"e8a1":{"name":"Payment"},"e7fb":{"name":"People"},"e7fc":{"name":"People Outline"},"e8a2":{"name":"Perm Camera Mic"},"e8a3":{"name":"Perm Contact Calendar"},"e8a4":{"name":"Perm Data Setting"},"e8a5":{"name":"Perm Device Information"},"e8a6":{"name":"Perm Identity"},"e8a7":{"name":"Perm Media"},"e8a8":{"name":"Perm Phone Msg"},"e8a9":{"name":"Perm Scan Wifi"},"e7fd":{"name":"Person"},"e7fe":{"name":"Person Add"},"e7ff":{"name":"Person Outline"},"e55a":{"name":"Person Pin"},"e56a":{"name":"Person Pin Circle"},"e63b":{"name":"Personal Video"},"e91d":{"name":"Pets"},"e0cd":{"name":"Phone"},"e324":{"name":"Phone Android"},"e61b":{"name":"Phone Bluetooth Speaker"},"e61c":{"name":"Phone Forwarded"},"e61d":{"name":"Phone In Talk"},"e325":{"name":"Phone Iphone"},"e61e":{"name":"Phone Locked"},"e61f":{"name":"Phone Missed"},"e620":{"name":"Phone Paused"},"e326":{"name":"Phonelink"},"e0db":{"name":"Phonelink Erase"},"e0dc":{"name":"Phonelink Lock"},"e327":{"name":"Phonelink Off"},"e0dd":{"name":"Phonelink Ring"},"e0de":{"name":"Phonelink Setup"},"e410":{"name":"Photo"},"e411":{"name":"Photo Album"},"e412":{"name":"Photo Camera"},"e43b":{"name":"Photo Filter"},"e413":{"name":"Photo Library"},"e432":{"name":"Photo Size Select Actual"},"e433":{"name":"Photo Size Select Large"},"e434":{"name":"Photo Size Select Small"},"e415":{"name":"Picture As Pdf"},"e8aa":{"name":"Picture In Picture"},"e911":{"name":"Picture In Picture Alt"},"e6c4":{"name":"Pie Chart"},"e6c5":{"name":"Pie Chart Outlined"},"e55e":{"name":"Pin Drop"},"e55f":{"name":"Place"},"e037":{"name":"Play Arrow"},"e038":{"name":"Play Circle Filled"},"e039":{"name":"Play Circle Outline"},"e906":{"name":"Play For Work"},"e03b":{"name":"Playlist Add"},"e065":{"name":"Playlist Add Check"},"e05f":{"name":"Playlist Play"},"e800":{"name":"Plus One"},"e801":{"name":"Poll"},"e8ab":{"name":"Polymer"},"eb48":{"name":"Pool"},"e0ce":{"name":"Portable Wifi Off"},"e416":{"name":"Portrait"},"e63c":{"name":"Power"},"e336":{"name":"Power Input"},"e8ac":{"name":"Power Settings New"},"e91e":{"name":"Pregnant Woman"},"e0df":{"name":"Present To All"},"e8ad":{"name":"Print"},"e645":{"name":"Priority High"},"e80b":{"name":"Public"},"e255":{"name":"Publish"},"e8ae":{"name":"Query Builder"},"e8af":{"name":"Question Answer"},"e03c":{"name":"Queue"},"e03d":{"name":"Queue Music"},"e066":{"name":"Queue Play Next"},"e03e":{"name":"Radio"},"e837":{"name":"Radio Button Checked"},"e836":{"name":"Radio Button Unchecked"},"e560":{"name":"Rate Review"},"e8b0":{"name":"Receipt"},"e03f":{"name":"Recent Actors"},"e91f":{"name":"Record Voice Over"},"e8b1":{"name":"Redeem"},"e15a":{"name":"Redo"},"e5d5":{"name":"Refresh"},"e15b":{"name":"Remove"},"e15c":{"name":"Remove Circle"},"e15d":{"name":"Remove Circle Outline"},"e067":{"name":"Remove From Queue"},"e417":{"name":"Remove Red Eye"},"e928":{"name":"Remove Shopping Cart"},"e8fe":{"name":"Reorder"},"e040":{"name":"Repeat"},"e041":{"name":"Repeat One"},"e042":{"name":"Replay"},"e059":{"name":"Replay 10"},"e05a":{"name":"Replay 30"},"e05b":{"name":"Replay 5"},"e15e":{"name":"Reply"},"e15f":{"name":"Reply All"},"e160":{"name":"Report"},"e8b2":{"name":"Report Problem"},"e56c":{"name":"Restaurant"},"e561":{"name":"Restaurant Menu"},"e8b3":{"name":"Restore"},"e929":{"name":"Restore Page"},"e0d1":{"name":"Ring Volume"},"e8b4":{"name":"Room"},"eb49":{"name":"Room Service"},"e418":{"name":"Rotate 90 Degrees Ccw"},"e419":{"name":"Rotate Left"},"e41a":{"name":"Rotate Right"},"e920":{"name":"Rounded Corner"},"e328":{"name":"Router"},"e921":{"name":"Rowing"},"e0e5":{"name":"Rss Feed"},"e642":{"name":"Rv Hookup"},"e562":{"name":"Satellite"},"e161":{"name":"Save"},"e329":{"name":"Scanner"},"e8b5":{"name":"Schedule"},"e80c":{"name":"School"},"e1be":{"name":"Screen Lock Landscape"},"e1bf":{"name":"Screen Lock Portrait"},"e1c0":{"name":"Screen Lock Rotation"},"e1c1":{"name":"Screen Rotation"},"e0e2":{"name":"Screen Share"},"e623":{"name":"Sd Card"},"e1c2":{"name":"Sd Storage"},"e8b6":{"name":"Search"},"e32a":{"name":"Security"},"e162":{"name":"Select All"},"e163":{"name":"Send"},"e811":{"name":"Sentiment Dissatisfied"},"e812":{"name":"Sentiment Neutral"},"e813":{"name":"Sentiment Satisfied"},"e814":{"name":"Sentiment Very Dissatisfied"},"e815":{"name":"Sentiment Very Satisfied"},"e8b8":{"name":"Settings"},"e8b9":{"name":"Settings Applications"},"e8ba":{"name":"Settings Backup Restore"},"e8bb":{"name":"Settings Bluetooth"},"e8bd":{"name":"Settings Brightness"},"e8bc":{"name":"Settings Cell"},"e8be":{"name":"Settings Ethernet"},"e8bf":{"name":"Settings Input Antenna"},"e8c0":{"name":"Settings Input Component"},"e8c1":{"name":"Settings Input Composite"},"e8c2":{"name":"Settings Input Hdmi"},"e8c3":{"name":"Settings Input Svideo"},"e8c4":{"name":"Settings Overscan"},"e8c5":{"name":"Settings Phone"},"e8c6":{"name":"Settings Power"},"e8c7":{"name":"Settings Remote"},"e1c3":{"name":"Settings System Daydream"},"e8c8":{"name":"Settings Voice"},"e80d":{"name":"Share"},"e8c9":{"name":"Shop"},"e8ca":{"name":"Shop Two"},"e8cb":{"name":"Shopping Basket"},"e8cc":{"name":"Shopping Cart"},"e261":{"name":"Short Text"},"e6e1":{"name":"Show Chart"},"e043":{"name":"Shuffle"},"e1c8":{"name":"Signal Cellular 4 Bar"},"e1cd":{"name":"Signal Cellular Connected No Internet 4 Bar"},"e1ce":{"name":"Signal Cellular No Sim"},"e1cf":{"name":"Signal Cellular Null"},"e1d0":{"name":"Signal Cellular Off"},"e1d8":{"name":"Signal Wifi 4 Bar"},"e1d9":{"name":"Signal Wifi 4 Bar Lock"},"e1da":{"name":"Signal Wifi Off"},"e32b":{"name":"Sim Card"},"e624":{"name":"Sim Card Alert"},"e044":{"name":"Skip Next"},"e045":{"name":"Skip Previous"},"e41b":{"name":"Slideshow"},"e068":{"name":"Slow Motion Video"},"e32c":{"name":"Smartphone"},"eb4a":{"name":"Smoke Free"},"eb4b":{"name":"Smoking Rooms"},"e625":{"name":"Sms"},"e626":{"name":"Sms Failed"},"e046":{"name":"Snooze"},"e164":{"name":"Sort"},"e053":{"name":"Sort By Alpha"},"eb4c":{"name":"Spa"},"e256":{"name":"Space Bar"},"e32d":{"name":"Speaker"},"e32e":{"name":"Speaker Group"},"e8cd":{"name":"Speaker Notes"},"e92a":{"name":"Speaker Notes Off"},"e0d2":{"name":"Speaker Phone"},"e8ce":{"name":"Spellcheck"},"e838":{"name":"Star"},"e83a":{"name":"Star Border"},"e839":{"name":"Star Half"},"e8d0":{"name":"Stars"},"e0d3":{"name":"Stay Current Landscape"},"e0d4":{"name":"Stay Current Portrait"},"e0d5":{"name":"Stay Primary Landscape"},"e0d6":{"name":"Stay Primary Portrait"},"e047":{"name":"Stop"},"e0e3":{"name":"Stop Screen Share"},"e1db":{"name":"Storage"},"e8d1":{"name":"Store"},"e563":{"name":"Store Mall Directory"},"e41c":{"name":"Straighten"},"e56e":{"name":"Streetview"},"e257":{"name":"Strikethrough S"},"e41d":{"name":"Style"},"e5d9":{"name":"Subdirectory Arrow Left"},"e5da":{"name":"Subdirectory Arrow Right"},"e8d2":{"name":"Subject"},"e064":{"name":"Subscriptions"},"e048":{"name":"Subtitles"},"e56f":{"name":"Subway"},"e8d3":{"name":"Supervisor Account"},"e049":{"name":"Surround Sound"},"e0d7":{"name":"Swap Calls"},"e8d4":{"name":"Swap Horiz"},"e8d5":{"name":"Swap Vert"},"e8d6":{"name":"Swap Vertical Circle"},"e41e":{"name":"Switch Camera"},"e41f":{"name":"Switch Video"},"e627":{"name":"Sync"},"e628":{"name":"Sync Disabled"},"e629":{"name":"Sync Problem"},"e62a":{"name":"System Update"},"e8d7":{"name":"System Update Alt"},"e8d8":{"name":"Tab"},"e8d9":{"name":"Tab Unselected"},"e32f":{"name":"Tablet"},"e330":{"name":"Tablet Android"},"e331":{"name":"Tablet Mac"},"e420":{"name":"Tag Faces"},"e62b":{"name":"Tap And Play"},"e564":{"name":"Terrain"},"e262":{"name":"Text Fields"},"e165":{"name":"Text Format"},"e0d8":{"name":"Textsms"},"e421":{"name":"Texture"},"e8da":{"name":"Theaters"},"e8db":{"name":"Thumb Down"},"e8dc":{"name":"Thumb Up"},"e8dd":{"name":"Thumbs Up Down"},"e62c":{"name":"Time To Leave"},"e422":{"name":"Timelapse"},"e922":{"name":"Timeline"},"e425":{"name":"Timer"},"e423":{"name":"Timer 10"},"e424":{"name":"Timer 3"},"e426":{"name":"Timer Off"},"e264":{"name":"Title"},"e8de":{"name":"Toc"},"e8df":{"name":"Today"},"e8e0":{"name":"Toll"},"e427":{"name":"Tonality"},"e913":{"name":"Touch App"},"e332":{"name":"Toys"},"e8e1":{"name":"Track Changes"},"e565":{"name":"Traffic"},"e570":{"name":"Train"},"e571":{"name":"Tram"},"e572":{"name":"Transfer Within A Station"},"e428":{"name":"Transform"},"e8e2":{"name":"Translate"},"e8e3":{"name":"Trending Down"},"e8e4":{"name":"Trending Flat"},"e8e5":{"name":"Trending Up"},"e429":{"name":"Tune"},"e8e6":{"name":"Turned In"},"e8e7":{"name":"Turned In Not"},"e333":{"name":"Tv"},"e169":{"name":"Unarchive"},"e166":{"name":"Undo"},"e5d6":{"name":"Unfold Less"},"e5d7":{"name":"Unfold More"},"e923":{"name":"Update"},"e1e0":{"name":"Usb"},"e8e8":{"name":"Verified User"},"e258":{"name":"Vertical Align Bottom"},"e259":{"name":"Vertical Align Center"},"e25a":{"name":"Vertical Align Top"},"e62d":{"name":"Vibration"},"e070":{"name":"Video Call"},"e071":{"name":"Video Label"},"e04a":{"name":"Video Library"},"e04b":{"name":"Videocam"},"e04c":{"name":"Videocam Off"},"e338":{"name":"Videogame Asset"},"e8e9":{"name":"View Agenda"},"e8ea":{"name":"View Array"},"e8eb":{"name":"View Carousel"},"e8ec":{"name":"View Column"},"e42a":{"name":"View Comfy"},"e42b":{"name":"View Compact"},"e8ed":{"name":"View Day"},"e8ee":{"name":"View Headline"},"e8ef":{"name":"View List"},"e8f0":{"name":"View Module"},"e8f1":{"name":"View Quilt"},"e8f2":{"name":"View Stream"},"e8f3":{"name":"View Week"},"e435":{"name":"Vignette"},"e8f4":{"name":"Visibility"},"e8f5":{"name":"Visibility Off"},"e62e":{"name":"Voice Chat"},"e0d9":{"name":"Voicemail"},"e04d":{"name":"Volume Down"},"e04e":{"name":"Volume Mute"},"e04f":{"name":"Volume Off"},"e050":{"name":"Volume Up"},"e0da":{"name":"Vpn Key"},"e62f":{"name":"Vpn Lock"},"e1bc":{"name":"Wallpaper"},"e002":{"name":"Warning"},"e334":{"name":"Watch"},"e924":{"name":"Watch Later"},"e42c":{"name":"Wb Auto"},"e42d":{"name":"Wb Cloudy"},"e42e":{"name":"Wb Incandescent"},"e436":{"name":"Wb Iridescent"},"e430":{"name":"Wb Sunny"},"e63d":{"name":"Wc"},"e051":{"name":"Web"},"e069":{"name":"Web Asset"},"e16b":{"name":"Weekend"},"e80e":{"name":"Whatshot"},"e1bd":{"name":"Widgets"},"e63e":{"name":"Wifi"},"e1e1":{"name":"Wifi Lock"},"e1e2":{"name":"Wifi Tethering"},"e8f9":{"name":"Work"},"e25b":{"name":"Wrap Text"},"e8fa":{"name":"Youtube Searched For"},"e8ff":{"name":"Zoom In"},"e900":{"name":"Zoom Out"},"e56b":{"name":"Zoom Out Map"}}}
assets/wordpress-css-framework/fonts/MaterialIcons-Regular.svg ADDED
@@ -0,0 +1,2373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <!--
4
+ 2016-2-8: Created with FontForge (http://fontforge.org)
5
+ -->
6
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
7
+ <metadata>
8
+ Created by FontForge 20151118 at Mon Feb 8 11:58:02 2016
9
+ By shyndman
10
+ Copyright 2015 Google, Inc. All Rights Reserved.
11
+ </metadata>
12
+ <defs>
13
+ <font id="MaterialIcons-Regular" horiz-adv-x="512" >
14
+ <font-face
15
+ font-family="Material Icons"
16
+ font-weight="400"
17
+ font-stretch="normal"
18
+ units-per-em="512"
19
+ panose-1="2 0 5 3 0 0 0 0 0 0"
20
+ ascent="512"
21
+ descent="0"
22
+ bbox="0 0 512 512"
23
+ underline-thickness="50"
24
+ underline-position="-100"
25
+ unicode-range="U+0030-10FFFD"
26
+ />
27
+ <missing-glyph />
28
+ <glyph glyph-name="3d_rotation" unicode="&#x33;d_rotation"
29
+ d="M256 512c134 0 244 -103 255 -234h-32c-7 80 -57 147 -127 180l-29 -28l-81 81zM353 260c0 34.9356 -13.6691 57 -47 57h-20v-123h19c25.6434 0 40.2719 13.9518 46 34c2 7 2 15 2 24v8zM306 341c38.1819 0 60.9327 -19.3318 72 -47c4 -10 5 -22 5 -34v-8
30
+ c0 -26.4057 -7.57104 -45.571 -21 -59c-13.4122 -13.4122 -30.5519 -22 -57 -22h-49v170h50zM207 258c15.3033 -6.12131 28 -18.2465 28 -39c0 -8 -2 -14 -5 -20s-6 -12 -11 -16c-9.37815 -7.50252 -23.5479 -12 -40 -12c-31.0959 0 -54 15.7441 -54 47h27
31
+ c0 -15.4518 11.6022 -25 27 -25c17.8699 0 28 8.53939 28 27c0 18.8434 -12.3951 27 -31 27h-16v22h16c17.3039 0 29 8.03066 29 25c0 16.5246 -8.84017 25 -26 25c-14.4441 0 -25 -8.58131 -25 -23h-28c0 14.8936 7.55163 24.5516 15 32c9.92709 7.94167 20.8987 13 38 13
32
+ c25.6475 0 40.3859 -9.7718 49 -27c3 -6 4 -12 4 -20c0 -18.1878 -12.3353 -29.6677 -25 -36zM160 54l29 28l81 -81l-14 -1c-134 0 -244 104 -255 235h32c8 -80 57 -148 127 -181z" />
33
+ <glyph glyph-name="ac_unit" unicode="ac_unit"
34
+ d="M469 277v-42h-89l69 -69l-30 -31l-99 100h-43v-43l100 -99l-31 -30l-69 69v-89h-42v89l-69 -69l-31 30l100 99v43h-43l-99 -100l-30 31l69 69h-89v42h89l-69 69l30 31l99 -100h43v43l-100 99l31 30l69 -69v89h42v-89l69 69l31 -30l-100 -99v-43h43l99 100l30 -31l-69 -69
35
+ h89z" />
36
+ <glyph glyph-name="access_alarm" unicode="access_alarm"
37
+ d="M256 85c83 0 149 67 149 150s-66 149 -149 149s-149 -66 -149 -149s66 -150 149 -150zM256 427c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM267 341v-112l85 -50l-16 -26l-101 60v128h32zM168 440l-98 -82l-27 32l98 82zM469 390
38
+ l-27 -33l-98 83l27 32z" />
39
+ <glyph glyph-name="access_alarms" unicode="access_alarms"
40
+ d="M256 85c83 0 149 67 149 150s-66 149 -149 149s-149 -66 -149 -149s66 -150 149 -150zM256 427c107 0 192 -85 192 -192s-85 -192 -192 -192s-192 85 -192 192s85 192 192 192zM267 341v-113l85 -51l-17 -26l-100 62v128h32zM169 439l-99 -81l-27 32l98 81zM469 390
41
+ l-27 -32l-99 84l28 32z" />
42
+ <glyph glyph-name="access_time" unicode="access_time"
43
+ d="M267 363v-112l96 -57l-16 -27l-112 68v128h32zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
44
+ <glyph glyph-name="accessibility" unicode="accessibility"
45
+ d="M448 320h-128v-277h-43v128h-42v-128h-43v277h-128v43h384v-43zM256 469c23 0 43 -19 43 -42s-20 -43 -43 -43s-43 20 -43 43s20 42 43 42z" />
46
+ <glyph glyph-name="accessible" unicode="accessible"
47
+ d="M274 128h44c-10 -49 -53 -85 -105 -85c-59 0 -106 47 -106 106c0 52 36 95 85 105v-44c-25 -9 -43 -33 -43 -61c0 -35 29 -64 64 -64c28 0 52 18 61 43zM213 318c0 29.9891 33.3578 56.5098 64 39h1v-1c5 -2 9 -5 13 -9l28 -31c21 -23 53 -39 86 -39v-42
48
+ c-37 0 -78 18 -106 41v-73h64c23 0 42 -20 42 -43v-117h-42v106h-107c-23 0 -43 20 -43 43v126zM213 427c0 24 19 42 43 42s43 -18 43 -42s-19 -43 -43 -43s-43 19 -43 43z" />
49
+ <glyph glyph-name="account_balance" unicode="account_balance"
50
+ d="M245 491l203 -107v-43h-405v43zM341 299h64v-150h-64v150zM43 43v64h405v-64h-405zM213 299h64v-150h-64v150zM85 299h64v-150h-64v150z" />
51
+ <glyph glyph-name="account_balance_wallet" unicode="account_balance_wallet"
52
+ d="M341 224c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM256 171v170h213v-170h-213zM448 128v-21c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h298c23 0 43 -20 43 -43v-21h-192c-24 0 -43 -20 -43 -43v-170
53
+ c0 -23 19 -43 43 -43h192z" />
54
+ <glyph glyph-name="account_box" unicode="account_box"
55
+ d="M128 149v-21h256v21c0 43 -85 66 -128 66s-128 -23 -128 -66zM320 320c0 35 -29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64s64 29 64 64zM64 405c0 23 19 43 43 43h298c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298z" />
56
+ <glyph glyph-name="account_circle" unicode="account_circle"
57
+ d="M256 102c53 0 100 28 128 69c-1 42 -86 66 -128 66c-43 0 -127 -24 -128 -66c28 -41 75 -69 128 -69zM256 405c-35 0 -64 -29 -64 -64s29 -64 64 -64s64 29 64 64s-29 64 -64 64zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z
58
+ " />
59
+ <glyph glyph-name="adb" unicode="adb"
60
+ d="M320 320c12 0 21 9 21 21s-9 22 -21 22s-21 -10 -21 -22s9 -21 21 -21zM192 320c12 0 21 9 21 21s-9 22 -21 22s-21 -10 -21 -22s9 -21 21 -21zM344 419c37 -27 61 -71 61 -120v-22h-298v22c0 49 24 93 61 120l-45 45l18 17l49 -49c20 10 42 16 66 16s46 -6 66 -16l49 49
61
+ l18 -17zM107 171v85h298v-85c0 -83 -66 -150 -149 -150s-149 67 -149 150z" />
62
+ <glyph glyph-name="add" unicode="add"
63
+ d="M405 235h-128v-128h-42v128h-128v42h128v128h42v-128h128v-42z" />
64
+ <glyph glyph-name="add_a_photo" unicode="add_a_photo"
65
+ d="M209 213c0 38 30 69 68 69s69 -31 69 -69s-31 -68 -69 -68s-68 30 -68 68zM277 107c59 0 107 47 107 106s-48 107 -107 107s-106 -48 -106 -107s47 -106 106 -106zM128 299v64h64v64h149l39 -43h68c23 0 43 -20 43 -43v-256c0 -23 -20 -42 -43 -42h-341
66
+ c-23 0 -43 19 -43 42v214h64zM64 427v64h43v-64h64v-43h-64v-64h-43v64h-64v43h64z" />
67
+ <glyph glyph-name="add_alarm" unicode="add_alarm"
68
+ d="M277 320v-64h64v-43h-64v-64h-42v64h-64v43h64v64h42zM256 85c83 0 149 67 149 150s-66 149 -149 149s-149 -66 -149 -149s66 -150 149 -150zM256 427c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM469 390l-27 -33l-98 83l27 32z
69
+ M168 440l-98 -82l-27 32l98 82z" />
70
+ <glyph glyph-name="add_alert" unicode="add_alert"
71
+ d="M341 234v43h-64v64h-42v-64h-64v-43h64v-64h42v64h64zM403 153l45 -45v-23h-384v23l45 45v124c0 69 48 128 113 143v15c0 19 15 34 34 34s34 -15 34 -34v-15c65 -15 113 -74 113 -143v-124zM214 64h84c0 -23 -19 -43 -42 -43s-42 20 -42 43z" />
72
+ <glyph glyph-name="add_box" unicode="add_box"
73
+ d="M363 235v42h-86v86h-42v-86h-86v-42h86v-86h42v86h86zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h298z" />
74
+ <glyph glyph-name="add_circle" unicode="add_circle"
75
+ d="M363 235v42h-86v86h-42v-86h-86v-42h86v-86h42v86h86zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
76
+ <glyph glyph-name="add_circle_outline" unicode="add_circle_outline"
77
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM277 363v-86h86v-42h-86v-86h-42v86h-86v42h86v86h42z" />
78
+ <glyph glyph-name="add_location" unicode="add_location"
79
+ d="M341 299v42h-64v64h-42v-64h-64v-42h64v-64h42v64h64zM256 469c82 0 149 -67 149 -149c0 -112 -149 -277 -149 -277s-149 165 -149 277c0 82 67 149 149 149z" />
80
+ <glyph glyph-name="add_shopping_cart" unicode="add_shopping_cart"
81
+ d="M153 197c0 -3 2 -5 5 -5h247v-43h-256c-23 0 -42 20 -42 43c0 7 2 14 5 20l29 53l-77 162h-43v42h70c13.5017 -28.165 26.8327 -56.5006 40 -85c17.0313 -35.6353 33.8016 -71.5317 51 -107h150c27.393 49.9404 55.2665 99.4002 82 150l37 -21l-82 -149
82
+ c-7 -13 -21 -22 -37 -22h-159l-19 -35zM363 128c23 0 42 -20 42 -43s-19 -42 -42 -42s-43 19 -43 42s20 43 43 43zM149 128c23 0 43 -20 43 -43s-20 -42 -43 -42s-42 19 -42 42s19 43 42 43zM235 320v64h-64v43h64v64h42v-64h64v-43h-64v-64h-42z" />
83
+ <glyph glyph-name="add_to_photos" unicode="add_to_photos"
84
+ d="M405 277v43h-85v85h-43v-85h-85v-43h85v-85h43v85h85zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256zM85 384v-299h299v-42h-299c-23 0 -42 19 -42 42v299h42z" />
85
+ <glyph glyph-name="add_to_queue" unicode="add_to_queue"
86
+ d="M341 299v-43h-64v-64h-42v64h-64v43h64v64h42v-64h64zM448 149v256h-384v-256h384zM448 448c23 0 43 -19 43 -43l-1 -256c0 -23 -19 -42 -42 -42h-107v-43h-170v43h-107c-24 0 -43 19 -43 42v256c0 24 19 43 43 43h384z" />
87
+ <glyph glyph-name="adjust" unicode="adjust"
88
+ d="M320 256c0 -35 -29 -64 -64 -64s-64 29 -64 64s29 64 64 64s64 -29 64 -64zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
89
+ <glyph glyph-name="airline_seat_flat" unicode="airline_seat_flat"
90
+ d="M152 254c-25 -25 -65 -26 -90 -1s-26 65 -1 90s65 26 90 1s26 -65 1 -90zM43 213h426v-42h-128v-43h-170v43h-128v42zM469 277v-42h-277v128h192c47 0 85 -39 85 -86z" />
91
+ <glyph glyph-name="airline_seat_flat_angled" unicode="airline_seat_flat_angled"
92
+ d="M156 294c-32 -15 -71 -2 -86 30s-2 71 30 86s71 2 86 -30s2 -71 -30 -86zM32 253l15 40l405 -146l-14 -40l-97 34v-34h-170v96zM475 207l-15 -40l-264 95l45 121l182 -66c45 -16 68 -65 52 -110z" />
93
+ <glyph glyph-name="airline_seat_individual_suite" unicode="airline_seat_individual_suite"
94
+ d="M405 363c47 0 86 -39 86 -86v-128h-470v214h43v-150h171v150h170zM149 235c-35 0 -64 29 -64 64s29 64 64 64s64 -29 64 -64s-29 -64 -64 -64z" />
95
+ <glyph glyph-name="airline_seat_legroom_extra" unicode="airline_seat_legroom_extra"
96
+ d="M487 144c9 -16 1 -36 -15 -44l-79 -36l-73 149h-149c-35 0 -64 29 -64 64v171h128v-128h75c16 0 31 -9 38 -24l72 -149l24 11c16 7 35 1 43 -14zM85 256c0 -35 29 -64 64 -64h128v-43h-128c-59 0 -106 48 -106 107v192h42v-192z" />
97
+ <glyph glyph-name="airline_seat_legroom_normal" unicode="airline_seat_legroom_normal"
98
+ d="M437 128c18 0 32 -14 32 -32s-14 -32 -32 -32h-96v149h-149c-35 0 -64 29 -64 64v171h128v-128h107c23 0 42 -20 42 -43v-149h32zM107 256c0 -35 29 -64 64 -64h128v-43h-128c-59 0 -107 48 -107 107v192h43v-192z" />
99
+ <glyph glyph-name="airline_seat_legroom_reduced" unicode="airline_seat_legroom_reduced"
100
+ d="M107 256c0 -35 29 -64 64 -64h85v-43h-85c-59 0 -107 48 -107 107v192h43v-192zM426 102c4 -20 -11 -38 -31 -38h-96v64l21 85h-128c-35 0 -64 29 -64 64v171h128v-128h107c23 0 42 -20 42 -43l-42 -149h30c16 0 30 -11 33 -26z" />
101
+ <glyph glyph-name="airline_seat_recline_extra" unicode="airline_seat_recline_extra"
102
+ d="M346 192l123 -96l-32 -32l-81 64h-146c-31 0 -57 22 -63 52l-29 126c-4 26 13 51 39 56h1c15.1794 2.16848 28.3139 -2.05108 37 -9l35 -27c27 -21 65 -34 100 -27v-46c-40 -7 -76 7 -110 26l22 -87h104zM341 107v-43h-150c-53 0 -98 38 -106 90l-42 209h42l42 -202
103
+ c5 -31 32 -54 64 -54h150zM114 392c-19 14 -23 40 -10 59s40 24 59 11c19 -14 24 -41 11 -60c-14 -19 -41 -23 -60 -10z" />
104
+ <glyph glyph-name="airline_seat_recline_normal" unicode="airline_seat_recline_normal"
105
+ d="M427 84l-31 -31l-75 75h-108c-35 0 -64 29 -64 64v123c0 26 22 48 48 48h1c14.8367 0 27.399 -8.39902 35 -16l30 -33c23 -25 65 -43 100 -43v-47c-41 0 -88 22 -118 47v-79h74zM128 171c0 -35 29 -64 64 -64h128v-43h-128c-59 0 -107 48 -107 107v192h43v-192zM162 397
106
+ c-17 17 -17 43 0 60s43 17 60 0s17 -43 0 -60s-43 -17 -60 0z" />
107
+ <glyph glyph-name="airplanemode_active" unicode="airplanemode_active"
108
+ d="M217 320zM448 171l-171 53v-117l43 -32v-32l-75 21l-74 -21v32l42 32v117l-170 -53v42l170 107v117c0 18 14 32 32 32s32 -14 32 -32v-117l171 -107v-42z" />
109
+ <glyph glyph-name="airplanemode_inactive" unicode="airplanemode_inactive"
110
+ d="M64 400l27 27l336 -336l-27 -27l-123 122v-79l43 -32v-32l-75 21l-74 -21v32l42 32v117l-170 -53v42l127 80zM277 320l171 -107v-42l-68 21l-167 167v78c0 18 14 32 32 32s32 -14 32 -32v-117z" />
111
+ <glyph glyph-name="airplay" unicode="airplay"
112
+ d="M448 448c23 0 43 -20 43 -43v-256c0 -23 -20 -42 -43 -42h-85v42h85v256h-384v-256h85v-42h-85c-23 0 -43 19 -43 42v256c0 23 20 43 43 43h384zM128 43l128 128l128 -128h-256z" />
113
+ <glyph glyph-name="airport_shuttle" unicode="airport_shuttle"
114
+ d="M320 277h107l-86 86h-21v-86zM373 139c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM277 277v86h-85v-86h85zM128 139c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM64 277h85v86h-85v-86zM363 405l128 -128v-106h-54
115
+ c0 -35 -29 -64 -64 -64s-64 29 -64 64h-117c0 -35 -29 -64 -64 -64s-64 29 -64 64h-43v192c0 24 20 42 43 42h299z" />
116
+ <glyph glyph-name="alarm" unicode="alarm"
117
+ d="M256 85c83 0 149 67 149 150s-66 149 -149 149s-149 -66 -149 -149s66 -150 149 -150zM256 427c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM267 341v-112l85 -50l-16 -26l-101 60v128h32zM168 440l-98 -82l-27 32l98 82zM469 390
118
+ l-27 -33l-98 83l27 32z" />
119
+ <glyph glyph-name="alarm_add" unicode="alarm_add"
120
+ d="M277 320v-64h64v-43h-64v-64h-42v64h-64v43h64v64h42zM256 85c83 0 149 67 149 150s-66 149 -149 149s-149 -66 -149 -149s66 -150 149 -150zM256 427c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM469 390l-27 -33l-98 83l27 32z
121
+ M168 440l-98 -82l-27 32l98 82z" />
122
+ <glyph glyph-name="alarm_off" unicode="alarm_off"
123
+ d="M171 442l-18 -15l-31 30l19 15zM351 120l-210 210c-21 -26 -34 -59 -34 -95c0 -83 66 -150 149 -150c36 0 69 14 95 35zM62 463c131.276 -131.057 262.677 -261.99 394 -393l-27 -27l-47 47c-34 -29 -78 -47 -126 -47c-106 0 -192 86 -192 192c0 48 18 91 47 125l-17 17
124
+ l-24 -20l-30 31l24 19l-29 29zM469 390l-27 -33l-98 83l27 32zM256 384c-18 0 -35 -3 -51 -9l-33 32c25 12 54 20 84 20c106 0 192 -86 192 -192c0 -30 -7 -59 -19 -84l-33 32c6 16 9 34 9 52c0 83 -66 149 -149 149z" />
125
+ <glyph glyph-name="alarm_on" unicode="alarm_on"
126
+ d="M225 202l105 106l23 -23l-128 -128l-68 68l22 22zM256 85c83 0 149 67 149 150s-66 149 -149 149s-149 -66 -149 -149s66 -150 149 -150zM256 427c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM168 440l-98 -82l-27 32l98 82zM469 390
127
+ l-27 -33l-98 83l27 32z" />
128
+ <glyph glyph-name="album" unicode="album"
129
+ d="M256 277c12 0 21 -9 21 -21s-9 -21 -21 -21s-21 9 -21 21s9 21 21 21zM256 160c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
130
+ <glyph glyph-name="all_inclusive" unicode="all_inclusive"
131
+ d="M397 371c64 0 115 -52 115 -115s-51 -115 -115 -115c-31 0 -60 12 -82 34l-27 24l32 28l25 -21c15 -15 33 -22 52 -22c40 0 72 32 72 72s-32 72 -72 72c-19 0 -37 -7 -51 -21c-30.1331 -26.5336 -60.4726 -52.8608 -90 -80l-60 -53c-21 -21 -50 -33 -81 -33
132
+ c-64 0 -115 52 -115 115s51 115 115 115c31 0 60 -12 82 -34l27 -24l-33 -28l-24 21c-15 15 -33 22 -52 22c-40 0 -72 -32 -72 -72s32 -72 72 -72c19 0 37 7 51 21c30.1331 26.5336 60.4726 52.8608 90 80l60 53c21 21 50 33 81 33z" />
133
+ <glyph glyph-name="all_out" unicode="all_out"
134
+ d="M343 170c45 45 45 120 0 165s-120 45 -165 0s-45 -120 0 -165s120 -45 165 0zM366 358c58 -58 58 -153 0 -211s-153 -58 -211 0s-58 153 0 211s153 58 211 0zM90 338v85h85zM175 82h-85v85zM431 167v-85h-85zM346 423h85v-85z" />
135
+ <glyph glyph-name="android" unicode="android"
136
+ d="M320 405v22h-21v-22h21zM213 405v22h-21v-22h21zM331 466c32 -23 53 -61 53 -103h-256c0 42 20 80 52 103l-28 28c-4 4 -4 11 0 15s11 4 15 0l32 -32c17 9 37 14 57 14s39 -5 56 -14l32 32c4 4 11 4 15 0s4 -11 0 -15zM437 341c18 0 32 -14 32 -32v-149
137
+ c0 -18 -14 -32 -32 -32s-32 14 -32 32v149c0 18 14 32 32 32zM75 341c18 0 32 -14 32 -32v-149c0 -18 -14 -32 -32 -32s-32 14 -32 32v149c0 18 14 32 32 32zM128 128v213h256v-213c0 -12 -9 -21 -21 -21h-22v-75c0 -18 -14 -32 -32 -32s-32 14 -32 32v75h-42v-75
138
+ c0 -18 -14 -32 -32 -32s-32 14 -32 32v75h-22c-12 0 -21 9 -21 21z" />
139
+ <glyph glyph-name="announcement" unicode="announcement"
140
+ d="M277 192v43h-42v-43h42zM277 277v128h-42v-128h42zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
141
+ <glyph glyph-name="apps" unicode="apps"
142
+ d="M341 85v86h86v-86h-86zM341 213v86h86v-86h-86zM213 341v86h86v-86h-86zM341 427h86v-86h-86v86zM213 213v86h86v-86h-86zM85 213v86h86v-86h-86zM85 85v86h86v-86h-86zM213 85v86h86v-86h-86zM85 341v86h86v-86h-86z" />
143
+ <glyph glyph-name="archive" unicode="archive"
144
+ d="M109 405h294l-20 22h-256zM256 139l117 117h-74v43h-86v-43h-74zM438 400c6 -7 10 -17 10 -27v-266c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v266c0 10 4 20 10 27l29 36c6 7 15 12 25 12h256c10 0 19 -5 25 -12z" />
145
+ <glyph glyph-name="arrow_back" unicode="arrow_back"
146
+ d="M427 277v-42h-260l119 -120l-30 -30l-171 171l171 171l30 -30l-119 -120h260z" />
147
+ <glyph glyph-name="arrow_downward" unicode="arrow_downward"
148
+ d="M427 256l-171 -171l-171 171l31 30l119 -119v260h42v-260l120 119z" />
149
+ <glyph glyph-name="arrow_drop_down" unicode="arrow_drop_down"
150
+ d="M149 299h214l-107 -107z" />
151
+ <glyph glyph-name="arrow_drop_down_circle" unicode="arrow_drop_down_circle"
152
+ d="M256 213l85 86h-170zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
153
+ <glyph glyph-name="arrow_drop_up" unicode="arrow_drop_up"
154
+ d="M149 213l107 107l107 -107h-214z" />
155
+ <glyph glyph-name="arrow_forward" unicode="arrow_forward"
156
+ d="M256 427l171 -171l-171 -171l-30 30l119 120h-260v42h260l-119 120z" />
157
+ <glyph glyph-name="arrow_upward" unicode="arrow_upward"
158
+ d="M85 256l171 171l171 -171l-31 -30l-119 119v-260h-42v260l-120 -119z" />
159
+ <glyph glyph-name="art_track" unicode="art_track"
160
+ d="M224 192l-48 64l-37 -48l-27 32l-37 -48h149zM256 320v-128c0 -23 -20 -43 -43 -43h-128c-23 0 -42 20 -42 43v128c0 23 19 43 42 43h128c23 0 43 -20 43 -43zM299 149v43h170v-43h-170zM469 363v-43h-170v43h170zM469 235h-170v42h170v-42z" />
161
+ <glyph glyph-name="aspect_ratio" unicode="aspect_ratio"
162
+ d="M448 106v300h-384v-300h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384zM149 320v-64h-42v107h106v-43h-64zM405 256v-107h-106v43h64v64h42z" />
163
+ <glyph glyph-name="assessment" unicode="assessment"
164
+ d="M363 149v86h-43v-86h43zM277 149v214h-42v-214h42zM192 149v150h-43v-150h43zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
165
+ <glyph glyph-name="assignment" unicode="assignment"
166
+ d="M363 320v43h-214v-43h214zM363 235v42h-214v-42h214zM299 149v43h-150v-43h150zM256 448c-12 0 -21 -9 -21 -21s9 -22 21 -22s21 10 21 22s-9 21 -21 21zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h89
167
+ c9 25 32 43 60 43s51 -18 60 -43h89z" />
168
+ <glyph glyph-name="assignment_ind" unicode="assignment_ind"
169
+ d="M384 107v30c0 43 -85 66 -128 66s-128 -23 -128 -66v-30h256zM256 363c-35 0 -64 -29 -64 -64s29 -64 64 -64s64 29 64 64s-29 64 -64 64zM256 448c-12 0 -21 -9 -21 -21s9 -22 21 -22s21 10 21 22s-9 21 -21 21zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43
170
+ h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h89c9 25 32 43 60 43s51 -18 60 -43h89z" />
171
+ <glyph glyph-name="assignment_late" unicode="assignment_late"
172
+ d="M256 405c12 0 21 10 21 22s-9 21 -21 21s-21 -9 -21 -21s9 -22 21 -22zM277 213v128h-42v-128h42zM277 128v43h-42v-43h42zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h89c9 25 32 43 60 43s51 -18 60 -43
173
+ h89z" />
174
+ <glyph glyph-name="assignment_return" unicode="assignment_return"
175
+ d="M341 192v85h-85v64l-107 -106l107 -107v64h85zM256 448c-12 0 -21 -9 -21 -21s9 -22 21 -22s21 10 21 22s-9 21 -21 21zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h89c9 25 32 43 60 43s51 -18 60 -43h89z
176
+ " />
177
+ <glyph glyph-name="assignment_returned" unicode="assignment_returned"
178
+ d="M256 128l107 107h-64v85h-86v-85h-64zM256 448c-12 0 -21 -9 -21 -21s9 -22 21 -22s21 10 21 22s-9 21 -21 21zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h89c9 25 32 43 60 43s51 -18 60 -43h89z" />
179
+ <glyph glyph-name="assignment_turned_in" unicode="assignment_turned_in"
180
+ d="M213 149l171 171l-30 30l-141 -140l-55 55l-30 -30zM256 448c-12 0 -21 -9 -21 -21s9 -22 21 -22s21 10 21 22s-9 21 -21 21zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h89c9 25 32 43 60 43s51 -18 60 -43
181
+ h89z" />
182
+ <glyph glyph-name="assistant" unicode="assistant"
183
+ d="M296 237l88 40l-88 40l-40 88l-40 -88l-88 -40l88 -40l40 -88zM405 469c23 0 43 -19 43 -42v-299c0 -23 -20 -43 -43 -43h-85l-64 -64l-64 64h-85c-23 0 -43 20 -43 43v299c0 23 20 42 43 42h298z" />
184
+ <glyph glyph-name="assistant_photo" unicode="assistant_photo"
185
+ d="M307 384h120v-213h-150l-8 42h-120v-149h-42v363h192z" />
186
+ <glyph glyph-name="attach_file" unicode="attach_file"
187
+ d="M352 384h32v-245c0 -65 -52 -118 -117 -118s-118 53 -118 118v266c0 47 39 86 86 86s85 -39 85 -86v-224c0 -29 -24 -53 -53 -53s-54 24 -54 53v203h32v-203c0 -12 10 -21 22 -21s21 9 21 21v224c0 29 -24 54 -53 54s-54 -25 -54 -54v-266c0 -47 39 -86 86 -86
188
+ s85 39 85 86v245z" />
189
+ <glyph glyph-name="attach_money" unicode="attach_money"
190
+ d="M252 279c48 -13 100 -32 100 -93c0 -44 -33 -68 -75 -76v-46h-64v46c-41 9 -75 35 -78 82h47c2 -25 19 -45 63 -45c47 0 58 23 58 38c0 20 -11 39 -64 52c-60 14 -100 39 -100 88c0 41 33 68 74 77v46h64v-47c45 -11 68 -44 69 -81h-47c-1 27 -16 45 -54 45
191
+ c-36 0 -57 -17 -57 -40c0 -20 16 -33 64 -46z" />
192
+ <glyph glyph-name="attachment" unicode="attachment"
193
+ d="M43 245c0 65 52 118 117 118h224c47 0 85 -39 85 -86s-38 -85 -85 -85h-181c-29 0 -54 24 -54 53s25 54 54 54h160v-43h-162c-12 0 -12 -21 0 -21h183c23 0 43 19 43 42s-20 43 -43 43h-224c-41 0 -75 -34 -75 -75s34 -74 75 -74h203v-43h-203c-65 0 -117 52 -117 117z
194
+ " />
195
+ <glyph glyph-name="audiotrack" unicode="audiotrack"
196
+ d="M256 448h149v-64h-85v-235h-1c-5 -48 -46 -85 -95 -85c-53 0 -96 43 -96 96s43 96 96 96c11 0 22 -2 32 -6v198z" />
197
+ <glyph glyph-name="autorenew" unicode="autorenew"
198
+ d="M400 347c17 -26 27 -58 27 -91c0 -94 -77 -171 -171 -171v-64l-85 86l85 85v-64c71 0 128 57 128 128c0 22 -6 42 -15 60zM256 384c-71 0 -128 -57 -128 -128c0 -22 5 -42 15 -60l-31 -31c-17 26 -27 58 -27 91c0 94 77 171 171 171v64l85 -86l-85 -85v64z" />
199
+ <glyph glyph-name="av_timer" unicode="av_timer"
200
+ d="M128 256c0 12 9 21 21 21s22 -9 22 -21s-10 -21 -22 -21s-21 9 -21 21zM384 256c0 -12 -9 -21 -21 -21s-22 9 -22 21s10 21 22 21s21 -9 21 -21zM235 448h21c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192c0 63 30 118 77 153v1l145 -145l-30 -30
201
+ l-116 115c-21 -26 -33 -58 -33 -94c0 -83 66 -149 149 -149s149 66 149 149c0 75 -56 138 -128 148v-41h-42v85zM235 149c0 12 9 22 21 22s21 -10 21 -22s-9 -21 -21 -21s-21 9 -21 21z" />
202
+ <glyph glyph-name="backspace" unicode="backspace"
203
+ d="M405 179l-76 77l76 77l-30 30l-76 -77l-77 77l-30 -30l77 -77l-77 -77l30 -30l77 77l76 -77zM469 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-320c-15 0 -26 8 -34 19l-115 173l115 173c8 11 19 19 34 19h320z" />
204
+ <glyph glyph-name="backup" unicode="backup"
205
+ d="M299 235h64l-107 106l-107 -106h64v-86h86v86zM413 298c55 -4 99 -50 99 -106c0 -59 -48 -107 -107 -107h-277c-71 0 -128 57 -128 128c0 66 50 120 114 127c27 51 80 87 142 87c78 0 142 -55 157 -129z" />
206
+ <glyph glyph-name="battery_alert" unicode="battery_alert"
207
+ d="M277 213v107h-42v-107h42zM277 128v43h-42v-43h42zM334 427c16 0 29 -13 29 -29v-327c0 -16 -13 -28 -29 -28h-156c-16 0 -29 12 -29 28v327c0 16 13 29 29 29h35v42h86v-42h35z" />
208
+ <glyph glyph-name="battery_charging_full" unicode="battery_charging_full"
209
+ d="M235 85l85 160h-43v118l-85 -160h43v-118zM334 427c16 0 29 -13 29 -29v-327c0 -16 -13 -28 -29 -28h-156c-16 0 -29 12 -29 28v327c0 16 13 29 29 29h35v42h86v-42h35z" />
210
+ <glyph glyph-name="battery_full" unicode="battery_full"
211
+ d="M334 427c16 0 29 -13 29 -29v-327c0 -16 -13 -28 -29 -28h-156c-16 0 -29 12 -29 28v327c0 16 13 29 29 29h35v42h86v-42h35z" />
212
+ <glyph glyph-name="battery_std" unicode="battery_std"
213
+ d="M334 427c16 0 29 -13 29 -29v-327c0 -16 -13 -28 -29 -28h-156c-16 0 -29 12 -29 28v327c0 16 13 29 29 29h35v42h86v-42h35z" />
214
+ <glyph glyph-name="battery_unknown" unicode="battery_unknown"
215
+ d="M305 241c9 9 15 22 15 36c0 35 -29 64 -64 64s-64 -29 -64 -64h32c0 18 14 32 32 32s32 -14 32 -32c0 -9 -3 -16 -9 -22l-20 -20c-10 -10 -20 -25 -20 -43h34c0 10 8 24 18 34c6 6 14 15 14 15zM276 129v41h-40v-41h40zM334 427c16 0 29 -13 29 -29v-327
216
+ c0 -16 -13 -28 -29 -28h-156c-16 0 -29 12 -29 28v327c0 16 13 29 29 29h35v42h86v-42h35z" />
217
+ <glyph glyph-name="beach_access" unicode="beach_access"
218
+ d="M372 324c-66.8504 66.8504 -159.585 88.9016 -243.437 61.1868c63.7841 7.27512 145.981 -25.7308 212.437 -92.1868l-122 -122c-66.456 66.456 -99.4619 148.653 -92.1868 212.437c-27.7148 -83.8524 -5.66368 -176.587 61.1868 -243.437l-61 -61
219
+ c-83.9541 83.9541 -84 220.85 -0.137673 304.862c0.129398 1.10582 0.166618 1.14572 1.27547 1.27547c84.012 83.8623 220.908 83.8164 304.862 -0.137673zM280 201l31 31l137 -138l-31 -30z" />
220
+ <glyph glyph-name="beenhere" unicode="beenhere"
221
+ d="M213 171l192 192l-30 30l-162 -162l-76 76l-30 -30zM405 491c23 0 43 -20 43 -43v-276c0 -15 -8 -27 -19 -35l-173 -116l-173 116c-11 8 -19 20 -19 35v276c0 23 20 43 43 43h298z" />
222
+ <glyph glyph-name="block" unicode="block"
223
+ d="M256 85c94 0 171 77 171 171c0 39 -13 76 -36 105l-240 -240c29 -23 66 -36 105 -36zM85 256c0 -39 13 -76 36 -105l240 240c-29 23 -66 36 -105 36c-94 0 -171 -77 -171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
224
+ <glyph glyph-name="bluetooth" unicode="bluetooth"
225
+ d="M317 164l-40 41v-81zM277 388v-81l40 41zM378 348l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21z" />
226
+ <glyph glyph-name="bluetooth_audio" unicode="bluetooth_audio"
227
+ d="M275 164l-40 41v-81zM235 388v-81l40 41zM335 348l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM417 369c20 -32 31 -71 31 -111c0 -42 -12 -80 -33 -113l-25 25c13 26 21 55 21 86s-8 60 -21 86zM304 256l49 49
228
+ c6 -15 10 -32 10 -49s-4 -35 -10 -50z" />
229
+ <glyph glyph-name="bluetooth_connected" unicode="bluetooth_connected"
230
+ d="M405 299l43 -43l-43 -43l-42 43zM317 164l-40 41v-81zM277 388v-81l40 41zM378 348l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM149 256l-42 -43l-43 43l43 43z" />
231
+ <glyph glyph-name="bluetooth_disabled" unicode="bluetooth_disabled"
232
+ d="M277 124l40 40l-40 41v-81zM115 427l312 -312l-30 -30l-49 49l-92 -91h-21v162l-98 -98l-30 30l119 119l-141 141zM277 388v-69l-42 43v107h21l122 -121l-65 -65l-30 30l34 35z" />
233
+ <glyph glyph-name="bluetooth_searching" unicode="bluetooth_searching"
234
+ d="M275 164l-40 41v-81zM235 388v-81l40 41zM335 348l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM417 369c20 -32 31 -71 31 -111c0 -42 -12 -80 -33 -113l-25 25c13 26 21 55 21 86s-8 60 -21 86zM304 256l49 49
235
+ c6 -15 10 -32 10 -49s-4 -35 -10 -50z" />
236
+ <glyph glyph-name="blur_circular" unicode="blur_circular"
237
+ d="M299 235c12 0 21 -10 21 -22s-9 -21 -21 -21s-22 9 -22 21s10 22 22 22zM299 160c6 0 10 -5 10 -11s-4 -10 -10 -10s-11 4 -11 10s5 11 11 11zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213
238
+ s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM363 309c6 0 10 -4 10 -10s-4 -11 -10 -11s-11 5 -11 11s5 10 11 10zM363 224c6 0 10 -5 10 -11s-4 -10 -10 -10s-11 4 -11 10s5 11 11 11zM299 352c-6 0 -11 5 -11 11s5 10 11 10s10 -4 10 -10s-4 -11 -10 -11z
239
+ M299 320c12 0 21 -9 21 -21s-9 -22 -21 -22s-22 10 -22 22s10 21 22 21zM213 352c-6 0 -10 5 -10 11s4 10 10 10s11 -4 11 -10s-5 -11 -11 -11zM149 224c6 0 11 -5 11 -11s-5 -10 -11 -10s-10 4 -10 10s4 11 10 11zM213 160c6 0 11 -5 11 -11s-5 -10 -11 -10s-10 4 -10 10
240
+ s4 11 10 11zM149 309c6 0 11 -4 11 -10s-5 -11 -11 -11s-10 5 -10 11s4 10 10 10zM213 235c12 0 22 -10 22 -22s-10 -21 -22 -21s-21 9 -21 21s9 22 21 22zM213 320c12 0 22 -9 22 -21s-10 -22 -22 -22s-21 10 -21 22s9 21 21 21z" />
241
+ <glyph glyph-name="blur_linear" unicode="blur_linear"
242
+ d="M277 149c-12 0 -21 10 -21 22s9 21 21 21s22 -9 22 -21s-10 -22 -22 -22zM277 235c-12 0 -21 9 -21 21s9 21 21 21s22 -9 22 -21s-10 -21 -22 -21zM277 320c-12 0 -21 9 -21 21s9 22 21 22s22 -10 22 -22s-10 -21 -22 -21zM363 245c-6 0 -11 5 -11 11s5 11 11 11
243
+ s10 -5 10 -11s-4 -11 -10 -11zM363 331c-6 0 -11 4 -11 10s5 11 11 11s10 -5 10 -11s-4 -10 -10 -10zM64 448h384v-43h-384v43zM363 160c-6 0 -11 5 -11 11s5 10 11 10s10 -4 10 -10s-4 -11 -10 -11zM192 149c-12 0 -21 10 -21 22s9 21 21 21s21 -9 21 -21s-9 -22 -21 -22z
244
+ M107 224c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM107 309c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM64 64v43h384v-43h-384zM192 320c-12 0 -21 9 -21 21s9 22 21 22s21 -10 21 -22s-9 -21 -21 -21zM192 235
245
+ c-12 0 -21 9 -21 21s9 21 21 21s21 -9 21 -21s-9 -21 -21 -21zM107 139c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32z" />
246
+ <glyph glyph-name="blur_off" unicode="blur_off"
247
+ d="M64 224c6 0 11 -5 11 -11s-5 -10 -11 -10s-11 4 -11 10s5 11 11 11zM128 149c12 0 21 -9 21 -21s-9 -21 -21 -21s-21 9 -21 21s9 21 21 21zM213 75c6 0 11 -5 11 -11s-5 -11 -11 -11s-10 5 -10 11s4 11 10 11zM64 309c6 0 11 -4 11 -10s-5 -11 -11 -11s-11 5 -11 11
248
+ s5 10 11 10zM128 235c12 0 21 -10 21 -22s-9 -21 -21 -21s-21 9 -21 21s9 22 21 22zM448 224c6 0 11 -5 11 -11s-5 -10 -11 -10s-11 4 -11 10s5 11 11 11zM213 149c12 0 22 -9 22 -21s-10 -21 -22 -21s-21 9 -21 21s9 21 21 21zM53 400l27 27l347 -347l-28 -27l-80 81
249
+ c1 -2 1 -4 1 -6c0 -12 -9 -21 -21 -21s-22 9 -22 21s10 21 22 21c2 0 4 0 6 -1l-60 60c-2 -15 -16 -27 -32 -27c-18 0 -32 14 -32 32c0 16 12 30 27 32l-60 60c1 -2 1 -4 1 -6c0 -12 -9 -22 -21 -22s-21 10 -21 22s9 21 21 21l6 -1zM299 75c6 0 10 -5 10 -11s-4 -11 -10 -11
250
+ s-11 5 -11 11s5 11 11 11zM384 363c-12 0 -21 9 -21 21s9 21 21 21s21 -9 21 -21s-9 -21 -21 -21zM384 277c-12 0 -21 10 -21 22s9 21 21 21s21 -9 21 -21s-9 -22 -21 -22zM384 192c-12 0 -21 9 -21 21s9 22 21 22s21 -10 21 -22s-9 -21 -21 -21zM213 363
251
+ c-12 0 -21 9 -21 21s9 21 21 21s22 -9 22 -21s-10 -21 -22 -21zM448 288c-6 0 -11 5 -11 11s5 10 11 10s11 -4 11 -10s-5 -11 -11 -11zM213 437c-6 0 -10 5 -10 11s4 11 10 11s11 -5 11 -11s-5 -11 -11 -11zM299 437c-6 0 -11 5 -11 11s5 11 11 11s10 -5 10 -11
252
+ s-4 -11 -10 -11zM294 267c-14 2 -25 13 -27 27v5c0 18 14 32 32 32s32 -14 32 -32s-14 -32 -32 -32h-5zM299 363c-12 0 -22 9 -22 21s10 21 22 21s21 -9 21 -21s-9 -21 -21 -21z" />
253
+ <glyph glyph-name="blur_on" unicode="blur_on"
254
+ d="M299 331c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM299 245c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM213 149c12 0 22 -9 22 -21s-10 -21 -22 -21s-21 9 -21 21s9 21 21 21zM213 331c18 0 32 -14 32 -32s-14 -32 -32 -32
255
+ s-32 14 -32 32s14 32 32 32zM299 75c6 0 10 -5 10 -11s-4 -11 -10 -11s-11 5 -11 11s5 11 11 11zM299 149c12 0 21 -9 21 -21s-9 -21 -21 -21s-22 9 -22 21s10 21 22 21zM448 224c6 0 11 -5 11 -11s-5 -10 -11 -10s-11 4 -11 10s5 11 11 11zM384 405c12 0 21 -9 21 -21
256
+ s-9 -21 -21 -21s-21 9 -21 21s9 21 21 21zM384 320c12 0 21 -9 21 -21s-9 -22 -21 -22s-21 10 -21 22s9 21 21 21zM384 149c12 0 21 -9 21 -21s-9 -21 -21 -21s-21 9 -21 21s9 21 21 21zM384 235c12 0 21 -10 21 -22s-9 -21 -21 -21s-21 9 -21 21s9 22 21 22zM213 245
257
+ c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM213 363c-12 0 -21 9 -21 21s9 21 21 21s22 -9 22 -21s-10 -21 -22 -21zM213 437c-6 0 -10 5 -10 11s4 11 10 11s11 -5 11 -11s-5 -11 -11 -11zM213 75c6 0 11 -5 11 -11s-5 -11 -11 -11s-10 5 -10 11
258
+ s4 11 10 11zM64 224c6 0 11 -5 11 -11s-5 -10 -11 -10s-11 4 -11 10s5 11 11 11zM299 437c-6 0 -11 5 -11 11s5 11 11 11s10 -5 10 -11s-4 -11 -10 -11zM299 363c-12 0 -22 9 -22 21s10 21 22 21s21 -9 21 -21s-9 -21 -21 -21zM448 288c-6 0 -11 5 -11 11s5 10 11 10
259
+ s11 -4 11 -10s-5 -11 -11 -11zM128 405c12 0 21 -9 21 -21s-9 -21 -21 -21s-21 9 -21 21s9 21 21 21zM64 309c6 0 11 -4 11 -10s-5 -11 -11 -11s-11 5 -11 11s5 10 11 10zM128 320c12 0 21 -9 21 -21s-9 -22 -21 -22s-21 10 -21 22s9 21 21 21zM128 149c12 0 21 -9 21 -21
260
+ s-9 -21 -21 -21s-21 9 -21 21s9 21 21 21zM128 235c12 0 21 -10 21 -22s-9 -21 -21 -21s-21 9 -21 21s9 22 21 22z" />
261
+ <glyph glyph-name="book" unicode="book"
262
+ d="M128 427v-171l53 32l54 -32v171h-107zM384 469c23 0 43 -19 43 -42v-342c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v342c0 23 20 42 43 42h256z" />
263
+ <glyph glyph-name="bookmark" unicode="bookmark"
264
+ d="M363 448c23 0 42 -20 42 -43v-341l-149 64l-149 -64v341c0 23 19 43 42 43h214z" />
265
+ <glyph glyph-name="bookmark_border" unicode="bookmark_border"
266
+ d="M363 128v277h-214v-277l107 47zM363 448c23 0 42 -20 42 -43v-341l-149 64l-149 -64v341c0 23 19 43 42 43h214z" />
267
+ <glyph glyph-name="border_all" unicode="border_all"
268
+ d="M405 277v128h-128v-128h128zM405 107v128h-128v-128h128zM235 277v128h-128v-128h128zM235 107v128h-128v-128h128zM64 448h384v-384h-384v384z" />
269
+ <glyph glyph-name="border_bottom" unicode="border_bottom"
270
+ d="M107 192v-43h-43v43h43zM64 64v43h384v-43h-384zM107 277v-42h-43v42h43zM405 320v43h43v-43h-43zM405 448h43v-43h-43v43zM107 363v-43h-43v43h43zM405 149v43h43v-43h-43zM405 235v42h43v-42h-43zM363 448v-43h-43v43h43zM277 448v-43h-42v43h42zM363 277v-42h-43v42
271
+ h43zM277 363v-43h-42v43h42zM107 448v-43h-43v43h43zM277 277v-42h-42v42h42zM192 448v-43h-43v43h43zM277 192v-43h-42v43h42zM192 277v-42h-43v42h43z" />
272
+ <glyph glyph-name="border_clear" unicode="border_clear"
273
+ d="M320 405v43h43v-43h-43zM320 235v42h43v-42h-43zM320 64v43h43v-43h-43zM235 405v43h42v-43h-42zM405 448h43v-43h-43v43zM235 320v43h42v-43h-42zM405 320v43h43v-43h-43zM405 64v43h43v-43h-43zM405 235v42h43v-42h-43zM405 149v43h43v-43h-43zM235 235v42h42v-42h-42z
274
+ M64 405v43h43v-43h-43zM64 320v43h43v-43h-43zM64 235v42h43v-42h-43zM64 149v43h43v-43h-43zM64 64v43h43v-43h-43zM235 64v43h42v-43h-42zM235 149v43h42v-43h-42zM149 64v43h43v-43h-43zM149 235v42h43v-42h-43zM149 405v43h43v-43h-43z" />
275
+ <glyph glyph-name="border_color" unicode="border_color"
276
+ d="M0 85h512v-85h-512v85zM442 426l-42 -42l-80 80l42 42c8 8 22 8 30 0l50 -50c8 -8 8 -22 0 -30zM379 363l-214 -214h-80v80l214 214z" />
277
+ <glyph glyph-name="border_horizontal" unicode="border_horizontal"
278
+ d="M405 64v43h43v-43h-43zM320 64v43h43v-43h-43zM235 149v43h42v-43h-42zM405 320v43h43v-43h-43zM405 448h43v-43h-43v43zM64 235v42h384v-42h-384zM235 64v43h42v-43h-42zM405 149v43h43v-43h-43zM277 448v-43h-42v43h42zM277 363v-43h-42v43h42zM363 448v-43h-43v43h43z
279
+ M192 448v-43h-43v43h43zM107 448v-43h-43v43h43zM149 64v43h43v-43h-43zM64 149v43h43v-43h-43zM107 363v-43h-43v43h43zM64 64v43h43v-43h-43z" />
280
+ <glyph glyph-name="border_inner" unicode="border_inner"
281
+ d="M405 149v43h43v-43h-43zM405 64v43h43v-43h-43zM277 448v-171h171v-42h-171v-171h-42v171h-171v42h171v171h42zM320 64v43h43v-43h-43zM405 448h43v-43h-43v43zM405 320v43h43v-43h-43zM363 448v-43h-43v43h43zM107 448v-43h-43v43h43zM192 448v-43h-43v43h43zM64 149v43
282
+ h43v-43h-43zM107 363v-43h-43v43h43zM149 64v43h43v-43h-43zM64 64v43h43v-43h-43z" />
283
+ <glyph glyph-name="border_left" unicode="border_left"
284
+ d="M320 405v43h43v-43h-43zM320 235v42h43v-42h-43zM405 64v43h43v-43h-43zM405 235v42h43v-42h-43zM405 448h43v-43h-43v43zM405 149v43h43v-43h-43zM320 64v43h43v-43h-43zM405 320v43h43v-43h-43zM64 64v384h43v-384h-43zM149 235v42h43v-42h-43zM149 405v43h43v-43h-43z
285
+ M149 64v43h43v-43h-43zM235 235v42h42v-42h-42zM235 320v43h42v-43h-42zM235 405v43h42v-43h-42zM235 149v43h42v-43h-42zM235 64v43h42v-43h-42z" />
286
+ <glyph glyph-name="border_outer" unicode="border_outer"
287
+ d="M192 277v-42h-43v42h43zM277 192v-43h-42v43h42zM405 107v298h-298v-298h298zM64 448h384v-384h-384v384zM363 277v-42h-43v42h43zM277 277v-42h-42v42h42zM277 363v-43h-42v43h42z" />
288
+ <glyph glyph-name="border_right" unicode="border_right"
289
+ d="M235 320v43h42v-43h-42zM235 405v43h42v-43h-42zM235 235v42h42v-42h-42zM320 405v43h43v-43h-43zM320 64v43h43v-43h-43zM405 448h43v-384h-43v384zM320 235v42h43v-42h-43zM235 149v43h42v-43h-42zM64 320v43h43v-43h-43zM64 149v43h43v-43h-43zM64 235v42h43v-42h-43z
290
+ M235 64v43h42v-43h-42zM64 64v43h43v-43h-43zM149 235v42h43v-42h-43zM149 405v43h43v-43h-43zM64 405v43h43v-43h-43zM149 64v43h43v-43h-43z" />
291
+ <glyph glyph-name="border_style" unicode="border_style"
292
+ d="M405 320v43h43v-43h-43zM64 448h384v-43h-341v-341h-43v384zM405 235v42h43v-42h-43zM405 149v43h43v-43h-43zM235 64v43h42v-43h-42zM149 64v43h43v-43h-43zM405 64v43h43v-43h-43zM320 64v43h43v-43h-43z" />
293
+ <glyph glyph-name="border_top" unicode="border_top"
294
+ d="M320 235v42h43v-42h-43zM405 64v43h43v-43h-43zM235 320v43h42v-43h-42zM320 64v43h43v-43h-43zM405 149v43h43v-43h-43zM64 448h384v-43h-384v43zM405 235v42h43v-42h-43zM405 320v43h43v-43h-43zM235 149v43h42v-43h-42zM64 320v43h43v-43h-43zM64 235v42h43v-42h-43z
295
+ M64 64v43h43v-43h-43zM64 149v43h43v-43h-43zM235 64v43h42v-43h-42zM235 235v42h42v-42h-42zM149 235v42h43v-42h-43zM149 64v43h43v-43h-43z" />
296
+ <glyph glyph-name="border_vertical" unicode="border_vertical"
297
+ d="M320 235v42h43v-42h-43zM320 64v43h43v-43h-43zM320 405v43h43v-43h-43zM405 320v43h43v-43h-43zM405 448h43v-43h-43v43zM405 235v42h43v-42h-43zM405 64v43h43v-43h-43zM235 64v384h42v-384h-42zM405 149v43h43v-43h-43zM149 405v43h43v-43h-43zM64 149v43h43v-43h-43z
298
+ M64 64v43h43v-43h-43zM64 235v42h43v-42h-43zM149 235v42h43v-42h-43zM149 64v43h43v-43h-43zM64 405v43h43v-43h-43zM64 320v43h43v-43h-43z" />
299
+ <glyph glyph-name="branding_watermark" unicode="branding_watermark"
300
+ d="M448 107v128h-192v-128h192zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384z" />
301
+ <glyph glyph-name="brightness_1" unicode="brightness_&#x31;"
302
+ d="M43 256c0 118 95 213 213 213s213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213z" />
303
+ <glyph glyph-name="brightness_2" unicode="brightness_&#x32;"
304
+ d="M213 469c118 0 214 -95 214 -213s-96 -213 -214 -213c-39 0 -75 10 -106 28c64 37 106 106 106 185s-42 148 -106 185c31 18 67 28 106 28z" />
305
+ <glyph glyph-name="brightness_3" unicode="brightness_&#x33;"
306
+ d="M192 469c118 0 213 -95 213 -213s-95 -213 -213 -213c-22 0 -44 3 -64 9c87 27 149 108 149 204s-62 177 -149 204c20 6 42 9 64 9z" />
307
+ <glyph glyph-name="brightness_4" unicode="brightness_&#x34;"
308
+ d="M256 128c71 0 128 57 128 128s-57 128 -128 128c-19 0 -37 -5 -53 -12c44 -20 74 -64 74 -116s-30 -96 -74 -116c16 -7 34 -12 53 -12zM427 327l70 -71l-70 -71v-100h-100l-71 -70l-71 70h-100v100l-70 71l70 71v100h100l71 70l71 -70h100v-100z" />
309
+ <glyph glyph-name="brightness_5" unicode="brightness_&#x35;"
310
+ d="M256 128c71 0 128 57 128 128s-57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128zM427 185v-100h-100l-71 -70l-71 70h-100v100l-70 71l70 71v100h100l71 70l71 -70h100v-100l70 -71z" />
311
+ <glyph glyph-name="brightness_6" unicode="brightness_&#x36;"
312
+ d="M256 128c71 0 128 57 128 128s-57 128 -128 128v-256zM427 185v-100h-100l-71 -70l-71 70h-100v100l-70 71l70 71v100h100l71 70l71 -70h100v-100l70 -71z" />
313
+ <glyph glyph-name="brightness_7" unicode="brightness_&#x37;"
314
+ d="M256 341c47 0 85 -38 85 -85s-38 -85 -85 -85s-85 38 -85 85s38 85 85 85zM256 128c71 0 128 57 128 128s-57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128zM427 327l70 -71l-70 -71v-100h-100l-71 -70l-71 70h-100v100l-70 71l70 71v100h100l71 70l71 -70h100
315
+ v-100z" />
316
+ <glyph glyph-name="brightness_auto" unicode="brightness_auto"
317
+ d="M305 171h41l-69 192h-42l-69 -192h41l15 42h68zM427 327l70 -71l-70 -71v-100h-100l-71 -70l-71 70h-100v100l-70 71l70 71v100h100l71 70l71 -70h100v-100zM231 242l25 78l25 -78h-50z" />
318
+ <glyph glyph-name="brightness_high" unicode="brightness_high"
319
+ d="M256 341c47 0 85 -38 85 -85s-38 -85 -85 -85s-85 38 -85 85s38 85 85 85zM256 128c71 0 128 57 128 128s-57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128zM427 327l70 -71l-70 -71v-100h-100l-71 -70l-71 70h-100v100l-70 71l70 71v100h100l71 70l71 -70h100
320
+ v-100z" />
321
+ <glyph glyph-name="brightness_low" unicode="brightness_low"
322
+ d="M256 128c71 0 128 57 128 128s-57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128zM427 185v-100h-100l-71 -70l-71 70h-100v100l-70 71l70 71v100h100l71 70l71 -70h100v-100l70 -71z" />
323
+ <glyph glyph-name="brightness_medium" unicode="brightness_medium"
324
+ d="M256 128c71 0 128 57 128 128s-57 128 -128 128v-256zM427 185v-100h-100l-71 -70l-71 70h-100v100l-70 71l70 71v100h100l71 70l71 -70h100v-100l70 -71z" />
325
+ <glyph glyph-name="broken_image" unicode="broken_image"
326
+ d="M384 268l64 -64v-97c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v140l64 -64l85 86l86 -86zM448 405v-140l-64 64l-85 -86l-86 86l-85 -86l-64 65v97c0 23 20 43 43 43h298c23 0 43 -20 43 -43z" />
327
+ <glyph glyph-name="brush" unicode="brush"
328
+ d="M442 413c8 -8 8 -22 0 -30l-191 -191l-59 59l191 191c8 8 22 8 30 0zM149 213c35 0 64 -29 64 -64c0 -47 -38 -85 -85 -85c-32 0 -65 17 -85 43c18 0 42 14 42 42c0 35 29 64 64 64z" />
329
+ <glyph glyph-name="bubble_chart" unicode="bubble_chart"
330
+ d="M222 324c0 57 45 103 102 103s103 -46 103 -103s-46 -102 -103 -102s-102 45 -102 102zM273 128c0 24 19 43 43 43s42 -19 42 -43s-18 -43 -42 -43s-43 19 -43 43zM85 205c0 38 31 68 69 68s68 -30 68 -68s-30 -68 -68 -68s-69 30 -69 68z" />
331
+ <glyph glyph-name="bug_report" unicode="bug_report"
332
+ d="M299 256v43h-86v-43h86zM299 171v42h-86v-42h86zM427 341v-42h-45c1 -7 2 -15 2 -22v-21h43v-43h-43v-21c0 -7 -1 -14 -2 -21h45v-43h-60c-22 -38 -64 -64 -111 -64s-89 26 -111 64h-60v43h45c-1 7 -2 14 -2 21v21h-43v43h43v21c0 7 1 15 2 22h-45v42h60
333
+ c10 17 23 31 39 42l-35 35l30 30l47 -46c10 2 20 3 30 3s20 -1 30 -3l47 46l30 -30l-35 -35c16 -11 29 -25 39 -42h60z" />
334
+ <glyph glyph-name="build" unicode="build"
335
+ d="M484 107c9 -6 9 -21 -2 -30l-49 -49c-9 -9 -21 -9 -30 0l-194 194c-49 -19 -106 -9 -147 32c-43 43 -54 107 -28 158l94 -92l64 64l-92 92c51 23 115 15 158 -28c41 -41 51 -98 32 -147z" />
336
+ <glyph glyph-name="burst_mode" unicode="burst_mode"
337
+ d="M235 149h213l-68 90l-54 -68l-38 46zM469 405c12 0 22 -9 22 -21v-256c0 -12 -10 -21 -22 -21h-256c-12 0 -21 9 -21 21v256c0 12 9 21 21 21h256zM107 405h42v-298h-42v298zM21 405h43v-298h-43v298z" />
338
+ <glyph glyph-name="business" unicode="business"
339
+ d="M384 192v-43h-43v43h43zM384 277v-42h-43v42h43zM427 107v213h-171v-43h43v-42h-43v-43h43v-43h-43v-42h171zM213 363v42h-42v-42h42zM213 277v43h-42v-43h42zM213 192v43h-42v-43h42zM213 107v42h-42v-42h42zM128 363v42h-43v-42h43zM128 277v43h-43v-43h43zM128 192v43
340
+ h-43v-43h43zM128 107v42h-43v-42h43zM256 363h213v-299h-426v384h213v-85z" />
341
+ <glyph glyph-name="business_center" unicode="business_center"
342
+ d="M299 363v42h-86v-42h86zM427 363c23 0 42 -20 42 -43v-64c0 -23 -19 -43 -42 -43h-128v43h-86v-43h-128c-24 0 -42 19 -42 43v64c0 23 19 43 42 43h85v42l43 43h85l43 -43v-42h86zM213 171h86v21h149v-85c0 -24 -19 -43 -43 -43h-298c-24 0 -43 19 -43 43v85h149v-21z
343
+ " />
344
+ <glyph glyph-name="cached" unicode="cached"
345
+ d="M128 256h64l-85 -85l-86 85h64c0 94 77 171 171 171c33 0 65 -10 91 -27l-31 -31c-18 10 -38 15 -60 15c-71 0 -128 -57 -128 -128zM405 341l86 -85h-64c0 -94 -77 -171 -171 -171c-33 0 -65 10 -91 27l31 31c18 -10 38 -15 60 -15c71 0 128 57 128 128h-64z" />
346
+ <glyph glyph-name="cake" unicode="cake"
347
+ d="M384 320c35 0 64 -29 64 -64v-33c0 -23 -19 -42 -42 -42c-11 0 -21 4 -29 12l-46 46l-46 -46c-16 -16 -43 -16 -59 0l-45 46l-46 -46c-8 -8 -18 -12 -29 -12c-23 0 -42 19 -42 42v33c0 35 29 64 64 64h107v43h42v-43h107zM354 171c14 -14 32 -22 52 -22c16 0 30 5 42 13
348
+ v-98c0 -12 -9 -21 -21 -21h-342c-12 0 -21 9 -21 21v98c12 -8 26 -13 42 -13c20 0 38 8 52 22l23 23l23 -23c28 -28 76 -28 104 0l23 23zM256 384c-23 0 -43 20 -43 43c0 8 3 16 7 22l36 63l36 -63c4 -6 7 -14 7 -22c0 -23 -19 -43 -43 -43z" />
349
+ <glyph glyph-name="call" unicode="call"
350
+ d="M141 282c31 -60 81 -110 141 -141l47 47c6 6 15 8 22 5c24 -8 50 -12 76 -12c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22z" />
351
+ <glyph glyph-name="call_end" unicode="call_end"
352
+ d="M256 320c-34 0 -67 -5 -98 -15v-66c0 -8 -5 -17 -12 -20c-21 -10 -40 -23 -57 -39c-4 -4 -9 -6 -15 -6s-11 2 -15 6l-53 53c-4 4 -6 9 -6 15s2 11 6 15c65 62 153 100 250 100s185 -38 250 -100c4 -4 6 -9 6 -15s-2 -11 -6 -15l-53 -53c-4 -4 -9 -6 -15 -6s-11 2 -15 6
353
+ c-17 16 -36 29 -57 39c-7 3 -12 10 -12 19v66c-31 10 -64 16 -98 16z" />
354
+ <glyph glyph-name="call_made" unicode="call_made"
355
+ d="M192 405h213v-213h-42v141l-248 -248l-30 30l248 248h-141v42z" />
356
+ <glyph glyph-name="call_merge" unicode="call_merge"
357
+ d="M160 341l96 96l96 -96h-75v-136l-128 -128l-30 30l116 115v119h-75zM363 77l-73 72l30 30l73 -72z" />
358
+ <glyph glyph-name="call_missed" unicode="call_missed"
359
+ d="M418 363l30 -30l-192 -192l-149 149v-98h-43v171h171v-43h-98l119 -119z" />
360
+ <glyph glyph-name="call_missed_outgoing" unicode="call_missed_outgoing"
361
+ d="M64 333l30 30l162 -162l119 119h-98v43h171v-171h-43v98l-149 -149z" />
362
+ <glyph glyph-name="call_received" unicode="call_received"
363
+ d="M427 397l-248 -248h141v-42h-213v213h42v-141l248 248z" />
364
+ <glyph glyph-name="call_split" unicode="call_split"
365
+ d="M213 427l-49 -49l113 -113v-180h-42v162l-101 101l-49 -49v128h128zM299 427h128v-128l-49 49l-62 -62l-30 30l62 62z" />
366
+ <glyph glyph-name="call_to_action" unicode="call_to_action"
367
+ d="M448 107v64h-384v-64h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384z" />
368
+ <glyph glyph-name="camera" unicode="camera"
369
+ d="M210 48c34.3543 59.3123 68.2469 119.086 103 178l78 -135c-37 -30 -84 -48 -135 -48c-16 0 -31 2 -46 5zM52 192h207l-79 -135c-61 23 -108 73 -128 135zM99 400c35.9996 -62.3337 71.7933 -124.873 108 -187h-160c-3 14 -4 28 -4 43c0 56 21 106 56 144zM465 299
370
+ c3 -14 4 -28 4 -43c0 -56 -21 -106 -56 -144l-102 176l-6 11h160zM460 320h-207l79 135c61 -23 108 -73 128 -135zM201 288l-2 -2l-78 135c37 30 84 48 135 48c16 0 31 -2 46 -5z" />
371
+ <glyph glyph-name="camera_alt" unicode="camera_alt"
372
+ d="M256 149c59 0 107 48 107 107s-48 107 -107 107s-107 -48 -107 -107s48 -107 107 -107zM192 469h128l39 -42h68c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h68zM188 256c0 38 30 68 68 68s68 -30 68 -68
373
+ s-30 -68 -68 -68s-68 30 -68 68z" />
374
+ <glyph glyph-name="camera_enhance" unicode="camera_enhance"
375
+ d="M256 149l-27 59l-58 27l58 26l27 59l27 -59l58 -26l-58 -27zM256 128c59 0 107 48 107 107s-48 106 -107 106s-107 -47 -107 -106s48 -107 107 -107zM192 448h128l39 -43h68c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256
376
+ c0 23 19 42 42 42h68z" />
377
+ <glyph glyph-name="camera_front" unicode="camera_front"
378
+ d="M149 469v-224c0 36 71 54 107 54s107 -18 107 -54v224h-214zM363 512c23 0 42 -20 42 -43v-298c0 -23 -19 -43 -42 -43h-150l64 -64l-64 -64v43h-106v42h106v43h-64c-23 0 -42 20 -42 43v298c0 23 19 43 42 43h214zM256 341c-23 0 -42 20 -42 43s19 43 42 43
379
+ s43 -20 43 -43s-20 -43 -43 -43zM299 85h106v-42h-106v42z" />
380
+ <glyph glyph-name="camera_rear" unicode="camera_rear"
381
+ d="M256 384c23 0 42 20 42 43s-19 42 -42 42s-43 -19 -43 -42s19 -43 43 -43zM363 512c23 0 42 -20 42 -43v-298c0 -23 -19 -43 -42 -43h-150l64 -64l-64 -64v43h-106v42h106v43h-64c-23 0 -42 20 -42 43v298c0 23 19 43 42 43h214zM299 85h106v-42h-106v42z" />
382
+ <glyph glyph-name="camera_roll" unicode="camera_roll"
383
+ d="M427 320v43h-43v-43h43zM427 128v43h-43v-43h43zM341 320v43h-42v-43h42zM341 128v43h-42v-43h42zM256 320v43h-43v-43h43zM256 128v43h-43v-43h43zM299 405h170v-320h-170c0 -23 -20 -42 -43 -42h-171c-23 0 -42 19 -42 42v320c0 23 19 43 42 43h22v21c0 12 9 22 21 22
384
+ h85c12 0 22 -10 22 -22v-21h21c23 0 43 -20 43 -43z" />
385
+ <glyph glyph-name="cancel" unicode="cancel"
386
+ d="M363 179l-77 77l77 77l-30 30l-77 -77l-77 77l-30 -30l77 -77l-77 -77l30 -30l77 77l77 -77zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
387
+ <glyph glyph-name="card_giftcard" unicode="card_giftcard"
388
+ d="M427 213v128h-109l45 -60l-35 -25c-24.0378 32.6288 -48.3187 65.0147 -72 98c-23.6829 -32.9837 -47.9614 -65.3719 -72 -98l-35 25l45 60h-109v-128h342zM427 107v42h-342v-42h342zM192 427c-12 0 -21 -10 -21 -22s9 -21 21 -21s21 9 21 21s-9 22 -21 22zM320 427
389
+ c-12 0 -21 -10 -21 -22s9 -21 21 -21s21 9 21 21s-9 22 -21 22zM427 384c24 0 42 -19 42 -43v-234c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v234c0 24 18 43 42 43h47c-2 7 -4 14 -4 21c0 35 29 64 64 64c22 0 41 -11 53 -28l11 -15l11 15c12 17 31 28 53 28
390
+ c35 0 64 -29 64 -64c0 -7 -2 -14 -4 -21h47z" />
391
+ <glyph glyph-name="card_membership" unicode="card_membership"
392
+ d="M427 299v128h-342v-128h342zM427 192v43h-342v-43h342zM427 469c24 0 42 -18 42 -42v-235c0 -24 -18 -43 -42 -43h-86v-106l-85 42l-85 -42v106h-86c-24 0 -42 19 -42 43v235c0 24 18 42 42 42h342z" />
393
+ <glyph glyph-name="card_travel" unicode="card_travel"
394
+ d="M427 213v128h-64v-42h-43v42h-128v-42h-43v42h-64v-128h342zM427 107v42h-342v-42h342zM192 427v-43h128v43h-128zM427 384c24 0 42 -19 42 -43v-234c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v234c0 24 18 43 42 43h64v43c0 24 19 42 43 42h128
395
+ c24 0 43 -18 43 -42v-43h64z" />
396
+ <glyph glyph-name="casino" unicode="casino"
397
+ d="M352 320c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM352 128c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM256 224c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM160 320c18 0 32 14 32 32s-14 32 -32 32
398
+ s-32 -14 -32 -32s14 -32 32 -32zM160 128c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
399
+ <glyph glyph-name="cast" unicode="cast"
400
+ d="M21 299c129 0 235 -105 235 -235h-43c0 106 -86 192 -192 192v43zM21 213c83 0 150 -66 150 -149h-43c0 59 -48 107 -107 107v42zM21 128c35 0 64 -29 64 -64h-64v64zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-149v43h149v298h-384v-64h-43v64
401
+ c0 23 20 43 43 43h384z" />
402
+ <glyph glyph-name="cast_connected" unicode="cast_connected"
403
+ d="M448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-149v43h149v298h-384v-64h-43v64c0 23 20 43 43 43h384zM21 299c129 0 235 -105 235 -235h-43c0 106 -86 192 -192 192v43zM405 363v-214h-120c-27 84 -94 152 -178 179v35h298zM21 213c83 0 150 -66 150 -149
404
+ h-43c0 59 -48 107 -107 107v42zM21 128c35 0 64 -29 64 -64h-64v64z" />
405
+ <glyph glyph-name="center_focus_strong" unicode="center_focus_strong"
406
+ d="M405 107v85h43v-85c0 -23 -20 -43 -43 -43h-85v43h85zM405 448c23 0 43 -20 43 -43v-85h-43v85h-85v43h85zM107 405v-85h-43v85c0 23 20 43 43 43h85v-43h-85zM107 192v-85h85v-43h-85c-23 0 -43 20 -43 43v85h43zM256 341c47 0 85 -38 85 -85s-38 -85 -85 -85
407
+ s-85 38 -85 85s38 85 85 85z" />
408
+ <glyph glyph-name="center_focus_weak" unicode="center_focus_weak"
409
+ d="M256 213c23 0 43 20 43 43s-20 43 -43 43s-43 -20 -43 -43s20 -43 43 -43zM256 341c47 0 85 -38 85 -85s-38 -85 -85 -85s-85 38 -85 85s38 85 85 85zM405 107v85h43v-85c0 -23 -20 -43 -43 -43h-85v43h85zM405 448c23 0 43 -20 43 -43v-85h-43v85h-85v43h85zM107 405
410
+ v-85h-43v85c0 23 20 43 43 43h85v-43h-85zM107 192v-85h85v-43h-85c-23 0 -43 20 -43 43v85h43z" />
411
+ <glyph glyph-name="change_history" unicode="change_history"
412
+ d="M256 427l213 -342h-426zM256 346l-136 -218h272z" />
413
+ <glyph glyph-name="chat" unicode="chat"
414
+ d="M384 341v43h-256v-43h256zM299 213v43h-171v-43h171zM128 320v-43h256v43h-256zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
415
+ <glyph glyph-name="chat_bubble" unicode="chat_bubble"
416
+ d="M427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
417
+ <glyph glyph-name="chat_bubble_outline" unicode="chat_bubble_outline"
418
+ d="M427 171v256h-342v-299l43 43h299zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
419
+ <glyph glyph-name="check" unicode="check"
420
+ d="M192 167l226 226l30 -30l-256 -256l-119 119l30 30z" />
421
+ <glyph glyph-name="check_box" unicode="check_box"
422
+ d="M213 149l192 192l-30 31l-162 -162l-76 76l-30 -30zM405 448c24 0 43 -20 43 -43v-298c0 -23 -19 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h298z" />
423
+ <glyph glyph-name="check_box_outline_blank" unicode="check_box_outline_blank"
424
+ d="M405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298zM405 405h-298v-298h298v298z" />
425
+ <glyph glyph-name="check_circle" unicode="check_circle"
426
+ d="M213 149l192 192l-30 31l-162 -162l-76 76l-30 -30zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
427
+ <glyph glyph-name="chevron_left" unicode="chevron_left"
428
+ d="M329 354l-98 -98l98 -98l-30 -30l-128 128l128 128z" />
429
+ <glyph glyph-name="chevron_right" unicode="chevron_right"
430
+ d="M213 384l128 -128l-128 -128l-30 30l98 98l-98 98z" />
431
+ <glyph glyph-name="child_care" unicode="child_care"
432
+ d="M160 213h192c-16 -38 -53 -64 -96 -64s-80 26 -96 64zM256 107c68.0018 0 125.232 44.8128 143 107c2 0 4 -1 6 -1c23 0 43 20 43 43s-20 43 -43 43c-2 0 -4 -1 -6 -1c-17.7643 62.1749 -74.9972 107 -143 107c-68.0018 0 -125.232 -44.8128 -143 -107c-2 0 -4 1 -6 1
433
+ c-23 0 -43 -20 -43 -43s20 -43 43 -43c2 0 4 1 6 1c17.7643 -62.1749 74.9972 -107 143 -107zM489 242c-5 -32 -28 -59 -59 -68c-28.2678 -59.1055 -94.8338 -110 -174 -110c-78.8834 0 -145.522 50.0487 -173 110c-31 9 -55 36 -60 68c-1 4 -2 9 -2 14s1 10 2 14
434
+ c5 32 29 59 60 68c11 24 26 45 46 62c34 30 78 48 127 48c80.292 0 145.109 -49.147 173 -110c31 -9 55 -36 60 -68c1 -4 2 -9 2 -14s-1 -10 -2 -14zM176 288c0 15 12 27 27 27s26 -12 26 -27s-11 -27 -26 -27s-27 12 -27 27zM283 288c0 15 11 27 26 27s27 -12 27 -27
435
+ s-12 -27 -27 -27s-26 12 -26 27z" />
436
+ <glyph glyph-name="child_friendly" unicode="child_friendly"
437
+ d="M363 85c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM171 85c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM412 173c15 -14 25 -34 25 -56c0 -41 -33 -74 -74 -74c-38 0 -69 28 -74 64h-45c-5 -36 -35 -64 -73 -64
438
+ c-41 0 -75 33 -75 74c0 28 16 53 39 66c-5 7 -45 94 -45 94h-47v43h74l20 -43h311c0 -39 -14 -75 -36 -104zM277 469c94 0 171 -76 171 -170h-171v170z" />
439
+ <glyph glyph-name="chrome_reader_mode" unicode="chrome_reader_mode"
440
+ d="M448 107v277h-192v-277h192zM448 427c23 0 43 -20 43 -43v-277c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v277c0 23 20 43 43 43h384zM277 203h150v-32h-150v32zM277 309h150v-32h-150v32zM277 256h150v-32h-150v32z" />
441
+ <glyph glyph-name="class" unicode="class"
442
+ d="M128 427v-171l53 32l54 -32v171h-107zM384 469c23 0 43 -19 43 -42v-342c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v342c0 23 20 42 43 42h256z" />
443
+ <glyph glyph-name="clear" unicode="clear"
444
+ d="M405 375l-119 -119l119 -119l-30 -30l-119 119l-119 -119l-30 30l119 119l-119 119l30 30l119 -119l119 119z" />
445
+ <glyph glyph-name="clear_all" unicode="clear_all"
446
+ d="M149 363h299v-43h-299v43zM64 149v43h299v-43h-299zM107 235v42h298v-42h-298z" />
447
+ <glyph glyph-name="close" unicode="close"
448
+ d="M405 375l-119 -119l119 -119l-30 -30l-119 119l-119 -119l-30 30l119 119l-119 119l30 30l119 -119l119 119z" />
449
+ <glyph glyph-name="closed_caption" unicode="closed_caption"
450
+ d="M384 277v22c0 12 -9 21 -21 21h-64c-12 0 -22 -9 -22 -21v-86c0 -12 10 -21 22 -21h64c12 0 21 9 21 21v22h-32v-11h-43v64h43v-11h32zM235 277v22c0 12 -10 21 -22 21h-64c-12 0 -21 -9 -21 -21v-86c0 -12 9 -21 21 -21h64c12 0 22 9 22 21v22h-32v-11h-43v64h43v-11h32
451
+ zM405 427c23 0 43 -20 43 -43v-256c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v256c0 23 19 43 43 43h298z" />
452
+ <glyph glyph-name="cloud" unicode="cloud"
453
+ d="M413 298c55 -4 99 -50 99 -106c0 -59 -48 -107 -107 -107h-277c-71 0 -128 57 -128 128c0 66 50 120 114 127c27 51 80 87 142 87c78 0 142 -55 157 -129z" />
454
+ <glyph glyph-name="cloud_circle" unicode="cloud_circle"
455
+ d="M352 171c29 0 53 24 53 53s-24 53 -53 53h-11c0 47 -38 86 -85 86c-40 0 -73 -28 -82 -65l-3 1c-35 0 -64 -29 -64 -64s29 -64 64 -64h181zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
456
+ <glyph glyph-name="cloud_done" unicode="cloud_done"
457
+ d="M213 149l141 141l-30 30l-111 -110l-44 44l-30 -30zM413 298c55 -4 99 -50 99 -106c0 -59 -48 -107 -107 -107h-277c-71 0 -128 57 -128 128c0 66 50 120 114 127c27 51 80 87 142 87c78 0 142 -55 157 -129z" />
458
+ <glyph glyph-name="cloud_download" unicode="cloud_download"
459
+ d="M363 235h-64v85h-86v-85h-64l107 -107zM413 298c55 -4 99 -50 99 -106c0 -59 -48 -107 -107 -107h-277c-71 0 -128 57 -128 128c0 66 50 120 114 127c27 51 80 87 142 87c78 0 142 -55 157 -129z" />
460
+ <glyph glyph-name="cloud_off" unicode="cloud_off"
461
+ d="M165 299h-37c-47 0 -85 -39 -85 -86s38 -85 85 -85h208zM64 400l27 27l357 -357l-27 -27l-43 42h-250c-71 0 -128 57 -128 128c0 69 55 125 123 128zM413 298c55 -4 99 -50 99 -106c0 -36 -18 -68 -45 -87l-31 31c20 11 33 32 33 56c0 35 -29 64 -64 64h-32v11
462
+ c0 65 -52 117 -117 117c-20 0 -38 -4 -54 -13l-32 31c25 16 54 25 86 25c78 0 142 -55 157 -129z" />
463
+ <glyph glyph-name="cloud_queue" unicode="cloud_queue"
464
+ d="M405 128c35 0 64 29 64 64s-29 64 -64 64h-32v11c0 65 -52 117 -117 117c-54 0 -99 -36 -113 -85h-15c-47 0 -85 -39 -85 -86s38 -85 85 -85h277zM413 298c55 -4 99 -50 99 -106c0 -59 -48 -107 -107 -107h-277c-71 0 -128 57 -128 128c0 66 50 120 114 127
465
+ c27 51 80 87 142 87c78 0 142 -55 157 -129z" />
466
+ <glyph glyph-name="cloud_upload" unicode="cloud_upload"
467
+ d="M299 235h64l-107 106l-107 -106h64v-86h86v86zM413 298c55 -4 99 -50 99 -106c0 -59 -48 -107 -107 -107h-277c-71 0 -128 57 -128 128c0 66 50 120 114 127c27 51 80 87 142 87c78 0 142 -55 157 -129z" />
468
+ <glyph glyph-name="code" unicode="code"
469
+ d="M311 158l99 98l-99 98l30 30l128 -128l-128 -128zM201 158l-30 -30l-128 128l128 128l30 -30l-99 -98z" />
470
+ <glyph glyph-name="collections" unicode="collections"
471
+ d="M43 384h42v-299h299v-42h-299c-23 0 -42 19 -42 42v299zM235 256l-64 -85h256l-86 106l-63 -79zM469 171c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256c23 0 42 -19 42 -42v-256z" />
472
+ <glyph glyph-name="collections_bookmark" unicode="collections_bookmark"
473
+ d="M427 256v171h-107v-171l53 32zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256zM85 384v-299h299v-42h-299c-23 0 -42 19 -42 42v299h42z" />
474
+ <glyph glyph-name="color_lens" unicode="color_lens"
475
+ d="M373 256c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM309 341c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM203 341c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM139 256c18 0 32 14 32 32s-14 32 -32 32
476
+ s-32 -14 -32 -32s14 -32 32 -32zM256 448c106 0 192 -77 192 -171c0 -59 -48 -106 -107 -106h-37c-18 0 -32 -14 -32 -32c0 -8 3 -15 8 -21s8 -14 8 -22c0 -18 -14 -32 -32 -32c-106 0 -192 86 -192 192s86 192 192 192z" />
477
+ <glyph glyph-name="colorize" unicode="colorize"
478
+ d="M148 107l172 172l-41 41l-172 -172zM442 392c8 -8 9 -21 0 -30l-67 -67l41 -41l-30 -30l-30 30l-191 -190h-101v101l190 191l-30 30l30 30l41 -41l67 67c8 8 22 8 30 0z" />
479
+ <glyph glyph-name="comment" unicode="comment"
480
+ d="M384 341v43h-256v-43h256zM384 277v43h-256v-43h256zM384 213v43h-256v-43h256zM469 427v-384l-85 85h-299c-23 0 -42 20 -42 43v256c0 23 19 42 42 42h342c23 0 42 -19 42 -42z" />
481
+ <glyph glyph-name="compare" unicode="compare"
482
+ d="M405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-106v192l106 -128v277h-106v43h106zM213 128v128l-106 -128h106zM213 448v43h43v-470h-43v43h-106c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h106z" />
483
+ <glyph glyph-name="compare_arrows" unicode="compare_arrows"
484
+ d="M320 235l-85 85l85 85v-64h149v-42h-149v-64zM192 213v64l85 -85l-85 -85v64h-149v42h149z" />
485
+ <glyph glyph-name="computer" unicode="computer"
486
+ d="M85 384v-213h342v213h-342zM427 128h85v-43h-512v43h85c-23 0 -42 20 -42 43v213c0 23 19 43 42 43h342c23 0 42 -20 42 -43v-213c0 -23 -19 -43 -42 -43z" />
487
+ <glyph glyph-name="confirmation_number" unicode="confirmation_number"
488
+ d="M277 331v42h-42v-42h42zM277 235v42h-42v-42h42zM277 139v42h-42v-42h42zM469 299c-23 0 -42 -20 -42 -43s19 -43 42 -43v-85c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v85c24 0 42 20 42 43s-19 43 -42 43v85c0 24 19 43 42 43h342c23 0 42 -19 42 -43v-85z" />
489
+ <glyph glyph-name="contact_mail" unicode="contact_mail"
490
+ d="M469 256v128h-170v-128h170zM299 128v21c0 43 -85 66 -128 66s-128 -23 -128 -66v-21h256zM171 384c-35 0 -64 -29 -64 -64s29 -64 64 -64s64 29 64 64s-29 64 -64 64zM469 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-426c-23 0 -43 20 -43 43v298
491
+ c0 23 20 43 43 43h426zM448 341l-64 -42l-64 42v22l64 -43l64 43v-22z" />
492
+ <glyph glyph-name="contact_phone" unicode="contact_phone"
493
+ d="M381 213c-5 13 -8 28 -8 43s3 30 8 43h35l32 42l-42 43c-28 -21 -49 -50 -59 -85c-4 -14 -6 -28 -6 -43s2 -29 6 -43c10 -34 31 -64 59 -85l42 43l-32 42h-35zM299 128v21c0 43 -85 66 -128 66s-128 -23 -128 -66v-21h256zM171 384c-35 0 -64 -29 -64 -64s29 -64 64 -64
494
+ s64 29 64 64s-29 64 -64 64zM469 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-426c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h426z" />
495
+ <glyph glyph-name="contacts" unicode="contacts"
496
+ d="M363 149v32c0 36 -71 54 -107 54s-107 -18 -107 -54v-32h214zM256 368c-26 0 -48 -22 -48 -48s22 -48 48 -48s48 22 48 48s-22 48 -48 48zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342zM85 0v43h342v-43
497
+ h-342zM427 512v-43h-342v43h342z" />
498
+ <glyph glyph-name="content_copy" unicode="content_copy"
499
+ d="M405 64v299h-234v-299h234zM405 405c23 0 43 -19 43 -42v-299c0 -23 -20 -43 -43 -43h-234c-23 0 -43 20 -43 43v299c0 23 20 42 43 42h234zM341 491v-43h-256v-299h-42v299c0 23 19 43 42 43h256z" />
500
+ <glyph glyph-name="content_cut" unicode="content_cut"
501
+ d="M405 448h64v-21l-149 -150l-43 43zM256 245c6 0 11 5 11 11s-5 11 -11 11s-11 -5 -11 -11s5 -11 11 -11zM128 85c23 0 43 19 43 43s-20 43 -43 43s-43 -19 -43 -43s20 -43 43 -43zM128 341c23 0 43 19 43 43s-20 43 -43 43s-43 -19 -43 -43s20 -43 43 -43zM206 349
502
+ l263 -264v-21h-64l-149 149l-50 -50c5 -11 7 -22 7 -35c0 -47 -38 -85 -85 -85s-85 38 -85 85s38 85 85 85c13 0 24 -2 35 -7l50 50l-50 50c-11 -5 -22 -7 -35 -7c-47 0 -85 38 -85 85s38 85 85 85s85 -38 85 -85c0 -13 -2 -24 -7 -35z" />
503
+ <glyph glyph-name="content_paste" unicode="content_paste"
504
+ d="M405 85v342h-42v-64h-214v64h-42v-342h298zM256 469c-12 0 -21 -9 -21 -21s9 -21 21 -21s21 9 21 21s-9 21 -21 21zM405 469c23 0 43 -19 43 -42v-342c0 -23 -20 -42 -43 -42h-298c-23 0 -43 19 -43 42v342c0 23 20 42 43 42h89c9 25 32 43 60 43s51 -18 60 -43h89z" />
505
+ <glyph glyph-name="control_point" unicode="control_point"
506
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM277 363v-86h86v-42h-86v-86h-42v86h-86v42h86v86h42z" />
507
+ <glyph glyph-name="control_point_duplicate" unicode="control_point_duplicate"
508
+ d="M320 107c82 0 149 67 149 149s-67 149 -149 149s-149 -67 -149 -149s67 -149 149 -149zM320 448c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM43 256c0 -60 34 -111 85 -135v-46c-74 26 -128 98 -128 181s54 155 128 181v-46
509
+ c-51 -24 -85 -75 -85 -135zM341 341v-64h64v-42h-64v-64h-42v64h-64v42h64v64h42z" />
510
+ <glyph glyph-name="copyright" unicode="copyright"
511
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM253 317c-30.7612 0 -40 -27.2286 -40 -58v-6c0 -30.7691 9.25381 -58 40 -58
512
+ c18.7788 0 35 11.4624 35 30h38c0 -19.5209 -10.5691 -34.2021 -22 -44c-12.8931 -11.0512 -27.9049 -18 -51 -18c-54.5845 0 -82 36.0734 -82 90v6c0 25.8562 7.26023 49.4403 20 64c13.1991 15.0847 34.3422 27 62 27c22.1368 0 40.6281 -7.62806 52 -19
513
+ c11.0024 -11.0024 21 -27.9871 21 -49h-38c0 5 -1 9 -3 13s-4 9 -7 12c-5.41728 5.41728 -14.6761 10 -25 10z" />
514
+ <glyph glyph-name="create" unicode="create"
515
+ d="M442 362l-39 -39l-80 80l39 39c8 8 22 8 30 0l50 -50c8 -8 8 -22 0 -30zM64 144l236 236l80 -80l-236 -236h-80v80z" />
516
+ <glyph glyph-name="create_new_folder" unicode="create_new_folder"
517
+ d="M405 213v43h-64v64h-42v-64h-64v-43h64v-64h42v64h64zM427 384c24 0 42 -19 42 -43v-213c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v256c0 24 18 43 42 43h128l43 -43h171z" />
518
+ <glyph glyph-name="credit_card" unicode="credit_card"
519
+ d="M427 341v43h-342v-43h342zM427 128v128h-342v-128h342zM427 427c24 0 42 -19 42 -43v-256c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v256c0 24 18 43 42 43h342z" />
520
+ <glyph glyph-name="crop" unicode="crop"
521
+ d="M149 149h342v-42h-86v-86h-42v86h-214c-23 0 -42 19 -42 42v214h-86v42h86v86h42v-342zM363 192v171h-171v42h171c23 0 42 -19 42 -42v-171h-42z" />
522
+ <glyph glyph-name="crop_16_9" unicode="crop_&#x31;&#x36;_&#x39;"
523
+ d="M405 171v170h-298v-170h298zM405 384c23 0 43 -20 43 -43v-170c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v170c0 23 20 43 43 43h298z" />
524
+ <glyph glyph-name="crop_3_2" unicode="crop_&#x33;_&#x32;"
525
+ d="M405 128v256h-298v-256h298zM405 427c23 0 43 -20 43 -43v-256c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v256c0 23 20 43 43 43h298z" />
526
+ <glyph glyph-name="crop_5_4" unicode="crop_&#x35;_&#x34;"
527
+ d="M405 149v214h-298v-214h298zM405 405c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-298c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h298z" />
528
+ <glyph glyph-name="crop_7_5" unicode="crop_&#x37;_&#x35;"
529
+ d="M405 192v128h-298v-128h298zM405 363c23 0 43 -20 43 -43v-128c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v128c0 23 20 43 43 43h298z" />
530
+ <glyph glyph-name="crop_din" unicode="crop_din"
531
+ d="M405 107v298h-298v-298h298zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
532
+ <glyph glyph-name="crop_free" unicode="crop_free"
533
+ d="M405 448c23 0 43 -20 43 -43v-85h-43v85h-85v43h85zM405 107v85h43v-85c0 -23 -20 -43 -43 -43h-85v43h85zM107 192v-85h85v-43h-85c-23 0 -43 20 -43 43v85h43zM64 405c0 23 20 43 43 43h85v-43h-85v-85h-43v85z" />
534
+ <glyph glyph-name="crop_landscape" unicode="crop_landscape"
535
+ d="M405 149v214h-298v-214h298zM405 405c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-298c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h298z" />
536
+ <glyph glyph-name="crop_original" unicode="crop_original"
537
+ d="M298 250l75 -101h-234l58 76l42 -51zM405 107v298h-298v-298h298zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
538
+ <glyph glyph-name="crop_portrait" unicode="crop_portrait"
539
+ d="M363 107v298h-214v-298h214zM363 448c23 0 42 -20 42 -43v-298c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v298c0 23 19 43 42 43h214z" />
540
+ <glyph glyph-name="crop_rotate" unicode="crop_rotate"
541
+ d="M171 171h256v-43h-43v-43h-43v43h-170c-24 0 -43 20 -43 43v170h-43v43h43v43h43v-256zM341 213v128h-128v43h128c23 0 43 -19 43 -43v-128h-43zM257 512c134 0 244 -104 255 -235h-32c-8 80 -57 148 -127 181l-29 -28l-81 81c5 0 9 1 14 1zM159 54l29 28l81 -81
542
+ c-5 0 -9 -1 -14 -1c-134 0 -244 104 -255 235h32c8 -80 57 -148 127 -181z" />
543
+ <glyph glyph-name="crop_square" unicode="crop_square"
544
+ d="M384 128v256h-256v-256h256zM384 427c23 0 43 -20 43 -43v-256c0 -23 -20 -43 -43 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 43 43 43h256z" />
545
+ <glyph glyph-name="dashboard" unicode="dashboard"
546
+ d="M277 448h171v-128h-171v128zM277 64v213h171v-213h-171zM64 64v128h171v-128h-171zM64 235v213h171v-213h-171z" />
547
+ <glyph glyph-name="data_usage" unicode="data_usage"
548
+ d="M256 107c47 0 89 22 116 56l56 -33c-39 -53 -101 -87 -172 -87c-118 0 -213 95 -213 213c0 111 84 201 192 212v-64c-72 -10 -128 -73 -128 -148c0 -83 66 -149 149 -149zM277 468c108 -11 192 -101 192 -212c0 -31 -6 -61 -18 -87l-56 33c6 17 10 35 10 54
549
+ c0 75 -56 138 -128 148v64z" />
550
+ <glyph glyph-name="date_range" unicode="date_range"
551
+ d="M405 85v235h-298v-235h298zM405 427c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-298c-24 0 -43 19 -43 42v299c0 23 19 43 43 43h21v42h43v-42h170v42h43v-42h21zM363 277v-42h-43v42h43zM277 277v-42h-42v42h42zM192 277v-42h-43v42h43z" />
552
+ <glyph glyph-name="dehaze" unicode="dehaze"
553
+ d="M43 395h426v-43h-426v43zM43 288h426v-43h-426v43zM43 181h426v-42h-426v42z" />
554
+ <glyph glyph-name="delete" unicode="delete"
555
+ d="M405 427v-43h-298v43h74l22 21h106l22 -21h74zM128 107v256h256v-256c0 -23 -20 -43 -43 -43h-170c-23 0 -43 20 -43 43z" />
556
+ <glyph glyph-name="delete_forever" unicode="delete_forever"
557
+ d="M331 427h74v-43h-298v43h74l22 21h106zM180 259l46 -46l-45 -45l30 -30l45 45l45 -45l30 30l-45 45l45 46l-30 30l-45 -46l-45 46zM128 107v256h256v-256c0 -23 -20 -43 -43 -43h-170c-23 0 -43 20 -43 43z" />
558
+ <glyph glyph-name="delete_sweep" unicode="delete_sweep"
559
+ d="M299 405v-42h-256v42h64l21 22h85l22 -22h64zM64 128v213h213v-213c0 -23 -19 -43 -42 -43h-128c-23 0 -43 20 -43 43zM320 256h128v-43h-128v43zM320 341h149v-42h-149v42zM320 171h85v-43h-85v43z" />
560
+ <glyph glyph-name="description" unicode="description"
561
+ d="M277 320h118l-118 117v-117zM341 213v43h-170v-43h170zM341 128v43h-170v-43h170zM299 469l128 -128v-256c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42l1 342c0 23 19 42 42 42h171z" />
562
+ <glyph glyph-name="desktop_mac" unicode="desktop_mac"
563
+ d="M448 213v214h-384v-214h384zM448 469c23 0 43 -19 43 -42v-256c0 -23 -20 -43 -43 -43h-149l42 -64v-21h-170v21l42 64h-149c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h384z" />
564
+ <glyph glyph-name="desktop_windows" unicode="desktop_windows"
565
+ d="M448 171v256h-384v-256h384zM448 469c23 0 43 -19 43 -42v-256c0 -23 -20 -43 -43 -43h-149v-43h42v-42h-170v42h42v43h-149c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h384z" />
566
+ <glyph glyph-name="details" unicode="details"
567
+ d="M136 384l120 -213l120 213h-240zM64 427h384l-192 -342z" />
568
+ <glyph glyph-name="developer_board" unicode="developer_board"
569
+ d="M256 277h85v-128h-85v128zM128 363h107v-107h-107v107zM256 363h85v-64h-85v64zM128 235h107v-86h-107v86zM384 107v298h-299v-298h299zM469 320h-42v-43h42v-42h-42v-43h42v-43h-42v-42c0 -23 -20 -43 -43 -43h-299c-23 0 -42 20 -42 43v298c0 23 19 43 42 43h299
570
+ c23 0 43 -20 43 -43v-42h42v-43z" />
571
+ <glyph glyph-name="developer_mode" unicode="developer_mode"
572
+ d="M363 107v42h42v-85c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v85h42v-42h214zM213 188l-30 -30l-98 98l98 98l30 -30l-67 -68zM329 158l-30 30l67 68l-67 68l30 30l98 -98zM149 405v-42h-42v85c0 23 19 43 42 43l214 -1c23 0 42 -19 42 -42v-85h-42v42h-214z" />
573
+ <glyph glyph-name="device_hub" unicode="device_hub"
574
+ d="M363 171h85v-107h-107v65l-85 90l-85 -90v-65h-107v107h85l86 85v68c-25 9 -43 32 -43 60c0 35 29 64 64 64s64 -29 64 -64c0 -28 -18 -51 -43 -60v-68z" />
575
+ <glyph glyph-name="devices" unicode="devices"
576
+ d="M469 149v150h-85v-150h85zM491 341c12 0 21 -9 21 -21v-213c0 -12 -9 -22 -21 -22h-128c-12 0 -22 10 -22 22v213c0 12 10 21 22 21h128zM85 384v-235h214v-64h-299v64h43v235c0 23 19 43 42 43h384v-43h-384z" />
577
+ <glyph glyph-name="devices_other" unicode="devices_other"
578
+ d="M448 128v171h-85v-171h85zM469 341c11 0 22 -10 22 -21v-213c0 -11 -11 -22 -22 -22h-128c-11 0 -21 11 -21 22v213c0 11 10 21 21 21h128zM235 139c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM277 256v-38c13 -12 22 -28 22 -47s-9 -36 -22 -48
579
+ v-38h-85v38c-13 12 -21 29 -21 48s8 35 21 47v38h85zM64 384v-256h85v-43h-85c-23 0 -43 20 -43 43v256c0 23 20 43 43 43h384v-43h-384z" />
580
+ <glyph glyph-name="dialer_sip" unicode="dialer_sip"
581
+ d="M427 181c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22l-47 -47c31 -61 81 -110 141 -141l47 47c6 6 15 7 22 5c24 -8 49 -12 76 -12zM427 405v22h-22v-22h22z
582
+ M384 448h64v-64h-43v-43h-21v107zM320 405v-64h-64v22h43v21h-43v64h64v-21h-43v-22h43zM363 448v-107h-22v107h22z" />
583
+ <glyph glyph-name="dialpad" unicode="dialpad"
584
+ d="M256 491c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM256 363c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM384 363c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM384 235c23 0 43 -20 43 -43
585
+ s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM256 235c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM384 405c-23 0 -43 20 -43 43s20 43 43 43s43 -20 43 -43s-20 -43 -43 -43zM128 235c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43z
586
+ M128 363c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM128 491c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM256 107c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43z" />
587
+ <glyph glyph-name="directions" unicode="directions"
588
+ d="M299 203l74 74l-74 75v-53h-107c-12 0 -21 -10 -21 -22v-85h42v64h86v-53zM463 271c8 -9 8 -22 0 -30l-192 -192c-8 -8 -22 -8 -30 0l-192 192c-8 8 -8 22 0 30l192 192c8 8 22 8 30 0z" />
589
+ <glyph glyph-name="directions_bike" unicode="directions_bike"
590
+ d="M405 75c41 0 75 33 75 74s-34 75 -75 75s-74 -34 -74 -75s33 -74 74 -74zM405 256c60 0 107 -47 107 -107s-47 -106 -107 -106s-106 46 -106 106s46 107 106 107zM230 288l47 -49v-132h-42v106l-69 60c-9 6 -12 17 -12 30c0 11 3 21 12 30l60 60c6 9 17 12 30 12
591
+ s23 -3 34 -12l41 -41c19 -19 44 -32 76 -32v-43c-45 0 -80 17 -108 45l-17 17zM107 75c41 0 74 33 74 74s-33 75 -74 75s-75 -34 -75 -75s34 -74 75 -74zM107 256c60 0 106 -47 106 -107s-46 -106 -106 -106s-107 46 -107 106s47 107 107 107zM331 395c-23 0 -43 19 -43 42
592
+ s20 43 43 43s42 -20 42 -43s-19 -42 -42 -42z" />
593
+ <glyph glyph-name="directions_boat" unicode="directions_boat"
594
+ d="M128 384v-85l128 42l128 -42v85h-256zM84 107l-40 142c-4.78212 14.3464 3.99001 23.6633 14 27l27 9v99c0 23 20 43 43 43h64v64h128v-64h64c23 0 43 -20 43 -43v-99l27 -9c10.0202 -3.34008 18.7871 -12.6386 14 -27l-40 -142h-1c-34 0 -65 18 -86 42
595
+ c-21 -24 -51 -42 -85 -42s-64 18 -85 42c-21 -24 -52 -42 -86 -42h-1zM427 64h42v-43h-42c-29 0 -59 7 -86 21c-54 -28 -116 -28 -170 0c-27 -14 -57 -21 -86 -21h-42v43h42c30 0 60 10 86 28c52 -36 118 -36 170 0c26 -18 56 -28 86 -28z" />
596
+ <glyph glyph-name="directions_bus" unicode="directions_bus"
597
+ d="M384 277v107h-256v-107h256zM352 149c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM160 149c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM85 171v213c0 75 77 85 171 85s171 -10 171 -85v-213c0 -19 -9 -36 -22 -48v-38
598
+ c0 -12 -9 -21 -21 -21h-21c-12 0 -22 9 -22 21v22h-170v-22c0 -12 -10 -21 -22 -21h-21c-12 0 -21 9 -21 21v38c-13 12 -22 29 -22 48z" />
599
+ <glyph glyph-name="directions_car" unicode="directions_car"
600
+ d="M107 277h298l-32 96h-234zM373 171c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM139 171c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM404 384l44 -128v-171c0 -12 -9 -21 -21 -21h-22c-12 0 -21 9 -21 21v22h-256v-22
601
+ c0 -12 -9 -21 -21 -21h-22c-12 0 -21 9 -21 21v171l44 128c4 13 17 21 31 21h234c14 0 27 -8 31 -21z" />
602
+ <glyph glyph-name="directions_railway" unicode="directions_railway"
603
+ d="M384 299v106h-256v-106h256zM256 149c23 0 43 20 43 43s-20 43 -43 43s-43 -20 -43 -43s20 -43 43 -43zM85 181v224c0 75 77 86 171 86s171 -11 171 -86v-224c0 -41 -34 -74 -75 -74l32 -32v-11h-256v11l32 32c-41 0 -75 33 -75 74z" />
604
+ <glyph glyph-name="directions_run" unicode="directions_run"
605
+ d="M211 99l-149 29l8 43l105 -21l34 173l-39 -15v-73h-42v100l111 47c6 0 11 2 17 2c15 0 27 -8 36 -21l21 -34c17 -30 51 -51 92 -51v-43c-47 0 -89 21 -117 53l-13 -64l45 -42v-160h-43v128l-45 42zM288 395c-23 0 -43 20 -43 43s20 42 43 42s42 -19 42 -42
606
+ s-19 -43 -42 -43z" />
607
+ <glyph glyph-name="directions_subway" unicode="directions_subway"
608
+ d="M384 277v107h-107v-107h107zM352 149c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM235 277v107h-107v-107h107zM160 149c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM256 469c94 0 171 -10 171 -85v-203c0 -41 -34 -74 -75 -74
609
+ l32 -32v-11h-256v11l32 32c-41 0 -75 33 -75 74v203c0 75 77 85 171 85z" />
610
+ <glyph glyph-name="directions_transit" unicode="directions_transit"
611
+ d="M384 277v107h-107v-107h107zM352 149c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM235 277v107h-107v-107h107zM160 149c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM256 469c94 0 171 -10 171 -85v-203c0 -41 -34 -74 -75 -74
612
+ l32 -32v-11h-256v11l32 32c-41 0 -75 33 -75 74v203c0 75 77 85 171 85z" />
613
+ <glyph glyph-name="directions_walk" unicode="directions_walk"
614
+ d="M209 322l-60 -301h45l39 171l44 -43v-128h43v160l-45 43l13 64c28 -32 70 -53 117 -53v42c-41 0 -74 22 -91 52l-22 34c-9 13 -21 21 -36 21c-6 0 -11 -2 -17 -2l-111 -47v-100h43v72l38 15zM288 395c-23 0 -43 19 -43 42s20 43 43 43s43 -20 43 -43s-20 -42 -43 -42z
615
+ " />
616
+ <glyph glyph-name="disc_full" unicode="disc_full"
617
+ d="M213 213c23 0 43 20 43 43s-20 43 -43 43s-42 -20 -42 -43s19 -43 42 -43zM213 427c94 0 171 -77 171 -171s-77 -171 -171 -171s-170 77 -170 171s76 171 170 171zM427 363h42v-107h-42v107zM427 171v42h42v-42h-42z" />
618
+ <glyph glyph-name="dns" unicode="dns"
619
+ d="M149 320c23 0 43 20 43 43s-20 42 -43 42s-42 -19 -42 -42s19 -43 42 -43zM427 448c12 0 21 -9 21 -21v-128c0 -12 -9 -22 -21 -22h-342c-12 0 -21 10 -21 22v128c0 12 9 21 21 21h342zM149 107c23 0 43 19 43 42s-20 43 -43 43s-42 -20 -42 -43s19 -42 42 -42zM427 235
620
+ c12 0 21 -10 21 -22v-128c0 -12 -9 -21 -21 -21h-342c-12 0 -21 9 -21 21v128c0 12 9 22 21 22h342z" />
621
+ <glyph glyph-name="do_not_disturb" unicode="do_not_disturb"
622
+ d="M391 151c23 29 36 66 36 105c0 94 -77 171 -171 171c-39 0 -76 -13 -105 -36zM256 85c39 0 76 13 105 36l-240 240c-23 -29 -36 -66 -36 -105c0 -94 77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
623
+ <glyph glyph-name="do_not_disturb_alt" unicode="do_not_disturb_alt"
624
+ d="M256 85c94 0 171 77 171 171c0 38 -14 75 -37 105l-239 -239c30 -23 67 -37 105 -37zM85 256c0 -38 14 -75 37 -105l239 239c-30 23 -67 37 -105 37c-94 0 -171 -77 -171 -171zM256 469c117 0 213 -96 213 -213s-96 -213 -213 -213s-213 96 -213 213s96 213 213 213z" />
625
+ <glyph glyph-name="do_not_disturb_off" unicode="do_not_disturb_off"
626
+ d="M149 235h74l-43 42h-31v-42zM48 464l416 -416l-28 -27l-59 60c-34 -24 -76 -38 -121 -38c-118 0 -213 95 -213 213c0 45 14 87 38 121l-60 59zM363 277h-74l-154 154c34 24 76 38 121 38c118 0 213 -95 213 -213c0 -45 -14 -87 -38 -121l-99 100h31v42z" />
627
+ <glyph glyph-name="do_not_disturb_on" unicode="do_not_disturb_on"
628
+ d="M363 235v42h-214v-42h214zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
629
+ <glyph glyph-name="dock" unicode="dock"
630
+ d="M341 192v213h-170v-213h170zM341 490c23 0 43 -19 43 -42v-299c0 -23 -20 -42 -43 -42h-170c-23 0 -43 19 -43 42v299c0 23 20 43 43 43zM171 21v43h170v-43h-170z" />
631
+ <glyph glyph-name="domain" unicode="domain"
632
+ d="M384 192v-43h-43v43h43zM384 277v-42h-43v42h43zM427 107v213h-171v-43h43v-42h-43v-43h43v-43h-43v-42h171zM213 363v42h-42v-42h42zM213 277v43h-42v-43h42zM213 192v43h-42v-43h42zM213 107v42h-42v-42h42zM128 363v42h-43v-42h43zM128 277v43h-43v-43h43zM128 192v43
633
+ h-43v-43h43zM128 107v42h-43v-42h43zM256 363h213v-299h-426v384h213v-85z" />
634
+ <glyph glyph-name="done" unicode="done"
635
+ d="M192 166l226 227l30 -30l-256 -256l-119 119l29 30z" />
636
+ <glyph glyph-name="done_all" unicode="done_all"
637
+ d="M9 226l30 30l119 -119l-30 -30zM474 393l31 -30l-256 -256l-120 119l31 30l89 -89zM384 363l-135 -136l-30 30l135 136z" />
638
+ <glyph glyph-name="donut_large" unicode="donut_large"
639
+ d="M277 108c64 9 119 63 128 127h64c-10 -107 -85 -182 -192 -192v65zM405 277c-9 64 -64 118 -128 127v65c107 -10 182 -85 192 -192h-64zM235 404c-64 -10 -128 -73 -128 -148s64 -138 128 -148v-65c-107 11 -192 102 -192 213s85 202 192 213v-65z" />
640
+ <glyph glyph-name="donut_small" unicode="donut_small"
641
+ d="M277 195c21 6 33 22 40 40h152c-10 -101 -85 -182 -192 -192v152zM317 277c-7 18 -19 34 -40 40v152c107 -10 182 -91 192 -192h-152zM235 317c-21 -9 -43 -33 -43 -61s22 -52 43 -61v-152c-107 11 -192 102 -192 213s85 202 192 213v-152z" />
642
+ <glyph glyph-name="drafts" unicode="drafts"
643
+ d="M256 235l176 110l-176 103l-176 -103zM469 341v-213c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v213c0 15 8 30 20 37l193 113l193 -113c12 -7 20 -22 20 -37z" />
644
+ <glyph glyph-name="drag_handle" unicode="drag_handle"
645
+ d="M85 192v43h342v-43h-342zM427 320v-43h-342v43h342z" />
646
+ <glyph glyph-name="drive_eta" unicode="drive_eta"
647
+ d="M107 299h298l-32 96h-234zM373 192c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM139 192c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM404 405l44 -128v-170c0 -12 -9 -22 -21 -22h-22c-12 0 -21 10 -21 22v21h-256v-21
648
+ c0 -12 -9 -22 -21 -22h-22c-12 0 -21 10 -21 22v170l44 128c4 13 17 22 31 22h234c14 0 27 -9 31 -22z" />
649
+ <glyph glyph-name="dvr" unicode="dvr"
650
+ d="M149 256v-43h-42v43h42zM149 341v-42h-42v42h42zM405 256v-43h-234v43h234zM405 341v-42h-234v42h234zM448 149v256h-384v-256h384zM448 448c23 0 43 -20 43 -43l-1 -256c0 -23 -19 -42 -42 -42h-107v-43h-170v43h-107c-23 0 -43 19 -43 42v256c0 23 20 43 43 43h384z
651
+ " />
652
+ <glyph glyph-name="edit" unicode="edit"
653
+ d="M442 362l-39 -39l-80 80l39 39c8 8 22 8 30 0l50 -50c8 -8 8 -22 0 -30zM64 144l236 236l80 -80l-236 -236h-80v80z" />
654
+ <glyph glyph-name="edit_location" unicode="edit_location"
655
+ d="M318 351c3 3 3 8 0 11l-20 20c-3 3 -8 3 -11 0l-15 -15l31 -31zM223 256l71 71l-31 31l-71 -71v-31h31zM256 469c82 0 149 -67 149 -149c0 -112 -149 -277 -149 -277s-149 165 -149 277c0 82 67 149 149 149z" />
656
+ <glyph glyph-name="eject" unicode="eject"
657
+ d="M256 405l142 -213h-284zM107 149h298v-42h-298v42z" />
658
+ <glyph glyph-name="email" unicode="email"
659
+ d="M427 341v43l-171 -107l-171 107v-43l171 -106zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342z" />
660
+ <glyph glyph-name="enhanced_encryption" unicode="enhanced_encryption"
661
+ d="M341 171v42h-64v64h-42v-64h-64v-42h64v-64h42v64h64zM190 384v-43h132v43c0 36 -30 66 -66 66s-66 -30 -66 -66zM384 341c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h21v43c0 59 48 107 107 107s107 -48 107 -107
662
+ v-43h21z" />
663
+ <glyph glyph-name="equalizer" unicode="equalizer"
664
+ d="M341 320h86v-235h-86v235zM85 85v171h86v-171h-86zM213 85v342h86v-342h-86z" />
665
+ <glyph glyph-name="error" unicode="error"
666
+ d="M277 235v128h-42v-128h42zM277 149v43h-42v-43h42zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
667
+ <glyph glyph-name="error_outline" unicode="error_outline"
668
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM235 363h42v-128h-42v128zM235 192h42v-43h-42v43z" />
669
+ <glyph glyph-name="euro_symbol" unicode="euro_symbol"
670
+ d="M320 117c35 0 66 13 90 34l38 -38c-34 -31 -79 -49 -128 -49c-84 0 -155 54 -181 128h-75v43h65c-1 7 -1 14 -1 21s0 14 1 21h-65v43h75c26 74 97 128 181 128c49 0 94 -18 128 -49l-38 -38c-24 21 -56 34 -90 34c-53 0 -100 -31 -123 -75h123v-43h-137
671
+ c-1 -7 -2 -14 -2 -21s1 -14 2 -21h137v-43h-123c23 -44 69 -75 123 -75z" />
672
+ <glyph glyph-name="ev_station" unicode="ev_station"
673
+ d="M171 128l85 149h-43v107l-85 -160h43v-96zM384 299c12 0 21 9 21 21s-9 21 -21 21s-21 -9 -21 -21s9 -21 21 -21zM422 358c10 -10 15 -23 15 -38v-203c0 -29 -24 -53 -53 -53s-53 24 -53 53v107h-32v-160h-214v341c0 23 20 43 43 43h128c23 0 43 -20 43 -43v-149h21
674
+ c23 0 43 -20 43 -43v-96c0 -12 9 -21 21 -21s21 9 21 21v154c-7 -3 -13 -4 -21 -4c-29 0 -53 24 -53 53c0 23 14 42 34 50l-45 45l23 22z" />
675
+ <glyph glyph-name="event" unicode="event"
676
+ d="M405 107v234h-298v-234h298zM341 491h43v-43h21c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h21v43h43v-43h170v43zM363 256v-107h-107v107h107z" />
677
+ <glyph glyph-name="event_available" unicode="event_available"
678
+ d="M405 107v234h-298v-234h298zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h21v43h43v-43h170v43h43v-43h21zM353 276l-127 -127l-68 68l23 23l45 -45l104 104z" />
679
+ <glyph glyph-name="event_busy" unicode="event_busy"
680
+ d="M405 107v234h-298v-234h298zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h21v43h43v-43h170v43h43v-43h21zM199 149l-23 23l52 52l-52 52l23 23l52 -52l52 52l22 -23l-52 -52l52 -52l-22 -23l-52 52z" />
681
+ <glyph glyph-name="event_note" unicode="event_note"
682
+ d="M299 213v-42h-150v42h150zM405 107v234h-298v-234h298zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h21v43h43v-43h170v43h43v-43h21zM363 299v-43h-214v43h214z" />
683
+ <glyph glyph-name="event_seat" unicode="event_seat"
684
+ d="M363 235h-214v170c0 23 20 43 43 43h128c23 0 43 -20 43 -43v-170zM43 299h64v-64h-64v64zM405 299h64v-64h-64v64zM85 64v128h342v-128h-64v64h-214v-64h-64z" />
685
+ <glyph glyph-name="exit_to_app" unicode="exit_to_app"
686
+ d="M405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v85h43v-85h298v298h-298v-85h-43v85c0 23 19 43 43 43h298zM215 179l55 56h-206v42h206l-55 56l30 30l107 -107l-107 -107z" />
687
+ <glyph glyph-name="expand_less" unicode="expand_less"
688
+ d="M256 341l128 -128l-30 -30l-98 98l-98 -98l-30 30z" />
689
+ <glyph glyph-name="expand_more" unicode="expand_more"
690
+ d="M354 329l30 -30l-128 -128l-128 128l30 30l98 -98z" />
691
+ <glyph glyph-name="explicit" unicode="explicit"
692
+ d="M320 320v43h-128v-214h128v43h-85v43h85v42h-85v43h85zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
693
+ <glyph glyph-name="explore" unicode="explore"
694
+ d="M303 209l81 175l-175 -81l-81 -175zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM256 279c13 0 23 -10 23 -23s-10 -23 -23 -23s-23 10 -23 23s10 23 23 23z" />
695
+ <glyph glyph-name="exposure" unicode="exposure"
696
+ d="M427 85v342l-342 -342h342zM107 405v-42h128v42h-128zM427 469c23 0 42 -19 42 -42v-342c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v342c0 23 19 42 42 42h342zM320 149h-43v43h43v43h43v-43h42v-43h-42v-42h-43v42z" />
697
+ <glyph glyph-name="exposure_neg_1" unicode="exposure_neg_&#x31;"
698
+ d="M405 128h-42v227l-64 -22v36l100 36h6v-277zM85 277h171v-42h-171v42z" />
699
+ <glyph glyph-name="exposure_neg_2" unicode="exposure_neg_&#x32;"
700
+ d="M43 277h170v-42h-170v42zM351 405c51.6805 0 86 -23.4377 86 -75c0 -8 -1 -17 -4 -25s-6 -17 -11 -25c-10.9564 -17.5303 -25.11 -35.11 -40 -50l-61 -66h127v-36h-184v32l89 97c13.5256 13.5256 22.2329 25.3882 31 40c5.07755 8.46258 7 15.5272 7 28c0 6 0 13 -2 18
701
+ c-5.9589 14.8973 -17.1504 26 -38 26c-30.4379 0 -46 -18.4676 -46 -49h-46c0 25.6678 10.3448 46.3448 24 60c15.6925 15.6925 36.8462 25 68 25z" />
702
+ <glyph glyph-name="exposure_plus_1" unicode="exposure_plus_&#x31;"
703
+ d="M427 128h-43v227l-64 -22v36l100 36h7v-277zM213 363v-86h86v-42h-86v-86h-42v86h-86v42h86v86h42z" />
704
+ <glyph glyph-name="exposure_plus_2" unicode="exposure_plus_&#x32;"
705
+ d="M171 363v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43zM342 164h127v-36h-184v32l89 97c13.5256 13.5256 22.2329 25.3882 31 40c4.82857 8.04762 8 16.6883 8 28c0 13.988 -4.98597 22.9813 -11 31c-6.38798 8.51731 -15.0381 13 -30 13
706
+ c-15.4008 0 -27.3364 -6.33642 -35 -14c-6.99604 -6.99604 -11 -21.7099 -11 -35h-46c0 25.6678 10.3448 46.3448 24 60c8 8 17 15 29 19s25 6 40 6c14 0 25 -2 36 -5c10 -4 20 -8 27 -15c13.4025 -11.4878 23 -30.9925 23 -55c0 -20.2222 -7.3586 -36.1738 -16 -50
707
+ c-5 -8 -10 -17 -17 -25s-15 -17 -23 -25z" />
708
+ <glyph glyph-name="exposure_zero" unicode="exposure_zero"
709
+ d="M299 296c0 25.8021 -1.44348 42.6652 -11 57c-4 6 -9 9 -14 12s-11 4 -18 4s-13 -1 -18 -4s-10 -6 -14 -12c-9.53524 -14.3029 -11 -31.2267 -11 -57v-57c0 -34.3202 4.66098 -58.7966 25 -71c5 -3 11 -4 18 -4c16.7682 0 24.8052 6.20777 32 17
710
+ c8.87006 13.3051 12 34.4084 12 58v57h-1zM168 289c0 68.5293 21.3782 116 88 116c46.5088 0 71.845 -23.9186 82 -62c4 -15 7 -32 7 -54v-44h-1c0 -39.7402 -7.68654 -69.0255 -24 -90c-8 -9 -17 -17 -28 -21s-23 -6 -36 -6s-25 2 -36 6s-20 12 -28 21
711
+ c-17.4464 19.6272 -24 51.2554 -24 90v44z" />
712
+ <glyph glyph-name="extension" unicode="extension"
713
+ d="M437 277c29 0 54 -24 54 -53s-25 -53 -54 -53h-32v-86c0 -23 -19 -42 -42 -42h-81v32c0 32 -26 57 -58 57s-58 -25 -58 -57v-32h-81c-23 0 -42 19 -42 42v81h32c32 0 57 26 57 58s-25 58 -57 58h-32v81c0 23 19 42 42 42h86v32c0 29 24 54 53 54s53 -25 53 -54v-32h86
714
+ c23 0 42 -19 42 -42v-86h32z" />
715
+ <glyph glyph-name="face" unicode="face"
716
+ d="M256 85c94 0 171 77 171 171c0 17 -3 33 -7 48c-15 -4 -31 -5 -48 -5c-72 0 -135 35 -174 90c-21 -51 -62 -93 -112 -115c-1 -6 -1 -12 -1 -18c0 -94 77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM320 261
717
+ c15 0 27 -11 27 -26s-12 -27 -27 -27s-27 12 -27 27s12 26 27 26zM192 261c15 0 27 -11 27 -26s-12 -27 -27 -27s-27 12 -27 27s12 26 27 26z" />
718
+ <glyph glyph-name="fast_forward" unicode="fast_forward"
719
+ d="M277 384l182 -128l-182 -128v256zM85 128v256l182 -128z" />
720
+ <glyph glyph-name="fast_rewind" unicode="fast_rewind"
721
+ d="M245 256l182 128v-256zM235 128l-182 128l182 128v-256z" />
722
+ <glyph glyph-name="favorite" unicode="favorite"
723
+ d="M256 57l-31 28c-110 100 -182 165 -182 246c0 66 51 117 117 117c37 0 73 -18 96 -45c23 27 59 45 96 45c66 0 117 -51 117 -117c0 -81 -72 -147 -182 -247z" />
724
+ <glyph glyph-name="favorite_border" unicode="favorite_border"
725
+ d="M258 116c102 92 169 153 169 215c0 43 -32 74 -75 74c-33 0 -65 -21 -76 -50h-40c-11 29 -43 50 -76 50c-43 0 -75 -31 -75 -74c0 -62 67 -123 169 -215l2 -2zM352 448c66 0 117 -51 117 -117c0 -81 -72 -146 -182 -246l-31 -28l-31 27c-110 100 -182 166 -182 247
726
+ c0 66 51 117 117 117c37 0 73 -18 96 -45c23 27 59 45 96 45z" />
727
+ <glyph glyph-name="featured_play_list" unicode="featured_play_list"
728
+ d="M256 363v42h-192v-42h192zM256 277v43h-192v-43h192zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384z" />
729
+ <glyph glyph-name="featured_video" unicode="featured_video"
730
+ d="M256 256v149h-192v-149h192zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384z" />
731
+ <glyph glyph-name="feedback" unicode="feedback"
732
+ d="M277 299v85h-42v-85h42zM277 213v43h-42v-43h42zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
733
+ <glyph glyph-name="fiber_dvr" unicode="fiber_dvr"
734
+ d="M448 267v21c0 18 -14 32 -32 32h-75v-128h32v43h25l18 -43h32l-19 45c11 5 19 17 19 30zM269 192l38 128h-32l-22 -73l-21 73h-32l37 -128h32zM171 224v64c0 18 -14 32 -32 32h-75v-128h75c18 0 32 14 32 32zM448 448c24 0 43 -19 43 -43v-298c0 -23 -19 -43 -43 -43
735
+ h-384c-24 0 -43 20 -43 43v298c0 24 19 43 43 43h384zM96 288h43v-64h-43v64zM373 288h43v-21h-43v21z" />
736
+ <glyph glyph-name="fiber_manual_record" unicode="fiber_manual_record"
737
+ d="M85 256c0 94 77 171 171 171s171 -77 171 -171s-77 -171 -171 -171s-171 77 -171 171z" />
738
+ <glyph glyph-name="fiber_new" unicode="fiber_new"
739
+ d="M437 213v107h-26v-96h-24v75h-27v-75h-24v96h-27v-107c0 -12 10 -21 22 -21h85c12 0 21 9 21 21zM288 293v27h-85v-128h85v27h-53v23h53v27h-53v24h53zM181 192v128h-26v-75l-54 75h-26v-128h26v75l55 -75h25zM427 427c24 0 42 -19 42 -43v-256c0 -24 -18 -43 -42 -43
740
+ h-342c-24 0 -42 19 -42 43v256c0 24 18 43 42 43h342z" />
741
+ <glyph glyph-name="fiber_pin" unicode="fiber_pin"
742
+ d="M427 192v128h-27v-75l-53 75h-27v-128h27v75l54 -75h26zM267 192v128h-32v-128h32zM192 267v21c0 18 -14 32 -32 32h-75v-128h32v43h43c18 0 32 14 32 32zM427 427c24 0 42 -19 42 -43v-256c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v256c0 24 18 43 42 43h342z
743
+ M117 288h43v-21h-43v21z" />
744
+ <glyph glyph-name="fiber_smart_record" unicode="fiber_smart_record"
745
+ d="M363 421c74 -19 128 -85 128 -165s-54 -146 -128 -165v44c50 17 85 65 85 121s-35 104 -85 121v44zM21 256c0 94 77 171 171 171s171 -77 171 -171s-77 -171 -171 -171s-171 77 -171 171z" />
746
+ <glyph glyph-name="file_download" unicode="file_download"
747
+ d="M107 128h298v-43h-298v43zM405 320l-149 -149l-149 149h85v128h128v-128h85z" />
748
+ <glyph glyph-name="file_upload" unicode="file_upload"
749
+ d="M107 128h298v-43h-298v43zM192 171v128h-85l149 149l149 -149h-85v-128h-128z" />
750
+ <glyph glyph-name="filter" unicode="filter"
751
+ d="M448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43zM340 292l76 -100h-235l59 75l42 -50z" />
752
+ <glyph glyph-name="filter_1" unicode="filter_&#x31;"
753
+ d="M448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299zM299 192v171h-43v42h85v-213h-42zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
754
+ <glyph glyph-name="filter_2" unicode="filter_&#x32;"
755
+ d="M363 235v-43h-128v85c0 24 19 43 42 43h43v43h-85v42h85c23 0 43 -18 43 -42v-43c0 -24 -20 -43 -43 -43h-43v-42h86zM448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299zM64 405
756
+ v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
757
+ <glyph glyph-name="filter_3" unicode="filter_&#x33;"
758
+ d="M363 235c0 -24 -20 -43 -43 -43h-85v43h85v42h-43v43h43v43h-85v42h85c23 0 43 -18 43 -42v-32c0 -18 -14 -32 -32 -32c18 0 32 -14 32 -32v-32zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43zM448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299
759
+ c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299z" />
760
+ <glyph glyph-name="filter_4" unicode="filter_&#x34;"
761
+ d="M448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299zM320 192v85h-85v128h42v-85h43v85h43v-213h-43zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
762
+ <glyph glyph-name="filter_5" unicode="filter_&#x35;"
763
+ d="M363 235c0 -24 -20 -43 -43 -43h-85v43h85v42h-85v128h128v-42h-86v-43h43c23 0 43 -19 43 -43v-42zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43zM448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299
764
+ c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299z" />
765
+ <glyph glyph-name="filter_6" unicode="filter_&#x36;"
766
+ d="M277 277v-42h43v42h-43zM277 192c-23 0 -42 19 -42 43v128c0 24 19 42 42 42h86v-42h-86v-43h43c23 0 43 -19 43 -43v-42c0 -24 -20 -43 -43 -43h-43zM448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299
767
+ c0 23 19 43 42 43h299zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
768
+ <glyph glyph-name="filter_7" unicode="filter_&#x37;"
769
+ d="M277 192h-42l85 171h-85v42h128v-42zM448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
770
+ <glyph glyph-name="filter_8" unicode="filter_&#x38;"
771
+ d="M277 277v-42h43v42h-43zM277 363v-43h43v43h-43zM277 192c-23 0 -42 19 -42 43v32c0 18 14 32 32 32c-18 0 -32 14 -32 32v32c0 24 19 42 42 42h43c23 0 43 -18 43 -42v-32c0 -18 -14 -32 -32 -32c18 0 32 -14 32 -32v-32c0 -24 -20 -43 -43 -43h-43zM448 149v299h-299
772
+ v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
773
+ <glyph glyph-name="filter_9" unicode="filter_&#x39;"
774
+ d="M320 320v43h-43v-43h43zM320 405c23 0 43 -18 43 -42v-128c0 -24 -20 -43 -43 -43h-85v43h85v42h-43c-23 0 -42 19 -42 43v43c0 24 19 42 42 42h43zM448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299
775
+ c0 23 19 43 42 43h299zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
776
+ <glyph glyph-name="filter_9_plus" unicode="filter_&#x39;_plus"
777
+ d="M448 320v128h-299v-299h299v128h-43v-42h-42v42h-43v43h43v43h42v-43h43zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299zM235 320h21v21h-21v-21zM299 256c0 -24 -20 -43 -43 -43h-64v43h64v21h-21
778
+ c-23 0 -43 19 -43 43v21c0 24 20 43 43 43h21c23 0 43 -19 43 -43v-85zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
779
+ <glyph glyph-name="filter_b_and_w" unicode="filter_b_and_w"
780
+ d="M405 107v298h-149v-128zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298zM256 277l-149 -170h149v170z" />
781
+ <glyph glyph-name="filter_center_focus" unicode="filter_center_focus"
782
+ d="M256 320c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM405 107v85h43v-85c0 -23 -20 -43 -43 -43h-85v43h85zM405 448c23 0 43 -20 43 -43v-85h-43v85h-85v43h85zM107 405v-85h-43v85c0 23 20 43 43 43h85v-43h-85zM107 192v-85h85v-43h-85
783
+ c-23 0 -43 20 -43 43v85h43z" />
784
+ <glyph glyph-name="filter_drama" unicode="filter_drama"
785
+ d="M405 128c35 0 64 29 64 64s-29 64 -64 64h-32v11c0 65 -52 117 -117 117c-38 0 -72 -18 -94 -47c54 -15 94 -65 94 -124h-43c0 47 -38 86 -85 86s-85 -39 -85 -86s38 -85 85 -85h277zM413 298c55 -4 99 -50 99 -106c0 -59 -48 -107 -107 -107h-277
786
+ c-71 0 -128 57 -128 128c0 66 50 120 114 127c27 51 80 87 142 87c78 0 142 -55 157 -129z" />
787
+ <glyph glyph-name="filter_frames" unicode="filter_frames"
788
+ d="M384 341h-256v-213h256zM427 85v299h-96l-74 75l-75 -75h-97v-299h342zM427 427c23 0 42 -20 42 -43v-299c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h86l85 85l85 -85h86z" />
789
+ <glyph glyph-name="filter_hdr" unicode="filter_hdr"
790
+ d="M299 384l192 -256h-470l128 171l96 -128l34 25l-60 81z" />
791
+ <glyph glyph-name="filter_list" unicode="filter_list"
792
+ d="M128 235v42h256v-42h-256zM64 384h384v-43h-384v43zM213 128v43h86v-43h-86z" />
793
+ <glyph glyph-name="filter_none" unicode="filter_none"
794
+ d="M448 149v299h-299v-299h299zM448 491c23 0 43 -20 43 -43v-299c0 -23 -20 -42 -43 -42h-299c-23 0 -42 19 -42 42v299c0 23 19 43 42 43h299zM64 405v-341h341v-43h-341c-23 0 -43 20 -43 43v341h43z" />
795
+ <glyph glyph-name="filter_tilt_shift" unicode="filter_tilt_shift"
796
+ d="M121 91l30 30c24 -18 53 -30 84 -34v-43c-43 4 -82 21 -114 47zM277 87c31 4 60 16 83 34l31 -30c-32 -26 -71 -43 -114 -47v43zM391 151c18 24 30 52 34 83h43c-4 -43 -21 -81 -47 -113zM320 256c0 -35 -29 -64 -64 -64s-64 29 -64 64s29 64 64 64s64 -29 64 -64z
797
+ M87 235c4 -31 16 -60 34 -83l-30 -31c-26 32 -43 71 -47 114h43zM121 361c-18 -24 -30 -53 -34 -84h-43c4 43 21 82 47 114zM425 277c-4 31 -16 60 -34 84l30 30c26 -32 43 -71 47 -114h-43zM391 421l-30 -30c-24 18 -53 30 -84 34v43c43 -4 82 -21 114 -47zM235 425
798
+ c-31 -4 -60 -16 -84 -34l-30 30c32 26 71 43 114 47v-43z" />
799
+ <glyph glyph-name="filter_vintage" unicode="filter_vintage"
800
+ d="M256 171c47 0 85 38 85 85s-38 85 -85 85s-85 -38 -85 -85s38 -85 85 -85zM49 137c0 49.2164 31.3621 102.121 82 119c-6 2 -12 6 -18 9c-41 24 -64 66 -64 110c38 22 87 24 128 0c6 -3 12 -7 17 -11c-1 7 -2 13 -2 20c0 47 26 89 64 111c38 -22 64 -64 64 -111
801
+ c0 -7 -1 -13 -2 -20c5 4 11 8 17 11c41 24 90 22 128 0c0 -44 -23 -86 -64 -110c-6 -3 -12 -7 -18 -9c6 -2 12 -6 18 -9c41 -24 64 -66 64 -110c-38 -22 -87 -24 -128 0c-6 3 -12 7 -17 11c1 -7 2 -13 2 -20c0 -47 -26 -89 -64 -111c-38 22 -64 64 -64 111c0 7 1 13 2 20
802
+ c-5 -4 -11 -8 -17 -11c-41 -24 -90 -22 -128 0z" />
803
+ <glyph glyph-name="find_in_page" unicode="find_in_page"
804
+ d="M192 235c0 35 29 64 64 64s64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64zM427 94l-82 82c11 17 18 37 18 59c0 59 -48 106 -107 106s-107 -47 -107 -106s48 -107 107 -107c22 0 42 7 59 18l94 -95c-7 -5 -15 -8 -25 -8h-256c-23 0 -43 19 -43 42l1 342c0 23 19 42 42 42
805
+ h171l128 -128v-247z" />
806
+ <glyph glyph-name="find_replace" unicode="find_replace"
807
+ d="M355 189l103 -104l-31 -31l-104 103c-25 -18 -55 -29 -88 -29c-41 0 -79 17 -106 44l-44 -44v128h128l-54 -54c19 -19 47 -31 76 -31c52 0 94 36 104 85h43c-3 -25 -13 -48 -27 -67zM235 384c-52 0 -95 -36 -105 -85h-43c10 72 73 128 148 128c41 0 78 -17 105 -44l44 44
808
+ v-128h-128l54 54c-19 19 -46 31 -75 31z" />
809
+ <glyph glyph-name="fingerprint" unicode="fingerprint"
810
+ d="M318 43h-3c-34 9 -56 22 -79 45c-30 30 -46 69 -46 111c0 35 29 63 65 63s66 -28 66 -63c0 -23 19 -41 44 -41s45 18 45 41c0 80 -70 146 -155 146c-61 0 -116 -34 -141 -86c-8 -17 -12 -38 -12 -60c0 -17 1 -43 14 -77c4.57857 -13.7357 -15.4693 -18.3268 -20 -7
811
+ c-10 28 -16 55 -16 84c0 26 5 49 15 69c28 60 91 99 160 99c97 0 176 -76 176 -168c0 -35 -30 -62 -66 -62s-65 27 -65 62c0 23 -20 42 -45 42s-44 -19 -44 -42c0 -36 14 -70 40 -96c20 -20 40 -31 70 -39c6 -1 8 -7 7 -13c-1 -5 -6 -8 -10 -8zM265 199
812
+ c0 -48.7573 40.2888 -91 96 -91c9.9641 0 32.7732 7.36098 35 -6c1 -6 -3 -12 -9 -13c-12 -2 -23 -2 -26 -2c-25 0 -48 6 -66 19c-32 22 -51 56 -51 93c0 6 5 11 11 11s10 -5 10 -11zM208 47c-3 0 -5 1 -7 3c-19 19 -29 31 -43 57c-15 26 -23 58 -23 92c0 63 54 115 121 115
813
+ s121 -52 121 -115c0 -6 -5 -10 -11 -10s-11 4 -11 10c0 52 -44 94 -99 94s-99 -42 -99 -94c0 -31 6 -59 19 -82c14 -25 24 -35 40 -52c4 -4 4 -11 0 -15c-2 -2 -5 -3 -8 -3zM75 305c-8.81177 0 -13.8926 7.8456 -9 16c21 30 48 54 80 70c67 35 153 35 220 0
814
+ c32 -16 59 -39 80 -69c3 -5 2 -12 -3 -15s-12 -2 -15 3c-19 27 -43 47 -72 62c-61 31 -139 32 -200 0c-29 -15 -54 -36 -73 -63c-2 -3 -5 -4 -8 -4zM380 417c-2 0 -4 0 -5 1c-41 21 -77 30 -119 30s-83 -10 -119 -30c-11.6907 -7.0144 -21.6392 12.0165 -10 19
815
+ c40 22 83 32 129 32c45 0 85 -10 129 -32c9.10556 -5.46333 5.20303 -20 -5 -20z" />
816
+ <glyph glyph-name="first_page" unicode="first_page"
817
+ d="M128 384h43v-256h-43v256zM393 158l-30 -30l-128 128l128 128l30 -30l-98 -98z" />
818
+ <glyph glyph-name="fitness_center" unicode="fitness_center"
819
+ d="M439 195l30 -31l-45 -45l30 -31l-30 -30l-31 30l-45 -45l-31 30l-30 -30l-31 30l76 76l-183 183l-76 -76l-30 31l30 30l-30 31l45 45l-30 31l30 30l31 -30l45 45l31 -30l30 30l31 -30l-76 -76l183 -183l76 76l30 -31z" />
820
+ <glyph glyph-name="flag" unicode="flag"
821
+ d="M307 384h120v-213h-150l-8 42h-120v-149h-42v363h192z" />
822
+ <glyph glyph-name="flare" unicode="flare"
823
+ d="M235 21v128h42v-128h-42zM120 150l46 46l30 -30l-46 -46zM316 166l30 30l46 -46l-30 -30zM256 320c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM363 277h128v-42h-128v42zM392 362l-46 -46l-30 30l46 46zM277 491v-128h-42v128h42zM196 346l-30 -30
824
+ l-46 46l30 30zM149 277v-42h-128v42h128z" />
825
+ <glyph glyph-name="flash_auto" unicode="flash_auto"
826
+ d="M359 349h50l-25 78zM405 469l69 -192h-41l-15 43h-68l-15 -43h-41l69 192h42zM64 469h213l-85 -192h85l-149 -256v192h-64v256z" />
827
+ <glyph glyph-name="flash_off" unicode="flash_off"
828
+ d="M363 299l-33 -57l-181 181v46h214l-86 -170h86zM70 448l335 -336l-27 -27l-88 89l-77 -131v192h-64v79l-106 107z" />
829
+ <glyph glyph-name="flash_on" unicode="flash_on"
830
+ d="M149 469h214l-86 -170h86l-150 -256v192h-64v234z" />
831
+ <glyph glyph-name="flight" unicode="flight"
832
+ d="M217 320zM448 171l-171 53v-117l43 -32v-32l-75 21l-74 -21v32l42 32v117l-170 -53v42l170 107v117c0 18 14 32 32 32s32 -14 32 -32v-117l171 -107v-42z" />
833
+ <glyph glyph-name="flight_land" unicode="flight_land"
834
+ d="M299 204c-68.2362 18.7638 -137.045 36.9549 -206 55l-34 10v110l31 -8l20 -50l106 -28v176l41 -11l59 -192l113 -30c17 -5 27 -23 23 -40c-5 -17 -22 -26 -39 -22zM53 107h406v-43h-406v43z" />
835
+ <glyph glyph-name="flight_takeoff" unicode="flight_takeoff"
836
+ d="M471 306c4 -17 -6 -34 -23 -39c-68.7788 -18.2212 -137.501 -36.499 -206 -55l-113 -30l-34 -10c-18.76 31.9067 -37.3464 63.9869 -56 96l31 8l42 -32l106 28l-88 153l41 11l147 -137l114 30c17 5 35 -6 39 -23zM53 107h406v-43h-406v43z" />
837
+ <glyph glyph-name="flip" unicode="flip"
838
+ d="M405 64v43h43c0 -23 -20 -43 -43 -43zM405 235v42h43v-42h-43zM320 405v43h43v-43h-43zM405 149v43h43v-43h-43zM235 21v470h42v-470h-42zM405 448c23 0 43 -20 43 -43h-43v43zM64 405c0 23 20 43 43 43h85v-43h-85v-298h85v-43h-85c-23 0 -43 20 -43 43v298zM405 320v43
839
+ h43v-43h-43zM320 64v43h43v-43h-43z" />
840
+ <glyph glyph-name="flip_to_back" unicode="flip_to_back"
841
+ d="M320 149v43h43v-43h-43zM320 405v43h43v-43h-43zM107 363v-256h256v-43h-256c-24 0 -43 20 -43 43v256h43zM405 149v43h43c0 -23 -20 -43 -43 -43zM405 320v43h43v-43h-43zM405 235v42h43v-42h-43zM192 149c-24 0 -43 20 -43 43h43v-43zM277 448v-43h-42v43h42zM405 448
842
+ c23 0 43 -20 43 -43h-43v43zM277 192v-43h-42v43h42zM192 448v-43h-43c0 23 19 43 43 43zM192 277v-42h-43v42h43zM192 363v-43h-43v43h43z" />
843
+ <glyph glyph-name="flip_to_front" unicode="flip_to_front"
844
+ d="M149 64v43h43v-43h-43zM235 64v43h42v-43h-42zM405 192v213h-213v-213h213zM405 448c23 0 43 -20 43 -43v-213c0 -23 -20 -43 -43 -43h-213c-24 0 -43 20 -43 43v213c0 23 19 43 43 43h213zM320 64v43h43v-43h-43zM64 320v43h43v-43h-43zM107 64c-24 0 -43 20 -43 43h43
845
+ v-43zM64 149v43h43v-43h-43zM64 235v42h43v-42h-43z" />
846
+ <glyph glyph-name="folder" unicode="folder"
847
+ d="M213 427l43 -43h171c23 0 42 -20 42 -43v-213c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h128z" />
848
+ <glyph glyph-name="folder_open" unicode="folder_open"
849
+ d="M427 128v213h-342v-213h342zM427 384c23 0 42 -20 42 -43v-213c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h128l43 -43h171z" />
850
+ <glyph glyph-name="folder_shared" unicode="folder_shared"
851
+ d="M405 149v22c0 28 -57 42 -85 42s-85 -14 -85 -42v-22h170zM320 320c-23 0 -43 -20 -43 -43s20 -42 43 -42s43 19 43 42s-20 43 -43 43zM427 384c23 0 42 -20 42 -43v-213c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h128l43 -43h171z" />
852
+ <glyph glyph-name="folder_special" unicode="folder_special"
853
+ d="M383 149l-17 71l55 48l-72 6l-29 67l-29 -67l-72 -6l55 -48l-17 -71l63 37zM427 384c23 0 42 -20 42 -43v-213c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h128l43 -43h171z" />
854
+ <glyph glyph-name="font_download" unicode="font_download"
855
+ d="M340 117h45l-109 278h-40l-109 -278h45l24 64h120zM427 469c23 0 42 -19 42 -42v-342c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v342c0 23 19 42 42 42h342zM212 224l44 118l44 -118h-88z" />
856
+ <glyph glyph-name="format_align_center" unicode="format_align_center"
857
+ d="M64 448h384v-43h-384v43zM149 363h214v-43h-214v43zM64 235v42h384v-42h-384zM64 64v43h384v-43h-384zM149 192h214v-43h-214v43z" />
858
+ <glyph glyph-name="format_align_justify" unicode="format_align_justify"
859
+ d="M64 448h384v-43h-384v43zM64 320v43h384v-43h-384zM64 235v42h384v-42h-384zM64 149v43h384v-43h-384zM64 64v43h384v-43h-384z" />
860
+ <glyph glyph-name="format_align_left" unicode="format_align_left"
861
+ d="M64 448h384v-43h-384v43zM64 64v43h384v-43h-384zM64 235v42h384v-42h-384zM320 363v-43h-256v43h256zM320 192v-43h-256v43h256z" />
862
+ <glyph glyph-name="format_align_right" unicode="format_align_right"
863
+ d="M64 448h384v-43h-384v43zM192 320v43h256v-43h-256zM64 235v42h384v-42h-384zM192 149v43h256v-43h-256zM64 64v43h384v-43h-384z" />
864
+ <glyph glyph-name="format_bold" unicode="format_bold"
865
+ d="M288 181c18 0 32 14 32 32s-14 32 -32 32h-75v-64h75zM213 373v-64h64c18 0 32 14 32 32s-14 32 -32 32h-64zM333 282c28 -13 46 -41 46 -73c0 -45 -34 -81 -79 -81h-151v299h134c48 0 85 -38 85 -86c0 -22 -14 -45 -35 -59z" />
866
+ <glyph glyph-name="format_clear" unicode="format_clear"
867
+ d="M128 405h299v-64h-124l-34 -80l-45 44l15 36h-51l-60 60v4zM70 405l6 -5l308 -309l-27 -27l-121 121l-33 -78h-64l52 123l-148 148z" />
868
+ <glyph glyph-name="format_color_fill" unicode="format_color_fill"
869
+ d="M0 85h512v-85h-512v85zM405 267c0 0 43 -47 43 -75c0 -23 -20 -43 -43 -43s-42 20 -42 43c0 28 42 75 42 75zM111 299h205l-103 102zM353 321c13 -13 13 -33 0 -45l-117 -117c-6 -6 -15 -10 -23 -10s-16 4 -22 10l-118 117c-13 12 -13 32 0 45l110 110l-51 51l31 30z" />
870
+ <glyph glyph-name="format_color_reset" unicode="format_color_reset"
871
+ d="M112 400l312 -312l-27 -27l-57 56c-23 -20 -52 -32 -84 -32c-71 0 -128 57 -128 128c0 26 12 57 28 88l-71 71zM384 213c0 -10 -1 -19 -3 -28l-183 184c30 43 58 75 58 75s128 -146 128 -231z" />
872
+ <glyph glyph-name="format_color_text" unicode="format_color_text"
873
+ d="M205 256h102l-51 135zM235 448h42l117 -299h-48l-23 64h-134l-24 -64h-48zM0 85h512v-85h-512v85z" />
874
+ <glyph glyph-name="format_indent_decrease" unicode="format_indent_decrease"
875
+ d="M235 235v42h213v-42h-213zM235 320v43h213v-43h-213zM64 448h384v-43h-384v43zM64 64v43h384v-43h-384zM64 256l85 85v-170zM235 149v43h213v-43h-213z" />
876
+ <glyph glyph-name="format_indent_increase" unicode="format_indent_increase"
877
+ d="M235 235v42h213v-42h-213zM235 320v43h213v-43h-213zM64 448h384v-43h-384v43zM235 149v43h213v-43h-213zM64 341l85 -85l-85 -85v170zM64 64v43h384v-43h-384z" />
878
+ <glyph glyph-name="format_italic" unicode="format_italic"
879
+ d="M213 427h171v-64h-60l-72 -171h47v-64h-171v64h60l72 171h-47v64z" />
880
+ <glyph glyph-name="format_line_spacing" unicode="format_line_spacing"
881
+ d="M213 235v42h256v-42h-256zM213 107v42h256v-42h-256zM213 405h256v-42h-256v42zM128 363v-214h53l-74 -74l-75 74h53v214h-53l75 74l74 -74h-53z" />
882
+ <glyph glyph-name="format_list_bulleted" unicode="format_list_bulleted"
883
+ d="M149 405h299v-42h-299v42zM149 235v42h299v-42h-299zM149 107v42h299v-42h-299zM85 160c18 0 32 -15 32 -32s-15 -32 -32 -32s-32 15 -32 32s14 32 32 32zM85 416c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM85 288c18 0 32 -14 32 -32
884
+ s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32z" />
885
+ <glyph glyph-name="format_list_numbered" unicode="format_list_numbered"
886
+ d="M149 235v42h299v-42h-299zM149 107v42h299v-42h-299zM149 405h299v-42h-299v42zM43 277v22h64v-20l-39 -44h39v-22h-64v20l38 44h-38zM64 341v64h-21v22h42v-86h-21zM43 149v22h64v-86h-64v22h42v10h-21v22h21v10h-42z" />
887
+ <glyph glyph-name="format_paint" unicode="format_paint"
888
+ d="M384 427h64v-171h-171v-192c0 -12 -9 -21 -21 -21h-43c-12 0 -21 9 -21 21v235h213v85h-21v-21c0 -12 -9 -22 -21 -22h-256c-12 0 -22 10 -22 22v85c0 12 10 21 22 21h256c12 0 21 -9 21 -21v-21z" />
889
+ <glyph glyph-name="format_quote" unicode="format_quote"
890
+ d="M299 149l42 86h-64v128h128v-128l-42 -86h-64zM128 149l43 86h-64v128h128v-128l-43 -86h-64z" />
891
+ <glyph glyph-name="format_shapes" unicode="format_shapes"
892
+ d="M228 240h56l-28 82zM293 213h-75l-15 -42h-35l73 192h30l72 -192h-34zM405 405h43v43h-43v-43zM448 64v43h-43v-43h43zM363 107v42h42v214h-42v42h-214v-42h-42v-214h42v-42h214zM107 64v43h-43v-43h43zM64 448v-43h43v43h-43zM491 363h-43v-214h43v-128h-128v43h-214
893
+ v-43h-128v128h43v214h-43v128h128v-43h214v43h128v-128z" />
894
+ <glyph glyph-name="format_size" unicode="format_size"
895
+ d="M64 256v64h192v-64h-64v-149h-64v149h-64zM192 427h277v-64h-106v-256h-64v256h-107v64z" />
896
+ <glyph glyph-name="format_strikethrough" unicode="format_strikethrough"
897
+ d="M64 213v43h384v-43h-384zM107 427h298v-64h-106v-64h-86v64h-106v64zM213 107v64h86v-64h-86z" />
898
+ <glyph glyph-name="format_textdirection_l_to_r" unicode="format_textdirection_l_to_r"
899
+ d="M448 128l-85 -85v64h-256v42h256v64zM192 299c-47 0 -85 38 -85 85s38 85 85 85h171v-42h-43v-235h-43v235h-42v-235h-43v107z" />
900
+ <glyph glyph-name="format_textdirection_r_to_l" unicode="format_textdirection_r_to_l"
901
+ d="M171 149h256v-42h-256v-64l-86 85l86 85v-64zM213 299c-47 0 -85 38 -85 85s38 85 85 85h171v-42h-43v-235h-42v235h-43v-235h-43v107z" />
902
+ <glyph glyph-name="format_underlined" unicode="format_underlined"
903
+ d="M107 107h298v-43h-298v43zM256 149c-71 0 -128 57 -128 128v171h53v-171c0 -41 34 -74 75 -74s75 33 75 74v171h53v-171c0 -71 -57 -128 -128 -128z" />
904
+ <glyph glyph-name="forum" unicode="forum"
905
+ d="M363 256c0 -12 -10 -21 -22 -21h-213l-85 -86v299c0 12 9 21 21 21h277c12 0 22 -9 22 -21v-192zM448 384c12 0 21 -9 21 -21v-320l-85 85h-235c-12 0 -21 9 -21 21v43h277v192h43z" />
906
+ <glyph glyph-name="forward" unicode="forward"
907
+ d="M256 341v86l171 -171l-171 -171v86h-171v170h171z" />
908
+ <glyph glyph-name="forward_10" unicode="forward_&#x31;&#x30;"
909
+ d="M282 188c0 -3.2653 6.32517 -7 10 -7c2 0 5 0 7 2l4 5s2 4 2 6v43c0 0 -2 4 -2 6c0 2.75261 -8.21183 7 -11 7c-2 0 -4 -1 -6 -3l-4 -4s-3 -4 -3 -6v-43s3 -4 3 -6zM322 209c0 -6 0 -13 -2 -17l-6 -13s-7 -6 -11 -6s-9 -2 -13 -2s-9 0 -13 2s-6 4 -10 6
910
+ c-6.74403 3.37202 -9 19.7461 -9 30v15c0 6 0 13 2 17l7 13s6 6 10 6s9 2 13 2s9 0 13 -2s7 -4 11 -6s4 -7 6 -13s2 -11 2 -17v-15zM233 171h-20v70l-21 -6v15l38 12h3v-91zM85 235c0 94 77 170 171 170v86l107 -107l-107 -107v86c-70 0 -128 -58 -128 -128
911
+ s58 -128 128 -128s128 58 128 128h43c0 -94 -77 -171 -171 -171s-171 77 -171 171z" />
912
+ <glyph glyph-name="forward_30" unicode="forward_&#x33;&#x30;"
913
+ d="M85 235c0 94 77 170 171 170v86l107 -107l-107 -107v86c-70 0 -128 -58 -128 -128s58 -128 128 -128s128 58 128 128h43c0 -94 -77 -171 -171 -171s-171 77 -171 171zM284 188c0 -3.2653 6.32517 -7 10 -7c2 0 5 0 7 2l4 5s2 4 2 6v43c0 0 -2 4 -2 6
914
+ c0 2.75261 -8.21183 7 -11 7c-2 0 -4 -1 -6 -3l-4 -4s-2 -4 -2 -6v-43s2 -4 2 -6zM326 209c0 -6 0 -13 -2 -17l-6 -13s-7 -6 -11 -6s-9 -2 -13 -2c-10.126 0 -16.1493 4.57466 -23 8c-4 2 -4 7 -6 13s-3 11 -3 17v15c0 6 1 13 3 17l6 13s7 6 11 6s8 2 12 2s9 0 13 -2
915
+ s7 -4 11 -6s4 -7 6 -13s2 -11 2 -17v-15zM213 224c8.11936 0 15 4.95913 15 13v4s-2 2 -2 4s-2 2 -4 2h-11s-2 -2 -4 -2s-2 -2 -2 -4v-4h-22c0 9.89385 8.81974 23 18 23c2 0 8 2 10 2c8.67272 0 17.6319 -2.81597 24 -6c5.06488 -2.53244 8 -12.109 8 -19v-7s-2 -4 -2 -6
916
+ s-2 -4 -4 -4s-5 -3 -7 -5c4 -2 9 -4 11 -8s4 -9 4 -13s0 -9 -2 -11s-4 -6 -6 -8s-7 -4 -11 -4s-9 -2 -13 -2s-8 0 -10 2s-7 2 -11 4c-5.58093 2.79046 -9 13.5084 -9 21h18v-4s2 -2 2 -4s2 -2 4 -2h11s2 2 4 2s2 2 2 4v11s-2 2 -2 4s-2 2 -4 2h-13v15h8z" />
917
+ <glyph glyph-name="forward_5" unicode="forward_&#x35;"
918
+ d="M250 222c-1.79204 -0.716817 -7 -2.40231 -7 -4c0 -2 -2 -3 -2 -3h-13l5 47h51v-15h-37l-2 -19s2 0 2 2s3 1 3 3s2 0 4 0h4c4 0 9 -1 11 -3s6 -4 8 -6c4.43641 -4.43641 9 -13.6284 9 -23c0 -4 0 -9 -2 -11s-3 -7 -7 -11c-5.62284 -5.62284 -13.295 -8 -23 -8
919
+ c-4 0 -9 0 -11 2s-6 2 -10 4c-5.5956 2.7978 -9 11.277 -9 19h17c0 -7.40446 5.29508 -10 13 -10c2 0 4 0 6 2l5 4s2 4 2 6v13l-2 4l-5 5s-4 2 -6 2h-4zM85 235c0 94 77 170 171 170v86l107 -107l-107 -107v86c-70 0 -128 -58 -128 -128s58 -128 128 -128s128 58 128 128h43
920
+ c0 -94 -77 -171 -171 -171s-171 77 -171 171z" />
921
+ <glyph glyph-name="free_breakfast" unicode="free_breakfast"
922
+ d="M85 107h342v-43h-342v43zM427 341v64h-43v-64h43zM427 448c24 0 42 -19 42 -43v-64c0 -23 -18 -42 -42 -42h-43v-64c0 -47 -38 -86 -85 -86h-128c-47 0 -86 39 -86 86v213h342z" />
923
+ <glyph glyph-name="fullscreen" unicode="fullscreen"
924
+ d="M299 405h106v-106h-42v64h-64v42zM363 149v64h42v-106h-106v42h64zM107 299v106h106v-42h-64v-64h-42zM149 213v-64h64v-42h-106v106h42z" />
925
+ <glyph glyph-name="fullscreen_exit" unicode="fullscreen_exit"
926
+ d="M341 341h64v-42h-106v106h42v-64zM299 107v106h106v-42h-64v-64h-42zM171 341v64h42v-106h-106v42h64zM107 171v42h106v-106h-42v64h-64z" />
927
+ <glyph glyph-name="functions" unicode="functions"
928
+ d="M384 427v-64h-149l106 -107l-106 -107h149v-64h-256v43l139 128l-139 128v43h256z" />
929
+ <glyph glyph-name="g_translate" unicode="g_translate"
930
+ d="M448 85v278c0 12 -9 21 -21 21h-188l25 -86h41v22h23v-22h77v-22h-27c-7 -27 -22 -53 -41 -75l58 -57l-15 -16l-58 57l-19 -19l17 -59l-43 -43h150c12 0 21 9 21 21zM298 253c5 -10 13 -23 24 -36c26 31 33 59 33 59h-85l7 -23h21zM282 237l13 -47l12 11
931
+ c-10 11 -18 23 -25 36zM237 286c0 4.92043 -0.140331 11.2807 -2 15h-84v-33h47c-3 -13 -16 -32 -45 -32c-28 0 -51 24 -51 52s23 52 51 52c16 0 26 -7 32 -13l2 -1l26 25l-2 1c-16 15 -36 23 -58 23c-48 0 -87 -39 -87 -87s39 -87 87 -87c49 0 84 35 84 85zM427 405
932
+ c23 0 42 -19 42 -42v-278c0 -23 -19 -42 -42 -42h-171l-21 64h-150c-23 0 -42 19 -42 42v278c0 23 19 42 42 42h128l19 -64h195z" />
933
+ <glyph glyph-name="gamepad" unicode="gamepad"
934
+ d="M352 320h117v-128h-117l-64 64zM192 160l64 64l64 -64v-117h-128v117zM160 320l64 -64l-64 -64h-117v128h117zM320 352l-64 -64l-64 64v117h128v-117z" />
935
+ <glyph glyph-name="games" unicode="games"
936
+ d="M352 320h117v-128h-117l-64 64zM192 160l64 64l64 -64v-117h-128v117zM160 320l64 -64l-64 -64h-117v128h117zM320 352l-64 -64l-64 64v117h128v-117z" />
937
+ <glyph glyph-name="gavel" unicode="gavel"
938
+ d="M82 310l120 -121l-60 -60l-121 120zM263 491l120 -121l-60 -60l-121 120zM112 340l60 60l302 -302l-60 -60zM21 64h256v-43h-256v43z" />
939
+ <glyph glyph-name="gesture" unicode="gesture"
940
+ d="M296 116c15 0 40 18 46 75c-46 -12 -62 -46 -62 -59c0 -10 9 -16 16 -16zM98 365l-37 36c5 6 10 12 18 20c5 5 30 27 58 27c19 0 54 -15 54 -61c0 -29 -11 -46 -28 -70c-10 -14 -32 -52 -39 -75c-8 -23 -3 -41 7 -41c9 0 19 12 24 18c5 5 37 42 49 58c16 20 57 60 105 60
941
+ c63 0 83 -54 86 -89h53v-53h-52c-9 -102 -66 -131 -101 -131c-38 0 -68 30 -68 66s34 101 115 115c-2 17 -3 38 -38 38c-27 0 -61 -41 -87 -73c-24 -29 -42 -52 -65 -59c-49.7758 -15.7187 -85 28.2434 -85 73c0 52 56 126 61 135c6 10 17 28 6 32c-7 3 -21 -11 -36 -26z
942
+ " />
943
+ <glyph glyph-name="get_app" unicode="get_app"
944
+ d="M107 128h298v-43h-298v43zM405 320l-149 -149l-149 149h85v128h128v-128h85z" />
945
+ <glyph glyph-name="gif" unicode="gif"
946
+ d="M405 288h-64v-21h43v-32h-43v-43h-32v128h96v-32zM192 320c13 0 21 -10 21 -21v-11h-74v-64h42v32h32v-43c0 -11 -8 -21 -21 -21h-64c-13 0 -21 10 -21 21v86c0 11 8 21 21 21h64zM245 320h32v-128h-32v128z" />
947
+ <glyph glyph-name="goat" unicode="goat"
948
+ d="M511 318c1 -1 1 -4 0 -5l-25 -32c-1 -1 -3 -2 -4 -2l-15 3l-7 -22c-3 -5 -10 -5 -13 0l-14 30l-23 5l-47 -112l17 -136c0 -3 -2 -4 -4 -4h-20c-2 0 -3 1 -4 3l-20 81l-10 17l-25 -98c0 -2 -2 -3 -4 -3h-21c-2 0 -4 2 -4 4l23 135h-135l-35 -66l8 -68c1 -3 -1 -5 -4 -5
949
+ h-20c-1 0 -3 0 -4 2l-28 102l-34 -39l6 -60c1 -3 -1 -5 -4 -5h-22c-2 0 -4 1 -4 2l-13 56l21 82v144s-23 9 -23 30h274c0 0 48 -1 95 33c0 0 -8 22 6 36c0 0 28 -20 36 -25c10 -6 17 5 14 14c-2 6 -9 28 -45 42c-4.57884 1.52628 -15.2106 2.3682 -13 9c0 2 2 3 4 3
950
+ c44 -6 70 -42 77 -58c1 -2 20 -15 18 -38c0 -3 0 -5 2 -7z" />
951
+ <glyph glyph-name="golf_course" unicode="golf_course"
952
+ d="M363 386l-128 -66v-193c61 -3 106 -21 106 -42c0 -23 -57 -42 -128 -42s-128 19 -128 42c0 16 26 30 64 37v-37h43v384zM384 96c0 18 14 32 32 32s32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32z" />
953
+ <glyph glyph-name="gps_fixed" unicode="gps_fixed"
954
+ d="M256 107c83 0 149 66 149 149s-66 149 -149 149s-149 -66 -149 -149s66 -149 149 -149zM447 277h44v-42h-44c-10 -89 -81 -160 -170 -170v-44h-42v44c-89 10 -160 81 -170 170h-44v42h44c10 89 81 160 170 170v44h42v-44c89 -10 160 -81 170 -170zM256 341
955
+ c47 0 85 -38 85 -85s-38 -85 -85 -85s-85 38 -85 85s38 85 85 85z" />
956
+ <glyph glyph-name="gps_not_fixed" unicode="gps_not_fixed"
957
+ d="M256 107c83 0 149 66 149 149s-66 149 -149 149s-149 -66 -149 -149s66 -149 149 -149zM447 277h44v-42h-44c-10 -89 -81 -160 -170 -170v-44h-42v44c-89 10 -160 81 -170 170h-44v42h44c10 89 81 160 170 170v44h42v-44c89 -10 160 -81 170 -170z" />
958
+ <glyph glyph-name="gps_off" unicode="gps_off"
959
+ d="M347 138l-209 209c-19 -25 -31 -57 -31 -91c0 -83 66 -149 149 -149c34 0 66 12 91 31zM64 421l27 27l357 -357l-27 -27l-44 44c-28 -23 -62 -39 -100 -43v-44h-42v44c-89 10 -160 81 -170 170h-44v42h44c4 38 20 72 43 100zM447 277h44v-42h-44c-3 -24 -10 -48 -21 -68
960
+ l-32 32c7 17 11 37 11 57c0 83 -66 149 -149 149c-20 0 -40 -4 -57 -11l-32 32c21 11 44 18 68 21v44h42v-44c89 -10 160 -81 170 -170z" />
961
+ <glyph glyph-name="grade" unicode="grade"
962
+ d="M256 144l-132 -80l35 150l-116 101l153 13l60 141l60 -141l153 -13l-116 -101l35 -150z" />
963
+ <glyph glyph-name="gradient" unicode="gradient"
964
+ d="M405 277v128h-298v-128h42v-42h43v-43h43v43h42v-43h43v43h43v42h42zM363 128v43h-43v-43h43zM277 128v43h-42v-43h42zM192 128v43h-43v-43h43zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298zM149 320h43
965
+ v-43h-43v43zM320 320h43v-43h-43v43zM235 320h42v-43h43v-42h-43v42h-42v-42h-43v42h43v43zM363 235v-43h42v43h-42zM149 235h-42v-43h42v43z" />
966
+ <glyph glyph-name="grain" unicode="grain"
967
+ d="M213 427c23 0 43 -20 43 -43s-20 -43 -43 -43s-42 20 -42 43s19 43 42 43zM299 341c23 0 42 -19 42 -42s-19 -43 -42 -43s-43 20 -43 43s20 42 43 42zM384 256c23 0 43 -20 43 -43s-20 -42 -43 -42s-43 19 -43 42s20 43 43 43zM299 171c23 0 42 -20 42 -43
968
+ s-19 -43 -42 -43s-43 20 -43 43s20 43 43 43zM384 341c-23 0 -43 20 -43 43s20 43 43 43s43 -20 43 -43s-20 -43 -43 -43zM128 171c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM128 341c23 0 43 -19 43 -42s-20 -43 -43 -43s-43 20 -43 43s20 42 43 42z
969
+ M213 256c23 0 43 -20 43 -43s-20 -42 -43 -42s-42 19 -42 42s19 43 42 43z" />
970
+ <glyph glyph-name="graphic_eq" unicode="graphic_eq"
971
+ d="M405 299h43v-86h-43v86zM320 128v256h43v-256h-43zM64 213v86h43v-86h-43zM235 43v426h42v-426h-42zM149 128v256h43v-256h-43z" />
972
+ <glyph glyph-name="grid_off" unicode="grid_off"
973
+ d="M341 85h31l-31 31v-31zM299 85v74l-12 12h-74v-86h86zM171 213v74l-12 12h-74v-86h86zM171 85v86h-86v-86h86zM85 372v-31h31zM213 244v-31h31zM27 485l458 -458l-27 -27l-43 43h-330c-23 0 -42 19 -42 42v330l-43 43zM341 427v-86h86v86h-86zM171 427h-31l-43 42h330
974
+ c23 0 42 -19 42 -42v-330l-42 43v31h-31l-43 42h74v86h-86v-74l-42 43v31h-31l-43 42h74v86h-86v-74l-42 43v31z" />
975
+ <glyph glyph-name="grid_on" unicode="grid_on"
976
+ d="M427 341v86h-86v-86h86zM427 213v86h-86v-86h86zM427 85v86h-86v-86h86zM299 341v86h-86v-86h86zM299 213v86h-86v-86h86zM299 85v86h-86v-86h86zM171 341v86h-86v-86h86zM171 213v86h-86v-86h86zM171 85v86h-86v-86h86zM427 469c23 0 42 -19 42 -42v-342
977
+ c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v342c0 23 19 42 42 42h342z" />
978
+ <glyph glyph-name="group" unicode="group"
979
+ d="M341 235c50 0 150 -25 150 -75v-53h-128v53c0 32 -17 56 -42 74c7 1 14 1 20 1zM171 235c50 0 149 -25 149 -75v-53h-299v53c0 50 100 75 150 75zM171 277c-35 0 -64 29 -64 64s29 64 64 64s63 -29 63 -64s-28 -64 -63 -64zM341 277c-35 0 -64 29 -64 64s29 64 64 64
980
+ s64 -29 64 -64s-29 -64 -64 -64z" />
981
+ <glyph glyph-name="group_add" unicode="group_add"
982
+ d="M277 235c43 0 128 -21 128 -64v-43h-256v43c0 43 85 64 128 64zM419 231c43 -7 93 -27 93 -60v-43h-64v43c0 25 -11 44 -29 60zM277 277c-35 0 -64 29 -64 64s29 64 64 64s64 -29 64 -64s-29 -64 -64 -64zM384 277c-7 0 -13 1 -19 3c12 17 19 38 19 61s-7 44 -19 61
983
+ c6 2 12 3 19 3c35 0 64 -29 64 -64s-29 -64 -64 -64zM171 299v-43h-64v-64h-43v64h-64v43h64v64h43v-64h64z" />
984
+ <glyph glyph-name="group_work" unicode="group_work"
985
+ d="M341 139c29 0 54 24 54 53s-25 53 -54 53s-53 -24 -53 -53s24 -53 53 -53zM203 341c0 -29 24 -53 53 -53s53 24 53 53s-24 54 -53 54s-53 -25 -53 -54zM171 139c29 0 53 24 53 53s-24 53 -53 53s-54 -24 -54 -53s25 -53 54 -53zM256 469c118 0 213 -95 213 -213
986
+ s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
987
+ <glyph glyph-name="hd" unicode="hd"
988
+ d="M309 224v64h43v-64h-43zM277 320v-128h86c12 0 21 9 21 21v86c0 12 -9 21 -21 21h-86zM235 192v128h-32v-53h-43v53h-32v-128h32v43h43v-43h32zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h298z" />
989
+ <glyph glyph-name="hdr_off" unicode="hdr_off"
990
+ d="M53 459c135.424 -135.909 271.816 -270.85 408 -406l-24 -23l-162 162h-72v73l-32 32v-105h-32v53h-43v-53h-32v128h32v-43h43v43h8l-117 117zM277 288h-8l-32 32h40c17 0 32 -15 32 -32v-41l-32 32v9zM373 288v-21h43v21h-43zM373 192h-8l-24 23v105h75
991
+ c17 0 32 -15 32 -32v-21c0 -13 -8 -26 -19 -30l19 -45h-32l-19 43h-24v-43z" />
992
+ <glyph glyph-name="hdr_on" unicode="hdr_on"
993
+ d="M277 224v64h-42v-64h42zM277 320c17 0 32 -15 32 -32v-64c0 -17 -15 -32 -32 -32h-74v128h74zM139 277v43h32v-128h-32v53h-43v-53h-32v128h32v-43h43zM416 267v21h-43v-21h43zM448 267c0 -13 -8 -24 -19 -30l19 -45h-32l-19 43h-24v-43h-32v128h75c17 0 32 -15 32 -32
994
+ v-21z" />
995
+ <glyph glyph-name="hdr_strong" unicode="hdr_strong"
996
+ d="M107 213c23 0 42 20 42 43s-19 43 -42 43s-43 -20 -43 -43s20 -43 43 -43zM107 341c47 0 85 -38 85 -85s-38 -85 -85 -85s-86 38 -86 85s39 85 86 85zM363 384c71 0 128 -57 128 -128s-57 -128 -128 -128s-128 57 -128 128s57 128 128 128z" />
997
+ <glyph glyph-name="hdr_weak" unicode="hdr_weak"
998
+ d="M363 171c47 0 85 38 85 85s-38 85 -85 85s-86 -38 -86 -85s39 -85 86 -85zM363 384c71 0 128 -57 128 -128s-57 -128 -128 -128s-128 57 -128 128s57 128 128 128zM107 341c47 0 85 -38 85 -85s-38 -85 -85 -85s-86 38 -86 85s39 85 86 85z" />
999
+ <glyph glyph-name="headset" unicode="headset"
1000
+ d="M256 491c106 0 192 -86 192 -192v-150c0 -35 -29 -64 -64 -64h-64v171h85v43c0 83 -66 149 -149 149s-149 -66 -149 -149v-43h85v-171h-64c-35 0 -64 29 -64 64v150c0 106 86 192 192 192z" />
1001
+ <glyph glyph-name="headset_mic" unicode="headset_mic"
1002
+ d="M256 491c106 0 192 -86 192 -192v-214c0 -35 -29 -64 -64 -64h-128v43h149v21h-85v171h85v43c0 83 -66 149 -149 149s-149 -66 -149 -149v-43h85v-171h-64c-35 0 -64 29 -64 64v150c0 106 86 192 192 192z" />
1003
+ <glyph glyph-name="healing" unicode="healing"
1004
+ d="M355 78l78 78l-78 77l-77 -78zM299 277c-12 0 -22 -9 -22 -21s10 -21 22 -21s21 9 21 21s-9 21 -21 21zM256 192c12 0 21 9 21 21s-9 22 -21 22s-21 -10 -21 -22s9 -21 21 -21zM213 235c12 0 22 9 22 21s-10 21 -22 21s-21 -9 -21 -21s9 -21 21 -21zM156 278l77 78
1005
+ l-77 77l-78 -78zM256 320c-12 0 -21 -9 -21 -21s9 -22 21 -22s21 10 21 22s-9 21 -21 21zM378 256l85 -85c8 -8 8 -22 0 -30l-92 -93c-4 -4 -9 -6 -15 -6s-12 2 -16 6l-84 85l-85 -85c-8 -8 -22 -8 -30 0l-93 93c-8 8 -8 22 0 30l85 85l-85 84c-8 8 -8 23 0 31l93 92
1006
+ c4 4 10 6 15 6c6 0 11 -2 15 -6l85 -85l84 85c8 8 23 8 31 0l92 -92c8 -8 8 -23 0 -31z" />
1007
+ <glyph glyph-name="hearing" unicode="hearing"
1008
+ d="M245 320c0 29 25 53 54 53s53 -24 53 -53s-24 -53 -53 -53s-54 24 -54 53zM163 456c-35 -35 -56 -83 -56 -136s21 -101 56 -136l-30 -30c-42 42 -69 101 -69 166s27 124 69 166zM363 85c23 0 42 20 42 43h43c0 -47 -38 -85 -85 -85c-12 0 -24 2 -35 7
1009
+ c-29 15 -46 37 -59 76c-7 21 -19 31 -36 44c-19 14 -42 32 -61 67c-15 27 -23 56 -23 83c0 84 66 149 150 149s149 -65 149 -149h-43c0 60 -46 107 -106 107s-107 -47 -107 -107c0 -20 6 -43 17 -63c15 -28 33 -41 50 -54c20 -15 40 -31 51 -64c11 -32 21 -42 36 -50
1010
+ c4 -2 11 -4 17 -4z" />
1011
+ <glyph glyph-name="help" unicode="help"
1012
+ d="M321 272c12 12 20 29 20 48c0 47 -38 85 -85 85s-85 -38 -85 -85h42c0 23 20 43 43 43s43 -20 43 -43c0 -12 -5 -22 -13 -30l-26 -27c-15 -16 -25 -37 -25 -60v-11h42c0 32 10 44 25 60zM277 107v42h-42v-42h42zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213
1013
+ s-213 95 -213 213s95 213 213 213z" />
1014
+ <glyph glyph-name="help_outline" unicode="help_outline"
1015
+ d="M256 384c47 0 85 -38 85 -85c0 -53 -64 -59 -64 -107h-42c0 69 64 64 64 107c0 23 -20 42 -43 42s-43 -19 -43 -42h-42c0 47 38 85 85 85zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213
1016
+ s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM235 128v43h42v-43h-42z" />
1017
+ <glyph glyph-name="high_quality" unicode="high_quality"
1018
+ d="M309 224v64h43v-64h-43zM384 213v86c0 12 -9 21 -21 21h-64c-12 0 -22 -9 -22 -21v-86c0 -12 10 -21 22 -21h16v-32h32v32h16c12 0 21 9 21 21zM235 192v128h-32v-53h-43v53h-32v-128h32v43h43v-43h32zM405 427c23 0 43 -20 43 -43v-256c0 -23 -20 -43 -43 -43h-298
1019
+ c-24 0 -43 20 -43 43v256c0 23 19 43 43 43h298z" />
1020
+ <glyph glyph-name="highlight" unicode="highlight"
1021
+ d="M362 372l45 45l30 -30l-45 -46zM75 387l30 30l45 -45l-30 -31zM235 469h42v-64h-42v64zM128 213v107h256v-107l-64 -64v-106h-128v106z" />
1022
+ <glyph glyph-name="highlight_off" unicode="highlight_off"
1023
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM311 341l30 -30l-55 -55l55 -55l-30 -30l-55 55l-55 -55l-30 30l55 55l-55 55l30 30l55 -55z
1024
+ " />
1025
+ <glyph glyph-name="history" unicode="history"
1026
+ d="M256 341h32v-90l75 -45l-16 -26l-91 55v106zM277 448c106 0 192 -86 192 -192s-86 -192 -192 -192c-53 0 -100 21 -135 56l30 31c27 -27 64 -44 105 -44c83 0 150 66 150 149s-67 149 -150 149s-149 -66 -149 -149h64l-86 -86l-2 3l-83 83h64c0 106 86 192 192 192z" />
1027
+ <glyph glyph-name="home" unicode="home"
1028
+ d="M213 85h-106v171h-64l213 192l213 -192h-64v-171h-106v128h-86v-128z" />
1029
+ <glyph glyph-name="hot_tub" unicode="hot_tub"
1030
+ d="M313 387c22 -21 31 -50 27 -79l-1 -9h-41l3 12c3.05626 17.3188 -3.40602 35.406 -16 48c-22 22 -32 51 -28 80l1 9h41l-2 -13c-3 -17 2 -34 14 -47zM398 387c22 -21 32 -50 28 -79l-2 -9h-40l2 12c3 17 -2 34 -14 47l-2 1c-22 22 -32 51 -28 80l2 9h40l-2 -13
1031
+ c-3 -17 2 -34 14 -47zM405 85v128h-42v-128h42zM320 85v128h-43v-128h43zM235 85v128h-43v-128h43zM149 85v128h-42v-128h42zM238 256h231v-171c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v171h64v16c0 26 22 48 48 48c15.3845 0 28.1542 -8.15417 36 -16l29 -33
1032
+ c5 -6 11 -10 18 -15zM107 384c0 24 18 43 42 43s43 -19 43 -43s-19 -43 -43 -43s-42 19 -42 43z" />
1033
+ <glyph glyph-name="hotel" unicode="hotel"
1034
+ d="M405 363c47 0 86 -39 86 -86v-192h-43v64h-384v-64h-43v320h43v-192h171v150h170zM149 235c-35 0 -64 29 -64 64s29 64 64 64s64 -29 64 -64s-29 -64 -64 -64z" />
1035
+ <glyph glyph-name="hourglass_empty" unicode="hourglass_empty"
1036
+ d="M256 267l85 85v75h-170v-75zM341 160l-85 85l-85 -85v-75h170v75zM128 469h256v-128l-85 -85l85 -85v-128h-256v128l85 85l-85 85v128z" />
1037
+ <glyph glyph-name="hourglass_full" unicode="hourglass_full"
1038
+ d="M128 469h256v-128l-85 -85l85 -85v-128h-256v128l85 85l-85 85v128z" />
1039
+ <glyph glyph-name="http" unicode="http"
1040
+ d="M459 267v21h-43v-21h43zM459 320c17 0 32 -15 32 -32v-21c0 -17 -15 -32 -32 -32h-43v-43h-32v128h75zM267 288v32h96v-32h-32v-96h-32v96h-32zM149 288v32h96v-32h-32v-96h-32v96h-32zM96 277v43h32v-128h-32v53h-43v-53h-32v128h32v-43h43z" />
1041
+ <glyph glyph-name="https" unicode="https"
1042
+ d="M322 341v43c0 36 -30 66 -66 66s-66 -30 -66 -66v-43h132zM256 149c23 0 43 20 43 43s-20 43 -43 43s-43 -20 -43 -43s20 -43 43 -43zM384 341c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h21v43c0 59 48 107 107 107
1043
+ s107 -48 107 -107v-43h21z" />
1044
+ <glyph glyph-name="image" unicode="image"
1045
+ d="M181 224l-74 -96h298l-96 128l-74 -96zM448 107c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298c23 0 43 -20 43 -43v-298z" />
1046
+ <glyph glyph-name="image_aspect_ratio" unicode="image_aspect_ratio"
1047
+ d="M427 128v256h-342v-256h342zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342zM256 299v-43h-43v43h43zM171 299v-43h-43v43h43zM341 213v-42h-42v42h42zM341 299v-43h-42v43h42z" />
1048
+ <glyph glyph-name="import_contacts" unicode="import_contacts"
1049
+ d="M448 117v246c-23 7 -49 10 -75 10c-36 0 -88 -14 -117 -32v-245c29 18 81 32 117 32c26 0 52 -4 75 -11zM373 416c44.2046 0 90.7488 -11.0375 118 -32v-311c0 -5 -6 -11 -11 -11c-2 0 -3 0 -5 1c-30 16 -67 22 -102 22c-36 0 -88 -14 -117 -32c-31 23 -75 32 -117 32
1050
+ c-31 0 -73 -9 -102 -23c-2 0 -3 -1 -5 -1c-5 0 -11 5 -11 10v313c31 23 76 32 118 32s86 -9 117 -32c31 23 75 32 117 32z" />
1051
+ <glyph glyph-name="import_export" unicode="import_export"
1052
+ d="M341 149h64l-85 -85l-85 85h64v150h42v-150zM192 448l85 -85h-64v-150h-42v150h-64z" />
1053
+ <glyph glyph-name="important_devices" unicode="important_devices"
1054
+ d="M255 320h65l-53 -38l20 -62l-52 39l-53 -39l20 62l-53 38h65l21 64zM427 469c23 0 42 -18 42 -42v-107h-42v107h-384v-256h277v-43h-43v-43h43v-42h-171v42h43v43h-149c-24 0 -43 20 -43 43v256c0 24 19 42 43 42h384zM491 85v150h-107v-150h107zM491 277
1055
+ c12 0 21 -9 21 -21v-192c0 -12 -9 -21 -21 -21h-107c-12 0 -21 9 -21 21v192c0 12 9 21 21 21h107z" />
1056
+ <glyph glyph-name="inbox" unicode="inbox"
1057
+ d="M405 192v213h-299v-213h86c0 -35 29 -64 64 -64s64 29 64 64h85zM405 448c23 0 43 -19 43 -43v-298c0 -23 -20 -43 -43 -43h-299c-24 0 -42 20 -42 43v298c0 24 18 43 42 43h299z" />
1058
+ <glyph glyph-name="indeterminate_check_box" unicode="indeterminate_check_box"
1059
+ d="M363 235v42h-214v-42h214zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1060
+ <glyph glyph-name="info" unicode="info"
1061
+ d="M277 320v43h-42v-43h42zM277 149v128h-42v-128h42zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1062
+ <glyph glyph-name="info_outline" unicode="info_outline"
1063
+ d="M235 320v43h42v-43h-42zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM235 149v128h42v-128h-42z" />
1064
+ <glyph glyph-name="input" unicode="input"
1065
+ d="M235 171v64h-214v42h214v64l85 -85zM448 448c23 0 43 -19 43 -43v-299c0 -23 -20 -42 -43 -42h-384c-23 0 -43 19 -43 42v86h43v-86h384v300h-384v-86h-43v85c0 23 20 43 43 43h384z" />
1066
+ <glyph glyph-name="insert_chart" unicode="insert_chart"
1067
+ d="M363 149v86h-43v-86h43zM277 149v214h-42v-214h42zM192 149v150h-43v-150h43zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1068
+ <glyph glyph-name="insert_comment" unicode="insert_comment"
1069
+ d="M384 341v43h-256v-43h256zM384 277v43h-256v-43h256zM384 213v43h-256v-43h256zM427 469c23 0 42 -19 42 -42v-384l-85 85h-299c-23 0 -42 20 -42 43v256c0 23 19 42 42 42h342z" />
1070
+ <glyph glyph-name="insert_drive_file" unicode="insert_drive_file"
1071
+ d="M277 320h118l-118 117v-117zM128 469h171l128 -128v-256c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42l1 342c0 23 19 42 42 42z" />
1072
+ <glyph glyph-name="insert_emoticon" unicode="insert_emoticon"
1073
+ d="M256 139c-50 0 -92 30 -109 74h218c-17 -44 -59 -74 -109 -74zM181 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM331 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM256 85c94 0 171 77 171 171s-77 171 -171 171
1074
+ s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1075
+ <glyph glyph-name="insert_invitation" unicode="insert_invitation"
1076
+ d="M405 107v234h-298v-234h298zM341 491h43v-43h21c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h21v43h43v-43h170v43zM363 256v-107h-107v107h107z" />
1077
+ <glyph glyph-name="insert_link" unicode="insert_link"
1078
+ d="M363 363c59 0 106 -48 106 -107s-47 -107 -106 -107h-86v41h86c36 0 66 30 66 66s-30 66 -66 66h-86v41h86zM171 235v42h170v-42h-170zM83 256c0 -36 30 -66 66 -66h86v-41h-86c-59 0 -106 48 -106 107s47 107 106 107h86v-41h-86c-36 0 -66 -30 -66 -66z" />
1079
+ <glyph glyph-name="insert_photo" unicode="insert_photo"
1080
+ d="M181 224l-74 -96h298l-96 128l-74 -96zM448 107c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298c23 0 43 -20 43 -43v-298z" />
1081
+ <glyph glyph-name="invert_colors" unicode="invert_colors"
1082
+ d="M256 94v309l-90 -90c-24 -24 -38 -57 -38 -91c0 -68.7916 59.1998 -128 128 -128zM377 343c67 -67 67 -174 0 -241c-33 -33 -77 -50 -121 -50s-88 17 -121 50c-67 67 -67 174 0 241l121 121z" />
1083
+ <glyph glyph-name="invert_colors_off" unicode="invert_colors_off"
1084
+ d="M256 403l-49 -48l-30 30l79 79l121 -121c52 -52 63 -129 34 -192l-155 154v98zM256 94v103l-102 102c-17 -22 -26 -49 -26 -77c0 -68.7916 59.1998 -128 128 -128zM441 67l7 -8l-27 -27l-58 58c-31 -25 -69 -38 -107 -38c-44 0 -88 17 -121 50c-62 63 -66 161 -12 228
1085
+ l-59 59l27 27c116.495 -116.495 232.353 -233.66 350 -349z" />
1086
+ <glyph glyph-name="iso" unicode="iso"
1087
+ d="M363 149h-107v32h107v-32zM405 107v298l-298 -298h298zM117 352v-32h43v-43h32v43h43v32h-43v43h-32v-43h-43zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1088
+ <glyph glyph-name="keyboard" unicode="keyboard"
1089
+ d="M405 299v42h-42v-42h42zM405 235v42h-42v-42h42zM341 299v42h-42v-42h42zM341 235v42h-42v-42h42zM341 149v43h-170v-43h170zM149 299v42h-42v-42h42zM149 235v42h-42v-42h42zM171 277v-42h42v42h-42zM171 341v-42h42v42h-42zM235 277v-42h42v42h-42zM235 341v-42h42v42
1090
+ h-42zM427 405c23 0 42 -19 42 -42v-214c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v214c0 23 19 42 42 42h342z" />
1091
+ <glyph glyph-name="keyboard_arrow_down" unicode="keyboard_arrow_down"
1092
+ d="M158 345l98 -98l98 98l30 -30l-128 -128l-128 128z" />
1093
+ <glyph glyph-name="keyboard_arrow_left" unicode="keyboard_arrow_left"
1094
+ d="M329 169l-30 -30l-128 128l128 128l30 -30l-98 -98z" />
1095
+ <glyph glyph-name="keyboard_arrow_right" unicode="keyboard_arrow_right"
1096
+ d="M183 163l98 98l-98 98l30 30l128 -128l-128 -128z" />
1097
+ <glyph glyph-name="keyboard_arrow_up" unicode="keyboard_arrow_up"
1098
+ d="M158 183l-30 30l128 128l128 -128l-30 -30l-98 98z" />
1099
+ <glyph glyph-name="keyboard_backspace" unicode="keyboard_backspace"
1100
+ d="M448 277v-42h-302l76 -77l-30 -30l-128 128l128 128l30 -30l-76 -77h302z" />
1101
+ <glyph glyph-name="keyboard_capslock" unicode="keyboard_capslock"
1102
+ d="M128 128v43h256v-43h-256zM256 333l-98 -98l-30 30l128 128l128 -128l-30 -30z" />
1103
+ <glyph glyph-name="keyboard_hide" unicode="keyboard_hide"
1104
+ d="M256 21l-85 86h170zM405 341v43h-42v-43h42zM405 277v43h-42v-43h42zM341 341v43h-42v-43h42zM341 277v43h-42v-43h42zM341 192v43h-170v-43h170zM149 341v43h-42v-43h42zM149 277v43h-42v-43h42zM171 320v-43h42v43h-42zM171 384v-43h42v43h-42zM235 320v-43h42v43h-42z
1105
+ M235 384v-43h42v43h-42zM427 448c23 0 42 -20 42 -43v-213c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v213c0 23 19 43 42 43h342z" />
1106
+ <glyph glyph-name="keyboard_return" unicode="keyboard_return"
1107
+ d="M405 363h43v-128h-324l77 -77l-30 -30l-128 128l128 128l30 -30l-77 -77h281v86z" />
1108
+ <glyph glyph-name="keyboard_tab" unicode="keyboard_tab"
1109
+ d="M427 384h42v-256h-42v256zM247 354l30 30l128 -128l-128 -128l-30 30l77 77h-303v42h303z" />
1110
+ <glyph glyph-name="keyboard_voice" unicode="keyboard_voice"
1111
+ d="M369 256h36c0 -73 -58 -133 -128 -143v-70h-42v70c-70 10 -128 70 -128 143h36c0 -64 54 -109 113 -109s113 45 113 109zM256 192c-35 0 -64 29 -64 64v128c0 35 29 64 64 64s64 -29 64 -64v-128c0 -35 -29 -64 -64 -64z" />
1112
+ <glyph glyph-name="kitchen" unicode="kitchen"
1113
+ d="M171 256h42v-107h-42v107zM171 405h42v-64h-42v64zM384 320v107h-256v-107h256zM384 85v193h-256v-193h256zM384 469c23 0 43 -18 43 -42v-342c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v342c0 24 20 42 43 42h256z" />
1114
+ <glyph glyph-name="label" unicode="label"
1115
+ d="M376 387l93 -131l-93 -131c-8 -11 -21 -18 -35 -18h-234c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h234c14 0 27 -7 35 -18z" />
1116
+ <glyph glyph-name="label_outline" unicode="label_outline"
1117
+ d="M341 149l76 107l-76 107h-234v-214h234zM376 387l93 -131l-93 -131c-8 -11 -21 -18 -35 -18h-234c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h234c14 0 27 -7 35 -18z" />
1118
+ <glyph glyph-name="landscape" unicode="landscape"
1119
+ d="M299 384l192 -256h-470l128 171l96 -128l34 25l-60 81z" />
1120
+ <glyph glyph-name="language" unicode="language"
1121
+ d="M349 213h72c3 14 6 28 6 43s-3 29 -6 43h-72c2 -14 3 -28 3 -43s-1 -29 -3 -43zM311 95c39 13 73 41 93 76h-63c-7 -27 -17 -52 -30 -76zM306 213c2 14 3 28 3 43s-1 29 -3 43h-100c-2 -14 -3 -28 -3 -43s1 -29 3 -43h100zM256 86c18 26 32 54 41 85h-82
1122
+ c9 -31 23 -59 41 -85zM171 341c7 27 17 52 30 76c-39 -13 -73 -41 -93 -76h63zM108 171c20 -35 54 -63 93 -76c-13 24 -23 49 -30 76h-63zM91 213h72c-2 14 -3 28 -3 43s1 29 3 43h-72c-3 -14 -6 -28 -6 -43s3 -29 6 -43zM256 426c-18 -26 -32 -54 -41 -85h82
1123
+ c-9 31 -23 59 -41 85zM404 341c-20 35 -54 63 -93 76c13 -24 23 -49 30 -76h63zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1124
+ <glyph glyph-name="laptop" unicode="laptop"
1125
+ d="M85 384v-213h342v213h-342zM427 128h85v-43h-512v43h85c-23 0 -42 20 -42 43v213c0 23 19 43 42 43h342c23 0 42 -20 42 -43v-213c0 -23 -19 -43 -42 -43z" />
1126
+ <glyph glyph-name="laptop_chromebook" unicode="laptop_chromebook"
1127
+ d="M427 192v213h-342v-213h342zM299 128v21h-86v-21h86zM469 128h43v-43h-512v43h43v320h426v-320z" />
1128
+ <glyph glyph-name="laptop_mac" unicode="laptop_mac"
1129
+ d="M256 107c12 0 21 9 21 21s-9 21 -21 21s-21 -9 -21 -21s9 -21 21 -21zM85 405v-234h342v234h-342zM427 128h85c0 -23 -20 -43 -43 -43h-426c-23 0 -43 20 -43 43h85c-23 0 -42 20 -42 43v234c0 23 19 43 42 43h342c23 0 42 -20 42 -43v-234c0 -23 -19 -43 -42 -43z" />
1130
+ <glyph glyph-name="laptop_windows" unicode="laptop_windows"
1131
+ d="M85 405v-213h342v213h-342zM427 128h85v-43h-512v43h85v21c-23 0 -42 20 -42 43v213c0 23 19 43 42 43h342c23 0 42 -20 42 -43v-213c0 -23 -19 -43 -42 -43v-21z" />
1132
+ <glyph glyph-name="last_page" unicode="last_page"
1133
+ d="M341 384h43v-256h-43v256zM119 354l30 30l128 -128l-128 -128l-30 30l98 98z" />
1134
+ <glyph glyph-name="launch" unicode="launch"
1135
+ d="M299 448h149v-149h-43v76l-209 -209l-30 30l209 209h-76v43zM405 107v149h43v-149c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h149v-43h-149v-298h298z" />
1136
+ <glyph glyph-name="layers" unicode="layers"
1137
+ d="M256 171c-64.012 49.6547 -127.813 99.5201 -192 149l192 149l192 -149c-64.1875 -49.4791 -127.987 -99.3464 -192 -149zM256 116l157 123l35 -27l-192 -149l-192 149l35 27z" />
1138
+ <glyph glyph-name="layers_clear" unicode="layers_clear"
1139
+ d="M70 491l399 -400l-27 -27l-80 81l-106 -82l-192 149l35 27l157 -123l75 59l-30 30l-45 -34c-64.012 49.6547 -127.813 99.5201 -192 149l69 54l-90 90zM448 320c-28.8803 -22.1197 -57.4315 -44.5685 -86 -67l-168 168l62 48zM423 192l-31 31l25 19l31 -30z" />
1140
+ <glyph glyph-name="leak_add" unicode="leak_add"
1141
+ d="M299 64c0 83 66 149 149 149v-42c-59 0 -107 -48 -107 -107h-42zM384 64c0 35 29 64 64 64v-64h-64zM213 64c0 129 106 235 235 235v-43c-106 0 -192 -86 -192 -192h-43zM213 448c0 -83 -66 -149 -149 -149v42c59 0 107 48 107 107h42zM299 448
1142
+ c0 -129 -105 -235 -235 -235v43c106 0 192 86 192 192h43zM128 448c0 -35 -29 -64 -64 -64v64h64z" />
1143
+ <glyph glyph-name="leak_remove" unicode="leak_remove"
1144
+ d="M328 265c35 21 76 34 120 34v-43c-32 0 -62 -8 -89 -22zM425 168l-34 34c17 7 37 11 57 11v-42c-8 0 -16 -1 -23 -3zM299 448c0 -44 -13 -85 -34 -120l-31 31c14 27 22 57 22 89h43zM64 421l27 27l357 -357l-27 -27l-61 61c-12 -17 -19 -38 -19 -61h-42c0 34 12 66 31 91
1145
+ l-31 30c-27 -33 -43 -75 -43 -121h-43c0 58 21 111 56 152l-53 53c-41 -35 -94 -56 -152 -56v43c46 0 89 16 122 43l-31 31c-25 -19 -57 -31 -91 -31v42c23 0 44 7 61 19zM213 448c0 -20 -4 -40 -11 -57l-34 34c2 7 3 15 3 23h42z" />
1146
+ <glyph glyph-name="lens" unicode="lens"
1147
+ d="M256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1148
+ <glyph glyph-name="library_add" unicode="library_add"
1149
+ d="M405 277v43h-85v85h-43v-85h-85v-43h85v-85h43v85h85zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256zM85 384v-299h299v-42h-299c-23 0 -42 19 -42 42v299h42z" />
1150
+ <glyph glyph-name="library_books" unicode="library_books"
1151
+ d="M405 363v42h-213v-42h213zM320 192v43h-128v-43h128zM405 277v43h-213v-43h213zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256zM85 384v-299h299v-42h-299c-23 0 -42 19 -42 42v299h42z" />
1152
+ <glyph glyph-name="library_music" unicode="library_music"
1153
+ d="M85 384v-299h299v-42h-299c-23 0 -42 19 -42 42v299h42zM384 363v42h-85v-117c-9 7 -20 11 -32 11c-29 0 -54 -25 -54 -54s25 -53 54 -53s53 24 53 53v118h64zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42
1154
+ h256z" />
1155
+ <glyph glyph-name="lightbulb_outline" unicode="lightbulb_outline"
1156
+ d="M317 233c29 20 46 52 46 87c0 59 -48 107 -107 107s-107 -48 -107 -107c0 -35 17 -67 46 -87l18 -13v-49h86v49zM256 469c82 0 149 -67 149 -149c0 -51 -25 -95 -64 -122v-49c0 -12 -9 -21 -21 -21h-128c-12 0 -21 9 -21 21v49c-39 27 -64 71 -64 122
1157
+ c0 82 67 149 149 149zM192 64v21h128v-21c0 -12 -9 -21 -21 -21h-86c-12 0 -21 9 -21 21z" />
1158
+ <glyph glyph-name="line_style" unicode="line_style"
1159
+ d="M64 427h384v-86h-384v86zM277 256v43h171v-43h-171zM64 256v43h171v-43h-171zM405 85v43h43v-43h-43zM320 85v43h43v-43h-43zM235 85v43h42v-43h-42zM149 85v43h43v-43h-43zM64 85v43h43v-43h-43zM341 171v42h107v-42h-107zM203 171v42h106v-42h-106zM64 171v42h107v-42
1160
+ h-107z" />
1161
+ <glyph glyph-name="line_weight" unicode="line_weight"
1162
+ d="M64 427h384v-86h-384v86zM64 235v64h384v-64h-384zM64 85v22h384v-22h-384zM64 149v43h384v-43h-384z" />
1163
+ <glyph glyph-name="linear_scale" unicode="linear_scale"
1164
+ d="M416 309c29 0 53 -24 53 -53s-24 -53 -53 -53c-22 0 -41 13 -49 32h-62c-8 -19 -27 -32 -49 -32s-41 13 -49 32h-62c-8 -19 -27 -32 -49 -32c-29 0 -53 24 -53 53s24 53 53 53c22 0 41 -13 49 -32h62c8 19 27 32 49 32s41 -13 49 -32h62c8 19 27 32 49 32z" />
1165
+ <glyph glyph-name="link" unicode="link"
1166
+ d="M363 363c59 0 106 -48 106 -107s-47 -107 -106 -107h-86v41h86c36 0 66 30 66 66s-30 66 -66 66h-86v41h86zM171 235v42h170v-42h-170zM83 256c0 -36 30 -66 66 -66h86v-41h-86c-59 0 -106 48 -106 107s47 107 106 107h86v-41h-86c-36 0 -66 -30 -66 -66z" />
1167
+ <glyph glyph-name="linked_camera" unicode="linked_camera"
1168
+ d="M341 384c24 0 43 -19 43 -43h28c0 39 -32 71 -71 71v-28zM256 107c59 0 107 47 107 106s-48 107 -107 107s-107 -48 -107 -107s48 -106 107 -106zM363 320h106v-235c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v256c0 23 19 43 42 43h68l39 43h128v-64
1169
+ c24 0 43 -19 43 -43zM341 441v28c71 0 128 -57 128 -128h-28c0 55 -45 100 -100 100zM188 213c0 38 30 69 68 69s68 -31 68 -69s-30 -68 -68 -68s-68 30 -68 68z" />
1170
+ <glyph glyph-name="list" unicode="list"
1171
+ d="M149 363h299v-43h-299v43zM149 149v43h299v-43h-299zM149 235v42h299v-42h-299zM64 320v43h43v-43h-43zM64 149v43h43v-43h-43zM64 235v42h43v-42h-43z" />
1172
+ <glyph glyph-name="live_help" unicode="live_help"
1173
+ d="M321 293c12 12 20 29 20 48c0 47 -38 86 -85 86s-85 -39 -85 -86h42c0 23 20 43 43 43s43 -20 43 -43c0 -12 -5 -22 -13 -30l-26 -27c-15 -16 -25 -37 -25 -60v-11h42c0 32 10 45 25 61zM277 128v43h-42v-43h42zM405 469c23 0 43 -19 43 -42v-299c0 -23 -20 -43 -43 -43
1174
+ h-85l-64 -64l-64 64h-85c-24 0 -43 20 -43 43v299c0 23 19 42 43 42h298z" />
1175
+ <glyph glyph-name="live_tv" unicode="live_tv"
1176
+ d="M192 299l149 -86l-149 -85v171zM448 85v256h-384v-256h384zM448 384c23 0 43 -19 43 -43v-256c0 -23 -20 -42 -43 -42h-384c-23 0 -43 19 -43 42v256c0 24 20 43 43 43h162l-70 70l15 15l85 -85l85 85l15 -15l-70 -70h162z" />
1177
+ <glyph glyph-name="local_activity" unicode="local_activity"
1178
+ d="M332 154l-23 87l70 58l-90 5l-33 84l-33 -84l-91 -5l71 -58l-23 -87l76 49zM427 256c0 -23 19 -43 42 -43v-85c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v85c24 0 42 20 42 43s-19 43 -42 43v85c0 23 19 43 42 43h342c23 0 42 -20 42 -43v-85
1179
+ c-23 0 -42 -20 -42 -43z" />
1180
+ <glyph glyph-name="local_airport" unicode="local_airport"
1181
+ d="M448 171l-171 53v-117l43 -32v-32l-75 21l-74 -21v32l42 32v117l-170 -53v42l170 107v117c0 18 14 32 32 32s32 -14 32 -32v-117l171 -107v-42z" />
1182
+ <glyph glyph-name="local_atm" unicode="local_atm"
1183
+ d="M427 128v256h-342v-256h342zM427 427c24 0 42 -19 42 -43v-256c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v256c0 24 18 43 42 43h342zM235 149v22h-43v42h85v22h-64c-12 0 -21 9 -21 21v64c0 12 9 21 21 21h22v22h42v-22h43v-42h-85v-22h64c12 0 21 -9 21 -21v-64
1184
+ c0 -12 -9 -21 -21 -21h-22v-22h-42z" />
1185
+ <glyph glyph-name="local_bar" unicode="local_bar"
1186
+ d="M159 363h194l38 42h-270zM448 405l-171 -192v-106h107v-43h-256v43h107v106l-171 192v43h384v-43z" />
1187
+ <glyph glyph-name="local_cafe" unicode="local_cafe"
1188
+ d="M43 64v43h384v-43h-384zM427 341v64h-43v-64h43zM427 448c24 0 42 -19 42 -43v-64c0 -24 -18 -42 -42 -42h-43v-64c0 -47 -38 -86 -85 -86h-128c-47 0 -86 39 -86 86v213h342z" />
1189
+ <glyph glyph-name="local_car_wash" unicode="local_car_wash"
1190
+ d="M107 235h298l-32 96h-234zM373 128c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM139 128c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM404 341l44 -128v-170c0 -12 -9 -22 -21 -22h-22c-12 0 -21 10 -21 22v21h-256v-21
1191
+ c0 -12 -9 -22 -21 -22h-22c-12 0 -21 10 -21 22v170l44 128c4 13 17 22 31 22h234c14 0 27 -9 31 -22zM149 405c-18 0 -32 14 -32 32c0 21 32 58 32 58s32 -37 32 -58c0 -18 -14 -32 -32 -32zM256 405c-18 0 -32 14 -32 32c0 21 32 58 32 58s32 -37 32 -58
1192
+ c0 -18 -14 -32 -32 -32zM363 405c-18 0 -32 14 -32 32c0 21 32 58 32 58s32 -37 32 -58c0 -18 -14 -32 -32 -32z" />
1193
+ <glyph glyph-name="local_convenience_store" unicode="local_convenience_store"
1194
+ d="M341 256v107h-21v-43h-21v43h-22v-64h43v-43h21zM235 299v64h-64v-22h42v-21h-42v-64h64v21h-43v22h43zM405 363h64v-278h-170v86h-86v-86h-170v278h64v64h298v-64z" />
1195
+ <glyph glyph-name="local_dining" unicode="local_dining"
1196
+ d="M317 266l-31 -31l147 -147l-30 -30l-147 147l-147 -147l-30 30l208 208c-15 33 -4 79 30 113c41 41 99 48 130 17s24 -90 -17 -131c-34 -34 -80 -44 -113 -29zM173 227l-90 90c-33 33 -33 87 0 120l150 -149z" />
1197
+ <glyph glyph-name="local_drink" unicode="local_drink"
1198
+ d="M391 341l9 86h-288l9 -86h270zM256 107c35 0 64 29 64 64c0 43 -64 115 -64 115s-64 -72 -64 -115c0 -35 29 -64 64 -64zM64 469h384l-43 -389c-3 -21 -20 -37 -42 -37h-214c-22 0 -39 16 -42 37z" />
1199
+ <glyph glyph-name="local_florist" unicode="local_florist"
1200
+ d="M256 395c-29 0 -53 -25 -53 -54s24 -53 53 -53s53 24 53 53s-24 54 -53 54zM119 293c0 21 13 39 31 48c-18 9 -31 27 -31 48c0 29 25 54 54 54c11 0 21 -4 30 -10v4c0 29 24 54 53 54s53 -25 53 -54v-4c9 6 19 10 30 10c29 0 54 -25 54 -54c0 -21 -13 -39 -31 -48
1201
+ c18 -9 31 -27 31 -48c0 -29 -25 -53 -54 -53c-11 0 -21 3 -30 9v-4c0 -29 -24 -53 -53 -53s-53 24 -53 53v4c-9 -6 -19 -9 -30 -9c-29 0 -54 24 -54 53zM256 43c-106 0 -192 86 -192 192c106 0 192 -86 192 -192zM256 43c0 106 86 192 192 192c0 -106 -86 -192 -192 -192z
1202
+ " />
1203
+ <glyph glyph-name="local_gas_station" unicode="local_gas_station"
1204
+ d="M384 299c12 0 21 9 21 21s-9 21 -21 21s-21 -9 -21 -21s9 -21 21 -21zM256 299v106h-128v-106h128zM422 358c10 -10 15 -23 15 -38v-203c0 -29 -24 -53 -53 -53s-53 24 -53 53v107h-32v-160h-214v341c0 23 20 43 43 43h128c23 0 43 -20 43 -43v-149h21
1205
+ c23 0 43 -20 43 -43v-96c0 -12 9 -21 21 -21s21 9 21 21v154c-7 -3 -13 -4 -21 -4c-29 0 -53 24 -53 53c0 23 14 42 34 50l-45 45l23 22z" />
1206
+ <glyph glyph-name="local_grocery_store" unicode="local_grocery_store"
1207
+ d="M363 128c23 0 42 -20 42 -43s-19 -42 -42 -42s-43 19 -43 42s20 43 43 43zM21 469h70l20 -42h316c12 0 21 -10 21 -22c0 -4 -1 -7 -3 -10l-76 -138c-7 -13 -21 -22 -37 -22h-159l-19 -35l-1 -3c0 -3 2 -5 5 -5h247v-43h-256c-23 0 -42 20 -42 43c0 7 2 14 5 20l29 53
1208
+ l-77 162h-43v42zM149 128c23 0 43 -20 43 -43s-20 -42 -43 -42s-42 19 -42 42s19 43 42 43z" />
1209
+ <glyph glyph-name="local_hospital" unicode="local_hospital"
1210
+ d="M384 213v86h-85v85h-86v-85h-85v-86h85v-85h86v85h85zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1211
+ <glyph glyph-name="local_hotel" unicode="local_hotel"
1212
+ d="M405 363c47 0 86 -39 86 -86v-192h-43v64h-384v-64h-43v320h43v-192h171v150h170zM149 235c-35 0 -64 29 -64 64s29 64 64 64s64 -29 64 -64s-29 -64 -64 -64z" />
1213
+ <glyph glyph-name="local_laundry_service" unicode="local_laundry_service"
1214
+ d="M256 85c71 0 128 57 128 128s-57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128zM149 427c-12 0 -21 -10 -21 -22s9 -21 21 -21s22 9 22 21s-10 22 -22 22zM213 427c-12 0 -21 -10 -21 -22s9 -21 21 -21s22 9 22 21s-10 22 -22 22zM384 469c24 0 43 -18 43 -42v-342
1215
+ c0 -24 -19 -42 -43 -42h-256c-24 0 -43 18 -43 42v342c0 24 19 42 43 42h256zM196 153l120 121c33 -33 33 -88 0 -121s-87 -33 -120 0z" />
1216
+ <glyph glyph-name="local_library" unicode="local_library"
1217
+ d="M256 341c-35 0 -64 29 -64 64s29 64 64 64s64 -29 64 -64s-29 -64 -64 -64zM256 266c50 47 118 75 192 75v-234c-74 0 -142 -29 -192 -76c-50 47 -118 76 -192 76v234c74 0 142 -28 192 -75z" />
1218
+ <glyph glyph-name="local_mall" unicode="local_mall"
1219
+ d="M256 235c59 0 107 47 107 106h-43c0 -35 -29 -64 -64 -64s-64 29 -64 64h-43c0 -59 48 -106 107 -106zM256 448c-35 0 -64 -29 -64 -64h128c0 35 -29 64 -64 64zM405 384c23 0 43 -20 43 -43v-256c0 -23 -20 -42 -43 -42h-298c-23 0 -43 19 -43 42v256c0 23 20 43 43 43
1220
+ h42c0 59 48 107 107 107s107 -48 107 -107h42z" />
1221
+ <glyph glyph-name="local_movies" unicode="local_movies"
1222
+ d="M384 320v43h-43v-43h43zM384 235v42h-43v-42h43zM384 149v43h-43v-43h43zM171 320v43h-43v-43h43zM171 235v42h-43v-42h43zM171 149v43h-43v-43h43zM384 448h43v-384h-43v43h-43v-43h-170v43h-43v-43h-43v384h43v-43h43v43h170v-43h43v43z" />
1223
+ <glyph glyph-name="local_offer" unicode="local_offer"
1224
+ d="M117 363c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM457 265c8 -8 12 -18 12 -30s-4 -22 -12 -30l-150 -150c-8 -8 -18 -12 -30 -12s-22 4 -30 12l-192 192c-8 8 -12 18 -12 30v150c0 23 19 42 42 42h150c12 0 22 -4 30 -12z" />
1225
+ <glyph glyph-name="local_parking" unicode="local_parking"
1226
+ d="M282 277c23 0 42 20 42 43s-19 43 -42 43h-69v-86h69zM277 448c71 0 128 -57 128 -128s-57 -128 -128 -128h-64v-128h-85v384h149z" />
1227
+ <glyph glyph-name="local_pharmacy" unicode="local_pharmacy"
1228
+ d="M341 213v43h-64v64h-42v-64h-64v-43h64v-64h42v64h64zM448 405v-42l-43 -128l43 -128v-43h-384v43l43 128l-43 128v42h271l31 86l50 -19l-24 -67h56z" />
1229
+ <glyph glyph-name="local_phone" unicode="local_phone"
1230
+ d="M141 282c31 -60 81 -110 141 -141l47 47c6 6 15 8 22 5c24 -8 50 -12 76 -12c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22z" />
1231
+ <glyph glyph-name="local_pizza" unicode="local_pizza"
1232
+ d="M256 192c23 0 43 20 43 43s-20 42 -43 42s-43 -19 -43 -42s20 -43 43 -43zM149 363c0 -23 20 -43 43 -43s43 20 43 43s-20 42 -43 42s-43 -19 -43 -42zM256 469c76 0 145 -33 192 -85l-192 -341l-192 341c47 52 116 85 192 85z" />
1233
+ <glyph glyph-name="local_play" unicode="local_play"
1234
+ d="M332 154l-23 87l70 58l-90 5l-33 84l-33 -84l-91 -5l71 -58l-23 -87l76 49zM427 256c0 -23 19 -43 42 -43v-85c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v85c24 0 42 20 42 43s-19 43 -42 43v85c0 23 19 43 42 43h342c23 0 42 -20 42 -43v-85
1235
+ c-23 0 -42 -20 -42 -43z" />
1236
+ <glyph glyph-name="local_post_office" unicode="local_post_office"
1237
+ d="M427 341v43l-171 -107l-171 107v-43l171 -106zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342z" />
1238
+ <glyph glyph-name="local_printshop" unicode="local_printshop"
1239
+ d="M384 448v-85h-256v85h256zM405 256c12 0 22 9 22 21s-10 22 -22 22s-21 -10 -21 -22s9 -21 21 -21zM341 107v106h-170v-106h170zM405 341c35 0 64 -29 64 -64v-128h-85v-85h-256v85h-85v128c0 35 29 64 64 64h298z" />
1240
+ <glyph glyph-name="local_see" unicode="local_see"
1241
+ d="M256 149c59 0 107 48 107 107s-48 107 -107 107s-107 -48 -107 -107s48 -107 107 -107zM192 469h128l39 -42h68c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h68zM188 256c0 38 30 68 68 68s68 -30 68 -68
1242
+ s-30 -68 -68 -68s-68 30 -68 68z" />
1243
+ <glyph glyph-name="local_shipping" unicode="local_shipping"
1244
+ d="M384 117c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM416 309h-53v-53h95zM128 117c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM427 341l64 -85v-107h-43c0 -35 -29 -64 -64 -64s-64 29 -64 64h-128c0 -35 -29 -64 -64 -64
1245
+ s-64 29 -64 64h-43v235c0 23 20 43 43 43h299v-86h64z" />
1246
+ <glyph glyph-name="local_taxi" unicode="local_taxi"
1247
+ d="M107 277h298l-32 96h-234zM373 171c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM139 171c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM404 384l44 -128v-171c0 -12 -9 -21 -21 -21h-22c-12 0 -21 9 -21 21v22h-256v-22
1248
+ c0 -12 -9 -21 -21 -21h-22c-12 0 -21 9 -21 21v171l44 128c4 13 17 21 31 21h53v43h128v-43h53c14 0 27 -8 31 -21z" />
1249
+ <glyph glyph-name="location_city" unicode="location_city"
1250
+ d="M405 192v43h-42v-43h42zM405 107v42h-42v-42h42zM277 363v42h-42v-42h42zM277 277v43h-42v-43h42zM277 192v43h-42v-43h42zM277 107v42h-42v-42h42zM149 277v43h-42v-43h42zM149 192v43h-42v-43h42zM149 107v42h-42v-42h42zM320 277h128v-213h-384v299h128v42l64 64
1251
+ l64 -64v-128z" />
1252
+ <glyph glyph-name="location_disabled" unicode="location_disabled"
1253
+ d="M347 138l-209 209c-19 -25 -31 -57 -31 -91c0 -83 66 -149 149 -149c34 0 66 12 91 31zM64 421l27 27l357 -357l-27 -27l-44 44c-28 -23 -62 -39 -100 -43v-44h-42v44c-89 10 -160 81 -170 170h-44v42h44c4 38 20 72 43 100zM447 277h44v-42h-44c-3 -24 -10 -48 -21 -68
1254
+ l-32 32c7 17 11 37 11 57c0 83 -66 149 -149 149c-20 0 -40 -4 -57 -11l-32 32c21 11 44 18 68 21v44h42v-44c89 -10 160 -81 170 -170z" />
1255
+ <glyph glyph-name="location_off" unicode="location_off"
1256
+ d="M250 267c59.1765 -58.4901 118.284 -117.049 177 -176l-27 -27l-72 71c-36 -53 -72 -92 -72 -92s-149 165 -149 277c0 11 2 22 4 33l-68 68l27 27l178 -178zM256 373c-16 0 -29 -7 -39 -18l-69 68c27 28 66 46 108 46c83 0 149 -66 149 -149c0 -36 -15 -77 -36 -117
1257
+ l-77 78c11 10 17 23 17 39c0 29 -24 53 -53 53z" />
1258
+ <glyph glyph-name="location_on" unicode="location_on"
1259
+ d="M256 267c29 0 53 24 53 53s-24 53 -53 53s-53 -24 -53 -53s24 -53 53 -53zM256 469c83 0 149 -66 149 -149c0 -112 -149 -277 -149 -277s-149 165 -149 277c0 83 66 149 149 149z" />
1260
+ <glyph glyph-name="location_searching" unicode="location_searching"
1261
+ d="M256 107c83 0 149 66 149 149s-66 149 -149 149s-149 -66 -149 -149s66 -149 149 -149zM447 277h44v-42h-44c-10 -89 -81 -160 -170 -170v-44h-42v44c-89 10 -160 81 -170 170h-44v42h44c10 89 81 160 170 170v44h42v-44c89 -10 160 -81 170 -170z" />
1262
+ <glyph glyph-name="lock" unicode="lock"
1263
+ d="M322 341v43c0 36 -30 66 -66 66s-66 -30 -66 -66v-43h132zM256 149c23 0 43 20 43 43s-20 43 -43 43s-43 -20 -43 -43s20 -43 43 -43zM384 341c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h21v43c0 59 48 107 107 107
1264
+ s107 -48 107 -107v-43h21z" />
1265
+ <glyph glyph-name="lock_open" unicode="lock_open"
1266
+ d="M384 85v214h-256v-214h256zM384 341c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h194v43c0 36 -30 66 -66 66s-66 -30 -66 -66h-41c0 59 48 107 107 107s107 -48 107 -107v-43h21zM256 149c-23 0 -43 20 -43 43
1267
+ s20 43 43 43s43 -20 43 -43s-20 -43 -43 -43z" />
1268
+ <glyph glyph-name="lock_outline" unicode="lock_outline"
1269
+ d="M384 85v214h-256v-214h256zM190 384v-43h132v43c0 36 -30 66 -66 66s-66 -30 -66 -66zM384 341c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h21v43c0 59 48 107 107 107s107 -48 107 -107v-43h21zM256 149
1270
+ c-23 0 -43 20 -43 43s20 43 43 43s43 -20 43 -43s-20 -43 -43 -43z" />
1271
+ <glyph glyph-name="looks" unicode="looks"
1272
+ d="M256 384c129 0 235 -106 235 -235h-43c0 106 -86 192 -192 192s-192 -86 -192 -192h-43c0 129 106 235 235 235zM256 299c82 0 149 -68 149 -150h-42c0 59 -48 107 -107 107s-107 -48 -107 -107h-42c0 82 67 150 149 150z" />
1273
+ <glyph glyph-name="looks_3" unicode="looks_&#x33;"
1274
+ d="M320 288v32c0 24 -19 43 -42 43h-86v-43h86v-43h-43v-42h43v-43h-86v-43h86c23 0 42 19 42 43v32c0 18 -14 32 -32 32c18 0 32 14 32 32zM406 448c23 0 42 -20 42 -43v-298c0 -23 -19 -43 -42 -43h-299c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h299z" />
1275
+ <glyph glyph-name="looks_4" unicode="looks_&#x34;"
1276
+ d="M320 149v214h-43v-86h-42v86h-43v-128h85v-86h43zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1277
+ <glyph glyph-name="looks_5" unicode="looks_&#x35;"
1278
+ d="M320 320v43h-128v-128h85v-43h-85v-43h85c23 0 43 19 43 43v43c0 24 -20 42 -43 42h-42v43h85zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1279
+ <glyph glyph-name="looks_6" unicode="looks_&#x36;"
1280
+ d="M320 320v43h-85c-23 0 -43 -19 -43 -43v-128c0 -24 20 -43 43 -43h42c23 0 43 19 43 43v43c0 24 -20 42 -43 42h-42v43h85zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298zM235 192v43h42v-43h-42z" />
1281
+ <glyph glyph-name="looks_one" unicode="looks_one"
1282
+ d="M299 149v214h-86v-43h43v-171h43zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1283
+ <glyph glyph-name="looks_two" unicode="looks_two"
1284
+ d="M320 277v43c0 24 -20 43 -43 43h-85v-43h85v-43h-42c-23 0 -43 -18 -43 -42v-86h128v43h-85v43h42c23 0 43 18 43 42zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1285
+ <glyph glyph-name="loop" unicode="loop"
1286
+ d="M256 128v64l85 -85l-85 -86v64c-94 0 -171 77 -171 171c0 33 10 65 27 91l31 -31c-10 -18 -15 -38 -15 -60c0 -71 57 -128 128 -128zM256 427c94 0 171 -77 171 -171c0 -33 -10 -65 -27 -91l-31 31c10 18 15 38 15 60c0 71 -57 128 -128 128v-64l-85 85l85 86v-64z" />
1287
+ <glyph glyph-name="loupe" unicode="loupe"
1288
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213v-171c0 -23 -19 -42 -42 -42h-171c-118 0 -213 95 -213 213s95 213 213 213zM277 363v-86h86v-42h-86v-86h-42v86h-86v42h86v86h42z" />
1289
+ <glyph glyph-name="low_priority" unicode="low_priority"
1290
+ d="M43 267c0 76 62 138 138 138h75v-42h-75c-53 0 -96 -43 -96 -96s43 -96 96 -96h11v42l64 -64l-64 -64v43h-11c-76 0 -138 63 -138 139zM299 171h170v-43h-170v43zM299 288h170v-43h-170v43zM299 405h170v-42h-170v42z" />
1291
+ <glyph glyph-name="loyalty" unicode="loyalty"
1292
+ d="M368 186c10 10 16 23 16 38c0 29 -24 53 -53 53c-15 0 -28 -5 -38 -15l-16 -16l-15 16c-10 10 -23 15 -38 15c-29 0 -53 -24 -53 -53c0 -15 5 -28 15 -38l91 -91zM117 363c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM457 265c8 -8 12 -18 12 -30
1293
+ s-4 -22 -12 -30l-150 -150c-8 -8 -18 -12 -30 -12s-22 4 -30 12l-192 192c-8 8 -12 18 -12 30v150c0 23 19 42 42 42h150c12 0 22 -4 30 -12z" />
1294
+ <glyph glyph-name="mail" unicode="mail"
1295
+ d="M427 341v43l-171 -107l-171 107v-43l171 -106zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342z" />
1296
+ <glyph glyph-name="mail_outline" unicode="mail_outline"
1297
+ d="M256 277l171 107h-342zM427 128v213l-171 -106l-171 106v-213h342zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342z" />
1298
+ <glyph glyph-name="map" unicode="map"
1299
+ d="M320 107v253l-128 45v-253zM437 448c6 0 11 -5 11 -11v-322c0 -5 -4 -9 -8 -10l-120 -41l-128 45l-114 -44l-3 -1c-6 0 -11 5 -11 11v322c0 5 4 9 8 10l120 41l128 -45l114 44z" />
1300
+ <glyph glyph-name="markunread" unicode="markunread"
1301
+ d="M427 341v43l-171 -107l-171 107v-43l171 -106zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342z" />
1302
+ <glyph glyph-name="markunread_mailbox" unicode="markunread_mailbox"
1303
+ d="M427 384c23 0 42 -20 42 -43v-256c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v256c0 23 19 43 42 43h43v128h171v-85h-128v-171h42v128h214z" />
1304
+ <glyph glyph-name="memory" unicode="memory"
1305
+ d="M363 149v214h-214v-214h214zM448 277h-43v-42h43v-43h-43v-43c0 -23 -19 -42 -42 -42h-43v-43h-43v43h-42v-43h-43v43h-43c-23 0 -42 19 -42 42v43h-43v43h43v42h-43v43h43v43c0 23 19 42 42 42h43v43h43v-43h42v43h43v-43h43c23 0 42 -19 42 -42v-43h43v-43zM277 235v42
1306
+ h-42v-42h42zM320 320v-128h-128v128h128z" />
1307
+ <glyph glyph-name="menu" unicode="menu"
1308
+ d="M64 384h384v-43h-384v43zM64 235v42h384v-42h-384zM64 128v43h384v-43h-384z" />
1309
+ <glyph glyph-name="merge_type" unicode="merge_type"
1310
+ d="M160 341l96 96l96 -96h-75v-136l-128 -128l-30 30l116 115v119h-75zM363 77l-73 72l30 30l73 -72z" />
1311
+ <glyph glyph-name="message" unicode="message"
1312
+ d="M384 341v43h-256v-43h256zM384 277v43h-256v-43h256zM384 213v43h-256v-43h256zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
1313
+ <glyph glyph-name="mic" unicode="mic"
1314
+ d="M369 277h36c0 -73 -58 -133 -128 -143v-70h-42v70c-70 10 -128 70 -128 143h36c0 -64 54 -108 113 -108s113 44 113 108zM256 213c-35 0 -64 29 -64 64v128c0 35 29 64 64 64s64 -29 64 -64v-128c0 -35 -29 -64 -64 -64z" />
1315
+ <glyph glyph-name="mic_none" unicode="mic_none"
1316
+ d="M369 277h36c0 -73 -58 -133 -128 -143v-70h-42v70c-70 10 -128 70 -128 143h36c0 -64 54 -108 113 -108s113 44 113 108zM230 407v-132c0 -14 12 -25 26 -25s25 11 25 25l1 132c0 14 -12 26 -26 26s-26 -12 -26 -26zM256 213c-35 0 -64 29 -64 64v128c0 35 29 64 64 64
1317
+ s64 -29 64 -64v-128c0 -35 -29 -64 -64 -64z" />
1318
+ <glyph glyph-name="mic_off" unicode="mic_off"
1319
+ d="M91 448l357 -357l-27 -27l-89 89c-16 -10 -36 -16 -55 -19v-70h-42v70c-70 10 -128 70 -128 143h36c0 -64 54 -108 113 -108c17 0 34 4 49 11l-35 35c-4 -1 -9 -2 -14 -2c-35 0 -64 29 -64 64v16l-128 128zM320 274l-128 127v4c0 35 29 64 64 64s64 -29 64 -64v-131z
1320
+ M405 277c0 -25 -7 -49 -19 -70l-26 27c6 13 9 27 9 43h36z" />
1321
+ <glyph glyph-name="mms" unicode="mms"
1322
+ d="M107 213h298l-96 128l-74 -96l-54 64zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
1323
+ <glyph glyph-name="mode_comment" unicode="mode_comment"
1324
+ d="M469 427v-384l-85 85h-299c-23 0 -42 20 -42 43v256c0 23 19 42 42 42h342c23 0 42 -19 42 -42z" />
1325
+ <glyph glyph-name="mode_edit" unicode="mode_edit"
1326
+ d="M442 362l-39 -39l-80 80l39 39c8 8 22 8 30 0l50 -50c8 -8 8 -22 0 -30zM64 144l236 236l80 -80l-236 -236h-80v80z" />
1327
+ <glyph glyph-name="monetization_on" unicode="monetization_on"
1328
+ d="M286 126c37 7 67 28 67 67c0 54 -47 73 -90 84s-56 23 -56 41c0 20 19 35 51 35c34 0 46 -16 47 -40h42c-1 33 -21 62 -61 72v42h-57v-42c-37 -8 -66 -31 -66 -68c0 -44 36 -65 89 -78c48 -11 57 -28 57 -46c0 -13 -9 -34 -51 -34c-39 0 -55 18 -57 40h-42
1329
+ c2 -41 34 -64 70 -72v-42h57v41zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1330
+ <glyph glyph-name="money_off" unicode="money_off"
1331
+ d="M114 425l311 -312l-27 -27l-47 48c-13 -12 -32 -20 -52 -24v-46h-64v46c-41 9 -76 35 -79 82h47c2 -25 20 -45 64 -45c29 0 44 10 51 20l-75 74c-50 15 -83 40 -83 84l-73 73zM267 365c-13 0 -24 -2 -33 -6l-31 31c10 5 21 9 32 12v46h64v-47c45 -11 67 -44 68 -81h-47
1332
+ c-1 27 -15 45 -53 45z" />
1333
+ <glyph glyph-name="monochrome_photos" unicode="monochrome_photos"
1334
+ d="M427 107v256h-171v-22c60 0 107 -46 107 -106s-47 -107 -107 -107v38c-38 0 -68 31 -68 69s30 68 68 68v-137c38 0 68 31 68 69s-30 68 -68 68v38c-60 0 -107 -46 -107 -106s47 -107 107 -107v-21h171zM427 405c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-342
1335
+ c-23 0 -42 20 -42 43v256c0 23 19 42 42 42h69l38 43h128l38 -43h69z" />
1336
+ <glyph glyph-name="mood" unicode="mood"
1337
+ d="M256 139c-50 0 -92 30 -109 74h218c-17 -44 -59 -74 -109 -74zM181 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM331 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM256 85c94 0 171 77 171 171s-77 171 -171 171
1338
+ s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1339
+ <glyph glyph-name="mood_bad" unicode="mood_bad"
1340
+ d="M256 213c50 0 92 -30 109 -74h-218c17 44 59 74 109 74zM181 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM331 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM256 85c94 0 171 77 171 171s-77 171 -171 171
1341
+ s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1342
+ <glyph glyph-name="more" unicode="more"
1343
+ d="M405 224c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM299 224c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM192 224c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM469 448c23 0 43 -20 43 -43v-298
1344
+ c0 -23 -20 -43 -43 -43h-318c-15 0 -28 8 -36 19l-115 173l115 173c8 11 19 19 34 19h320z" />
1345
+ <glyph glyph-name="more_horiz" unicode="more_horiz"
1346
+ d="M256 299c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM384 299c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM128 299c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43z" />
1347
+ <glyph glyph-name="more_vert" unicode="more_vert"
1348
+ d="M256 171c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM256 299c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM256 341c-23 0 -43 20 -43 43s20 43 43 43s43 -20 43 -43s-20 -43 -43 -43z" />
1349
+ <glyph glyph-name="motorcycle" unicode="motorcycle"
1350
+ d="M405 149c35 0 64 29 64 64s-29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64zM167 192h-60v43h60c-9 25 -33 42 -60 42c-35 0 -64 -29 -64 -64s29 -64 64 -64c27 0 51 18 60 43zM415 319c55 -4 97 -49 97 -106c0 -60 -47 -106 -107 -106s-106 46 -106 106c0 13 2 26 6 38
1351
+ l-59 -59h-35c-10 -49 -52 -85 -104 -85c-60 0 -107 46 -107 106s47 107 107 107h247l-43 43h-76v42h94z" />
1352
+ <glyph glyph-name="mouse" unicode="mouse"
1353
+ d="M235 489v-169h-150c0 87 66 159 150 169zM85 192v85h342v-85c0 -94 -77 -171 -171 -171s-171 77 -171 171zM277 489c84 -10 150 -82 150 -169h-150v169z" />
1354
+ <glyph glyph-name="move_to_inbox" unicode="move_to_inbox"
1355
+ d="M341 299l-85 -86l-85 86h42v64h86v-64h42zM405 192v213h-299v-213h86c0 -35 29 -64 64 -64s64 29 64 64h85zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-299c-24 0 -42 20 -42 43v298c0 23 18 43 42 43h299z" />
1356
+ <glyph glyph-name="movie" unicode="movie"
1357
+ d="M384 427h85v-299c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h22l42 -86h64l-42 86h42l43 -86h64l-43 86h43l43 -86h64z" />
1358
+ <glyph glyph-name="movie_creation" unicode="movie_creation"
1359
+ d="M384 427h85v-299c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h22l42 -86h64l-42 86h42l43 -86h64l-43 86h43l43 -86h64z" />
1360
+ <glyph glyph-name="movie_filter" unicode="movie_filter"
1361
+ d="M361 257l44 20l-44 20l-20 44l-20 -44l-44 -20l44 -20l20 -44zM240 187l59 26l-59 27l-27 59l-26 -59l-59 -27l59 -26l26 -59zM384 427h85v-299c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h22l42 -64h64l-42 64h42l43 -64h64l-43 64h43
1362
+ l43 -64h64z" />
1363
+ <glyph glyph-name="multiline_chart" unicode="multiline_chart"
1364
+ d="M469 364l-65 -73c23 -37 39 -82 44 -131h-43c-4 35 -15 68 -31 97l-86 -97l-85 86l-128 -128l-32 32l160 160l85 -86l61 70c-36 42 -86 69 -144 69c-50 0 -96 -20 -132 -52l-30 30c44 39 100 64 162 64c69 0 129 -30 173 -79l61 68z" />
1365
+ <glyph glyph-name="music_note" unicode="music_note"
1366
+ d="M256 448h128v-85h-85v-214c0 -47 -39 -85 -86 -85s-85 38 -85 85s38 86 85 86c16 0 30 -5 43 -12v225z" />
1367
+ <glyph glyph-name="music_video" unicode="music_video"
1368
+ d="M171 192c0 35 29 64 64 64c7 0 14 -2 21 -4v132h107v-43h-64v-150c0 -35 -29 -63 -64 -63s-64 29 -64 64zM448 107v298h-384v-298h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384z" />
1369
+ <glyph glyph-name="my_location" unicode="my_location"
1370
+ d="M256 107c83 0 149 66 149 149s-66 149 -149 149s-149 -66 -149 -149s66 -149 149 -149zM447 277h44v-42h-44c-10 -89 -81 -160 -170 -170v-44h-42v44c-89 10 -160 81 -170 170h-44v42h44c10 89 81 160 170 170v44h42v-44c89 -10 160 -81 170 -170zM256 341
1371
+ c47 0 85 -38 85 -85s-38 -85 -85 -85s-85 38 -85 85s38 85 85 85z" />
1372
+ <glyph glyph-name="nature" unicode="nature"
1373
+ d="M277 168v-83h128v-42h-298v42h128v84c-71 12 -125 73 -125 147c0 83 67 150 150 150s149 -67 149 -150c0 -77 -58 -139 -132 -148z" />
1374
+ <glyph glyph-name="nature_people" unicode="nature_people"
1375
+ d="M96 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM473 316c0 -77 -58 -139 -132 -148v-83h64v-42h-341v106h-21v86c0 12 9 21 21 21h64c12 0 21 -9 21 -21v-86h-21v-64h171v84c-71 12 -125 73 -125 147c0 83 67 150 150 150s149 -67 149 -150z
1376
+ " />
1377
+ <glyph glyph-name="navigate_before" unicode="navigate_before"
1378
+ d="M329 354l-98 -98l98 -98l-30 -30l-128 128l128 128z" />
1379
+ <glyph glyph-name="navigate_next" unicode="navigate_next"
1380
+ d="M213 384l128 -128l-128 -128l-30 30l98 98l-98 98z" />
1381
+ <glyph glyph-name="navigation" unicode="navigation"
1382
+ d="M256 469l160 -390l-15 -15l-145 64l-145 -64l-15 15z" />
1383
+ <glyph glyph-name="near_me" unicode="near_me"
1384
+ d="M448 448l-161 -384h-21l-56 146l-146 56v21z" />
1385
+ <glyph glyph-name="network_cell" unicode="network_cell"
1386
+ d="M469 43h-426l426 426v-426z" />
1387
+ <glyph glyph-name="network_check" unicode="network_check"
1388
+ d="M107 235c43 43 100 63 156 61l-28 -61c-31 -4 -62 -19 -86 -43zM363 192c-8 8 -17 15 -26 21l12 62c20 -10 39 -23 56 -40zM448 277c-26 26 -56 46 -88 59l11 60c44 -16 85 -41 120 -76zM21 320c80 80 190 110 293 92l-25 -57c-80 10 -164 -17 -225 -78zM339 405
1389
+ c6 0 11 -4 11 -10l-52 -275v-1c-4 -19 -22 -34 -42 -34c-24 0 -43 19 -43 43c0 7 2 15 5 21l111 248c1.57297 4.7189 4.56186 8 10 8z" />
1390
+ <glyph glyph-name="network_locked" unicode="network_locked"
1391
+ d="M448 171v32c0 18 -14 32 -32 32s-32 -14 -32 -32v-32h64zM469 171c12 0 22 -10 22 -22v-85c0 -12 -10 -21 -22 -21h-106c-12 0 -22 9 -22 21v85c0 12 10 22 22 22v32c0 29 24 53 53 53s53 -24 53 -53v-32zM416 299c-53 0 -96 -43 -96 -96v-6c-13 -12 -21 -29 -21 -48v-64
1392
+ h-278l406 406v-193c-4 0 -7 1 -11 1z" />
1393
+ <glyph glyph-name="network_wifi" unicode="network_wifi"
1394
+ d="M436.25 278.586c0.284113 -0.222489 0.53415 -0.418301 0.749753 -0.585993l-181 -224l-181 224c0.215604 0.167692 0.46564 0.363504 0.749753 0.585993l-67.7498 84.414c10 7 105 85 248 85s238 -78 248 -85z" />
1395
+ <glyph glyph-name="new_releases" unicode="new_releases"
1396
+ d="M277 235v128h-42v-128h42zM277 149v43h-42v-43h42zM491 256l-52 -59l7 -79l-77 -17l-40 -68l-73 31l-73 -31l-40 67l-77 18l7 79l-52 59l52 60l-7 78l77 17l40 68l73 -31l73 31l40 -68l77 -17l-7 -79z" />
1397
+ <glyph glyph-name="next_week" unicode="next_week"
1398
+ d="M235 117l85 86l-85 85l-22 -21l64 -64l-64 -64zM213 405v-42h86v42h-86zM299 448c23.3225 0 42 -19.4985 42 -43v-42h86c23 0 42 -20 42 -43v-235c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v235c0 23 19 43 42 43h86v42c0 23 19 43 42 43h86z" />
1399
+ <glyph glyph-name="nfc" unicode="nfc"
1400
+ d="M384 384v-256h-256v256h85v-43h-42v-170h170v170h-64v-48c13 -7 22 -21 22 -37c0 -23 -20 -43 -43 -43s-43 20 -43 43c0 16 9 30 22 37v48c0 23 19 43 42 43h107zM427 85v342h-342v-342h342zM427 469c23 0 42 -19 42 -42v-342c0 -23 -19 -42 -42 -42h-342
1401
+ c-23 0 -42 19 -42 42v342c0 23 19 42 42 42h342z" />
1402
+ <glyph glyph-name="no_encryption" unicode="no_encryption"
1403
+ d="M190 384v-26l-39 39c6 53 50 94 105 94c59 0 107 -48 107 -107v-43h21c23 0 43 -19 43 -42v-178l-221 220h116v43c0 36 -30 66 -66 66s-66 -30 -66 -66zM448 47l-26 -26l-24 24c-4 -1 -9 -2 -14 -2h-256c-23 0 -43 19 -43 42v214c0 16 10 30 23 37l-44 43l26 26z" />
1404
+ <glyph glyph-name="no_sim" unicode="no_sim"
1405
+ d="M78 429l373 -372l-28 -28l-40 41c-6 -3 -13 -6 -20 -6h-214c-23 0 -42 20 -42 43v239l-56 56zM405 405v-249l-242 242l50 50h150c23 0 42 -20 42 -43z" />
1406
+ <glyph glyph-name="not_interested" unicode="not_interested"
1407
+ d="M391 151c23 29 36 66 36 105c0 94 -77 171 -171 171c-39 0 -76 -13 -105 -36zM256 85c39 0 76 13 105 36l-240 240c-23 -29 -36 -66 -36 -105c0 -94 77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1408
+ <glyph glyph-name="note" unicode="note"
1409
+ d="M320 395v-118h117zM469 299v-171c0 -23 -19 -42 -42 -42l-342 -1c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h256z" />
1410
+ <glyph glyph-name="note_add" unicode="note_add"
1411
+ d="M277 320h118l-118 117v-117zM341 171v42h-64v64h-42v-64h-64v-42h64v-64h42v64h64zM299 469l128 -128v-256c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42l1 342c0 23 19 42 42 42h171z" />
1412
+ <glyph glyph-name="notifications" unicode="notifications"
1413
+ d="M384 171l43 -43v-21h-342v21l43 43v106c0 66 35 120 96 135v15c0 18 14 32 32 32s32 -14 32 -32v-15c61 -15 96 -70 96 -135v-106zM256 43c-24 0 -43 19 -43 42h86c0 -23 -20 -42 -43 -42z" />
1414
+ <glyph glyph-name="notifications_active" unicode="notifications_active"
1415
+ d="M256 43c-24 0 -43 19 -43 42h85c0 -24.8376 -18.6125 -42 -42 -42zM384 277v-106l43 -43v-21h-342v21l43 43v106c0 66 35 120 96 135v15c0 18 14 32 32 32s32 -14 32 -32v-15c61 -15 96 -70 96 -135zM426 288c-3 57 -32 106 -75 137l30 30c51 -39 85 -99 88 -167h-43z
1416
+ M162 425c-44 -31 -73 -80 -76 -137h-43c3 68 37 128 88 167z" />
1417
+ <glyph glyph-name="notifications_none" unicode="notifications_none"
1418
+ d="M341 149v128c0 53 -32 96 -85 96s-85 -43 -85 -96v-128h170zM384 171l43 -43v-21h-342v21l43 43v106c0 66 35 120 96 135v15c0 18 14 32 32 32s32 -14 32 -32v-15c61 -15 96 -70 96 -135v-106zM256 43c-23 0 -43 19 -43 42h86c0 -23 -20 -42 -43 -42z" />
1419
+ <glyph glyph-name="notifications_off" unicode="notifications_off"
1420
+ d="M384 199l-191 201c5 2 10 5 15 7h1l6 3c3 1 6 1 9 2v15c0 18 14 32 32 32s32 -14 32 -32v-15c61 -15 96 -69 96 -135v-78zM256 43c-24 0 -43 18 -43 42h86c0 -24 -19 -42 -43 -42zM167 381c93.6174 -96.7159 187.67 -192.997 281 -290l-27 -27l-43 43h-293v21l43 43v107
1421
+ c0 27 6 52 17 73l-60 59l27 28z" />
1422
+ <glyph glyph-name="notifications_paused" unicode="notifications_paused"
1423
+ d="M309 303v38h-106v-38h59l-59 -73v-38h106v38h-59zM384 171l43 -43v-21h-342v21l43 43v106c0 65 35 120 96 135v15c0 18 14 32 32 32s32 -14 32 -32v-15c61 -15 96 -70 96 -135v-106zM256 43c-24 0 -43 19 -43 42h86c0 -23 -20 -42 -43 -42z" />
1424
+ <glyph glyph-name="offline_pin" unicode="offline_pin"
1425
+ d="M220 213l143 143l-30 30l-113 -113l-41 41l-30 -30zM363 128v43h-214v-43h214zM256 469c117 0 213 -96 213 -213s-96 -213 -213 -213s-213 96 -213 213s96 213 213 213z" />
1426
+ <glyph glyph-name="ondemand_video" unicode="ondemand_video"
1427
+ d="M341 277l-149 -85v171zM448 149v256h-384v-256h384zM448 448c23 0 43 -19 43 -43l-1 -256c0 -23 -19 -42 -42 -42h-107v-43h-170v43h-107c-24 0 -43 19 -43 42v256c0 24 19 43 43 43h384z" />
1428
+ <glyph glyph-name="opacity" unicode="opacity"
1429
+ d="M128 213h256c0 43 -14 69 -38 93l-90 94l-90 -93c-24 -24 -38 -51 -38 -94zM377 341c33 -33 50 -77 50 -120s-17 -88 -50 -121s-77 -50 -121 -50s-88 17 -121 50s-50 78 -50 121s17 87 50 120l121 121z" />
1430
+ <glyph glyph-name="open_in_browser" unicode="open_in_browser"
1431
+ d="M256 299l85 -86h-64v-128h-42v128h-64zM405 427c24 0 43 -20 43 -43v-256c0 -23 -20 -43 -43 -43h-85v43h85v213h-298v-213h85v-43h-85c-24 0 -43 20 -43 43v256c0 23 19 43 43 43h298z" />
1432
+ <glyph glyph-name="open_in_new" unicode="open_in_new"
1433
+ d="M299 448h149v-149h-43v76l-209 -209l-30 30l209 209h-76v43zM405 107v149h43v-149c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h149v-43h-149v-298h298z" />
1434
+ <glyph glyph-name="open_with" unicode="open_with"
1435
+ d="M299 192v-64h64l-107 -107l-107 107h64v64h86zM491 256l-107 -107v64h-64v86h64v64zM192 299v-86h-64v-64l-107 107l107 107v-64h64zM213 320v64h-64l107 107l107 -107h-64v-64h-86z" />
1436
+ <glyph glyph-name="pages" unicode="pages"
1437
+ d="M405 448c23 0 43 -20 43 -43v-128h-107l22 86l-86 -22v107h128zM363 149l-22 86h107v-128c0 -23 -20 -43 -43 -43h-128v107zM171 235l-22 -86l86 22v-107h-128c-23 0 -43 20 -43 43v128h107zM64 405c0 23 20 43 43 43h128v-107l-86 22l22 -86h-107v128z" />
1438
+ <glyph glyph-name="pageview" unicode="pageview"
1439
+ d="M358 124l30 30l-62 62c9 15 15 32 15 51c0 53 -43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96c19 0 36 6 51 15zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342zM245 320c29 0 54 -24 54 -53
1440
+ s-25 -54 -54 -54s-53 25 -53 54s24 53 53 53z" />
1441
+ <glyph glyph-name="palette" unicode="palette"
1442
+ d="M373 256c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM309 341c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM203 341c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM139 256c18 0 32 14 32 32s-14 32 -32 32
1443
+ s-32 -14 -32 -32s14 -32 32 -32zM256 448c106 0 192 -77 192 -171c0 -59 -48 -106 -107 -106h-37c-18 0 -32 -14 -32 -32c0 -8 3 -15 8 -21s8 -14 8 -22c0 -18 -14 -32 -32 -32c-106 0 -192 86 -192 192s86 192 192 192z" />
1444
+ <glyph glyph-name="pan_tool" unicode="pan_tool"
1445
+ d="M491 395v-310c0 -47 -39 -85 -86 -85h-155c-23 0 -45 9 -61 25l-168 171s27 26 28 26c5 4 11 6 17 6c5 0 9 -1 13 -3c1 0 92 -52 92 -52v254c0 18 14 32 32 32s32 -14 32 -32v-150h21v203c0 18 14 32 32 32s32 -14 32 -32v-203h21v182c0 18 14 32 32 32s32 -14 32 -32
1446
+ v-182h22v118c0 18 14 32 32 32s32 -14 32 -32z" />
1447
+ <glyph glyph-name="panorama" unicode="panorama"
1448
+ d="M181 245l-74 -96h298l-96 128l-74 -96zM491 128c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v256c0 23 20 43 43 43h384c23 0 43 -20 43 -43v-256z" />
1449
+ <glyph glyph-name="panorama_fish_eye" unicode="panorama_fish_eye"
1450
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1451
+ <glyph glyph-name="panorama_horizontal" unicode="panorama_horizontal"
1452
+ d="M457 427c7 0 12 -5 12 -14v-314c0 -9 -5 -14 -12 -14c-2 0 -4 1 -6 2c-63 23 -129 35 -195 35s-132 -12 -195 -35c-2 -1 -4 -2 -6 -2c-7 0 -12 6 -12 14v314c0 9 5 14 12 14c2 0 4 -1 6 -2c63 -23 129 -35 195 -35s132 12 195 35c2 1 4 2 6 2zM427 372
1453
+ c-55 -17 -113 -24 -171 -24s-116 8 -171 24v-232c55 16 113 24 171 24s116 -8 171 -24v232z" />
1454
+ <glyph glyph-name="panorama_vertical" unicode="panorama_vertical"
1455
+ d="M140 85h232c-16 55 -24 113 -24 171s8 116 24 171h-232c16 -55 24 -113 24 -171s-8 -116 -24 -171zM425 61c1 -2 2 -4 2 -6c0 -7 -6 -12 -14 -12h-314c-9 0 -14 5 -14 12c0 2 1 4 2 6c23 63 35 129 35 195s-12 132 -35 195c-1 2 -2 4 -2 6c0 7 5 12 14 12h314
1456
+ c9 0 14 -5 14 -12c0 -2 -1 -4 -2 -6c-23 -63 -35 -129 -35 -195s12 -132 35 -195z" />
1457
+ <glyph glyph-name="panorama_wide_angle" unicode="panorama_wide_angle"
1458
+ d="M256 427c58 0 112 -6 170 -16l19 -3l6 -19c12 -44 18 -89 18 -133s-6 -89 -18 -133l-6 -19l-19 -3c-58 -10 -112 -16 -170 -16s-112 6 -170 16l-19 3l-6 19c-12 44 -18 89 -18 133s6 89 18 133l6 19l19 3c58 10 112 16 170 16zM256 384c-52 0 -101 -5 -156 -14
1459
+ c-10 -38 -15 -76 -15 -114s5 -76 15 -114c55 -9 104 -14 156 -14s101 5 156 14c10 38 15 76 15 114s-5 76 -15 114c-55 9 -104 14 -156 14z" />
1460
+ <glyph glyph-name="party_mode" unicode="party_mode"
1461
+ d="M256 149c59 0 107 48 107 107c0 7 -1 14 -2 21h-45c2 -7 4 -14 4 -21c0 -35 -29 -64 -64 -64h-85c20 -26 50 -43 85 -43zM256 363c-59 0 -107 -48 -107 -107c0 -7 1 -14 2 -21h45c-2 7 -4 14 -4 21c0 35 29 64 64 64h85c-20 26 -50 43 -85 43zM427 427
1462
+ c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h68l39 42h128l39 -42h68z" />
1463
+ <glyph glyph-name="pause" unicode="pause"
1464
+ d="M299 405h85v-298h-85v298zM128 107v298h85v-298h-85z" />
1465
+ <glyph glyph-name="pause_circle_filled" unicode="pause_circle_filled"
1466
+ d="M320 171v170h-43v-170h43zM235 171v170h-43v-170h43zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1467
+ <glyph glyph-name="pause_circle_outline" unicode="pause_circle_outline"
1468
+ d="M277 171v170h43v-170h-43zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM192 171v170h43v-170h-43z" />
1469
+ <glyph glyph-name="payment" unicode="payment"
1470
+ d="M427 341v43h-342v-43h342zM427 128v128h-342v-128h342zM427 427c24 0 42 -19 42 -43v-256c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v256c0 24 18 43 42 43h342z" />
1471
+ <glyph glyph-name="people" unicode="people"
1472
+ d="M341 235c50 0 150 -25 150 -75v-53h-128v53c0 32 -17 56 -42 74c7 1 14 1 20 1zM171 235c50 0 149 -25 149 -75v-53h-299v53c0 50 100 75 150 75zM171 277c-35 0 -64 29 -64 64s29 64 64 64s63 -29 63 -64s-28 -64 -63 -64zM341 277c-35 0 -64 29 -64 64s29 64 64 64
1473
+ s64 -29 64 -64s-29 -64 -64 -64z" />
1474
+ <glyph glyph-name="people_outline" unicode="people_outline"
1475
+ d="M352 373c-23 0 -43 -19 -43 -42s20 -43 43 -43s43 20 43 43s-20 42 -43 42zM352 256c-41 0 -75 34 -75 75s34 74 75 74s75 -33 75 -74s-34 -75 -75 -75zM160 373c-23 0 -43 -19 -43 -42s20 -43 43 -43s43 20 43 43s-20 42 -43 42zM160 256c-41 0 -75 34 -75 75
1476
+ s34 74 75 74s75 -33 75 -74s-34 -75 -75 -75zM459 139v26c0 12 -55 38 -107 38c-23 0 -45 -6 -64 -12c7 -8 11 -16 11 -26v-26h160zM267 139v26c0 12 -55 38 -107 38s-107 -26 -107 -38v-26h214zM352 235c46 0 139 -24 139 -70v-58h-470v58c0 46 93 70 139 70
1477
+ c26 0 65 -8 96 -22c31 14 70 22 96 22z" />
1478
+ <glyph glyph-name="perm_camera_mic" unicode="perm_camera_mic"
1479
+ d="M299 235v85c0 23 -20 43 -43 43s-43 -20 -43 -43v-85c0 -23 20 -43 43 -43s43 20 43 43zM427 405c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-150v45c60 10 107 63 107 126h-43c0 -47 -38 -86 -85 -86s-85 39 -85 86h-43c0 -63 47 -116 107 -126v-45h-150
1480
+ c-23 0 -42 20 -42 43v256c0 23 19 42 42 42h68l39 43h128l39 -43h68z" />
1481
+ <glyph glyph-name="perm_contact_calendar" unicode="perm_contact_calendar"
1482
+ d="M384 128v21c0 43 -85 66 -128 66s-128 -23 -128 -66v-21h256zM256 384c-35 0 -64 -29 -64 -64s29 -64 64 -64s64 29 64 64s-29 64 -64 64zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h21v43h43v-43h170v43
1483
+ h43v-43h21z" />
1484
+ <glyph glyph-name="perm_data_setting" unicode="perm_data_setting"
1485
+ d="M405 75c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM484 96l23 -17c2 -2 2 -5 1 -7l-21 -37c-1 -2 -5 -4 -7 -3l-26 11c-5 -4 -12 -7 -18 -10l-4 -29c0 -3 -3 -4 -6 -4h-42c-3 0 -6 1 -6 4l-4 29c-7 3 -12 6 -18 10l-26 -11c-3 -1 -6 1 -7 3l-21 37
1486
+ c-1 2 -1 5 1 7l23 17c0 3 -1 7 -1 11s1 7 1 10l-23 18c-2 2 -2 5 -1 7l21 37c1 2 5 3 7 2l26 -11c6 4 12 8 18 11l4 28c0 3 3 4 6 4h42c3 0 6 -1 6 -4l4 -28c7 -3 12 -7 18 -11l26 11c3 1 6 0 7 -2l21 -37c1 -2 1 -5 -1 -7l-23 -18c1 -3 1 -6 1 -10s-1 -8 -1 -11zM405 267
1487
+ c-88 0 -160 -72 -160 -160c0 -7 1 -15 2 -22h-247l427 427l-1 -247c-7 1 -14 2 -21 2z" />
1488
+ <glyph glyph-name="perm_device_information" unicode="perm_device_information"
1489
+ d="M363 107v298h-214v-298h214zM363 490c23 0 42 -19 42 -42v-384c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v384c0 23 19 43 42 43zM277 277v-128h-42v128h42zM277 363v-43h-42v43h42z" />
1490
+ <glyph glyph-name="perm_identity" unicode="perm_identity"
1491
+ d="M256 235c57 0 171 -29 171 -86v-64h-342v64c0 57 114 86 171 86zM256 427c47 0 85 -39 85 -86s-38 -85 -85 -85s-85 38 -85 85s38 86 85 86zM256 194c-63 0 -130 -31 -130 -45v-23h260v23c0 14 -67 45 -130 45zM256 386c-25 0 -45 -20 -45 -45s20 -44 45 -44s45 19 45 44
1492
+ s-20 45 -45 45z" />
1493
+ <glyph glyph-name="perm_media" unicode="perm_media"
1494
+ d="M149 192h299l-75 96l-53 -64l-75 96zM469 427c23 0 43 -20 43 -43v-213c0 -23 -20 -43 -43 -43h-341c-23 0 -43 20 -43 43l1 256c0 23 19 42 42 42h128l43 -42h170zM43 384v-299h384v-42h-384c-23 0 -43 19 -43 42v299h43z" />
1495
+ <glyph glyph-name="perm_phone_msg" unicode="perm_phone_msg"
1496
+ d="M256 448h192v-149h-128l-64 -64v213zM427 181c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22l-47 -47c31 -60 81 -110 141 -141l47 47c6 6 15 7 22 5
1497
+ c24 -8 49 -12 76 -12z" />
1498
+ <glyph glyph-name="perm_scan_wifi" unicode="perm_scan_wifi"
1499
+ d="M235 341h42v43h-42v-43zM277 171v128h-42v-128h42zM256 448c108 0 189 -40 256 -91l-256 -314l-256 315c67 51 148 90 256 90z" />
1500
+ <glyph glyph-name="person" unicode="person"
1501
+ d="M256 213c57 0 171 -28 171 -85v-43h-342v43c0 57 114 85 171 85zM256 256c-47 0 -85 38 -85 85s38 86 85 86s85 -39 85 -86s-38 -85 -85 -85z" />
1502
+ <glyph glyph-name="person_add" unicode="person_add"
1503
+ d="M320 213c57 0 171 -28 171 -85v-43h-342v43c0 57 114 85 171 85zM128 299h64v-43h-64v-64h-43v64h-64v43h64v64h43v-64zM320 256c-47 0 -85 38 -85 85s38 86 85 86s85 -39 85 -86s-38 -85 -85 -85z" />
1504
+ <glyph glyph-name="person_outline" unicode="person_outline"
1505
+ d="M256 235c57 0 171 -29 171 -86v-64h-342v64c0 57 114 86 171 86zM256 427c47 0 85 -39 85 -86s-38 -85 -85 -85s-85 38 -85 85s38 86 85 86zM256 194c-63 0 -130 -31 -130 -45v-23h260v23c0 14 -67 45 -130 45zM256 386c-25 0 -45 -20 -45 -45s20 -44 45 -44s45 19 45 44
1506
+ s-20 45 -45 45z" />
1507
+ <glyph glyph-name="person_pin" unicode="person_pin"
1508
+ d="M384 171v19c0 43 -85 66 -128 66s-128 -23 -128 -66v-19h256zM256 399c-32 0 -58 -26 -58 -58s26 -57 58 -57s58 25 58 57s-26 58 -58 58zM405 469c23 0 43 -19 43 -42v-299c0 -23 -20 -43 -43 -43h-85l-64 -64l-64 64h-85c-24 0 -43 20 -43 43v299c0 23 19 42 43 42h298
1509
+ z" />
1510
+ <glyph glyph-name="person_pin_circle" unicode="person_pin_circle"
1511
+ d="M256 213c36 0 67 18 85 46c0 28 -57 44 -85 44s-85 -16 -85 -44c18 -28 49 -46 85 -46zM256 427c-23 0 -43 -20 -43 -43c0 -24 20 -43 43 -43s43 19 43 43c0 23 -20 43 -43 43zM256 469c82 0 149 -67 149 -149c0 -112 -149 -277 -149 -277s-149 165 -149 277
1512
+ c0 82 67 149 149 149z" />
1513
+ <glyph glyph-name="personal_video" unicode="personal_video"
1514
+ d="M448 149v256h-384v-256h384zM448 448c23 0 43 -19 43 -43l-1 -256c0 -23 -19 -42 -42 -42h-107v-43h-170v43h-107c-24 0 -43 19 -43 42v256c0 24 19 43 43 43h384z" />
1515
+ <glyph glyph-name="pets" unicode="pets"
1516
+ d="M370 195c28 -28 63 -58 56 -102c-6 -22 -22 -44 -50 -50c-16 -3 -65 9 -118 9h-4c-53 0 -102 -12 -118 -9c-28 6 -44 28 -50 50c-6 43 28 74 56 102c19 22 34 40 53 62c10 12 22 23 37 28c2 1 5 2 7 2c6 1 11 1 17 1s12 0 17 -1c2 0 5 -1 7 -2c15 -5 27 -16 37 -28
1517
+ c19 -22 34 -40 53 -62zM363 309c0 29 24 54 53 54s53 -25 53 -54s-24 -53 -53 -53s-53 24 -53 53zM267 395c0 29 24 53 53 53s53 -24 53 -53s-24 -54 -53 -54s-53 25 -53 54zM139 395c0 29 24 53 53 53s53 -24 53 -53s-24 -54 -53 -54s-53 25 -53 54zM43 309
1518
+ c0 29 24 54 53 54s53 -25 53 -54s-24 -53 -53 -53s-53 24 -53 53z" />
1519
+ <glyph glyph-name="phone" unicode="phone"
1520
+ d="M141 282c31 -60 81 -110 141 -141l47 47c6 6 15 8 22 5c24 -8 50 -12 76 -12c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22z" />
1521
+ <glyph glyph-name="phone_android" unicode="phone_android"
1522
+ d="M368 128v299h-224v-299h224zM299 64v21h-86v-21h86zM341 491c35 0 64 -29 64 -64v-342c0 -35 -29 -64 -64 -64h-170c-35 0 -64 29 -64 64v342c0 35 29 64 64 64h170z" />
1523
+ <glyph glyph-name="phone_bluetooth_speaker" unicode="phone_bluetooth_speaker"
1524
+ d="M427 181c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22l-47 -47c31 -61 81 -110 141 -141l47 47c6 6 15 7 22 5c24 -8 49 -12 76 -12zM384 358v-40l20 20zM384 450
1525
+ v-40l20 20zM314 309l-15 15l59 60l-59 60l15 15l49 -49v81h10l61 -61l-46 -46l46 -46l-61 -61h-10v81z" />
1526
+ <glyph glyph-name="phone_forwarded" unicode="phone_forwarded"
1527
+ d="M427 181c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22l-47 -47c31 -61 81 -110 141 -141l47 47c6 6 15 7 22 5c24 -8 49 -12 76 -12zM384 277v64h-85v86h85v64
1528
+ l107 -107z" />
1529
+ <glyph glyph-name="phone_in_talk" unicode="phone_in_talk"
1530
+ d="M320 256c0 35 -29 64 -64 64v43c59 0 107 -48 107 -107h-43zM405 256c0 83 -66 149 -149 149v43c106 0 192 -86 192 -192h-43zM427 181c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76
1531
+ c2 -7 1 -16 -5 -22l-47 -47c31 -61 81 -110 141 -141l47 47c6 6 15 7 22 5c24 -8 49 -12 76 -12z" />
1532
+ <glyph glyph-name="phone_iphone" unicode="phone_iphone"
1533
+ d="M341 128v299h-192v-299h192zM245 43c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM331 491c29 0 53 -25 53 -54v-362c0 -29 -24 -54 -53 -54h-171c-29 0 -53 25 -53 54v362c0 29 24 54 53 54h171z" />
1534
+ <glyph glyph-name="phone_locked" unicode="phone_locked"
1535
+ d="M410 427v10c0 20 -17 37 -37 37s-36 -17 -36 -37v-10h73zM427 427c12 0 21 -10 21 -22v-85c0 -12 -9 -21 -21 -21h-107c-12 0 -21 9 -21 21v85c0 12 9 22 21 22v10c0 29 24 54 53 54s54 -25 54 -54v-10zM427 181c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21
1536
+ c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22l-47 -47c31 -61 81 -110 141 -141l47 47c6 6 15 7 22 5c24 -8 49 -12 76 -12z" />
1537
+ <glyph glyph-name="phone_missed" unicode="phone_missed"
1538
+ d="M506 156c4 -4 6 -9 6 -15s-2 -11 -6 -15l-53 -53c-4 -4 -9 -6 -15 -6s-11 2 -15 6c-17 16 -36 30 -57 40c-7 3 -12 11 -12 19v66c-31 10 -64 15 -98 15s-67 -5 -98 -15v-66c0 -9 -5 -17 -12 -20c-21 -10 -40 -23 -57 -39c-4 -4 -9 -6 -15 -6s-11 2 -15 6l-53 53
1539
+ c-4 4 -6 9 -6 15s2 11 6 15c65 62 153 100 250 100s185 -38 250 -100zM139 395v-75h-32v128h128v-32h-75l96 -96l128 128l21 -21l-149 -150z" />
1540
+ <glyph glyph-name="phone_paused" unicode="phone_paused"
1541
+ d="M405 448h43v-149h-43v149zM427 181c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22l-47 -47c31 -61 81 -110 141 -141l47 47c6 6 15 7 22 5c24 -8 49 -12 76 -12z
1542
+ M363 448v-149h-43v149h43z" />
1543
+ <glyph glyph-name="phonelink" unicode="phonelink"
1544
+ d="M469 149v150h-85v-150h85zM491 341c12 0 21 -9 21 -21v-213c0 -12 -9 -22 -21 -22h-128c-12 0 -22 10 -22 22v213c0 12 10 21 22 21h128zM85 384v-235h214v-64h-299v64h43v235c0 23 19 43 42 43h384v-43h-384z" />
1545
+ <glyph glyph-name="phonelink_erase" unicode="phonelink_erase"
1546
+ d="M405 491c23 0 43 -20 43 -43v-384c0 -23 -20 -43 -43 -43h-213c-23 0 -43 20 -43 43v64h43v-43h213v342h-213v-43h-43v64c0 23 20 43 43 43h213zM277 337l-85 -85l85 -86l-21 -21l-85 85l-86 -85l-21 21l85 86l-85 85l21 21l86 -85l85 85z" />
1547
+ <glyph glyph-name="phonelink_lock" unicode="phonelink_lock"
1548
+ d="M203 277v32c0 17 -15 28 -32 28s-32 -11 -32 -28v-32h64zM230 277c13 0 26 -12 26 -27v-75c0 -13 -13 -26 -28 -26h-117c-13 0 -26 13 -26 28v75c0 13 13 25 26 25v32c0 30 30 54 60 54s59 -24 59 -54v-32zM405 491c23 0 43 -20 43 -43v-384c0 -23 -20 -43 -43 -43h-213
1549
+ c-23 0 -43 20 -43 43v64h43v-43h213v342h-213v-43h-43v64c0 23 20 43 43 43h213z" />
1550
+ <glyph glyph-name="phonelink_off" unicode="phonelink_off"
1551
+ d="M491 341c12 0 21 -9 21 -21v-213c0 -12 -9 -22 -21 -22h-4l-64 64h46v150h-85v-111l-43 43v89c0 12 10 21 22 21h128zM85 378v-229h229zM41 477c138.107 -138.226 275.985 -276.682 414 -415l-27 -27l-50 50h-378v64h43v235c0 10 4 20 10 27l-39 39zM469 384h-281l-43 43
1552
+ h324v-43z" />
1553
+ <glyph glyph-name="phonelink_ring" unicode="phonelink_ring"
1554
+ d="M299 85v342h-214v-342h214zM299 491c23 0 42 -20 42 -43v-384c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v384c0 23 19 43 42 43h214zM384 303c26 -28 26 -66 0 -92l-21 22c11 15 11 34 0 49zM429 348c53 -51 53 -133 0 -182l-22 22c38 41 38 100 0 138z" />
1555
+ <glyph glyph-name="phonelink_setup" unicode="phonelink_setup"
1556
+ d="M405 491c23 0 43 -20 43 -43v-384c0 -23 -20 -43 -43 -43h-213c-23 0 -43 20 -43 43v64h43v-43h213v342h-213v-43h-43v64c0 23 20 43 43 43h213zM171 213c23 0 42 20 42 43s-19 43 -42 43s-43 -20 -43 -43s20 -43 43 -43zM252 245l23 -19c2 -2 4 -4 2 -6l-21 -37
1557
+ c-2 -2 -4 -2 -6 -2l-28 11c-6 -4 -13 -9 -19 -11l-5 -27c-2 -2 -4 -5 -6 -5h-43c-2 0 -6 3 -4 5l-4 27c-6 2 -13 7 -19 11l-30 -9c-2 -2 -5 1 -7 3l-21 36c0 2 0 4 2 8l24 17v22l-24 17c-2 2 -4 4 -2 6l21 37c2 2 5 2 7 2l27 -11c6 4 14 9 20 11l4 27c2 2 4 5 6 5h43
1558
+ c4 0 6 -3 6 -5l5 -27c6 -2 13 -7 19 -11l28 9c2 2 4 -1 6 -3l21 -36c0 -2 0 -4 -2 -6l-23 -17v-22z" />
1559
+ <glyph glyph-name="photo" unicode="photo"
1560
+ d="M181 224l-74 -96h298l-96 128l-74 -96zM448 107c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298c23 0 43 -20 43 -43v-298z" />
1561
+ <glyph glyph-name="photo_album" unicode="photo_album"
1562
+ d="M128 107h256l-82 109l-64 -82l-46 55zM128 427v-171l53 32l54 -32v171h-107zM384 469c23 0 43 -19 43 -42v-342c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v342c0 23 20 42 43 42h256z" />
1563
+ <glyph glyph-name="photo_camera" unicode="photo_camera"
1564
+ d="M256 149c59 0 107 48 107 107s-48 107 -107 107s-107 -48 -107 -107s48 -107 107 -107zM192 469h128l39 -42h68c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h68zM188 256c0 38 30 68 68 68s68 -30 68 -68
1565
+ s-30 -68 -68 -68s-68 30 -68 68z" />
1566
+ <glyph glyph-name="photo_filter" unicode="photo_filter"
1567
+ d="M283 283l58 -27l-58 -27l-27 -58l-27 58l-58 27l58 27l27 58zM363 299l-20 44l-44 20l44 20l20 44l20 -44l44 -20l-44 -20zM406 299h42v-192c0 -23 -19 -43 -42 -43h-299c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h192v-43h-192v-298h299v192z" />
1568
+ <glyph glyph-name="photo_library" unicode="photo_library"
1569
+ d="M43 384h42v-299h299v-42h-299c-23 0 -42 19 -42 42v299zM235 256l-64 -85h256l-86 106l-63 -79zM469 171c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256c23 0 42 -19 42 -42v-256z" />
1570
+ <glyph glyph-name="photo_size_select_actual" unicode="photo_size_select_actual"
1571
+ d="M107 149h298l-96 128l-74 -96l-54 64zM448 448c21 0 43 -22 43 -43v-298c0 -21 -22 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 21 22 43 43 43h384z" />
1572
+ <glyph glyph-name="photo_size_select_large" unicode="photo_size_select_large"
1573
+ d="M64 107h213l-68 91l-53 -69l-39 46zM21 277h299v-213h-256c-23 0 -43 20 -43 43v170zM107 448h42v-43h-42v43zM192 448h43v-43h-43v43zM64 448v-43h-43c0 21 22 43 43 43zM363 107h42v-43h-42v43zM363 448h42v-43h-42v43zM21 363h43v-43h-43v43zM448 448
1574
+ c21 0 43 -22 43 -43h-43v43zM448 363h43v-43h-43v43zM277 448h43v-43h-43v43zM491 107c0 -21 -22 -43 -43 -43v43h43zM448 277h43v-42h-43v42zM448 192h43v-43h-43v43z" />
1575
+ <glyph glyph-name="photo_size_select_small" unicode="photo_size_select_small"
1576
+ d="M149 448v-43h-42v43h42zM235 448v-43h-43v43h43zM64 277v-42h-43v42h43zM64 448v-43h-43c0 21 22 43 43 43zM405 107v-43h-42v43h42zM405 448v-43h-42v43h42zM320 107v-43h-43v43h43zM64 363v-43h-43v43h43zM64 64c-23 0 -43 20 -43 43v85h214v-128h-171zM448 448
1577
+ c21 0 43 -22 43 -43h-43v43zM491 363v-43h-43v43h43zM320 448v-43h-43v43h43zM491 107c0 -21 -22 -43 -43 -43v43h43zM491 277v-42h-43v42h43zM491 192v-43h-43v43h43z" />
1578
+ <glyph glyph-name="picture_as_pdf" unicode="picture_as_pdf"
1579
+ d="M299 267v64h21v-64h-21zM85 384v-299h299v-42h-299c-23 0 -42 19 -42 42v299h42zM192 309v22h21v-22h-21zM437 331v32h-64v-128h32v42h32v32h-32v22h32zM352 267v64c0 18 -14 32 -32 32h-53v-128h53c18 0 32 14 32 32zM245 309v22c0 18 -14 32 -32 32h-53v-128h32v42h21
1580
+ c18 0 32 14 32 32zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256z" />
1581
+ <glyph glyph-name="picture_in_picture" unicode="picture_in_picture"
1582
+ d="M448 106v300h-384v-300h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384zM405 363v-128h-170v128h170z" />
1583
+ <glyph glyph-name="picture_in_picture_alt" unicode="picture_in_picture_alt"
1584
+ d="M448 106v300h-384v-300h384zM491 107c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v299c0 23 20 42 43 42h384c23 0 43 -19 43 -42v-299zM405 277v-128h-170v128h170z" />
1585
+ <glyph glyph-name="pie_chart" unicode="pie_chart"
1586
+ d="M278 234h191c-10 -101 -90 -181 -191 -191v191zM278 469c101 -10 181 -90 191 -191h-191v191zM235 469v-426c-108 11 -192 102 -192 213s84 202 192 213z" />
1587
+ <glyph glyph-name="pie_chart_outlined" unicode="pie_chart_outlined"
1588
+ d="M277 87c77 10 138 71 148 148h-148v-148zM85 256c0 -87 66 -158 150 -169v338c-84 -10 -150 -82 -150 -169zM277 425v-148h148c-10 77 -71 138 -148 148zM256 469c117 0 213 -96 213 -213s-96 -213 -213 -213s-213 96 -213 213s96 213 213 213z" />
1589
+ <glyph glyph-name="pin_drop" unicode="pin_drop"
1590
+ d="M107 85h298v-42h-298v42zM213 341c0 -23 20 -42 43 -42c24 0 43 19 43 42s-20 43 -43 43s-43 -20 -43 -43zM384 341c0 -96 -128 -234 -128 -234s-128 138 -128 234c0 71 57 128 128 128s128 -57 128 -128z" />
1591
+ <glyph glyph-name="place" unicode="place"
1592
+ d="M256 267c29 0 53 24 53 53s-24 53 -53 53s-53 -24 -53 -53s24 -53 53 -53zM256 469c83 0 149 -66 149 -149c0 -112 -149 -277 -149 -277s-149 165 -149 277c0 83 66 149 149 149z" />
1593
+ <glyph glyph-name="play_arrow" unicode="play_arrow"
1594
+ d="M171 405l234 -149l-234 -149v298z" />
1595
+ <glyph glyph-name="play_circle_filled" unicode="play_circle_filled"
1596
+ d="M213 160l128 96l-128 96v-192zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1597
+ <glyph glyph-name="play_circle_outline" unicode="play_circle_outline"
1598
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM213 160v192l128 -96z" />
1599
+ <glyph glyph-name="play_for_work" unicode="play_for_work"
1600
+ d="M128 213h43c0 -47 38 -85 85 -85s85 38 85 85h43c0 -71 -57 -128 -128 -128s-128 57 -128 128zM235 405h42v-119h75l-96 -96l-96 96h75v119z" />
1601
+ <glyph glyph-name="playlist_add" unicode="playlist_add"
1602
+ d="M43 171v42h170v-42h-170zM384 213h85v-42h-85v-86h-43v86h-85v42h85v86h43v-86zM299 384v-43h-256v43h256zM299 299v-43h-256v43h256z" />
1603
+ <glyph glyph-name="playlist_add_check" unicode="playlist_add_check"
1604
+ d="M459 267l32 -32l-149 -150l-97 96l32 32l65 -64zM43 171v42h170v-42h-170zM299 384v-43h-256v43h256zM299 299v-43h-256v43h256z" />
1605
+ <glyph glyph-name="playlist_play" unicode="playlist_play"
1606
+ d="M363 235l106 -64l-106 -64v128zM43 192v43h277v-43h-277zM405 405v-42h-362v42h362zM405 320v-43h-362v43h362z" />
1607
+ <glyph glyph-name="plus_one" unicode="plus_one"
1608
+ d="M309 382l96 23v-277h-42v226l-54 -11v39zM213 341v-85h86v-43h-86v-85h-42v85h-86v43h86v85h42z" />
1609
+ <glyph glyph-name="poll" unicode="poll"
1610
+ d="M363 149v86h-43v-86h43zM277 149v214h-42v-214h42zM192 149v150h-43v-150h43zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1611
+ <glyph glyph-name="polymer" unicode="polymer"
1612
+ d="M405 427l96 -171l-96 -171h-85l96 171l-56 99l-168 -270h-85l-96 171l96 171h85l-96 -171l56 -99l168 270h85z" />
1613
+ <glyph glyph-name="pool" unicode="pool"
1614
+ d="M299 395c0 29 24 53 53 53s53 -24 53 -53s-24 -54 -53 -54s-53 25 -53 54zM185 256c-12 0 -17 3 -25 8c-4 3 -9 5 -16 8l69 69l-21 22c-24 24 -46 32 -85 32v53c53 0 84 -10 117 -43l137 -136c-3 -2 -6 -4 -9 -5c-8 -5 -13 -8 -25 -8s-16 3 -24 8c-10 6 -23 13 -47 13
1615
+ s-37 -7 -47 -13c-8 -5 -12 -8 -24 -8zM469 160c-24 0 -36 8 -46 14c-8 5 -13 7 -25 7s-16 -2 -24 -7c-10 -6 -23 -14 -47 -14s-36 8 -46 14c-8 5 -13 7 -25 7s-16 -2 -24 -7c-10 -6 -23 -14 -47 -14s-36 8 -46 14c-8 5 -13 7 -25 7s-16 -2 -24 -7c-10 -6 -23 -14 -47 -14v43
1616
+ c12 0 16 2 24 7c10 6 23 14 47 14s36 -8 46 -14c8 -5 13 -7 25 -7s16 2 24 7c10 6 23 14 47 14s36 -8 46 -14c8 -5 13 -7 25 -7s16 2 24 7c10 6 23 14 47 14s36 -8 46 -14c8 -5 13 -7 25 -7v-43zM469 64c-24 0 -36 8 -46 14c-8 5 -13 7 -25 7s-16 -2 -24 -7
1617
+ c-10 -6 -23 -14 -47 -14s-36 8 -46 14c-8 5 -13 7 -25 7s-16 -2 -24 -7c-10 -6 -23 -14 -47 -14s-37 8 -47 14c-8 5 -12 7 -24 7s-17 -2 -25 -7c-10 -6 -22 -14 -46 -14v43c12 0 16 2 24 7c10 6 23 14 47 14s36 -8 46 -14c8 -5 13 -7 25 -7s16 2 24 7c10 6 23 14 47 14
1618
+ s37 -8 47 -14c8 -5 12 -7 24 -7s17 2 25 7c10 6 22 14 46 14s37 -8 47 -14c8 -5 12 -7 24 -7v-43z" />
1619
+ <glyph glyph-name="portable_wifi_off" unicode="portable_wifi_off"
1620
+ d="M70 459l21 -22l357 -357l-27 -27l-160 161h-1l-4 -1c-23 0 -43 20 -43 43l1 4l-34 34c-6 -12 -9 -24 -9 -38c0 -32 17 -59 42 -74l-21 -37c-38 22 -64 64 -64 111c0 26 7 49 20 69l-30 31c-20 -28 -33 -62 -33 -100c0 -63 34 -118 85 -148l-21 -37
1621
+ c-64 37 -106 106 -106 185c0 49 16 95 44 131l-44 45zM256 427c-29 0 -56 -7 -80 -20l-31 31c32 20 70 31 111 31c118 0 213 -95 213 -213c0 -41 -11 -79 -31 -111l-32 31c13 24 21 51 21 80c0 94 -77 171 -171 171zM375 208l-35 35c1 4 1 9 1 13c0 47 -38 85 -85 85
1622
+ c-4 0 -9 0 -13 -1l-35 35c15 6 31 9 48 9c71 0 128 -57 128 -128c0 -17 -3 -33 -9 -48z" />
1623
+ <glyph glyph-name="portrait" unicode="portrait"
1624
+ d="M405 107v298h-298v-298h298zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298zM352 165v-16h-192v16c0 32 64 48 96 48s96 -16 96 -48zM256 251c-26 0 -48 22 -48 48s22 48 48 48s48 -22 48 -48
1625
+ s-22 -48 -48 -48z" />
1626
+ <glyph glyph-name="power" unicode="power"
1627
+ d="M342 363c21 0 42 -22 42 -43v-117l-75 -75v-64h-106v64l-75 75v117c0 21 21 43 42 43h1v85h42v-85h86v85h42z" />
1628
+ <glyph glyph-name="power_input" unicode="power_input"
1629
+ d="M341 192v43h107v-43h-107zM192 192v43h107v-43h-107zM43 192v43h106v-43h-106zM43 320h405v-43h-405v43z" />
1630
+ <glyph glyph-name="power_settings_new" unicode="power_settings_new"
1631
+ d="M380 402c41 -35 68 -88 68 -146c0 -106 -86 -192 -192 -192s-192 86 -192 192c0 58 27 111 68 146l30 -30c-33 -27 -55 -69 -55 -116c0 -83 66 -149 149 -149s149 66 149 149c0 47 -21 88 -55 115zM277 448v-213h-42v213h42z" />
1632
+ <glyph glyph-name="pregnant_woman" unicode="pregnant_woman"
1633
+ d="M341 235v-86h-64v-106h-64v106h-42v150c0 35 29 64 64 64s64 -29 64 -64c25 -10 42 -35 42 -64zM192 427c0 24 19 42 43 42s42 -18 42 -42s-18 -43 -42 -43s-43 19 -43 43z" />
1634
+ <glyph glyph-name="present_to_all" unicode="present_to_all"
1635
+ d="M213 256h-42l85 85l85 -85h-42v-85h-86v85zM448 106v300h-384v-300h384zM448 448c24 0 43 -19 43 -43v-298c0 -24 -19 -43 -43 -43h-384c-24 0 -43 19 -43 43v298c0 24 19 43 43 43h384z" />
1636
+ <glyph glyph-name="print" unicode="print"
1637
+ d="M384 448v-85h-256v85h256zM405 256c12 0 22 9 22 21s-10 22 -22 22s-21 -10 -21 -22s9 -21 21 -21zM341 107v106h-170v-106h170zM405 341c35 0 64 -29 64 -64v-128h-85v-85h-256v85h-85v128c0 35 29 64 64 64h298z" />
1638
+ <glyph glyph-name="priority_high" unicode="priority_high"
1639
+ d="M213 448h86v-256h-86v256zM213 107c0 24 19 42 43 42s43 -18 43 -42s-19 -43 -43 -43s-43 19 -43 43z" />
1640
+ <glyph glyph-name="public" unicode="public"
1641
+ d="M382 141c28 30 45 71 45 115c0 71 -44 133 -107 158v-9c0 -23 -20 -42 -43 -42h-42v-43c0 -12 -10 -21 -22 -21h-42v-43h128c12 0 21 -9 21 -21v-64h21c19 0 35 -13 41 -30zM235 87v41c-23 0 -43 20 -43 43v21l-102 102c-3 -12 -5 -25 -5 -38c0 -87 66 -159 150 -169z
1642
+ M256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1643
+ <glyph glyph-name="publish" unicode="publish"
1644
+ d="M107 213l149 150l149 -150h-85v-128h-128v128h-85zM107 427h298v-43h-298v43z" />
1645
+ <glyph glyph-name="query_builder" unicode="query_builder"
1646
+ d="M267 363v-112l96 -57l-16 -27l-112 68v128h32zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1647
+ <glyph glyph-name="question_answer" unicode="question_answer"
1648
+ d="M363 256c0 -12 -10 -21 -22 -21h-213l-85 -86v299c0 12 9 21 21 21h277c12 0 22 -9 22 -21v-192zM448 384c12 0 21 -9 21 -21v-320l-85 85h-235c-12 0 -21 9 -21 21v43h277v192h43z" />
1649
+ <glyph glyph-name="queue" unicode="queue"
1650
+ d="M405 277v43h-85v85h-43v-85h-85v-43h85v-85h43v85h85zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256zM85 384v-299h299v-42h-299c-23 0 -42 19 -42 42v299h42z" />
1651
+ <glyph glyph-name="queue_music" unicode="queue_music"
1652
+ d="M363 384h106v-43h-64v-192c0 -35 -29 -64 -64 -64s-64 29 -64 64s29 64 64 64c7 0 15 -2 22 -4v175zM64 171v42h171v-42h-171zM320 299v-43h-256v43h256zM320 384v-43h-256v43h256z" />
1653
+ <glyph glyph-name="queue_play_next" unicode="queue_play_next"
1654
+ d="M512 128l-96 -96l-32 32l64 64l-64 64l32 32zM277 299h64v-43h-64v-64h-42v64h-64v43h64v64h42v-64zM448 448c23 0 43 -19 43 -43v-170h-43v170h-384v-256h320v-42h-43v-43h-170v43h-107c-24 0 -43 19 -43 42v256c0 24 19 43 43 43h384z" />
1655
+ <glyph glyph-name="radio" unicode="radio"
1656
+ d="M427 256v85h-342v-85h256v43h43v-43h43zM149 85c35 0 64 29 64 64s-29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64zM69 381l270 110l14 -36l-176 -71h250c24 0 42 -19 42 -43v-256c0 -23 -18 -42 -42 -42h-342c-24 0 -42 19 -42 42v256c0 18 10 34 26 40z" />
1657
+ <glyph glyph-name="radio_button_checked" unicode="radio_button_checked"
1658
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM256 363c59 0 107 -48 107 -107s-48 -107 -107 -107s-107 48 -107 107s48 107 107 107z" />
1659
+ <glyph glyph-name="radio_button_unchecked" unicode="radio_button_unchecked"
1660
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1661
+ <glyph glyph-name="rate_review" unicode="rate_review"
1662
+ d="M384 213v43h-117l-43 -43h160zM128 213h53l147 147c4 4 4 11 0 15l-38 38c-4 4 -11 4 -15 0l-147 -147v-53zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
1663
+ <glyph glyph-name="receipt" unicode="receipt"
1664
+ d="M64 43v426l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32v-426l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32zM384 320v43h-256v-43h256zM384 235v42h-256v-42h256zM384 149v43h-256v-43h256z
1665
+ " />
1666
+ <glyph glyph-name="recent_actors" unicode="recent_actors"
1667
+ d="M267 149v16c0 32 -64 48 -96 48s-96 -16 -96 -48v-16h192zM171 347c-26 0 -48 -22 -48 -48s22 -48 48 -48s48 22 48 48s-22 48 -48 48zM299 405c12 0 21 -9 21 -21v-256c0 -12 -9 -21 -21 -21h-256c-12 0 -22 9 -22 21v256c0 12 10 21 22 21h256zM363 107v298h42v-298
1668
+ h-42zM448 405h43v-298h-43v298z" />
1669
+ <glyph glyph-name="record_voice_over" unicode="record_voice_over"
1670
+ d="M428 469c83 -86 83 -215 0 -298l-35 34c59 68 59 166 0 230zM358 398c43 -47 43 -112 0 -155l-36 36c18 25 18 58 0 83zM192 192c57 0 171 -28 171 -85v-43h-342v43c0 57 114 85 171 85zM107 320c0 47 38 85 85 85s85 -38 85 -85s-38 -85 -85 -85s-85 38 -85 85z" />
1671
+ <glyph glyph-name="redeem" unicode="redeem"
1672
+ d="M427 213v128h-109l45 -60l-35 -25c-24.0378 32.6288 -48.3187 65.0147 -72 98c-23.6829 -32.9837 -47.9614 -65.3719 -72 -98l-35 25l45 60h-109v-128h342zM427 107v42h-342v-42h342zM192 427c-12 0 -21 -10 -21 -22s9 -21 21 -21s21 9 21 21s-9 22 -21 22zM320 427
1673
+ c-12 0 -21 -10 -21 -22s9 -21 21 -21s21 9 21 21s-9 22 -21 22zM427 384c24 0 42 -19 42 -43v-234c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v234c0 24 18 43 42 43h47c-2 7 -4 14 -4 21c0 35 29 64 64 64c22 0 41 -11 53 -28l11 -15l11 15c12 17 31 28 53 28
1674
+ c35 0 64 -29 64 -64c0 -7 -2 -14 -4 -21h47z" />
1675
+ <glyph glyph-name="redo" unicode="redo"
1676
+ d="M393 286l76 77v-192h-192l78 77c-30 25 -68 40 -110 40c-76 0 -140 -49 -162 -117l-50 16c29 89 113 154 212 154c57 0 109 -21 148 -55z" />
1677
+ <glyph glyph-name="refresh" unicode="refresh"
1678
+ d="M377 377l50 50v-150h-150l69 69c-23 23 -55 38 -90 38c-71 0 -128 -57 -128 -128s57 -128 128 -128c56 0 104 35 121 85h44c-19 -74 -85 -128 -165 -128c-94 0 -170 77 -170 171s76 171 170 171c47 0 90 -19 121 -50z" />
1679
+ <glyph glyph-name="remove" unicode="remove"
1680
+ d="M405 235h-298v42h298v-42z" />
1681
+ <glyph glyph-name="remove_circle" unicode="remove_circle"
1682
+ d="M363 235v42h-214v-42h214zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1683
+ <glyph glyph-name="remove_circle_outline" unicode="remove_circle_outline"
1684
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM149 277h214v-42h-214v42z" />
1685
+ <glyph glyph-name="remove_from_queue" unicode="remove_from_queue"
1686
+ d="M341 299v-43h-170v43h170zM448 149v256h-384v-256h384zM448 448c23 0 43 -19 43 -43l-1 -256c0 -23 -19 -42 -42 -42h-107v-43h-170v43h-107c-24 0 -43 19 -43 42v256c0 24 19 43 43 43h384z" />
1687
+ <glyph glyph-name="remove_red_eye" unicode="remove_red_eye"
1688
+ d="M256 320c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM256 149c59 0 107 48 107 107s-48 107 -107 107s-107 -48 -107 -107s48 -107 107 -107zM256 416c107 0 198 -66 235 -160c-37 -94 -128 -160 -235 -160s-198 66 -235 160c37 94 128 160 235 160z
1689
+ " />
1690
+ <glyph glyph-name="remove_shopping_cart" unicode="remove_shopping_cart"
1691
+ d="M149 128c23 0 43 -20 43 -43s-20 -42 -43 -42s-42 19 -42 42s19 43 42 43zM332 235l-192 192h287c12 0 21 -10 21 -22c0 -4 -1 -7 -3 -10l-76 -138c-7 -13 -21 -22 -37 -22zM158 192h108l-43 43h-50l-19 -35l-1 -3c0 -3 2 -5 5 -5zM485 27l-27 -27l-61 61
1692
+ c-8 -11 -20 -18 -34 -18c-23 0 -43 19 -43 42c0 14 7 27 18 35l-30 29h-159c-23 0 -42 20 -42 43c0 7 2 14 5 20l29 53l-47 99l-94 94l27 27z" />
1693
+ <glyph glyph-name="reorder" unicode="reorder"
1694
+ d="M64 405h384v-42h-384v42zM64 277v43h384v-43h-384zM64 107v42h384v-42h-384zM64 192v43h384v-43h-384z" />
1695
+ <glyph glyph-name="repeat" unicode="repeat"
1696
+ d="M363 149v86h42v-128h-256v-64l-85 85l85 85v-64h214zM149 363v-86h-42v128h256v64l85 -85l-85 -85v64h-214z" />
1697
+ <glyph glyph-name="repeat_one" unicode="repeat_one"
1698
+ d="M277 192h-32v85h-32v22l43 21h21v-128zM363 149v86h42v-128h-256v-64l-85 85l85 85v-64h214zM149 363v-86h-42v128h256v64l85 -85l-85 -85v64h-214z" />
1699
+ <glyph glyph-name="replay" unicode="replay"
1700
+ d="M256 405c94 0 171 -76 171 -170s-77 -171 -171 -171s-171 77 -171 171h43c0 -71 57 -128 128 -128s128 57 128 128s-57 128 -128 128v-86l-107 107l107 107v-86z" />
1701
+ <glyph glyph-name="replay_10" unicode="replay_&#x31;&#x30;"
1702
+ d="M282 188c0 -3.2653 6.32517 -7 10 -7c2 0 5 0 7 2l4 5s2 4 2 6v43c0 0 -2 4 -2 6c0 2.75261 -8.21183 7 -11 7c-2 0 -4 -1 -6 -3l-4 -4s-3 -4 -3 -6v-43s3 -4 3 -6zM324 209c0 -6 0 -13 -2 -17l-6 -13s-7 -6 -11 -6s-9 -2 -13 -2s-9 0 -13 2s-6 4 -10 6
1703
+ c-6.74403 3.37202 -9 19.7461 -9 30v15c0 6 0 13 2 17l7 13s6 6 10 6s9 2 13 2s9 0 13 -2s7 -4 11 -6s4 -7 6 -13s2 -11 2 -17v-15zM233 171h-20v70l-21 -6v15l38 12h3v-91zM256 405c94 0 171 -76 171 -170s-77 -171 -171 -171s-171 77 -171 171h43c0 -70 58 -128 128 -128
1704
+ s128 58 128 128s-58 128 -128 128v-86l-107 107l107 107v-86z" />
1705
+ <glyph glyph-name="replay_30" unicode="replay_&#x33;&#x30;"
1706
+ d="M286 188c0 -3.76553 6.92157 -7 11 -7c2 0 4 0 6 2l4 5s2 4 2 6v43c0 2 -2 4 -2 6c0 2.33563 -7.56075 7 -10 7c-2 0 -5 -1 -7 -3l-4 -4s-2 -4 -2 -6v-43s2 -4 2 -6zM326 209c0 -6 0 -13 -2 -17l-6 -13s-7 -6 -11 -6s-9 -2 -13 -2c-10.126 0 -16.1493 4.57466 -23 8
1707
+ c-4 2 -4 7 -6 13s-3 11 -3 17v15c0 6 1 13 3 17l6 13s7 6 11 6s8 2 12 2s9 0 13 -2s7 -4 11 -6s4 -7 6 -13s2 -11 2 -17v-15zM213 224c8.11936 0 15 4.95913 15 13v4s-2 2 -2 4s-2 2 -4 2h-11s-2 -2 -4 -2s-2 -2 -2 -4v-4h-22c0 9.89385 8.81974 23 18 23c2 0 8 2 10 2
1708
+ c8.67272 0 17.6319 -2.81597 24 -6c5.06488 -2.53244 8 -12.109 8 -19v-7s-2 -4 -2 -6s-2 -4 -4 -4s-5 -3 -7 -5c4 -2 9 -4 11 -8s4 -9 4 -13s0 -9 -2 -11s-4 -6 -6 -8s-7 -4 -11 -4s-9 -2 -13 -2s-8 0 -10 2s-7 2 -11 4c-5.58093 2.79046 -9 13.5084 -9 21h18v-4s2 -2 2 -4
1709
+ s2 -2 4 -2h11s2 2 4 2s2 2 2 4v11s-2 2 -2 4s-2 2 -4 2h-13v15h8zM256 405c94 0 171 -76 171 -170s-77 -171 -171 -171s-171 77 -171 171h43c0 -70 58 -128 128 -128s128 58 128 128s-58 128 -128 128v-86l-107 107l107 107v-86z" />
1710
+ <glyph glyph-name="replay_5" unicode="replay_&#x35;"
1711
+ d="M252 222c-1.79204 -0.716817 -7 -2.40231 -7 -4c0 -2 -2 -3 -2 -3h-15l5 47h51v-15h-37l-2 -19s2 0 2 2s3 1 3 3s2 0 4 0h4c4 0 9 -1 11 -3s6 -4 8 -6c4.43641 -4.43641 9 -13.6284 9 -23c0 -4 0 -9 -2 -11s-3 -7 -7 -11s-6 -4 -8 -6s-9 -2 -13 -2s-9 0 -11 2s-6 2 -10 4
1712
+ c-5.5956 2.7978 -9 11.277 -9 19h17c0 -7.40446 5.29508 -10 13 -10c2 0 4 0 6 2l5 4s2 4 2 6v13l-2 4l-5 5s-4 2 -6 2h-4zM256 405c94 0 171 -76 171 -170s-77 -171 -171 -171s-171 77 -171 171h43c0 -70 58 -128 128 -128s128 58 128 128s-58 128 -128 128v-86l-107 107
1713
+ l107 107v-86z" />
1714
+ <glyph glyph-name="reply" unicode="reply"
1715
+ d="M213 320c149 -21 214 -128 235 -235c-53 75 -128 109 -235 109v-87l-149 149l149 149v-85z" />
1716
+ <glyph glyph-name="reply_all" unicode="reply_all"
1717
+ d="M277 320c149 -21 214 -128 235 -235c-53 75 -128 109 -235 109v-87l-149 149l149 149v-85zM149 341l-85 -85l85 -85v-64l-149 149l149 149v-64z" />
1718
+ <glyph glyph-name="report" unicode="report"
1719
+ d="M277 235v128h-42v-128h42zM256 143c15 0 28 13 28 28s-13 27 -28 27s-28 -12 -28 -27s13 -28 28 -28zM336 448l112 -112v-160l-112 -112h-160l-112 112v160l112 112h160z" />
1720
+ <glyph glyph-name="report_problem" unicode="report_problem"
1721
+ d="M277 213v86h-42v-86h42zM277 128v43h-42v-43h42zM21 64l235 405l235 -405h-470z" />
1722
+ <glyph glyph-name="restaurant" unicode="restaurant"
1723
+ d="M341 384c0 38 48 85 107 85v-426h-53v170h-54v171zM235 320v149h42v-149c0 -45 -35 -82 -80 -85v-192h-53v192c-45 3 -80 40 -80 85v149h43v-149h42v149h43v-149h43z" />
1724
+ <glyph glyph-name="restaurant_menu" unicode="restaurant_menu"
1725
+ d="M317 266l-31 -31l147 -147l-30 -30l-147 147l-147 -147l-30 30l208 208c-15 33 -4 79 30 113c41 41 99 48 130 17s24 -90 -17 -131c-34 -34 -80 -44 -113 -29zM173 227l-90 90c-33 33 -33 87 0 120l150 -149z" />
1726
+ <glyph glyph-name="restore" unicode="restore"
1727
+ d="M256 341h32v-90l75 -45l-16 -26l-91 55v106zM277 448c106 0 192 -86 192 -192s-86 -192 -192 -192c-53 0 -100 21 -135 56l30 31c27 -27 64 -44 105 -44c83 0 150 66 150 149s-67 149 -150 149s-149 -66 -149 -149h64l-86 -86l-2 3l-83 83h64c0 106 86 192 192 192z" />
1728
+ <glyph glyph-name="restore_page" unicode="restore_page"
1729
+ d="M256 128c59 0 107 48 107 107s-48 106 -107 106c-38 0 -71 -20 -90 -49l-27 28v-85h85l-34 34c12 24 37 40 66 40c41 0 75 -33 75 -74s-34 -75 -75 -75c-25 0 -48 13 -61 32h-37c16 -38 54 -64 98 -64zM299 469l128 -128v-256c0 -23 -20 -42 -43 -42h-256
1730
+ c-23 0 -43 19 -43 42l1 342c0 23 19 42 42 42h171z" />
1731
+ <glyph glyph-name="ring_volume" unicode="ring_volume"
1732
+ d="M137 303c0 0 -74 74 -76 75l30 31l76 -76zM277 469v-106h-42v106h42zM451 378c-2 -1 -76 -75 -76 -75l-30 30l76 76zM506 156c4 -4 6 -9 6 -15s-2 -11 -6 -15l-53 -53c-4 -4 -9 -6 -15 -6s-11 2 -15 6c-17 16 -36 30 -57 40c-7 3 -12 11 -12 19v66c-31 10 -64 15 -98 15
1733
+ s-67 -5 -98 -15v-66c0 -9 -5 -17 -12 -20c-21 -10 -40 -23 -57 -39c-4 -4 -9 -6 -15 -6s-11 2 -15 6l-53 53c-4 4 -6 9 -6 15s2 11 6 15c65 62 153 100 250 100s185 -38 250 -100z" />
1734
+ <glyph glyph-name="room" unicode="room"
1735
+ d="M256 267c29 0 53 24 53 53s-24 53 -53 53s-53 -24 -53 -53s24 -53 53 -53zM256 469c83 0 149 -66 149 -149c0 -112 -149 -277 -149 -277s-149 165 -149 277c0 83 66 149 149 149z" />
1736
+ <glyph glyph-name="room_service" unicode="room_service"
1737
+ d="M295 346c83 -17 147 -88 153 -175h-384c6 87 70 158 153 175c-2 5 -4 11 -4 17c0 23 20 42 43 42s43 -19 43 -42c0 -6 -2 -12 -4 -17zM43 149h426v-42h-426v42z" />
1738
+ <glyph glyph-name="rotate_90_degrees_ccw" unicode="rotate_&#x39;&#x30;_degrees_ccw"
1739
+ d="M413 370c75 -75 75 -196 0 -271c-37 -38 -87 -56 -136 -56c-32 0 -63 8 -92 24l32 31c19 -9 39 -13 60 -13c38 0 77 15 106 44c58 58 58 153 0 211c-29 29 -68 44 -106 44v-69l-90 90l90 91v-69c49 0 99 -19 136 -57zM79 237l78 -78l78 78l-78 78zM157 375l138 -138
1740
+ l-138 -138l-139 138z" />
1741
+ <glyph glyph-name="rotate_left" unicode="rotate_left"
1742
+ d="M277 425c84 -10 150 -82 150 -169s-66 -159 -150 -169v43c61 10 107 63 107 126s-46 116 -107 126v-83l-97 95l97 97v-66zM151 121l31 31c16 -12 34 -19 53 -22v-43c-30 4 -59 15 -84 34zM130 235c3 -19 10 -37 21 -53l-30 -30c-19 25 -30 53 -34 83h43zM152 330
1743
+ c-11 -16 -19 -34 -22 -53h-43c4 30 16 58 35 83z" />
1744
+ <glyph glyph-name="rotate_right" unicode="rotate_right"
1745
+ d="M360 182c12 16 19 34 22 53h43c-4 -30 -15 -58 -34 -83zM277 130c19 3 37 10 53 22l31 -31c-25 -19 -54 -30 -84 -34v43zM425 277h-43c-3 19 -10 37 -22 53l31 30c19 -25 30 -53 34 -83zM332 394l-97 -95v83c-61 -10 -107 -63 -107 -126s46 -116 107 -126v-43
1746
+ c-84 10 -150 82 -150 169s66 159 150 169v66z" />
1747
+ <glyph glyph-name="rounded_corner" unicode="rounded_corner"
1748
+ d="M448 341v-106h-43v106c0 35 -29 64 -64 64h-106v43h106c59 0 107 -48 107 -107zM64 64v43h43v-43h-43zM149 64v43h43v-43h-43zM235 64v43h42v-43h-42zM149 405v43h43v-43h-43zM64 405v43h43v-43h-43zM64 320v43h43v-43h-43zM64 149v43h43v-43h-43zM64 235v42h43v-42h-43z
1749
+ M405 149v43h43v-43h-43zM405 107h43v-43h-43v43z" />
1750
+ <glyph glyph-name="router" unicode="router"
1751
+ d="M320 128v43h-43v-43h43zM245 128v43h-42v-43h42zM171 128v43h-43v-43h43zM405 235c23 0 43 -20 43 -43v-85c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v85c0 23 20 43 43 43h213v85h43v-85h42zM412 369l-17 -17c-15 15 -35 21 -54 21s-38 -6 -53 -21l-17 17
1752
+ c19 19 44 30 70 30s52 -11 71 -30zM431 386c-26 23 -58 36 -90 36s-63 -13 -89 -36l-17 17c30 30 68 45 106 45s77 -15 107 -45z" />
1753
+ <glyph glyph-name="rowing" unicode="rowing"
1754
+ d="M448 64l-64 -64l-64 64v32l-151 151c-7 -1 -14 -1 -20 -1v46c35 -1 77 18 100 43l30 33c7.60688 7.60688 20.1539 16 35 16h1c26 0 48 -22 48 -48v-123c0 -18 -8 -34 -20 -46l-76 76v49c-13 -11 -31 -22 -49 -30l134 -134h32zM320 491c23 0 43 -20 43 -43
1755
+ s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM181 203l54 -54h-43l-75 -74l-32 32z" />
1756
+ <glyph glyph-name="rss_feed" unicode="rss_feed"
1757
+ d="M85 297c117 0 212 -95 212 -212h-61c0 83 -68 151 -151 151v61zM85 417c183 0 332 -149 332 -332h-60c0 150 -122 272 -272 272v60zM85 132c0 26 21 46 47 46s46 -20 46 -46s-20 -47 -46 -47s-47 21 -47 47z" />
1758
+ <glyph glyph-name="rv_hookup" unicode="rv_hookup"
1759
+ d="M363 469l64 -64l-64 -64v43h-171v43h171v42zM384 213v64h-85v-64h85zM235 85c12 0 21 10 21 22s-9 21 -21 21s-22 -9 -22 -21s10 -22 22 -22zM427 149h42v-42h-170c0 -35 -29 -64 -64 -64s-64 29 -64 64h-43c-23 0 -43 19 -43 42v64h150v64h-86v-42l-64 64l64 64v-43h235
1760
+ c23 0 43 -20 43 -43v-128z" />
1761
+ <glyph glyph-name="satellite" unicode="satellite"
1762
+ d="M107 128h298l-96 128l-74 -96l-54 64zM107 256c83 0 149 67 149 150h-43c0 -59 -47 -107 -106 -107v-43zM107 406v-65c35 0 64 30 64 65h-64zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298z" />
1763
+ <glyph glyph-name="save" unicode="save"
1764
+ d="M320 320v85h-213v-85h213zM256 107c35 0 64 29 64 64s-29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64zM363 448l85 -85v-256c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h256z" />
1765
+ <glyph glyph-name="scanner" unicode="scanner"
1766
+ d="M405 149v43h-213v-43h213zM149 149v43h-42v-43h42zM422 284c15 -4 26 -22 26 -39v-117c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v85c0 23 20 43 43 43h268l-300 109l15 40z" />
1767
+ <glyph glyph-name="schedule" unicode="schedule"
1768
+ d="M267 363v-112l96 -57l-16 -27l-112 68v128h32zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1769
+ <glyph glyph-name="school" unicode="school"
1770
+ d="M256 448l235 -128v-171h-43v148l-192 -105l-235 128zM107 231l149 -82l149 82v-86l-149 -81l-149 81v86z" />
1771
+ <glyph glyph-name="screen_lock_landscape" unicode="screen_lock_landscape"
1772
+ d="M230 299v-22h52v22c0 14 -12 25 -26 25s-26 -11 -26 -25zM213 171c-12 0 -21 9 -21 21v64c0 12 9 21 21 21v22c0 23 19 42 43 42c23 0 43 -18 43 -42v-22c12 0 21 -9 21 -21v-64c0 -12 -9 -21 -21 -21h-86zM405 149v214h-298v-214h298zM448 405c23 0 43 -19 43 -42v-214
1773
+ c0 -23 -20 -42 -43 -42h-384c-23 0 -43 19 -43 42v214c0 23 20 42 43 42h384z" />
1774
+ <glyph glyph-name="screen_lock_portrait" unicode="screen_lock_portrait"
1775
+ d="M363 107v298h-214v-298h214zM363 491c23 0 42 -20 42 -43v-384c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v384c0 23 19 43 42 43h214zM230 299v-22h52v22c0 14 -12 25 -26 25s-26 -11 -26 -25zM213 171c-12 0 -21 9 -21 21v64c0 12 9 21 21 21v22
1776
+ c0 23 19 42 43 42c23 0 43 -18 43 -42v-22c12 0 21 -9 21 -21v-64c0 -12 -9 -21 -21 -21h-86z" />
1777
+ <glyph glyph-name="screen_lock_rotation" unicode="screen_lock_rotation"
1778
+ d="M358 459v-11h73v11c0 20 -16 36 -36 36s-37 -16 -37 -36zM341 320c-12 0 -21 9 -21 21v86c0 12 9 21 21 21v11c0 29 25 53 54 53s53 -24 53 -53v-11c12 0 21 -9 21 -21v-86c0 -12 -9 -21 -21 -21h-107zM181 75l28 28l81 -81l-14 -1c-134 0 -244 104 -255 235h32
1779
+ c8 -80 58 -148 128 -181zM496 240c13 -12 13 -33 0 -46l-136 -135c-12 -13 -32 -13 -45 0l-256 256c-13 12 -13 32 0 45l135 136c12 13 33 13 46 0l52 -52l-30 -30l-45 44l-121 -120l242 -242l120 121l-47 47l30 30z" />
1780
+ <glyph glyph-name="screen_rotation" unicode="screen_rotation"
1781
+ d="M160 54l29 28l81 -81l-14 -1c-134 0 -244 104 -255 235h32c8 -80 57 -148 127 -181zM316 60l136 136l-256 256l-136 -136zM218 475l257 -257c13 -12 13 -32 0 -45l-136 -136c-12 -13 -32 -13 -45 0l-257 257c-13 12 -13 32 0 45l136 136c12 13 32 13 45 0zM352 458
1782
+ l-29 -28l-81 81l14 1c134 0 244 -104 255 -235h-32c-8 80 -57 148 -127 181z" />
1783
+ <glyph glyph-name="screen_share" unicode="screen_share"
1784
+ d="M277 203l86 80l-86 80v-46c-83 -12 -116 -68 -128 -125c30 40 69 58 128 58v-47zM427 128h85v-43h-512v43h85c-24 0 -42 20 -42 43v213c0 24 18 43 42 43h342c23 0 42 -19 42 -43v-213c0 -23 -19 -43 -42 -43z" />
1785
+ <glyph glyph-name="sd_card" unicode="sd_card"
1786
+ d="M384 341v86h-43v-86h43zM320 341v86h-43v-86h43zM256 341v86h-43v-86h43zM384 469c23 0 43 -19 43 -42v-342c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42l1 256l127 128h171z" />
1787
+ <glyph glyph-name="sd_storage" unicode="sd_storage"
1788
+ d="M384 341v86h-43v-86h43zM320 341v86h-43v-86h43zM256 341v86h-43v-86h43zM384 469c23 0 43 -19 43 -42v-342c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42l1 256l127 128h171z" />
1789
+ <glyph glyph-name="search" unicode="search"
1790
+ d="M203 213c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM331 213l106 -106l-32 -32l-106 106v17l-6 6c-24 -21 -56 -33 -90 -33c-77 0 -139 61 -139 138s62 139 139 139s138 -62 138 -139c0 -34 -12 -66 -33 -90l6 -6h17z" />
1791
+ <glyph glyph-name="security" unicode="security"
1792
+ d="M256 491l192 -86v-128c0 -118 -82 -229 -192 -256c-110 27 -192 138 -192 256v128zM256 256v-191c79 25 138 103 149 191h-149zM256 256v188l-149 -66v-122h149z" />
1793
+ <glyph glyph-name="select_all" unicode="select_all"
1794
+ d="M192 320v-128h128v128h-128zM149 149v214h214v-214h-214zM320 405v43h43v-43h-43zM320 64v43h43v-43h-43zM405 149v43h43v-43h-43zM405 320v43h43v-43h-43zM405 64v43h43c0 -23 -20 -43 -43 -43zM405 235v42h43v-42h-43zM235 64v43h42v-43h-42zM192 448v-43h-43v43h43z
1795
+ M64 149v43h43v-43h-43zM107 64c-23 0 -43 20 -43 43h43v-43zM405 448c23 0 43 -20 43 -43h-43v43zM277 448v-43h-42v43h42zM64 320v43h43v-43h-43zM149 64v43h43v-43h-43zM64 235v42h43v-42h-43zM64 405c0 23 20 43 43 43v-43h-43z" />
1796
+ <glyph glyph-name="send" unicode="send"
1797
+ d="M43 64v149l320 43l-320 43v149l448 -192z" />
1798
+ <glyph glyph-name="sentiment_dissatisfied" unicode="sentiment_dissatisfied"
1799
+ d="M256 213c50 0 92 -30 109 -74h-35c-15 25 -42 42 -74 42s-59 -17 -74 -42h-35c17 44 59 74 109 74zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213
1800
+ s95 213 213 213zM149 309c0 18 14 32 32 32s32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32zM299 309c0 18 14 32 32 32s32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32z" />
1801
+ <glyph glyph-name="sentiment_neutral" unicode="sentiment_neutral"
1802
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM149 309c0 18 14 32 32 32s32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32zM299 309
1803
+ c0 18 14 32 32 32s32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32zM192 213h128v-32h-128v32z" />
1804
+ <glyph glyph-name="sentiment_satisfied" unicode="sentiment_satisfied"
1805
+ d="M256 171c32 0 59 17 74 42h35c-17 -44 -59 -74 -109 -74s-92 30 -109 74h35c15 -25 42 -42 74 -42zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213
1806
+ s95 213 213 213zM149 309c0 18 14 32 32 32s32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32zM299 309c0 18 14 32 32 32s32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32z" />
1807
+ <glyph glyph-name="sentiment_very_dissatisfied" unicode="sentiment_very_dissatisfied"
1808
+ d="M256 213c50 0 92 -30 109 -74h-218c17 44 59 74 109 74zM167 256l-23 23l23 22l-23 23l23 22l22 -22l23 22l23 -22l-23 -23l23 -22l-23 -23l-23 23zM345 346l23 -22l-23 -23l23 -22l-23 -23l-22 23l-23 -23l-23 23l23 22l-23 23l23 22l23 -22zM256 85
1809
+ c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1810
+ <glyph glyph-name="sentiment_very_satisfied" unicode="sentiment_very_satisfied"
1811
+ d="M256 139c-50 0 -92 30 -109 74h218c-17 -44 -59 -74 -109 -74zM189 300l-22 -23l-23 23l45 45l46 -45l-23 -23zM277 300l46 45l45 -45l-23 -23l-22 23l-23 -23zM256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469
1812
+ c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1813
+ <glyph glyph-name="settings" unicode="settings"
1814
+ d="M256 181c41 0 75 34 75 75s-34 75 -75 75s-75 -34 -75 -75s34 -75 75 -75zM415 235l45 -35c4 -3 5 -9 2 -14l-43 -74c-3 -5 -8 -6 -13 -4l-53 21c-11 -8 -23 -16 -36 -21l-8 -56c-1 -5 -5 -9 -10 -9h-86c-5 0 -9 4 -10 9l-8 56c-13 5 -25 12 -36 21l-53 -21
1815
+ c-5 -2 -10 -1 -13 4l-43 74c-3 5 -2 11 2 14l45 35c-1 7 -1 14 -1 21s0 14 1 21l-45 35c-4 3 -5 9 -2 14l43 74c3 5 8 6 13 4l53 -21c11 8 23 16 36 21l8 56c1 5 5 9 10 9h86c5 0 9 -4 10 -9l8 -56c13 -5 25 -12 36 -21l53 21c5 2 10 1 13 -4l43 -74c3 -5 2 -11 -2 -14
1816
+ l-45 -35c1 -7 1 -14 1 -21s0 -14 -1 -21z" />
1817
+ <glyph glyph-name="settings_applications" unicode="settings_applications"
1818
+ d="M368 256c0 5 0 10 -1 15l32 24c3 2 3 7 1 10l-30 52c-2 3 -6 4 -9 3l-37 -15c-8 6 -16 11 -25 15l-6 39c-1 3 -3 6 -7 6h-60c-4 0 -6 -2 -7 -6l-6 -40c-9 -4 -17 -8 -25 -14l-37 15c-3 1 -7 -1 -9 -4l-30 -51c-2 -3 -2 -8 1 -10l32 -24c-1 -5 -1 -10 -1 -15s0 -10 1 -15
1819
+ l-32 -24c-3 -2 -3 -7 -1 -10l30 -52c2 -3 6 -4 9 -3l37 15c8 -6 16 -11 25 -15l6 -39c1 -3 3 -6 7 -6h60c4 0 6 2 7 6l6 40c9 4 17 8 25 14l37 -15c3 -1 7 1 9 4l30 51c2 3 2 8 -1 10l-32 24c1 5 1 10 1 15zM405 448c24 0 43 -20 43 -43v-298c0 -23 -19 -43 -43 -43h-298
1820
+ c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h298zM256 299c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43z" />
1821
+ <glyph glyph-name="settings_backup_restore" unicode="settings_backup_restore"
1822
+ d="M256 448c106 0 192 -86 192 -192s-86 -192 -192 -192c-44 0 -85 15 -117 40l30 30c25 -17 55 -27 87 -27c83 0 149 66 149 149s-66 149 -149 149s-149 -66 -149 -149h64l-86 -85l-85 85h64c0 106 86 192 192 192zM299 256c0 -23 -20 -43 -43 -43s-43 20 -43 43
1823
+ s20 43 43 43s43 -20 43 -43z" />
1824
+ <glyph glyph-name="settings_bluetooth" unicode="settings_bluetooth"
1825
+ d="M317 207l-40 40v-80zM277 430v-80l40 40zM378 390l-92 -91l92 -92l-122 -122h-21v162l-98 -98l-30 30l119 120l-119 119l30 30l98 -98v162h21zM320 0v43h43v-43h-43zM149 0v43h43v-43h-43zM235 0v43h42v-43h-42z" />
1826
+ <glyph glyph-name="settings_brightness" unicode="settings_brightness"
1827
+ d="M256 320v-128c35 0 64 29 64 64s-29 64 -64 64zM171 171v53l-32 32l32 32v53h53l32 32l32 -32h53v-53l32 -32l-32 -32v-53h-53l-32 -32l-32 32h-53zM448 106v300h-384v-300h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298
1828
+ c0 23 20 43 43 43h384z" />
1829
+ <glyph glyph-name="settings_cell" unicode="settings_cell"
1830
+ d="M341 171v256h-170v-256h170zM341 512c23 0 43 -20 43 -43v-341c0 -23 -20 -43 -43 -43h-170c-23 0 -43 20 -43 43v341c0 23 20 43 43 43h170zM320 0v43h43v-43h-43zM235 0v43h42v-43h-42zM149 0v43h43v-43h-43z" />
1831
+ <glyph glyph-name="settings_ethernet" unicode="settings_ethernet"
1832
+ d="M379 395l116 -139l-116 -139l-33 27l93 112l-93 112zM235 235v42h42v-42h-42zM363 277v-42h-43v42h43zM149 235v42h43v-42h-43zM166 368l-93 -112l93 -112l-33 -27l-116 139l116 139z" />
1833
+ <glyph glyph-name="settings_input_antenna" unicode="settings_input_antenna"
1834
+ d="M256 491c129 0 235 -106 235 -235h-43c0 106 -86 192 -192 192s-192 -86 -192 -192h-43c0 129 106 235 235 235zM277 207v-70l73 -73l-30 -30l-64 64l-64 -64l-30 30l73 73v70c-19 8 -32 27 -32 49c0 29 24 53 53 53s53 -24 53 -53c0 -22 -13 -41 -32 -49zM256 405
1835
+ c83 0 149 -66 149 -149h-42c0 59 -48 107 -107 107s-107 -48 -107 -107h-42c0 83 66 149 149 149z" />
1836
+ <glyph glyph-name="settings_input_component" unicode="settings_input_component"
1837
+ d="M363 171v42h128v-42c0 -28 -18 -51 -43 -60v-90h-43v90c-25 9 -42 32 -42 60zM277 469v-85h43v-128h-128v128h43v85c0 12 9 22 21 22s21 -10 21 -22zM448 384h43v-128h-128v128h42v85c0 12 10 22 22 22s21 -10 21 -22v-85zM21 171v42h128v-42c0 -28 -17 -51 -42 -60v-90
1838
+ h-43v90c-25 9 -43 32 -43 60zM192 171v42h128v-42c0 -28 -18 -51 -43 -60v-90h-42v90c-25 9 -43 32 -43 60zM107 469v-85h42v-128h-128v128h43v85c0 12 9 22 21 22s22 -10 22 -22z" />
1839
+ <glyph glyph-name="settings_input_composite" unicode="settings_input_composite"
1840
+ d="M363 171v42h128v-42c0 -28 -18 -51 -43 -60v-90h-43v90c-25 9 -42 32 -42 60zM277 469v-85h43v-128h-128v128h43v85c0 12 9 22 21 22s21 -10 21 -22zM448 384h43v-128h-128v128h42v85c0 12 10 22 22 22s21 -10 21 -22v-85zM21 171v42h128v-42c0 -28 -17 -51 -42 -60v-90
1841
+ h-43v90c-25 9 -43 32 -43 60zM192 171v42h128v-42c0 -28 -18 -51 -43 -60v-90h-42v90c-25 9 -43 32 -43 60zM107 469v-85h42v-128h-128v128h43v85c0 12 9 22 21 22s22 -10 22 -22z" />
1842
+ <glyph glyph-name="settings_input_hdmi" unicode="settings_input_hdmi"
1843
+ d="M171 427v-64h42v42h22v-42h42v42h22v-42h42v64h-170zM384 363h21v-128l-64 -128v-64h-170v64l-64 128v128h21v64c0 23 20 42 43 42h170c23 0 43 -19 43 -42v-64z" />
1844
+ <glyph glyph-name="settings_input_svideo" unicode="settings_input_svideo"
1845
+ d="M331 192c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM373 299c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM256 64c106 0 192 86 192 192s-86 192 -192 192s-192 -86 -192 -192s86 -192 192 -192zM256 491
1846
+ c129 0 235 -106 235 -235s-106 -235 -235 -235s-235 106 -235 235s106 235 235 235zM181 192c18 0 32 -14 32 -32s-14 -32 -32 -32s-32 14 -32 32s14 32 32 32zM320 373c0 -18 -14 -32 -32 -32h-64c-18 0 -32 14 -32 32s14 32 32 32h64c18 0 32 -14 32 -32zM171 267
1847
+ c0 -18 -14 -32 -32 -32s-32 14 -32 32s14 32 32 32s32 -14 32 -32z" />
1848
+ <glyph glyph-name="settings_overscan" unicode="settings_overscan"
1849
+ d="M448 106v300h-384v-300h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384zM299 171l-43 -54l-43 54h86zM128 299v-86l-53 43zM384 299l53 -43l-53 -43v86zM256 395l43 -54h-86z" />
1850
+ <glyph glyph-name="settings_phone" unicode="settings_phone"
1851
+ d="M405 320h43v-43h-43v43zM427 181c12 0 21 -9 21 -21v-75c0 -12 -9 -21 -21 -21c-200 0 -363 163 -363 363c0 12 9 21 21 21h75c12 0 21 -9 21 -21c0 -27 4 -52 12 -76c2 -7 1 -16 -5 -22l-47 -47c31 -60 81 -110 141 -141l47 47c6 6 15 7 22 5c24 -8 49 -12 76 -12z
1852
+ M363 320v-43h-43v43h43zM277 320v-43h-42v43h42z" />
1853
+ <glyph glyph-name="settings_power" unicode="settings_power"
1854
+ d="M320 0v43h43v-43h-43zM353 417c44 -31 74 -82 74 -140c0 -94 -77 -170 -171 -170s-171 76 -171 170c0 58 30 109 74 140l30 -30c-37 -23 -61 -64 -61 -110c0 -71 57 -128 128 -128s128 57 128 128c0 46 -25 87 -62 109zM277 469v-213h-42v213h42zM235 0v43h42v-43h-42z
1855
+ M149 0v43h43v-43h-43z" />
1856
+ <glyph glyph-name="settings_remote" unicode="settings_remote"
1857
+ d="M256 512c65 0 124 -26 166 -69l-30 -30c-35 35 -83 56 -136 56s-101 -21 -136 -56l-30 30c42 42 101 69 166 69zM150 383c27 27 65 44 106 44s79 -17 106 -44l-30 -30c-19 19 -47 31 -76 31s-57 -12 -76 -31zM256 192c23 0 43 20 43 43s-20 42 -43 42s-43 -19 -43 -42
1858
+ s20 -43 43 -43zM320 320c12 0 21 -9 21 -21v-256c0 -12 -9 -22 -21 -22h-128c-12 0 -21 10 -21 22v256c0 12 9 21 21 21h128z" />
1859
+ <glyph glyph-name="settings_system_daydream" unicode="settings_system_daydream"
1860
+ d="M448 106v300h-384v-300h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384zM192 171c-35 0 -64 29 -64 64c0 33 25 60 57 63h4c12 25 37 43 67 43c38 0 69 -28 74 -64h1c29 0 53 -24 53 -53
1861
+ s-24 -53 -53 -53h-139z" />
1862
+ <glyph glyph-name="settings_voice" unicode="settings_voice"
1863
+ d="M405 299c0 -73 -58 -134 -128 -144v-70h-42v70c-70 10 -128 71 -128 144h36c0 -64 54 -109 113 -109s113 45 113 109h36zM320 0v43h43v-43h-43zM235 0v43h42v-43h-42zM256 235c-35 0 -64 29 -64 64v128c0 35 29 64 64 64s64 -29 64 -64v-128c0 -35 -29 -64 -64 -64z
1864
+ M149 0v43h43v-43h-43z" />
1865
+ <glyph glyph-name="share" unicode="share"
1866
+ d="M384 169c34 0 62 -28 62 -62s-28 -63 -62 -63s-62 29 -62 63c0 5 0 10 1 14l-151 88c-12 -11 -27 -17 -44 -17c-35 0 -64 29 -64 64s29 64 64 64c17 0 32 -6 44 -17l150 87c-1 5 -2 10 -2 15c0 35 29 64 64 64s64 -29 64 -64s-29 -64 -64 -64c-17 0 -32 7 -44 18
1867
+ l-150 -88c1 -5 2 -10 2 -15s-1 -10 -2 -15l152 -88c11 10 26 16 42 16z" />
1868
+ <glyph glyph-name="shop" unicode="shop"
1869
+ d="M192 128l160 107l-160 85v-192zM213 427v-43h86v43h-86zM341 384h128v-277c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v277h128v43c0 24 18 42 42 42h86c24 0 42 -18 42 -42v-43z" />
1870
+ <glyph glyph-name="shop_two" unicode="shop_two"
1871
+ d="M256 192l117 85l-117 64v-149zM256 448v-43h85v43h-85zM384 405h107v-234c0 -24 -19 -43 -43 -43h-299c-24 0 -42 19 -42 43v234h106v43c0 24 19 43 43 43h85c24 0 43 -19 43 -43v-43zM64 320v-235h341c0 -24 -18 -42 -42 -42h-299c-24 0 -43 18 -43 42v235h43z" />
1872
+ <glyph glyph-name="shopping_basket" unicode="shopping_basket"
1873
+ d="M256 149c23 0 43 20 43 43s-20 43 -43 43s-43 -20 -43 -43s20 -43 43 -43zM192 320h128l-64 94zM367 320h102c12 0 22 -9 22 -21c-17.3126 -69.0207 -36.8524 -135.814 -55 -204c-5 -18 -21 -31 -41 -31h-278c-20 0 -36 13 -41 31l-54 198c-1 2 -1 4 -1 6
1874
+ c0 12 10 21 22 21h102l93 140c4 6 11 9 18 9s14 -3 18 -9z" />
1875
+ <glyph glyph-name="shopping_cart" unicode="shopping_cart"
1876
+ d="M363 128c23 0 42 -20 42 -43s-19 -42 -42 -42s-43 19 -43 42s20 43 43 43zM21 469h70l20 -42h316c12 0 21 -10 21 -22c0 -4 -1 -7 -3 -10l-76 -138c-7 -13 -21 -22 -37 -22h-159l-19 -35l-1 -3c0 -3 2 -5 5 -5h247v-43h-256c-23 0 -42 20 -42 43c0 7 2 14 5 20l29 53
1877
+ l-77 162h-43v42zM149 128c23 0 43 -20 43 -43s-20 -42 -43 -42s-42 19 -42 42s19 43 42 43z" />
1878
+ <glyph glyph-name="short_text" unicode="short_text"
1879
+ d="M85 235h214v-43h-214v43zM85 320h342v-43h-342v43z" />
1880
+ <glyph glyph-name="show_chart" unicode="show_chart"
1881
+ d="M75 118l-32 32l160 160l85 -86l151 170l30 -30l-181 -204l-85 86z" />
1882
+ <glyph glyph-name="shuffle" unicode="shuffle"
1883
+ d="M316 226l67 -67l44 44v-118h-118l44 44l-67 67zM309 427h118v-118l-44 44l-268 -268l-30 30l268 268zM226 316l-30 -30l-111 111l30 30z" />
1884
+ <glyph glyph-name="signal_cellular_4_bar" unicode="signal_cellular_&#x34;_bar"
1885
+ d="M43 43l426 426v-426h-426z" />
1886
+ <glyph glyph-name="signal_cellular_connected_no_internet_4_bar" unicode="signal_cellular_connected_no_internet_&#x34;_bar"
1887
+ d="M43 43l426 426v-128h-85v-298h-341zM427 43v42h42v-42h-42zM427 128v171h42v-171h-42z" />
1888
+ <glyph glyph-name="signal_cellular_no_sim" unicode="signal_cellular_no_sim"
1889
+ d="M78 429l373 -372l-28 -28l-40 41c-6 -3 -13 -6 -20 -6h-214c-23 0 -42 20 -42 43v239l-56 56zM405 405v-249l-242 242l50 50h150c23 0 42 -20 42 -43z" />
1890
+ <glyph glyph-name="signal_cellular_null" unicode="signal_cellular_null"
1891
+ d="M469 469v-426h-426zM427 366l-281 -281h281v281z" />
1892
+ <glyph glyph-name="signal_cellular_off" unicode="signal_cellular_off"
1893
+ d="M102 416l367 -368l-27 -27l-42 43h-379l189 189l-135 136zM448 491v-367l-183 183z" />
1894
+ <glyph glyph-name="signal_wifi_4_bar" unicode="signal_wifi_&#x34;_bar"
1895
+ d="M256 54l-248 309c10 7 105 85 248 85s238 -78 248 -85z" />
1896
+ <glyph glyph-name="signal_wifi_4_bar_lock" unicode="signal_wifi_&#x34;_bar_lock"
1897
+ d="M331 203v-56l-75 -94l-247 310c9 6 104 85 247 85s238 -79 247 -85l-44 -56c-6 2 -13 2 -22 2c-60 0 -106 -46 -106 -106zM469 171v32c0 17 -15 32 -32 32s-32 -15 -32 -32v-32h64zM491 171c11 0 21 -11 21 -22v-85c0 -11 -10 -21 -21 -21h-107c-11 0 -21 10 -21 21v85
1898
+ c0 11 10 22 21 22v32c0 30 23 53 53 53s54 -23 54 -53v-32z" />
1899
+ <glyph glyph-name="signal_wifi_off" unicode="signal_wifi_off"
1900
+ d="M70 481c122.302 -122.698 245.474 -244.526 367 -368l-27 -27l-71 71l-83 -103l-248 309c5 4 32 26 78 47l-43 44zM504 363l-116 -145l-221 220c27 6 57 10 89 10c143 0 238 -78 248 -85z" />
1901
+ <glyph glyph-name="sim_card" unicode="sim_card"
1902
+ d="M363 192v85h-43v-85h43zM277 235v42h-42v-42h42zM277 107v85h-42v-85h42zM192 192v85h-43v-85h43zM363 107v42h-43v-42h43zM192 107v42h-43v-42h43zM426 427l1 -342c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42v256l128 128h171c23 0 42 -19 42 -42z" />
1903
+ <glyph glyph-name="sim_card_alert" unicode="sim_card_alert"
1904
+ d="M277 235v106h-42v-106h42zM277 149v43h-42v-43h42zM384 469c23 0 43 -19 43 -42v-342c0 -23 -20 -42 -43 -42h-256c-23 0 -43 19 -43 42l1 256l127 128h171z" />
1905
+ <glyph glyph-name="skip_next" unicode="skip_next"
1906
+ d="M341 384h43v-256h-43v256zM128 128v256l181 -128z" />
1907
+ <glyph glyph-name="skip_previous" unicode="skip_previous"
1908
+ d="M203 256l181 128v-256zM128 384h43v-256h-43v256z" />
1909
+ <glyph glyph-name="slideshow" unicode="slideshow"
1910
+ d="M405 107v298h-298v-298h298zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h298zM213 341l107 -85l-107 -85v170z" />
1911
+ <glyph glyph-name="slow_motion_video" unicode="slow_motion_video"
1912
+ d="M469 256c0 -110 -84 -201 -191 -212v43c84 11 149 83 149 169s-65 158 -149 169v43c107 -11 191 -102 191 -212zM121 91l30 30c24 -18 53 -30 84 -34v-43c-43 4 -82 21 -114 47zM87 235c4 -31 16 -60 34 -83l-30 -31c-26 32 -43 71 -47 114h43zM121 361
1913
+ c-18 -24 -30 -53 -34 -84h-43c4 43 21 82 47 114zM235 425c-31 -4 -60 -16 -84 -34l-30 30c32 26 71 43 114 47v-43zM278 303l63 -47c-42.8195 -31.8471 -85.479 -63.8543 -128 -96z" />
1914
+ <glyph glyph-name="smartphone" unicode="smartphone"
1915
+ d="M363 107v298h-214v-298h214zM363 490c23 0 42 -19 42 -42v-384c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v384c0 23 19 43 42 43z" />
1916
+ <glyph glyph-name="smoke_free" unicode="smoke_free"
1917
+ d="M363 172l-63 63h63v-63zM309 326c-39 0 -71 33 -71 72s32 71 71 71v-32c-22 0 -39 -15 -39 -37s17 -43 39 -43h33c40 0 74 -29 74 -67v-34h-32v27c0 28 -20 43 -42 43h-33zM402 408c40 -19 67 -60 67 -108v-44h-32v44c0 48 -37 87 -85 87v32c22 0 39 18 39 40h32
1918
+ c0 -20 -8 -38 -21 -51zM384 235h32v-64h-32v64zM437 235h32v-64h-32v64zM43 384l26 27l363 -363l-27 -27l-149 150h-213v64h149z" />
1919
+ <glyph glyph-name="smoking_rooms" unicode="smoking_rooms"
1920
+ d="M342 294c40 0 74 -28 74 -67v-35h-32v28c0 28 -20 43 -42 43h-33c-39 0 -71 33 -71 72s32 71 71 71v-32c-22 0 -39 -15 -39 -37s17 -43 39 -43h33zM402 347c40 -19 67 -60 67 -107v-48h-32v48c0 48 -37 86 -85 86v32c22 0 39 18 39 40s-17 39 -39 39v32
1921
+ c39 0 71 -32 71 -71c0 -20 -8 -38 -21 -51zM384 171h32v-64h-32v64zM437 171h32v-64h-32v64zM43 171h320v-64h-320v64z" />
1922
+ <glyph glyph-name="sms" unicode="sms"
1923
+ d="M363 277v43h-43v-43h43zM277 277v43h-42v-43h42zM192 277v43h-43v-43h43zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
1924
+ <glyph glyph-name="sms_failed" unicode="sms_failed"
1925
+ d="M277 299v85h-42v-85h42zM277 213v43h-42v-43h42zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
1926
+ <glyph glyph-name="snooze" unicode="snooze"
1927
+ d="M192 277v43h128v-38l-77 -90h77v-43h-128v39l77 89h-77zM256 85c83 0 149 67 149 150s-66 149 -149 149s-149 -66 -149 -149s66 -150 149 -150zM256 427c106 0 192 -86 192 -192s-86 -192 -192 -192s-192 86 -192 192s86 192 192 192zM469 390l-27 -33l-98 83l27 32z
1928
+ M168 440l-98 -82l-27 32l98 82z" />
1929
+ <glyph glyph-name="sort" unicode="sort"
1930
+ d="M64 235v42h256v-42h-256zM64 384h384v-43h-384v43zM64 128v43h128v-43h-128z" />
1931
+ <glyph glyph-name="sort_by_alpha" unicode="sort_by_alpha"
1932
+ d="M336 168h130v-34h-182v27l126 183h-125v34h177v-27zM106 221h83l-42 111zM130 378h35l96 -244h-39l-20 52h-109l-20 -52h-39zM219 99h99l-50 -50zM319 413h-101l50 50z" />
1933
+ <glyph glyph-name="spa" unicode="spa"
1934
+ d="M330 307c-27 -15 -52 -34 -74 -57c-22 23 -47 42 -74 57c5 59 29 116 75 162c45 -45 69 -102 73 -162zM43 299c95.1702 0 171.746 -54.2229 213 -117c41.2966 62.8426 117.856 117 213 117c0 -113 -71 -209 -171 -245c-14 -5 -27 -8 -42 -11c-15 2 -29 6 -42 11
1935
+ c-100 36 -171 132 -171 245z" />
1936
+ <glyph glyph-name="space_bar" unicode="space_bar"
1937
+ d="M384 320h43v-128h-342v128h43v-85h256v85z" />
1938
+ <glyph glyph-name="speaker" unicode="speaker"
1939
+ d="M256 256c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM256 85c59 0 107 48 107 107s-48 107 -107 107s-107 -48 -107 -107s48 -107 107 -107zM256 427c-24 0 -43 -20 -43 -43s19 -43 43 -43c23 0 43 20 43 43s-20 43 -43 43zM363 469
1940
+ c23 0 42 -19 42 -42v-342c0 -23 -19 -42 -42 -42h-214c-23 0 -42 19 -42 42v342c0 23 19 42 42 42h214z" />
1941
+ <glyph glyph-name="speaker_group" unicode="speaker_group"
1942
+ d="M128 405v-341h213v-43h-213c-24 0 -43 20 -43 43v341h43zM245 245c0 29 25 54 54 54s53 -25 53 -54s-24 -53 -53 -53s-54 24 -54 53zM299 160c47 0 85 38 85 85s-38 86 -85 86s-86 -39 -86 -86s39 -85 86 -85zM299 448c-23 0 -43 -19 -43 -43s20 -42 43 -42s42 18 42 42
1943
+ s-19 43 -42 43zM388 491c21 0 39 -18 39 -39v-307c0 -21 -18 -38 -39 -38h-179c-21 0 -38 17 -38 38v307c0 21 17 39 38 39h179z" />
1944
+ <glyph glyph-name="speaker_notes" unicode="speaker_notes"
1945
+ d="M384 341v43h-171v-43h171zM384 277v43h-171v-43h171zM320 213v43h-107v-43h107zM171 341v43h-43v-43h43zM171 277v43h-43v-43h43zM171 213v43h-43v-43h43zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
1946
+ <glyph glyph-name="speaker_notes_off" unicode="speaker_notes_off"
1947
+ d="M427 469c23 0 42 -19 42 -42v-256c0 -23 -18 -42 -41 -43l-149 149h105v43h-148l-21 21h169v43h-171v-41l-126 126h340zM128 277h43l-43 43v-43zM171 213v43h-43v-43h43zM27 475l442 -442l-27 -27l-122 122h-192l-85 -85v362l-43 43z" />
1948
+ <glyph glyph-name="speaker_phone" unicode="speaker_phone"
1949
+ d="M320 85v171h-128v-171h128zM317 298c13 0 24 -11 24 -24v-207c0 -13 -11 -24 -24 -24h-122c-13 0 -24 11 -24 24v207c0 13 11 25 24 25zM256 491c64 0 123 -27 165 -69l-30 -30c-35 35 -82 56 -135 56s-100 -21 -135 -56l-30 30c42 42 101 69 165 69zM149 361
1950
+ c27 27 65 44 107 44s80 -17 107 -44l-31 -30c-19 19 -46 31 -76 31s-57 -12 -76 -31z" />
1951
+ <glyph glyph-name="spellcheck" unicode="spellcheck"
1952
+ d="M461 265l30 -30l-203 -203l-108 109l30 30l78 -79zM137 277h88l-44 118zM266 171l-25 64h-120l-24 -64h-45l109 277h40l109 -277h-44z" />
1953
+ <glyph glyph-name="star" unicode="star"
1954
+ d="M256 144l-132 -80l35 150l-116 101l153 13l60 141l60 -141l153 -13l-116 -101l35 -150z" />
1955
+ <glyph glyph-name="star_border" unicode="star_border"
1956
+ d="M256 183l80 -48l-21 91l71 62l-94 8l-36 86l-36 -86l-94 -8l71 -62l-21 -91zM469 315l-116 -101l35 -150l-132 80l-132 -80l35 150l-116 101l153 13l60 141l60 -141z" />
1957
+ <glyph glyph-name="star_half" unicode="star_half"
1958
+ d="M256 183l80 -48l-21 91l71 62l-94 8l-36 86v-199zM469 315l-116 -101l35 -150l-132 80l-132 -80l35 150l-116 101l153 13l60 141l60 -141z" />
1959
+ <glyph glyph-name="stars" unicode="stars"
1960
+ d="M346 128l-24 103l80 69l-105 9l-41 96l-41 -97l-105 -8l80 -69l-24 -103l90 54zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
1961
+ <glyph glyph-name="stay_current_landscape" unicode="stay_current_landscape"
1962
+ d="M405 363h-298v-214h298v214zM22 363c0 23 19 42 42 42h384c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-384c-23 0 -43 19 -43 42z" />
1963
+ <glyph glyph-name="stay_current_portrait" unicode="stay_current_portrait"
1964
+ d="M363 107v298h-214v-298h214zM363 490c23 0 42 -19 42 -42v-384c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v384c0 23 19 43 42 43z" />
1965
+ <glyph glyph-name="stay_primary_landscape" unicode="stay_primary_landscape"
1966
+ d="M405 363h-298v-214h298v214zM22 363c0 23 19 42 42 42h384c23 0 43 -19 43 -42v-214c0 -23 -20 -42 -43 -42h-384c-23 0 -43 19 -43 42z" />
1967
+ <glyph glyph-name="stay_primary_portrait" unicode="stay_primary_portrait"
1968
+ d="M363 107v298h-214v-298h214zM363 490c23 0 42 -19 42 -42v-384c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v384c0 23 19 43 42 43z" />
1969
+ <glyph glyph-name="stop" unicode="stop"
1970
+ d="M128 384h256v-256h-256v256z" />
1971
+ <glyph glyph-name="stop_screen_share" unicode="stop_screen_share"
1972
+ d="M149 192c20 28 45 44 78 52l-34 34c-25 -24 -37 -54 -44 -86zM51 475l421 -421l-27 -27l-58 58h-387v43h85c-24 0 -42 19 -42 42v214c0 13 5 23 14 31l-33 33zM469 170c0 -16 -9 -30 -22 -37l-118 118l34 32l-86 79v-45c-4 -1 -7 -1 -11 -2l-112 111h273
1973
+ c23 0 42 -18 42 -42v-214zM453 128h59v-43h-17z" />
1974
+ <glyph glyph-name="storage" unicode="storage"
1975
+ d="M85 277v-42h43v42h-43zM43 213v86h426v-86h-426zM128 363v42h-43v-42h43zM43 427h426v-86h-426v86zM85 149v-42h43v42h-43zM43 85v86h426v-86h-426z" />
1976
+ <glyph glyph-name="store" unicode="store"
1977
+ d="M256 128v85h-128v-85h128zM448 213h-21v-128h-43v128h-85v-128h-214v128h-21v43l21 107h342l21 -107v-43zM427 427v-43h-342v43h342z" />
1978
+ <glyph glyph-name="store_mall_directory" unicode="store_mall_directory"
1979
+ d="M256 128v85h-128v-85h128zM448 213h-21v-128h-43v128h-85v-128h-214v128h-21v43l21 107h342l21 -107v-43zM427 427v-43h-342v43h342z" />
1980
+ <glyph glyph-name="straighten" unicode="straighten"
1981
+ d="M448 171v170h-43v-85h-42v85h-43v-85h-43v85h-42v-85h-43v85h-43v-85h-42v85h-43v-170h384zM448 384c23 0 43 -20 43 -43v-170c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v170c0 23 20 43 43 43h384z" />
1982
+ <glyph glyph-name="streetview" unicode="streetview"
1983
+ d="M245 384c0 -38 16 -73 41 -98l-209 -209c-8 8 -13 18 -13 30v298c0 23 20 43 43 43h154c-10 -19 -16 -41 -16 -64zM277 384c0 59 48 107 107 107s107 -48 107 -107s-48 -107 -107 -107s-107 48 -107 107zM268 206c32 24 73 39 116 39c22 0 44 -4 64 -11v-127
1984
+ c0 -23 -20 -43 -43 -43h-149v117c0 10 5 19 12 25z" />
1985
+ <glyph glyph-name="strikethrough_s" unicode="strikethrough_s"
1986
+ d="M200 232c0 -38.1216 24.1545 -54 62 -54c26.1564 0 49 10.6702 49 36c0 23.9161 -12.6848 29.3424 -30 38c-3 1 -8 3 -12 4h-205v43h384v-43h-83c1 -2 3 -5 4 -7c4 -10 7 -22 7 -35c0 -46.2545 -30.1882 -69.4824 -67 -80c-14 -4 -29 -6 -46 -6c-10 0 -21 1 -31 3
1987
+ c-21.9156 4.38312 -40.6035 10.4527 -56 22c-22.8363 17.1272 -39 39.9131 -39 79h63zM311 352c0 30.7771 -19.602 45 -51 45c-22.5729 0 -39.6285 -7.25692 -47 -22c-2 -4 -3 -9 -3 -14c0 -10 6 -19 16 -26c8 -5 16 -10 30 -15h-98c-1 2 -3 3 -4 5c-6 10 -8 22 -8 36
1988
+ c0 28.7417 14.9303 49.3443 32 63c20.5411 14.3788 47.8126 24 83 24c35.0657 0 64.1326 -10.0193 83 -27c17.5603 -15.8042 31 -37.9468 31 -69h-64z" />
1989
+ <glyph glyph-name="style" unicode="style"
1990
+ d="M125 91v135l74 -178h-31c-23 0 -43 20 -43 43zM168 325c12 0 21 10 21 22s-9 21 -21 21s-21 -9 -21 -21s9 -22 21 -22zM470 172c9 -22 -1 -47 -23 -56l-157 -65c-5 -2 -11 -3 -17 -3c-17 0 -32 10 -39 26l-106 256c-2 6 -3 11 -3 17c0 16 10 31 26 38l158 65
1991
+ c6 2 11 3 17 3c16 0 31 -10 38 -26zM54 93c-22 9 -32 33 -23 55l52 125v-192z" />
1992
+ <glyph glyph-name="subdirectory_arrow_left" unicode="subdirectory_arrow_left"
1993
+ d="M235 320l30 -30l-77 -77h196v214h43v-256h-239l77 -77l-30 -30l-128 128z" />
1994
+ <glyph glyph-name="subdirectory_arrow_right" unicode="subdirectory_arrow_right"
1995
+ d="M405 192l-128 -128l-30 30l77 77h-239v256h43v-214h196l-77 77l30 30z" />
1996
+ <glyph glyph-name="subject" unicode="subject"
1997
+ d="M85 405h342v-42h-342v42zM85 192v43h342v-43h-342zM427 320v-43h-342v43h342zM299 149v-42h-214v42h214z" />
1998
+ <glyph glyph-name="subscriptions" unicode="subscriptions"
1999
+ d="M341 171l-128 69v-139zM469 256v-171c0 -23 -19 -42 -42 -42h-342c-23 0 -42 19 -42 42v171c0 23 19 43 42 43h342c23 0 42 -20 42 -43zM384 469v-42h-256v42h256zM427 341h-342v43h342v-43z" />
2000
+ <glyph glyph-name="subtitles" unicode="subtitles"
2001
+ d="M427 213v43h-214v-43h214zM427 128v43h-86v-43h86zM299 128v43h-214v-43h214zM85 256v-43h86v43h-86zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342z" />
2002
+ <glyph glyph-name="subway" unicode="subway"
2003
+ d="M384 173v147c0 56 -57 64 -128 64c-64 0 -128 -8 -128 -64v-147c0 -31 25 -56 56 -56l-24 -24v-8h36l32 32h60l32 -32h32v8l-24 24c31 0 56 25 56 56zM380 452c57 -22 89 -69 89 -129v-280h-426v280c0 60 32 107 89 129c38 15 84 17 124 17s86 -2 124 -17zM150 320h213
2004
+ v-107h-213v107zM160 171c0 12 9 21 21 21s22 -9 22 -21s-10 -22 -22 -22s-21 10 -21 22zM309 171c0 12 10 21 22 21s21 -9 21 -21s-9 -22 -21 -22s-22 10 -22 22z" />
2005
+ <glyph glyph-name="supervisor_account" unicode="supervisor_account"
2006
+ d="M192 235c14 0 32 -2 51 -6c-44 -24 -51 -56 -51 -74v-48h-149v53c0 50 99 75 149 75zM352 213c39 0 117 -19 117 -58v-48h-234v48c0 39 78 58 117 58zM192 277c-35 0 -64 29 -64 64s29 64 64 64s64 -29 64 -64s-29 -64 -64 -64zM352 256c-29 0 -53 24 -53 53s24 54 53 54
2007
+ s53 -25 53 -54s-24 -53 -53 -53z" />
2008
+ <glyph glyph-name="surround_sound" unicode="surround_sound"
2009
+ d="M256 299c23 0 43 -20 43 -43s-20 -43 -43 -43s-43 20 -43 43s20 43 43 43zM377 135c33 33 50 77 50 121s-17 88 -50 121l-31 -31c25 -25 38 -57 38 -90s-12 -66 -37 -91zM256 171c47 0 85 38 85 85s-38 85 -85 85s-85 -38 -85 -85s38 -85 85 -85zM166 166
2010
+ c-25 25 -38 57 -38 90s12 66 37 91l-30 30c-33 -33 -50 -77 -50 -121s17 -88 50 -121zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342z" />
2011
+ <glyph glyph-name="swap_calls" unicode="swap_calls"
2012
+ d="M384 427l85 -86h-64v-149c0 -47 -38 -85 -85 -85s-85 38 -85 85v149c0 23 -20 43 -43 43s-43 -20 -43 -43v-149h64l-85 -85l-85 85h64v149c0 47 38 86 85 86s85 -39 85 -86v-149c0 -23 20 -43 43 -43s43 20 43 43v149h-64z" />
2013
+ <glyph glyph-name="swap_horiz" unicode="swap_horiz"
2014
+ d="M448 320l-85 -85v64h-150v42h150v64zM149 277v-64h150v-42h-150v-64l-85 85z" />
2015
+ <glyph glyph-name="swap_vert" unicode="swap_vert"
2016
+ d="M192 448l85 -85h-64v-150h-42v150h-64zM341 149h64l-85 -85l-85 85h64v150h42v-150z" />
2017
+ <glyph glyph-name="swap_vertical_circle" unicode="swap_vertical_circle"
2018
+ d="M373 192h-53v85h-43v-85h-53l75 -75zM139 320h53v-85h43v85h53l-75 75zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
2019
+ <glyph glyph-name="switch_camera" unicode="switch_camera"
2020
+ d="M320 181l75 75l-75 75v-54h-128v54l-75 -75l75 -75v54h128v-54zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h68l39 42h128l39 -42h68z" />
2021
+ <glyph glyph-name="switch_video" unicode="switch_video"
2022
+ d="M277 181l75 75l-75 75v-54h-128v54l-74 -75l74 -75v54h128v-54zM384 309l85 86v-278l-85 86v-75c0 -12 -9 -21 -21 -21h-299c-12 0 -21 9 -21 21v256c0 12 9 21 21 21h299c12 0 21 -9 21 -21v-75z" />
2023
+ <glyph glyph-name="sync" unicode="sync"
2024
+ d="M256 128v64l85 -85l-85 -86v64c-94 0 -171 77 -171 171c0 33 10 65 27 91l31 -31c-10 -18 -15 -38 -15 -60c0 -71 57 -128 128 -128zM256 427c94 0 171 -77 171 -171c0 -33 -10 -65 -27 -91l-31 31c10 18 15 38 15 60c0 71 -57 128 -128 128v-64l-85 85l85 86v-64z" />
2025
+ <glyph glyph-name="sync_disabled" unicode="sync_disabled"
2026
+ d="M427 427l-51 -51c31 -31 51 -73 51 -120c0 -33 -10 -64 -26 -90l-32 31c9 18 15 38 15 59c0 35 -15 67 -38 90l-47 -47v128h128zM61 397l27 27l335 -336l-27 -27l-50 50c-15 -9 -31 -16 -48 -20v44c6 2 12 5 17 8l-172 172c-9 -18 -15 -38 -15 -59c0 -35 15 -67 38 -90
2027
+ l47 47v-128h-128l51 51c-31 31 -51 73 -51 120c0 33 10 64 26 90zM213 377c-6 -2 -11 -5 -16 -8l-31 32c15 9 30 16 47 20v-44z" />
2028
+ <glyph glyph-name="sync_problem" unicode="sync_problem"
2029
+ d="M235 235v128h42v-128h-42zM448 427l-50 -51c31 -31 50 -73 50 -120c0 -80 -54 -146 -128 -165v44c50 17 85 65 85 121c0 35 -14 67 -37 90l-48 -47v128h128zM235 149v43h42v-43h-42zM64 256c0 80 54 146 128 165v-44c-50 -17 -85 -65 -85 -121c0 -35 14 -67 37 -90l48 47
2030
+ v-128h-128l50 51c-31 31 -50 73 -50 120z" />
2031
+ <glyph glyph-name="system_update" unicode="system_update"
2032
+ d="M341 235l-85 -86l-85 86h64v106h42v-106h64zM363 107v298h-214v-298h214zM363 490c23 0 42 -19 42 -42v-384c0 -23 -19 -43 -42 -43h-214c-23 0 -42 20 -42 43v384c0 23 19 43 42 43z" />
2033
+ <glyph glyph-name="system_update_alt" unicode="system_update_alt"
2034
+ d="M448 437c23 0 43 -19 43 -42v-299c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v299c0 23 20 42 43 42h128v-42h-128v-299h384v299h-128v42h128zM256 160l-85 85h64v192h42v-192h64z" />
2035
+ <glyph glyph-name="tab" unicode="tab"
2036
+ d="M448 107v213h-171v85h-213v-298h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384z" />
2037
+ <glyph glyph-name="tab_unselected" unicode="tab_unselected"
2038
+ d="M363 64v43h42v-43h-42zM277 64v43h43v-43h-43zM448 235v42h43v-42h-43zM448 64v43h43c0 -23 -20 -43 -43 -43zM107 405v43h42v-43h-42zM107 64v43h42v-43h-42zM192 405v43h43v-43h-43zM448 149v43h43v-43h-43zM448 448c23 0 43 -20 43 -43v-85h-214v128h171zM64 64
2039
+ c-23 0 -43 20 -43 43h43v-43zM21 149v43h43v-43h-43zM192 64v43h43v-43h-43zM21 405c0 23 20 43 43 43v-43h-43zM21 235v42h43v-42h-43zM21 320v43h43v-43h-43z" />
2040
+ <glyph glyph-name="tablet" unicode="tablet"
2041
+ d="M405 128v256h-298v-256h298zM448 427c23 0 43 -20 43 -43l-1 -256c0 -23 -19 -43 -42 -43h-384c-23 0 -43 20 -43 43v256c0 23 20 43 43 43h384z" />
2042
+ <glyph glyph-name="tablet_android" unicode="tablet_android"
2043
+ d="M411 107v341h-310v-341h310zM299 43v21h-86v-21h86zM384 512c35 0 64 -29 64 -64v-384c0 -35 -29 -64 -64 -64h-256c-35 0 -64 29 -64 64v384c0 35 29 64 64 64h256z" />
2044
+ <glyph glyph-name="tablet_mac" unicode="tablet_mac"
2045
+ d="M405 107v341h-320v-341h320zM245 21c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM395 512c29 0 53 -24 53 -53v-406c0 -29 -24 -53 -53 -53h-299c-29 0 -53 24 -53 53v406c0 29 24 53 53 53h299z" />
2046
+ <glyph glyph-name="tag_faces" unicode="tag_faces"
2047
+ d="M256 139c-50 0 -92 30 -109 74h218c-17 -44 -59 -74 -109 -74zM181 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM331 277c-18 0 -32 14 -32 32s14 32 32 32s32 -14 32 -32s-14 -32 -32 -32zM256 85c94 0 171 77 171 171s-77 171 -171 171
2048
+ s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
2049
+ <glyph glyph-name="tap_and_play" unicode="tap_and_play"
2050
+ d="M363 490c23 0 42 -19 42 -42v-363c0 -23 -19 -42 -42 -42h-45c-2 30 -9 58 -20 85h65v277h-214v-128c-14 6 -27 11 -42 14v157c0 23 19 43 42 43zM43 256c130 0 234 -105 234 -235h-42c0 106 -86 192 -192 192v43zM43 85c35 0 64 -29 64 -64h-64v64zM43 171
2051
+ c83 0 149 -67 149 -150h-43c0 59 -47 107 -106 107v43z" />
2052
+ <glyph glyph-name="terrain" unicode="terrain"
2053
+ d="M299 384l192 -256h-470l128 171l96 -128l34 25l-60 81z" />
2054
+ <glyph glyph-name="text_fields" unicode="text_fields"
2055
+ d="M459 320v-64h-64v-149h-64v149h-64v64h192zM53 427h278v-64h-107v-256h-64v256h-107v64z" />
2056
+ <glyph glyph-name="text_format" unicode="text_format"
2057
+ d="M256 384l-40 -107h80zM203 239l-20 -47h-44l101 235h32l101 -235h-44l-20 47h-106zM107 149h298v-42h-298v42z" />
2058
+ <glyph glyph-name="textsms" unicode="textsms"
2059
+ d="M363 277v43h-43v-43h43zM277 277v43h-42v-43h42zM192 277v43h-43v-43h43zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
2060
+ <glyph glyph-name="texture" unicode="texture"
2061
+ d="M198 64l250 250v-61l-189 -189h-61zM448 107c0 -22.9739 -20.0355 -43 -43 -43h-42l85 85v-42zM107 448h42l-85 -85v42c0 23 20 43 43 43zM253 448h61l-250 -250v61zM416 446c15 -4 27 -15 31 -30l-351 -350c-14.6749 4.19283 -25.8059 15.3206 -30 30z" />
2062
+ <glyph glyph-name="theaters" unicode="theaters"
2063
+ d="M384 320v43h-43v-43h43zM384 235v42h-43v-42h43zM384 149v43h-43v-43h43zM171 320v43h-43v-43h43zM171 235v42h-43v-42h43zM171 149v43h-43v-43h43zM384 448h43v-384h-43v43h-43v-43h-170v43h-43v-43h-43v384h43v-43h43v43h170v-43h43v43z" />
2064
+ <glyph glyph-name="thumb_down" unicode="thumb_down"
2065
+ d="M405 448h86v-256h-86v256zM320 448c23 0 43 -20 43 -43v-213c0 -12 -5 -22 -13 -30l-140 -141l-23 23c-6 6 -9 13 -9 22v7l21 98h-135c-23 0 -43 19 -43 42l1 2h-1v41c0 6 1 11 3 16l65 150c6 15 21 26 39 26h192z" />
2066
+ <glyph glyph-name="thumb_up" unicode="thumb_up"
2067
+ d="M491 299l-1 -2h1v-41c0 -6 -1 -11 -3 -16l-65 -150c-6 -15 -21 -26 -39 -26h-192c-23 0 -43 20 -43 43v213c0 12 5 22 13 30l140 141l23 -23c6 -6 9 -13 9 -22v-7l-21 -98h135c23 0 43 -19 43 -42zM21 64v256h86v-256h-86z" />
2068
+ <glyph glyph-name="thumbs_up_down" unicode="thumbs_up_down"
2069
+ d="M480 299c18 0 32 -14 32 -32v-139c0 -9 -3 -17 -9 -23l-106 -105l-17 17c-4 4 -7 10 -7 17c4.95149 24.3818 10.0081 48.6586 15 73h-111c-12 0 -21 9 -21 21v27c0 4 1 7 2 11l49 113c5 11 16 20 29 20h144zM256 384v-27c0 -4 -1 -7 -2 -11l-49 -113
2070
+ c-5 -11 -16 -20 -29 -20h-144c-18 0 -32 14 -32 32v139c0 9 3 17 9 23l106 105l17 -17c4 -4 7 -10 7 -17c-4.95149 -24.3818 -10.0081 -48.6586 -15 -73h111c12 0 21 -9 21 -21z" />
2071
+ <glyph glyph-name="time_to_leave" unicode="time_to_leave"
2072
+ d="M107 299h298l-32 96h-234zM373 192c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM139 192c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM404 405l44 -128v-170c0 -12 -9 -22 -21 -22h-22c-12 0 -21 10 -21 22v21h-256v-21
2073
+ c0 -12 -9 -22 -21 -22h-22c-12 0 -21 10 -21 22v170l44 128c4 13 17 22 31 22h234c14 0 27 -9 31 -22z" />
2074
+ <glyph glyph-name="timelapse" unicode="timelapse"
2075
+ d="M256 85c94 0 171 77 171 171s-77 171 -171 171s-171 -77 -171 -171s77 -171 171 -171zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213zM346 346c50 -50 51 -130 1 -180s-131 -50 -181 0l90 90v128c33 0 65 -13 90 -38z" />
2076
+ <glyph glyph-name="timeline" unicode="timeline"
2077
+ d="M491 341c0 -23 -20 -42 -43 -42c-4 0 -8 0 -11 1l-76 -76c1 -3 2 -7 2 -11c0 -23 -20 -42 -43 -42s-43 19 -43 42c0 4 1 8 2 11l-55 55c-3 -1 -7 -2 -11 -2s-8 1 -11 2l-97 -97c1 -3 2 -7 2 -11c0 -23 -20 -43 -43 -43s-43 20 -43 43s20 42 43 42c4 0 8 0 11 -1l97 97
2078
+ c-1 3 -1 7 -1 11c0 23 19 43 42 43s43 -20 43 -43c0 -4 0 -8 -1 -11l54 -54c3 1 7 1 11 1s8 0 11 -1l76 75c-1 3 -2 7 -2 11c0 23 20 43 43 43s43 -20 43 -43z" />
2079
+ <glyph glyph-name="timer" unicode="timer"
2080
+ d="M256 85c83 0 149 67 149 150s-66 149 -149 149s-149 -66 -149 -149s66 -150 149 -150zM406 354c26 -33 42 -74 42 -119c0 -106 -86 -192 -192 -192s-192 86 -192 192s86 192 192 192c45 0 87 -17 120 -43l30 31c11 -9 21 -19 30 -30zM235 213v128h42v-128h-42zM320 491
2081
+ v-43h-128v43h128z" />
2082
+ <glyph glyph-name="timer_10" unicode="timer_&#x31;&#x30;"
2083
+ d="M275 230v54c0 23.1679 -2.28229 40.1372 -10 53c-5.32529 10.6506 -15.2041 15 -30 15c-6 0 -13 -1 -18 -3c-19.376 -11.6256 -23 -33.9937 -23 -66v-53c0 -13 0 -24 2 -33s6 -15 9 -21c5.59145 -11.1829 14.1701 -16 30 -16c15.4236 0 24.6161 5.23229 30 16
2084
+ c3 6 6 12 8 21s2 20 2 33zM152 277c0 64.1175 20.6864 109 83 109c25.9331 0 47.8484 -8.37646 60 -24c15.2136 -19.5604 22 -48.5586 22 -85v-41c0 -63.9076 -19.6435 -110 -82 -110c-62.0914 0 -83 46.0788 -83 110v41zM436 289c-16.3185 0 -30 -6.67853 -30 -23
2085
+ c0 -14.5467 7.81248 -15.525 19 -20c5 -2 12 -4 19 -5c11 -2 19 -5 28 -8s16 -8 22 -12s10 -10 13 -16s5 -12 5 -21c0 -30.9206 -20.0931 -44.031 -44 -52c-9 -3 -19 -4 -30 -4c-35.9519 0 -63.4589 14.4041 -74 39c-3 7 -5 14 -5 22h41c0 -21.2888 17.0766 -30 38 -30
2086
+ c18.6968 0 33 5.89308 33 23c0 13.5739 -8.51234 16.8049 -19 21c-12.7341 5.09362 -34.9088 9.09079 -48 14c-8 3 -14 7 -20 11c-11.0546 7.36974 -19 18.5758 -19 36c0 27.5628 20.3776 44.7925 42 52c9 3 18 4 29 4c40.9316 0 75 -19.1355 75 -59h-42
2087
+ c0 12.2774 -7.84356 22.4609 -18 25c-4 1 -10 3 -15 3zM0 347l101 37h6v-256h-43v205l-64 -22v36z" />
2088
+ <glyph glyph-name="timer_3" unicode="timer_&#x33;"
2089
+ d="M374 289c-15.9409 0 -31 -7.57315 -31 -23c0 -13.6828 9.30955 -15.7238 20 -20c5 -2 11 -4 18 -5c11 -2 20 -5 29 -8s16 -8 22 -12s10 -10 13 -16s5 -12 5 -21c0 -30.9206 -20.0931 -44.031 -44 -52c-9 -3 -20 -4 -31 -4c-35.3954 0 -62.613 14.7638 -73 39
2090
+ c-3 7 -5 14 -5 22h40c0 -20.4241 18.5387 -30 39 -30c18.6968 0 33 5.89308 33 23c0 13.5739 -8.51234 16.8049 -19 21c-5 2 -13 4 -21 6c-18.808 3.76159 -34.9505 10.3003 -48 19c-10.5283 7.01889 -18 19.4522 -18 36c0 27.5628 20.3776 44.7925 42 52c9 3 18 4 29 4
2091
+ c40.9316 0 75 -19.1355 75 -59h-42c0 13.019 -8.2055 22.3014 -19 25c-4 1 -9 3 -14 3zM215 259c24.7243 -9.2716 42 -25.484 42 -58c0 -25.5996 -8.85495 -43.6412 -24 -55c-14.0356 -12.0305 -34.4533 -20 -60 -20c-46.8771 0 -84 25.2474 -84 72h43
2092
+ c0 -11.5043 4.1483 -22.8612 11 -28c7.35188 -5.51391 17.5339 -10 30 -10c27.0755 0 42 14.0756 42 41c0 28.626 -17.0664 41 -46 41h-26v33h25c20.5078 0 35.1083 8.27068 41 23c2 5 2 10 2 16c0 24.8875 -12.4571 38 -38 38c-18.723 0 -29.7305 -7.46097 -36 -20
2093
+ c-2 -4 -3 -9 -3 -15h-42c0 34.3341 22.95 53.98 48 64c10 3 21 5 33 5c48.7123 0 80 -23.4793 80 -72c0 -28.4847 -18.378 -45.189 -38 -55z" />
2094
+ <glyph glyph-name="timer_off" unicode="timer_off"
2095
+ d="M256 85c27 0 53 8 75 21l-204 204c-13 -22 -20 -48 -20 -75c0 -83 66 -150 149 -150zM64 427l379 -379l-27 -27l-54 54c-31 -20 -67 -32 -106 -32c-106 0 -192 86 -192 192c0 39 12 76 32 106l-59 59zM235 311v30h42v-73zM320 491v-43h-128v43h128zM406 415l30 -30
2096
+ l-30 -31c26 -33 42 -74 42 -119c0 -39 -12 -76 -32 -106l-31 31c13 22 20 48 20 75c0 83 -66 149 -149 149c-27 0 -52 -7 -74 -20l-32 31c30 20 67 32 106 32c45 0 87 -16 120 -42z" />
2097
+ <glyph glyph-name="title" unicode="title"
2098
+ d="M107 427h298v-64h-117v-256h-64v256h-117v64z" />
2099
+ <glyph glyph-name="toc" unicode="toc"
2100
+ d="M405 235v42h43v-42h-43zM405 363h43v-43h-43v43zM405 149v43h43v-43h-43zM64 149v43h299v-43h-299zM64 235v42h299v-42h-299zM64 320v43h299v-43h-299z" />
2101
+ <glyph glyph-name="today" unicode="today"
2102
+ d="M149 299h107v-107h-107v107zM405 107v234h-298v-234h298zM405 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v298c0 23 19 43 43 43h21v43h43v-43h170v43h43v-43h21z" />
2103
+ <glyph glyph-name="toll" unicode="toll"
2104
+ d="M64 256c0 -56 35 -104 85 -121v-44c-74 19 -128 85 -128 165s54 146 128 165v-44c-50 -17 -85 -65 -85 -121zM320 128c71 0 128 57 128 128s-57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128zM320 427c94 0 171 -77 171 -171s-77 -171 -171 -171s-171 77 -171 171
2105
+ s77 171 171 171z" />
2106
+ <glyph glyph-name="tonality" unicode="tonality"
2107
+ d="M421 213c2 7 3 15 4 22h-148v-22h144zM389 149c5 7 11 15 15 22h-127v-22h112zM277 87c22 3 43 10 62 20h-62v-20zM277 299v-22h148c-1 7 -2 15 -4 22h-144zM277 363v-22h127c-4 7 -10 15 -15 22h-112zM277 425v-20h62c-19 10 -40 17 -62 20zM235 87v338
2108
+ c-84 -10 -150 -82 -150 -169s66 -159 150 -169zM256 469c118 0 213 -95 213 -213s-95 -213 -213 -213s-213 95 -213 213s95 213 213 213z" />
2109
+ <glyph glyph-name="touch_app" unicode="touch_app"
2110
+ d="M402 173c11 -5 19 -16 19 -29v-4l-16 -113c-2 -16 -15 -27 -31 -27h-145c-9 0 -16 3 -22 9l-106 106l17 17c4 4 10 7 17 7c2 0 3 -1 5 -1l73 -15v229c0 18 14 32 32 32s32 -14 32 -32v-128h17c4 0 7 -1 11 -2zM192 272c-26 17 -43 47 -43 80c0 53 43 96 96 96
2111
+ s96 -43 96 -96c0 -33 -16 -63 -42 -80v80c0 29 -25 53 -54 53s-53 -24 -53 -53v-80z" />
2112
+ <glyph glyph-name="toys" unicode="toys"
2113
+ d="M256 256c0 -64 -53 -117 -117 -117s-118 53 -118 117h235zM256 256c-64 0 -117 53 -117 117s53 118 117 118v-235zM256 256c64 0 117 -53 117 -117s-53 -118 -117 -118v235zM256 256c0 64 53 117 117 117s118 -53 118 -117h-235z" />
2114
+ <glyph glyph-name="track_changes" unicode="track_changes"
2115
+ d="M407 407c39 -39 62 -92 62 -151c0 -118 -95 -213 -213 -213s-213 95 -213 213s95 213 213 213h21v-176c13 -7 22 -21 22 -37c0 -23 -20 -43 -43 -43s-43 20 -43 43c0 16 9 30 22 37v45c-37 -10 -64 -42 -64 -82c0 -47 38 -85 85 -85s85 38 85 85c0 23 -10 44 -25 60
2116
+ l30 30c23 -23 38 -55 38 -90c0 -71 -57 -128 -128 -128s-128 57 -128 128c0 63 46 116 107 126v43c-84 -10 -150 -82 -150 -169c0 -94 77 -171 171 -171s171 77 171 171c0 47 -19 90 -50 121z" />
2117
+ <glyph glyph-name="traffic" unicode="traffic"
2118
+ d="M256 320c24 0 43 20 43 43c0 24 -20 42 -43 42c-24 0 -43 -18 -43 -42c0 -23 19 -43 43 -43zM256 213c24 0 43 20 43 43s-20 43 -43 43c-24 0 -43 -20 -43 -43s19 -43 43 -43zM256 107c24 0 43 19 43 42s-20 43 -43 43c-24 0 -43 -20 -43 -43s19 -42 43 -42zM427 299
2119
+ c0 -40 -27 -73 -64 -83v-24h64c0 -40 -27 -72 -64 -82v-25c0 -12 -10 -21 -22 -21h-170c-12 0 -22 9 -22 21v25c-37 10 -64 42 -64 82h64v24c-37 10 -64 43 -64 83h64v24c-37 10 -64 42 -64 82h64v22c0 12 10 21 22 21h170c12 0 22 -9 22 -21v-22h64c0 -40 -27 -72 -64 -82
2120
+ v-24h64z" />
2121
+ <glyph glyph-name="train" unicode="train"
2122
+ d="M352 149c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM277 299h107v85h-107v-85zM235 299v85h-107v-85h107zM160 149c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM256 469c94 0 171 -10 171 -85v-203c0 -41 -34 -74 -75 -74
2123
+ l32 -32v-11h-43l-42 43h-81l-42 -43h-48v11l32 32c-41 0 -75 33 -75 74v203c0 75 86 85 171 85z" />
2124
+ <glyph glyph-name="tram" unicode="tram"
2125
+ d="M363 213v107h-214v-107h214zM256 117c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM405 151c0 -36 -19 -66 -55 -66h2l32 -32v-10h-43l-42 42h-81l-42 -42h-48v10l34 34c-30 7 -55 33 -55 64v180c0 59 60 72 127 74l17 32h-102v32h214v-32h-70
2126
+ l-16 -32c73 -2 128 -14 128 -74v-180z" />
2127
+ <glyph glyph-name="transfer_within_a_station" unicode="transfer_within_a_station"
2128
+ d="M123 322l-59 -301h45l37 171l46 -43v-128h43v161l-44 44l13 64c28 -34 69 -55 116 -55v42c-39 0 -74 22 -93 53l-20 34c-7 13 -21 20 -36 20c-5 0 -11 -1 -16 -3l-112 -46v-100h42v71l38 16zM203 395c-23 0 -43 19 -43 42s20 43 43 43s42 -20 42 -43s-19 -42 -42 -42z
2129
+ M416 91v37l53 -53l-53 -54v38h-117v32h117zM352 181h117v-32h-117v-37l-53 53l53 54v-38z" />
2130
+ <glyph glyph-name="transform" unicode="transform"
2131
+ d="M213 341v43h128c23 0 43 -20 43 -43v-128h-43v128h-128zM469 128h-85v-43h43l-64 -64l-64 64h42v43h-170c-23 0 -43 20 -43 43v170h-85v43h85v43h-43l64 64l64 -64h-42v-256h298v-43z" />
2132
+ <glyph glyph-name="translate" unicode="translate"
2133
+ d="M339 149h69l-35 93zM395 299l96 -256h-43l-24 64h-101l-24 -64h-43l96 256h43zM275 191l-17 -44l-66 66l-107 -106l-30 30l109 107c-27 30 -48 62 -64 97h43c13 -25 29 -49 49 -71c31 34 54 73 68 114h-239v43h150v42h42v-42h150v-43h-63c-16 -50 -42 -98 -79 -139l-1 -1
2134
+ z" />
2135
+ <glyph glyph-name="trending_down" unicode="trending_down"
2136
+ d="M341 128l49 49l-104 104l-85 -85l-158 158l30 30l128 -128l85 85l134 -134l49 49v-128h-128z" />
2137
+ <glyph glyph-name="trending_flat" unicode="trending_flat"
2138
+ d="M469 256l-85 -85v64h-320v42h320v64z" />
2139
+ <glyph glyph-name="trending_up" unicode="trending_up"
2140
+ d="M341 384h128v-128l-49 49l-134 -134l-85 85l-128 -128l-30 30l158 158l85 -85l104 104z" />
2141
+ <glyph glyph-name="tune" unicode="tune"
2142
+ d="M320 320v128h43v-43h85v-42h-85v-43h-43zM448 235h-213v42h213v-42zM149 320h43v-128h-43v43h-85v42h85v43zM277 64h-42v128h42v-43h171v-42h-171v-43zM64 405h213v-42h-213v42zM64 149h128v-42h-128v42z" />
2143
+ <glyph glyph-name="turned_in" unicode="turned_in"
2144
+ d="M363 448c23 0 42 -20 42 -43v-341l-149 64l-149 -64v341c0 23 19 43 42 43h214z" />
2145
+ <glyph glyph-name="turned_in_not" unicode="turned_in_not"
2146
+ d="M363 128v277h-214v-277l107 47zM363 448c23 0 42 -20 42 -43v-341l-149 64l-149 -64v341c0 23 19 43 42 43h214z" />
2147
+ <glyph glyph-name="tv" unicode="tv"
2148
+ d="M448 149v256h-384v-256h384zM448 448c23 0 43 -20 43 -43l-1 -256c0 -23 -19 -42 -42 -42h-107v-43h-170v43h-107c-23 0 -43 19 -43 42v256c0 23 20 43 43 43h384z" />
2149
+ <glyph glyph-name="unarchive" unicode="unarchive"
2150
+ d="M109 405h294l-20 22h-256zM256 309l-117 -117h74v-43h86v43h74zM438 401c6 -7 10 -18 10 -28v-266c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v266c0 10 4 21 10 28l29 35c6 7 15 12 25 12h256c10 0 19 -5 25 -12z" />
2151
+ <glyph glyph-name="undo" unicode="undo"
2152
+ d="M267 341c99 0 182 -65 212 -154l-50 -16c-22 68 -86 117 -162 117c-42 0 -80 -15 -110 -40l78 -77h-192v192l76 -77c39 34 91 55 148 55z" />
2153
+ <glyph glyph-name="unfold_less" unicode="unfold_less"
2154
+ d="M354 397l-98 -98l-98 98l30 30l68 -68l68 68zM158 115l98 98l98 -98l-30 -30l-68 68l-68 -68z" />
2155
+ <glyph glyph-name="unfold_more" unicode="unfold_more"
2156
+ d="M256 124l68 68l30 -30l-98 -98l-98 98l30 30zM256 388l-68 -68l-30 30l98 98l98 -98l-30 -30z" />
2157
+ <glyph glyph-name="update" unicode="update"
2158
+ d="M267 341v-90l74 -45l-15 -26l-91 55v106h32zM448 296h-145l59 60c-58 58 -153 60 -211 2s-58 -150 0 -208s153 -58 211 0c29 29 43 62 43 104h43c0 -42 -18 -97 -56 -134c-75 -74 -197 -74 -272 0s-75 194 0 268s195 74 270 0l58 60v-152z" />
2159
+ <glyph glyph-name="usb" unicode="usb"
2160
+ d="M320 363h85v-86h-21v-42c0 -24 -19 -43 -43 -43h-64v-65c15 -8 26 -24 26 -42c0 -26 -21 -47 -47 -47s-47 21 -47 47c0 18 11 34 26 42v65h-64c-24 0 -43 19 -43 43v44c-15 8 -26 23 -26 41c0 26 21 47 47 47s47 -21 47 -47c0 -18 -10 -33 -25 -41v-44h64v170h-43l64 86
2161
+ l64 -86h-43v-170h64v42h-21v86z" />
2162
+ <glyph glyph-name="verified_user" unicode="verified_user"
2163
+ d="M213 149l171 171l-30 30l-141 -140l-55 55l-30 -30zM256 491l192 -86v-128c0 -118 -82 -229 -192 -256c-110 27 -192 138 -192 256v128z" />
2164
+ <glyph glyph-name="vertical_align_bottom" unicode="vertical_align_bottom"
2165
+ d="M85 107h342v-43h-342v43zM341 235l-85 -86l-85 86h64v213h42v-213h64z" />
2166
+ <glyph glyph-name="vertical_align_center" unicode="vertical_align_center"
2167
+ d="M85 277h342v-42h-342v42zM341 405l-85 -85l-85 85h64v86h42v-86h64zM171 107l85 85l85 -85h-64v-86h-42v86h-64z" />
2168
+ <glyph glyph-name="vertical_align_top" unicode="vertical_align_top"
2169
+ d="M85 448h342v-43h-342v43zM171 277l85 86l85 -86h-64v-213h-42v213h-64z" />
2170
+ <glyph glyph-name="vibration" unicode="vibration"
2171
+ d="M341 107v298h-170v-298h170zM352 448c18 0 32 -14 32 -32v-320c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v320c0 18 14 32 32 32h192zM405 149v214h43v-214h-43zM469 320h43v-128h-43v128zM64 149v214h43v-214h-43zM0 192v128h43v-128h-43z" />
2172
+ <glyph glyph-name="video_call" unicode="video_call"
2173
+ d="M299 235v42h-64v64h-43v-64h-64v-42h64v-64h43v64h64zM363 288l85 85v-234l-85 85v-75c0 -12 -10 -21 -22 -21h-256c-12 0 -21 9 -21 21v214c0 12 9 21 21 21h256c12 0 22 -9 22 -21v-75z" />
2174
+ <glyph glyph-name="video_label" unicode="video_label"
2175
+ d="M448 171v234h-384v-234h384zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384z" />
2176
+ <glyph glyph-name="video_library" unicode="video_library"
2177
+ d="M256 203l128 96l-128 96v-192zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-256c-23 0 -43 20 -43 43v256c0 23 20 42 43 42h256zM85 384v-299h299v-42h-299c-23 0 -42 19 -42 42v299h42z" />
2178
+ <glyph glyph-name="videocam" unicode="videocam"
2179
+ d="M363 288l85 85v-234l-85 85v-75c0 -12 -10 -21 -22 -21h-256c-12 0 -21 9 -21 21v214c0 12 9 21 21 21h256c12 0 22 -9 22 -21v-75z" />
2180
+ <glyph glyph-name="videocam_off" unicode="videocam_off"
2181
+ d="M70 469l378 -378l-27 -27l-68 68c-3 -2 -8 -4 -12 -4h-256c-12 0 -21 9 -21 21v214c0 12 9 21 21 21h16l-58 58zM448 373v-228l-239 239h132c12 0 22 -9 22 -21v-75z" />
2182
+ <glyph glyph-name="videogame_asset" unicode="videogame_asset"
2183
+ d="M416 256c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM331 192c18 0 32 14 32 32s-14 32 -32 32s-32 -14 -32 -32s14 -32 32 -32zM235 235v42h-64v64h-43v-64h-64v-42h64v-64h43v64h64zM448 384c23 0 43 -20 43 -43v-170c0 -23 -20 -43 -43 -43h-384
2184
+ c-23 0 -43 20 -43 43v170c0 23 20 43 43 43h384z" />
2185
+ <glyph glyph-name="view_agenda" unicode="view_agenda"
2186
+ d="M427 448c12 0 21 -9 21 -21v-128c0 -12 -9 -22 -21 -22h-363c-12 0 -21 10 -21 22v128c0 12 9 21 21 21h363zM427 235c12 0 21 -10 21 -22v-128c0 -12 -9 -21 -21 -21h-363c-12 0 -21 9 -21 21v128c0 12 9 22 21 22h363z" />
2187
+ <glyph glyph-name="view_array" unicode="view_array"
2188
+ d="M171 128v277h192v-277h-192zM384 405h64v-277h-64v277zM85 128v277h64v-277h-64z" />
2189
+ <glyph glyph-name="view_carousel" unicode="view_carousel"
2190
+ d="M384 384h85v-235h-85v235zM43 149v235h85v-235h-85zM149 107v320h214v-320h-214z" />
2191
+ <glyph glyph-name="view_column" unicode="view_column"
2192
+ d="M341 405h107v-277h-107v277zM85 128v277h107v-277h-107zM213 128v277h107v-277h-107z" />
2193
+ <glyph glyph-name="view_comfy" unicode="view_comfy"
2194
+ d="M384 405h85v-85h-85v85zM384 107v85h85v-85h-85zM277 107v85h86v-85h-86zM171 107v85h85v-85h-85zM64 107v85h85v-85h-85zM384 213v86h85v-86h-85zM277 405h86v-85h-86v85zM171 320v85h85v-85h-85zM277 213v86h86v-86h-86zM171 213v86h85v-86h-85zM64 213v86h85v-86h-85z
2195
+ M64 320v85h85v-85h-85z" />
2196
+ <glyph glyph-name="view_compact" unicode="view_compact"
2197
+ d="M64 405h405v-128h-405v128zM213 107v149h256v-149h-256zM64 107v149h128v-149h-128z" />
2198
+ <glyph glyph-name="view_day" unicode="view_day"
2199
+ d="M43 448h405v-64h-405v64zM427 341c12 0 21 -9 21 -21v-128c0 -12 -9 -21 -21 -21h-363c-12 0 -21 9 -21 21v128c0 12 9 21 21 21h363zM43 64v64h405v-64h-405z" />
2200
+ <glyph glyph-name="view_headline" unicode="view_headline"
2201
+ d="M85 405h342v-42h-342v42zM85 277v43h342v-43h-342zM85 107v42h342v-42h-342zM85 192v43h342v-43h-342z" />
2202
+ <glyph glyph-name="view_list" unicode="view_list"
2203
+ d="M192 405h256v-85h-256v85zM192 107v85h256v-85h-256zM192 213v86h256v-86h-256zM85 320v85h86v-85h-86zM85 107v85h86v-85h-86zM85 213v86h86v-86h-86z" />
2204
+ <glyph glyph-name="view_module" unicode="view_module"
2205
+ d="M341 405h107v-128h-107v128zM213 277v128h107v-128h-107zM341 128v128h107v-128h-107zM213 128v128h107v-128h-107zM85 128v128h107v-128h-107zM85 277v128h107v-128h-107z" />
2206
+ <glyph glyph-name="view_quilt" unicode="view_quilt"
2207
+ d="M213 405h235v-128h-235v128zM341 128v128h107v-128h-107zM85 128v277h107v-277h-107zM213 128v128h107v-128h-107z" />
2208
+ <glyph glyph-name="view_stream" unicode="view_stream"
2209
+ d="M85 405h363v-128h-363v128zM85 128v128h363v-128h-363z" />
2210
+ <glyph glyph-name="view_week" unicode="view_week"
2211
+ d="M277 405c12 0 22 -9 22 -21v-256c0 -12 -10 -21 -22 -21h-64c-12 0 -21 9 -21 21v256c0 12 9 21 21 21h64zM427 405c12 0 21 -9 21 -21v-256c0 -12 -9 -21 -21 -21h-64c-12 0 -22 9 -22 21v256c0 12 10 21 22 21h64zM128 405c12 0 21 -9 21 -21v-256
2212
+ c0 -12 -9 -21 -21 -21h-64c-12 0 -21 9 -21 21v256c0 12 9 21 21 21h64z" />
2213
+ <glyph glyph-name="vignette" unicode="vignette"
2214
+ d="M256 128c94 0 171 57 171 128s-77 128 -171 128s-171 -57 -171 -128s77 -128 171 -128zM448 448c23 0 43 -20 43 -43v-298c0 -23 -20 -43 -43 -43h-384c-23 0 -43 20 -43 43v298c0 23 20 43 43 43h384z" />
2215
+ <glyph glyph-name="visibility" unicode="visibility"
2216
+ d="M256 320c35 0 64 -29 64 -64s-29 -64 -64 -64s-64 29 -64 64s29 64 64 64zM256 149c59 0 107 48 107 107s-48 107 -107 107s-107 -48 -107 -107s48 -107 107 -107zM256 416c107 0 198 -66 235 -160c-37 -94 -128 -160 -235 -160s-198 66 -235 160c37 94 128 160 235 160z
2217
+ " />
2218
+ <glyph glyph-name="visibility_off" unicode="visibility_off"
2219
+ d="M253 320h3c35 0 64 -29 64 -64v-4zM161 303c-7 -14 -12 -30 -12 -47c0 -59 48 -107 107 -107c17 0 33 5 47 12l-33 33c-4 -1 -9 -2 -14 -2c-35 0 -64 29 -64 64c0 5 1 10 2 14zM43 421l27 27l378 -378l-27 -27c-23.9841 23.6825 -48.1328 47.2006 -72 71
2220
+ c-29 -12 -60 -18 -93 -18c-107 0 -198 66 -235 160c17 42 45 78 80 106c-19.5086 19.4914 -38.6537 39.3463 -58 59zM256 363c-14 0 -27 -3 -39 -8l-46 46c26 10 55 15 85 15c107 0 197 -66 234 -160c-16 -40 -41 -74 -73 -101l-62 62c5 12 8 25 8 39c0 59 -48 107 -107 107
2221
+ z" />
2222
+ <glyph glyph-name="voice_chat" unicode="voice_chat"
2223
+ d="M384 213v171l-85 -68v68h-171v-171h171v69zM427 469c23 0 42 -19 42 -42v-256c0 -23 -19 -43 -42 -43h-299l-85 -85v384c0 23 19 42 42 42h342z" />
2224
+ <glyph glyph-name="voicemail" unicode="voicemail"
2225
+ d="M395 192c41 0 74 34 74 75s-33 74 -74 74s-75 -33 -75 -74s34 -75 75 -75zM117 192c41 0 75 34 75 75s-34 74 -75 74s-74 -33 -74 -74s33 -75 74 -75zM395 384c65 0 117 -52 117 -117s-52 -118 -117 -118h-278c-65 0 -117 53 -117 118s52 117 117 117s118 -52 118 -117
2226
+ c0 -28 -10 -55 -27 -75h96c-17 20 -27 47 -27 75c0 65 53 117 118 117z" />
2227
+ <glyph glyph-name="volume_down" unicode="volume_down"
2228
+ d="M107 320h85l107 107v-342l-107 107h-85v128zM395 256c0 -38 -22 -70 -54 -86v172c32 -16 54 -48 54 -86z" />
2229
+ <glyph glyph-name="volume_mute" unicode="volume_mute"
2230
+ d="M149 320h86l106 107v-342l-106 107h-86v128z" />
2231
+ <glyph glyph-name="volume_off" unicode="volume_off"
2232
+ d="M256 427v-90l-45 45zM91 448l357 -357l-27 -27l-44 44c-23 -18 -49 -32 -78 -39v44c18 5 34 14 48 25l-91 91v-144l-107 107h-85v128h101l-101 101zM405 256c0 68 -44 125 -106 143v44c86 -19 149 -96 149 -187c0 -32 -8 -63 -22 -89l-32 33c7 17 11 36 11 56zM352 256
2233
+ c0 -5 0 -9 -1 -13l-52 52v47c32 -16 53 -48 53 -86z" />
2234
+ <glyph glyph-name="volume_up" unicode="volume_up"
2235
+ d="M299 443c86 -19 149 -96 149 -187s-63 -168 -149 -187v44c62 18 106 75 106 143s-44 125 -106 143v44zM352 256c0 -38 -21 -70 -53 -86v172c32 -16 53 -48 53 -86zM64 320h85l107 107v-342l-107 107h-85v128z" />
2236
+ <glyph glyph-name="vpn_key" unicode="vpn_key"
2237
+ d="M149 213c23 0 43 20 43 43s-20 43 -43 43s-42 -20 -42 -43s19 -43 42 -43zM270 299h221v-86h-43v-85h-85v85h-93c-17 -50 -65 -85 -121 -85c-71 0 -128 57 -128 128s57 128 128 128c56 0 104 -35 121 -85z" />
2238
+ <glyph glyph-name="vpn_lock" unicode="vpn_lock"
2239
+ d="M213 65v42c-23 0 -42 19 -42 42v22l-103 102c-3 -12 -4 -25 -4 -38c0 -87 65 -160 149 -170zM404 256h43c1 -7 1 -14 1 -21c0 -118 -95 -214 -213 -214s-214 96 -214 214s96 213 214 213c22 0 44 -4 64 -10v-54c0 -23 -20 -43 -43 -43h-43v-42c0 -12 -9 -22 -21 -22h-43
2240
+ v-42h128c12 0 22 -10 22 -22v-64h21c19 0 35 -12 41 -29c28 30 44 71 44 115c0 7 0 14 -1 21zM452 427v10c0 20 -16 37 -36 37s-36 -17 -36 -37v-10h72zM469 427c12 0 22 -10 22 -22v-85c0 -12 -10 -21 -22 -21h-106c-12 0 -22 9 -22 21v85c0 12 10 22 22 22v10
2241
+ c0 29 24 54 53 54s53 -25 53 -54v-10z" />
2242
+ <glyph glyph-name="wallpaper" unicode="wallpaper"
2243
+ d="M85 235v-150h150v-42h-150c-23 0 -42 19 -42 42v150h42zM427 85v150h42v-150c0 -23 -19 -42 -42 -42h-150v42h150zM427 469c23 0 42 -19 42 -42v-150h-42v150h-150v42h150zM363 331c0 -18 -14 -32 -32 -32s-32 14 -32 32s14 32 32 32s32 -14 32 -32zM213 235l64 -79
2244
+ l43 57l64 -85h-256zM85 427v-150h-42v150c0 23 19 42 42 42h150v-42h-150z" />
2245
+ <glyph glyph-name="warning" unicode="warning"
2246
+ d="M277 213v86h-42v-86h42zM277 128v43h-42v-43h42zM21 64l235 405l235 -405h-470z" />
2247
+ <glyph glyph-name="watch" unicode="watch"
2248
+ d="M128 256c0 -71 57 -128 128 -128s128 57 128 128s-57 128 -128 128s-128 -57 -128 -128zM427 256c0 -54 -26 -103 -65 -134l-21 -122h-170l-21 122c-40 31 -65 80 -65 134s25 103 65 134l21 122h170l21 -122c39 -31 65 -80 65 -134z" />
2249
+ <glyph glyph-name="watch_later" unicode="watch_later"
2250
+ d="M346 166l17 28l-96 58v111h-32v-128zM256 469c117 0 213 -96 213 -213s-96 -213 -213 -213s-213 96 -213 213s96 213 213 213z" />
2251
+ <glyph glyph-name="wb_auto" unicode="wb_auto"
2252
+ d="M220 171h40l-68 192h-43l-68 -192h41l15 42h68zM469 363h39l-44 -192h-37l-32 130l-32 -130h-38l-2 9c-28 -56 -85 -95 -152 -95c-94 0 -171 77 -171 171s77 171 171 171c54 0 102 -25 133 -64h16l26 -135l32 135h34l32 -135zM146 242l25 78l24 -78h-49z" />
2253
+ <glyph glyph-name="wb_cloudy" unicode="wb_cloudy"
2254
+ d="M413 298c55 -4 99 -50 99 -106c0 -59 -48 -107 -107 -107h-277c-71 0 -128 57 -128 128c0 66 50 120 114 127c27 51 80 87 142 87c78 0 142 -55 157 -129z" />
2255
+ <glyph glyph-name="wb_incandescent" unicode="wb_incandescent"
2256
+ d="M368 125l30 29l38 -38l-30 -30zM427 288h64v-43h-64v43zM320 377c38 -22 64 -63 64 -110c0 -71 -57 -128 -128 -128s-128 57 -128 128c0 47 26 88 64 110v103h128v-103zM85 288v-43h-64v43h64zM235 33v63h42v-63h-42zM76 116l38 39l30 -30l-38 -39z" />
2257
+ <glyph glyph-name="wb_iridescent" unicode="wb_iridescent"
2258
+ d="M106 86l-30 31l38 38l30 -30zM76 417l30 30l38 -38l-30 -30zM436 116l-30 -30l-38 39l30 30zM277 33h-42v63h42v-63zM406 447l30 -30l-38 -38l-30 30zM235 500h42v-63h-42v63zM107 203v128h298v-128h-298z" />
2259
+ <glyph glyph-name="wb_sunny" unicode="wb_sunny"
2260
+ d="M76 116l38 39l30 -30l-38 -39zM235 33v63h42v-63h-42zM256 395c71 0 128 -57 128 -128s-57 -128 -128 -128s-128 57 -128 128s57 128 128 128zM427 288h64v-43h-64v43zM368 125l30 29l38 -38l-30 -30zM436 417l-38 -38l-30 30l38 38zM277 500v-63h-42v63h42zM85 288v-43
2261
+ h-64v43h64zM144 409l-30 -30l-38 38l30 30z" />
2262
+ <glyph glyph-name="wc" unicode="wc"
2263
+ d="M352 384c-24 0 -43 19 -43 43s19 42 43 42s43 -18 43 -42s-19 -43 -43 -43zM160 384c-24 0 -43 19 -43 43s19 42 43 42s43 -18 43 -42s-19 -43 -43 -43zM384 43h-64v128h-64l54 162c6 17 23 30 41 30h2c18 0 35 -13 41 -30l54 -162h-64v-128zM117 43v160h-32v117
2264
+ c0 23 20 43 43 43h64c23 0 43 -20 43 -43v-117h-32v-160h-86z" />
2265
+ <glyph glyph-name="web" unicode="web"
2266
+ d="M427 128v192h-86v-192h86zM320 235v85h-235v-85h235zM320 128v85h-235v-85h235zM427 427c23 0 42 -20 42 -43v-256c0 -23 -19 -43 -42 -43h-342c-23 0 -42 20 -42 43v256c0 23 19 43 42 43h342z" />
2267
+ <glyph glyph-name="web_asset" unicode="web_asset"
2268
+ d="M405 128v213h-298v-213h298zM405 427c24 0 43 -20 43 -43v-256c0 -23 -20 -43 -43 -43h-298c-24 0 -43 20 -43 43v256c0 23 19 43 43 43h298z" />
2269
+ <glyph glyph-name="weekend" unicode="weekend"
2270
+ d="M384 405c23 0 43 -19 43 -42v-46c-25 -9 -43 -32 -43 -60v-44h-256v44c0 28 -18 51 -43 60v46c0 23 20 42 43 42h256zM448 299c23 0 43 -20 43 -43v-107c0 -23 -20 -42 -43 -42h-384c-23 0 -43 19 -43 42v107c0 23 20 43 43 43s43 -20 43 -43v-64h298v64
2271
+ c0 23 20 43 43 43z" />
2272
+ <glyph glyph-name="whatshot" unicode="whatshot"
2273
+ d="M250 107c57 0 102 45 102 102c0 30 -4 58 -12 86c-22 -29 -61 -47 -99 -55s-60 -31 -60 -66c0 -37 31 -67 69 -67zM288 498c83 -67 139 -170 139 -285c0 -94 -77 -170 -171 -170s-171 76 -171 170c0 72 26 139 69 190v-8c0 -44 33 -79 77 -79s73 35 73 79
2274
+ c0 46 -16 103 -16 103z" />
2275
+ <glyph glyph-name="widgets" unicode="widgets"
2276
+ d="M355 476l121 -121l-121 -120h93v-171h-171v171h78l-120 120v-78h-171v171h171v-93zM64 64v171h171v-171h-171z" />
2277
+ <glyph glyph-name="wifi" unicode="wifi"
2278
+ d="M107 235c83 82 216 82 298 0l-42 -43c-59 59 -155 59 -214 0zM192 149c35 35 93 35 128 0l-64 -64zM21 320c130 129 341 129 470 0l-43 -43c-106 106 -278 106 -384 0z" />
2279
+ <glyph glyph-name="wifi_lock" unicode="wifi_lock"
2280
+ d="M469 171v32c0 18 -14 32 -32 32s-32 -14 -32 -32v-32h64zM491 171c12 0 21 -10 21 -22v-85c0 -12 -9 -21 -21 -21h-107c-12 0 -21 9 -21 21v85c0 12 9 22 21 22v32c0 29 24 53 53 53s54 -24 54 -53v-32zM437 309c-59 0 -106 -47 -106 -106v-61l-75 -99l-256 341
2281
+ c71 54 160 85 256 85s185 -31 256 -85l-57 -76c-6 1 -12 1 -18 1z" />
2282
+ <glyph glyph-name="wifi_tethering" unicode="wifi_tethering"
2283
+ d="M256 448c118 0 213 -95 213 -213c0 -79 -42 -148 -106 -185l-22 37c51 30 86 85 86 148c0 94 -77 170 -171 170s-171 -76 -171 -170c0 -63 34 -118 85 -148l-21 -37c-64 37 -106 106 -106 185c0 118 95 213 213 213zM384 235c0 -47 -26 -89 -64 -111l-21 37
2284
+ c25 15 42 42 42 74c0 47 -38 85 -85 85s-85 -38 -85 -85c0 -32 17 -59 42 -74l-21 -37c-38 22 -64 64 -64 111c0 71 57 128 128 128s128 -57 128 -128zM256 277c23 0 43 -19 43 -42s-20 -43 -43 -43s-43 20 -43 43s20 42 43 42z" />
2285
+ <glyph glyph-name="work" unicode="work"
2286
+ d="M299 384v43h-86v-43h86zM427 384c24 0 42 -19 42 -43v-234c0 -24 -18 -43 -42 -43h-342c-24 0 -42 19 -42 43v234c0 24 18 43 42 43h86v43c0 24 18 42 42 42h86c24 0 42 -18 42 -42v-43h86z" />
2287
+ <glyph glyph-name="wrap_text" unicode="wrap_text"
2288
+ d="M363 277c47 0 85 -38 85 -85s-38 -85 -85 -85h-43v-43l-64 64l64 64v-43h48c23 0 43 20 43 43s-20 43 -43 43h-283v42h278zM427 405v-42h-342v42h342zM85 107v42h128v-42h-128z" />
2289
+ <glyph glyph-name="youtube_searched_for" unicode="youtube_searched_for"
2290
+ d="M363 213l106 -106l-31 -32l-107 107v16l-6 6c-24 -21 -56 -33 -90 -33c-26 0 -50 7 -71 19l32 31c12 -5 25 -8 39 -8c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96h74l-88 -85l-82 85h53c0 75 62 139 139 139s139 -62 139 -139c0 -35 -13 -66 -34 -90l6 -6h17z" />
2291
+ <glyph glyph-name="zoom_in" unicode="zoom_in"
2292
+ d="M256 299h-43v-43h-21v43h-43v21h43v43h21v-43h43v-21zM203 213c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM331 213l106 -106l-32 -32l-106 106v17l-6 6c-24 -21 -56 -33 -90 -33c-77 0 -139 61 -139 138s62 139 139 139s138 -62 138 -139
2293
+ c0 -34 -12 -66 -33 -90l6 -6h17z" />
2294
+ <glyph glyph-name="zoom_out" unicode="zoom_out"
2295
+ d="M149 320h107v-21h-107v21zM203 213c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM331 213l106 -106l-32 -32l-106 106v17l-6 6c-24 -21 -56 -33 -90 -33c-77 0 -139 61 -139 138s62 139 139 139s138 -62 138 -139c0 -34 -12 -66 -33 -90l6 -6h17z" />
2296
+ <glyph glyph-name="zoom_out_map" unicode="zoom_out_map"
2297
+ d="M448 192v-128h-128l49 49l-62 61l31 31l61 -62zM192 64h-128v128l49 -49l61 62l31 -31l-62 -61zM64 320v128h128l-49 -49l62 -61l-31 -31l-61 62zM320 448h128v-128l-49 49l-61 -62l-31 31l62 61z" />
2298
+ <glyph glyph-name="3" unicode="3"
2299
+ d="M0 0z" />
2300
+ <glyph glyph-name="d" unicode="d"
2301
+ d="M0 0z" />
2302
+ <glyph glyph-name="_" unicode="_"
2303
+ d="M0 0z" />
2304
+ <glyph glyph-name="r" unicode="r"
2305
+ d="M0 0z" />
2306
+ <glyph glyph-name="o" unicode="o"
2307
+ d="M0 0z" />
2308
+ <glyph glyph-name="t" unicode="t"
2309
+ d="M0 0z" />
2310
+ <glyph glyph-name="a" unicode="a"
2311
+ d="M0 0z" />
2312
+ <glyph glyph-name="i" unicode="i"
2313
+ d="M0 0z" />
2314
+ <glyph glyph-name="n" unicode="n"
2315
+ d="M0 0z" />
2316
+ <glyph glyph-name="c" unicode="c"
2317
+ d="M0 0z" />
2318
+ <glyph glyph-name="u" unicode="u"
2319
+ d="M0 0z" />
2320
+ <glyph glyph-name="e" unicode="e"
2321
+ d="M0 0z" />
2322
+ <glyph glyph-name="s" unicode="s"
2323
+ d="M0 0z" />
2324
+ <glyph glyph-name="l" unicode="l"
2325
+ d="M0 0z" />
2326
+ <glyph glyph-name="m" unicode="m"
2327
+ d="M0 0z" />
2328
+ <glyph glyph-name="b" unicode="b"
2329
+ d="M0 0z" />
2330
+ <glyph glyph-name="y" unicode="y"
2331
+ d="M0 0z" />
2332
+ <glyph glyph-name="w" unicode="w"
2333
+ d="M0 0z" />
2334
+ <glyph glyph-name="x" unicode="x"
2335
+ d="M0 0z" />
2336
+ <glyph glyph-name="p" unicode="p"
2337
+ d="M0 0z" />
2338
+ <glyph glyph-name="h" unicode="h"
2339
+ d="M0 0z" />
2340
+ <glyph glyph-name="g" unicode="g"
2341
+ d="M0 0z" />
2342
+ <glyph glyph-name="q" unicode="q"
2343
+ d="M0 0z" />
2344
+ <glyph glyph-name="j" unicode="j"
2345
+ d="M0 0z" />
2346
+ <glyph glyph-name="f" unicode="f"
2347
+ d="M0 0z" />
2348
+ <glyph glyph-name="v" unicode="v"
2349
+ d="M0 0z" />
2350
+ <glyph glyph-name="k" unicode="k"
2351
+ d="M0 0z" />
2352
+ <glyph glyph-name="z" unicode="z"
2353
+ d="M0 0z" />
2354
+ <glyph glyph-name="1" unicode="1"
2355
+ d="M0 0z" />
2356
+ <glyph glyph-name="2" unicode="2"
2357
+ d="M0 0z" />
2358
+ <glyph glyph-name="4" unicode="4"
2359
+ d="M0 0z" />
2360
+ <glyph glyph-name="5" unicode="5"
2361
+ d="M0 0z" />
2362
+ <glyph glyph-name="6" unicode="6"
2363
+ d="M0 0z" />
2364
+ <glyph glyph-name="7" unicode="7"
2365
+ d="M0 0z" />
2366
+ <glyph glyph-name="9" unicode="9"
2367
+ d="M0 0z" />
2368
+ <glyph glyph-name="8" unicode="8"
2369
+ d="M0 0z" />
2370
+ <glyph glyph-name="0" unicode="0"
2371
+ d="M0 0z" />
2372
+ </font>
2373
+ </defs></svg>
assets/wordpress-css-framework/fonts/MaterialIcons-Regular.ttf ADDED
Binary file
assets/wordpress-css-framework/fonts/MaterialIcons-Regular.woff ADDED
Binary file
assets/wordpress-css-framework/fonts/MaterialIcons-Regular.woff2 ADDED
Binary file
assets/wordpress-css-framework/fonts/material-icons.min.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face {font-family: 'Material Icons';font-style: normal;font-weight: 400;src: url(MaterialIcons-Regular.eot); /* For IE6-8 */ src:local('Material Icons'),local('MaterialIcons-Regular'),url(MaterialIcons-Regular.woff2) format('woff2'),url(MaterialIcons-Regular.woff) format('woff'),url(MaterialIcons-Regular.ttf) format('truetype');}.mi{position:relative;top:1px;font-family:'Material Icons';font-weight:400;font-style:normal;font-size:inherit;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;word-wrap:normal;text-rendering:auto;-webkit-font-feature-settings:'liga';-moz-font-feature-settings:'liga';font-feature-settings:'liga';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mi-18{font-size:18px}.mi-24{font-size:24px}.mi-36{font-size:36px}.mi-48{font-size:48px}.mi-dark{color:rgba(0,0,0,.54)}.mi-dark.mi-disabled{color:rgba(0,0,0,.26)}.mi-light{color:#fff}.mi-light.mi-disabled{color:rgba(255,255,255,.3)}.mi-3d-rotation:before{content:"\e84d"}.mi-access-alarm:before{content:"\e190"}.mi-access-alarms:before{content:"\e191"}.mi-access-time:before{content:"\e192"}.mi-accessibility:before{content:"\e84e"}.mi-account-balance:before{content:"\e84f"}.mi-account-balance-wallet:before{content:"\e850"}.mi-account-box:before{content:"\e851"}.mi-account-circle:before{content:"\e853"}.mi-adb:before{content:"\e60e"}.mi-add:before{content:"\e145"}.mi-add-alarm:before{content:"\e193"}.mi-add-alert:before{content:"\e003"}.mi-add-box:before{content:"\e146"}.mi-add-circle:before{content:"\e147"}.mi-add-circle-outline:before{content:"\e148"}.mi-add-shopping-cart:before{content:"\e854"}.mi-add-to-photos:before{content:"\e39d"}.mi-adjust:before{content:"\e39e"}.mi-airline-seat-flat:before{content:"\e630"}.mi-airline-seat-flat-angled:before{content:"\e631"}.mi-airline-seat-individual-suite:before{content:"\e632"}.mi-airline-seat-legroom-extra:before{content:"\e633"}.mi-airline-seat-legroom-normal:before{content:"\e634"}.mi-airline-seat-legroom-reduced:before{content:"\e635"}.mi-airline-seat-recline-extra:before{content:"\e636"}.mi-airline-seat-recline-normal:before{content:"\e637"}.mi-airplanemode-active:before{content:"\e195"}.mi-airplanemode-inactive:before{content:"\e194"}.mi-airplay:before{content:"\e055"}.mi-alarm:before{content:"\e855"}.mi-alarm-add:before{content:"\e856"}.mi-alarm-off:before{content:"\e857"}.mi-alarm-on:before{content:"\e858"}.mi-album:before{content:"\e019"}.mi-android:before{content:"\e859"}.mi-announcement:before{content:"\e85a"}.mi-apps:before{content:"\e5c3"}.mi-archive:before{content:"\e149"}.mi-arrow-back:before{content:"\e5c4"}.mi-arrow-drop-down:before{content:"\e5c5"}.mi-arrow-drop-down-circle:before{content:"\e5c6"}.mi-arrow-drop-up:before{content:"\e5c7"}.mi-arrow-forward:before{content:"\e5c8"}.mi-aspect-ratio:before{content:"\e85b"}.mi-assessment:before{content:"\e85c"}.mi-assignment:before{content:"\e85d"}.mi-assignment-ind:before{content:"\e85e"}.mi-assignment-late:before{content:"\e85f"}.mi-assignment-return:before{content:"\e860"}.mi-assignment-returned:before{content:"\e861"}.mi-assignment-turned-in:before{content:"\e862"}.mi-assistant:before{content:"\e39f"}.mi-assistant-photo:before{content:"\e3a0"}.mi-attach-file:before{content:"\e226"}.mi-attach-money:before{content:"\e227"}.mi-attachment:before{content:"\e2bc"}.mi-audiotrack:before{content:"\e3a1"}.mi-autorenew:before{content:"\e863"}.mi-av-timer:before{content:"\e01b"}.mi-backspace:before{content:"\e14a"}.mi-backup:before{content:"\e864"}.mi-battery-alert:before{content:"\e19c"}.mi-battery-charging-full:before{content:"\e1a3"}.mi-battery-full:before{content:"\e1a4"}.mi-battery-std:before{content:"\e1a5"}.mi-battery-unknown:before{content:"\e1a6"}.mi-beenhere:before{content:"\e52d"}.mi-block:before{content:"\e14b"}.mi-bluetooth:before{content:"\e1a7"}.mi-bluetooth-audio:before{content:"\e60f"}.mi-bluetooth-connected:before{content:"\e1a8"}.mi-bluetooth-disabled:before{content:"\e1a9"}.mi-bluetooth-searching:before{content:"\e1aa"}.mi-blur-circular:before{content:"\e3a2"}.mi-blur-linear:before{content:"\e3a3"}.mi-blur-off:before{content:"\e3a4"}.mi-blur-on:before{content:"\e3a5"}.mi-book:before{content:"\e865"}.mi-bookmark:before{content:"\e866"}.mi-bookmark-border:before{content:"\e867"}.mi-border-all:before{content:"\e228"}.mi-border-bottom:before{content:"\e229"}.mi-border-clear:before{content:"\e22a"}.mi-border-color:before{content:"\e22b"}.mi-border-horizontal:before{content:"\e22c"}.mi-border-inner:before{content:"\e22d"}.mi-border-left:before{content:"\e22e"}.mi-border-outer:before{content:"\e22f"}.mi-border-right:before{content:"\e230"}.mi-border-style:before{content:"\e231"}.mi-border-top:before{content:"\e232"}.mi-border-vertical:before{content:"\e233"}.mi-brightness-1:before{content:"\e3a6"}.mi-brightness-2:before{content:"\e3a7"}.mi-brightness-3:before{content:"\e3a8"}.mi-brightness-4:before{content:"\e3a9"}.mi-brightness-5:before{content:"\e3aa"}.mi-brightness-6:before{content:"\e3ab"}.mi-brightness-7:before{content:"\e3ac"}.mi-brightness-auto:before{content:"\e1ab"}.mi-brightness-high:before{content:"\e1ac"}.mi-brightness-low:before{content:"\e1ad"}.mi-brightness-medium:before{content:"\e1ae"}.mi-broken-image:before{content:"\e3ad"}.mi-brush:before{content:"\e3ae"}.mi-bug-report:before{content:"\e868"}.mi-build:before{content:"\e869"}.mi-business:before{content:"\e0af"}.mi-cached:before{content:"\e86a"}.mi-cake:before{content:"\e7e9"}.mi-call:before{content:"\e0b0"}.mi-call-end:before{content:"\e0b1"}.mi-call-made:before{content:"\e0b2"}.mi-call-merge:before{content:"\e0b3"}.mi-call-missed:before{content:"\e0b4"}.mi-call-received:before{content:"\e0b5"}.mi-call-split:before{content:"\e0b6"}.mi-camera:before{content:"\e3af"}.mi-camera-alt:before{content:"\e3b0"}.mi-camera-enhance:before{content:"\e8fc"}.mi-camera-front:before{content:"\e3b1"}.mi-camera-rear:before{content:"\e3b2"}.mi-camera-roll:before{content:"\e3b3"}.mi-cancel:before{content:"\e5c9"}.mi-card-giftcard:before{content:"\e8f6"}.mi-card-membership:before{content:"\e8f7"}.mi-card-travel:before{content:"\e8f8"}.mi-cast:before{content:"\e307"}.mi-cast-connected:before{content:"\e308"}.mi-center-focus-strong:before{content:"\e3b4"}.mi-center-focus-weak:before{content:"\e3b5"}.mi-change-history:before{content:"\e86b"}.mi-chat:before{content:"\e0b7"}.mi-chat-bubble:before{content:"\e0ca"}.mi-chat-bubble-outline:before{content:"\e0cb"}.mi-check:before{content:"\e5ca"}.mi-check-box:before{content:"\e834"}.mi-check-box-outline-blank:before{content:"\e835"}.mi-check-circle:before{content:"\e86c"}.mi-chevron-left:before{content:"\e5cb"}.mi-chevron-right:before{content:"\e5cc"}.mi-chrome-reader-mode:before{content:"\e86d"}.mi-class:before{content:"\e86e"}.mi-clear:before{content:"\e14c"}.mi-clear-all:before{content:"\e0b8"}.mi-close:before{content:"\e5cd"}.mi-closed-caption:before{content:"\e01c"}.mi-cloud:before{content:"\e2bd"}.mi-cloud-circle:before{content:"\e2be"}.mi-cloud-done:before{content:"\e2bf"}.mi-cloud-download:before{content:"\e2c0"}.mi-cloud-off:before{content:"\e2c1"}.mi-cloud-queue:before{content:"\e2c2"}.mi-cloud-upload:before{content:"\e2c3"}.mi-code:before{content:"\e86f"}.mi-collections:before{content:"\e3b6"}.mi-collections-bookmark:before{content:"\e431"}.mi-color-lens:before{content:"\e3b7"}.mi-colorize:before{content:"\e3b8"}.mi-comment:before{content:"\e0b9"}.mi-compare:before{content:"\e3b9"}.mi-computer:before{content:"\e30a"}.mi-confirmation-number:before{content:"\e638"}.mi-contact-phone:before{content:"\e0cf"}.mi-contacts:before{content:"\e0ba"}.mi-content-copy:before{content:"\e14d"}.mi-content-cut:before{content:"\e14e"}.mi-content-paste:before{content:"\e14f"}.mi-control-point:before{content:"\e3ba"}.mi-control-point-duplicate:before{content:"\e3bb"}.mi-create:before{content:"\e150"}.mi-credit-card:before{content:"\e870"}.mi-crop:before{content:"\e3be"}.mi-crop-16-9:before{content:"\e3bc"}.mi-crop-3-2:before{content:"\e3bd"}.mi-crop-5-4:before{content:"\e3bf"}.mi-crop-7-5:before{content:"\e3c0"}.mi-crop-din:before{content:"\e3c1"}.mi-crop-free:before{content:"\e3c2"}.mi-crop-landscape:before{content:"\e3c3"}.mi-crop-original:before{content:"\e3c4"}.mi-crop-portrait:before{content:"\e3c5"}.mi-crop-square:before{content:"\e3c6"}.mi-dashboard:before{content:"\e871"}.mi-data-usage:before{content:"\e1af"}.mi-dehaze:before{content:"\e3c7"}.mi-delete:before{content:"\e872"}.mi-delete-forever:before{content:"\e92b"}.mi-description:before{content:"\e873"}.mi-desktop-mac:before{content:"\e30b"}.mi-desktop-windows:before{content:"\e30c"}.mi-details:before{content:"\e3c8"}.mi-developer-board:before{content:"\e30d"}.mi-developer-mode:before{content:"\e1b0"}.mi-device-hub:before{content:"\e335"}.mi-devices:before{content:"\e1b1"}.mi-dialer-sip:before{content:"\e0bb"}.mi-dialpad:before{content:"\e0bc"}.mi-directions:before{content:"\e52e"}.mi-directions-bike:before{content:"\e52f"}.mi-directions-boat:before{content:"\e532"}.mi-directions-bus:before{content:"\e530"}.mi-directions-car:before{content:"\e531"}.mi-directions-railway:before{content:"\e534"}.mi-directions-run:before{content:"\e566"}.mi-directions-subway:before{content:"\e533"}.mi-directions-transit:before{content:"\e535"}.mi-directions-walk:before{content:"\e536"}.mi-disc-full:before{content:"\e610"}.mi-dns:before{content:"\e875"}.mi-do-not-disturb:before{content:"\e612"}.mi-do-not-disturb-alt:before{content:"\e611"}.mi-dock:before{content:"\e30e"}.mi-domain:before{content:"\e7ee"}.mi-done:before{content:"\e876"}.mi-done-all:before{content:"\e877"}.mi-drafts:before{content:"\e151"}.mi-drive-eta:before{content:"\e613"}.mi-dvr:before{content:"\e1b2"}.mi-edit:before{content:"\e3c9"}.mi-eject:before{content:"\e8fb"}.mi-email:before{content:"\e0be"}.mi-equalizer:before{content:"\e01d"}.mi-error:before{content:"\e000"}.mi-error-outline:before{content:"\e001"}.mi-event:before{content:"\e878"}.mi-event-available:before{content:"\e614"}.mi-event-busy:before{content:"\e615"}.mi-event-note:before{content:"\e616"}.mi-event-seat:before{content:"\e903"}.mi-exit-to-app:before{content:"\e879"}.mi-expand-less:before{content:"\e5ce"}.mi-expand-more:before{content:"\e5cf"}.mi-explicit:before{content:"\e01e"}.mi-explore:before{content:"\e87a"}.mi-exposure:before{content:"\e3ca"}.mi-exposure-neg-1:before{content:"\e3cb"}.mi-exposure-neg-2:before{content:"\e3cc"}.mi-exposure-plus-1:before{content:"\e3cd"}.mi-exposure-plus-2:before{content:"\e3ce"}.mi-exposure-zero:before{content:"\e3cf"}.mi-extension:before{content:"\e87b"}.mi-face:before{content:"\e87c"}.mi-fast-forward:before{content:"\e01f"}.mi-fast-rewind:before{content:"\e020"}.mi-favorite:before{content:"\e87d"}.mi-favorite-border:before{content:"\e87e"}.mi-feedback:before{content:"\e87f"}.mi-file-download:before{content:"\e2c4"}.mi-file-upload:before{content:"\e2c6"}.mi-filter:before{content:"\e3d3"}.mi-filter-1:before{content:"\e3d0"}.mi-filter-2:before{content:"\e3d1"}.mi-filter-3:before{content:"\e3d2"}.mi-filter-4:before{content:"\e3d4"}.mi-filter-5:before{content:"\e3d5"}.mi-filter-6:before{content:"\e3d6"}.mi-filter-7:before{content:"\e3d7"}.mi-filter-8:before{content:"\e3d8"}.mi-filter-9:before{content:"\e3d9"}.mi-filter-9-plus:before{content:"\e3da"}.mi-filter-b-and-w:before{content:"\e3db"}.mi-filter-center-focus:before{content:"\e3dc"}.mi-filter-drama:before{content:"\e3dd"}.mi-filter-frames:before{content:"\e3de"}.mi-filter-hdr:before{content:"\e3df"}.mi-filter-list:before{content:"\e152"}.mi-filter-none:before{content:"\e3e0"}.mi-filter-tilt-shift:before{content:"\e3e2"}.mi-filter-vintage:before{content:"\e3e3"}.mi-find-in-page:before{content:"\e880"}.mi-find-replace:before{content:"\e881"}.mi-flag:before{content:"\e153"}.mi-flare:before{content:"\e3e4"}.mi-flash-auto:before{content:"\e3e5"}.mi-flash-off:before{content:"\e3e6"}.mi-flash-on:before{content:"\e3e7"}.mi-flight:before{content:"\e539"}.mi-flight-land:before{content:"\e904"}.mi-flight-takeoff:before{content:"\e905"}.mi-flip:before{content:"\e3e8"}.mi-flip-to-back:before{content:"\e882"}.mi-flip-to-front:before{content:"\e883"}.mi-folder:before{content:"\e2c7"}.mi-folder-open:before{content:"\e2c8"}.mi-folder-shared:before{content:"\e2c9"}.mi-folder-special:before{content:"\e617"}.mi-font-download:before{content:"\e167"}.mi-format-align-center:before{content:"\e234"}.mi-format-align-justify:before{content:"\e235"}.mi-format-align-left:before{content:"\e236"}.mi-format-align-right:before{content:"\e237"}.mi-format-bold:before{content:"\e238"}.mi-format-clear:before{content:"\e239"}.mi-format-color-fill:before{content:"\e23a"}.mi-format-color-reset:before{content:"\e23b"}.mi-format-color-text:before{content:"\e23c"}.mi-format-indent-decrease:before{content:"\e23d"}.mi-format-indent-increase:before{content:"\e23e"}.mi-format-italic:before{content:"\e23f"}.mi-format-line-spacing:before{content:"\e240"}.mi-format-list-bulleted:before{content:"\e241"}.mi-format-list-numbered:before{content:"\e242"}.mi-format-paint:before{content:"\e243"}.mi-format-quote:before{content:"\e244"}.mi-format-size:before{content:"\e245"}.mi-format-strikethrough:before{content:"\e246"}.mi-format-textdirection-l-to-r:before{content:"\e247"}.mi-format-textdirection-r-to-l:before{content:"\e248"}.mi-format-underlined:before{content:"\e249"}.mi-forum:before{content:"\e0bf"}.mi-forward:before{content:"\e154"}.mi-forward-10:before{content:"\e056"}.mi-forward-30:before{content:"\e057"}.mi-forward-5:before{content:"\e058"}.mi-fullscreen:before{content:"\e5d0"}.mi-fullscreen-exit:before{content:"\e5d1"}.mi-functions:before{content:"\e24a"}.mi-gamepad:before{content:"\e30f"}.mi-games:before{content:"\e021"}.mi-gesture:before{content:"\e155"}.mi-get-app:before{content:"\e884"}.mi-gif:before{content:"\e908"}.mi-gps-fixed:before{content:"\e1b3"}.mi-gps-not-fixed:before{content:"\e1b4"}.mi-gps-off:before{content:"\e1b5"}.mi-grade:before{content:"\e885"}.mi-gradient:before{content:"\e3e9"}.mi-grain:before{content:"\e3ea"}.mi-graphic-eq:before{content:"\e1b8"}.mi-grid-off:before{content:"\e3eb"}.mi-grid-on:before{content:"\e3ec"}.mi-group:before{content:"\e7ef"}.mi-group-add:before{content:"\e7f0"}.mi-group-work:before{content:"\e886"}.mi-hd:before{content:"\e052"}.mi-hdr-off:before{content:"\e3ed"}.mi-hdr-on:before{content:"\e3ee"}.mi-hdr-strong:before{content:"\e3f1"}.mi-hdr-weak:before{content:"\e3f2"}.mi-headset:before{content:"\e310"}.mi-headset-mic:before{content:"\e311"}.mi-healing:before{content:"\e3f3"}.mi-hearing:before{content:"\e023"}.mi-help:before{content:"\e887"}.mi-help-outline:before{content:"\e8fd"}.mi-high-quality:before{content:"\e024"}.mi-highlight-off:before{content:"\e888"}.mi-history:before{content:"\e889"}.mi-home:before{content:"\e88a"}.mi-hotel:before{content:"\e53a"}.mi-hourglass-empty:before{content:"\e88b"}.mi-hourglass-full:before{content:"\e88c"}.mi-http:before{content:"\e902"}.mi-https:before{content:"\e88d"}.mi-image:before{content:"\e3f4"}.mi-image-aspect-ratio:before{content:"\e3f5"}.mi-import-export:before{content:"\e0c3"}.mi-inbox:before{content:"\e156"}.mi-indeterminate-check-box:before{content:"\e909"}.mi-info:before{content:"\e88e"}.mi-info-outline:before{content:"\e88f"}.mi-input:before{content:"\e890"}.mi-insert-chart:before{content:"\e24b"}.mi-insert-comment:before{content:"\e24c"}.mi-insert-drive-file:before{content:"\e24d"}.mi-insert-emoticon:before{content:"\e24e"}.mi-insert-invitation:before{content:"\e24f"}.mi-insert-link:before{content:"\e250"}.mi-insert-photo:before{content:"\e251"}.mi-invert-colors:before{content:"\e891"}.mi-invert-colors-off:before{content:"\e0c4"}.mi-iso:before{content:"\e3f6"}.mi-keyboard:before{content:"\e312"}.mi-keyboard-arrow-down:before{content:"\e313"}.mi-keyboard-arrow-left:before{content:"\e314"}.mi-keyboard-arrow-right:before{content:"\e315"}.mi-keyboard-arrow-up:before{content:"\e316"}.mi-keyboard-backspace:before{content:"\e317"}.mi-keyboard-capslock:before{content:"\e318"}.mi-keyboard-hide:before{content:"\e31a"}.mi-keyboard-return:before{content:"\e31b"}.mi-keyboard-tab:before{content:"\e31c"}.mi-keyboard-voice:before{content:"\e31d"}.mi-label:before{content:"\e892"}.mi-label-outline:before{content:"\e893"}.mi-landscape:before{content:"\e3f7"}.mi-language:before{content:"\e894"}.mi-laptop:before{content:"\e31e"}.mi-laptop-chromebook:before{content:"\e31f"}.mi-laptop-mac:before{content:"\e320"}.mi-laptop-windows:before{content:"\e321"}.mi-launch:before{content:"\e895"}.mi-layers:before{content:"\e53b"}.mi-layers-clear:before{content:"\e53c"}.mi-leak-add:before{content:"\e3f8"}.mi-leak-remove:before{content:"\e3f9"}.mi-lens:before{content:"\e3fa"}.mi-library-add:before{content:"\e02e"}.mi-library-books:before{content:"\e02f"}.mi-library-music:before{content:"\e030"}.mi-link:before{content:"\e157"}.mi-list:before{content:"\e896"}.mi-live-help:before{content:"\e0c6"}.mi-live-tv:before{content:"\e639"}.mi-local-activity:before{content:"\e53f"}.mi-local-airport:before{content:"\e53d"}.mi-local-atm:before{content:"\e53e"}.mi-local-bar:before{content:"\e540"}.mi-local-cafe:before{content:"\e541"}.mi-local-car-wash:before{content:"\e542"}.mi-local-convenience-store:before{content:"\e543"}.mi-local-dining:before{content:"\e556"}.mi-local-drink:before{content:"\e544"}.mi-local-florist:before{content:"\e545"}.mi-local-gas-station:before{content:"\e546"}.mi-local-grocery-store:before{content:"\e547"}.mi-local-hospital:before{content:"\e548"}.mi-local-hotel:before{content:"\e549"}.mi-local-laundry-service:before{content:"\e54a"}.mi-local-library:before{content:"\e54b"}.mi-local-mall:before{content:"\e54c"}.mi-local-movies:before{content:"\e54d"}.mi-local-offer:before{content:"\e54e"}.mi-local-parking:before{content:"\e54f"}.mi-local-pharmacy:before{content:"\e550"}.mi-local-phone:before{content:"\e551"}.mi-local-pizza:before{content:"\e552"}.mi-local-play:before{content:"\e553"}.mi-local-post-office:before{content:"\e554"}.mi-local-printshop:before{content:"\e555"}.mi-local-see:before{content:"\e557"}.mi-local-shipping:before{content:"\e558"}.mi-local-taxi:before{content:"\e559"}.mi-location-city:before{content:"\e7f1"}.mi-location-disabled:before{content:"\e1b6"}.mi-location-off:before{content:"\e0c7"}.mi-location-on:before{content:"\e0c8"}.mi-location-searching:before{content:"\e1b7"}.mi-lock:before{content:"\e897"}.mi-lock-open:before{content:"\e898"}.mi-lock-outline:before{content:"\e899"}.mi-looks:before{content:"\e3fc"}.mi-looks-3:before{content:"\e3fb"}.mi-looks-4:before{content:"\e3fd"}.mi-looks-5:before{content:"\e3fe"}.mi-looks-6:before{content:"\e3ff"}.mi-looks-one:before{content:"\e400"}.mi-looks-two:before{content:"\e401"}.mi-loop:before{content:"\e028"}.mi-loupe:before{content:"\e402"}.mi-loyalty:before{content:"\e89a"}.mi-mail:before{content:"\e158"}.mi-map:before{content:"\e55b"}.mi-markunread:before{content:"\e159"}.mi-markunread-mailbox:before{content:"\e89b"}.mi-memory:before{content:"\e322"}.mi-menu:before{content:"\e5d2"}.mi-merge-type:before{content:"\e252"}.mi-message:before{content:"\e0c9"}.mi-mic:before{content:"\e029"}.mi-mic-none:before{content:"\e02a"}.mi-mic-off:before{content:"\e02b"}.mi-mms:before{content:"\e618"}.mi-mode-comment:before{content:"\e253"}.mi-mode-edit:before{content:"\e254"}.mi-money-off:before{content:"\e25c"}.mi-monochrome-photos:before{content:"\e403"}.mi-mood:before{content:"\e7f2"}.mi-mood-bad:before{content:"\e7f3"}.mi-more:before{content:"\e619"}.mi-more-horiz:before{content:"\e5d3"}.mi-more-vert:before{content:"\e5d4"}.mi-mouse:before{content:"\e323"}.mi-movie:before{content:"\e02c"}.mi-movie-creation:before{content:"\e404"}.mi-music-note:before{content:"\e405"}.mi-my-location:before{content:"\e55c"}.mi-nature:before{content:"\e406"}.mi-nature-people:before{content:"\e407"}.mi-navigate-before:before{content:"\e408"}.mi-navigate-next:before{content:"\e409"}.mi-navigation:before{content:"\e55d"}.mi-network-cell:before{content:"\e1b9"}.mi-network-locked:before{content:"\e61a"}.mi-network-wifi:before{content:"\e1ba"}.mi-new-releases:before{content:"\e031"}.mi-nfc:before{content:"\e1bb"}.mi-no-sim:before{content:"\e0cc"}.mi-not-interested:before{content:"\e033"}.mi-note-add:before{content:"\e89c"}.mi-notifications:before{content:"\e7f4"}.mi-notifications-active:before{content:"\e7f7"}.mi-notifications-none:before{content:"\e7f5"}.mi-notifications-off:before{content:"\e7f6"}.mi-notifications-paused:before{content:"\e7f8"}.mi-offline-pin:before{content:"\e90a"}.mi-ondemand-video:before{content:"\e63a"}.mi-open-in-browser:before{content:"\e89d"}.mi-open-in-new:before{content:"\e89e"}.mi-open-with:before{content:"\e89f"}.mi-pages:before{content:"\e7f9"}.mi-pageview:before{content:"\e8a0"}.mi-palette:before{content:"\e40a"}.mi-panorama:before{content:"\e40b"}.mi-panorama-fish-eye:before{content:"\e40c"}.mi-panorama-horizontal:before{content:"\e40d"}.mi-panorama-vertical:before{content:"\e40e"}.mi-panorama-wide-angle:before{content:"\e40f"}.mi-party-mode:before{content:"\e7fa"}.mi-pause:before{content:"\e034"}.mi-pause-circle-filled:before{content:"\e035"}.mi-pause-circle-outline:before{content:"\e036"}.mi-payment:before{content:"\e8a1"}.mi-people:before{content:"\e7fb"}.mi-people-outline:before{content:"\e7fc"}.mi-perm-camera-mic:before{content:"\e8a2"}.mi-perm-contact-calendar:before{content:"\e8a3"}.mi-perm-data-setting:before{content:"\e8a4"}.mi-perm-device-information:before{content:"\e8a5"}.mi-perm-identity:before{content:"\e8a6"}.mi-perm-media:before{content:"\e8a7"}.mi-perm-phone-msg:before{content:"\e8a8"}.mi-perm-scan-wifi:before{content:"\e8a9"}.mi-person:before{content:"\e7fd"}.mi-person-add:before{content:"\e7fe"}.mi-person-outline:before{content:"\e7ff"}.mi-person-pin:before{content:"\e55a"}.mi-personal-video:before{content:"\e63b"}.mi-phone:before{content:"\e0cd"}.mi-phone-android:before{content:"\e324"}.mi-phone-bluetooth-speaker:before{content:"\e61b"}.mi-phone-forwarded:before{content:"\e61c"}.mi-phone-in-talk:before{content:"\e61d"}.mi-phone-iphone:before{content:"\e325"}.mi-phone-locked:before{content:"\e61e"}.mi-phone-missed:before{content:"\e61f"}.mi-phone-paused:before{content:"\e620"}.mi-phonelink:before{content:"\e326"}.mi-phonelink-erase:before{content:"\e0db"}.mi-phonelink-lock:before{content:"\e0dc"}.mi-phonelink-off:before{content:"\e327"}.mi-phonelink-ring:before{content:"\e0dd"}.mi-phonelink-setup:before{content:"\e0de"}.mi-photo:before{content:"\e410"}.mi-photo-album:before{content:"\e411"}.mi-photo-camera:before{content:"\e412"}.mi-photo-library:before{content:"\e413"}.mi-photo-size-select-actual:before{content:"\e432"}.mi-photo-size-select-large:before{content:"\e433"}.mi-photo-size-select-small:before{content:"\e434"}.mi-picture-as-pdf:before{content:"\e415"}.mi-picture-in-picture:before{content:"\e8aa"}.mi-pin-drop:before{content:"\e55e"}.mi-place:before{content:"\e55f"}.mi-play-arrow:before{content:"\e037"}.mi-play-circle-filled:before{content:"\e038"}.mi-play-circle-outline:before{content:"\e039"}.mi-play-for-work:before{content:"\e906"}.mi-playlist-add:before{content:"\e03b"}.mi-plus-one:before{content:"\e800"}.mi-poll:before{content:"\e801"}.mi-polymer:before{content:"\e8ab"}.mi-portable-wifi-off:before{content:"\e0ce"}.mi-portrait:before{content:"\e416"}.mi-power:before{content:"\e63c"}.mi-power-input:before{content:"\e336"}.mi-power-settings-new:before{content:"\e8ac"}.mi-present-to-all:before{content:"\e0df"}.mi-print:before{content:"\e8ad"}.mi-public:before{content:"\e80b"}.mi-publish:before{content:"\e255"}.mi-query-builder:before{content:"\e8ae"}.mi-question-answer:before{content:"\e8af"}.mi-queue:before{content:"\e03c"}.mi-queue-music:before{content:"\e03d"}.mi-radio:before{content:"\e03e"}.mi-radio-button-checked:before{content:"\e837"}.mi-radio-button-unchecked:before{content:"\e836"}.mi-rate-review:before{content:"\e560"}.mi-receipt:before{content:"\e8b0"}.mi-recent-actors:before{content:"\e03f"}.mi-redeem:before{content:"\e8b1"}.mi-redo:before{content:"\e15a"}.mi-refresh:before{content:"\e5d5"}.mi-remove:before{content:"\e15b"}.mi-remove-circle:before{content:"\e15c"}.mi-remove-circle-outline:before{content:"\e15d"}.mi-remove-red-eye:before{content:"\e417"}.mi-reorder:before{content:"\e8fe"}.mi-repeat:before{content:"\e040"}.mi-repeat-one:before{content:"\e041"}.mi-replay:before{content:"\e042"}.mi-replay-10:before{content:"\e059"}.mi-replay-30:before{content:"\e05a"}.mi-replay-5:before{content:"\e05b"}.mi-reply:before{content:"\e15e"}.mi-reply-all:before{content:"\e15f"}.mi-report:before{content:"\e160"}.mi-report-problem:before{content:"\e8b2"}.mi-restaurant-menu:before{content:"\e561"}.mi-restore:before{content:"\e8b3"}.mi-ring-volume:before{content:"\e0d1"}.mi-room:before{content:"\e8b4"}.mi-rotate-90-degrees-ccw:before{content:"\e418"}.mi-rotate-left:before{content:"\e419"}.mi-rotate-right:before{content:"\e41a"}.mi-router:before{content:"\e328"}.mi-satellite:before{content:"\e562"}.mi-save:before{content:"\e161"}.mi-scanner:before{content:"\e329"}.mi-schedule:before{content:"\e8b5"}.mi-school:before{content:"\e80c"}.mi-screen-lock-landscape:before{content:"\e1be"}.mi-screen-lock-portrait:before{content:"\e1bf"}.mi-screen-lock-rotation:before{content:"\e1c0"}.mi-screen-rotation:before{content:"\e1c1"}.mi-sd-card:before{content:"\e623"}.mi-sd-storage:before{content:"\e1c2"}.mi-search:before{content:"\e8b6"}.mi-security:before{content:"\e32a"}.mi-select-all:before{content:"\e162"}.mi-send:before{content:"\e163"}.mi-settings:before{content:"\e8b8"}.mi-settings-applications:before{content:"\e8b9"}.mi-settings-backup-restore:before{content:"\e8ba"}.mi-settings-bluetooth:before{content:"\e8bb"}.mi-settings-brightness:before{content:"\e8bd"}.mi-settings-cell:before{content:"\e8bc"}.mi-settings-ethernet:before{content:"\e8be"}.mi-settings-input-antenna:before{content:"\e8bf"}.mi-settings-input-component:before{content:"\e8c0"}.mi-settings-input-composite:before{content:"\e8c1"}.mi-settings-input-hdmi:before{content:"\e8c2"}.mi-settings-input-svideo:before{content:"\e8c3"}.mi-settings-overscan:before{content:"\e8c4"}.mi-settings-phone:before{content:"\e8c5"}.mi-settings-power:before{content:"\e8c6"}.mi-settings-remote:before{content:"\e8c7"}.mi-settings-system-daydream:before{content:"\e1c3"}.mi-settings-voice:before{content:"\e8c8"}.mi-share:before{content:"\e80d"}.mi-shop:before{content:"\e8c9"}.mi-shop-two:before{content:"\e8ca"}.mi-shopping-basket:before{content:"\e8cb"}.mi-shopping-cart:before{content:"\e8cc"}.mi-shuffle:before{content:"\e043"}.mi-signal-cellular-4-bar:before{content:"\e1c8"}.mi-signal-cellular-connected-no-internet-4-bar:before{content:"\e1cd"}.mi-signal-cellular-no-sim:before{content:"\e1ce"}.mi-signal-cellular-null:before{content:"\e1cf"}.mi-signal-cellular-off:before{content:"\e1d0"}.mi-signal-wifi-4-bar:before{content:"\e1d8"}.mi-signal-wifi-4-bar-lock:before{content:"\e1d9"}.mi-signal-wifi-off:before{content:"\e1da"}.mi-sim-card:before{content:"\e32b"}.mi-sim-card-alert:before{content:"\e624"}.mi-skip-next:before{content:"\e044"}.mi-skip-previous:before{content:"\e045"}.mi-slideshow:before{content:"\e41b"}.mi-smartphone:before{content:"\e32c"}.mi-sms:before{content:"\e625"}.mi-sms-failed:before{content:"\e626"}.mi-snooze:before{content:"\e046"}.mi-sort:before{content:"\e164"}.mi-sort-by-alpha:before{content:"\e053"}.mi-space-bar:before{content:"\e256"}.mi-speaker:before{content:"\e32d"}.mi-speaker-group:before{content:"\e32e"}.mi-speaker-notes:before{content:"\e8cd"}.mi-speaker-phone:before{content:"\e0d2"}.mi-spellcheck:before{content:"\e8ce"}.mi-star:before{content:"\e838"}.mi-star-border:before{content:"\e83a"}.mi-star-half:before{content:"\e839"}.mi-stars:before{content:"\e8d0"}.mi-stay-current-landscape:before{content:"\e0d3"}.mi-stay-current-portrait:before{content:"\e0d4"}.mi-stay-primary-landscape:before{content:"\e0d5"}.mi-stay-primary-portrait:before{content:"\e0d6"}.mi-stop:before{content:"\e047"}.mi-storage:before{content:"\e1db"}.mi-store:before{content:"\e8d1"}.mi-store-mall-directory:before{content:"\e563"}.mi-straighten:before{content:"\e41c"}.mi-strikethrough-s:before{content:"\e257"}.mi-style:before{content:"\e41d"}.mi-subject:before{content:"\e8d2"}.mi-subtitles:before{content:"\e048"}.mi-supervisor-account:before{content:"\e8d3"}.mi-surround-sound:before{content:"\e049"}.mi-swap-calls:before{content:"\e0d7"}.mi-swap-horiz:before{content:"\e8d4"}.mi-swap-vert:before{content:"\e8d5"}.mi-swap-vertical-circle:before{content:"\e8d6"}.mi-switch-camera:before{content:"\e41e"}.mi-switch-video:before{content:"\e41f"}.mi-sync:before{content:"\e627"}.mi-sync-disabled:before{content:"\e628"}.mi-sync-problem:before{content:"\e629"}.mi-system-update:before{content:"\e62a"}.mi-system-update-alt:before{content:"\e8d7"}.mi-tab:before{content:"\e8d8"}.mi-tab-unselected:before{content:"\e8d9"}.mi-tablet:before{content:"\e32f"}.mi-tablet-android:before{content:"\e330"}.mi-tablet-mac:before{content:"\e331"}.mi-tag-faces:before{content:"\e420"}.mi-tap-and-play:before{content:"\e62b"}.mi-terrain:before{content:"\e564"}.mi-text-format:before{content:"\e165"}.mi-textsms:before{content:"\e0d8"}.mi-texture:before{content:"\e421"}.mi-theaters:before{content:"\e8da"}.mi-thumb-down:before{content:"\e8db"}.mi-thumb-up:before{content:"\e8dc"}.mi-thumbs-up-down:before{content:"\e8dd"}.mi-time-to-leave:before{content:"\e62c"}.mi-timelapse:before{content:"\e422"}.mi-timer:before{content:"\e425"}.mi-timer-10:before{content:"\e423"}.mi-timer-3:before{content:"\e424"}.mi-timer-off:before{content:"\e426"}.mi-toc:before{content:"\e8de"}.mi-today:before{content:"\e8df"}.mi-toll:before{content:"\e8e0"}.mi-tonality:before{content:"\e427"}.mi-toys:before{content:"\e332"}.mi-track-changes:before{content:"\e8e1"}.mi-traffic:before{content:"\e565"}.mi-transform:before{content:"\e428"}.mi-translate:before{content:"\e8e2"}.mi-trending-down:before{content:"\e8e3"}.mi-trending-flat:before{content:"\e8e4"}.mi-trending-up:before{content:"\e8e5"}.mi-tune:before{content:"\e429"}.mi-turned-in:before{content:"\e8e6"}.mi-turned-in-not:before{content:"\e8e7"}.mi-tv:before{content:"\e333"}.mi-undo:before{content:"\e166"}.mi-unfold-less:before{content:"\e5d6"}.mi-unfold-more:before{content:"\e5d7"}.mi-usb:before{content:"\e1e0"}.mi-verified-user:before{content:"\e8e8"}.mi-vertical-align-bottom:before{content:"\e258"}.mi-vertical-align-center:before{content:"\e259"}.mi-vertical-align-top:before{content:"\e25a"}.mi-vibration:before{content:"\e62d"}.mi-video-library:before{content:"\e04a"}.mi-videocam:before{content:"\e04b"}.mi-videocam-off:before{content:"\e04c"}.mi-view-agenda:before{content:"\e8e9"}.mi-view-array:before{content:"\e8ea"}.mi-view-carousel:before{content:"\e8eb"}.mi-view-column:before{content:"\e8ec"}.mi-view-comfy:before{content:"\e42a"}.mi-view-compact:before{content:"\e42b"}.mi-view-day:before{content:"\e8ed"}.mi-view-headline:before{content:"\e8ee"}.mi-view-list:before{content:"\e8ef"}.mi-view-module:before{content:"\e8f0"}.mi-view-quilt:before{content:"\e8f1"}.mi-view-stream:before{content:"\e8f2"}.mi-view-week:before{content:"\e8f3"}.mi-vignette:before{content:"\e435"}.mi-visibility:before{content:"\e8f4"}.mi-visibility-off:before{content:"\e8f5"}.mi-voice-chat:before{content:"\e62e"}.mi-voicemail:before{content:"\e0d9"}.mi-volume-down:before{content:"\e04d"}.mi-volume-mute:before{content:"\e04e"}.mi-volume-off:before{content:"\e04f"}.mi-volume-up:before{content:"\e050"}.mi-vpn-key:before{content:"\e0da"}.mi-vpn-lock:before{content:"\e62f"}.mi-wallpaper:before{content:"\e1bc"}.mi-warning:before{content:"\e002"}.mi-watch:before{content:"\e334"}.mi-wb-auto:before{content:"\e42c"}.mi-wb-cloudy:before{content:"\e42d"}.mi-wb-incandescent:before{content:"\e42e"}.mi-wb-iridescent:before{content:"\e436"}.mi-wb-sunny:before{content:"\e430"}.mi-wc:before{content:"\e63d"}.mi-web:before{content:"\e051"}.mi-whatshot:before{content:"\e80e"}.mi-widgets:before{content:"\e1bd"}.mi-wifi:before{content:"\e63e"}.mi-wifi-lock:before{content:"\e1e1"}.mi-wifi-tethering:before{content:"\e1e2"}.mi-work:before{content:"\e8f9"}.mi-wrap-text:before{content:"\e25b"}.mi-youtube-searched-for:before{content:"\e8fa"}.mi-zoom-in:before{content:"\e8ff"}.mi-zoom-out:before{content:"\e900"}
assets/wordpress-css-framework/js/script.js CHANGED
@@ -7,6 +7,45 @@
7
  });
8
 
9
  $(document).ready(function ( $ ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  // Function for searching menus
11
  $('.ju-menu-search-input').on('input', function () {
12
  $('.ju-right-panel .ju-settings-option').removeClass('search-result');
@@ -24,6 +63,7 @@
24
  var tabID = [], subID = [];
25
 
26
  searchResult.addClass('search-result');
 
27
  searchParent.each(function () {
28
  tabID.push($(this).attr('id'));
29
  });
@@ -103,10 +143,10 @@
103
 
104
  // Not show expand icon if this tab has no sub menus
105
  $('.ju-menu-tabs li.tab').each(function () {
106
- if ($(this).find('.ju-submenu-tabs').length < 1) {
107
- $(this).find('a.link-tab').addClass('no-submenus');
108
- } else {
109
  var linkTab = $(this).find('a.link-tab');
 
 
110
  if (linkTab.hasClass('active')) {
111
  linkTab.addClass('expanded');
112
  }
@@ -117,5 +157,8 @@
117
  $('.ju-notice-close').click(function () {
118
  $(this).closest('.ju-notice-msg').slideUp();
119
  });
 
 
 
120
  })
121
  })(jQuery);
7
  });
8
 
9
  $(document).ready(function ( $ ) {
10
+ // Toggle left panel on small screen
11
+ $('.ju-left-panel-toggle').unbind('click').click(function () {
12
+ var leftPanel = $('.ju-left-panel');
13
+ var wpLeftPanel = $('#adminmenuwrap');
14
+ var rtl = $('body').hasClass('rtl');
15
+
16
+ if (leftPanel.is(':visible')) {
17
+ if (wpLeftPanel.is(':visible')) {
18
+ if (!rtl) {
19
+ $(this).css('left', 35);
20
+ } else {
21
+ $(this).css('right', 35);
22
+ }
23
+ } else {
24
+ if (!rtl) {
25
+ $(this).css('left', 0);
26
+ } else {
27
+ $(this).css('right', 0);
28
+ }
29
+ }
30
+ } else {
31
+ if (wpLeftPanel.is(':visible')) {
32
+ if (!rtl) {
33
+ $(this).css('left', 335);
34
+ } else {
35
+ $(this).css('right', 335);
36
+ }
37
+ } else {
38
+ if (!rtl) {
39
+ $(this).css('left', 290);
40
+ } else {
41
+ $(this).css('right', 290);
42
+ }
43
+ }
44
+ }
45
+
46
+ leftPanel.toggle()
47
+ });
48
+
49
  // Function for searching menus
50
  $('.ju-menu-search-input').on('input', function () {
51
  $('.ju-right-panel .ju-settings-option').removeClass('search-result');
63
  var tabID = [], subID = [];
64
 
65
  searchResult.addClass('search-result');
66
+
67
  searchParent.each(function () {
68
  tabID.push($(this).attr('id'));
69
  });
143
 
144
  // Not show expand icon if this tab has no sub menus
145
  $('.ju-menu-tabs li.tab').each(function () {
146
+ if ($(this).find('.ju-submenu-tabs').length > 0) {
 
 
147
  var linkTab = $(this).find('a.link-tab');
148
+
149
+ linkTab.addClass('with-submenus');
150
  if (linkTab.hasClass('active')) {
151
  linkTab.addClass('expanded');
152
  }
157
  $('.ju-notice-close').click(function () {
158
  $(this).closest('.ju-notice-msg').slideUp();
159
  });
160
+
161
+ Waves.attach('.waves-effect');
162
+ Waves.init();
163
  })
164
  })(jQuery);
assets/wordpress-css-framework/js/waves.js CHANGED
@@ -1,17 +1,42 @@
1
  /*!
2
- * Waves v0.6.4
3
  * http://fian.my.id/Waves
4
  *
5
- * Copyright 2014 Alfiana E. Sibuea and other contributors
6
  * Released under the MIT license
7
  * https://github.com/fians/Waves/blob/master/LICENSE
8
  */
9
 
10
- ;(function(window) {
11
  'use strict';
12
 
13
- var Waves = Waves || {};
14
- var $$ = document.querySelectorAll.bind(document);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  // Find exact position of element
17
  function isWindow(obj) {
@@ -22,9 +47,32 @@
22
  return isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView;
23
  }
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  function offset(elem) {
26
  var docElem, win,
27
- box = {top: 0, left: 0},
28
  doc = elem && elem.ownerDocument;
29
 
30
  docElem = doc.documentElement;
@@ -39,12 +87,12 @@
39
  };
40
  }
41
 
42
- function convertStyle(obj) {
43
  var style = '';
44
 
45
- for (var a in obj) {
46
- if (obj.hasOwnProperty(a)) {
47
- style += (a + ':' + obj[a] + ';');
48
  }
49
  }
50
 
@@ -53,195 +101,260 @@
53
 
54
  var Effect = {
55
 
56
- // Effect delay
57
  duration: 750,
58
 
59
- show: function(e, element) {
 
 
 
60
 
61
  // Disable right click
62
  if (e.button === 2) {
63
  return false;
64
  }
65
 
66
- var el = element || this;
67
 
68
  // Create ripple
69
  var ripple = document.createElement('div');
70
- ripple.className = 'waves-ripple';
71
- el.appendChild(ripple);
72
-
73
- // Get click coordinate and element witdh
74
- var pos = offset(el);
75
- var relativeY = (e.pageY - pos.top);
76
- var relativeX = (e.pageX - pos.left);
77
- var scale = 'scale('+((el.clientWidth / 100) * 10)+')';
78
 
 
 
 
 
79
  // Support for touch devices
80
- if ('touches' in e) {
81
- relativeY = (e.touches[0].pageY - pos.top);
82
- relativeX = (e.touches[0].pageX - pos.left);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  }
84
 
85
  // Attach data to element
86
  ripple.setAttribute('data-hold', Date.now());
87
- ripple.setAttribute('data-scale', scale);
88
  ripple.setAttribute('data-x', relativeX);
89
  ripple.setAttribute('data-y', relativeY);
 
 
90
 
91
  // Set ripple position
92
  var rippleStyle = {
93
- 'top': relativeY+'px',
94
- 'left': relativeX+'px'
95
  };
96
 
97
- ripple.className = ripple.className + ' waves-notransition';
98
  ripple.setAttribute('style', convertStyle(rippleStyle));
99
- ripple.className = ripple.className.replace('waves-notransition', '');
100
 
101
  // Scale the ripple
102
- rippleStyle['-webkit-transform'] = scale;
103
- rippleStyle['-moz-transform'] = scale;
104
- rippleStyle['-ms-transform'] = scale;
105
- rippleStyle['-o-transform'] = scale;
106
- rippleStyle.transform = scale;
107
- rippleStyle.opacity = '1';
108
-
109
- rippleStyle['-webkit-transition-duration'] = Effect.duration + 'ms';
110
- rippleStyle['-moz-transition-duration'] = Effect.duration + 'ms';
111
- rippleStyle['-o-transition-duration'] = Effect.duration + 'ms';
112
- rippleStyle['transition-duration'] = Effect.duration + 'ms';
113
-
114
- rippleStyle['-webkit-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';
115
- rippleStyle['-moz-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';
116
- rippleStyle['-o-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';
117
- rippleStyle['transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';
118
 
119
  ripple.setAttribute('style', convertStyle(rippleStyle));
120
  },
121
 
122
- hide: function(e) {
123
- TouchHandler.touchup(e);
124
 
125
- var el = this;
126
- var width = el.clientWidth * 1.4;
127
 
128
- // Get first ripple
129
- var ripple = null;
130
- var ripples = el.getElementsByClassName('waves-ripple');
131
- if (ripples.length > 0) {
132
- ripple = ripples[ripples.length - 1];
133
- } else {
134
- return false;
135
  }
136
 
137
- var relativeX = ripple.getAttribute('data-x');
138
- var relativeY = ripple.getAttribute('data-y');
139
- var scale = ripple.getAttribute('data-scale');
 
140
 
141
- // Get delay beetween mousedown and mouse leave
142
- var diff = Date.now() - Number(ripple.getAttribute('data-hold'));
143
- var delay = 350 - diff;
 
 
 
 
 
 
 
 
 
 
144
 
145
- if (delay < 0) {
146
- delay = 0;
 
 
 
147
  }
148
 
149
- // Fade out ripple after delay
150
- setTimeout(function() {
151
- var style = {
152
- 'top': relativeY+'px',
153
- 'left': relativeX+'px',
154
- 'opacity': '0',
155
-
156
- // Duration
157
- '-webkit-transition-duration': Effect.duration + 'ms',
158
- '-moz-transition-duration': Effect.duration + 'ms',
159
- '-o-transition-duration': Effect.duration + 'ms',
160
- 'transition-duration': Effect.duration + 'ms',
161
- '-webkit-transform': scale,
162
- '-moz-transform': scale,
163
- '-ms-transform': scale,
164
- '-o-transform': scale,
165
- 'transform': scale,
166
- };
167
 
168
- ripple.setAttribute('style', convertStyle(style));
 
 
 
 
 
 
 
 
 
 
169
 
170
- setTimeout(function() {
171
- try {
172
- el.removeChild(ripple);
173
- } catch(e) {
174
- return false;
175
- }
176
- }, Effect.duration);
177
- }, delay);
178
  },
179
 
180
- // Little hack to make <input> can perform waves effect
181
- wrapInput: function(elements) {
182
- for (var a = 0; a < elements.length; a++) {
183
- var el = elements[a];
184
 
185
- if (el.tagName.toLowerCase() === 'input') {
186
- var parent = el.parentNode;
187
 
188
- // If input already have parent just pass through
189
- if (parent.tagName.toLowerCase() === 'i' && parent.className.indexOf('waves-effect') !== -1) {
190
- continue;
191
- }
192
 
193
- // Put element class and style to the specified parent
194
- var wrapper = document.createElement('i');
195
- wrapper.className = el.className + ' waves-input-wrapper';
 
196
 
197
- var elementStyle = el.getAttribute('style');
 
198
 
199
- if (!elementStyle) {
200
- elementStyle = '';
201
- }
 
 
202
 
203
- wrapper.setAttribute('style', elementStyle);
 
 
 
204
 
205
- el.className = 'waves-button-input';
206
- el.removeAttribute('style');
207
 
208
- // Put element as child
209
- parent.replaceChild(wrapper, el);
210
- wrapper.appendChild(el);
211
- }
212
- }
 
 
 
 
 
 
 
 
 
 
213
  }
214
- };
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
 
216
 
217
  /**
218
  * Disable mousedown event for 500ms during and after touch
219
  */
220
  var TouchHandler = {
 
221
  /* uses an integer rather than bool so there's no issues with
222
  * needing to clear timeouts if another touch event occurred
223
  * within the 500ms. Cannot mouseup between touchstart and
224
  * touchend, nor in the 500ms after touchend. */
225
  touches: 0,
 
226
  allowEvent: function(e) {
 
227
  var allow = true;
228
 
229
- if (e.type === 'touchstart') {
230
- TouchHandler.touches += 1; //push
231
- } else if (e.type === 'touchend' || e.type === 'touchcancel') {
232
- setTimeout(function() {
233
- if (TouchHandler.touches > 0) {
234
- TouchHandler.touches -= 1; //pop after 500ms
235
- }
236
- }, 500);
237
- } else if (e.type === 'mousedown' && TouchHandler.touches > 0) {
238
  allow = false;
239
  }
240
 
241
  return allow;
242
  },
243
- touchup: function(e) {
244
- TouchHandler.allowEvent(e);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  }
246
  };
247
 
@@ -251,6 +364,7 @@
251
  * returns null when .waves-effect element not in "click tree"
252
  */
253
  function getWavesEffectElement(e) {
 
254
  if (TouchHandler.allowEvent(e) === false) {
255
  return null;
256
  }
@@ -258,11 +372,8 @@
258
  var element = null;
259
  var target = e.target || e.srcElement;
260
 
261
- while (target.parentElement !== null) {
262
- if (!(target instanceof SVGElement) && target.className.indexOf('waves-effect') !== -1) {
263
- element = target;
264
- break;
265
- } else if (target.classList.contains('waves-effect')) {
266
  element = target;
267
  break;
268
  }
@@ -276,66 +387,214 @@
276
  * Bubble the click and show effect if .waves-effect elem was found
277
  */
278
  function showEffect(e) {
 
 
 
 
 
 
 
279
  var element = getWavesEffectElement(e);
280
 
281
  if (element !== null) {
282
- setTimeout(function () {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
283
  Effect.show(e, element);
284
- },100);
285
 
 
 
 
 
286
 
287
- if ('ontouchstart' in window) {
288
- element.addEventListener('touchend', Effect.hide, false);
289
- element.addEventListener('touchcancel', Effect.hide, false);
290
  }
291
-
292
- element.addEventListener('mouseup', Effect.hide, false);
293
- element.addEventListener('mouseleave', Effect.hide, false);
294
  }
295
  }
296
 
297
- Waves.displayEffect = function(options) {
 
 
298
  options = options || {};
299
 
300
  if ('duration' in options) {
301
  Effect.duration = options.duration;
302
  }
303
 
304
- //Wrap input inside <i> tag
305
- Effect.wrapInput($$('.waves-effect'));
 
306
 
307
- if ('ontouchstart' in window) {
308
- document.body.addEventListener('touchstart', showEffect, false);
 
 
309
  }
310
 
311
- document.body.addEventListener('mousedown', showEffect, false);
312
  };
313
 
 
314
  /**
315
- * Attach Waves to an input element (or any element which doesn't
316
- * bubble mouseup/mousedown events).
317
- * Intended to be used with dynamically loaded forms/inputs, or
318
- * where the user doesn't want a delegated click handler.
319
  */
320
- Waves.attach = function(element) {
321
- //FUTURE: automatically add waves classes and allow users
322
- // to specify them with an options param? Eg. light/classic/button
323
- if (element.tagName.toLowerCase() === 'input') {
324
- Effect.wrapInput([element]);
325
- element = element.parentElement;
326
  }
327
 
328
- if ('ontouchstart' in window) {
329
- element.addEventListener('touchstart', showEffect, false);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  }
 
331
 
332
- element.addEventListener('mousedown', showEffect, false);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  };
334
 
335
- window.Waves = Waves;
 
 
 
 
 
 
 
 
 
 
 
 
 
336
 
337
- document.addEventListener('DOMContentLoaded', function() {
338
- Waves.displayEffect();
339
- }, false);
 
 
 
 
340
 
341
- })(window);
 
1
  /*!
2
+ * Waves v0.7.6
3
  * http://fian.my.id/Waves
4
  *
5
+ * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
6
  * Released under the MIT license
7
  * https://github.com/fians/Waves/blob/master/LICENSE
8
  */
9
 
10
+ ;(function(window, factory) {
11
  'use strict';
12
 
13
+ // AMD. Register as an anonymous module. Wrap in function so we have access
14
+ // to root via `this`.
15
+ if (typeof define === 'function' && define.amd) {
16
+ define([], function() {
17
+ window.Waves = factory.call(window);
18
+ return window.Waves;
19
+ });
20
+ }
21
+
22
+ // Node. Does not work with strict CommonJS, but only CommonJS-like
23
+ // environments that support module.exports, like Node.
24
+ else if (typeof exports === 'object') {
25
+ module.exports = factory.call(window);
26
+ }
27
+
28
+ // Browser globals.
29
+ else {
30
+ window.Waves = factory.call(window);
31
+ }
32
+ })(typeof global === 'object' ? global : this, function() {
33
+ 'use strict';
34
+
35
+ var Waves = Waves || {};
36
+ var $$ = document.querySelectorAll.bind(document);
37
+ var toString = Object.prototype.toString;
38
+ var isTouchAvailable = 'ontouchstart' in window;
39
+
40
 
41
  // Find exact position of element
42
  function isWindow(obj) {
47
  return isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView;
48
  }
49
 
50
+ function isObject(value) {
51
+ var type = typeof value;
52
+ return type === 'function' || type === 'object' && !!value;
53
+ }
54
+
55
+ function isDOMNode(obj) {
56
+ return isObject(obj) && obj.nodeType > 0;
57
+ }
58
+
59
+ function getWavesElements(nodes) {
60
+ var stringRepr = toString.call(nodes);
61
+
62
+ if (stringRepr === '[object String]') {
63
+ return $$(nodes);
64
+ } else if (isObject(nodes) && /^\[object (Array|HTMLCollection|NodeList|Object)\]$/.test(stringRepr) && nodes.hasOwnProperty('length')) {
65
+ return nodes;
66
+ } else if (isDOMNode(nodes)) {
67
+ return [nodes];
68
+ }
69
+
70
+ return [];
71
+ }
72
+
73
  function offset(elem) {
74
  var docElem, win,
75
+ box = { top: 0, left: 0 },
76
  doc = elem && elem.ownerDocument;
77
 
78
  docElem = doc.documentElement;
87
  };
88
  }
89
 
90
+ function convertStyle(styleObj) {
91
  var style = '';
92
 
93
+ for (var prop in styleObj) {
94
+ if (styleObj.hasOwnProperty(prop)) {
95
+ style += (prop + ':' + styleObj[prop] + ';');
96
  }
97
  }
98
 
101
 
102
  var Effect = {
103
 
104
+ // Effect duration
105
  duration: 750,
106
 
107
+ // Effect delay (check for scroll before showing effect)
108
+ delay: 200,
109
+
110
+ show: function(e, element, velocity) {
111
 
112
  // Disable right click
113
  if (e.button === 2) {
114
  return false;
115
  }
116
 
117
+ element = element || this;
118
 
119
  // Create ripple
120
  var ripple = document.createElement('div');
121
+ ripple.className = 'waves-ripple waves-rippling';
122
+ element.appendChild(ripple);
 
 
 
 
 
 
123
 
124
+ // Get click coordinate and element width
125
+ var pos = offset(element);
126
+ var relativeY = 0;
127
+ var relativeX = 0;
128
  // Support for touch devices
129
+ if('touches' in e && e.touches.length) {
130
+ relativeY = (e.touches[0].pageY - pos.top);
131
+ relativeX = (e.touches[0].pageX - pos.left);
132
+ }
133
+ //Normal case
134
+ else {
135
+ relativeY = (e.pageY - pos.top);
136
+ relativeX = (e.pageX - pos.left);
137
+ }
138
+ // Support for synthetic events
139
+ relativeX = relativeX >= 0 ? relativeX : 0;
140
+ relativeY = relativeY >= 0 ? relativeY : 0;
141
+
142
+ var scale = 'scale(' + ((element.clientWidth / 100) * 3) + ')';
143
+ var translate = 'translate(0,0)';
144
+
145
+ if (velocity) {
146
+ translate = 'translate(' + (velocity.x) + 'px, ' + (velocity.y) + 'px)';
147
  }
148
 
149
  // Attach data to element
150
  ripple.setAttribute('data-hold', Date.now());
 
151
  ripple.setAttribute('data-x', relativeX);
152
  ripple.setAttribute('data-y', relativeY);
153
+ ripple.setAttribute('data-scale', scale);
154
+ ripple.setAttribute('data-translate', translate);
155
 
156
  // Set ripple position
157
  var rippleStyle = {
158
+ top: relativeY + 'px',
159
+ left: relativeX + 'px'
160
  };
161
 
162
+ ripple.classList.add('waves-notransition');
163
  ripple.setAttribute('style', convertStyle(rippleStyle));
164
+ ripple.classList.remove('waves-notransition');
165
 
166
  // Scale the ripple
167
+ rippleStyle['-webkit-transform'] = scale + ' ' + translate;
168
+ rippleStyle['-moz-transform'] = scale + ' ' + translate;
169
+ rippleStyle['-ms-transform'] = scale + ' ' + translate;
170
+ rippleStyle['-o-transform'] = scale + ' ' + translate;
171
+ rippleStyle.transform = scale + ' ' + translate;
172
+ rippleStyle.opacity = '1';
173
+
174
+ var duration = e.type === 'mousemove' ? 2500 : Effect.duration;
175
+ rippleStyle['-webkit-transition-duration'] = duration + 'ms';
176
+ rippleStyle['-moz-transition-duration'] = duration + 'ms';
177
+ rippleStyle['-o-transition-duration'] = duration + 'ms';
178
+ rippleStyle['transition-duration'] = duration + 'ms';
 
 
 
 
179
 
180
  ripple.setAttribute('style', convertStyle(rippleStyle));
181
  },
182
 
183
+ hide: function(e, element) {
184
+ element = element || this;
185
 
186
+ var ripples = element.getElementsByClassName('waves-rippling');
 
187
 
188
+ for (var i = 0, len = ripples.length; i < len; i++) {
189
+ removeRipple(e, element, ripples[i]);
 
 
 
 
 
190
  }
191
 
192
+ if (isTouchAvailable) {
193
+ element.removeEventListener('touchend', Effect.hide);
194
+ element.removeEventListener('touchcancel', Effect.hide);
195
+ }
196
 
197
+ element.removeEventListener('mouseup', Effect.hide);
198
+ element.removeEventListener('mouseleave', Effect.hide);
199
+ }
200
+ };
201
+
202
+ /**
203
+ * Collection of wrapper for HTML element that only have single tag
204
+ * like <input> and <img>
205
+ */
206
+ var TagWrapper = {
207
+
208
+ // Wrap <input> tag so it can perform the effect
209
+ input: function(element) {
210
 
211
+ var parent = element.parentNode;
212
+
213
+ // If input already have parent just pass through
214
+ if (parent.tagName.toLowerCase() === 'i' && parent.classList.contains('waves-effect')) {
215
+ return;
216
  }
217
 
218
+ // Put element class and style to the specified parent
219
+ var wrapper = document.createElement('i');
220
+ wrapper.className = element.className + ' waves-input-wrapper';
221
+ element.className = 'waves-button-input';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
 
223
+ // Put element as child
224
+ parent.replaceChild(wrapper, element);
225
+ wrapper.appendChild(element);
226
+
227
+ // Apply element color and background color to wrapper
228
+ var elementStyle = window.getComputedStyle(element, null);
229
+ var color = elementStyle.color;
230
+ var backgroundColor = elementStyle.backgroundColor;
231
+
232
+ wrapper.setAttribute('style', 'color:' + color + ';background:' + backgroundColor);
233
+ element.setAttribute('style', 'background-color:rgba(0,0,0,0);');
234
 
 
 
 
 
 
 
 
 
235
  },
236
 
237
+ // Wrap <img> tag so it can perform the effect
238
+ img: function(element) {
 
 
239
 
240
+ var parent = element.parentNode;
 
241
 
242
+ // If input already have parent just pass through
243
+ if (parent.tagName.toLowerCase() === 'i' && parent.classList.contains('waves-effect')) {
244
+ return;
245
+ }
246
 
247
+ // Put element as child
248
+ var wrapper = document.createElement('i');
249
+ parent.replaceChild(wrapper, element);
250
+ wrapper.appendChild(element);
251
 
252
+ }
253
+ };
254
 
255
+ /**
256
+ * Hide the effect and remove the ripple. Must be
257
+ * a separate function to pass the JSLint...
258
+ */
259
+ function removeRipple(e, el, ripple) {
260
 
261
+ // Check if the ripple still exist
262
+ if (!ripple) {
263
+ return;
264
+ }
265
 
266
+ ripple.classList.remove('waves-rippling');
 
267
 
268
+ var relativeX = ripple.getAttribute('data-x');
269
+ var relativeY = ripple.getAttribute('data-y');
270
+ var scale = ripple.getAttribute('data-scale');
271
+ var translate = ripple.getAttribute('data-translate');
272
+
273
+ // Get delay beetween mousedown and mouse leave
274
+ var diff = Date.now() - Number(ripple.getAttribute('data-hold'));
275
+ var delay = 350 - diff;
276
+
277
+ if (delay < 0) {
278
+ delay = 0;
279
+ }
280
+
281
+ if (e.type === 'mousemove') {
282
+ delay = 150;
283
  }
284
+
285
+ // Fade out ripple after delay
286
+ var duration = e.type === 'mousemove' ? 2500 : Effect.duration;
287
+
288
+ setTimeout(function() {
289
+
290
+ var style = {
291
+ top: relativeY + 'px',
292
+ left: relativeX + 'px',
293
+ opacity: '0',
294
+
295
+ // Duration
296
+ '-webkit-transition-duration': duration + 'ms',
297
+ '-moz-transition-duration': duration + 'ms',
298
+ '-o-transition-duration': duration + 'ms',
299
+ 'transition-duration': duration + 'ms',
300
+ '-webkit-transform': scale + ' ' + translate,
301
+ '-moz-transform': scale + ' ' + translate,
302
+ '-ms-transform': scale + ' ' + translate,
303
+ '-o-transform': scale + ' ' + translate,
304
+ 'transform': scale + ' ' + translate
305
+ };
306
+
307
+ ripple.setAttribute('style', convertStyle(style));
308
+
309
+ setTimeout(function() {
310
+ try {
311
+ el.removeChild(ripple);
312
+ } catch (e) {
313
+ return false;
314
+ }
315
+ }, duration);
316
+
317
+ }, delay);
318
+ }
319
 
320
 
321
  /**
322
  * Disable mousedown event for 500ms during and after touch
323
  */
324
  var TouchHandler = {
325
+
326
  /* uses an integer rather than bool so there's no issues with
327
  * needing to clear timeouts if another touch event occurred
328
  * within the 500ms. Cannot mouseup between touchstart and
329
  * touchend, nor in the 500ms after touchend. */
330
  touches: 0,
331
+
332
  allowEvent: function(e) {
333
+
334
  var allow = true;
335
 
336
+ if (/^(mousedown|mousemove)$/.test(e.type) && TouchHandler.touches) {
 
 
 
 
 
 
 
 
337
  allow = false;
338
  }
339
 
340
  return allow;
341
  },
342
+ registerEvent: function(e) {
343
+ var eType = e.type;
344
+
345
+ if (eType === 'touchstart') {
346
+
347
+ TouchHandler.touches += 1; // push
348
+
349
+ } else if (/^(touchend|touchcancel)$/.test(eType)) {
350
+
351
+ setTimeout(function() {
352
+ if (TouchHandler.touches) {
353
+ TouchHandler.touches -= 1; // pop after 500ms
354
+ }
355
+ }, 500);
356
+
357
+ }
358
  }
359
  };
360
 
364
  * returns null when .waves-effect element not in "click tree"
365
  */
366
  function getWavesEffectElement(e) {
367
+
368
  if (TouchHandler.allowEvent(e) === false) {
369
  return null;
370
  }
372
  var element = null;
373
  var target = e.target || e.srcElement;
374
 
375
+ while (target.parentElement) {
376
+ if ( (!(target instanceof SVGElement)) && target.classList.contains('waves-effect')) {
 
 
 
377
  element = target;
378
  break;
379
  }
387
  * Bubble the click and show effect if .waves-effect elem was found
388
  */
389
  function showEffect(e) {
390
+
391
+ // Disable effect if element has "disabled" property on it
392
+ // In some cases, the event is not triggered by the current element
393
+ // if (e.target.getAttribute('disabled') !== null) {
394
+ // return;
395
+ // }
396
+
397
  var element = getWavesEffectElement(e);
398
 
399
  if (element !== null) {
400
+
401
+ // Make it sure the element has either disabled property, disabled attribute or 'disabled' class
402
+ if (element.disabled || element.getAttribute('disabled') || element.classList.contains('disabled')) {
403
+ return;
404
+ }
405
+
406
+ TouchHandler.registerEvent(e);
407
+
408
+ if (e.type === 'touchstart' && Effect.delay) {
409
+
410
+ var hidden = false;
411
+
412
+ var timer = setTimeout(function () {
413
+ timer = null;
414
+ Effect.show(e, element);
415
+ }, Effect.delay);
416
+
417
+ var hideEffect = function(hideEvent) {
418
+
419
+ // if touch hasn't moved, and effect not yet started: start effect now
420
+ if (timer) {
421
+ clearTimeout(timer);
422
+ timer = null;
423
+ Effect.show(e, element);
424
+ }
425
+ if (!hidden) {
426
+ hidden = true;
427
+ Effect.hide(hideEvent, element);
428
+ }
429
+
430
+ removeListeners();
431
+ };
432
+
433
+ var touchMove = function(moveEvent) {
434
+ if (timer) {
435
+ clearTimeout(timer);
436
+ timer = null;
437
+ }
438
+ hideEffect(moveEvent);
439
+
440
+ removeListeners();
441
+ };
442
+
443
+ element.addEventListener('touchmove', touchMove, false);
444
+ element.addEventListener('touchend', hideEffect, false);
445
+ element.addEventListener('touchcancel', hideEffect, false);
446
+
447
+ var removeListeners = function() {
448
+ element.removeEventListener('touchmove', touchMove);
449
+ element.removeEventListener('touchend', hideEffect);
450
+ element.removeEventListener('touchcancel', hideEffect);
451
+ };
452
+ } else {
453
+
454
  Effect.show(e, element);
 
455
 
456
+ if (isTouchAvailable) {
457
+ element.addEventListener('touchend', Effect.hide, false);
458
+ element.addEventListener('touchcancel', Effect.hide, false);
459
+ }
460
 
461
+ element.addEventListener('mouseup', Effect.hide, false);
462
+ element.addEventListener('mouseleave', Effect.hide, false);
 
463
  }
 
 
 
464
  }
465
  }
466
 
467
+ Waves.init = function(options) {
468
+ var body = document.body;
469
+
470
  options = options || {};
471
 
472
  if ('duration' in options) {
473
  Effect.duration = options.duration;
474
  }
475
 
476
+ if ('delay' in options) {
477
+ Effect.delay = options.delay;
478
+ }
479
 
480
+ if (isTouchAvailable) {
481
+ body.addEventListener('touchstart', showEffect, false);
482
+ body.addEventListener('touchcancel', TouchHandler.registerEvent, false);
483
+ body.addEventListener('touchend', TouchHandler.registerEvent, false);
484
  }
485
 
486
+ body.addEventListener('mousedown', showEffect, false);
487
  };
488
 
489
+
490
  /**
491
+ * Attach Waves to dynamically loaded inputs, or add .waves-effect and other
492
+ * waves classes to a set of elements. Set drag to true if the ripple mouseover
493
+ * or skimming effect should be applied to the elements.
 
494
  */
495
+ Waves.attach = function(elements, classes) {
496
+
497
+ elements = getWavesElements(elements);
498
+
499
+ if (toString.call(classes) === '[object Array]') {
500
+ classes = classes.join(' ');
501
  }
502
 
503
+ classes = classes ? ' ' + classes : '';
504
+
505
+ var element, tagName;
506
+
507
+ for (var i = 0, len = elements.length; i < len; i++) {
508
+
509
+ element = elements[i];
510
+ tagName = element.tagName.toLowerCase();
511
+
512
+ if (['input', 'img'].indexOf(tagName) !== -1) {
513
+ TagWrapper[tagName](element);
514
+ element = element.parentElement;
515
+ }
516
+
517
+ if (element.className.indexOf('waves-effect') === -1) {
518
+ element.className += ' waves-effect' + classes;
519
+ }
520
  }
521
+ };
522
 
523
+
524
+ /**
525
+ * Cause a ripple to appear in an element via code.
526
+ */
527
+ Waves.ripple = function(elements, options) {
528
+ elements = getWavesElements(elements);
529
+ var elementsLen = elements.length;
530
+
531
+ options = options || {};
532
+ options.wait = options.wait || 0;
533
+ options.position = options.position || null; // default = centre of element
534
+
535
+
536
+ if (elementsLen) {
537
+ var element, pos, off, centre = {}, i = 0;
538
+ var mousedown = {
539
+ type: 'mousedown',
540
+ button: 1
541
+ };
542
+ var hideRipple = function(mouseup, element) {
543
+ return function() {
544
+ Effect.hide(mouseup, element);
545
+ };
546
+ };
547
+
548
+ for (; i < elementsLen; i++) {
549
+ element = elements[i];
550
+ pos = options.position || {
551
+ x: element.clientWidth / 2,
552
+ y: element.clientHeight / 2
553
+ };
554
+
555
+ off = offset(element);
556
+ centre.x = off.left + pos.x;
557
+ centre.y = off.top + pos.y;
558
+
559
+ mousedown.pageX = centre.x;
560
+ mousedown.pageY = centre.y;
561
+
562
+ Effect.show(mousedown, element);
563
+
564
+ if (options.wait >= 0 && options.wait !== null) {
565
+ var mouseup = {
566
+ type: 'mouseup',
567
+ button: 1
568
+ };
569
+
570
+ setTimeout(hideRipple(mouseup, element), options.wait);
571
+ }
572
+ }
573
+ }
574
  };
575
 
576
+ /**
577
+ * Remove all ripples from an element.
578
+ */
579
+ Waves.calm = function(elements) {
580
+ elements = getWavesElements(elements);
581
+ var mouseup = {
582
+ type: 'mouseup',
583
+ button: 1
584
+ };
585
+
586
+ for (var i = 0, len = elements.length; i < len; i++) {
587
+ Effect.hide(mouseup, elements[i]);
588
+ }
589
+ };
590
 
591
+ /**
592
+ * Deprecated API fallback
593
+ */
594
+ Waves.displayEffect = function(options) {
595
+ console.error('Waves.displayEffect() has been deprecated and will be removed in future version. Please use Waves.init() to initialize Waves effect');
596
+ Waves.init(options);
597
+ };
598
 
599
+ return Waves;
600
+ });
assets/wordpress-css-framework/js/waves.min.js ADDED
@@ -0,0 +1,2 @@
 
 
1
+ !function(t,e){"use strict";"function"==typeof define&&define.amd?define([],function(){return t.Waves=e.call(t),t.Waves}):"object"==typeof exports?module.exports=e.call(t):t.Waves=e.call(t)}("object"==typeof global?global:this,function(){"use strict";function t(t){return null!==t&&t===t.window}function e(e){return t(e)?e:9===e.nodeType&&e.defaultView}function n(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function o(t){return n(t)&&t.nodeType>0}function a(t){var e=f.call(t);return"[object String]"===e?d(t):n(t)&&/^\[object (Array|HTMLCollection|NodeList|Object)\]$/.test(e)&&t.hasOwnProperty("length")?t:o(t)?[t]:[]}function i(t){var n,o,a={top:0,left:0},i=t&&t.ownerDocument;return n=i.documentElement,void 0!==t.getBoundingClientRect&&(a=t.getBoundingClientRect()),o=e(i),{top:a.top+o.pageYOffset-n.clientTop,left:a.left+o.pageXOffset-n.clientLeft}}function r(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e+=n+":"+t[n]+";");return e}function s(t,e,n){if(n){n.classList.remove("waves-rippling");var o=n.getAttribute("data-x"),a=n.getAttribute("data-y"),i=n.getAttribute("data-scale"),s=n.getAttribute("data-translate"),u=350-(Date.now()-Number(n.getAttribute("data-hold")));u<0&&(u=0),"mousemove"===t.type&&(u=150);var c="mousemove"===t.type?2500:v.duration;setTimeout(function(){var t={top:a+"px",left:o+"px",opacity:"0","-webkit-transition-duration":c+"ms","-moz-transition-duration":c+"ms","-o-transition-duration":c+"ms","transition-duration":c+"ms","-webkit-transform":i+" "+s,"-moz-transform":i+" "+s,"-ms-transform":i+" "+s,"-o-transform":i+" "+s,transform:i+" "+s};n.setAttribute("style",r(t)),setTimeout(function(){try{e.removeChild(n)}catch(t){return!1}},c)},u)}}function u(t){if(!1===h.allowEvent(t))return null;for(var e=null,n=t.target||t.srcElement;n.parentElement;){if(!(n instanceof SVGElement)&&n.classList.contains("waves-effect")){e=n;break}n=n.parentElement}return e}function c(t){var e=u(t);if(null!==e){if(e.disabled||e.getAttribute("disabled")||e.classList.contains("disabled"))return;if(h.registerEvent(t),"touchstart"===t.type&&v.delay){var n=!1,o=setTimeout(function(){o=null,v.show(t,e)},v.delay),a=function(a){o&&(clearTimeout(o),o=null,v.show(t,e)),n||(n=!0,v.hide(a,e)),r()},i=function(t){o&&(clearTimeout(o),o=null),a(t),r()};e.addEventListener("touchmove",i,!1),e.addEventListener("touchend",a,!1),e.addEventListener("touchcancel",a,!1);var r=function(){e.removeEventListener("touchmove",i),e.removeEventListener("touchend",a),e.removeEventListener("touchcancel",a)}}else v.show(t,e),m&&(e.addEventListener("touchend",v.hide,!1),e.addEventListener("touchcancel",v.hide,!1)),e.addEventListener("mouseup",v.hide,!1),e.addEventListener("mouseleave",v.hide,!1)}}var l=l||{},d=document.querySelectorAll.bind(document),f=Object.prototype.toString,m="ontouchstart"in window,v={duration:750,delay:200,show:function(t,e,n){if(2===t.button)return!1;e=e||this;var o=document.createElement("div");o.className="waves-ripple waves-rippling",e.appendChild(o);var a=i(e),s=0,u=0;"touches"in t&&t.touches.length?(s=t.touches[0].pageY-a.top,u=t.touches[0].pageX-a.left):(s=t.pageY-a.top,u=t.pageX-a.left),u=u>=0?u:0,s=s>=0?s:0;var c="scale("+e.clientWidth/100*3+")",l="translate(0,0)";n&&(l="translate("+n.x+"px, "+n.y+"px)"),o.setAttribute("data-hold",Date.now()),o.setAttribute("data-x",u),o.setAttribute("data-y",s),o.setAttribute("data-scale",c),o.setAttribute("data-translate",l);var d={top:s+"px",left:u+"px"};o.classList.add("waves-notransition"),o.setAttribute("style",r(d)),o.classList.remove("waves-notransition"),d["-webkit-transform"]=c+" "+l,d["-moz-transform"]=c+" "+l,d["-ms-transform"]=c+" "+l,d["-o-transform"]=c+" "+l,d.transform=c+" "+l,d.opacity="1";var f="mousemove"===t.type?2500:v.duration;d["-webkit-transition-duration"]=f+"ms",d["-moz-transition-duration"]=f+"ms",d["-o-transition-duration"]=f+"ms",d["transition-duration"]=f+"ms",o.setAttribute("style",r(d))},hide:function(t,e){for(var n=(e=e||this).getElementsByClassName("waves-rippling"),o=0,a=n.length;o<a;o++)s(t,e,n[o]);m&&(e.removeEventListener("touchend",v.hide),e.removeEventListener("touchcancel",v.hide)),e.removeEventListener("mouseup",v.hide),e.removeEventListener("mouseleave",v.hide)}},p={input:function(t){var e=t.parentNode;if("i"!==e.tagName.toLowerCase()||!e.classList.contains("waves-effect")){var n=document.createElement("i");n.className=t.className+" waves-input-wrapper",t.className="waves-button-input",e.replaceChild(n,t),n.appendChild(t);var o=window.getComputedStyle(t,null),a=o.color,i=o.backgroundColor;n.setAttribute("style","color:"+a+";background:"+i),t.setAttribute("style","background-color:rgba(0,0,0,0);")}},img:function(t){var e=t.parentNode;if("i"!==e.tagName.toLowerCase()||!e.classList.contains("waves-effect")){var n=document.createElement("i");e.replaceChild(n,t),n.appendChild(t)}}},h={touches:0,allowEvent:function(t){var e=!0;return/^(mousedown|mousemove)$/.test(t.type)&&h.touches&&(e=!1),e},registerEvent:function(t){var e=t.type;"touchstart"===e?h.touches+=1:/^(touchend|touchcancel)$/.test(e)&&setTimeout(function(){h.touches&&(h.touches-=1)},500)}};return l.init=function(t){var e=document.body;"duration"in(t=t||{})&&(v.duration=t.duration),"delay"in t&&(v.delay=t.delay),m&&(e.addEventListener("touchstart",c,!1),e.addEventListener("touchcancel",h.registerEvent,!1),e.addEventListener("touchend",h.registerEvent,!1)),e.addEventListener("mousedown",c,!1)},l.attach=function(t,e){t=a(t),"[object Array]"===f.call(e)&&(e=e.join(" ")),e=e?" "+e:"";for(var n,o,i=0,r=t.length;i<r;i++)o=(n=t[i]).tagName.toLowerCase(),-1!==["input","img"].indexOf(o)&&(p[o](n),n=n.parentElement),-1===n.className.indexOf("waves-effect")&&(n.className+=" waves-effect"+e)},l.ripple=function(t,e){var n=(t=a(t)).length;if(e=e||{},e.wait=e.wait||0,e.position=e.position||null,n)for(var o,r,s,u={},c=0,l={type:"mousedown",button:1};c<n;c++)if(o=t[c],r=e.position||{x:o.clientWidth/2,y:o.clientHeight/2},s=i(o),u.x=s.left+r.x,u.y=s.top+r.y,l.pageX=u.x,l.pageY=u.y,v.show(l,o),e.wait>=0&&null!==e.wait){var d={type:"mouseup",button:1};setTimeout(function(t,e){return function(){v.hide(t,e)}}(d,o),e.wait)}},l.calm=function(t){for(var e={type:"mouseup",button:1},n=0,o=(t=a(t)).length;n<o;n++)v.hide(e,t[n])},l.displayEffect=function(t){l.init(t)},l});
2
+ //# sourceMappingURL=waves.min.js.map - ver 0.7.6
assets/wordpress-css-framework/readme_img/buttons.png ADDED
Binary file
assets/wordpress-css-framework/readme_img/checkbox-switch.jpg ADDED
Binary file
assets/wordpress-css-framework/readme_img/checkbox.png ADDED
Binary file
assets/wordpress-css-framework/readme_img/notice.png ADDED
Binary file
assets/wordpress-css-framework/readme_img/overview.jpg ADDED
Binary file
assets/wordpress-css-framework/readme_img/radio.png ADDED
Binary file
assets/wordpress-css-framework/readme_img/rectangular-button.png ADDED
Binary file
assets/wordpress-css-framework/readme_img/select.png ADDED
Binary file
assets/wordpress-css-framework/readme_img/setting-color.jpg ADDED
Binary file
assets/wordpress-css-framework/readme_img/settings.png ADDED
Binary file
assets/wordpress-css-framework/readme_img/square-button.png ADDED
Binary file
inc/class.metaseo-admin.php CHANGED
@@ -133,6 +133,7 @@ class MetaSeoAdmin
133
  add_action('edit_term', array($this, 'saveCategoryMeta'), 10, 3);
134
  }
135
  add_action('wp_ajax_wpms', array($this, 'startProcess'));
 
136
  add_filter('wpms_the_content', array($this, 'wpmsTheContent'), 10, 2);
137
  }
138
 
@@ -271,6 +272,17 @@ class MetaSeoAdmin
271
  <div class="cat-desc-len"><?php echo esc_html(MPMSCAT_DESC_LENGTH); ?></div>
272
  </div>
273
  <?php
 
 
 
 
 
 
 
 
 
 
 
274
  }
275
 
276
  /**
@@ -305,6 +317,15 @@ class MetaSeoAdmin
305
  update_term_meta($term_id, 'wpms_category_metakeywords', $_POST['wpms_category_metakeywords']);
306
  }
307
  }
 
 
 
 
 
 
 
 
 
308
  }
309
  }
310
  //phpcs:enable
@@ -339,6 +360,8 @@ class MetaSeoAdmin
339
  $metatitle = get_term_meta($t_id, 'wpms_category_metatitle', true);
340
  $metadesc = get_term_meta($t_id, 'wpms_category_metadesc', true);
341
  $metakeywords = get_term_meta($t_id, 'wpms_category_metakeywords', true);
 
 
342
  ?>
343
  <tr class="form-field">
344
  <th scope="row" valign="top">
@@ -426,6 +449,28 @@ class MetaSeoAdmin
426
  </td>
427
  </tr>
428
  <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
  }
430
 
431
  /**
@@ -1663,9 +1708,11 @@ class MetaSeoAdmin
1663
  public function gutenbergUpdateContent($post_content, $link_detail, $title)
1664
  {
1665
  $blocks = parse_blocks($post_content);
 
1666
  $allowed_blocks = array(
1667
  // Classic blocks have their blockName set to null.
1668
  null,
 
1669
  'core/button',
1670
  'core/paragraph',
1671
  'core/heading',
@@ -1679,7 +1726,7 @@ class MetaSeoAdmin
1679
  'core/table',
1680
  'core/media-text'
1681
  );
1682
-
1683
  foreach ($blocks as $block) {
1684
  // Gutenberg block
1685
  if (in_array($block['blockName'], $allowed_blocks, true)) {
@@ -2272,6 +2319,13 @@ class MetaSeoAdmin
2272
  WPMSEO_VERSION
2273
  );
2274
 
 
 
 
 
 
 
 
2275
  wp_enqueue_script(
2276
  'wpms-magnific-popup-script',
2277
  plugins_url('assets/js/jquery.magnific-popup.min.js', dirname(__FILE__)),
@@ -2281,7 +2335,7 @@ class MetaSeoAdmin
2281
 
2282
  wp_enqueue_style(
2283
  'wpms_ju_framework_styles',
2284
- plugins_url('assets/wordpress-css-framework/css/style.css', dirname(__FILE__)),
2285
  array(),
2286
  WPMSEO_VERSION
2287
  );
@@ -2294,7 +2348,7 @@ class MetaSeoAdmin
2294
  );
2295
  wp_enqueue_script(
2296
  'wpms_ju_waves_js',
2297
- plugins_url('assets/wordpress-css-framework/js/waves.js', dirname(__FILE__)),
2298
  array(),
2299
  WPMSEO_VERSION
2300
  );
@@ -2320,13 +2374,6 @@ class MetaSeoAdmin
2320
  array(),
2321
  WPMSEO_VERSION
2322
  );
2323
- wp_enqueue_script(
2324
- 'wpms_materialize_js',
2325
- plugins_url('assets/js/materialize/materialize.min.js', dirname(__FILE__)),
2326
- array('jquery'),
2327
- WPMSEO_VERSION,
2328
- true
2329
- );
2330
  } else {
2331
  // Register CSS
2332
  wp_enqueue_style(
@@ -2691,6 +2738,29 @@ class MetaSeoAdmin
2691
  'admin_url' => admin_url()
2692
  )
2693
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2694
  }
2695
 
2696
  if (is_plugin_active(WPMSEO_ADDON_FILENAME)) {
@@ -3154,7 +3224,7 @@ class MetaSeoAdmin
3154
  }
3155
  $this->gaDisconnect = array(
3156
  'wpms_ga_uax_reference' => '',
3157
- 'wpmsga_dash_tracking_type' => 'classic',
3158
  'wpmsga_code_tracking' => ''
3159
  );
3160
  $gaDisconnect = get_option('_metaseo_ggtracking_disconnect_settings');
@@ -3191,7 +3261,9 @@ class MetaSeoAdmin
3191
  echo '<div class="wrap wpmsga_wrap">';
3192
  echo '<div>';
3193
  require_once(WPMETASEO_PLUGIN_DIR . 'inc/pages/google-analytics/menu.php');
3194
- echo '<h2 class="wpms-top-h2">' . esc_html__('Google Analytics Settings', 'wp-meta-seo') . '</h2>';
 
 
3195
  echo '<div id="wpms-window-1"></div>';
3196
  echo '</div>';
3197
  echo '</div>';
@@ -3201,13 +3273,7 @@ class MetaSeoAdmin
3201
  You should set <strong>Tracking Options</strong> to <strong>Enabled</strong>
3202
  ', 'wp-meta-seo') . '.</p></div>';
3203
  }
3204
-
3205
- if (isset($this->google_alanytics['wpmsga_dash_userapi'])
3206
- && (int) $this->google_alanytics['wpmsga_dash_userapi'] === 1) {
3207
- require_once(WPMETASEO_PLUGIN_DIR . 'inc/pages/google-analytics/form-connect.php');
3208
- } else {
3209
- require_once(WPMETASEO_PLUGIN_DIR . 'inc/pages/google-analytics/google-analytics.php');
3210
- }
3211
  }
3212
  }
3213
 
@@ -3693,6 +3759,45 @@ class MetaSeoAdmin
3693
  wp_send_json(false);
3694
  }
3695
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3696
  /**
3697
  * Run ajax
3698
  *
@@ -3823,4 +3928,70 @@ class MetaSeoAdmin
3823
  }
3824
  }
3825
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3826
  }
133
  add_action('edit_term', array($this, 'saveCategoryMeta'), 10, 3);
134
  }
135
  add_action('wp_ajax_wpms', array($this, 'startProcess'));
136
+ add_action('wp_ajax_wpms_ga_save_information', array($this, 'wpmsGASaveInformation'));
137
  add_filter('wpms_the_content', array($this, 'wpmsTheContent'), 10, 2);
138
  }
139
 
272
  <div class="cat-desc-len"><?php echo esc_html(MPMSCAT_DESC_LENGTH); ?></div>
273
  </div>
274
  <?php
275
+ if (isset($settings['metaseo_canonical']) && (int) $settings['metaseo_canonical'] === 1) : ?>
276
+ <div class="form-field" style="margin-top: 20px;margin-bottom: 20px;">
277
+ <label class="wpms_custom_cat_field"
278
+ data-alt="<?php esc_attr_e('Put the canonical URL which this page should point to. By default, it\'s the permalink', 'wp-meta-seo') ?>">
279
+ <?php esc_html_e('Canonical URL', 'wp-meta-seo'); ?>
280
+ </label>
281
+ <label>
282
+ <textarea name="wpms_category_canonical" class="wpms_category_canonical"></textarea><br/>
283
+ </label>
284
+ </div>
285
+ <?php endif;
286
  }
287
 
288
  /**
317
  update_term_meta($term_id, 'wpms_category_metakeywords', $_POST['wpms_category_metakeywords']);
318
  }
319
  }
320
+
321
+ if (isset($settings['metaseo_canonical']) && (int) $settings['metaseo_canonical'] === 1) {
322
+ if (isset($_POST['wpms_category_canonical'])) {
323
+ // Set link to field
324
+ $canonical = self::convertCanonicalUrlToSave($_POST['wpms_category_canonical']);
325
+
326
+ update_term_meta($term_id, 'wpms_category_canonical', $canonical);
327
+ }
328
+ }
329
  }
330
  }
331
  //phpcs:enable
360
  $metatitle = get_term_meta($t_id, 'wpms_category_metatitle', true);
361
  $metadesc = get_term_meta($t_id, 'wpms_category_metadesc', true);
362
  $metakeywords = get_term_meta($t_id, 'wpms_category_metakeywords', true);
363
+ $metacanonical = get_term_meta($t_id, 'wpms_category_canonical', true);
364
+ $metacanonical = self::convertCanonicalUrlToDisplay($metacanonical);
365
  ?>
366
  <tr class="form-field">
367
  <th scope="row" valign="top">
449
  </td>
450
  </tr>
451
  <?php
452
+ if (isset($settings['metaseo_canonical']) && (int) $settings['metaseo_canonical'] === 1) : ?>
453
+ <tr class="form-field">
454
+ <th scope="row" valign="top">
455
+ <label for="extra1" class="wpms_custom_cat_field"
456
+ data-alt="<?php esc_attr_e('Put the canonical URL which this page should point to. By default, it\'s the permalink', 'wp-meta-seo') ?>">
457
+ <?php esc_html_e('Canonical URL', 'wp-meta-seo'); ?>
458
+ </label>
459
+ </th>
460
+ <td>
461
+ <label>
462
+ <?php if ((!empty($metacanonical))) : ?>
463
+ <textarea name="wpms_category_canonical"
464
+ class="wpms_category_canonical"><?php echo esc_textarea($metacanonical); ?></textarea>
465
+ <?php else : ?>
466
+ <textarea name="wpms_category_canonical"
467
+ class="wpms_category_canonical"></textarea>
468
+ <?php endif; ?>
469
+ <br/>
470
+ </label>
471
+ </td>
472
+ </tr>
473
+ <?php endif;
474
  }
475
 
476
  /**
1708
  public function gutenbergUpdateContent($post_content, $link_detail, $title)
1709
  {
1710
  $blocks = parse_blocks($post_content);
1711
+ // phpcs:disable Generic.PHP.LowerCaseConstant.Found -- In special case the block returns NULL
1712
  $allowed_blocks = array(
1713
  // Classic blocks have their blockName set to null.
1714
  null,
1715
+ NULL,
1716
  'core/button',
1717
  'core/paragraph',
1718
  'core/heading',
1726
  'core/table',
1727
  'core/media-text'
1728
  );
1729
+ // phpcs:enable
1730
  foreach ($blocks as $block) {
1731
  // Gutenberg block
1732
  if (in_array($block['blockName'], $allowed_blocks, true)) {
2319
  WPMSEO_VERSION
2320
  );
2321
 
2322
+ wp_enqueue_style(
2323
+ 'wpms_ju_waves_css',
2324
+ plugins_url('assets/wordpress-css-framework/css/waves.min.css', dirname(__FILE__)),
2325
+ array(),
2326
+ WPMSEO_VERSION
2327
+ );
2328
+
2329
  wp_enqueue_script(
2330
  'wpms-magnific-popup-script',
2331
  plugins_url('assets/js/jquery.magnific-popup.min.js', dirname(__FILE__)),
2335
 
2336
  wp_enqueue_style(
2337
  'wpms_ju_framework_styles',
2338
+ plugins_url('assets/wordpress-css-framework/css/style.min.css', dirname(__FILE__)),
2339
  array(),
2340
  WPMSEO_VERSION
2341
  );
2348
  );
2349
  wp_enqueue_script(
2350
  'wpms_ju_waves_js',
2351
+ plugins_url('assets/wordpress-css-framework/js/waves.min.js', dirname(__FILE__)),
2352
  array(),
2353
  WPMSEO_VERSION
2354
  );
2374
  array(),
2375
  WPMSEO_VERSION
2376
  );
 
 
 
 
 
 
 
2377
  } else {
2378
  // Register CSS
2379
  wp_enqueue_style(
2738
  'admin_url' => admin_url()
2739
  )
2740
  );
2741
+
2742
+ wp_enqueue_script(
2743
+ 'wpms-cookie',
2744
+ plugins_url('assets/js/jquery.cookie.js', dirname(__FILE__)),
2745
+ array(),
2746
+ '1.4.1'
2747
+ );
2748
+ }
2749
+
2750
+ // Add intro text on each wpms topic
2751
+ $qtip_pages = array(
2752
+ 'wp-meta-seo_page_metaseo_content_meta',
2753
+ 'wp-meta-seo_page_metaseo_image_meta',
2754
+ 'wp-meta-seo_page_metaseo_google_sitemap',
2755
+ 'wp-meta-seo_page_metaseo_link_meta',
2756
+ 'wp-meta-seo_page_metaseo_broken_link',
2757
+ 'wp-meta-seo_page_metaseo_google_analytics',
2758
+ 'wp-meta-seo_page_metaseo_sendemail'
2759
+ );
2760
+ if (in_array($current_screen->base, $qtip_pages)) {
2761
+ wp_enqueue_style('m-style-qtip');
2762
+ wp_enqueue_script('jquery-qtip');
2763
+ wp_enqueue_script('my-qtips-js');
2764
  }
2765
 
2766
  if (is_plugin_active(WPMSEO_ADDON_FILENAME)) {
3224
  }
3225
  $this->gaDisconnect = array(
3226
  'wpms_ga_uax_reference' => '',
3227
+ 'wpmsga_dash_tracking_type' => 'universal',
3228
  'wpmsga_code_tracking' => ''
3229
  );
3230
  $gaDisconnect = get_option('_metaseo_ggtracking_disconnect_settings');
3261
  echo '<div class="wrap wpmsga_wrap">';
3262
  echo '<div>';
3263
  require_once(WPMETASEO_PLUGIN_DIR . 'inc/pages/google-analytics/menu.php');
3264
+ echo '<h1 class="wpms-top-h1">' . esc_html__('Google Analytics Settings', 'wp-meta-seo') . '
3265
+ <i class="material-icons intro-topic-tooltip" data-alt="'.esc_html__('Create a Google Analytics property then connect WordPress to this Analytics property. You can then follow your traffic and include the data in your Email report (Pro Addon)', 'wp-meta-seo').'">help_outline</i>
3266
+ </h1>';
3267
  echo '<div id="wpms-window-1"></div>';
3268
  echo '</div>';
3269
  echo '</div>';
3273
  You should set <strong>Tracking Options</strong> to <strong>Enabled</strong>
3274
  ', 'wp-meta-seo') . '.</p></div>';
3275
  }
3276
+ require_once(WPMETASEO_PLUGIN_DIR . 'inc/pages/google-analytics/google-analytics.php');
 
 
 
 
 
 
3277
  }
3278
  }
3279
 
3759
  wp_send_json(false);
3760
  }
3761
 
3762
+
3763
+ /**
3764
+ * Ajax save ga information
3765
+ *
3766
+ * @return void
3767
+ */
3768
+ public function wpmsGASaveInformation()
3769
+ {
3770
+ check_ajax_referer('wpms_nonce', 'wpms_nonce');
3771
+
3772
+ $google_alanytics = array(
3773
+ 'wpmsga_dash_clientid' => isset($_POST['wpmsga_dash_clientid']) ? trim($_POST['wpmsga_dash_clientid']) : '',
3774
+ 'wpmsga_dash_clientsecret' => isset($_POST['wpmsga_dash_clientsecret']) ? trim($_POST['wpmsga_dash_clientsecret']) : ''
3775
+ );
3776
+
3777
+ update_option('wpms_google_alanytics', $google_alanytics);
3778
+
3779
+ require_once WPMETASEO_PLUGIN_DIR . 'inc/google_analytics/wpmstools.php';
3780
+ require_once WPMETASEO_PLUGIN_DIR . 'inc/google_analytics/wpmsgapi.php';
3781
+ require_once WPMETASEO_PLUGIN_DIR . 'inc/autoload.php';
3782
+ $config = new Google_Config();
3783
+ $config->setCacheClass('Google_Cache_Null');
3784
+ $client = new Google_Client($config);
3785
+ $client->setScopes('https://www.googleapis.com/auth/analytics.readonly');
3786
+ $client->setAccessType('offline');
3787
+ $client->setApplicationName('WP Meta SEO');
3788
+ $client->setRedirectUri('urn:ietf:wg:oauth:2.0:oob');
3789
+ $client = WpmsGaTools::setClient($client, array(), array($google_alanytics['wpmsga_dash_clientid'], $google_alanytics['wpmsga_dash_clientsecret']));
3790
+ $authUrl = $client->createAuthUrl();
3791
+
3792
+ if (!empty($authUrl)) {
3793
+ echo json_encode(array('status' => 'true', 'authUrl' => $authUrl));
3794
+ die();
3795
+ }
3796
+
3797
+ echo json_encode(array('status' => 'false', 'authUrl' => ''));
3798
+ die();
3799
+ }
3800
+
3801
  /**
3802
  * Run ajax
3803
  *
3928
  }
3929
  }
3930
  }
3931
+
3932
+
3933
+ /**
3934
+ * Convert canonical url
3935
+ *
3936
+ * @param string $url Url
3937
+ *
3938
+ * @return string
3939
+ */
3940
+ public static function convertCanonicalUrlToSave($url)
3941
+ {
3942
+ if (empty($url)) {
3943
+ return $url;
3944
+ }
3945
+
3946
+ $url = preg_replace('/\s+/', '', $url);
3947
+
3948
+ if (substr($url, 0, 2) === '//') {
3949
+ $url = (is_ssl() ? 'https:' : 'http:') . $url;
3950
+ }
3951
+
3952
+ // Remove / in first
3953
+ $url = ltrim($url, '/');
3954
+
3955
+ // Full link
3956
+ if (preg_match('#http(s?)://#i', $url)) {
3957
+ if (strpos($url, trim(home_url(), '/')) !== false) {
3958
+ $url = str_replace(trim(home_url(), '/'), '', $url);
3959
+ return (empty($url) ? '/' : $url);
3960
+ } else {
3961
+ // External link
3962
+ return $url;
3963
+ }
3964
+ }
3965
+
3966
+ $parseHome = parse_url(home_url());
3967
+ $host = (!empty($parseHome['host']) ? $parseHome['host'] : '');
3968
+ $host .= (!empty($parseHome['path']) ? $parseHome['path'] : '');
3969
+
3970
+ if ($host && $url && strpos($url, $host) !== false) {
3971
+ $url = str_replace($host, '', $url);
3972
+ }
3973
+
3974
+ return '/' . ltrim($url, '/');
3975
+ }
3976
+
3977
+ /**
3978
+ * Convert canonical url to display
3979
+ *
3980
+ * @param string $url Url
3981
+ *
3982
+ * @return string
3983
+ */
3984
+ public static function convertCanonicalUrlToDisplay($url)
3985
+ {
3986
+ if (empty($url)) {
3987
+ return $url;
3988
+ }
3989
+
3990
+ if (preg_match('#http(s?)://#i', $url)) {
3991
+ // External link
3992
+ return $url;
3993
+ }
3994
+
3995
+ return trim(home_url(), '/') . $url;
3996
+ }
3997
  }
inc/class.metaseo-content-list-table.php CHANGED
@@ -283,6 +283,21 @@ class MetaSeoContentListTable extends WP_List_Table
283
  );
284
  }
285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- No action, nonce is not required
287
  $selected_duplicate = !empty($_REQUEST['wpms_duplicate_meta']) ? $_REQUEST['wpms_duplicate_meta'] : 'none';
288
  $options_dups = array(
@@ -301,8 +316,10 @@ class MetaSeoContentListTable extends WP_List_Table
301
  $sl_duplicate .= '</select>';
302
  // phpcs:ignore WordPress.Security.EscapeOutput -- Content escaped in previous line (same function)
303
  echo sprintf('<select name="post_type_filter" class="metaseo-filter">%1$s</select>', $options);
304
- // phpcs:ignore WordPress.Security.EscapeOutput -- Content escaped in previous line (same function)
 
305
  echo $sl_duplicate;
 
306
  if (is_plugin_active(WPMSEO_ADDON_FILENAME)
307
  && (is_plugin_active('sitepress-multilingual-cms/sitepress.php')
308
  || is_plugin_active('polylang/polylang.php'))) {
@@ -419,12 +436,23 @@ class MetaSeoContentListTable extends WP_List_Table
419
  $post_type = implode("', '", $post_type);
420
  }
421
 
 
 
422
  $states = get_post_stati(array('show_in_admin_all_list' => true));
 
423
  foreach ($states as &$state) {
424
- $state = esc_sql($state);
 
 
 
 
 
 
 
 
425
  }
426
 
427
- $all_states = implode("', '", $states);
428
  $where = array();
429
  $where[] = 'post_type IN (\'' . $post_type . '\')';
430
  $where[] = 'post_status IN (\'' . $all_states . '\')';
@@ -776,6 +804,11 @@ class MetaSeoContentListTable extends WP_List_Table
776
  $redirect = true;
777
  }
778
 
 
 
 
 
 
779
  if (isset($_POST['wpms_lang_list'])) {
780
  $current_url = add_query_arg(array('wpms_lang_list' => $_POST['wpms_lang_list']), $current_url);
781
  $redirect = true;
283
  );
284
  }
285
 
286
+ // Visibility of post
287
+ $options_visibilitor = array(
288
+ 'all' => esc_html__('All status', 'wp-meta-seo'),
289
+ 'published' => esc_html__('Published', 'wp-meta-seo'),
290
+ 'unpublished' => esc_html__('Unpublished', 'wp-meta-seo'),
291
+ );
292
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- No action, nonce is not required
293
+ $selected_visibilitor = !empty($_REQUEST['wpms_post_visibility']) ? $_REQUEST['wpms_post_visibility'] : 'published';
294
+ $visibilitor = '<select name="wpms_post_visibility" class="wpms_post_visibility">';
295
+ foreach ($options_visibilitor as $key => $label) {
296
+ $selected = ($selected_visibilitor === $key) ? 'selected' : '';
297
+ $visibilitor .= '<option '.$selected.' value="' . esc_attr($key) . '">' . esc_html($label) . '</option>';
298
+ }
299
+ $visibilitor .= '</select>';
300
+
301
  // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- No action, nonce is not required
302
  $selected_duplicate = !empty($_REQUEST['wpms_duplicate_meta']) ? $_REQUEST['wpms_duplicate_meta'] : 'none';
303
  $options_dups = array(
316
  $sl_duplicate .= '</select>';
317
  // phpcs:ignore WordPress.Security.EscapeOutput -- Content escaped in previous line (same function)
318
  echo sprintf('<select name="post_type_filter" class="metaseo-filter">%1$s</select>', $options);
319
+ // phpcs:disable WordPress.Security.EscapeOutput -- Content escaped in previous line (same function)
320
+ echo $visibilitor;
321
  echo $sl_duplicate;
322
+ // phpcs:enable
323
  if (is_plugin_active(WPMSEO_ADDON_FILENAME)
324
  && (is_plugin_active('sitepress-multilingual-cms/sitepress.php')
325
  || is_plugin_active('polylang/polylang.php'))) {
436
  $post_type = implode("', '", $post_type);
437
  }
438
 
439
+ // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- No action, nonce is not required
440
+ $state_action = isset($_REQUEST['wpms_post_visibility']) ? $_REQUEST['wpms_post_visibility'] : 'published';
441
  $states = get_post_stati(array('show_in_admin_all_list' => true));
442
+ $newstates = array();
443
  foreach ($states as &$state) {
444
+ if ($state !== 'publish' && $state_action === 'published') {
445
+ continue;
446
+ }
447
+
448
+ if ($state === 'publish' && $state_action === 'unpublished') {
449
+ continue;
450
+ }
451
+
452
+ $newstates[$state] = esc_sql($state);
453
  }
454
 
455
+ $all_states = implode("', '", $newstates);
456
  $where = array();
457
  $where[] = 'post_type IN (\'' . $post_type . '\')';
458
  $where[] = 'post_status IN (\'' . $all_states . '\')';
804
  $redirect = true;
805
  }
806
 
807
+ if (isset($_POST['wpms_post_visibility'])) {
808
+ $current_url = add_query_arg(array('wpms_post_visibility' => $_POST['wpms_post_visibility']), $current_url);
809
+ $redirect = true;
810
+ }
811
+
812
  if (isset($_POST['wpms_lang_list'])) {
813
  $current_url = add_query_arg(array('wpms_lang_list' => $_POST['wpms_lang_list']), $current_url);
814
  $redirect = true;
inc/class.metaseo-image-list-table.php CHANGED
@@ -926,9 +926,11 @@ class MetaSeoImageListTable extends WP_List_Table
926
  private static function checkBlocks($postId, $linkUrl, $value)
927
  {
928
  global $wp_version;
 
929
  $allowed_blocks = array(
930
  // Classic blocks have their blockName set to null.
931
  null,
 
932
  'core/media-text',
933
  'core/image',
934
  'core/gallery',
@@ -941,7 +943,9 @@ class MetaSeoImageListTable extends WP_List_Table
941
  'core/pullquote',
942
  'core/columns',
943
  'core/column',
 
944
  );
 
945
  $output = true;
946
  if (version_compare($wp_version, '5.0', '>=')) {
947
  if (function_exists('has_blocks')) {
@@ -1111,7 +1115,7 @@ class MetaSeoImageListTable extends WP_List_Table
1111
  <?php
1112
  if ($has_block) {
1113
  echo '<i class="material-icons wpms-material-icons-gutenberg label-dash-widgets"
1114
- data-alt="'.esc_attr__('We can\'t update this link title because it\'s in a Gutenberg block and it has no alt/title attribute', 'wp-meta-seo').'">info</i>';
1115
  }
1116
  ?>
1117
  </div>
@@ -2020,9 +2024,11 @@ class MetaSeoImageListTable extends WP_List_Table
2020
  public static function gutenbergImgUpdateContent($post_content, $meta_order, $meta_type, $meta_value, $img_link)
2021
  {
2022
  $blocks = parse_blocks($post_content);
 
2023
  $allowed_blocks = array(
2024
  // Classic blocks have their blockName set to null.
2025
  null,
 
2026
  'core/media-text',
2027
  'core/image',
2028
  'core/gallery',
@@ -2035,8 +2041,9 @@ class MetaSeoImageListTable extends WP_List_Table
2035
  'core/pullquote',
2036
  'core/columns',
2037
  'core/column',
 
2038
  );
2039
-
2040
  foreach ($blocks as $block) {
2041
  // Gutenberg block
2042
  if (in_array($block['blockName'], $allowed_blocks, true)) {
926
  private static function checkBlocks($postId, $linkUrl, $value)
927
  {
928
  global $wp_version;
929
+ // phpcs:disable Generic.PHP.LowerCaseConstant.Found -- In special case the block returns NULL
930
  $allowed_blocks = array(
931
  // Classic blocks have their blockName set to null.
932
  null,
933
+ NULL,
934
  'core/media-text',
935
  'core/image',
936
  'core/gallery',
943
  'core/pullquote',
944
  'core/columns',
945
  'core/column',
946
+ 'core/table',
947
  );
948
+ // phpcs:enable
949
  $output = true;
950
  if (version_compare($wp_version, '5.0', '>=')) {
951
  if (function_exists('has_blocks')) {
1115
  <?php
1116
  if ($has_block) {
1117
  echo '<i class="material-icons wpms-material-icons-gutenberg label-dash-widgets"
1118
+ data-alt="'.esc_attr__('We can\'t update this link title because it\'s in Gutenberg block and does not have any title attribute', 'wp-meta-seo').'">info</i>';
1119
  }
1120
  ?>
1121
  </div>
2024
  public static function gutenbergImgUpdateContent($post_content, $meta_order, $meta_type, $meta_value, $img_link)
2025
  {
2026
  $blocks = parse_blocks($post_content);
2027
+ // phpcs:disable Generic.PHP.LowerCaseConstant.Found -- In special case the block returns NULL
2028
  $allowed_blocks = array(
2029
  // Classic blocks have their blockName set to null.
2030
  null,
2031
+ NULL,
2032
  'core/media-text',
2033
  'core/image',
2034
  'core/gallery',
2041
  'core/pullquote',
2042
  'core/columns',
2043
  'core/column',
2044
+ 'core/table'
2045
  );
2046
+ // phpcs:enable
2047
  foreach ($blocks as $block) {
2048
  // Gutenberg block
2049
  if (in_array($block['blockName'], $allowed_blocks, true)) {
inc/class.metaseo-link-list-table.php CHANGED
@@ -623,9 +623,11 @@ class MetaSeoLinkListTable extends WP_List_Table
623
  public function checkBlocks($postId, $linkUrl)
624
  {
625
  global $wp_version;
 
626
  $allowed_blocks = array(
627
  // Classic blocks have their blockName set to null.
628
  null,
 
629
  'core/button',
630
  'core/paragraph',
631
  'core/heading',
@@ -639,6 +641,7 @@ class MetaSeoLinkListTable extends WP_List_Table
639
  'core/table',
640
  'core/media-text'
641
  );
 
642
  $output = true;
643
  if (version_compare($wp_version, '5.0', '>=')) {
644
  if (function_exists('has_blocks')) {
@@ -742,7 +745,7 @@ class MetaSeoLinkListTable extends WP_List_Table
742
  id="metaseo_link_title" class="metaseo_link_title '.esc_attr($blocks_class).'" value="' . esc_attr($rec->meta_title) . '">';
743
  if ($has_block) {
744
  echo '<i class="material-icons wpms-material-icons-gutenberg label-dash-widgets"
745
- data-alt="'.esc_attr__('We can\'t update this link title because it\'s in a Gutenberg block and it has no alt/title attribute', 'wp-meta-seo').'">info</i>';
746
  }
747
  echo '<button type="button" data-post_id="' . esc_attr($rec->source_id) . '"
748
  class="wpms_update_link ju-button orange-button wpms-small-btn">' . esc_html__('Update', 'wp-meta-seo') . '</button>';
623
  public function checkBlocks($postId, $linkUrl)
624
  {
625
  global $wp_version;
626
+ // phpcs:disable Generic.PHP.LowerCaseConstant.Found -- In special case the block returns NULL
627
  $allowed_blocks = array(
628
  // Classic blocks have their blockName set to null.
629
  null,
630
+ NULL,
631
  'core/button',
632
  'core/paragraph',
633
  'core/heading',
641
  'core/table',
642
  'core/media-text'
643
  );
644
+ // phpcs:enable
645
  $output = true;
646
  if (version_compare($wp_version, '5.0', '>=')) {
647
  if (function_exists('has_blocks')) {
745
  id="metaseo_link_title" class="metaseo_link_title '.esc_attr($blocks_class).'" value="' . esc_attr($rec->meta_title) . '">';
746
  if ($has_block) {
747
  echo '<i class="material-icons wpms-material-icons-gutenberg label-dash-widgets"
748
+ data-alt="'.esc_attr__('We can\'t update this link title because it\'s in Gutenberg block and does not have any title attribute', 'wp-meta-seo').'">info</i>';
749
  }
750
  echo '<button type="button" data-post_id="' . esc_attr($rec->source_id) . '"
751
  class="wpms_update_link ju-button orange-button wpms-small-btn">' . esc_html__('Update', 'wp-meta-seo') . '</button>';
inc/class.metaseo-meta.php CHANGED
@@ -88,6 +88,16 @@ class WPMSEOMeta
88
  'class' => 'wpms_width_100 has-length wpms-large-input',
89
  'classrow' => 'wpms_width_100'
90
  ),
 
 
 
 
 
 
 
 
 
 
91
  'metaseo_chart' => array(
92
  'type' => 'metaseo_chart',
93
  'title' => '',
88
  'class' => 'wpms_width_100 has-length wpms-large-input',
89
  'classrow' => 'wpms_width_100'
90
  ),
91
+ 'metaseo_canonical' => array(
92
+ 'type' => 'metaseo_canonical',
93
+ 'title' => '',
94
+ 'default_value' => '',
95
+ 'description' => '',
96
+ 'help' => '',
97
+ 'rows' => 2,
98
+ 'class' => 'wpms_width_100 has-length wpms-large-input',
99
+ 'classrow' => 'wpms_width_100'
100
+ ),
101
  'metaseo_chart' => array(
102
  'type' => 'metaseo_chart',
103
  'title' => '',
inc/class.metaseo-metabox.php CHANGED
@@ -109,6 +109,12 @@ class WPMSEOMetabox extends WPMSEOMeta
109
  $data = $_POST[self::$form_prefix . $key];
110
  }
111
  }
 
 
 
 
 
 
112
  if (isset($data)) {
113
  self::setValue($key, $data, $post_id);
114
  }
@@ -153,6 +159,14 @@ class WPMSEOMetabox extends WPMSEOMeta
153
  unset(self::$meta_fields['general']['keywords']);
154
  }
155
 
 
 
 
 
 
 
 
 
156
 
157
  self::$meta_fields['general']['desc']['title'] = esc_html__('Search engine description', 'wp-meta-seo');
158
  self::$meta_fields['general']['desc']['description'] = sprintf(
@@ -227,7 +241,7 @@ class WPMSEOMetabox extends WPMSEOMeta
227
  );
228
  wp_enqueue_script(
229
  'wpms_ju_waves_js',
230
- plugins_url('assets/wordpress-css-framework/js/waves.js', dirname(__FILE__)),
231
  array(),
232
  WPMSEO_VERSION
233
  );
@@ -651,7 +665,19 @@ class WPMSEOMetabox extends WPMSEOMeta
651
  case 'snippetpreview':
652
  $content .= $this->snippet();
653
  break;
 
 
 
 
 
 
 
 
654
 
 
 
 
 
655
  case 'text':
656
  $ac = '';
657
  if (isset($meta_field_def['autocomplete']) && $meta_field_def['autocomplete'] === false) {
109
  $data = $_POST[self::$form_prefix . $key];
110
  }
111
  }
112
+
113
+ if ('metaseo_canonical' === $meta_box['type']) {
114
+ // Convert data of canonical
115
+ $data = MetaSeoAdmin::convertCanonicalUrlToSave($data);
116
+ }
117
+
118
  if (isset($data)) {
119
  self::setValue($key, $data, $post_id);
120
  }
159
  unset(self::$meta_fields['general']['keywords']);
160
  }
161
 
162
+ if (isset($settings['metaseo_canonical']) && (int) $settings['metaseo_canonical'] === 1) {
163
+ self::$meta_fields['general']['metaseo_canonical']['title'] = esc_html__('Canonical URL', 'wp-meta-seo');
164
+ self::$meta_fields['general']['metaseo_canonical']['description'] = '';
165
+ self::$meta_fields['general']['metaseo_canonical']['help'] = esc_attr__('Put the canonical URL which this page should point to. By default, it\'s the permalink', 'wp-meta-seo');
166
+ } else {
167
+ unset(self::$meta_fields['general']['metaseo_canonical']);
168
+ }
169
+
170
 
171
  self::$meta_fields['general']['desc']['title'] = esc_html__('Search engine description', 'wp-meta-seo');
172
  self::$meta_fields['general']['desc']['description'] = sprintf(
241
  );
242
  wp_enqueue_script(
243
  'wpms_ju_waves_js',
244
+ plugins_url('assets/wordpress-css-framework/js/waves.min.js', dirname(__FILE__)),
245
  array(),
246
  WPMSEO_VERSION
247
  );
665
  case 'snippetpreview':
666
  $content .= $this->snippet();
667
  break;
668
+ case 'metaseo_canonical':
669
+ $placeholder = ' placeholder="'.esc_html__('Put canonical URL in field', 'wp-meta-seo') . '"';
670
+ $ac = '';
671
+ if (isset($meta_field_def['autocomplete']) && $meta_field_def['autocomplete'] === false) {
672
+ $ac = 'autocomplete="off" ';
673
+ }
674
+ // Set link to field
675
+ $meta_value = MetaSeoAdmin::convertCanonicalUrlToDisplay($meta_value);
676
 
677
+ $content .= '<input type="text"' . $placeholder . ' id="' . esc_attr($esc_form_key) . '" ' . $ac . '
678
+ name="' . esc_attr($esc_form_key) . '" value="' . esc_attr($meta_value) . '"
679
+ class="' . esc_attr('large-text' . $class) . '"/>';
680
+ break;
681
  case 'text':
682
  $ac = '';
683
  if (isset($meta_field_def['autocomplete']) && $meta_field_def['autocomplete'] === false) {
inc/class.metaseo-opengraph.php CHANGED
@@ -462,6 +462,7 @@ class MetaSeoOpenGraph
462
  {
463
  $term = $wp_query->get_queried_object();
464
  $meta_keywords_esc = '';
 
465
  if (is_object($term) && !empty($term)) {
466
  if (function_exists('get_term_meta')) {
467
  $cat_metatitle = get_term_meta($term->term_id, 'wpms_category_metatitle', true);
@@ -479,6 +480,15 @@ class MetaSeoOpenGraph
479
  }
480
  }
481
 
 
 
 
 
 
 
 
 
 
482
  if (isset($cat_metatitle) && $cat_metatitle !== '') {
483
  $title = $cat_metatitle;
484
  } else {
@@ -498,7 +508,8 @@ class MetaSeoOpenGraph
498
  return array(
499
  'title' => esc_attr($title),
500
  'desc' => esc_attr($desc),
501
- 'keyword' => esc_attr($meta_keywords_esc)
 
502
  );
503
  }
504
 
@@ -540,9 +551,12 @@ class MetaSeoOpenGraph
540
  /**
541
  * Get current URL
542
  *
 
 
 
543
  * @return mixed|string
544
  */
545
- public function getCurentUrl()
546
  {
547
  if (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS'])) {
548
  $http = 'https';
@@ -550,6 +564,20 @@ class MetaSeoOpenGraph
550
  $http = 'http';
551
  }
552
  $current_url = $http . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  $current_url = esc_url($current_url);
554
  return $current_url;
555
  }
@@ -796,4 +824,31 @@ class MetaSeoOpenGraph
796
 
797
  return $patterns;
798
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
799
  }
462
  {
463
  $term = $wp_query->get_queried_object();
464
  $meta_keywords_esc = '';
465
+ $meta_canonical = '';
466
  if (is_object($term) && !empty($term)) {
467
  if (function_exists('get_term_meta')) {
468
  $cat_metatitle = get_term_meta($term->term_id, 'wpms_category_metatitle', true);
480
  }
481
  }
482
 
483
+ if (isset($settings['metaseo_canonical']) && (int) $settings['metaseo_canonical'] === 1) {
484
+ if (function_exists('get_term_meta')) {
485
+ $meta_canonical = get_term_meta($term->term_id, 'wpms_category_canonical', true);
486
+ } else {
487
+ $meta_canonical = get_metadata('term', $term->term_id, 'wpms_category_canonical', true);
488
+ }
489
+ $meta_canonical = MetaSeoAdmin::convertCanonicalUrlToDisplay($meta_canonical);
490
+ }
491
+
492
  if (isset($cat_metatitle) && $cat_metatitle !== '') {
493
  $title = $cat_metatitle;
494
  } else {
508
  return array(
509
  'title' => esc_attr($title),
510
  'desc' => esc_attr($desc),
511
+ 'keyword' => esc_attr($meta_keywords_esc),
512
+ 'canonical' => esc_url($meta_canonical)
513
  );
514
  }
515
 
551
  /**
552
  * Get current URL
553
  *
554
+ * @param array $settings Global settings
555
+ * @param integer $id Id of post
556
+ *
557
  * @return mixed|string
558
  */
559
+ public function getCurentUrl($settings, $id)
560
  {
561
  if (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS'])) {
562
  $http = 'https';
564
  $http = 'http';
565
  }
566
  $current_url = $http . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
567
+
568
+ if (!empty($id)) {
569
+ $canonical = get_post_meta($id, '_metaseo_metametaseo_canonical', true);
570
+
571
+ if (!empty($canonical)) {
572
+ $canonical = MetaSeoAdmin::convertCanonicalUrlToDisplay($canonical);
573
+
574
+ if (isset($settings['metaseo_canonical']) && !empty($settings['metaseo_canonical'])) {
575
+ $current_url = $canonical;
576
+ }
577
+ }
578
+ }
579
+
580
+
581
  $current_url = esc_url($current_url);
582
  return $current_url;
583
  }
824
 
825
  return $patterns;
826
  }
827
+
828
+ /**
829
+ * Render Canonical
830
+ *
831
+ * @param integer $id Id of post
832
+ * @param array $settings Meta seo settings
833
+ * @param string $current_url Current url
834
+ * @param string $page_index Page index
835
+ *
836
+ * @return string|boolean
837
+ */
838
+ public function getCanonical($id, $settings, $current_url, $page_index)
839
+ {
840
+ // Noindex current page
841
+ if (isset($settings['metaseo_index']) && !empty($settings['metaseo_index'])) {
842
+ if (strpos($page_index, 'noindex') !== false) {
843
+ return false;
844
+ }
845
+ }
846
+
847
+ // Echo canonical link
848
+ if (isset($settings['metaseo_canonical']) && !empty($settings['metaseo_canonical']) && !empty($current_url)) {
849
+ return '<link rel="canonical" href="' . esc_url($current_url) . '" />' . "\n";
850
+ }
851
+
852
+ return false;
853
+ }
854
  }
inc/class.metaseo-sitemap.php CHANGED
@@ -141,8 +141,8 @@ class MetaSeoSitemap
141
  public function getSitemapSettings()
142
  {
143
  $this->settings_sitemap = array(
144
- 'wpms_sitemap_add' => 0,
145
- 'wpms_sitemap_root' => 0,
146
  'wpms_sitemap_author' => 0,
147
  'wpms_sitemap_taxonomies' => array(),
148
  'wpms_category_link' => array(),
@@ -346,25 +346,22 @@ class MetaSeoSitemap
346
  '_',
347
  str_replace('http://', '', str_replace('https://', '', ABSPATH))
348
  );
349
- if ((int)$this->settings_sitemap['wpms_sitemap_root'] === 1) {
350
- $value = trim(ABSPATH, '/') . '/sitemap_' . $home_url . '.xml';
351
- $link = get_option('siteurl') . '/sitemap_' . $home_url . '.xml';
352
- } else {
353
- $value = trim(ABSPATH, '/') . '/wpms-sitemap_' . $home_url . '.xml';
354
- $link = get_option('siteurl') . '/wpms-sitemap_' . $home_url . '.xml';
355
- }
356
  } else {
357
- if ((int)$this->settings_sitemap['wpms_sitemap_root'] === 1) {
358
- $value = trim(ABSPATH, '/') . '/' . $this->wpms_sitemap_default_name;
359
- $link = get_option('siteurl') . '/' . $this->wpms_sitemap_default_name;
360
- } else {
361
- $value = trim(ABSPATH, '/') . '/' . $this->wpms_sitemap_name;
362
- $link = get_option('siteurl') . '/' . $this->wpms_sitemap_name;
363
- }
364
  }
365
- echo '<input readonly id="wpms_sitemap_link" name="_metaseo_settings_sitemap[wpms_sitemap_link]"
366
- type="text" value="' . esc_attr($link) . '" size="50" class="wpms-large-input wpms-no-margin wpms_width_90" />';
367
- echo '<a class="wpms-open-xml-sitemap ju-button orange-button waves-effect waves-light wpms-small-btn" href="' . esc_url($link) . '" target="_blank">' . esc_html__('Open', 'wp-meta-seo') . '</a>';
 
 
 
 
 
 
 
368
  }
369
 
370
  /**
@@ -2650,8 +2647,8 @@ ORDER BY p.post_date DESC', array($_POST['category_id'])));
2650
 
2651
  $settings_sitemap = get_option('_metaseo_settings_sitemap');
2652
  $lists = array(
2653
- 'wpms_sitemap_add' => 0,
2654
- 'wpms_sitemap_root' => 0,
2655
  'wpms_sitemap_author' => 0,
2656
  'wpms_html_sitemap_page' => 0,
2657
  'wpms_html_sitemap_column' => 1,
141
  public function getSitemapSettings()
142
  {
143
  $this->settings_sitemap = array(
144
+ 'wpms_sitemap_add' => 1,
145
+ 'wpms_sitemap_root' => 1,
146
  'wpms_sitemap_author' => 0,
147
  'wpms_sitemap_taxonomies' => array(),
148
  'wpms_category_link' => array(),
346
  '_',
347
  str_replace('http://', '', str_replace('https://', '', ABSPATH))
348
  );
349
+ $value = ABSPATH . '/wpms-sitemap_' . $home_url . '.xml';
350
+ $link = get_option('siteurl') . '/wpms-sitemap_' . $home_url . '.xml';
 
 
 
 
 
351
  } else {
352
+ $value = ABSPATH . '/' . $this->wpms_sitemap_name;
353
+ $link = get_option('siteurl') . '/' . $this->wpms_sitemap_name;
 
 
 
 
 
354
  }
355
+
356
+ $refresh_install = false;
357
+ // Refresh install
358
+ if (!file_exists($value)) {
359
+ $refresh_install = true;
360
+ }
361
+
362
+ echo '<input readonly id="wpms_sitemap_link" name="_metaseo_settings_sitemap[wpms_sitemap_link]"
363
+ type="text" value="' . esc_attr($link) . '" size="50" class="wpms-large-input wpms-no-margin wpms_width_90 '.($refresh_install ? 'wpms-sitemap-xml-link-input' : '').'" />';
364
+ echo '<a class="wpms-open-xml-sitemap ju-button orange-button waves-effect waves-light wpms-small-btn '.(($refresh_install) ? 'wpms-sitemap-xml-link-button' : '').'" href="' . esc_url($link) . '" target="_blank">' . (($refresh_install) ? esc_html__('Generate and Open', 'wp-meta-seo') : esc_html__('Open', 'wp-meta-seo')) . '</a>';
365
  }
366
 
367
  /**
2647
 
2648
  $settings_sitemap = get_option('_metaseo_settings_sitemap');
2649
  $lists = array(
2650
+ 'wpms_sitemap_add' => 1,
2651
+ 'wpms_sitemap_root' => 1,
2652
  'wpms_sitemap_author' => 0,
2653
  'wpms_html_sitemap_page' => 0,
2654
  'wpms_html_sitemap_column' => 1,
inc/google_analytics/wpmstools.php CHANGED
@@ -30,14 +30,9 @@ if (!class_exists('WpmsGaTools')) {
30
  */
31
  public static function setClient($client, $access, $access_default)
32
  {
33
- if (isset($access['wpmsga_dash_userapi']) && (int) $access['wpmsga_dash_userapi'] === 1) {
34
- if (!empty($access['wpmsga_dash_clientid']) && !empty($access['wpmsga_dash_clientsecret'])) {
35
- $client->setClientId($access['wpmsga_dash_clientid']);
36
- $client->setClientSecret($access['wpmsga_dash_clientsecret']);
37
- } else {
38
- $client->setClientId($access_default[0]);
39
- $client->setClientSecret($access_default[1]);
40
- }
41
  } else {
42
  $client->setClientId($access_default[0]);
43
  $client->setClientSecret($access_default[1]);
30
  */
31
  public static function setClient($client, $access, $access_default)
32
  {
33
+ if (!empty($access['wpmsga_dash_clientid']) && !empty($access['wpmsga_dash_clientsecret'])) {
34
+ $client->setClientId($access['wpmsga_dash_clientid']);
35
+ $client->setClientSecret($access['wpmsga_dash_clientsecret']);
 
 
 
 
 
36
  } else {
37
  $client->setClientId($access_default[0]);
38
  $client->setClientSecret($access_default[1]);
inc/install-wizard/content/viewGoogleAnalytics.php CHANGED
@@ -27,24 +27,8 @@ $authUrl = $client->createAuthUrl();
27
  <div class="wizard-header">
28
  <div class="title font-size-35"><?php esc_html_e('Google Analytics', 'wp-meta-seo'); ?></div>
29
  <p class="ju-description"><?php esc_html_e('Enable Google Analytics tracking and reports using a Google Analytics direct connection. It require a Google Analytics account creation first', 'wp-meta-seo') ?></p>
30
- <a target="_blank" href="<?php echo esc_url($authUrl) ?>"
31
- class="ju-button orange-button no-background generate-access-code m-tb-20"><?php esc_html_e('Generate access code', 'wp-meta-seo'); ?></a>
32
  </div>
33
  <div class="wizard-content">
34
- <div class="ju-settings-option wpms_width_100 p-d-20">
35
- <div class="wpms_row_full p-d-20">
36
- <div class="ju-settings-option wpms-no-shadow wpms_width_100 wpms-no-shadow">
37
- <label class="wpms_width_100 p-b-20 wpms_left text label_text">
38
- <?php esc_html_e('Access Code', 'wp-meta-seo'); ?>
39
- </label>
40
-
41
- <label>
42
- <input type="text" class="wpms_ga_code wpms_width_100 text_field" name="wpms_ga_code">
43
- </label>
44
- </div>
45
- </div>
46
- </div>
47
-
48
  <div class="ju-settings-option wpms_width_100 p-d-20">
49
  <div class="wpms_row_full">
50
  <label class="ju-setting-label text">
27
  <div class="wizard-header">
28
  <div class="title font-size-35"><?php esc_html_e('Google Analytics', 'wp-meta-seo'); ?></div>
29
  <p class="ju-description"><?php esc_html_e('Enable Google Analytics tracking and reports using a Google Analytics direct connection. It require a Google Analytics account creation first', 'wp-meta-seo') ?></p>
 
 
30
  </div>
31
  <div class="wizard-content">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  <div class="ju-settings-option wpms_width_100 p-d-20">
33
  <div class="wpms_row_full">
34
  <label class="ju-setting-label text">
inc/pages/content-meta.php CHANGED
@@ -42,13 +42,13 @@ if (!empty($_REQUEST['_wp_http_referer'])) {
42
  <h3 class="wpms-top-h3"><?php esc_html_e('Action', 'wp-meta-seo') ?></h3>
43
  <p>
44
  <label class="wpms-text-action">
45
- <input type="checkbox" class="wpms-bulk-action wpms-checkbox" value="post-copy-title">
46
  <?php esc_html_e('Copy Title as Meta Title', 'wp-meta-seo') ?>
47
  </label>
48
  </p>
49
  <p>
50
  <label class="wpms-text-action">
51
- <input type="checkbox" class="wpms-bulk-action wpms-checkbox" value="post-copy-desc">
52
  <?php esc_html_e('Copy Title as Meta Description', 'wp-meta-seo') ?>
53
  </label>
54
  </p>
@@ -60,7 +60,9 @@ if (!empty($_REQUEST['_wp_http_referer'])) {
60
  <label class="bulk-msg"><?php esc_html_e('Done! You may ', 'wp-meta-seo') ?><a href="<?php echo esc_url(admin_url('admin.php?page=metaseo_content_meta')) ?>"><?php esc_html_e('close the window and refresh the page...', 'wp-meta-seo') ?></a></label>
61
  </div>
62
  <?php
63
- echo '<h1 class="wpms-top-h1">' . esc_html__('Content Meta', 'wp-meta-seo') . '</h1>';
 
 
64
  $metaseo_list_table->searchBox(esc_html__('Search Posts', 'wp-meta-seo'), 'wpms_content');
65
  $metaseo_list_table->display();
66
  ?>
42
  <h3 class="wpms-top-h3"><?php esc_html_e('Action', 'wp-meta-seo') ?></h3>
43
  <p>
44
  <label class="wpms-text-action">
45
+ <input type="checkbox" class="wpms-bulk-action wpms-checkbox wpms-bulk-action-coppytitle" value="post-copy-title">
46
  <?php esc_html_e('Copy Title as Meta Title', 'wp-meta-seo') ?>
47
  </label>
48
  </p>
49
  <p>
50
  <label class="wpms-text-action">
51
+ <input type="checkbox" class="wpms-bulk-action wpms-checkbox wpms-bulk-action-desc" value="post-copy-desc">
52
  <?php esc_html_e('Copy Title as Meta Description', 'wp-meta-seo') ?>
53
  </label>
54
  </p>
60
  <label class="bulk-msg"><?php esc_html_e('Done! You may ', 'wp-meta-seo') ?><a href="<?php echo esc_url(admin_url('admin.php?page=metaseo_content_meta')) ?>"><?php esc_html_e('close the window and refresh the page...', 'wp-meta-seo') ?></a></label>
61
  </div>
62
  <?php
63
+ echo '<h1 class="wpms-top-h1">' . esc_html__('Content Meta', 'wp-meta-seo') . '
64
+ <i class="material-icons intro-topic-tooltip" data-alt="'.esc_html__('Edit all your website meta informations here and apply bulk edition on them', 'wp-meta-seo').'">help_outline</i>
65
+ </h1>';
66
  $metaseo_list_table->searchBox(esc_html__('Search Posts', 'wp-meta-seo'), 'wpms_content');
67
  $metaseo_list_table->display();
68
  ?>
inc/pages/google-analytics/ga-trackcode.php CHANGED
@@ -45,6 +45,11 @@
45
  <div class="inside content-box">
46
  <form method="post" action="">
47
  <div id="wpmsga-basic">
 
 
 
 
 
48
  <div class="ju-settings-option wpms-no-background wpms-no-shadow wpms-no-margin">
49
  <div class="wpms_row_full">
50
  <label class="ju-setting-label wpms_width_100 text">
@@ -121,7 +126,7 @@
121
  );
122
  if (!empty($profile_info[0])
123
  && !empty($this->ga_tracking['wpmsga_dash_tracking'])) {
124
- echo '<pre class="p-lr-20">View Name: ' . esc_html($profile_info[0]) . '<br>
125
  Tracking ID: ' . esc_html($profile_info[2]) . '<br>
126
  Default URL: ' . esc_html($profile_info[3]) . '<br>
127
  Time Zone: ' . esc_html($profile_info[5]) . '</pre>';
45
  <div class="inside content-box">
46
  <form method="post" action="">
47
  <div id="wpmsga-basic">
48
+ <p class="wpms_width_100 wpms_left">
49
+ <button type="submit" name="Submit" class="ju-button orange-button"
50
+ ><?php esc_html_e('Save Changes', 'wp-meta-seo'); ?></button>
51
+ </p>
52
+
53
  <div class="ju-settings-option wpms-no-background wpms-no-shadow wpms-no-margin">
54
  <div class="wpms_row_full">
55
  <label class="ju-setting-label wpms_width_100 text">
126
  );
127
  if (!empty($profile_info[0])
128
  && !empty($this->ga_tracking['wpmsga_dash_tracking'])) {
129
+ echo '<pre class="p-lr-20" style="white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;">View Name: ' . esc_html($profile_info[0]) . '<br>
130
  Tracking ID: ' . esc_html($profile_info[2]) . '<br>
131
  Default URL: ' . esc_html($profile_info[3]) . '<br>
132
  Time Zone: ' . esc_html($profile_info[5]) . '</pre>';
inc/pages/google-analytics/google-analytics.php CHANGED
@@ -1,101 +1,224 @@
1
  <div class="wrap">
2
  <?php
3
  require_once(WPMETASEO_PLUGIN_DIR . 'inc/pages/google-analytics/menu.php');
 
4
  ?>
5
  <h2 class="wpms_uppercase"><?php esc_html_e('Google Analytics tracking & report', 'wp-meta-seo') ?></h2>
6
- <p class="ju-description"><?php esc_html_e('Enable Google Analytics tracking and reports using a Google Analytics
7
- direct connection. Require a Google Analytics login', 'wp-meta-seo') ?></p>
8
- <p>
9
- <a class="ju-button" href="<?php echo esc_url($authUrl) ?>"
10
- target="_blank"><?php esc_html_e('Generate Access Code', 'wp-meta-seo') ?></a>
 
11
  </p>
12
- <form name="input" action="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>" method="post">
 
 
 
 
 
 
 
 
13
  <?php wp_nonce_field('gadash_form', 'gadash_security'); ?>
14
- <table class="wpms-settings-options">
15
- <tr>
16
- <td class="wpms-settings-title">
17
- <label for="wpms_ga_code" class="wpms-text"
18
- title="<?php esc_attr_e('Use the red link to get your access code!', 'wp-meta-seo') ?>">
19
- <?php esc_html_e('Access Code:', 'wp-meta-seo'); ?></label>
20
- </td>
21
- <td>
22
- <input type="text" class="wpms-large-input" id="ga_dash_code" name="wpms_ga_code" value="" size="61"
23
- title="<?php esc_attr_e('Use the red link to get your access code!', 'wp-meta-seo') ?>">
24
- <input type="hidden" name="wpms_nonce" value="<?php echo esc_attr(wp_create_nonce('wpms_nonce')) ?>">
25
- </td>
26
- </tr>
27
- <tr>
28
- <td colspan="2">
29
- <div class="pure-checkbox">
30
- <input id="wpmsga_dash_userapi" type="checkbox" name="wpmsga_dash_userapi"
31
- value="1">
32
- <label class="metaseo_tool ju-description" for="wpmsga_dash_userapi"
33
- data-alt="<?php esc_attr_e('You have the option to create your own Google developer
34
- project and use your own API key for tracking (optional)', 'wp-meta-seo') ?>">
35
- <?php esc_html_e(' Use your own API Project credentials', 'wp-meta-seo') ?></label>
36
- </div>
37
- </td>
38
- </tr>
39
- </table>
40
- <div class="wpms_wrap_hr">
41
- <hr class="wpms_hr">
 
 
 
 
 
 
 
 
 
 
 
42
  </div>
43
- <h2 class="wpms_uppercase"><?php esc_html_e('Google analytics tracking only', 'wp-meta-seo') ?></h2>
44
- <p class="ju-description"><?php esc_html_e('Enable Google Analytics tracking only. You won\'t be
45
- able to display statistics in your', 'wp-meta-seo') ?></p>
46
- <p class="ju-description"><?php esc_html_e('Wordpress admin, only on Google Analytics website', 'wp-meta-seo') ?></p>
47
 
48
- <table class="wpms-settings-options">
49
- <tr>
50
- <td class="wpms-settings-title"><label for="wpms_ga_uax_reference" class="wpms-text"
51
- title="<?php esc_attr_e('Analytics UA-X reference', 'wp-meta-seo') ?>">
52
- <?php esc_html_e('Analytics UA-X reference:', 'wp-meta-seo'); ?></label>
53
- </td>
54
- <td>
55
- <input type="text" class="wpms-large-input" id="wpms_ga_uax_reference" name="_metaseo_ga_disconnect[wpms_ga_uax_reference]"
56
- value="<?php echo esc_attr($this->gaDisconnect['wpms_ga_uax_reference']) ?>" size="61">
57
- <input type="hidden" name="wpms_nonce" value="<?php echo esc_attr(wp_create_nonce('wpms_nonce')) ?>">
58
- </td>
59
- </tr>
60
- <tr>
61
- <td class="wpms-settings-title"><label for="wpms_ga_uax_reference" class="wpms-text"
62
- title="<?php esc_attr_e('Analytics tracking type', 'wp-meta-seo') ?>">
63
- <?php esc_html_e('Analytics tracking type', 'wp-meta-seo'); ?></label>
64
- </td>
65
- <td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  <label>
67
- <select id="wpmsga_dash_tracking_type" class="wpms-large-input" name="_metaseo_ga_disconnect[wpmsga_dash_tracking_type]">
68
- <option value="classic"
69
- <?php selected($this->gaDisconnect['wpmsga_dash_tracking_type'], 'classic') ?>>
70
- <?php esc_html_e('Classic Analytics', 'wp-meta-seo') ?>
71
- </option>
72
- <option value="universal"
73
- <?php selected($this->gaDisconnect['wpmsga_dash_tracking_type'], 'universal') ?>>
74
- <?php esc_html_e('Universal Analytics', 'wp-meta-seo') ?>
75
- </option>
76
- </select>
77
  </label>
78
- </td>
79
- </tr>
80
- </table>
81
- <p class="ju-description">
82
- <?php esc_html_e('If you are using Universal Analytics make sure
83
- you have changed your account to a Universal Analytics', 'wp-meta-seo') ?>
84
- </p>
85
- <p class="ju-description">
86
- <?php esc_html_e('property in Google Analytics Read more about Universal Analytics ', 'wp-meta-seo') ?>
87
- <a target="_blank" href="https://developers.google.com/analytics/devguides/collection/upgrade/">here</a>
88
- </p>
89
- <p class="ju-description"><?php esc_html_e('OR use Analytics JS code', 'wp-meta-seo') ?></p>
90
- <label>
91
- <textarea name="_metaseo_ga_disconnect[wpmsga_code_tracking]"
92
- class="wpmsga_code_tracking">
93
- <?php echo esc_textarea($this->gaDisconnect['wpmsga_code_tracking']); ?>
94
- </textarea>
95
- </label>
96
  <p>
97
  <button type="submit" class="ju-button orange-button wpmsga_authorize" name="ga_dash_authorize"
98
- ><?php esc_html_e('Save Changes', 'wp-meta-seo'); ?></button>
99
  </p>
100
  </form>
101
  </div>
1
  <div class="wrap">
2
  <?php
3
  require_once(WPMETASEO_PLUGIN_DIR . 'inc/pages/google-analytics/menu.php');
4
+ wp_enqueue_script('jquery');
5
  ?>
6
  <h2 class="wpms_uppercase"><?php esc_html_e('Google Analytics tracking & report', 'wp-meta-seo') ?></h2>
7
+ <p class="ju-description"><?php esc_html_e('Enable Google Analytics tracking and reports using a Google Analytics direct connection. Require free Google Cloud credentials', 'wp-meta-seo') ?></p>
8
+ <p class="wpms-ga-link-document">
9
+ <a class="ju-link-classic" href="<?php echo esc_url('https://www.joomunited.com/documentation/wp-meta-seo-documentation#toc-7-1-activate-analytics-tracking') ?>"
10
+ target="_blank"><?php esc_html_e('DOCUMENTATION', 'wp-meta-seo') ?></a>
11
+ <a class="ju-link-classic" href="<?php echo esc_url('https://console.cloud.google.com/apis/dashboard') ?>" style="margin-left: 15px"
12
+ target="_blank"><?php esc_html_e('GET GOOGLE CREDENTIALS >>', 'wp-meta-seo') ?></a>
13
  </p>
14
+ <?php
15
+ $display_body_info = '';
16
+ $display_body_access = 'style=display:none;';
17
+ if (!empty($this->google_alanytics['wpmsga_dash_clientid']) && !empty($this->google_alanytics['wpmsga_dash_clientsecret'])) {
18
+ $display_body_info = 'style=display:none;';
19
+ $display_body_access = '';
20
+ }
21
+ ?>
22
+ <form name="input" action="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>" method="post" style="margin-top: 20px">
23
  <?php wp_nonce_field('gadash_form', 'gadash_security'); ?>
24
+ <input type="hidden" name="wpms_nonce" value="<?php echo esc_attr(wp_create_nonce('wpms_nonce')) ?>">
25
+
26
+ <div class="ju-settings-option wpms_ga_info background-none" <?php echo esc_attr($display_body_info) ?>>
27
+ <div class="wpms_row_full">
28
+ <label class="ju-setting-label"><?php esc_html_e('Client ID', 'wp-meta-seo') ?></label>
29
+ <div class="ju-switch-button">
30
+ <input type="text" name="wpmsga_dash_clientid" class="wpms-large-input wpmsga_dash_input" size="60"
31
+ value="<?php echo esc_attr((!empty($this->google_alanytics['wpmsga_dash_clientid'])) ? $this->google_alanytics['wpmsga_dash_clientid'] : '') ?>">
32
+ </div>
33
+ </div>
34
+ <div class="wpms_row_full">
35
+ <label class="ju-setting-label"><?php esc_html_e('Client Secret', 'wp-meta-seo') ?></label>
36
+ <div class="ju-switch-button">
37
+ <input type="text" name="wpmsga_dash_clientsecret" class="wpms-large-input wpmsga_dash_input" size="60"
38
+ value="<?php echo esc_attr((!empty($this->google_alanytics['wpmsga_dash_clientsecret'])) ? $this->google_alanytics['wpmsga_dash_clientsecret'] : '') ?>">
39
+ </div>
40
+ </div>
41
+ <div class="wpms_row_full save-ga-field">
42
+ <input type="button" class="ju-button save-ga-infomation orange-button" <?php echo esc_attr($display_body_access)?>
43
+ value="<?php esc_html_e('Save and Continue', 'wp-meta-seo') ?>" />
44
+ <img class="save-ga-loader" src="<?php echo esc_url(WPMETASEO_PLUGIN_URL . '/assets/images/ajax-loader1.gif') ?>" width="50px"
45
+ style="display:none;margin-left:10px;vertical-align: middle" />
46
+ </div>
47
+ </div>
48
+ <div class="ju-settings-option wpms_ga_access background-none" <?php echo esc_attr($display_body_access) ?>>
49
+ <div class="wpms_row_full">
50
+ <input type="button" class="ju-button wpms-ga-back-information"
51
+ value="<?php esc_html_e('Back to credentials', 'wp-meta-seo') ?>">
52
+ </div>
53
+ <div class="wpms_row_full">
54
+ <label class="ju-setting-label" title="<?php esc_attr_e('Use the generate access code to get your access code!', 'wp-meta-seo') ?>">
55
+ <?php esc_html_e('Access Code', 'wp-meta-seo'); ?>
56
+ </label>
57
+ <div class="ju-switch-button">
58
+ <input type="text" class="wpms-large-input" id="ga_dash_code" name="wpms_ga_code" value="" size="60" />
59
+ </div>
60
+ <button type="submit" class="ju-button orange-button" data-href="<?php echo esc_url($authUrl) ?>" id="wpms-ga-get-accesscode"
61
+ data-type="link"><?php esc_html_e('Generate Access Code', 'wp-meta-seo') ?></button>
62
+ </div>
63
  </div>
 
 
 
 
64
 
65
+ <script>
66
+ jQuery('body').on('click', '.wpmsga-advanced-config-header', function (e) {
67
+ if (jQuery(this).hasClass('down')) {
68
+ jQuery(this).removeClass('down').addClass('up');
69
+ } else {
70
+ jQuery(this).removeClass('up').addClass('down');
71
+ }
72
+
73
+ jQuery.cookie('wpmsga-advanced-box', jQuery('.wpmsga-advanced-box .content-box').is(':hidden').toString());
74
+ jQuery(this).closest('.wpmsga-advanced-box').find('.content-box').stop().slideToggle();
75
+ });
76
+
77
+ jQuery(document).ready(function ($) {
78
+ if ($.cookie('wpmsga-advanced-box') === 'true') {
79
+ $('.wpmsga-advanced-box .content-box').show();
80
+ $('.wpmsga-advanced-config-header').removeClass('down').addClass('up');
81
+ } else {
82
+ $('.wpmsga-advanced-box .content-box').hide();
83
+ $('.wpmsga-advanced-config-header').removeClass('up').addClass('down');
84
+ }
85
+
86
+ $('input.wpmsga_dash_input').on('keyup', function () {
87
+ if ($('input[name="wpmsga_dash_clientid"]').val() !== '' && $('input[name="wpmsga_dash_clientsecret"]').val()) {
88
+ $('.save-ga-infomation').show();
89
+ } else {
90
+ $('.save-ga-infomation').hide();
91
+ }
92
+ });
93
+
94
+ $('input#ga_dash_code').on('keyup', function () {
95
+ if ($(this).val() !== '') {
96
+ $('button#wpms-ga-get-accesscode').html('Save and Apply');
97
+ $('button#wpms-ga-get-accesscode').attr('name', 'ga_dash_authorize');
98
+ $('button#wpms-ga-get-accesscode').attr('data-type', 'save');
99
+ } else {
100
+ $('button#wpms-ga-get-accesscode').html('Generate Access Code');
101
+ $('button#wpms-ga-get-accesscode').removeAttr('name');
102
+ $('button#wpms-ga-get-accesscode').attr('data-type', 'link');
103
+ }
104
+ });
105
+
106
+ $('button#wpms-ga-get-accesscode').on('click', function (e) {
107
+ if ($(this).attr('data-type') === 'link') {
108
+ e.preventDefault();
109
+ window.open($(this).attr('data-href'),"_blank");
110
+ return false;
111
+ }
112
+ });
113
+
114
+ $('input.save-ga-infomation').click(function () {
115
+ var wpmsga_dash_clientid = $('input[name="wpmsga_dash_clientid"').val();
116
+ var wpmsga_dash_clientsecret = $('input[name="wpmsga_dash_clientsecret"').val();
117
+ $('.save-ga-field .save-ga-loader').show();
118
+ if (wpmsga_dash_clientid !== '' && wpmsga_dash_clientsecret !== '') {
119
+ $.ajax({
120
+ url: ajaxurl,
121
+ method: 'POST',
122
+ dataType: 'json',
123
+ data: {
124
+ 'action': 'wpms_ga_save_information',
125
+ 'wpmsga_dash_clientid': wpmsga_dash_clientid,
126
+ 'wpmsga_dash_clientsecret': wpmsga_dash_clientsecret,
127
+ 'wpms_nonce': $('input[name="wpms_nonce"]').val()
128
+ },
129
+ success: function (res) {
130
+ if (res.status) {
131
+ $('#wpms-ga-get-accesscode').attr('data-href', res.authUrl);
132
+ $('.wpms_ga_info').hide();
133
+ $('.save-ga-field .save-ga-loader').hide();
134
+ $('.wpms_ga_access').show('fade');
135
+ }
136
+ }
137
+ });
138
+ } else {
139
+ if (wpmsga_dash_clientid === '') {
140
+ $('input[name="wpmsga_dash_clientid"').focus();
141
+ }
142
+ if (wpmsga_dash_clientsecret === '') {
143
+ $('input[name="wpmsga_dash_clientsecret"').focus();
144
+ }
145
+ }
146
+ });
147
+
148
+ $('.wpms-ga-back-information').click(function () {
149
+ $('.wpms_ga_access').hide();
150
+ $('.wpms_ga_info').show('fade');
151
+ })
152
+ });
153
+ </script>
154
+ <div class="wpmsga-advanced-configuration">
155
+ <div class="wpmsga-advanced-box">
156
+ <h2 class="wpmsga-advanced-config-header down">
157
+ <?php esc_html_e('Advanced configuration', 'wp-meta-seo') ?>
158
+ </h2>
159
+ <div class="content-box">
160
+ <h4 class="wpms_uppercase"><?php esc_html_e('Google analytics tracking only', 'wp-meta-seo') ?></h4>
161
+ <p class="ju-description"><?php esc_html_e('Enable Google Analytics tracking only. You won\'t be
162
+ able to display statistics in your', 'wp-meta-seo') ?></p>
163
+ <p class="ju-description"><?php esc_html_e('Wordpress admin, only on Google Analytics website', 'wp-meta-seo') ?></p>
164
+
165
+ <table class="wpms-settings-options">
166
+ <tr>
167
+ <td class="wpms-settings-title"><label for="wpms_ga_uax_reference" class="wpms-text"
168
+ title="<?php esc_attr_e('Analytics UA-X reference', 'wp-meta-seo') ?>">
169
+ <?php esc_html_e('Analytics UA-X reference:', 'wp-meta-seo'); ?></label>
170
+ </td>
171
+ <td>
172
+ <input type="text" class="wpms-large-input" id="wpms_ga_uax_reference"
173
+ name="_metaseo_ga_disconnect[wpms_ga_uax_reference]"
174
+ value="<?php echo esc_attr($this->gaDisconnect['wpms_ga_uax_reference']) ?>"
175
+ size="61">
176
+ <input type="hidden" name="wpms_nonce"
177
+ value="<?php echo esc_attr(wp_create_nonce('wpms_nonce')) ?>">
178
+ </td>
179
+ </tr>
180
+ <tr>
181
+ <td class="wpms-settings-title"><label for="wpms_ga_uax_reference" class="wpms-text"
182
+ title="<?php esc_attr_e('Analytics tracking type', 'wp-meta-seo') ?>">
183
+ <?php esc_html_e('Analytics tracking type', 'wp-meta-seo'); ?></label>
184
+ </td>
185
+ <td>
186
+ <label>
187
+ <select id="wpmsga_dash_tracking_type" class="wpms-large-input"
188
+ name="_metaseo_ga_disconnect[wpmsga_dash_tracking_type]">
189
+ <option value="classic"
190
+ <?php selected($this->gaDisconnect['wpmsga_dash_tracking_type'], 'classic') ?>>
191
+ <?php esc_html_e('Classic Analytics', 'wp-meta-seo') ?>
192
+ </option>
193
+ <option value="universal"
194
+ <?php selected($this->gaDisconnect['wpmsga_dash_tracking_type'], 'universal') ?>>
195
+ <?php esc_html_e('Universal Analytics', 'wp-meta-seo') ?>
196
+ </option>
197
+ </select>
198
+ </label>
199
+ </td>
200
+ </tr>
201
+ </table>
202
+ <p class="ju-description">
203
+ <?php esc_html_e('If you are using Universal Analytics make sure you have changed your account to a Universal Analytics', 'wp-meta-seo') ?>
204
+ </p>
205
+ <p class="ju-description">
206
+ <?php esc_html_e('property in Google Analytics Read more about Universal Analytics ', 'wp-meta-seo') ?>
207
+ <a target="_blank" href="https://developers.google.com/analytics/devguides/collection/upgrade/">here</a>
208
+ </p>
209
+ <p class="ju-description"><?php esc_html_e('OR use Analytics JS code', 'wp-meta-seo') ?></p>
210
  <label>
211
+ <textarea name="_metaseo_ga_disconnect[wpmsga_code_tracking]" class="wpmsga_code_tracking">
212
+ <?php echo esc_textarea($this->gaDisconnect['wpmsga_code_tracking']); ?>
213
+ </textarea>
 
 
 
 
 
 
 
214
  </label>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  <p>
220
  <button type="submit" class="ju-button orange-button wpmsga_authorize" name="ga_dash_authorize"
221
+ ><?php esc_html_e('Save Changes', 'wp-meta-seo'); ?></button>
222
  </p>
223
  </form>
224
  </div>
inc/pages/image-meta.php CHANGED
@@ -68,7 +68,9 @@ if (!empty($_REQUEST['_wp_http_referer'])) {
68
  <label class="bulk-msg"><?php esc_html_e('Done! You may ', 'wp-meta-seo') ?><a href="<?php echo esc_url(admin_url('admin.php?page=metaseo_image_meta')) ?>"><?php esc_html_e('close the window and refresh the page...', 'wp-meta-seo') ?></a></label>
69
  </div>
70
  <?php
71
- echo '<h1 class="wpms-top-h1">' . esc_html__('Image Information', 'wp-meta-seo') . '</h1>';
 
 
72
  $metaseo_list_table->searchBox1();
73
  $metaseo_list_table->display();
74
  ?>
68
  <label class="bulk-msg"><?php esc_html_e('Done! You may ', 'wp-meta-seo') ?><a href="<?php echo esc_url(admin_url('admin.php?page=metaseo_image_meta')) ?>"><?php esc_html_e('close the window and refresh the page...', 'wp-meta-seo') ?></a></label>
69
  </div>
70
  <?php
71
+ echo '<h1 class="wpms-top-h1">' . esc_html__('Image Information', 'wp-meta-seo') . '
72
+ <i class="material-icons intro-topic-tooltip" data-alt="'.esc_html__('Where your image SEO can be optimized to get traffic from search engines image search and add smart content to your pages HTML. Optimize in priority file names, Alt text and image Titles', 'wp-meta-seo').'">help_outline</i>
73
+ </h1>';
74
  $metaseo_list_table->searchBox1();
75
  $metaseo_list_table->display();
76
  ?>
inc/pages/link-meta.php CHANGED
@@ -68,7 +68,9 @@ if (!empty($_REQUEST['_wp_http_referer'])) {
68
  </div>
69
 
70
  <?php
71
- echo '<h1 class="wpms-top-h1">' . esc_html__('Link Editor', 'wp-meta-seo') . '</h1>';
 
 
72
  $metaseo_list_table->searchBox1();
73
  $metaseo_list_table->display();
74
  ?>
68
  </div>
69
 
70
  <?php
71
+ echo '<h1 class="wpms-top-h1">' . esc_html__('Link Editor', 'wp-meta-seo') . '
72
+ <i class="material-icons intro-topic-tooltip" data-alt="'.esc_html__('This is the title added to hyperlinks in your content. While this is secondary in the SEO optimization process, you can still add smart content to your pages HTML', 'wp-meta-seo').'">help_outline</i>
73
+ </h1>';
74
  $metaseo_list_table->searchBox1();
75
  $metaseo_list_table->display();
76
  ?>
inc/pages/metaseo-broken-link.php CHANGED
@@ -27,7 +27,9 @@ if (!empty($_REQUEST['_wp_http_referer'])) {
27
  <div id="icon-edit-pages" class="icon32 icon32-posts-page"></div>
28
  <form id="wp-seo-meta-form" class="wpms-form-table" action="" method="post">
29
  <?php
30
- echo '<h1 class="wpms-top-h1">' . esc_html__('404 & Redirects', 'wp-meta-seo') . '</h1>';
 
 
31
  $metaseo_list_table->searchBox1();
32
  $metaseo_list_table->brokenFilter('sl_broken[]');
33
  $metaseo_list_table->display();
27
  <div id="icon-edit-pages" class="icon32 icon32-posts-page"></div>
28
  <form id="wp-seo-meta-form" class="wpms-form-table" action="" method="post">
29
  <?php
30
+ echo '<h1 class="wpms-top-h1">' . esc_html__('404 & Redirects', 'wp-meta-seo') . '
31
+ <i class="material-icons intro-topic-tooltip" data-alt="'.esc_html__('Search engines hates to index pages that returns a 404 error. The 404 and redirect manager index all your internal and external errors in order to make redirect. You can also make custom redirects for whatever the reason is', 'wp-meta-seo').'">help_outline</i>
32
+ </h1>';
33
  $metaseo_list_table->searchBox1();
34
  $metaseo_list_table->brokenFilter('sl_broken[]');
35
  $metaseo_list_table->display();
inc/pages/settings.php CHANGED
@@ -106,12 +106,19 @@ $setting_switch_fields = array(
106
  'metaseo_overridemeta' => array(
107
  'label' => __('Use image information from bulk editor', 'wp-meta-seo'),
108
  'help' => __('Override the image information (Alt text) with image bulk editor content', 'wp-meta-seo'),
 
 
 
 
109
  )
110
  );
111
 
112
  ?>
113
 
114
  <div class="ju-main-wrapper">
 
 
 
115
  <div class="ju-left-panel">
116
  <div class="ju-logo">
117
  <a href="https://www.joomunited.com/" target="_blank">
106
  'metaseo_overridemeta' => array(
107
  'label' => __('Use image information from bulk editor', 'wp-meta-seo'),
108
  'help' => __('Override the image information (Alt text) with image bulk editor content', 'wp-meta-seo'),
109
+ ),
110
+ 'metaseo_canonical' => array(
111
+ 'label' => __('Canonical URL', 'wp-meta-seo'),
112
+ 'help' => __('Add an option to force a canonical URL in each content. WordPress handles it by default but it can be useful in some 3rd party plugins.', 'wp-meta-seo'),
113
  )
114
  );
115
 
116
  ?>
117
 
118
  <div class="ju-main-wrapper">
119
+ <div class="ju-left-panel-toggle">
120
+ <i class="dashicons dashicons-leftright ju-left-panel-toggle-icon"></i>
121
+ </div>
122
  <div class="ju-left-panel">
123
  <div class="ju-logo">
124
  <a href="https://www.joomunited.com/" target="_blank">
inc/pages/settings/general.php CHANGED
@@ -59,8 +59,12 @@ defined('ABSPATH') || die('No direct script access allowed!');
59
 
60
  <?php
61
  foreach ($setting_switch_fields as $setting_switch_name => $setting_switch_details) :
 
 
 
 
62
  ?>
63
- <div class="ju-settings-option height_160 p-lrb-20">
64
  <div class="wpms_row_full">
65
  <input type="hidden" name="_metaseo_settings[<?php echo esc_html($setting_switch_name) ?>]"
66
  value="0">
59
 
60
  <?php
61
  foreach ($setting_switch_fields as $setting_switch_name => $setting_switch_details) :
62
+ $height_size = 'height_160';
63
+ if ($setting_switch_name === 'metaseo_canonical') {
64
+ $height_size = 'height_auto';
65
+ }
66
  ?>
67
+ <div class="ju-settings-option <?php echo esc_attr($height_size) ?> p-lrb-20">
68
  <div class="wpms_row_full">
69
  <input type="hidden" name="_metaseo_settings[<?php echo esc_html($setting_switch_name) ?>]"
70
  value="0">
inc/pages/sitemaps/general.php CHANGED
@@ -3,7 +3,9 @@
3
  defined('ABSPATH') || die('No direct script access allowed!');
4
  ?>
5
  <div id="menu_sitemaps" class="wpms_source wpms_source_sitemaps content-box">
6
- <h1 class="wpms-top-h1"><?php esc_html_e('Sitemap', 'wp-meta-seo') ?></h1>
 
 
7
  <div class="ju-settings-option min-height-140">
8
  <div class="wpms_row_full">
9
  <label class="ju-setting-label wpms_width_100 wpms_left" data-alt="<?php esc_attr_e('Link to the xml file generated. It’s highly recommended
@@ -156,9 +158,7 @@ defined('ABSPATH') || die('No direct script access allowed!');
156
 
157
  <div class="ju-settings-option min-height-140">
158
  <div class="wpms_row_full">
159
- <label class="ju-setting-label" data-alt="<?php esc_attr_e('Add a copy of the lastest version of your .xml sitemap at the root
160
- of your WordPress install named sitemap.xml. Some SEO tools and search engines bots
161
- are searching for it.', 'wp-meta-seo'); ?>">
162
  <?php esc_html_e('Sitemap root', 'wp-meta-seo') ?>
163
  </label>
164
  <div class="ju-switch-button">
@@ -168,18 +168,18 @@ defined('ABSPATH') || die('No direct script access allowed!');
168
  <span class="slider round"></span>
169
  </label>
170
  </div>
171
- <p class="description text_left p-lr-20"><?php esc_html_e('Add a sitemap.xml copy @ the site root', 'wp-meta-seo'); ?></p>
172
  </div>
173
  </div>
174
 
175
  <?php if (is_plugin_active(WPMSEO_ADDON_FILENAME)) : ?>
176
  <div class="ju-settings-option">
177
  <div class="wpms_row_full">
178
- <label class="ju-setting-label wpms_left" data-alt="<?php esc_attr_e('A page is automatically generated to display your
179
  HTML sitemap. You can also use any of the existing pages.', 'wp-meta-seo'); ?>">
180
  <?php esc_html_e('Sitemap link check', 'wp-meta-seo') ?>
181
  </label>
182
- <label class="wpms_right">
183
  <?php
184
  $sitemap->checkLink();
185
  ?>
3
  defined('ABSPATH') || die('No direct script access allowed!');
4
  ?>
5
  <div id="menu_sitemaps" class="wpms_source wpms_source_sitemaps content-box">
6
+ <h1 class="wpms-top-h1"><?php esc_html_e('Sitemap', 'wp-meta-seo') ?>
7
+ <i class="material-icons intro-topic-tooltip" data-alt="<?php esc_html_e('Create your sitemaps based on your WordPress content (menus, pages...) and submit them to the Google Search console, it speeds up your pages index process', 'wp-meta-seo') ?>">help_outline</i>
8
+ </h1>
9
  <div class="ju-settings-option min-height-140">
10
  <div class="wpms_row_full">
11
  <label class="ju-setting-label wpms_width_100 wpms_left" data-alt="<?php esc_attr_e('Link to the xml file generated. It’s highly recommended
158
 
159
  <div class="ju-settings-option min-height-140">
160
  <div class="wpms_row_full">
161
+ <label class="ju-setting-label" data-alt="<?php esc_attr_e('Add a copy of the latest version of your .xml sitemap at the root of your WordPress install named sitemap.xml. Some SEO tools and search engines bots are searching for it', 'wp-meta-seo'); ?>">
 
 
162
  <?php esc_html_e('Sitemap root', 'wp-meta-seo') ?>
163
  </label>
164
  <div class="ju-switch-button">
168
  <span class="slider round"></span>
169
  </label>
170
  </div>
171
+ <p class="description text_left p-lr-20"><?php esc_html_e('Add a copy of the sitemap at your website root, named sitemap.xml', 'wp-meta-seo'); ?></p>
172
  </div>
173
  </div>
174
 
175
  <?php if (is_plugin_active(WPMSEO_ADDON_FILENAME)) : ?>
176
  <div class="ju-settings-option">
177
  <div class="wpms_row_full">
178
+ <label class="ju-setting-label wpms_left sitemap-link-check-left" data-alt="<?php esc_attr_e('A page is automatically generated to display your
179
  HTML sitemap. You can also use any of the existing pages.', 'wp-meta-seo'); ?>">
180
  <?php esc_html_e('Sitemap link check', 'wp-meta-seo') ?>
181
  </label>
182
+ <label class="wpms_right sitemap-link-check-right">
183
  <?php
184
  $sitemap->checkLink();
185
  ?>
inc/pages/sitemaps/metaseo-source_pages.php CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') || die('No direct script access allowed!');
4
  ?>
5
  <div id="menu_source_pages" class="wpms_source wpms_source_pages content-box">
6
  <h1 class="h1_top"><?php esc_html_e('Source : Page', 'wp-meta-seo') ?></h1>
7
- <div class="ju-settings-option">
8
  <div class="wpms_row_full">
9
  <label class="ju-setting-label text" data-alt="<?php echo esc_attr('Include all elements in the sitemap', 'wp-meta-seo') ?>">
10
  <?php esc_html_e('Check all pages', 'wp-meta-seo') ?>
@@ -19,21 +19,6 @@ defined('ABSPATH') || die('No direct script access allowed!');
19
  </div>
20
  </div>
21
 
22
- <div class="ju-settings-option">
23
- <div class="wpms_row_full">
24
- <label class="ju-setting-label text">
25
- <?php esc_html_e('Check all pages in current page', 'wp-meta-seo') ?>
26
- </label>
27
- <div class="ju-switch-button">
28
- <label class="switch">
29
- <input type="checkbox" class="sitemap_check_all_posts_in_page" data-type="pages" id="wpms_check_all_posts_in_page_pages"
30
- value="1">
31
- <span class="slider round"></span>
32
- </label>
33
- </div>
34
- </div>
35
- </div>
36
-
37
  <div class="ju-settings-option">
38
  <div class="wpms_row_full">
39
  <label class="ju-setting-label text wpms_width_100 wpms_left">
4
  ?>
5
  <div id="menu_source_pages" class="wpms_source wpms_source_pages content-box">
6
  <h1 class="h1_top"><?php esc_html_e('Source : Page', 'wp-meta-seo') ?></h1>
7
+ <div class="ju-settings-option wpms_single_row">
8
  <div class="wpms_row_full">
9
  <label class="ju-setting-label text" data-alt="<?php echo esc_attr('Include all elements in the sitemap', 'wp-meta-seo') ?>">
10
  <?php esc_html_e('Check all pages', 'wp-meta-seo') ?>
19
  </div>
20
  </div>
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  <div class="ju-settings-option">
23
  <div class="wpms_row_full">
24
  <label class="ju-setting-label text wpms_width_100 wpms_left">
inc/pages/sitemaps/metaseo-source_posts.php CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') || die('No direct script access allowed!');
4
  ?>
5
  <div id="menu_source_posts" class="wpms_source wpms_source_posts content-box">
6
  <h1 class="h1_top"><?php esc_html_e('Source : Post', 'wp-meta-seo') ?></h1>
7
- <div class="ju-settings-option">
8
  <div class="wpms_row_full">
9
  <label class="ju-setting-label text"
10
  data-alt="<?php echo esc_attr('Include all elements in the sitemap', 'wp-meta-seo') ?>">
@@ -20,22 +20,6 @@ defined('ABSPATH') || die('No direct script access allowed!');
20
  </div>
21
  </div>
22
 
23
- <div class="ju-settings-option">
24
- <div class="wpms_row_full">
25
- <label class="ju-setting-label text">
26
- <?php esc_html_e('Check all posts in current page', 'wp-meta-seo') ?>
27
- </label>
28
- <div class="ju-switch-button">
29
- <label class="switch">
30
- <input type="checkbox" class="sitemap_check_all_posts_in_page" data-type="posts"
31
- id="wpms_check_all_posts_in_page"
32
- value="1">
33
- <span class="slider round"></span>
34
- </label>
35
- </div>
36
- </div>
37
- </div>
38
-
39
  <div class="ju-settings-option">
40
  <div class="wpms_row_full">
41
  <label class="ju-setting-label text wpms_width_100 wpms_left">
4
  ?>
5
  <div id="menu_source_posts" class="wpms_source wpms_source_posts content-box">
6
  <h1 class="h1_top"><?php esc_html_e('Source : Post', 'wp-meta-seo') ?></h1>
7
+ <div class="ju-settings-option wpms_single_row">
8
  <div class="wpms_row_full">
9
  <label class="ju-setting-label text"
10
  data-alt="<?php echo esc_attr('Include all elements in the sitemap', 'wp-meta-seo') ?>">
20
  </div>
21
  </div>
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  <div class="ju-settings-option">
24
  <div class="wpms_row_full">
25
  <label class="ju-setting-label text wpms_width_100 wpms_left">
inc/pages/sitemaps/sitemap_menus.php CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') || die('No direct script access allowed!');
4
  ?>
5
  <div class="wpmsrow sitemap-menu-bar">
6
  <div class="col s12">
7
- <ul class="wpmstabs ju-tabs">
8
  <li class="tab wpmstab col active">
9
  <a href="#menu_sitemaps"><?php esc_html_e('Sitemaps', 'wp-meta-seo') ?></a>
10
  </li>
4
  ?>
5
  <div class="wpmsrow sitemap-menu-bar">
6
  <div class="col s12">
7
+ <ul class="wpmstabs tabs ju-tabs ju-horizontal-tabs" style="overflow: hidden">
8
  <li class="tab wpmstab col active">
9
  <a href="#menu_sitemaps"><?php esc_html_e('Sitemaps', 'wp-meta-seo') ?></a>
10
  </li>
jutranslation/assets/js/jutranslation.js CHANGED
@@ -391,6 +391,29 @@ jQuery(document).ready(function ($) {
391
  }
392
  });
393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  function doTable(datas, options) {
395
  // DOM element containing the generated content
396
  var $_content;
391
  }
392
  });
393
 
394
+ var eventMethod = window.addEventListener ? 'addEventListener' : 'attachEvent';
395
+ var eventer = window[eventMethod];
396
+ var messageEvent = (eventMethod == 'attachEvent') ? 'onmessage' : 'message';
397
+
398
+ // Listen to message from jutranslation window
399
+ eventer(messageEvent, function (e) {
400
+ var res = e.data;
401
+ if(typeof res != 'undefined' && typeof res.type != 'undefined' && res.type === 'translation_login'){
402
+ $.ajax({
403
+ url : jutranslation.base_url + 'task=jutranslation.saveJuToken',
404
+ type: 'POST',
405
+ data: {
406
+ action : jutranslation.ajax_action,
407
+ token: res.token,
408
+ wp_nonce: jutranslation.token
409
+ },
410
+ success: function () {
411
+
412
+ }
413
+ });
414
+ }
415
+ }, false);
416
+
417
  function doTable(datas, options) {
418
  // DOM element containing the generated content
419
  var $_content;
jutranslation/jutranslation.php CHANGED
@@ -111,6 +111,9 @@ class Jutranslation
111
  }
112
 
113
  switch ($_REQUEST['task']) {
 
 
 
114
  case 'jutranslation.saveStrings':
115
  self::saveStrings();
116
  break;
@@ -666,6 +669,7 @@ class Jutranslation
666
  }
667
  $strings = json_encode($strings);
668
 
 
669
  //Get the current extension version
670
  $plugin_data = get_plugin_data($addons[$plugin]->main_plugin_file);
671
  $version = $plugin_data['Version'];
@@ -675,6 +679,9 @@ class Jutranslation
675
  echo '<input type="hidden" name="extension" value="' . esc_attr($addons[$plugin]->extension_slug) . '" />';
676
  echo '<input type="hidden" name="extension_language" value="' . esc_attr($language) . '" />';
677
  echo '<input type="hidden" name="extension_version" value="' . esc_attr($version) . '" />';
 
 
 
678
  // phpcs:ignore WordPress.Security.EscapeOutput -- Value wrong
679
  echo '<textarea style="display: none" name="strings">' . htmlentities($strings) . '</textarea>';
680
  echo '</form>';
@@ -690,6 +697,25 @@ class Jutranslation
690
  wp_die();
691
  }
692
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
693
  /**
694
  * Load overrided languages
695
  *
111
  }
112
 
113
  switch ($_REQUEST['task']) {
114
+ case 'jutranslation.saveJuToken':
115
+ self::saveJuToken();
116
+ break;
117
  case 'jutranslation.saveStrings':
118
  self::saveStrings();
119
  break;
669
  }
670
  $strings = json_encode($strings);
671
 
672
+ $ju_user_token = get_option('ju_user_token');
673
  //Get the current extension version
674
  $plugin_data = get_plugin_data($addons[$plugin]->main_plugin_file);
675
  $version = $plugin_data['Version'];
679
  echo '<input type="hidden" name="extension" value="' . esc_attr($addons[$plugin]->extension_slug) . '" />';
680
  echo '<input type="hidden" name="extension_language" value="' . esc_attr($language) . '" />';
681
  echo '<input type="hidden" name="extension_version" value="' . esc_attr($version) . '" />';
682
+ echo '<input type="hidden" name="user_token" value="' . esc_attr(!empty($ju_user_token) ? $ju_user_token : '') . '" />';
683
+ echo '<input type="hidden" name="site_url" value="' . esc_url(admin_url()) . '" />';
684
+ echo '<input type="hidden" name="extension_updated" value="1" />';
685
  // phpcs:ignore WordPress.Security.EscapeOutput -- Value wrong
686
  echo '<textarea style="display: none" name="strings">' . htmlentities($strings) . '</textarea>';
687
  echo '</form>';
697
  wp_die();
698
  }
699
 
700
+ /**
701
+ * Save Ju Token
702
+ *
703
+ * @return void
704
+ */
705
+ protected static function saveJuToken()
706
+ {
707
+ //Security check
708
+ if (!wp_verify_nonce($_REQUEST['wp_nonce'], 'jutranslation')) {
709
+ echo json_encode(array('status' => 'error', 'message' => 'nonce error'));
710
+ die();
711
+ }
712
+
713
+
714
+ if (isset($_POST['token'])) {
715
+ update_option('ju_user_token', $_POST['token']);
716
+ }
717
+ }
718
+
719
  /**
720
  * Load overrided languages
721
  *
languages/wp-meta-seo-en_US.mo CHANGED
Binary file
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === WP Meta SEO ===
2
  Contributors: JoomUnited
3
  Tags: google, webmaster tools, keywords, meta, meta description, meta keywords, meta title, robots meta, search engine optimization, seo, wordpress seo, yahoo, image optimization, image resize, custom post seo, redirect, redirection, 301, broken link
4
- Requires at least: 4.0
5
- Tested up to: 5.2.4
6
- Stable tag: 4.0.13
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -25,6 +25,7 @@ WP Meta SEO gives you the control over all your SEO optimization. Bulk SEO conte
25
  * Facebook and Twitter social sharing custom elements per content
26
  * Breadcrumb generator
27
  * Gutenberg SEO content checker
 
28
 
29
 
30
  ## WP Meta SEO Addon plugin (optional), additional search engine optimization
@@ -253,11 +254,27 @@ Yes WP Meta SEO is compatible with Gutenberg editor since 3.7 version.
253
  1. Bulk image SEO content edition: title, description, alt, legend text
254
  1. Image resized in HTML (with handles) is automatically detected and can be resized
255
  1. 404 and redirect tool + broken link checker
256
- 1. 404 automatic redirection and 404 page customization
257
  1. Google Analytics integration with all main information and view selection
258
 
259
  == Changelog ==
260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
  = 4.0.13 =
262
  * Fix : JS error when edit a post
263
  * Fix : Exclude external link and replicate the custom link in sitemap
1
  === WP Meta SEO ===
2
  Contributors: JoomUnited
3
  Tags: google, webmaster tools, keywords, meta, meta description, meta keywords, meta title, robots meta, search engine optimization, seo, wordpress seo, yahoo, image optimization, image resize, custom post seo, redirect, redirection, 301, broken link
4
+ Requires at least: 4.7
5
+ Tested up to: 5.3.2
6
+ Stable tag: 4.2.1
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
25
  * Facebook and Twitter social sharing custom elements per content
26
  * Breadcrumb generator
27
  * Gutenberg SEO content checker
28
+ * Canonical URL management for post, pages... and categories
29
 
30
 
31
  ## WP Meta SEO Addon plugin (optional), additional search engine optimization
254
  1. Bulk image SEO content edition: title, description, alt, legend text
255
  1. Image resized in HTML (with handles) is automatically detected and can be resized
256
  1. 404 and redirect tool + broken link checker
257
+ 1. Google Search Console integration: Google keyword suggestions
258
  1. Google Analytics integration with all main information and view selection
259
 
260
  == Changelog ==
261
 
262
+ = 4.2.1 =
263
+ * Fix : Translation sharing issue in some browsers
264
+
265
+ = 4.2.0 =
266
+ * Add : Description on admin on each WPMS topic
267
+ * Add : Generate automatically a sitemap before the first configuration
268
+ * Fix : Edit some styles and tooltips
269
+ * Fix : Conflict with other tabs in metabox
270
+ * Fix : Some minor errors in the sitemap page
271
+
272
+ = 4.1.0 =
273
+ * Add : Force a Canonical URL per content (post, page...) or category
274
+ * Add : Google Analytics update: update app and connexion method
275
+ * Add : Better admin responsive display
276
+ * Add : Consider publish state in meta bulk editor
277
+
278
  = 4.0.13 =
279
  * Fix : JS error when edit a post
280
  * Fix : Exclude external link and replicate the custom link in sitemap
wp-meta-seo.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: WP Meta SEO
5
  * Plugin URI: http://www.joomunited.com/wordpress-products/wp-meta-seo
6
  * Description: WP Meta SEO is a plugin for WordPress to fill meta for content, images and main SEO info in a single view.
7
- * Version: 4.0.13
8
  * Text Domain: wp-meta-seo
9
  * Domain Path: /languages
10
  * Author: JoomUnited
@@ -132,7 +132,7 @@ if (!defined('WPMSEO_VERSION')) {
132
  /**
133
  * Plugin version
134
  */
135
- define('WPMSEO_VERSION', '4.0.13');
136
  }
137
 
138
  if (!defined('WPMS_CLIENTID')) {
@@ -226,7 +226,8 @@ function wpmsGetDefaultSettings()
226
  'metaseo_metatitle_tab' => 1,
227
  'metaseo_follow' => 0,
228
  'metaseo_index' => 0,
229
- 'metaseo_overridemeta' => 1
 
230
  );
231
  }
232
 
@@ -470,6 +471,8 @@ if (is_admin()) {
470
  require_once(WPMETASEO_PLUGIN_DIR . 'inc/class.metaseo-opengraph.php');
471
 
472
  add_action('wpmsseo_head', 'wpmsopengraph', 30);
 
 
473
  /**
474
  * Render graph meta tag
475
  *
@@ -547,7 +550,7 @@ if (is_admin()) {
547
  $meta_fbimage = $images[0];
548
  $meta_twimage = $images[1];
549
 
550
- $current_url = $opengraph->getCurentUrl();
551
  $type = $opengraph->getType();
552
  $home_meta_active = wpmsGetOption('home_meta_active');
553
  // check homepage is latest post
@@ -587,6 +590,9 @@ if (is_admin()) {
587
  $meta_desc_esc = $metas['desc'];
588
  $meta_fbdesc = $metas['desc'];
589
  $meta_twdesc = $metas['desc'];
 
 
 
590
  $page_follow = 'follow';
591
  }
592
 
@@ -598,6 +604,13 @@ if (is_admin()) {
598
  $page_follow = 'follow';
599
  }
600
 
 
 
 
 
 
 
 
601
  $patterns = $opengraph->getPatterns(
602
  $id,
603
  $settings,
4
  * Plugin Name: WP Meta SEO
5
  * Plugin URI: http://www.joomunited.com/wordpress-products/wp-meta-seo
6
  * Description: WP Meta SEO is a plugin for WordPress to fill meta for content, images and main SEO info in a single view.
7
+ * Version: 4.2.1
8
  * Text Domain: wp-meta-seo
9
  * Domain Path: /languages
10
  * Author: JoomUnited
132
  /**
133
  * Plugin version
134
  */
135
+ define('WPMSEO_VERSION', '4.2.1');
136
  }
137
 
138
  if (!defined('WPMS_CLIENTID')) {
226
  'metaseo_metatitle_tab' => 1,
227
  'metaseo_follow' => 0,
228
  'metaseo_index' => 0,
229
+ 'metaseo_overridemeta' => 1,
230
+ 'metaseo_canonical' => 0
231
  );
232
  }
233
 
471
  require_once(WPMETASEO_PLUGIN_DIR . 'inc/class.metaseo-opengraph.php');
472
 
473
  add_action('wpmsseo_head', 'wpmsopengraph', 30);
474
+ // Remove actions that we will handle through our wpseo_head call, and probably change the output of.
475
+ remove_action('wp_head', 'rel_canonical');
476
  /**
477
  * Render graph meta tag
478
  *
550
  $meta_fbimage = $images[0];
551
  $meta_twimage = $images[1];
552
 
553
+ $current_url = $opengraph->getCurentUrl($settings, $id);
554
  $type = $opengraph->getType();
555
  $home_meta_active = wpmsGetOption('home_meta_active');
556
  // check homepage is latest post
590
  $meta_desc_esc = $metas['desc'];
591
  $meta_fbdesc = $metas['desc'];
592
  $meta_twdesc = $metas['desc'];
593
+ if (!empty($metas['canonical'])) {
594
+ $current_url = $metas['canonical'];
595
+ }
596
  $page_follow = 'follow';
597
  }
598
 
604
  $page_follow = 'follow';
605
  }
606
 
607
+ // Create canonical meta link
608
+ $canonical_meta = $opengraph->getCanonical($id, $settings, $current_url, $page_index);
609
+ if (!empty($canonical_meta)) {
610
+ // phpcs:ignore WordPress.Security.EscapeOutput -- Content escaped in some method in class MetaSeoOpenGraph
611
+ echo $canonical_meta;
612
+ }
613
+
614
  $patterns = $opengraph->getPatterns(
615
  $id,
616
  $settings,