Simple Follow Me Social Buttons Widget - Version 1.3

Version Description

  • Added Email and SoundCloud icons
Download this release

Release Info

Developer lucymtc
Plugin Icon 128x128 Simple Follow Me Social Buttons Widget
Version 1.3
Comparing to
See all releases

Code changes from version 1.1 to 1.3

assets/css/style.css CHANGED
@@ -39,20 +39,24 @@
39
  margin-right:10px;
40
  }
41
 
 
 
 
 
42
 
43
  @font-face {
44
- font-family: 'wp_social_buttons';
45
- src:url('../fonts/wp_social_buttons.eot?6rn0ly');
46
- src:url('../fonts/wp_social_buttons.eot?#iefix6rn0ly') format('embedded-opentype'),
47
- url('../fonts/wp_social_buttons.woff?6rn0ly') format('woff'),
48
- url('../fonts/wp_social_buttons.ttf?6rn0ly') format('truetype'),
49
- url('../fonts/wp_social_buttons.svg?6rn0ly#wp_social_buttons') format('svg');
50
  font-weight: normal;
51
  font-style: normal;
52
  }
53
 
54
  [class^="sfmsb-icon-"], [class*=" sfmsb-icon-"] {
55
- font-family: 'wp_social_buttons';
56
  speak: none;
57
  font-style: normal;
58
  font-weight: normal;
@@ -68,82 +72,96 @@
68
  /* V2 */
69
 
70
  .sfmsb-icon-googleplus-square:before {
71
- content: "\e60c";
72
  }
73
  .sfmsb-icon-googleplus-circle:before {
74
- content: "\e605";
75
  }
76
 
77
  .sfmsb-icon-facebook-square:before {
78
- content: "\e600";
79
  }
80
  .sfmsb-icon-facebook-circle:before {
81
  content: "\e601";
82
  }
83
 
84
  .sfmsb-icon-twitter-square:before {
85
- content: "\e60f";
86
  }
87
  .sfmsb-icon-twitter-circle:before {
88
- content: "\e610";
89
  }
90
 
91
  .sfmsb-icon-feed-square:before {
92
- content: "\e60a";
93
  }
94
  .sfmsb-icon-feed-circle:before {
95
- content: "\e60b";
96
  }
97
 
98
  .sfmsb-icon-vimeo-square:before {
99
- content: "\e611";
100
  }
101
  .sfmsb-icon-vimeo-circle:before {
102
- content: "\e612";
103
  }
104
 
105
  .sfmsb-icon-github-circle:before {
106
- content: "\e603";
107
  }
108
 
109
  .sfmsb-icon-github-square:before {
110
- content: "\e604";
111
  }
112
 
113
  .sfmsb-icon-wordpress-circle:before {
114
- content: "\e616";
115
  }
116
  .sfmsb-icon-wordpress-square:before {
117
- content: "\e615";
118
  }
119
 
120
  .sfmsb-icon-pinterest-square:before {
121
- content: "\e609";
122
  }
123
 
124
  .sfmsb-icon-pinterest-circle:before {
125
- content: "\e608";
126
  }
127
 
128
  .sfmsb-icon-linkedin-square:before {
129
- content: "\e60e";
130
  }
131
  .sfmsb-icon-linkedin-circle:before {
132
- content: "\e607";
133
  }
134
 
135
  .sfmsb-icon-youtube-square:before {
136
- content: "\e617";
137
  }
138
  .sfmsb-icon-youtube-circle:before {
139
- content: "\e60d";
140
  }
141
 
142
  .sfmsb-icon-instagram-square:before {
143
- content: "\e61b";
144
  }
145
  .sfmsb-icon-instagram-circle:before {
146
- content: "\e606";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  }
148
 
149
 
39
  margin-right:10px;
40
  }
41
 
42
+ .sfmsb-follow-social-buttons a:hover{
43
+ text-decoration:none !important;
44
+ }
45
+
46
 
47
  @font-face {
48
+ font-family: 'social_buttons';
49
+ src:url('../fonts/social_buttons.eot?6rn0ly');
50
+ src:url('../fonts/social_buttons.eot?#iefix6rn0ly') format('embedded-opentype'),
51
+ url('../fonts/social_buttons.woff?6rn0ly') format('woff'),
52
+ url('../fonts/social_buttons.ttf?6rn0ly') format('truetype'),
53
+ url('../fonts/social_buttons.svg?6rn0ly#social_buttons') format('svg');
54
  font-weight: normal;
55
  font-style: normal;
56
  }
57
 
