social-share-button-srules 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +204 -0
  3. data/README.md +182 -0
  4. data/app/assets/images/social-share-button/delicious.svg +13 -0
  5. data/app/assets/images/social-share-button/douban.svg +8 -0
  6. data/app/assets/images/social-share-button/email.svg +8 -0
  7. data/app/assets/images/social-share-button/facebook.svg +8 -0
  8. data/app/assets/images/social-share-button/google_bookmark.svg +8 -0
  9. data/app/assets/images/social-share-button/google_plus.svg +10 -0
  10. data/app/assets/images/social-share-button/hacker_news.svg +69 -0
  11. data/app/assets/images/social-share-button/linkedin.svg +8 -0
  12. data/app/assets/images/social-share-button/odnoklassniki.svg +1 -0
  13. data/app/assets/images/social-share-button/pinterest.svg +8 -0
  14. data/app/assets/images/social-share-button/qq.svg +8 -0
  15. data/app/assets/images/social-share-button/reddit.svg +6 -0
  16. data/app/assets/images/social-share-button/telegram.svg +12 -0
  17. data/app/assets/images/social-share-button/tumblr.svg +8 -0
  18. data/app/assets/images/social-share-button/twitter.svg +8 -0
  19. data/app/assets/images/social-share-button/vkontakte.svg +23 -0
  20. data/app/assets/images/social-share-button/wechat.svg +8 -0
  21. data/app/assets/images/social-share-button/weibo.svg +10 -0
  22. data/app/assets/images/social-share-button/whatsapp.svg +10 -0
  23. data/app/assets/images/social-share-button/xing.svg +79 -0
  24. data/app/assets/javascripts/jquery.qrcode.min.js +28 -0
  25. data/app/assets/javascripts/social-share-button.coffee +110 -0
  26. data/app/assets/javascripts/social-share-button/wechat.coffee +44 -0
  27. data/app/assets/stylesheets/social-share-button.css.erb +127 -0
  28. data/config/locales/social_share_button.de.yml +24 -0
  29. data/config/locales/social_share_button.en.yml +24 -0
  30. data/config/locales/social_share_button.es.yml +24 -0
  31. data/config/locales/social_share_button.fr.yml +24 -0
  32. data/config/locales/social_share_button.ja.yml +24 -0
  33. data/config/locales/social_share_button.pt-BR.yml +24 -0
  34. data/config/locales/social_share_button.ru.yml +24 -0
  35. data/config/locales/social_share_button.uk.yml +24 -0
  36. data/config/locales/social_share_button.zh-CN.yml +24 -0
  37. data/config/locales/social_share_button.zh-TW.yml +24 -0
  38. data/lib/generators/social_share_button/install_generator.rb +12 -0
  39. data/lib/generators/social_share_button/templates/config/initializers/social_share_button.rb +5 -0
  40. data/lib/social-share-button.rb +19 -0
  41. data/lib/social_share_button/config.rb +38 -0
  42. data/lib/social_share_button/engine.rb +6 -0
  43. data/lib/social_share_button/helper.rb +29 -0
  44. data/lib/social_share_button/railtie.rb +6 -0
  45. data/lib/social_share_button/version.rb +3 -0
  46. metadata +118 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 47b358c02b2cf09562177098a9f3df24cac1a7084068ab63766e77ef0ac4144a