58
  [class^="sfmsb-icon-"], [class*=" sfmsb-icon-"] {
59
+ font-family: 'social_buttons';
60
  speak: none;
61
  font-style: normal;
62
  font-weight: normal;
72
  /* V2 */
73
 
74
  .sfmsb-icon-googleplus-square:before {
75
+ content: "\e60e";
76
  }
77
  .sfmsb-icon-googleplus-circle:before {
78
+ content: "\e617";
79
  }
80
 
81
  .sfmsb-icon-facebook-square:before {
82
+ content: "\e610";
83
  }
84
  .sfmsb-icon-facebook-circle:before {
85
  content: "\e601";
86
  }
87
 
88
  .sfmsb-icon-twitter-square:before {
89
+ content: "\e612";
90
  }
91
  .sfmsb-icon-twitter-circle:before {
92
+ content: "\e615";
93
  }
94
 
95
  .sfmsb-icon-feed-square:before {
96
+ content: "\e613";
97
  }
98
  .sfmsb-icon-feed-circle:before {
99
+ content: "\e614";
100
  }
101
 
102
  .sfmsb-icon-vimeo-square:before {
103
+ content: "\e61b";
104
  }
105
  .sfmsb-icon-vimeo-circle:before {
106
+ content: "\e616";
107
  }
108
 
109
  .sfmsb-icon-github-circle:before {
110
+ content: "\e602";
111
  }
112
 
113
  .sfmsb-icon-github-square:before {
114
+ content: "\e603";
115
  }
116
 
117
  .sfmsb-icon-wordpress-circle:before {
118
+ content: "\e61d";
119
  }
120
  .sfmsb-icon-wordpress-square:before {
121
+ content: "\e61c";
122
  }
123
 
124
  .sfmsb-icon-pinterest-square:before {
125
+ content: "\e60b";
126
  }
127
 
128
  .sfmsb-icon-pinterest-circle:before {
129
+ content: "\e60a";
130
  }
131
 
132
  .sfmsb-icon-linkedin-square:before {
133
+ content: "\e611";
134
  }
135
  .sfmsb-icon-linkedin-circle:before {
136
+ content: "\e606";
137
  }
138
 
139
  .sfmsb-icon-youtube-square:before {
140
+ content: "\e61e";
141
  }
142
  .sfmsb-icon-youtube-circle:before {
143
+ content: "\e60f";
144
  }
145
 
146
  .sfmsb-icon-instagram-square:before {
147
+ content: "\e604";
148
  }
149
  .sfmsb-icon-instagram-circle:before {
150
+ content: "\e605";
151
+ }
152
+
153
+ .sfmsb-icon-email-square:before {
154
+ content: "\e608";
155
+ }
156
+ .sfmsb-icon-email-circle:before {
157
+ content: "\e621";
158
+ }
159
+
160
+ .sfmsb-icon-soundcloud-square:before {
161
+ content: "\e61a";
162
+ }
163
+ .sfmsb-icon-soundcloud-circle:before {
164
+ content: "\e619";
165
  }
166
 
167
 
assets/fonts/social_buttons.eot CHANGED
Binary file
assets/fonts/social_buttons.svg CHANGED
@@ -3,34 +3,42 @@
3
  <svg xmlns="http://www.w3.org/2000/svg">
4
  <metadata>Generated by IcoMoon</metadata>
5
  <defs>
6
- <font id="social_buttons" horiz-adv-x="512">
7
  <font-face units-per-em="512" ascent="480" descent="-32" />
8
  <missing-glyph horiz-adv-x="512" />
9
  <glyph unicode="&#x20;" d="" horiz-adv-x="256" />
10
- <glyph unicode="&#xe600;" d="M279.533 448c0 0-100.478 0-133.97 0-60.060 0-116.585-45.503-116.585-98.211 0-53.863 40.941-97.333 102.044-97.333 4.249 0 8.378 0.085 12.421 0.376-3.965-7.593-6.801-16.144-6.801-25.021 0-14.969 8.052-27.105 18.234-37.012-7.693 0-15.121-0.224-23.226-0.224-74.391 0.001-131.65-47.379-131.65-96.51 0-48.389 62.771-78.657 137.167-78.657 84.812 0 131.653 48.122 131.653 96.514 0 38.8-11.448 62.036-46.843 87.067-12.108 8.572-35.265 29.418-35.265 41.672 0 14.36 4.098 21.434 25.714 38.323 22.156 17.312 37.836 41.651 37.836 69.958 0 33.703-15.010 66.549-43.186 77.386h42.477l29.98 21.672zM232.74 120.271c1.063-4.486 1.642-9.103 1.642-13.814 0-39.1-25.196-69.655-97.487-69.655-51.421 0-88.558 32.552-88.558 71.65 0 38.321 46.063 70.222 97.482 69.666 12-0.127 23.184-2.058 33.335-5.345 27.913-19.413 47.938-30.381 53.586-52.502zM150.409 266.112c-34.519 1.032-67.318 38.613-73.276 83.93-5.958 45.333 17.185 80.021 51.694 78.995 34.505-1.037 67.319-37.407 73.279-82.729 5.953-45.33-17.195-81.229-51.697-80.196zM416 352v96h-32v-96h-96v-32h96v-96h32v96h96v32z" />
11
- <glyph unicode="&#xe601;" d="M0.403 45.168c-0.122 1.266-0.226 2.535-0.292 3.815 0.065-1.28 0.17-2.549 0.292-3.815zM117.954 197.426c46.005-1.369 76.867 46.349 68.931 106.599-7.947 60.24-51.698 108.584-97.704 109.961-46.013 1.365-76.87-44.741-68.926-105 7.941-60.234 51.676-110.187 97.699-111.56zM512 352v42.655c0 46.94-38.391 85.345-85.329 85.345h-341.328c-46.138 0-84.006-37.116-85.282-82.963 29.181 25.693 69.662 47.158 111.437 47.158 44.652 0 178.622 0 178.622 0l-39.974-33.809h-56.634c37.565-14.402 57.578-58.062 57.578-102.861 0-37.624-20.905-69.977-50.444-92.984-28.822-22.451-34.286-31.854-34.286-50.939 0-16.289 30.873-44 47.016-55.394 47.191-33.269 62.458-64.156 62.458-115.728 0-8.214-1.021-16.415-3.033-24.48h153.871c46.937 0 85.328 38.375 85.328 85.345v266.654h-96v-95.999h-32v96h-95.999v32h95.999v96h32v-96h96zM92.943 97.032c10.807 0 20.711 0.295 30.968 0.295-13.573 13.167-24.313 29.3-24.313 49.19 0 11.804 3.782 23.168 9.067 33.26-5.391-0.385-10.895-0.497-16.563-0.497-37.178 0-68.753 12.038-92.102 31.927v-33.621l0.003-100.865c26.72 12.687 58.444 20.311 92.94 20.311zM1.71 36.371c-0.556 2.729-0.983 5.503-1.271 8.317 0.287-2.814 0.715-5.588 1.271-8.317zM227.725 3.577c-7.529 29.403-34.227 43.982-71.444 69.784-13.536 4.366-28.447 6.937-44.447 7.104-44.809 0.482-86.554-17.471-110.108-44.186 7.96-38.853 42.517-68.279 83.617-68.279h143.222c0.908 5.564 1.348 11.316 1.348 17.216 0 6.267-0.767 12.396-2.188 18.361z" />
12
- <glyph unicode="&#xe602;" d="M218.503 70.919c0-37.534-23.195-67.196-88.879-69.588-38.492 21.893-70.745 53.476-93.454 91.433 11.845 29.248 48.846 51.523 91.158 51.057 12.011-0.126 23.205-2.057 33.372-5.35 27.954-19.433 50.5-31.576 56.162-53.724 1.057-4.482 1.641-9.103 1.641-13.828zM256 480c-73.97 0-140.598-31.385-187.333-81.549 18.467 10.226 40.269 16.319 63.451 16.319 33.534 0 128.219 0 128.219 0l-28.652-30.070h-33.655c23.748-13.606 36.376-41.624 36.376-72.506 0-28.346-15.708-51.19-37.89-68.529-21.64-16.901-25.746-23.983-25.746-38.367 0-12.271 25.861-30.549 37.75-39.468 41.409-31.056 49.789-50.592 49.789-89.435 0-39.363-34.468-78.552-92.933-91.871 28.174-10.669 58.713-16.524 90.624-16.524 141.385 0 256 114.615 256 256s-114.615 256-256 256zM384 288v-64h-32v64h-64v32h64v64h32v-64h64v-32h-64zM182.884 310.264c5.961-45.388-13.923-74.595-48.467-73.567-34.563 1.041-67.403 32.746-73.37 78.121-5.964 45.394 17.209 80.127 51.765 79.098 34.545-1.037 64.11-38.271 70.072-83.652zM110.443 158.966c-37.34 0-69.064-12.884-91.421-31.932-12.251 29.91-19.022 62.645-19.022 96.966 0 28.383 4.628 55.684 13.156 81.198 3.687-49.721 38.676-88.096 96.485-88.096 4.257 0 8.382 0.221 12.437 0.511-3.975-7.615-6.811-16.095-6.811-24.991 0-14.985 8.244-23.535 18.434-33.447-7.701 0-15.135-0.209-23.258-0.209z" />
13
- <glyph unicode="&#xe603;" d="M287.935-32h-95.935v256h-64v88.225l64 0.029-0.104 51.976c0 71.976 19.517 115.77 104.299 115.77h70.588v-88.242h-44.115c-33.016 0-34.603-12.328-34.603-35.342l-0.131-44.162h79.345l-9.352-88.225-69.927-0.029-0.065-256z" />
14
- <glyph unicode="&#xe604;" d="M426.672 480h-341.33c-46.936 0-85.342-38.407-85.342-85.344v-341.313c0-46.969 38.406-85.343 85.342-85.343l341.33 0.001c46.938 0 85.328 38.373 85.328 85.344v341.311c0 46.937-38.391 85.344-85.328 85.344zM435.296 224h-83.296v-224h-96v224h-46.263v73.282h46.263v47.593c0 64.671 27.896 103.125 103.935 103.125h87.622v-79.285h-71.565c-21.241 0.035-23.876-11.076-23.876-31.756l-0.116-39.677h96l-12.704-73.282z" />
15
- <glyph unicode="&#xe605;" d="M256 480c141.385 0 256-114.615 256-256 0-130.547-97.719-238.265-224-254.013v190.013h88l8 64h-96v32c0 17.673 14.327 32 32 32h64v64h-64c-53.020 0-96-42.98-96-96v-32h-48v-64h48v-190.013c-126.281 15.748-224 123.466-224 254.013 0 141.385 114.615 256 256 256z" />
16
- <glyph unicode="&#xe606;" d="M512 382.791c-18.838-8.354-39.082-14.001-60.33-16.54 21.686 13 38.343 33.585 46.186 58.115-20.298-12.039-42.778-20.78-66.705-25.49-19.16 20.415-46.461 33.17-76.673 33.17-58.011 0-105.044-47.029-105.044-105.039 0-8.233 0.929-16.25 2.72-23.939-87.3 4.382-164.701 46.2-216.509 109.753-9.042-15.514-14.223-33.558-14.223-52.809 0-36.444 18.544-68.596 46.73-87.433-17.219 0.546-33.416 5.271-47.577 13.139-0.010-0.438-0.010-0.878-0.010-1.321 0-50.894 36.209-93.348 84.261-103-8.813-2.4-18.094-3.686-27.674-3.686-6.769 0-13.349 0.66-19.764 1.886 13.368-41.73 52.16-72.103 98.126-72.948-35.95-28.175-81.243-44.967-130.458-44.967-8.479 0-16.84 0.497-25.058 1.47 46.486-29.805 101.701-47.197 161.021-47.197 193.211 0 298.868 160.062 298.868 298.872 0 4.554-0.103 9.084-0.305 13.59 20.528 14.81 38.336 33.31 52.418 54.374z" />
17
- <glyph unicode="&#xe607;" d="M426.671 480h-341.328c-46.937 0-85.343-38.405-85.343-85.345v-341.311c0-46.969 38.406-85.344 85.343-85.344h341.328c46.938 0 85.329 38.375 85.329 85.345v341.31c0 46.94-38.391 85.345-85.329 85.345zM419.026 309.083c0.164-3.671 0.245-7.364 0.245-11.074 0-113.107-84.608-243.534-239.329-243.534-47.502 0-91.717 14.174-128.943 38.459 6.58-0.794 13.276-1.197 20.065-1.197 39.411 0 75.679 13.685 104.467 36.641-36.808 0.69-67.872 25.438-78.577 59.441 5.137-1 10.406-1.537 15.826-1.537 7.672 0 15.103 1.048 22.16 3.004-38.48 7.866-67.475 42.458-67.475 83.928 0 0.361 0 0.719 0.008 1.076 11.34-6.41 24.312-10.26 38.1-10.705-22.571 15.349-37.421 41.546-37.421 71.244 0 15.685 4.147 30.389 11.389 43.029 41.487-51.785 103.468-85.86 173.377-89.431-1.435 6.266-2.179 12.798-2.179 19.507 0 47.269 37.663 85.59 84.115 85.59 24.195 0 46.059-10.393 61.401-27.029 19.16 3.838 37.162 10.96 53.416 20.771-6.281-19.988-19.617-36.761-36.983-47.355 17.013 2.069 33.226 6.67 48.31 13.477-11.273-17.162-25.535-32.238-41.972-44.305z" />
18
- <glyph unicode="&#xe608;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM403.121 299.456c0.146-3.254 0.221-6.528 0.221-9.819 0-100.311-76.354-215.982-215.979-215.982-42.868 0-82.768 12.568-116.363 34.107 5.938-0.704 11.981-1.063 18.108-1.063 35.565 0 68.295 12.138 94.275 32.497-33.217 0.61-61.25 22.561-70.912 52.716 4.637-0.884 9.392-1.361 14.283-1.361 6.923 0 13.629 0.928 19.999 2.662-34.726 6.976-60.893 37.656-60.893 74.434 0 0.32 0 0.639 0.008 0.955 10.235-5.685 21.939-9.1 34.382-9.494-20.37 13.611-33.77 36.846-33.77 63.184 0 13.911 3.744 26.952 10.278 38.162 37.439-45.927 93.374-76.146 156.462-79.314-1.294 5.559-1.965 11.351-1.965 17.302 0 41.92 33.99 75.906 75.909 75.906 21.833 0 41.562-9.218 55.409-23.97 17.29 3.404 33.537 9.721 48.206 18.42-5.668-17.727-17.705-32.603-33.376-41.997 15.355 1.834 29.984 5.916 43.597 11.952-10.175-15.224-23.045-28.593-37.879-39.297z" />
19
- <glyph unicode="&#xe609;" d="M68.147 104.535c-37.598 0-68.146-30.667-68.146-68.038 0-37.577 30.55-67.901 68.146-67.901 37.733 0 68.247 30.324 68.247 67.901-0.001 37.371-30.512 68.038-68.247 68.038zM0.078 306.035v-98.129c63.892 0 123.979-24.986 169.229-70.256 45.192-45.159 70.141-105.518 70.141-169.65h98.561c-0.001 186.41-151.641 338.035-337.931 338.035zM0.194 480v-98.178c227.891 0 413.378-185.667 413.378-413.822h98.428c0 282.235-229.627 512-511.806 512z" />
20
- <glyph unicode="&#xe60a;" d="M426.67 480h-341.327c-46.938 0-85.343-38.406-85.343-85.344v-341.314c0-46.967 38.406-85.342 85.344-85.342h341.326c46.938 0 85.33 38.374 85.33 85.342v341.314c0 46.938-38.392 85.344-85.33 85.344zM139.472 64.376c-23.985 0-43.472 19.346-43.472 43.314 0 23.842 19.486 43.406 43.472 43.406 24.079 0 43.53-19.564 43.53-43.406-0.001-23.968-19.452-43.314-43.53-43.314zM248.734 64.002c0 40.905-15.904 79.409-44.73 108.222-28.857 28.875-67.188 44.813-107.952 44.813v62.593c118.826 0 215.563-96.721 215.563-215.627l-62.881-0.001zM359.814 64.002c0 145.531-118.329 263.97-263.688 263.97v62.624c180.001 0 326.473-146.562 326.473-326.596l-62.785 0.002z" />
21
- <glyph unicode="&#xe60b;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM160 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM248 96c0 66.168-53.832 120-120 120v48c92.636 0 168-75.364 168-168h-48zM344 96c0 57.695-22.468 111.938-63.265 152.735s-95.039 63.265-152.735 63.265v48c70.517 0 136.813-27.461 186.677-77.324 49.862-49.863 77.323-116.159 77.323-186.676h-48z" />
22
- <glyph unicode="&#xe60c;" d="M0 325.815l20.797-27.272c0 0 42.885 33.804 57.18 16.901 14.294-16.901 68.868-220.978 87.085-258.623 15.9-33.015 59.759-76.66 107.857-45.491 48.068 31.17 207.92 167.643 236.533 328.808 28.59 161.113-192.36 127.363-215.765-13.005 58.495 35.118 89.718-14.269 59.785-70.186-29.879-55.862-57.18-92.296-71.476-92.296-14.269 0-25.245 37.384-41.594 102.723-16.899 67.551-16.796 189.23-87.058 175.435-66.259-13.006-153.344-116.994-153.344-116.994z" />
23
- <glyph unicode="&#xe60d;" d="M426.655 480h-341.31c-46.939 0-85.345-38.408-85.345-85.346v-341.31c0-46.969 38.406-85.344 85.345-85.344h341.31c46.939 0 85.345 38.375 85.345 85.345v341.309c0 46.938-38.406 85.346-85.345 85.346zM406.434 260.937c-16.979-95.648-111.854-176.648-140.39-195.155-28.544-18.503-54.577 7.411-64.019 26.997-10.808 22.354-43.205 143.47-51.684 153.51-8.482 10.019-33.938-10.040-33.938-10.040l-12.346 16.188c0 0 51.691 61.724 91.020 69.439 41.702 8.183 41.64-64.033 51.67-104.121 9.7-38.782 16.22-60.976 24.688-60.976 8.485 0 24.691 21.631 42.426 54.785 17.768 33.188-0.769 62.505-35.486 41.646 13.893 83.326 145.031 103.36 128.059 7.727z" />
24
- <glyph unicode="&#xe60e;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM406.434 260.937c-16.979-95.648-111.854-176.648-140.39-195.155-28.544-18.503-54.577 7.411-64.019 26.997-10.808 22.354-43.205 143.47-51.684 153.51-8.482 10.019-33.938-10.040-33.938-10.040l-12.346 16.188c0 0 51.691 61.724 91.020 69.439 41.702 8.183 41.64-64.033 51.67-104.121 9.7-38.782 16.22-60.976 24.688-60.976 8.485 0 24.691 21.631 42.426 54.785 17.768 33.188-0.769 62.505-35.486 41.646 13.893 83.326 145.031 103.36 128.059 7.727z" />
25
- <glyph unicode="&#xe60f;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM408.028 71.972c-19.759-19.758-42.756-35.266-68.354-46.093-6.503-2.75-13.107-5.164-19.8-7.246v38.367c0 20.167-6.917 35-20.75 44.5 8.667 0.833 16.625 2 23.875 3.5s14.917 3.667 23 6.5 15.333 6.208 21.75 10.125 12.583 9 18.5 15.25 10.875 13.333 14.875 21.25 7.167 17.417 9.5 28.5 3.5 23.292 3.5 36.625c0 25.833-8.417 47.833-25.25 66 7.667 20 6.833 41.75-2.5 65.25l-6.25 0.75c-4.333 0.5-12.125-1.333-23.375-5.5s-23.875-11-37.875-20.5c-19.833 5.5-40.417 8.25-61.75 8.25-21.5 0-42-2.75-61.5-8.25-8.833 6-17.208 10.958-25.125 14.875s-14.25 6.583-19 8-9.167 2.292-13.25 2.625-6.708 0.417-7.875 0.25-2-0.333-2.5-0.5c-9.333-23.667-10.167-45.417-2.5-65.25-16.833-18.167-25.25-40.167-25.25-66 0-13.333 1.167-25.542 3.5-36.625s5.5-20.583 9.5-28.5 8.958-15 14.875-21.25 12.083-11.333 18.5-15.25 13.667-7.292 21.75-10.125 15.75-5 23-6.5 15.208-2.667 23.875-3.5c-13.667-9.333-20.5-24.167-20.5-44.5v-39.115c-7.549 2.247-14.99 4.902-22.3 7.994-25.597 10.827-48.594 26.335-68.353 46.093-19.758 19.759-35.267 42.756-46.093 68.354-11.199 26.479-16.878 54.631-16.878 83.674s5.679 57.195 16.879 83.675c10.827 25.597 26.335 48.594 46.093 68.353s42.756 35.267 68.353 46.093c26.48 11.2 54.632 16.879 83.675 16.879s57.195-5.679 83.675-16.879c25.598-10.827 48.595-26.335 68.354-46.093 19.758-19.758 35.266-42.756 46.093-68.353 11.199-26.48 16.878-54.632 16.878-83.675s-5.679-57.195-16.879-83.675c-10.827-25.597-26.335-48.595-46.093-68.353z" />
26
- <glyph unicode="&#xe610;" d="M117.639 355.64c-25.396 0-47.242-8.403-65.542-25.208-19.043-17.926-28.57-40.33-28.57-67.218 0-17.926 5.188-34.731 15.647-50.416 9.337-14.563 19.090-23.903 31.889-28.012v-1.121c-12.799-5.224-18.483-18.295-18.483-39.209 0-16.062 5.686-28.011 18.483-35.854v-1.121c-35.327-11.573-51.496-33.047-51.496-64.415 0-27.267 11.874-47.244 35.033-59.939 18.295-10.086 41.789-15.127 70.173-15.127 69.085 0 103.703 28.941 103.703 86.832 0 36.223-26.661 58.441-80.064 66.658-12.323 1.863-21.643 6.348-27.991 13.445-4.854 4.854-7.271 9.709-7.271 14.563 0 13.816 7.479 21.848 22.41 24.088 22.779 3.357 41.364 13.912 55.743 31.648 14.375 17.74 21.565 38.559 21.565 62.458 0 7.469-2.259 15.498-5.244 24.086 9.709 2.244 16.525 4.297 21.646 6.166v57.696c-22.527-8.964-43.495-13.442-61.421-13.442-15.687 8.961-31.912 13.442-50.21 13.442zM123.801 76.115c31.372 0 47.052-9.521 47.052-28.57 0-20.168-14.377-30.246-43.132-30.246-32.862 0-49.293 9.711-49.293 29.127-0.001 19.795 15.122 29.689 45.373 29.689zM119.88 224c-23.527 0-35.293 12.882-35.293 38.654 0 27.631 11.766 41.453 35.293 41.453 11.201 0 19.979-4.298 26.326-12.884 5.229-7.845 7.845-17.18 7.845-28.011 0-26.139-11.393-39.212-34.171-39.212zM290.192 480c-10.828 0-20.070-4.107-27.727-12.324-7.657-8.218-11.485-18.108-11.485-29.688 0-11.205 3.829-20.91 11.485-29.129 7.654-8.217 16.896-12.32 27.727-12.32 10.455 0 19.514 4.104 27.17 12.32 7.656 8.219 11.48 17.924 11.48 29.129 0 11.58-3.824 21.472-11.48 29.688-7.659 8.217-16.715 12.324-27.17 12.324zM321.565 352.001h-63.303c0.748-7.168-0.32-18.021-0.32-35.57v-174.216c0-17.928 1.068-32.387 0.32-38.018h63.303c-0.75 8.188-2.697 22.334-2.697 41.379v171.973c-0.003 16.432 1.947 27.284 2.697 34.452zM461.168 157.9c-16.436 0-24.541 12.514-24.541 37.533v103.32h24.932c4.48 0 8.516 0.246 13.559-0.123 5.043-0.374 7.076-0.125 9.639-0.125v53.495h-48.129v23.808c0 8.961 1.408 17.151 2.527 22.271h-64.979c1.121-5.12 1.014-12.938 1.014-23.395v-22.684h-28.16v-53.494c7.682 1.12 14.545 1.678 19.398 1.678l8.762-0.559v-101.393c0-31.371 3.979-54.336 11.818-68.9 10.461-19.42 28.811-29.129 56.068-29.129 19.424 0 36.559 3.732 49.357 11.205v56.016c-10.237-6.35-19.691-9.524-31.265-9.524z" />
27
- <glyph unicode="&#xe611;" d="M131.736 100.316c0-13.526 11.447-20.291 34.334-20.291 20.032 0 30.044 7.021 30.044 21.067 0 13.269-10.923 19.898-32.772 19.898-21.073 0.002-31.606-6.888-31.606-20.674zM426.674 480h-341.33c-46.938 0-85.344-38.405-85.344-85.344v-341.313c0-46.968 38.406-85.343 85.344-85.343h341.33c46.934 0 85.326 38.375 85.326 85.344v341.312c0 46.939-38.391 85.344-85.326 85.344zM237.864 275.506c-3.642-1.302-8.844-2.729-15.606-4.293 2.080-5.983 3.123-11.576 3.123-16.777 0-16.646-5.009-31.149-15.022-43.506-10.015-12.354-22.956-19.703-38.823-22.043-10.402-1.563-15.604-7.156-15.604-16.779 0-3.381 1.689-6.765 5.072-10.145 4.422-4.943 10.924-8.066 19.509-9.367 37.195-5.721 55.793-21.197 55.793-46.427 0-40.321-24.062-60.481-72.181-60.481-19.771 0-36.028 3.513-48.772 10.535-16.129 8.844-24.188 22.76-24.188 41.75 0 21.852 12.096 36.808 36.282 44.869v0.78c-8.842 5.462-13.263 13.785-13.263 24.972 0 14.566 4.162 23.672 12.484 27.311v0.781c-8.323 2.862-15.737 9.366-22.24 19.512-7.282 10.926-10.925 22.63-10.925 35.115 0 18.729 6.635 34.335 19.896 46.82 12.748 11.707 27.964 17.558 45.653 17.558 12.747 0 24.579-3.119 35.505-9.361 12.485 0 26.921 3.12 43.313 9.361l-0.006-40.185zM301.089 140.503h-44.093c0.521 5.201 0.779 14.042 0.779 26.532v121.346c0 12.227-0.261 20.682-0.779 25.359h44.093c-0.521-4.942-0.781-13.135-0.781-24.582v-119.782c0-13.267 0.261-22.892 0.781-28.873zM298.159 352.759c-5.332-5.722-11.641-8.581-18.923-8.581-7.543 0-13.979 2.859-19.313 8.581-5.333 5.726-8.001 12.486-8.001 20.289 0 8.067 2.668 14.956 8.001 20.683 5.333 5.721 11.77 8.584 19.313 8.584 7.282 0 13.592-2.863 18.923-8.584 5.333-5.728 7.999-12.615 7.999-20.683 0-7.803-2.666-14.564-7.999-20.289zM420.845 145.576c-9.627-5.205-21.203-7.803-34.729-7.803-18.985 0-32.124 6.76-39.405 20.287-5.465 10.145-8.193 26.14-8.193 47.99v69.842h0.389v0.781l-5.853 0.391c-3.382 0-7.806-0.391-13.267-1.171v37.847h19.117v15.216c0 7.285-0.389 13.14-1.17 17.56h45.259c-0.775-4.94-1.168-10.533-1.168-16.776v-15.999h33.943v-37.846c-1.299 0-3.705 0.129-7.218 0.389-3.512 0.261-6.828 0.393-9.949 0.393h-16.777v-72.572c0-17.432 5.725-26.145 17.167-26.145 8.063 0 15.348 2.209 21.854 6.632v-39.016zM160.608 279.797c-16.388 0-24.582-9.627-24.582-28.873 0-17.951 8.194-26.924 24.582-26.924 15.868 0 23.801 9.104 23.801 27.313 0 7.545-1.82 14.047-5.461 19.511-4.423 5.981-10.537 8.973-18.34 8.973z" />
28
- <glyph unicode="&#xe612;" d="M64 224.004c0-74.013 44.161-137.984 108.215-168.289l-91.589 244.392c-10.654-23.254-16.626-48.991-16.626-76.103zM385.614 233.436c0 23.117-8.527 39.118-15.827 51.571-9.729 15.41-18.86 28.447-18.86 43.858 0 17.187 13.383 33.188 32.243 33.188 0.852 0 1.66-0.102 2.488-0.151-34.158 30.485-79.67 49.098-129.654 49.098-67.080 0-126.093-33.523-160.422-84.284 4.505-0.141 8.753-0.227 12.356-0.227 20.077 0 51.17 2.376 51.17 2.376 10.345 0.591 11.566-14.217 1.229-15.411 0 0-10.405-1.184-21.976-1.775l69.917-202.553 42.022 122.728-29.911 79.825c-10.344 0.592-20.139 1.775-20.139 1.775-10.351 0.596-9.136 16.001 1.219 15.411 0 0 31.7-2.376 50.567-2.376 20.073 0 51.175 2.376 51.175 2.376 10.351 0.591 11.57-14.217 1.223-15.411 0 0-10.417-1.186-21.974-1.775l69.39-201.009 19.156 62.316c8.29 25.875 14.608 44.45 14.608 60.45zM259.371 207.648l-57.613-163.029c17.208-4.929 35.397-7.619 54.244-7.619 22.358 0 43.802 3.759 63.759 10.6-0.509 0.801-0.987 1.652-1.375 2.577l-59.015 157.471zM424.481 313.714c0.826-5.955 1.294-12.343 1.294-19.229 0-18.965-3.646-40.298-14.601-66.975l-58.643-165.136c57.081 32.414 95.469 92.644 95.469 161.629 0 32.515-8.53 63.080-23.519 89.711zM256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM256 0c-123.712 0-224 100.288-224 224s100.288 224 224 224 224-100.288 224-224-100.288-224-224-224z" />
29
- <glyph unicode="&#xe613;" d="M259.371 207.648l59.015-157.471c0.389-0.925 0.866-1.775 1.375-2.577-19.956-6.841-41.402-10.6-63.759-10.6-18.847 0-37.036 2.69-54.244 7.619l57.613 163.029zM448 224.003c0-68.985-38.388-129.215-95.47-161.629l58.643 165.136c10.956 26.677 14.602 48.010 14.602 66.975 0 6.886-0.469 13.274-1.294 19.229 14.989-26.631 23.519-57.196 23.519-89.711zM64 224.004c0 27.112 5.972 52.849 16.626 76.103l91.589-244.392c-64.054 30.305-108.215 94.276-108.215 168.289zM95.582 326.716c34.329 50.761 93.342 84.284 160.422 84.284 49.984 0 95.496-18.613 129.654-49.098-0.828 0.049-1.635 0.151-2.488 0.151-18.86 0-32.243-16.001-32.243-33.188 0-15.411 9.131-28.448 18.86-43.858 7.3-12.453 15.827-28.454 15.827-51.571 0-16.001-6.318-34.575-14.608-60.45l-19.156-62.316-69.39 201.009c11.558 0.589 21.974 1.775 21.974 1.775 10.347 1.194 9.129 16.002-1.223 15.411 0 0-31.102-2.376-51.175-2.376-18.867 0-50.567 2.376-50.567 2.376-10.355 0.59-11.57-14.815-1.219-15.411 0 0 9.795-1.183 20.139-1.775l29.911-79.825-42.022-122.728-69.917 202.553c11.571 0.591 21.976 1.775 21.976 1.775 10.337 1.194 9.116 16.002-1.229 15.411 0 0-31.093-2.376-51.17-2.376-3.603 0-7.851 0.086-12.356 0.227zM426 480h-340c-47.3 0-86-38.7-86-86v-340c0-47.3 38.7-86 86-86h340c47.3 0 86 38.7 86 86v340c0 47.3-38.7 86-86 86zM480 224c0-123.712-100.288-224-224-224s-224 100.288-224 224 100.288 224 224 224 224-100.288 224-224z" />
30
- <glyph unicode="&#xe614;" d="M426 480h-340c-47.3 0-86-38.7-86-86v-340c0-47.3 38.7-86 86-86h340c47.3 0 86 38.7 86 86v340c0 47.3-38.7 86-86 86zM192 64h-64v224h64v-224zM160 320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM416 64h-64v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128h-64v224h64v-39.736c13.199 18.132 33.376 39.736 56 39.736 39.765 0 72-35.817 72-80v-144z" />
31
- <glyph unicode="&#xe615;" d="M256 480c-141.385 0-256-114.615-256-256s114.613-256 256-256c141.385 0 256 114.615 256 256s-114.615 256-256 256zM280.822 137.941c-23.26 1.807-33.021 13.328-51.252 24.404-10.030-52.588-22.282-103.008-58.57-129.343-11.202 79.484 16.447 139.182 29.285 202.557-21.892 36.853 2.635 111.017 48.81 92.737 56.813-22.474-49.2-137.004 21.966-151.308 74.31-14.934 104.644 128.929 58.571 175.712-66.579 67.553-193.799 1.54-178.155-95.178 3.807-23.646 28.236-30.819 9.762-63.451-42.61 9.446-55.325 43.051-53.688 87.856 2.634 73.337 65.892 124.682 129.343 131.783 80.242 8.982 155.553-29.454 165.953-104.938 11.706-85.195-36.224-177.465-122.025-170.831z" />
32
- <glyph unicode="&#xe616;" d="M426.675 480h-341.351c-47.125 0-85.324-38.21-85.324-85.343v-341.315c0-47.133 38.199-85.342 85.324-85.342h341.351c47.125 0 85.325 38.209 85.325 85.342v341.315c0 47.133-38.2 85.343-85.325 85.343zM280.822 137.941c-23.26 1.807-33.021 13.328-51.252 24.404-10.030-52.589-22.281-103.009-58.569-129.344-11.202 79.484 16.447 139.182 29.285 202.557-21.893 36.853 2.635 111.017 48.81 92.737 56.813-22.474-49.2-137.004 21.966-151.308 74.31-14.934 104.644 128.929 58.571 175.712-66.579 67.553-193.799 1.54-178.155-95.178 3.807-23.646 28.236-30.819 9.762-63.451-42.61 9.446-55.325 43.051-53.688 87.856 2.634 73.337 65.892 124.682 129.343 131.783 80.242 8.982 155.553-29.454 165.953-104.938 11.705-85.194-36.225-177.464-122.026-170.83z" />
33
- <glyph unicode="&#xe617;" d="M220.57 147.763c-13.44-70.477-29.85-138.061-78.49-173.363-15.001 106.547 22.041 186.547 39.245 271.488-29.338 49.408 3.533 148.787 65.433 124.288 76.16-30.131-65.945-183.629 29.44-202.803 99.61-20.019 140.262 172.8 78.515 235.495-89.241 90.573-259.789 2.099-238.797-127.513 5.094-31.693 37.837-41.319 13.082-85.043-57.114 12.647-74.163 57.703-71.962 117.76 3.533 98.278 88.32 167.091 173.363 176.614 107.571 12.058 208.512-39.475 222.413-140.647 15.693-114.176-48.512-237.85-163.558-228.941-31.155 2.381-44.237 17.817-68.685 32.666z" />
34
- <glyph unicode="&#xe618;" d="M129.946 408.32c0-27.213-20.096-49.254-53.145-49.254-31.104 0-51.2 22.041-51.2 49.255 0 27.853 20.761 49.254 52.505 49.254s51.2-21.401 51.84-49.254zM28.211 3.225v316.928h98.509v-316.928h-98.509zM185.677 219.059c0 39.527-1.305 72.576-2.611 101.095h85.555l4.557-44.083h1.945c12.954 20.762 44.723 51.2 97.869 51.2 64.793 0 113.408-43.417 113.408-136.755v-187.315h-98.509v175.642c0 40.832-14.285 68.711-49.92 68.711-27.213 0-43.392-18.79-50.534-36.941-2.611-6.477-3.251-15.539-3.251-24.627v-182.784h-98.509v215.859z" />
35
- <glyph unicode="&#xe619;" d="M256 476.16c-135.731 0-245.76-110.029-245.76-245.76s110.029-245.76 245.76-245.76 245.76 110.029 245.76 245.76-110.029 245.76-245.76 245.76zM195.84 128.537h-49.767v160.128h49.767v-160.128zM170.649 308.327c-15.719 0-25.881 11.161-25.881 24.909 0 14.080 10.47 24.883 26.522 24.883s25.881-10.803 26.189-24.883c0.025-13.773-10.137-24.909-26.829-24.909zM377.575 128.537h-49.741v88.755c0 20.634-7.219 34.688-25.216 34.688-13.747 0-21.913-9.498-25.549-18.662-1.305-3.251-1.639-7.859-1.639-12.416v-92.339h-49.792v109.056c0 19.968-0.64 36.685-1.305 51.072h43.213l2.304-22.246h0.973c6.553 10.471 22.605 25.856 49.459 25.856 32.743 0 57.293-21.913 57.293-69.069v-94.695z" />
 
 
 
 
 
 
 
 
36
  </font></defs></svg>
3
  <svg xmlns="http://www.w3.org/2000/svg">
4
  <metadata>Generated by IcoMoon</metadata>
5
  <defs>
6
+ <font id="icomoon" horiz-adv-x="512">
7
  <font-face units-per-em="512" ascent="480" descent="-32" />
8
  <missing-glyph horiz-adv-x="512" />
9
  <glyph unicode="&#x20;" d="" horiz-adv-x="256" />
10
+ <glyph unicode="&#xe600;" d="M256 480c-141.391 0-256-114.609-256-256s114.609-256 256-256 256 114.609 256 256-114.609 256-256 256zM256 8c-119.297 0-216 96.703-216 216s96.703 216 216 216 216-96.703 216-216-96.703-216-216-216zM368 245.625v-74.438l-54.5 59.422 16.719 11.312c-5.984 1.531-11.641 3.922-16.688 7.203l-57.531-40.874-89.719 63.75h127.344c-2.391 4.984-4 10.344-4.812 16h-160.813v-160h256v128.938c-4.578-4.688-10.031-8.469-16-11.313zM144 267.469l54.5-36.859-54.5-59.422v96.281zM256 144h-92.406l45.562 79.422 46.844-31.672 46.844 31.672 45.562-79.422h-92.406zM344 336c-22.094 0-40-17.906-40-40s17.906-40 40-40 40 17.906 40 40-17.906 40-40 40zM366.625 284.688l-11.312-11.312-11.313 11.312-11.312-11.312-11.312 11.312 11.312 11.312-11.312 11.312 11.312 11.312 11.312-11.312 11.312 11.312 11.312-11.312-11.312-11.312 11.313-11.312z" />
11
+ <glyph unicode="&#xe601;" d="M256 480c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.408-114.624 256-256 256zM322.176 224.032l-41.952-0.032-0.032-153.6h-57.568v153.6h-38.4v52.928l38.4 0.032-0.064 31.168c0 43.2 11.712 69.472 62.56 69.472h42.368v-52.96h-26.496c-19.808 0-20.768-7.392-20.768-21.184l-0.064-26.496h47.616l-5.6-52.928z" />
12
+ <glyph unicode="&#xe602;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM408.028 71.972c-19.76-19.758-42.756-35.266-68.354-46.093-6.503-2.75-13.106-5.164-19.8-7.246v38.367c0 20.167-6.917 35-20.75 44.5 8.667 0.833 16.625 2 23.875 3.5s14.917 3.667 23 6.5 15.333 6.208 21.75 10.125 12.583 9 18.5 15.25 10.875 13.333 14.875 21.25 7.167 17.417 9.5 28.5 3.5 23.292 3.5 36.625c0 25.833-8.417 47.833-25.25 66 7.667 20 6.833 41.75-2.5 65.25l-6.25 0.75c-4.333 0.5-12.125-1.333-23.375-5.5s-23.875-11-37.875-20.5c-19.833 5.5-40.417 8.25-61.75 8.25-21.5 0-42-2.75-61.5-8.25-8.833 6-17.208 10.958-25.125 14.875s-14.25 6.583-19 8-9.167 2.292-13.25 2.625-6.708 0.417-7.875 0.25-2-0.333-2.5-0.5c-9.333-23.667-10.167-45.417-2.5-65.25-16.833-18.167-25.25-40.167-25.25-66 0-13.333 1.167-25.542 3.5-36.625s5.5-20.583 9.5-28.5 8.958-15 14.875-21.25 12.083-11.333 18.5-15.25 13.667-7.292 21.75-10.125 15.75-5 23-6.5 15.208-2.667 23.875-3.5c-13.667-9.333-20.5-24.167-20.5-44.5v-39.115c-7.549 2.247-14.99 4.902-22.3 7.994-25.597 10.827-48.594 26.335-68.353 46.093-19.758 19.759-35.267 42.757-46.093 68.354-11.199 26.479-16.878 54.631-16.878 83.674s5.679 57.195 16.879 83.675c10.827 25.597 26.335 48.594 46.093 68.353s42.756 35.267 68.353 46.093c26.48 11.2 54.632 16.879 83.675 16.879s57.195-5.679 83.675-16.879c25.599-10.827 48.595-26.335 68.354-46.093 19.758-19.758 35.266-42.756 46.093-68.353 11.199-26.48 16.878-54.632 16.878-83.675s-5.679-57.195-16.879-83.675c-10.827-25.596-26.335-48.595-46.093-68.353z" />
13
+ <glyph unicode="&#xe603;" d="M131.736 100.316c0-13.526 11.447-20.291 34.334-20.291 20.032 0 30.044 7.021 30.044 21.066 0 13.27-10.923 19.898-32.772 19.898-21.073 0.003-31.606-6.887-31.606-20.673zM426.674 480h-341.33c-46.938 0-85.344-38.405-85.344-85.344v-341.313c0-46.968 38.406-85.343 85.344-85.343h341.33c46.934 0 85.326 38.375 85.326 85.344v341.312c0 46.939-38.391 85.344-85.326 85.344zM237.864 275.506c-3.642-1.302-8.844-2.729-15.606-4.293 2.080-5.983 3.123-11.576 3.123-16.777 0-16.646-5.009-31.149-15.022-43.506-10.015-12.354-22.956-19.703-38.823-22.043-10.402-1.562-15.604-7.156-15.604-16.779 0-3.381 1.689-6.765 5.072-10.145 4.422-4.943 10.924-8.066 19.509-9.367 37.195-5.721 55.793-21.197 55.793-46.427 0-40.321-24.062-60.48-72.181-60.48-19.771 0-36.028 3.513-48.772 10.534-16.129 8.845-24.188 22.761-24.188 41.75 0 21.853 12.096 36.809 36.282 44.869v0.78c-8.842 5.462-13.263 13.785-13.263 24.972 0 14.566 4.162 23.672 12.484 27.311v0.781c-8.323 2.862-15.737 9.366-22.24 19.513-7.282 10.926-10.925 22.63-10.925 35.115 0 18.729 6.635 34.335 19.896 46.82 12.748 11.707 27.964 17.558 45.653 17.558 12.747 0 24.579-3.119 35.505-9.361 12.485 0 26.921 3.12 43.313 9.361l-0.006-40.186zM301.089 140.503h-44.093c0.521 5.201 0.779 14.042 0.779 26.532v121.346c0 12.227-0.262 20.682-0.779 25.359h44.093c-0.521-4.942-0.78-13.135-0.78-24.582v-119.782c0-13.267 0.259-22.892 0.78-28.873zM298.159 352.759c-5.332-5.722-11.642-8.581-18.923-8.581-7.543 0-13.979 2.859-19.313 8.581-5.333 5.726-8.001 12.486-8.001 20.289 0 8.067 2.668 14.956 8.001 20.683 5.333 5.721 11.771 8.584 19.313 8.584 7.281 0 13.592-2.863 18.923-8.584 5.333-5.728 7.999-12.615 7.999-20.683 0-7.803-2.666-14.564-7.999-20.289zM420.845 145.576c-9.627-5.205-21.203-7.803-34.729-7.803-18.985 0-32.124 6.76-39.405 20.287-5.465 10.145-8.193 26.14-8.193 47.989v69.842h0.39v0.781l-5.854 0.391c-3.382 0-7.806-0.391-13.267-1.171v37.848h19.117v15.216c0 7.285-0.39 13.14-1.17 17.56h45.259c-0.775-4.94-1.168-10.533-1.168-16.776v-15.999h33.942v-37.846c-1.299 0-3.705 0.129-7.218 0.389-3.512 0.261-6.828 0.393-9.949 0.393h-16.776v-72.572c0-17.433 5.725-26.146 17.167-26.146 8.062 0 15.348 2.209 21.854 6.632v-39.015zM160.608 279.797c-16.388 0-24.582-9.627-24.582-28.873 0-17.951 8.194-26.924 24.582-26.924 15.868 0 23.801 9.104 23.801 27.313 0 7.545-1.82 14.047-5.461 19.511-4.423 5.981-10.537 8.973-18.34 8.973z" />
14
+ <glyph unicode="&#xe604;" d="M70.677 473.329h370.652c35.2 0 64-26.061 64-64v-370.658c0-37.945-28.8-64-64-64h-370.652c-35.21 0-64.005 26.061-64.005 64v370.658c0 37.939 28.795 64 64.005 64v0zM369.925 417.925c-12.349 0-22.446-10.097-22.446-22.451v-53.734c0-12.35 10.096-22.451 22.446-22.451h56.361c12.344 0 22.446 10.102 22.446 22.451v53.734c0 12.354-10.102 22.451-22.446 22.451h-56.361zM448.973 262.451h-43.894c4.152-13.558 6.4-27.92 6.4-42.783 0-82.944-69.401-150.18-155.003-150.18-85.596 0-154.993 67.236-154.993 150.18 0 14.869 2.243 29.225 6.4 42.783h-45.798v-210.642c0-10.901 8.919-19.825 19.825-19.825h347.249c10.901 0 19.825 8.919 19.825 19.825v210.642h-0.010zM256.471 322.12c-55.306 0-100.147-43.443-100.147-97.040s44.841-97.040 100.147-97.040c55.312 0 100.158 43.443 100.158 97.040s-44.841 97.040-100.158 97.040z" />
15
+ <glyph unicode="&#xe605;" d="M330.414 224.798c0-39.636-33.158-71.767-74.061-71.767s-74.061 32.131-74.061 71.767c0 39.636 33.158 71.767 74.061 71.767s74.061-32.131 74.061-71.767zM370.985 220.795c0-61.343-51.323-111.068-114.632-111.068s-114.632 49.726-114.632 111.068c0 10.993 1.659 21.612 4.731 31.642h-33.874v-155.786c0-8.069 6.594-14.663 14.659-14.663h256.814c8.069 0 14.669 6.594 14.669 14.663v155.786h-32.466c3.067-10.030 4.731-20.649 4.731-31.642zM340.26 294.477h41.682c9.134 0 16.599 7.465 16.599 16.599v39.741c0 9.139-7.465 16.604-16.599 16.604h-41.682c-9.139 0-16.604-7.465-16.604-16.604v-39.741c-0.005-9.129 7.465-16.599 16.604-16.599zM256 474.24c-138.204 0-250.24-112.036-250.24-250.24s112.036-250.24 250.24-250.24 250.24 112.036 250.24 250.24-112.036 250.24-250.24 250.24zM393.058 39.603h-274.115c-26.046 0-47.34 19.272-47.34 47.329v274.13c0 28.063 21.294 47.334 47.34 47.334h274.115c26.041 0 47.339-19.272 47.339-47.334v-274.13c0-28.058-21.299-47.329-47.339-47.329z" />
16
+ <glyph unicode="&#xe606;" d="M256 480c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.408-114.624 256-256 256zM192 100h-64v224h64v-224zM161.984 337.728c-16.576 0-29.984 13.44-29.984 30.016s13.44 30.016 29.984 30.016c16.576-0.032 30.016-13.472 30.016-30.016 0-16.576-13.44-30.016-30.016-30.016zM416 100h-64v138.496c0 16.224-4.64 27.584-24.576 27.584-33.056 0-39.424-27.584-39.424-27.584v-138.496h-64v224h64v-21.408c9.152 7.008 32 21.376 64 21.376 20.736 0 64-12.416 64-87.424v-136.544z" />
17
+ <glyph unicode="&#xe607;" d="M231.792 250.792c-6.136-7.576-9.2-18.12-9.2-31.592 0-21.4 8.144-32.096 24.408-32.096 17.272 0 26.664 13.176 28.168 39.552l1.752 32.976c-6.008 1.688-12.552 2.528-19.648 2.528-10.864 0.008-19.352-3.784-25.48-11.368zM256 480c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.616 256-256 256zM346.496 202.896c-3.672-9.944-8.84-17.648-15.512-23.128-6.68-5.48-14.352-8.216-23.032-8.216-7.176 0-13.224 2.192-18.152 6.568-4.92 4.384-7.84 9.984-8.76 16.816h-1c-3.344-7.336-8.12-13.064-14.336-17.184-6.208-4.136-13.576-6.192-22.088-6.192-12.512 0-22.304 4.32-29.352 12.952s-10.576 20.368-10.576 35.192c0 17.184 4.92 31.152 14.776 41.888 9.84 10.744 22.776 16.112 38.8 16.112 5.672 0 12.104-0.52 19.272-1.576 7.176-1.056 13.64-2.504 19.4-4.36l-3.128-59.392v-2.784c0-15 5.544-22.496 16.64-22.496 7.592 0 13.776 4.52 18.52 13.584 4.76 9.056 7.144 20.832 7.144 35.312 0 15.248-3.096 28.6-9.264 40.064-6.168 11.456-14.952 20.28-26.344 26.48-11.392 6.184-24.472 9.288-39.232 9.288-18.608 0-34.8-3.896-48.56-11.696-13.768-7.792-24.28-18.912-31.544-33.36-7.248-14.448-10.88-31.152-10.88-50.104 0-25.696 6.712-45.456 20.152-59.264 13.44-13.824 32.8-20.728 58.072-20.728 17.52 0 35.712 3.624 54.568 10.864v-16.808c-16.016-7.080-34.208-10.616-54.568-10.616-30.28 0-53.8 8.408-70.52 25.208s-25.096 40.288-25.096 70.448c0 21.904 4.472 41.408 13.392 58.512 8.928 17.096 21.656 30.344 38.168 39.736 16.52 9.4 35.464 14.096 56.832 14.096 17.936 0 33.888-3.816 47.864-11.44s24.784-18.448 32.416-32.48c7.608-14.008 11.432-30.16 11.432-48.44 0-11.96-1.832-22.92-5.504-32.856z" />
18
+ <glyph unicode="&#xe608;" d="M426.655 480h-341.31c-46.94 0-85.345-38.392-85.345-85.329v-341.328c0-46.938 38.405-85.343 85.345-85.343h341.311c46.969 0 85.344 38.405 85.344 85.343v341.328c0 46.937-38.375 85.329-85.345 85.329zM128 352h256c4.569 0 9.002-0.981 13.072-2.831l-141.072-164.584-141.072 164.585c4.070 1.848 8.503 2.83 13.072 2.83zM96 128v192c0 0.67 0.028 1.336 0.070 2l93.832-109.471-92.799-92.799c-0.722 2.668-1.103 5.443-1.103 8.27zM384 96h-256c-2.827 0-5.601 0.381-8.27 1.104l91.059 91.059 45.211-52.749 45.212 52.747 91.058-91.060c-2.67-0.72-5.443-1.101-8.27-1.101zM416 128c0-2.827-0.381-5.6-1.103-8.27l-92.8 92.799 93.833 109.471c0.042-0.664 0.070-1.33 0.070-2v-192z" />
19
+ <glyph unicode="&#xe609;" d="M256 480c-141.398 0-256-114.613-256-256 0-141.392 114.603-256 256-256 141.387 0 256 114.608 256 256 0 141.387-114.613 256-256 256zM273.51 163.291c-16.416 1.269-23.302 9.397-36.154 17.211-7.072-37.094-15.718-72.661-41.322-91.238-7.904 56.075 11.606 98.182 20.656 142.891-15.44 25.994 1.867 78.32 34.438 65.424 40.075-15.856-34.709-96.646 15.488-106.742 52.426-10.534 73.824 90.954 41.322 123.957-46.971 47.648-136.709 1.082-125.674-67.147 2.688-16.683 19.915-21.738 6.886-44.762-30.064 6.666-39.029 30.363-37.877 61.978 1.856 51.728 46.49 87.952 91.238 92.966 56.603 6.336 109.738-20.779 117.072-74.026 8.267-60.106-25.546-125.2-86.070-120.512z" />
20
+ <glyph unicode="&#xe60a;" d="M256 480c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.408-114.624 256-256 256zM275.968 154.784c-18.72 1.44-26.56 10.72-41.216 19.648-8.064-42.304-17.92-82.88-47.104-104.032-9.024 63.904 13.216 111.904 23.552 162.88-17.6 29.664 2.112 89.28 39.232 74.592 45.664-18.080-39.584-110.176 17.664-121.696 59.744-12 84.16 103.712 47.104 141.344-53.568 54.336-155.84 1.248-143.264-76.544 3.072-19.008 22.688-24.768 7.84-51.040-34.272 7.552-44.512 34.624-43.2 70.656 2.112 58.976 52.992 100.256 104.032 105.984 64.544 7.232 125.088-23.68 133.44-84.384 9.44-68.512-29.12-142.752-98.080-137.408z" />
21
+ <glyph unicode="&#xe60b;" d="M416 480h-320c-53.024 0-96-42.976-96-96v-320c0-53.024 42.976-96 96-96h320c53.024 0 96 42.976 96 96v320c0 53.024-42.976 96-96 96zM275.968 154.784c-18.72 1.44-26.56 10.72-41.216 19.648-8.064-42.304-17.92-82.88-47.104-104.032-9.024 63.904 13.216 111.904 23.552 162.88-17.6 29.664 2.112 89.28 39.232 74.592 45.664-18.080-39.584-110.176 17.664-121.696 59.744-12 84.16 103.712 47.104 141.344-53.568 54.336-155.84 1.248-143.264-76.544 3.072-19.008 22.688-24.768 7.84-51.040-34.272 7.552-44.512 34.624-43.2 70.656 2.112 58.976 52.992 100.256 104.032 105.984 64.544 7.232 125.088-23.68 133.44-84.384 9.44-68.512-29.12-142.752-98.080-137.408z" />
22
+ <glyph unicode="&#xe60c;" d="M426.67 480h-341.327c-46.938 0-85.343-38.406-85.343-85.344v-341.314c0-46.967 38.406-85.342 85.344-85.342h341.326c46.938 0 85.33 38.374 85.33 85.342v341.314c0 46.938-38.392 85.344-85.33 85.344zM139.472 64.376c-23.985 0-43.472 19.346-43.472 43.313 0 23.843 19.486 43.406 43.472 43.406 24.079 0 43.53-19.563 43.53-43.406-0.001-23.967-19.452-43.313-43.53-43.313zM248.734 64.002c0 40.905-15.904 79.409-44.73 108.223-28.857 28.875-67.188 44.812-107.952 44.812v62.593c118.826 0 215.563-96.721 215.563-215.627l-62.881-0.001zM359.814 64.002c0 145.531-118.33 263.97-263.688 263.97v62.624c180.001 0 326.473-146.562 326.473-326.596l-62.785 0.002z" />
23
+ <glyph unicode="&#xe60d;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM160 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM248 96c0 66.168-53.832 120-120 120v48c92.636 0 168-75.364 168-168h-48zM344 96c0 57.695-22.468 111.938-63.266 152.735-40.796 40.797-95.038 63.265-152.734 63.265v48c70.517 0 136.812-27.461 186.677-77.324 49.862-49.863 77.323-116.158 77.323-186.676h-48z" />
24
+ <glyph unicode="&#xe60e;" d="M416 480h-320c-53.024 0-96-42.976-96-96v-320c0-53.024 42.976-96 96-96h320c53.024 0 96 42.976 96 96v320c0 53.024-42.976 96-96 96zM184.576 51.744c-56.672 0-104.48 23.072-104.48 59.936 0 37.408 43.616 73.536 100.288 73.504l17.696 0.16c-7.744 7.52-13.888 16.768-13.888 28.192 0 6.784 2.176 13.28 5.184 19.072l-9.44-0.32c-46.56 0-77.728 33.12-77.728 74.176 0 40.16 43.040 74.816 88.8 74.816h102.080l-22.912-16.512h-32.352c21.472-8.256 32.896-33.28 32.896-58.944 0-21.536-11.936-40.096-28.8-53.28-16.48-12.896-19.584-18.272-19.584-29.216 0-9.344 17.664-25.216 26.88-31.776 26.976-19.072 35.648-36.768 35.648-66.304 0-36.864-35.68-73.504-100.288-73.504zM448 255.392h-64v-63.904h-31.968v63.904h-64.032v32.608h64.032v64h31.968v-64h64v-32.608zM234.048 303.84c-4.544 34.496-29.536 62.208-55.808 63.008-26.272 0.768-43.904-25.632-39.36-60.192 4.544-34.528 29.536-63.168 55.84-63.936 26.24-0.8 43.904 26.56 39.328 61.12zM216.608 171.552c-7.744 2.496-16.288 4-25.408 4.096-39.168 0.416-74.24-23.872-74.24-53.088 0-29.824 28.288-54.592 67.456-54.592 55.072 0 74.24 23.296 74.24 53.056 0 3.584-0.448 7.104-1.248 10.528-4.288 16.896-19.552 25.248-40.8 40z" />
25
+ <glyph unicode="&#xe60f;" d="M256 480c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.408-114.624 256-256 256zM413.28 166.688c-1.728-21.312-17.92-48.512-40.544-52.448-72.448-5.632-158.368-4.928-233.44 0-23.424 2.944-38.816 31.168-40.544 52.448-3.648 44.736-3.648 70.208 0 114.944 1.728 21.28 17.504 49.344 40.544 51.904 74.208 6.24 160.576 4.896 233.44 0 26.080-0.96 38.816-27.808 40.544-49.12 3.584-44.736 3.584-72.992 0-117.728zM224 160l96 64-96 64z" />
26
+ <glyph unicode="&#xe610;" d="M416 480h-320c-53.024 0-96-42.976-96-96v-320c0-53.024 42.976-96 96-96h320c53.024 0 96 42.976 96 96v320c0 53.024-42.976 96-96 96zM322.176 224.032l-41.952-0.032-0.032-153.6h-57.568v153.6h-38.4v52.928l38.4 0.032-0.064 31.168c0 43.2 11.712 69.472 62.56 69.472h42.368v-52.96h-26.496c-19.808 0-20.768-7.392-20.768-21.184l-0.064-26.496h47.616l-5.6-52.928z" />
27
+ <glyph unicode="&#xe611;" d="M416 480h-320c-53.024 0-96-42.976-96-96v-320c0-53.024 42.976-96 96-96h320c53.024 0 96 42.976 96 96v320c0 53.024-42.976 96-96 96zM192 100h-64v224h64v-224zM161.984 337.728c-16.576 0-29.984 13.44-29.984 30.016s13.44 30.016 29.984 30.016c16.576-0.032 30.016-13.472 30.016-30.016 0-16.576-13.44-30.016-30.016-30.016zM416 100h-64v138.496c0 16.224-4.64 27.584-24.576 27.584-33.056 0-39.424-27.584-39.424-27.584v-138.496h-64v224h64v-21.408c9.152 7.008 32 21.376 64 21.376 20.736 0 64-12.416 64-87.424v-136.544z" />
28
+ <glyph unicode="&#xe612;" d="M416 480h-320c-53.024 0-96-42.976-96-96v-320c0-53.024 42.976-96 96-96h320c53.024 0 96 42.976 96 96v320c0 53.024-42.976 96-96 96zM383.36 281.472l0.192-8.16c0-83.328-63.392-179.328-179.328-179.328-35.584 0-68.704 10.432-96.608 28.32 4.928-0.576 9.952-0.896 15.040-0.896 29.536 0 56.704 10.080 78.272 26.976-27.584 0.512-50.848 18.752-58.88 43.776 3.872-0.736 7.776-1.088 11.872-1.088 5.76 0 11.328 0.736 16.608 2.176-28.832 5.824-50.56 31.264-50.56 61.792v0.8c8.512-4.736 18.208-7.552 28.544-7.904-16.896 11.296-28.032 30.592-28.032 52.448 0 11.552 3.104 22.368 8.512 31.68 31.072-38.144 77.536-63.232 129.92-65.856-1.088 4.608-1.632 9.44-1.632 14.368 0 34.784 28.224 63.008 63.040 63.008 18.112 0 34.496-7.648 46.016-19.904 14.336 2.848 27.84 8.096 40.032 15.296-4.704-14.72-14.688-27.072-27.712-34.88 12.704 1.504 24.896 4.928 36.192 9.92-8.448-12.608-19.168-23.712-31.488-32.544z" />
29
+ <glyph unicode="&#xe613;" d="M416 480h-320c-53.024 0-96-42.976-96-96v-320c0-53.024 42.976-96 96-96h320c53.024 0 96 42.976 96 96v320c0 53.024-42.976 96-96 96zM138.080 64.736c-23.008 0-41.696 18.56-41.696 41.568 0 22.848 18.688 41.632 41.696 41.632 23.072 0 41.728-18.784 41.76-41.632 0-22.976-18.656-41.568-41.76-41.568zM242.848 64.384c0 39.296-15.264 76.192-42.912 103.776-27.648 27.712-64.416 43.008-103.488 43.008v60.032c113.952 0 206.72-92.768 206.72-206.816h-60.32zM349.376 64.448c0 139.552-113.44 253.12-252.864 253.12v60.032c172.608 0 313.088-140.544 313.088-313.152h-60.224z" />
30
+ <glyph unicode="&#xe614;" d="M256 480c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.408-114.624 256-256 256zM138.080 64.736c-23.008 0-41.696 18.56-41.696 41.568 0 22.848 18.688 41.632 41.696 41.632 23.072 0 41.728-18.784 41.76-41.632 0-22.976-18.656-41.568-41.76-41.568zM242.848 64.384c0 39.296-15.264 76.192-42.912 103.776-27.648 27.712-64.416 43.008-103.488 43.008v60.032c113.952 0 206.72-92.768 206.72-206.816h-60.32zM349.376 64.448c0 139.552-113.44 253.12-252.864 253.12v60.032c172.608 0 313.088-140.544 313.088-313.152h-60.224z" />
31
+ <glyph unicode="&#xe615;" d="M256 480c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.408-114.624 256-256 256zM383.36 281.472l0.192-8.16c0-83.328-63.392-179.328-179.328-179.328-35.584 0-68.704 10.432-96.608 28.32 4.928-0.576 9.952-0.896 15.040-0.896 29.536 0 56.704 10.080 78.272 26.976-27.584 0.512-50.848 18.752-58.88 43.776 3.872-0.736 7.776-1.088 11.872-1.088 5.76 0 11.328 0.736 16.608 2.176-28.832 5.824-50.56 31.264-50.56 61.792v0.8c8.512-4.736 18.208-7.552 28.544-7.904-16.896 11.296-28.032 30.592-28.032 52.448 0 11.552 3.104 22.368 8.512 31.68 31.072-38.144 77.536-63.232 129.92-65.856-1.088 4.608-1.632 9.44-1.632 14.368 0 34.784 28.224 63.008 63.040 63.008 18.112 0 34.496-7.648 46.016-19.904 14.336 2.848 27.84 8.096 40.032 15.296-4.704-14.72-14.688-27.072-27.712-34.88 12.704 1.504 24.896 4.928 36.192 9.92-8.448-12.608-19.168-23.712-31.488-32.544z" />
32
+ <glyph unicode="&#xe616;" d="M256 480c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.408-114.624 256-256 256zM408.064 293.664c-17.184-96.704-113.088-178.592-141.92-197.28-28.864-18.688-55.168 7.488-64.736 27.328-10.912 22.528-43.648 145.024-52.224 155.168s-34.304-10.144-34.304-10.144l-12.48 16.352c0 0 52.256 62.368 92 70.208 42.144 8.288 42.080-64.736 52.224-105.248 9.824-39.2 16.384-61.6 24.96-61.6s24.992 21.824 42.88 55.328c17.984 33.536-0.768 63.168-35.872 42.112 14.080 84.192 146.624 104.448 129.472 7.776z" />
33
+ <glyph unicode="&#xe617;" d="M256 480c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.408-114.624 256-256 256zM184.576 51.744c-56.672 0-104.48 23.072-104.48 59.936 0 37.408 43.616 73.536 100.288 73.504l17.696 0.16c-7.744 7.52-13.888 16.768-13.888 28.192 0 6.784 2.176 13.28 5.184 19.072l-9.44-0.32c-46.56 0-77.728 33.12-77.728 74.176 0 40.16 43.040 74.816 88.8 74.816h102.080l-22.912-16.512h-32.352c21.472-8.256 32.896-33.28 32.896-58.944 0-21.536-11.936-40.096-28.8-53.28-16.48-12.896-19.584-18.272-19.584-29.216 0-9.344 17.664-25.216 26.88-31.776 26.976-19.072 35.648-36.768 35.648-66.304 0-36.864-35.68-73.504-100.288-73.504zM384 255.392v-63.904h-31.968v63.904h-64.032v32.608h64.032v64h31.968v-64h64v-32.608h-64zM216.608 171.552c-7.744 2.496-16.288 4-25.408 4.096-39.168 0.416-74.24-23.872-74.24-53.088 0-29.824 28.288-54.592 67.456-54.592 55.072 0 74.24 23.296 74.24 53.056 0 3.584-0.448 7.104-1.248 10.528-4.288 16.896-19.552 25.248-40.8 40zM234.048 303.84c-4.544 34.496-29.536 62.208-55.808 63.008-26.272 0.768-43.904-25.632-39.36-60.192 4.544-34.528 29.536-63.168 55.84-63.936 26.24-0.8 43.904 26.56 39.328 61.12z" />
34
+ <glyph unicode="&#xe618;" d="M426.671 480h-341.328c-46.937 0-85.343-38.405-85.343-85.345v-341.311c0-46.969 38.406-85.344 85.343-85.344h341.328c46.938 0 85.329 38.375 85.329 85.345v341.31c0 46.94-38.391 85.345-85.329 85.345zM426.671 416c3.994 0 7.773-1.167 11.010-3.171l-181.681-150.202-181.677 150.2c3.239 2.005 7.022 3.173 11.020 3.173h341.328zM85.343 32c-0.962 0-1.91 0.073-2.842 0.204l112.813 156.483-14.628 14.627-116.686-116.685v305.569l192-232.198 192 232.197v-305.568l-116.686 116.685-14.628-14.627 112.814-156.484c-0.929-0.13-1.873-0.203-2.831-0.203h-341.326z" />
35
+ <glyph unicode="&#xe619;" d="M256 474.24c-138.199 0-250.24-112.036-250.24-250.24s112.041-250.24 250.24-250.24 250.24 112.036 250.24 250.24-112.041 250.24-250.24 250.24zM45.383 155.925c-0.138-0.988-0.85-1.685-1.741-1.685-0.896 0-1.613 0.697-1.736 1.695l-3.179 23.721 3.179 24.13c0.118 1.003 0.84 1.705 1.736 1.705 0.891 0 1.602-0.697 1.741-1.695l3.769-24.146-3.769-23.726zM61.532 141.486c-0.154-1.029-0.901-1.751-1.813-1.751-0.922 0-1.679 0.738-1.807 1.756l-4.27 38.164 4.27 39.024c0.123 1.019 0.886 1.756 1.807 1.756 0.916 0 1.659-0.717 1.813-1.756l4.854-39.024-4.854-38.169zM78.966 135.030c-0.133-1.234-1.049-2.125-2.181-2.125-1.147 0-2.058 0.891-2.176 2.135l-4.055 44.606c0 0 4.055 46.3 4.055 46.305 0.112 1.234 1.029 2.13 2.176 2.13 1.132 0 2.043-0.896 2.181-2.13l4.603-46.305-4.603-44.615zM96.548 133.611c-0.123-1.418-1.219-2.498-2.544-2.498-1.352 0-2.453 1.080-2.56 2.498l-3.83 46.024 3.83 47.575c0.108 1.434 1.209 2.509 2.56 2.509 1.326 0 2.422-1.075 2.544-2.494l4.352-47.586-4.352-46.029zM114.268 133.233c-0.108-1.634-1.372-2.877-2.918-2.877-1.561 0-2.821 1.244-2.924 2.877l-3.615 46.402 3.615 44.13c0.108 1.643 1.367 2.882 2.924 2.882 1.552 0 2.811-1.239 2.918-2.862l4.101-44.15-4.101-46.403zM132.132 133.212v0.021c-0.107-1.822-1.546-3.257-3.292-3.257-1.761 0-3.2 1.433-3.297 3.246l-3.385 46.397 3.385 71.803c0.097 1.828 1.536 3.256 3.297 3.256 1.746 0 3.184-1.429 3.292-3.251l3.84-71.808-3.84-46.407zM149.863 133.248v0.026c-0.092-2.038-1.705-3.625-3.666-3.625-1.966 0-3.574 1.587-3.65 3.615l-3.184 46.111c0 0 3.169 88.212 3.169 88.217 0.092 2.033 1.7 3.625 3.666 3.625 1.961 0 3.574-1.592 3.666-3.625l3.589-88.217-3.589-46.126zM168.269 133.954v0.026c-0.092-2.243-1.853-3.993-4.024-3.993-2.186 0-3.958 1.751-4.035 3.973l-2.954 45.639c0 0 2.954 95.575 2.954 95.586 0.077 2.242 1.849 3.998 4.035 3.998 2.171 0 3.938-1.756 4.024-3.998l3.338-95.586-3.338-45.645zM186.553 134.262c-0.071-2.447-2.012-4.368-4.398-4.368-2.406 0-4.332 1.92-4.393 4.347l-2.744 45.353 2.734 98.8c0.077 2.452 2.002 4.377 4.403 4.377 2.391 0 4.332-1.92 4.398-4.377l3.088-98.806-3.088-45.327zM204.969 134.656v0.036c-0.071-2.658-2.166-4.757-4.772-4.757-2.617 0-4.71 2.099-4.767 4.731l-2.524 44.918 2.509 96.281c0.071 2.663 2.166 4.746 4.782 4.746 2.606 0 4.7-2.078 4.772-4.736l2.841-96.292-2.841-44.928zM223.534 134.938v0.036c-0.056-2.873-2.32-5.12-5.145-5.12-2.821 0-5.089 2.248-5.145 5.084l-2.299 44.642 2.299 92.769c0.056 2.873 2.325 5.12 5.145 5.12 2.826 0 5.089-2.253 5.145-5.12l2.576-92.779-2.576-44.631zM242.468 139.632l-0.231-4.377c-0.025-1.51-0.666-2.887-1.659-3.881-0.999-0.988-2.361-1.608-3.856-1.608-1.685 0-3.2 0.778-4.219 1.997-0.748 0.896-1.224 2.043-1.28 3.277-0.010 0.062-0.016 0.123-0.016 0.19 0 0-2.089 44.308-2.089 44.375l2.069 109.322 0.020 1.039c0.025 1.93 1.034 3.625 2.544 4.603 0.855 0.563 1.869 0.896 2.97 0.896 1.116 0 2.171-0.348 3.047-0.942 1.459-0.988 2.437-2.658 2.468-4.552l2.314-110.402-2.084-39.936zM260.864 135.849v0.051c-0.062-3.231-2.688-5.868-5.888-5.868-3.21 0-5.852 2.632-5.893 5.822l-1.188 21.55-1.219 22.144 2.401 119.798 0.010 0.604c0.020 1.822 0.87 3.451 2.186 4.531 1.008 0.84 2.304 1.341 3.712 1.341 1.095 0 2.119-0.313 2.99-0.845 1.695-1.029 2.862-2.893 2.898-5.017l2.606-120.412-2.616-43.699zM419.825 129.92c0 0-148.014-0.015-148.157 0-3.2 0.322-5.735 2.862-5.77 6.134 0 0 0 169.631 0 169.636 0.036 3.118 1.106 4.72 5.14 6.282 10.373 4.019 22.134 6.39 34.186 6.39 49.285 0 89.671-37.786 93.931-85.95 6.359 2.662 13.348 4.147 20.669 4.147 29.522 0 53.442-23.931 53.442-53.447s-23.921-53.192-53.442-53.192z" />
36
+ <glyph unicode="&#xe61a;" d="M426.686 480h-341.342c-46.937 0-85.343-38.403-85.343-85.34v-234.658l7.999 31.998h16l8-32-8-32h-16l-8 31.998v-106.652c0.001-46.969 38.407-85.346 85.344-85.346h341.341c46.94 0 85.315 38.377 85.315 85.346v106.101c0-35.039-29.541-63.447-65.993-63.447-1.177 0-182.776 0.088-182.944 0.105-3.941 0.381-7.062 3.615-7.062 7.498v201.357c0 3.697 1.309 5.606 6.289 7.458 12.818 4.767 27.268 7.582 42.159 7.582 60.854 0 110.746-44.851 115.999-102.029 7.857 3.168 16.488 4.928 25.531 4.928 36.453 0 66.021-28.412 66.021-63.45v235.21c0 46.938-38.379 85.341-85.314 85.341zM88 96h-16l-8 64 8 64h16l8-64-8-64zM152 96h-16l-8 81.375 8 78.625h16l8-80-8-80zM216 96h-16l-8 112.109 8 111.891h16l8-111.891-8-112.109z" />
37
+ <glyph unicode="&#xe61b;" d="M416 480h-320c-53.024 0-96-42.976-96-96v-320c0-53.024 42.976-96 96-96h320c53.024 0 96 42.976 96 96v320c0 53.024-42.976 96-96 96zM408.064 293.664c-17.184-96.704-113.088-178.592-141.92-197.28-28.864-18.688-55.168 7.488-64.736 27.328-10.912 22.528-43.648 145.024-52.224 155.168s-34.304-10.144-34.304-10.144l-12.48 16.352c0 0 52.256 62.368 92 70.208 42.144 8.288 42.080-64.736 52.224-105.248 9.824-39.2 16.384-61.6 24.96-61.6s24.992 21.824 42.88 55.328c17.984 33.536-0.768 63.168-35.872 42.112 14.080 84.192 146.624 104.448 129.472 7.776z" />
38
+ <glyph unicode="&#xe61c;" d="M259.371 207.648l59.015-157.472c0.39-0.925 0.866-1.774 1.375-2.577-19.956-6.841-41.401-10.6-63.759-10.6-18.847 0-37.036 2.69-54.244 7.619l57.613 163.030zM448 224.003c0-68.985-38.388-129.215-95.47-161.629l58.643 165.136c10.956 26.677 14.603 48.010 14.603 66.975 0 6.886-0.47 13.274-1.294 19.229 14.988-26.631 23.518-57.196 23.518-89.711zM64 224.004c0 27.112 5.972 52.849 16.626 76.103l91.589-244.392c-64.054 30.305-108.215 94.276-108.215 168.289zM95.582 326.716c34.329 50.761 93.342 84.284 160.422 84.284 49.984 0 95.496-18.613 129.654-49.098-0.828 0.049-1.635 0.151-2.488 0.151-18.86 0-32.243-16.001-32.243-33.188 0-15.411 9.131-28.448 18.86-43.858 7.3-12.453 15.827-28.454 15.827-51.571 0-16-6.318-34.575-14.608-60.45l-19.156-62.316-69.39 201.009c11.558 0.589 21.974 1.775 21.974 1.775 10.348 1.194 9.129 16.002-1.223 15.411 0 0-31.102-2.376-51.175-2.376-18.867 0-50.567 2.376-50.567 2.376-10.355 0.59-11.57-14.815-1.219-15.411 0 0 9.795-1.183 20.139-1.775l29.911-79.825-42.022-122.728-69.917 202.553c11.571 0.591 21.976 1.775 21.976 1.775 10.337 1.194 9.116 16.002-1.229 15.411 0 0-31.093-2.376-51.17-2.376-3.603 0-7.851 0.086-12.356 0.227zM426 480h-340c-47.3 0-86-38.7-86-86v-340c0-47.3 38.7-86 86-86h340c47.3 0 86 38.7 86 86v340c0 47.3-38.7 86-86 86zM480 224c0-123.712-100.288-224-224-224s-224 100.288-224 224 100.288 224 224 224 224-100.288 224-224z" />
39
+ <glyph unicode="&#xe61d;" d="M362.532 231.966c0 19.507-6.999 33.009-13.005 43.525-8.002 13-15.503 24.003-15.503 37.008 0 14.51 11.003 28.011 26.506 28.011 0.697 0 1.367-0.087 2.043-0.123-28.078 25.718-65.48 41.426-106.563 41.426-55.137 0-103.634-28.283-131.856-71.132 3.702-0.107 7.194-0.19 10.158-0.19 16.507 0 42.055 2.007 42.055 2.007 8.505 0.507 9.508-11.996 1.014-13 0 0-8.55-1.004-18.058-1.5l57.457-170.947 34.54 103.572-24.591 67.364c-8.494 0.496-16.548 1.5-16.548 1.5-8.499 0.502-7.506 13.501 0.999 13 0 0 26.061-2.002 41.559-2.002 16.507 0 42.066 2.002 42.066 2.002 8.514 0.502 9.508-11.991 1.009-13 0 0-8.571-1.004-18.063-1.5l57.031-169.641 15.739 52.598c6.825 21.837 12.012 37.514 12.012 51.021zM98.197 224.005c0-62.464 36.306-116.444 88.945-142.024l-75.284 206.244c-8.755-19.62-13.66-41.344-13.66-64.22zM258.775 210.202l-47.355-137.579c14.142-4.163 29.092-6.436 44.585-6.436 18.375 0 35.998 3.18 52.403 8.95-0.43 0.676-0.809 1.387-1.127 2.176l-48.507 132.889zM335.334 87.598c46.92 27.356 78.474 78.188 78.474 136.402 0.005 27.438-7.004 53.233-19.333 75.714 0.681-5.022 1.065-10.425 1.065-16.226 0-16.016-2.985-34.017-12.002-56.525l-48.205-139.367zM256 474.24c-138.204 0-250.24-112.036-250.24-250.24s112.036-250.24 250.24-250.24 250.24 112.036 250.24 250.24-112.036 250.24-250.24 250.24zM256.005 48.481c-96.778 0-175.518 78.74-175.518 175.524 0 96.778 78.736 175.514 175.518 175.514 96.773 0 175.504-78.736 175.504-175.514 0.005-96.784-78.725-175.524-175.504-175.524z" />
40
+ <glyph unicode="&#xe61e;" d="M416 480h-320c-53.024 0-96-42.976-96-96v-320c0-53.024 42.976-96 96-96h320c53.024 0 96 42.976 96 96v320c0 53.024-42.976 96-96 96zM413.28 166.688c-1.728-21.312-17.92-48.512-40.544-52.448-72.448-5.632-158.368-4.928-233.44 0-23.424 2.944-38.816 31.168-40.544 52.448-3.648 44.736-3.648 70.208 0 114.944 1.728 21.28 17.504 49.344 40.544 51.904 74.208 6.24 160.576 4.896 233.44 0 26.080-0.96 38.816-27.808 40.544-49.12 3.584-44.736 3.584-72.992 0-117.728zM224 160l96 64-96 64z" />
41
+ <glyph unicode="&#xe61f;" d="M459.682 480h-407.308c-28.912 0-52.374-23.406-52.374-52.346v-407.308c0-28.94 23.462-52.346 52.374-52.346h407.308c28.912 0 52.375 23.378 52.375 52.346v407.308c0 28.94-23.435 52.346-52.375 52.346zM294.964 393.546h24.931v-78.632c0-15.106 0.48-14.654 0.988-16.546 0.536-2.005 2.344-6.72 8.188-6.72 6.212 0 7.934 4.969 8.414 7.087 0.396 1.835 0.847 1.468 0.847 17.223v77.587h24.902v-118.019h-25.241l0.31 5.958-7.68 3.19c-1.948-3.953-4.207-6.776-6.974-8.752-2.795-1.948-5.929-2.936-9.656-2.936-4.291 0-7.793 0.931-10.447 2.767-2.598 1.779-4.404 3.981-5.591 6.776-1.299 3.106-2.118 6.465-2.428 9.769-0.367 3.811-0.565 11.689-0.565 23.434v77.813c0 0 0 0 0 0zM208.34 344.476c0 12.31 1.044 21.825 3.021 28.573 1.863 6.24 5.167 11.153 10.108 14.936 5.025 3.924 11.661 5.873 19.736 5.873 6.889 0 12.79-1.355 17.618-3.897 4.687-2.485 8.301-5.731 10.757-9.543 2.513-4.010 4.264-8.103 5.195-12.226 0.96-4.291 1.44-11.237 1.44-20.611v-20.78c0-12.197-0.48-21.091-1.355-26.569-0.847-5.026-2.711-9.825-5.505-14.23-2.795-4.32-6.268-7.538-10.701-9.628-4.574-2.174-9.966-3.303-16.009-3.303-6.889 0-12.733 0.96-17.421 2.936-4.348 1.75-7.679 4.291-9.995 7.708-2.371 3.558-4.122 7.934-5.167 13.016-1.13 5.477-1.694 14.004-1.694 25.382 0 0-0.028 22.362-0.028 22.362zM150.037 435.587l20.272-65.25c3.53 17.054 10.362 40.658 15.783 65.25h18.381l-23.66-93.088-0.169-0.734v-66.181h-21.542v66.181l-0.169 0.706-27.274 93.116c0 0 18.381 0 18.381 0zM443.503 70.603c-3.219-29.363-29.279-53.419-58.502-55.396-86.058-3.699-171.862-3.699-257.892 0-29.251 1.976-55.282 26.032-58.529 55.395-3.191 46.474-3.191 92.129 0 138.546 3.219 29.363 29.279 53.363 58.529 55.424 86.030 3.67 171.834 3.67 257.892 0 29.25-2.061 55.283-26.060 58.502-55.424 3.219-46.417 3.219-92.072 0-138.546zM242.278 287.188c3.614 0 6.438 2.174 7.708 5.929 0.593 1.723 1.299 4.998 1.299 13.92v51.132c0 10.334-0.593 13.666-1.214 15.557-1.27 3.84-4.066 6.071-7.708 6.071-3.586 0-6.409-2.146-7.736-5.958-0.678-1.835-1.355-5.252-1.355-15.67v-49.72c0-9.769 0.706-13.129 1.327-15.021 1.299-3.953 4.094-6.24 7.679-6.24zM102.124 200.227h24.366v-136.964h25.524v136.964h24.423v25.976h-74.313v-25.976zM222.825 110.019c0-14.71-0.423-18.353-0.762-19.905-0.875-3.812-3.924-6.127-8.216-6.127-4.094 0-7.059 2.202-8.018 5.844-0.423 1.553-0.875 5.195-0.875 19.2v77.842h-24.168v-84.815c0-11.181 0.169-18.635 0.508-22.305 0.339-3.36 1.214-6.692 2.57-9.825 1.214-2.824 3.049-4.998 5.619-6.663 2.484-1.723 5.788-2.541 9.769-2.541 3.417 0 6.381 0.875 8.978 2.654 2.683 1.807 5.025 4.687 6.946 8.498l7.651-1.863-0.339-6.889h24.507v123.75h-24.141l-0.028-76.853zM329.719 180.604c-1.327 2.626-3.247 4.574-5.788 6.070-2.626 1.497-5.844 2.202-9.543 2.202-3.106 0-5.901-0.762-8.583-2.428-2.738-1.75-5.308-4.32-7.623-7.934l-7.369-11.378v59.038h-24.168v-162.94h22.813l1.411 7.256 1.976 10.108 5.365-8.696c2.372-3.897 4.998-6.748 7.764-8.639 2.626-1.75 5.365-2.654 8.358-2.654 4.235 0 7.793 1.497 10.899 4.404 3.247 3.162 5.252 6.692 6.127 10.983 0.96 4.743 1.44 12.253 1.44 11.745v64.685c0-0.283 0.96 6.438-0.48 19.792-0.254 2.795-1.13 5.534-2.598 8.385zM308.685 108.804c0-11.576-0.593-15.106-1.073-16.94-1.13-3.981-3.981-6.296-7.821-6.296-3.727 0-6.579 2.202-7.764 6.070-0.565 1.75-1.186 5.195-1.186 15.783v32.78c0 11.012 0.565 14.315 1.073 15.896 1.101 3.642 3.981 5.844 7.68 5.844 3.812 0 6.692-2.315 7.906-6.24 0.536-1.723 1.243-5.167 1.243-15.557v-31.368l-0.057 0.028zM374.725 121.397h41.73v13.44c0 12.169-1.13 26.116-3.36 32.639-2.118 6.296-5.704 11.152-10.983 14.908-5.111 3.614-11.83 5.505-19.933 5.505-6.579 0-12.452-1.524-17.449-4.602s-8.471-7.397-10.673-13.242c-2.315-6.070-3.529-14.71-3.529-30.041v-37.975c0-4.885 0.565-12.113 1.581-16.856 1.017-4.574 2.851-8.809 5.449-12.62 2.457-3.586 6.042-6.494 10.56-8.611 4.63-2.146 10.108-3.247 16.263-3.247 6.296 0 11.548 1.101 15.557 3.19 4.010 2.118 7.341 5.365 9.995 9.656 2.767 4.461 4.546 8.724 5.28 12.564 0.791 4.038 1.186 10.023 1.186 17.816v5.788h-22.474v-13.327c0-7.058-0.48-11.661-1.468-14.428-1.384-3.755-4.574-5.957-8.724-5.957-3.642 0-6.466 1.807-7.736 5.054-0.621 1.524-1.327 4.264-1.327 12.762v27.557h0.057v0.028zM374.725 138.761v13.976c0 10.277 0.536 8.724 0.988 10.108 1.073 3.303 3.981 5.252 8.019 5.252 3.614 0 6.381-2.118 7.482-5.731 0.452-1.468 1.017-0.057 1.017-9.628v-17.901h-17.477c0 0-0.028 3.925-0.028 3.925z" />
42
+ <glyph unicode="&#xe620;" d="M137.221 205.532h19.84v-107.382h18.77v107.382h20.209v17.587h-58.819zM295.931 192.404c-6.205 0-11.996-3.389-17.438-10.096v40.817h-16.87v-124.974h16.87v9.022c5.642-6.969 11.433-10.307 17.438-10.307 6.712 0 11.228 3.538 13.481 10.466 1.127 3.947 1.71 10.153 1.71 18.765v37.079c0 8.817-0.579 14.971-1.71 18.719-2.248 6.978-6.769 10.512-13.481 10.512zM294.241 124.774c0-8.412-2.468-12.565-7.342-12.565-2.77 0-5.591 1.326-8.412 4.152v56.75c2.821 2.786 5.642 4.106 8.412 4.106 4.869 0 7.342-4.306 7.342-12.708v-39.736zM230.139 120.105c-3.743-5.289-7.28-7.895-10.67-7.895-2.253 0-3.538 1.326-3.947 3.947-0.154 0.548-0.154 2.606-0.154 6.558v68.557h-16.875v-73.625c0-6.574 0.569-11.024 1.49-13.849 1.695-4.716 5.442-6.928 10.87-6.928 6.21 0 12.58 3.748 19.287 11.438v-10.158h16.886v93.118h-16.886v-71.163zM244.624 277.294c5.494 0 8.131 4.357 8.131 13.061v39.582c0 8.709-2.637 13.046-8.131 13.046-5.499 0-8.141-4.342-8.141-13.046v-39.582c0-8.709 2.642-13.061 8.141-13.061zM256 474.24c-138.204 0-250.24-112.036-250.24-250.24s112.036-250.24 250.24-250.24 250.24 112.036 250.24 250.24-112.036 250.24-250.24 250.24zM283.832 357.197h17.003v-69.284c0-3.999 0-6.072 0.205-6.63 0.374-2.642 1.715-3.994 3.998-3.994 3.41 0 6.989 2.642 10.767 7.982v71.926h17.055v-94.101h-17.055v10.26c-6.789-7.782-13.255-11.556-19.476-11.556-5.494 0-9.283 2.227-10.988 6.989-0.942 2.852-1.515 7.353-1.515 13.993v74.414zM219.433 326.512c0 10.061 1.71 17.413 5.335 22.17 4.715 6.436 11.356 9.651 19.856 9.651 8.54 0 15.175-3.216 19.891-9.651 3.579-4.752 5.289-12.109 5.289-22.17v-32.952c0-10.005-1.71-17.423-5.289-22.128-4.716-6.421-11.351-9.631-19.891-9.631-8.499 0-15.14 3.21-19.856 9.631-3.625 4.705-5.335 12.13-5.335 22.128v32.952zM173.834 389.371l13.424-49.587 12.898 49.587h19.123l-22.748-75.136v-51.144h-18.903v51.144c-1.715 9.063-5.499 22.339-11.566 39.952-3.983 11.719-8.136 23.475-12.119 35.185h19.891zM390.712 89.928c-3.42-14.843-15.565-25.8-30.178-27.433-34.621-3.865-69.653-3.886-104.55-3.865-34.882-0.021-69.929 0-104.546 3.865-14.618 1.634-26.762 12.585-30.172 27.433-4.869 21.145-4.869 44.226-4.869 65.997s0.061 44.851 4.925 65.997c3.415 14.848 15.549 25.805 30.167 27.433 34.621 3.865 69.662 3.886 104.555 3.865 34.882 0.020 69.924 0 104.546-3.865 14.618-1.633 26.762-12.585 30.183-27.433 4.859-21.145 4.823-44.226 4.823-65.997s-0.021-44.851-4.885-65.997zM349.671 192.404c-8.627 0-15.334-3.17-20.209-9.543-3.584-4.711-5.212-11.991-5.212-21.945v-32.615c0-9.897 1.828-17.234 5.417-21.898 4.874-6.359 11.597-9.538 20.423-9.538 8.812 0 15.728 3.333 20.398 10.096 2.048 2.985 3.379 6.375 3.942 10.107 0.159 1.69 0.358 5.433 0.358 10.875v2.457h-17.209c0-6.764-0.22-10.512-0.374-11.428-0.962-4.51-3.385-6.769-7.536-6.769-5.796 0-8.627 4.301-8.627 12.918v16.512h33.746v19.282c0 9.954-1.685 17.234-5.223 21.945-4.716 6.37-11.428 9.543-19.897 9.543zM357.924 155.684h-16.875v8.617c0 8.612 2.832 12.918 8.469 12.918 5.586 0 8.407-4.306 8.407-12.918v-8.617z" />
43
+ <glyph unicode="&#xe621;" d="M267.8 186.784c-6.248-6.248-16.376-6.248-22.624 0l-12.64 12.64-48.656-47.424h144.816l-48.64 47.032-12.256-12.248zM353.648 296h-194.52l96.872-96 97.648 96zM144 287.952v-135.952h16.488l60.224 59.24-76.712 76.712zM352.488 152h15.512v134.976l-75.744-75.736 60.232-59.24zM256 480c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.616 256-256 256zM384 152c0-8.832-7.168-16-16-16h-224c-8.832 0-16 7.168-16 16v144c0 8.832 7.168 16 16 16h224c8.832 0 16-7.168 16-16v-144z" />
44
  </font></defs></svg>
assets/fonts/social_buttons.ttf CHANGED
Binary file
assets/fonts/social_buttons.woff CHANGED
Binary file
includes/widget.php CHANGED
@@ -100,15 +100,30 @@ class Sfmsb_Widget extends WP_Widget {
100
  name="<?php echo $this->get_field_name( 'enable_' . $key ) ?>"
101
  type="checkbox"
102
  value="1" <?php checked(1, $instance[ 'enable_' . $key ] ) ?> />
 
 
103
 
104
- <label class="description" for="<?php echo $this->get_field_id( 'url_' . $key ); ?>"><?php _e( $item['name'] . ' URL', 'sfmsb_domain'); ?></label>
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
  <input id="<?php echo $this->get_field_id( 'url_' . $key ) ?>"
107
  class="widefat"
108
  name="<?php echo $this->get_field_name( 'url_' . $key ); ?>"
109
  type="text"
110
  class=""
111
- value="<?php echo esc_url( $instance['url_' . $key] ); ?>"/>
112
  </p>
113
 
114
  <? } // foreach available buttons ?>
@@ -192,7 +207,13 @@ class Sfmsb_Widget extends WP_Widget {
192
 
193
  foreach( $this->available_buttons as $key => $item ){
194
 
195
- $instance['url_' . $key] = esc_url($new_instance['url_' . $key]);
 
 
 
 
 
 
196
  $instance['enable_' . $key] = absint($new_instance['enable_' . $key]);
197
 
198
  }
@@ -259,7 +280,13 @@ class Sfmsb_Widget extends WP_Widget {
259
  $color = $instance['color'];
260
  }
261
 
262
- echo '<a target="_blank" href="' . esc_url($instance['url_' . $key]) . '">';
 
 
 
 
 
 
263
  echo '<span class="sfmsb-icon-'. $key .'-'. $instance['style'] .'" style="color:' . $color . ';font-size:'. $instance['size'] .'px"></span>';
264
  echo '</a>';
265
  }
100
  name="<?php echo $this->get_field_name( 'enable_' . $key ) ?>"
101
  type="checkbox"
102
  value="1" <?php checked(1, $instance[ 'enable_' . $key ] ) ?> />
103
+
104
+ <?php
105
 
106
+ if( $key == 'email' ) {
107
+
108
+ $label = __( 'Your ' . $item['name'], 'sfmsb_domain');
109
+ $value = esc_attr( $instance['url_' . $key] );
110
+
111
+ } else {
112
+
113
+ $label = __( $item['name'] . ' URL', 'sfmsb_domain');
114
+ $value = esc_url( $instance['url_' . $key] );
115
+ }
116
+
117
+ ?>
118
+
119
+ <label class="description" for="<?php echo $this->get_field_id( 'url_' . $key ); ?>"><?php echo $label; ?></label>
120
 
121
  <input id="<?php echo $this->get_field_id( 'url_' . $key ) ?>"
122
  class="widefat"
123
  name="<?php echo $this->get_field_name( 'url_' . $key ); ?>"
124
  type="text"
125
  class=""
126
+ value="<?php echo $value ?>"/>
127
  </p>
128
 
129
  <? } // foreach available buttons ?>
207
 
208
  foreach( $this->available_buttons as $key => $item ){
209
 
210
+ if( $key == 'email' ) {
211
+ $value = esc_attr($new_instance['url_' . $key]);
212
+ } else {
213
+ $value = esc_url($new_instance['url_' . $key]);
214
+ }
215
+
216
+ $instance['url_' . $key] = $value;
217
  $instance['enable_' . $key] = absint($new_instance['enable_' . $key]);
218
 
219
  }
280
  $color = $instance['color'];
281
  }
282
 
283
+ if( $key == 'email' ) {
284
+ $href = 'mailto:' . esc_attr($instance['url_' . $key]);
285
+ } else {
286
+ $href = esc_url($instance['url_' . $key]);
287
+ }
288
+
289
+ echo '<a target="_blank" href="' . $href . '">';
290
  echo '<span class="sfmsb-icon-'. $key .'-'. $instance['style'] .'" style="color:' . $color . ';font-size:'. $instance['size'] .'px"></span>';
291
  echo '</a>';
292
  }
languages/sfmsb_domain-en_EN.mo CHANGED
Binary file
languages/sfmsb_domain-en_EN.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Simple Follow Me Social Buttons Widget\n"
4
- "POT-Creation-Date: 2014-07-08 10:16+0100\n"
5
- "PO-Revision-Date: 2014-07-08 10:16+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.5\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -38,38 +38,42 @@ msgstr ""
38
  msgid "Text"