4
+ data.tar.gz: 22c0462ba3cb123a9bca2755070b8168fa60ae9e772a7f21a1d17915de03d014
5
+ SHA512:
6
+ metadata.gz: a7c26223177d14141e383b777f7ec6ece8debce5cebd666efd9ee86073ed8b966ffca639018c553c8920e240abe7055d2c4247a728e96a3ce8a9be82e56dae81
7
+ data.tar.gz: 3d356d45d01281ff6ca4183d0ec3adf89edc64beaee066f56a25b067a7bfbd68a18e97cedaf7a28e7cff094bd29632582a7ee29f554ea0dea6073dc506873c29
data/CHANGELOG.md ADDED
@@ -0,0 +1,204 @@
1
+ 1.2.0
2
+ -----
3
+
4
+ - Adds social share on WhatsApp (#170)
5
+
6
+ 1.1.0
7
+ -----
8
+
9
+ - Add German locales (#152)
10
+ - Add Spanish (Castellano) locales (#154)
11
+ - Added Ukrainian and Russian locales (#151)
12
+
13
+ 1.0.0
14
+ -----
15
+
16
+ - Fix Facebook by use quote in url rather than description (#143)
17
+
18
+ 0.10.0
19
+ ------
20
+
21
+ * Add [Odnoklassniki](https://ok.ru). (#121)
22
+
23
+ 0.9.0
24
+ -----
25
+
26
+ * Add Telegram supoort. (#126)
27
+ * Updated reddit icon to use SVG path instead of icon. (#117)
28
+ * Fix del.icio.us URL (#127)
29
+
30
+ 0.8.8
31
+ -----
32
+
33
+ * Remove sass-rails dependency. (#115)
34
+
35
+ 0.8.7
36
+ -----
37
+
38
+ * Fix Facebook share title & description (#61)
39
+
40
+ 0.8.6
41
+ -----
42
+
43
+ * Allow hashtags param for Twitter (#110)
44
+ * Fix Facebook Share (#108)
45
+
46
+ 0.8.5
47
+ -----
48
+
49
+ * Fix Wechat URL has escaped bug.
50
+
51
+ 0.8.4
52
+ -----
53
+
54
+ * Fix share to wechat title.
55
+ * Fix default I18n files as Rails Engine way, now you do not need copy them in to you config/locales (You can delete them).
56
+
57
+ 0.8.2
58
+ -----
59
+
60
+ * Add google analytics code to track share button click events. (#106)
61
+
62
+ 0.8.1
63
+ -----
64
+
65
+ * Fix wechat typo. (#103)
66
+
67
+ 0.8.0
68
+ -----
69
+
70
+ * Add support for Hacker News (#99)
71
+
72
+ 0.7.0
73
+ -----
74
+
75
+ * Add support for Reddit (#98)
76
+ * Use ActiveSupport.on_load looks to inject behavior into ActionView::Base (#82)
77
+
78
+ 0.6.0
79
+ -----
80
+
81
+ * Add support for xing social network (#95)
82
+
83
+ 0.5.0
84
+ -----
85
+
86
+ * Fix QRCode WeChat typo error.
87
+
88
+ 0.4.0
89
+ -----
90
+
91
+ * QRCode for WeChat share.
92
+
93
+ 0.3.4
94
+ -----
95
+
96
+ * Add linkedin summary parameter (#89)
97
+
98
+ 0.3.1
99
+ -----
100
+
101
+ * New SVG icon, new style.
102
+ * Removed `tqq renren kaixin001 baidu plurk` support.
103
+ * Share with popup window.
104
+ * Add Weixin (WeChat).
105
+
106
+ 0.2.1
107
+ -----
108
+
109
+ * Allow for override of allowed sites in helper.
110
+
111
+ 0.2.0
112
+ -----
113
+
114
+ * Added social share with LinkedIn feature.
115
+
116
+ 0.1.10
117
+ -----
118
+
119
+ * Add `email` share
120
+
121
+ 0.1.9
122
+ -----
123
+
124
+ * Add `data-via` to allow `{ via: "MyTwitter" }`
125
+ * Add the special title for the corresponding social network by `{ 'data-twitter-title' => 'TheTitleForTwitter'}`
126
+
127
+ 0.1.8
128
+ -----
129
+
130
+ * Allow you custom appKey.
131
+
132
+ 0.1.7
133
+ -----
134
+
135
+ * Add desc support;
136
+
137
+ 0.1.5
138
+ -----
139
+
140
+ * Add Tumblr;
141
+
142
+ 0.1.4
143
+ -----
144
+
145
+ * Add Plurk support;
146
+ * Fix Renren share link;
147
+
148
+ 0.1.3
149
+ -----
150
+
151
+ * Support Rails 4;
152
+
153
+ 0.1.2
154
+ -----
155
+
156
+ * Add tumblr.
157
+
158
+ 0.1.1
159
+ -----
160
+
161
+ * Add delicious.
162
+ * Use new version of Weibo, Douban share URL to speed up page open.
163
+
164
+ 0.1.0
165
+ -----
166
+
167
+ * Retina support.
168
+
169
+ 0.0.9
170
+ -----
171
+
172
+ * Allow to give :url option to custom url.
173
+
174
+ 0.0.8
175
+ -----
176
+
177
+ * Add Google Bookmark;
178
+ * Improve Google+ icon.
179
+
180
+ 0.0.7
181
+ -----
182
+
183
+ * Douban, TQQ add image support.
184
+
185
+ 0.0.6
186
+ -----
187
+
188
+ * Transparent icon fix
189
+
190
+ 0.0.5
191
+ -----
192
+
193
+ * Transparent icon
194
+ * More site added (Renren,TQQ, Google+, Baidu, Kaixin001)
195
+
196
+ 0.0.4
197
+ -----
198
+
199
+ * Add image support for Weibo share.
200
+
201
+ 0.0.3
202
+ -----
203
+
204
+ * Facebook, Twitter, Weibo, Douban, QQZone 分享功能;
data/README.md ADDED
@@ -0,0 +1,182 @@
1
+ # Social Share Button
2
+
3
+ This is a gem to helper you quick create a share feature in you Rails apps.
4
+
5
+ [![Gem Version](https://badge.fury.io/rb/social-share-button.svg)](https://badge.fury.io/rb/social-share-button)
6
+
7
+ # Sites list
8
+
9
+ * Facebook
10
+ * Twitter
11
+ * Douban
12
+ * Google+
13
+ * Weibo
14
+ * QZone
15
+ * Google Bookmark
16
+ * Delicious
17
+ * Tumblr
18
+ * Pinterest
19
+ * Email
20
+ * LinkedIn
21
+ * WeChat (Weixin)
22
+ * Vkontakte
23
+ * Odnoklassniki
24
+ * Xing
25
+ * Reddit
26
+ * Hacker News
27
+ * Telegram
28
+ * WhatsApp
29
+
30
+ ## Screenshot
31
+
32
+ <img width="473" alt="2016-10-05 8 51 07" src="https://cloud.githubusercontent.com/assets/5518/19097657/ea7c0a20-8ad8-11e6-953f-83354d9a6384.png">
33
+
34
+ ## Install
35
+
36
+ In your `Gemfile`:
37
+
38
+ ```ruby
39
+ gem 'social-share-button'
40
+ ```
41
+
42
+ Old version for IE and lower browser support:
43
+
44
+ ```ruby
45
+ gem 'social-share-button', '0.2.1'
46
+ ```
47
+
48
+ And install it:
49
+
50
+ ```bash
51
+ $ bundle install
52
+ $ rails generate social_share_button:install
53
+ ```
54
+
55
+ ## Configure
56
+
57
+ You can config `config/initializers/social_share_button.rb` to choose which site do you want to use:
58
+
59
+ ```ruby
60
+ SocialShareButton.configure do |config|
61
+ config.allow_sites = %w(twitter facebook weibo)
62
+ end
63
+ ```
64
+
65
+ More site names you can visit https://github.com/huacnlee/social-share-button/blob/master/lib/social_share_button/config.rb#L33 to found it.
66
+
67
+ ## Usage
68
+
69
+ You need add require css,js file in your app assets files:
70
+
71
+ `app/assets/javascripts/application.coffee`
72
+
73
+ ```
74
+ #= require social-share-button
75
+ #= require social-share-button/wechat # if you need use WeChat
76
+ ```
77
+
78
+ `app/assets/stylesheets/application.scss`
79
+
80
+ ```
81
+ *= require social-share-button
82
+ ```
83
+
84
+ In Rails 4.1.6 , use `@import` to require files:
85
+
86
+ `app/assets/stylesheets/application.css.scss`
87
+
88
+ ```
89
+ @import "social-share-button";
90
+ ```
91
+
92
+ Then you can use `social_share_button_tag` helper in views, for example `app/views/posts/show.html.erb`
93
+
94
+ ```erb
95
+ <%= social_share_button_tag(@post.title) %>
96
+ ```
97
+
98
+ Apart from the default title, you can specify the title for the special social network:
99
+
100
+ ```erb
101
+ <%= social_share_button_tag(@post.title, 'data-twitter-title' => 'TheTitleForTwitter') %>
102
+ ```
103
+
104
+ To specify sites at runtime:
105
+
106
+ ```erb
107
+ <%= social_share_button_tag(@post.title, :allow_sites => %w(twitter facebook)) %>
108
+ ```
109
+
110
+ And you can custom rel attribute:
111
+
112
+ ```erb
113
+ <%= social_share_button_tag(@post.title, :rel => "twipsy") %>
114
+ ```
115
+
116
+ You can also specify the URL that it links to:
117
+
118
+ ```erb
119
+ <%= social_share_button_tag(@post.title, :url => "http://myapp.com/foo/bar") %>
120
+ ```
121
+
122
+ ```erb
123
+ <%= social_share_button_tag(@post.title, :url => "http://myapp.com/foo/bar", :image => "http://foo.bar/images/a.jpg", desc: "The summary of page", via: "MyTwitterName") %>
124
+ ```
125
+
126
+ For the Tumblr there are an extra settings, prefixed with : `data-*`
127
+
128
+ ```erb
129
+ <%= social_share_button_tag(@post.title, :image => "https://raw.github.com/vkulpa/social-share-button/master/lib/assets/images/sprites/social-share-button/tumblr.png", :'data-type' => 'photo') %>
130
+ <%= social_share_button_tag(@post.title, :'data-source' => "https://raw.github.com/vkulpa/social-share-button/master/lib/assets/images/sprites/social-share-button/tumblr.png", :'data-type' => 'photo') %>
131
+ ```
132
+
133
+ Those two above calls are identical.
134
+ Here are the mapping of attributes depending on you data-type parameter
135
+
136
+ | data-type | standard | custom :"data-*" prefixed |
137
+ | ----------------- | --------- | -------------------------- |
138
+ | link (default) | title | data-title |
139
+ | | url | data-url |
140
+ | text | title | data-title |
141
+ | photo | title | data-caption |
142
+ | | image | data-source |
143
+ | quote | title | data-quote |
144
+ | | | data-source |
145
+
146
+ ## Facebook
147
+
148
+ A couple of gotchas for Facebook only:
149
+
150
+ ### Facebook needs the description added
151
+
152
+ ```
153
+ <%= social_share_button_tag('Share to Facebook', :url => course_path(@course), desc: @course.name) %>
154
+ ```
155
+ This will add the required ```data-desc``` element, and Facebook will then accept the request.
156
+
157
+ ### Testing from localhost will not work
158
+
159
+ You will need to test from a live site or Facebook will reject it; localhost will not work.
160
+
161
+
162
+ ## How to change icon size?
163
+
164
+ Yes, you can override social-share-button base css to change the icon size.
165
+
166
+ In you `app/assets/stylesheets/application.scss`:
167
+
168
+ ```scss
169
+ $size: 24px;
170
+
171
+ .social-share-button {
172
+ .ssb-icon {
173
+ background-size: $size $size;
174
+ height: $size;
175
+ width: $size;
176
+ }
177
+ }
178
+ ```
179
+
180
+ ## Demo
181
+
182
+ [https://ruby-china.org/wiki/about](https://ruby-china.org/wiki/about)
@@ -0,0 +1,13 @@
1
+ <svg width="256px" height="256px" viewBox="1899 111 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <desc>Delicious</desc>
3
+ <defs></defs>
4
+ <g id="delicious" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(1899.000000, 111.000000)">
5
+ <rect id="bg" fill="#0076E8" x="0" y="0" width="256" height="256" rx="40"></rect>
6
+ <g id="Group" transform="translate(128.000000, 129.000000) rotate(90.000000) translate(-128.000000, -129.000000) translate(38.000000, 39.000000)">
7
+ <polygon id="Shape" fill="#FFFFFF" points="0.239990234 90.0551489 90.0155647 90.0551489 90.0155647 179.830723 0.239990234 179.830723 0.239990234 90.0551489"></polygon>
8
+ <polygon id="Shape-Copy" fill-opacity="0.0656136775" fill="#000000" points="0.239990234 0.169276596 90.0079051 0.169276596 90.0079051 89.9528936 0.240373213 89.9528936 0.240373213 0.169276596"></polygon>
9
+ <polygon id="Shape-Copy-2" fill-opacity="0.0656136775" fill="#000000" points="90 90 179.767915 90 179.767915 179.783617 90.000383 179.783617 90.000383 90"></polygon>
10
+ <polygon id="Shape" fill="#FFFFFF" points="89.9961702 0.169276596 179.764085 0.169276596 179.764085 89.9528936 89.9965532 89.9528936 89.9965532 0.169276596"></polygon>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="256px" height="256px" viewBox="1271 111 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <desc>Douban</desc>
3
+ <defs></defs>
4
+ <g id="douban" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(1271.000000, 111.000000)">
5
+ <rect id="bg" fill="#20982D" x="0" y="0" width="256" height="256" rx="40"></rect>
6
+ <path d="M209.287755,62.5836735 L47.8571429,62.5836735 L47.8571429,46 L209.270408,46 L209.270408,62.5836735 L209.287755,62.5836735 Z M213,209.095918 L43,209.095918 L43,192.304082 L93.8438776,192.304082 C87.6163265,178.6 81.0244898,166.769388 74.1030612,156.812245 L87.1653061,148.329592 L64.2673469,148.329592 L64.2673469,82.0642857 L193.432653,82.0642857 L193.432653,148.329592 L169.407143,148.329592 L182.469388,157.003061 C176.293878,170.707143 169.87551,182.468367 163.196939,192.304082 L213,192.304082 L213,209.095918 L213,209.095918 Z M175.322449,131.641837 L175.322449,99.1336735 L82.3081633,99.1336735 L82.3081633,131.641837 L175.322449,131.641837 L175.322449,131.641837 Z M166.25,148.329592 L90.5132653,148.329592 C98.6489796,162.033673 106.056122,176.691837 112.734694,192.321429 L143.646939,192.321429 C153.118367,177.472449 160.664286,162.796939 166.25,148.329592 L166.25,148.329592 Z" id="Shape" fill="#FFFFFF"></path>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="256px" height="256px" viewBox="3781 111 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <desc>Email</desc>
3
+ <defs></defs>
4
+ <g id="email" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(3781.000000, 111.000000)">
5
+ <rect id="bg" fill="#A56EE3" x="0" y="0" width="256" height="256" rx="40"></rect>
6
+ <path d="M218,102.602679 L218,182.357143 C218,186.776786 216.426339,190.560268 213.279018,193.707589 C210.131696,196.854911 206.348214,198.428571 201.928571,198.428571 L54.0714286,198.428571 C49.6517857,198.428571 45.8683036,196.854911 42.7209821,193.707589 C39.5736607,190.560268 38,186.776786 38,182.357143 L38,102.602679 C40.9464286,105.883929 44.328125,108.796875 48.1450893,111.341518 C72.3861607,127.814732 89.0267857,139.366071 98.0669643,145.995536 C101.883929,148.808036 104.981027,151.001116 107.358259,152.574777 C109.735491,154.148438 112.899554,155.75558 116.850446,157.396205 C120.801339,159.03683 124.484375,159.857143 127.899554,159.857143 L128.100446,159.857143 C131.515625,159.857143 135.198661,159.03683 139.149554,157.396205 C143.100446,155.75558 146.264509,154.148438 148.641741,152.574777 C151.018973,151.001116 154.116071,148.808036 157.933036,145.995536 C169.316964,137.758929 185.991071,126.207589 207.955357,111.341518 C211.772321,108.729911 215.120536,105.816964 218,102.602679 L218,102.602679 Z M218,73.0714286 C218,78.3616071 216.359375,83.4174107 213.078125,88.2388393 C209.796875,93.0602679 205.712054,97.1785714 200.823661,100.59375 C175.645089,118.071429 159.975446,128.953125 153.814732,133.238839 C153.145089,133.707589 151.722098,134.728795 149.545759,136.302455 C147.36942,137.876116 145.561384,139.148438 144.121652,140.11942 C142.68192,141.090402 140.940848,142.178571 138.898438,143.383929 C136.856027,144.589286 134.930804,145.493304 133.122768,146.095982 C131.314732,146.698661 129.640625,147 128.100446,147 L127.899554,147 C126.359375,147 124.685268,146.698661 122.877232,146.095982 C121.069196,145.493304 119.143973,144.589286 117.101562,143.383929 C115.059152,142.178571 113.31808,141.090402 111.878348,140.11942 C110.438616,139.148438 108.63058,137.876116 106.454241,136.302455 C104.277902,134.728795 102.854911,133.707589 102.185268,133.238839 C96.0915179,128.953125 87.3191964,122.842634 75.8683036,114.907366 C64.4174107,106.972098 57.5535714,102.200893 55.2767857,100.59375 C51.125,97.78125 47.2075893,93.9140625 43.5245536,88.9921875 C39.8415179,84.0703125 38,79.5 38,75.28125 C38,70.0580357 39.3895089,65.7053571 42.1685268,62.2232143 C44.9475446,58.7410714 48.9151786,57 54.0714286,57 L201.928571,57 C206.28125,57 210.047991,58.5736607 213.228795,61.7209821 C216.409598,64.8683036 218,68.6517857 218,73.0714286 L218,73.0714286 Z" id="Shape" fill="#FFFFFF"></path>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="256px" height="256px" viewBox="312 111 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <desc>Facebook</desc>
3
+ <defs></defs>
4
+ <g id="facebook" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(312.000000, 111.000000)">
5
+ <rect id="bg" fill="#2760D8" x="0" y="0" width="256" height="256" rx="40"></rect>
6
+ <path d="M185.230769,37.5865385 L185.230769,72.4903846 L164.473558,72.4903846 C156.893429,72.4903846 151.78125,74.0769231 149.137019,77.25 C146.492788,80.4230769 145.170673,85.1826923 145.170673,91.5288462 L145.170673,116.516827 L183.908654,116.516827 L178.752404,155.651442 L145.170673,155.651442 L145.170673,256 L104.713942,256 L104.713942,155.651442 L71,155.651442 L71,116.516827 L104.713942,116.516827 L104.713942,87.6947115 C104.713942,71.3004808 109.297276,58.5861378 118.463942,49.5516827 C127.630609,40.5172276 139.838141,36 155.086538,36 C168.043269,36 178.091346,36.5288462 185.230769,37.5865385 L185.230769,37.5865385 Z" id="Shape" fill="#FFFFFF"></path>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="256px" height="256px" viewBox="1585 111 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <desc>Google</desc>
3
+ <defs></defs>
4
+ <g id="google" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(1585.000000, 111.000000)">
5
+ <rect id="bg" fill="#3E82F7" x="0" y="0" width="256" height="256" rx="40"></rect>
6
+ <path d="M129.853821,114.697674 L216.564784,114.697674 C217.521595,120.039867 218,125.142857 218,130.006645 C218,147.30897 214.372093,162.757475 207.116279,176.352159 C199.860465,189.946844 189.51495,200.571429 176.079734,208.225914 C162.644518,215.880399 147.23588,219.707641 129.853821,219.707641 C117.335548,219.707641 105.415282,217.295681 94.0930233,212.471761 C82.7707641,207.647841 73.0033223,201.129568 64.7906977,192.916944 C56.5780731,184.704319 50.0598007,174.936877 45.2358804,163.614618 C40.4119601,152.292359 38,140.372093 38,127.853821 C38,115.335548 40.4119601,103.415282 45.2358804,92.0930233 C50.0598007,80.7707641 56.5780731,71.0033223 64.7906977,62.7906977 C73.0033223,54.5780731 82.7707641,48.0598007 94.0930233,43.2358804 C105.415282,38.4119601 117.335548,36 129.853821,36 C153.774086,36 174.305648,44.013289 191.448505,60.0398671 L166.451827,84.0797342 C156.644518,74.5913621 144.445183,69.8471761 129.853821,69.8471761 C119.568106,69.8471761 110.059801,72.4385382 101.328904,77.6212625 C92.5980066,82.8039867 85.6810631,89.8405316 80.5780731,98.730897 C75.4750831,107.621262 72.923588,117.328904 72.923588,127.853821 C72.923588,138.378738 75.4750831,148.086379 80.5780731,156.976744 C85.6810631,165.86711 92.5980066,172.903654 101.328904,178.086379 C110.059801,183.269103 119.568106,185.860465 129.853821,185.860465 C136.790698,185.860465 143.169435,184.903654 148.990033,182.990033 C154.810631,181.076412 159.594684,178.684385 163.342193,175.813953 C167.089701,172.943522 170.358804,169.674419 173.149502,166.006645 C175.940199,162.33887 177.993355,158.870432 179.30897,155.601329 C180.624585,152.332226 181.521595,149.222591 182,146.272425 L129.853821,146.272425 L129.853821,114.697674 L129.853821,114.697674 Z" id="Shape" fill="#FFFFFF"></path>
7
+ </g>
8
+ </svg>