39
  msgstr ""
40
 
41
- #: includes/widget.php:103
 
 
 
 
42
  msgid " URL"
43
  msgstr ""
44
 
45
- #: includes/widget.php:118
46
  msgid "Style"
47
  msgstr ""
48
 
49
- #: includes/widget.php:120
50
  msgid "Rounded"
51
  msgstr ""
52
 
53
- #: includes/widget.php:121
54
  msgid "Squared"
55
  msgstr ""
56
 
57
- #: includes/widget.php:132
58
  msgid "Color"
59
  msgstr ""
60
 
61
- #: includes/widget.php:138
62
  msgid "Size"
63
  msgstr ""
64
 
65
- #: includes/widget.php:150
66
  msgid "Position"
67
  msgstr ""
68
 
69
- #: includes/widget.php:159
70
  msgid "Icons under text"
71
  msgstr ""
72
 
73
- #: includes/widget.php:167
74
  msgid "Icons next to text"
75
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Simple Follow Me Social Buttons Widget\n"
4
+ "POT-Creation-Date: 2014-08-12 16:38+0100\n"
5
+ "PO-Revision-Date: 2014-08-12 16:38+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.7\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
38
  msgid "Text"
39
  msgstr ""
40
 
41
+ #: includes/widget.php:108
42
+ msgid "Your "
43
+ msgstr ""
44
+
45
+ #: includes/widget.php:113
46
  msgid " URL"
47
  msgstr ""
48
 
49
+ #: includes/widget.php:134
50
  msgid "Style"
51
  msgstr ""
52
 
53
+ #: includes/widget.php:136
54
  msgid "Rounded"
55
  msgstr ""
56
 
57
+ #: includes/widget.php:137
58
  msgid "Squared"
59
  msgstr ""
60
 
61
+ #: includes/widget.php:148
62
  msgid "Color"
63
  msgstr ""
64
 
65
+ #: includes/widget.php:154
66
  msgid "Size"
67
  msgstr ""
68
 
69
+ #: includes/widget.php:166
70
  msgid "Position"
71
  msgstr ""
72
 
73
+ #: includes/widget.php:175
74
  msgid "Icons under text"
75
  msgstr ""
76
 
77
+ #: includes/widget.php:183
78
  msgid "Icons next to text"
79
  msgstr ""
languages/sfmsb_domain-es_ES.mo CHANGED
Binary file
languages/sfmsb_domain-es_ES.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Simple Follow Me Social Buttons Widget\n"
4
- "POT-Creation-Date: 2014-07-08 10:16+0100\n"
5
- "PO-Revision-Date: 2014-07-08 10:17+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: es\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.5\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -38,38 +38,42 @@ msgstr "Título"
38
  msgid "Text"
39
  msgstr "Texto"
40
 
41
- #: includes/widget.php:103
 
 
 
 
42
  msgid " URL"
43
  msgstr "URL"
44
 
45
- #: includes/widget.php:118
46
  msgid "Style"
47
  msgstr "Estilo"
48
 
49
- #: includes/widget.php:120
50
  msgid "Rounded"
51
  msgstr "Redondo"
52
 
53
- #: includes/widget.php:121
54
  msgid "Squared"
55
  msgstr "Cuadrado"
56
 
57
- #: includes/widget.php:132
58
  msgid "Color"
59
  msgstr "Color"
60
 
61
- #: includes/widget.php:138
62
  msgid "Size"
63
  msgstr "Tamaño"
64
 
65
- #: includes/widget.php:150
66
  msgid "Position"
67
  msgstr "Posición"
68
 
69
- #: includes/widget.php:159
70
  msgid "Icons under text"
71
  msgstr "Iconos bajo texto"
72
 
73
- #: includes/widget.php:167
74
  msgid "Icons next to text"
75
  msgstr "Iconos junto texto"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Simple Follow Me Social Buttons Widget\n"
4
+ "POT-Creation-Date: 2014-08-12 16:38+0100\n"
5
+ "PO-Revision-Date: 2014-08-12 16:38+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: es\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.7\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
38
  msgid "Text"
39
  msgstr "Texto"
40
 
41
+ #: includes/widget.php:108
42
+ msgid "Your "
43
+ msgstr "Tu "
44
+
45
+ #: includes/widget.php:113
46
  msgid " URL"
47
  msgstr "URL"
48
 
49
+ #: includes/widget.php:134
50
  msgid "Style"
51
  msgstr "Estilo"
52
 
53
+ #: includes/widget.php:136
54
  msgid "Rounded"
55
  msgstr "Redondo"
56
 
57
+ #: includes/widget.php:137
58
  msgid "Squared"
59
  msgstr "Cuadrado"
60
 
61
+ #: includes/widget.php:148
62
  msgid "Color"
63
  msgstr "Color"
64
 
65
+ #: includes/widget.php:154
66
  msgid "Size"
67
  msgstr "Tamaño"
68
 
69
+ #: includes/widget.php:166
70
  msgid "Position"
71
  msgstr "Posición"
72
 
73
+ #: includes/widget.php:175
74
  msgid "Icons under text"
75
  msgstr "Iconos bajo texto"
76
 
77
+ #: includes/widget.php:183
78
  msgid "Icons next to text"
79
  msgstr "Iconos junto texto"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: lucymtc
3
  Tags: social,follow me,buttons,twitter,facebook,pinterest,google plus,linkedin,wordpress,rss,github,youtube,vimeo,instagram,font icons,retina ready
4
  Requires at least: 3.8
5
  Tested up to: 3.9.1
6
- Stable tag: 1.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -31,6 +31,8 @@ Availbale Icons:
31
  * Youtube
32
  * Vimeo
33
  * Instagram
 
 
34
 
35
  Icons from www.flaticon.com
36
 
@@ -47,6 +49,12 @@ Icons from www.flaticon.com
47
 
48
  == Changelog ==
49
 
 
 
 
 
 
 
50
  = 1.1 =
51
  * Change set of icons
52
  * Added Instagram, Youtube and Vimeo icons
3
  Tags: social,follow me,buttons,twitter,facebook,pinterest,google plus,linkedin,wordpress,rss,github,youtube,vimeo,instagram,font icons,retina ready
4
  Requires at least: 3.8
5
  Tested up to: 3.9.1
6
+ Stable tag: 1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
31
  * Youtube
32
  * Vimeo
33
  * Instagram
34
+ * Email
35
+ * SoundCloud
36
 
37
  Icons from www.flaticon.com
38
 
49
 
50
  == Changelog ==
51
 
52
+ = 1.3 =
53
+ * Added Email and SoundCloud icons
54
+
55
+ = 1.2 =
56
+ * Quick fix on fonts missing
57
+
58
  = 1.1 =
59
  * Change set of icons
60
  * Added Instagram, Youtube and Vimeo icons
simple-follow-me-social-buttons-widget.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  Plugin Name: Simple Follow Me Social Buttons Widget
4
  Description: Widget to add some of the most popular follow me social buttons. Retina ready.
5
- Version: 1.1
6
  Author: Lucy Tomás
7
  Author URI: https://wordpress.org/support/profile/lucymtc
8
  License: GPLv2
@@ -107,7 +107,7 @@ final class SFMSB {
107
  if( !defined('SFMSB_PLUGIN_DIR') ) { define('SFMSB_PLUGIN_DIR', plugin_dir_path( __FILE__ )); }
108
  if( !defined('SFMSB_PLUGIN_URL') ) { define('SFMSB_PLUGIN_URL', plugin_dir_url( __FILE__ )); }
109
  if( !defined('SFMSB_PLUGIN_FILE') ) { define('SFMSB_PLUGIN_FILE', __FILE__ ); }
110
- if( !defined('SFMSB_PLUGIN_VERSION') ) { define('SFMSB_PLUGIN_VERSION', '1.1'); }
111
 
112
  }
113
 
@@ -140,7 +140,11 @@ final class SFMSB {
140
  'youtube' => array('name' => 'Youtube',
141
  'color' => 'd68778'),
142
  'vimeo' => array('name' => 'Vimeo',
143
- 'color' => '4b6079')
 
 
 
 
144
  );
145
 
146
  }
2
  /**
3
  Plugin Name: Simple Follow Me Social Buttons Widget
4
  Description: Widget to add some of the most popular follow me social buttons. Retina ready.
5
+ Version: 1.3
6
  Author: Lucy Tomás
7
  Author URI: https://wordpress.org/support/profile/lucymtc
8
  License: GPLv2
107
  if( !defined('SFMSB_PLUGIN_DIR') ) { define('SFMSB_PLUGIN_DIR', plugin_dir_path( __FILE__ )); }
108
  if( !defined('SFMSB_PLUGIN_URL') ) { define('SFMSB_PLUGIN_URL', plugin_dir_url( __FILE__ )); }
109
  if( !defined('SFMSB_PLUGIN_FILE') ) { define('SFMSB_PLUGIN_FILE', __FILE__ ); }
110
+ if( !defined('SFMSB_PLUGIN_VERSION') ) { define('SFMSB_PLUGIN_VERSION', '1.3'); }
111
 
112
  }
113
 
140
  'youtube' => array('name' => 'Youtube',
141
  'color' => 'd68778'),
142
  'vimeo' => array('name' => 'Vimeo',
143
+ 'color' => '4b6079'),
144
+ 'email' => array('name' => 'Email',
145
+ 'color' => '84b3dc'),
146
+ 'soundcloud' => array('name' => 'SoundCloud',
147
+ 'color' => 'f6a46a')
148
  );
149
 
150
  }