rabbit-slide-kou-groonga-night-4 2013.11.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4f3e3d3ea01d85dccc8448ea2f2a4b5594c03bb9
4
+ data.tar.gz: ffb6f7b877d12e3b401d7285138ddf0e76af482d
5
+ SHA512:
6
+ metadata.gz: b37906c11e61b18ee590ad92dba8215f8b13ce23117cda1f7ebf4c8fed0ee393e9575d3e157fa884adae2e5b0dda4cac5b9ea2e9786542a99d0a5d1ac7620535
7
+ data.tar.gz: 362a398789b70ff5be1dee2cea57c62c204cfcaf58f1e804f90f2d993b1247067159d549410c23723c95932e20f990e7e6037f64e9476e308fa38c0c25bc92ea
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ groonga-family-2013.rab
data/README.rd ADDED
@@ -0,0 +1,77 @@
1
+ = Groonga族2013
2
+
3
+ Groonga、Mroonga、Rroonga、Droongaなど、Groonga関連プロジェクトの最新情
4
+ 報を紹介します。
5
+
6
+ == ライセンス
7
+
8
+ === 画像
9
+
10
+ ==== Groonga関連プロジェクトの画像
11
+
12
+ images/以下にある以下のファイル。
13
+
14
+ * groonga-icon.svg
15
+ * groonga-icon-full-size.svg
16
+ * groonga-logo.svg
17
+ * rroonga-icon.svg
18
+ * rroonga-icon-full-size.svg
19
+ * rroonga-logo.svg
20
+ * mroonga-icon.svg
21
+ * mroonga-icon-full-size.svg
22
+ * mroonga-logo.svg
23
+ * nroonga-icon.svg
24
+ * nroonga-icon-full-size.svg
25
+ * nroonga-logo.svg
26
+
27
+ CC BY-SA 3.0
28
+
29
+ 原著作者名は以下の通りです。
30
+
31
+ * Groongaプロジェクト
32
+
33
+ ==== Groonga関連プロジェクトの画像を使った画像
34
+
35
+ images/以下にある以下のファイル。
36
+
37
+ * logos.svg
38
+ * groonga-family.svg
39
+
40
+ CC BY-SA 3.0
41
+
42
+ 原著作者名は以下の通りです。
43
+
44
+ * Groongaプロジェクト
45
+ * 須藤功平(またはKouhei Sutou)
46
+
47
+ === その他
48
+
49
+ 上述以外のファイルです。
50
+
51
+ CC BY-SA 3.0
52
+
53
+ 原著作者名には以下のどちらかを使ってください。
54
+
55
+ * 須藤功平
56
+ * Kouhei Sutou
57
+
58
+ == 作者向け
59
+
60
+ === 表示
61
+
62
+ rake
63
+
64
+ === 公開
65
+
66
+ rake publish
67
+
68
+ == 閲覧者向け
69
+
70
+ === インストール
71
+
72
+ gem install rabbit-slide-kou-groonga-night-4
73
+
74
+ === 表示
75
+
76
+ rabbit rabbit-slide-kou-groonga-night-4.gem
77
+
data/Rakefile ADDED
@@ -0,0 +1,17 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Slide.new do |task|
7
+ spec = task.spec
8
+ task.spec.files += Dir.glob("images/**/*.*")
9
+ # task.spec.files -= Dir.glob("private/**/*.*")
10
+ task.spec.add_runtime_dependency("rabbit-theme-groonga")
11
+ end
12
+
13
+ desc "Tag #{spec.version}"
14
+ task :tag do
15
+ sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
16
+ sh("git", "push", "--tags")
17
+ end
data/config.yaml ADDED
@@ -0,0 +1,24 @@
1
+ ---
2
+ id: groonga-night-4
3
+ base_name: groonga-family-2013
4
+ tags:
5
+ - rabbit
6
+ - groonga
7
+ - mroonga
8
+ - rroonga
9
+ - droonga
10
+ presentation_date: 2013-11-29
11
+ version: 2013.11.29.0
12
+ licenses:
13
+ - CC BY-SA 3.0
14
+ slideshare_id:
15
+ speaker_deck_id:
16
+ ustream_id:
17
+ vimeo_id:
18
+ author:
19
+ markup_language: :rd
20
+ name: Kouhei Sutou
21
+ email: kou@clear-code.com
22
+ rubygems_user: kou
23
+ slideshare_user: kou
24
+ speaker_deck_user: kou
@@ -0,0 +1,269 @@
1
+ = Groonga族2013
2
+
3
+ : author
4
+ 須藤功平
5
+ : institution
6
+ クリアコード
7
+ : content-source
8
+ 全文検索エンジンGroongaを囲む夕べ4
9
+ : date
10
+ 2013/11/29
11
+ : allotted-time
12
+ 15m
13
+ : theme
14
+ groonga
15
+
16
+ = この時間の目的
17
+
18
+ 今日の勉強会の\n
19
+ 道しるべを示す\n
20
+ (('note:(詳細には立ち入らない)'))
21
+
22
+ = 内容
23
+
24
+ * 大事なお知らせ
25
+ * Groonga族の概要
26
+ * Groonga族の最新情報
27
+ * 周辺ツール紹介(('note:(おまけ)'))
28
+
29
+ = 大事なお知らせ(1)
30
+
31
+ Groonga 3.1.0\n
32
+ リリース!
33
+
34
+ = 大事なお知らせ(2)
35
+
36
+ Mroonga 3.10\n
37
+ リリース!
38
+
39
+ = 大事なお知らせ(3)
40
+
41
+ Rroonga 3.1.0\n
42
+ リリース!
43
+
44
+ = 大事なお知らせ(4)
45
+
46
+ Droonga 0.7.0\n
47
+ リリース!
48
+
49
+ = 大事なお知らせ(5)
50
+
51
+ 先頭大文字!
52
+
53
+ = 先頭大文字
54
+
55
+ Groonga
56
+
57
+ = 他のGroonga族も
58
+
59
+ Mroonga\n
60
+ Rroonga\n
61
+ Droonga
62
+
63
+ = ロゴ
64
+
65
+ (('tag:center'))(('tag:x-large'))そのまま
66
+
67
+ # image
68
+ # src = images/logos.svg
69
+ # relative_width = 100
70
+
71
+ = 理由
72
+
73
+ 世界進出!
74
+
75
+ = 世界
76
+
77
+ 森: This is ((*g*))roonga!
78
+
79
+ 外: Wow! It's Groonga!
80
+
81
+ 森: お、おう… It's ((*G*))roonga!
82
+
83
+ = 教訓
84
+
85
+ 英語圏では\n
86
+ 大文字始まりが\n
87
+ なじむ
88
+
89
+ = お願い
90
+
91
+ みなさんも\n
92
+ これからは\n
93
+ ((*先頭大文字*))で!
94
+
95
+ = Groonga族の概要
96
+
97
+ * (('del:大事なお知らせ'))
98
+ * ((*Groonga族の概要*))
99
+ * Groonga族の最新情報
100
+ * 周辺ツール紹介(('note:(おまけ)'))
101
+
102
+ = Groonga族
103
+
104
+ # image
105
+ # src = images/groonga-family.svg
106
+ # relative_width = 90
107
+
108
+ = Groonga
109
+
110
+ # image
111
+ # src = images/groonga.svg
112
+ # relative_width = 90
113
+
114
+ = Groongaとは(1)
115
+
116
+ (('tag:center'))(('tag:margin-bottom * 3'))全文検索機能付きデータベース
117
+
118
+ * カラム指向のデータストア
119
+ * 高速な集計処理
120
+ * 即時更新
121
+ * 新鮮な情報をすぐに検索可能に
122
+
123
+ = データベース
124
+
125
+ # image
126
+ # src = images/groonga-database.svg
127
+ # relative_width = 90
128
+
129
+ = Groonga(比較用)
130
+
131
+ # image
132
+ # src = images/groonga.svg
133
+ # relative_width = 90
134
+
135
+ = Groongaとは(2)
136
+
137
+ (('tag:center'))(('tag:margin-bottom * 3'))組み合わせやすい検索モジュール
138
+
139
+ * 全文検索ライブラリー
140
+ * 他のシステムと連携しやすい
141
+ * Ruby・MySQL
142
+ * 全文検索サーバー
143
+ * HTTP・GQTP
144
+
145
+ = ライブラリーとして使用
146
+
147
+ # image
148
+ # src = images/groonga-library.svg
149
+ # relative_width = 90
150
+
151
+ = Groonga族(比較用)
152
+
153
+ # image
154
+ # src = images/groonga-family.svg
155
+ # relative_width = 90
156
+
157
+ = サーバーとして使用
158
+
159
+ # image
160
+ # src = images/groonga-server.svg
161
+ # relative_width = 90
162
+
163
+ = Grnxxとは
164
+
165
+ (('tag:center'))(('tag:margin-bottom * 3'))次世代コアシステム
166
+
167
+ * 大容量
168
+ * インメモリー
169
+ * 速い
170
+
171
+ = Grnxx置き換え対象
172
+
173
+ # image
174
+ # src = images/grnxx.svg
175
+ # relative_width = 90
176
+
177
+ = Groonga(比較用)
178
+
179
+ # image
180
+ # src = images/groonga.svg
181
+ # relative_width = 90
182
+
183
+ = GroongaとGrnxxの違い
184
+
185
+ # image
186
+ # src = images/groonga-and-grnxx-difference.svg
187
+ # relative_width = 90
188
+
189
+ = Grnxxの詳細
190
+
191
+ 矢田さんから
192
+
193
+ = Droongaとは
194
+
195
+ 分散Groonga\n
196
+ (('note:(Distributed Groonga)'))
197
+
198
+ = Droonga
199
+
200
+ # image
201
+ # src = images/droonga.svg
202
+ # relative_width = 90
203
+
204
+ = Droongaの詳細
205
+
206
+ 森さんから
207
+
208
+ = Groonga族(再確認)
209
+
210
+ # image
211
+ # src = images/groonga-family.svg
212
+ # relative_width = 90
213
+
214
+ = Groonga族の最新情報
215
+
216
+ * (('del:大事なお知らせ'))
217
+ * (('del:Groonga族の概要'))
218
+ * ((*Groonga族の最新情報*))
219
+ * 周辺ツール紹介
220
+
221
+ = Groonga
222
+
223
+ * Fedora入り!
224
+ * mruby組み込み開始
225
+ * クエリーオプティマイザー実装用
226
+ * 他、Mroonga用に機能拡張多数
227
+
228
+ = Mroonga
229
+
230
+ * Windowsサポート開始
231
+ * MariaDBバンドル作業開始
232
+ * 詳細は斯波さんから!
233
+
234
+ = Rroonga
235
+
236
+ * 最新Groongaに追従
237
+ * 64bit版Windows用バイナリ提供
238
+
239
+ = 周辺ツール紹介
240
+
241
+ * (('del:大事なお知らせ'))
242
+ * (('del:Groonga族の概要'))
243
+ * (('del:Groonga族の最新情報'))
244
+ * ((*周辺ツール紹介(('note:(おまけ)'))*))
245
+
246
+ = 名前だけ
247
+
248
+ * grndump
249
+ * データベースのダンプはこれ!
250
+ * grntest
251
+ * プラグインのテストはこれ!
252
+ * groonga-query-log-analyze
253
+ * スロークエリー解析はこれ!
254
+
255
+ = まとめ
256
+
257
+ * リリースアナウンス
258
+ * 先頭大文字でGroonga!
259
+ * Groonga族の関係を図解
260
+ * Groonga族の最新情報を紹介
261
+ * 便利ツール(('note:の名前だけ'))紹介
262
+
263
+ = 感謝
264
+
265
+ (('tag:center'))(('tag:large'))(('tag:margin-bottom * 3'))
266
+ DeNAさんありがとう!
267
+
268
+ * 会場提供
269
+ * 懇親会飲食物提供
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1"
5
+ id="svg4522" sodipodi:docname="nroonga-icon-full-size.svg" inkscape:version="0.48.3.1 r9886" inkscape:export-filename="nroonga-icon-full-size.png" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:cc="http://creativecommons.org/ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" inkscape:export-ydpi="90" inkscape:export-xdpi="90"
6
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="199.804px"
7
+ height="200.857px" viewBox="0 0 199.804 200.857" enable-background="new 0 0 199.804 200.857" xml:space="preserve">
8
+ <sodipodi:namedview id="base" inkscape:pageshadow="2" fit-margin-bottom="5" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:window-y="217" inkscape:pageopacity="0.0" inkscape:window-width="902" inkscape:window-height="442" inkscape:window-x="2200" fit-margin-right="5" inkscape:window-maximized="0" inkscape:cy="78.573219" fit-margin-left="5" bordercolor="#666666" inkscape:zoom="0.9899495" inkscape:cx="143.90298" fit-margin-top="5" pagecolor="#ffffff" borderopacity="1.0" showgrid="false">
9
+ </sodipodi:namedview>
10
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.9995" y1="100.429" x2="194.8052" y2="100.429">
11
+ <stop offset="0.0061" style="stop-color:#AE5881"/>
12
+ <stop offset="1" style="stop-color:#90196E"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_1_)" d="M92.782,22.662c-7.069,7.07-12.426,16.156-15.214,26.174c-18.375-0.281-36.81,6.873-51.433,21.499
15
+ C1.512,94.956-6.143,139.626,28.154,173.923c28.857,28.857,71.954,29.291,100.233,1.009c13.37-13.376,21.887-31.772,22.069-51.229
16
+ c9.492-2.524,18.521-7.582,26.219-15.267c21.036-21.048,27.471-57.212-0.939-85.638C152.044-0.883,116.386-0.937,92.782,22.662z
17
+ M170.268,84.424c-4.039,4.039-9.209,7.027-14.919,8.658c-9.15,2.621-14.077,2.353-17.226,7.602
18
+ c-3.149,5.252-2.802,5.871-2.661,15.705c0.167,11.16-4.036,22.729-14.559,33.254c-16.086,16.086-45.78,19.671-67.633-2.18
19
+ C36.054,130.24,27.977,101.26,50.92,78.319c8.517-8.508,20.762-13.541,33.64-13.312c8.953,0.158,9.997,0.481,15.762-2.128
20
+ c5.774-2.634,3.271-8.469,6.718-18.766c1.683-5.02,4.673-9.965,9.353-14.65c12.477-12.473,35.445-15.332,52.272,1.485
21
+ C182.37,44.662,188.179,66.51,170.268,84.424z"/>
22
+ </svg>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1"
5
+ id="svg5211" sodipodi:docname="譁ー隕上ラ繧ュ繝・繝。繝ウ繝35" inkscape:version="0.48.1 r9760" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:cc="http://creativecommons.org/ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px"
7
+ viewBox="0 0 60 60" enable-background="new 0 0 60 60" xml:space="preserve">
8
+ <sodipodi:namedview id="base" inkscape:pageshadow="2" fit-margin-bottom="0" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:window-y="361" inkscape:pageopacity="0.0" inkscape:window-width="902" inkscape:window-height="442" inkscape:window-x="2484" fit-margin-right="0" inkscape:window-maximized="0" inkscape:cy="2.7065346" fit-margin-left="0" bordercolor="#666666" inkscape:zoom="1.4" inkscape:cx="100.06073" fit-margin-top="0" pagecolor="#ffffff" borderopacity="1.0" showgrid="false">
9
+ </sodipodi:namedview>
10
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="0" y1="30" x2="59.9995" y2="30">
11
+ <stop offset="0.0061" style="stop-color:#AE5881"/>
12
+ <stop offset="1" style="stop-color:#90196E"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_1_)" d="M23.622,6.298c-2.52,2.521-4.43,5.761-5.424,9.333C11.704,15.532,5.192,18.041,0,23.162v36.465
15
+ c0.118,0.125,0.234,0.25,0.355,0.373h36.527c4.438-4.714,7.241-11.019,7.305-17.674c3.385-0.9,6.604-2.702,9.349-5.444
16
+ c7.501-7.504,9.795-20.399-0.336-30.535C44.752-2.097,32.038-2.117,23.622,6.298z M51.25,28.321c-1.44,1.44-3.283,2.505-5.319,3.086
17
+ c-3.263,0.936-5.02,0.839-6.142,2.71c-1.124,1.874-0.999,2.096-0.95,5.602c0.061,3.98-1.438,8.103-5.19,11.857
18
+ c-5.736,5.734-16.323,7.014-24.116-0.778c-6.139-6.14-9.019-16.474-0.837-24.654c3.036-3.034,7.403-4.828,11.994-4.747
19
+ c3.192,0.057,3.564,0.171,5.62-0.759c2.059-0.939,1.167-3.02,2.396-6.691c0.601-1.79,1.666-3.553,3.334-5.224
20
+ c4.45-4.448,12.64-5.467,18.639,0.529C55.566,14.143,57.636,21.933,51.25,28.321z"/>
21
+ </svg>
@@ -0,0 +1,73 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1"
5
+ id="svg4522" sodipodi:docname="譁ー隕上ラ繧ュ繝・繝。繝ウ繝10" inkscape:version="0.48.1 r9760" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:cc="http://creativecommons.org/ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="229.335px"
7
+ height="73.012px" viewBox="0 0 229.335 73.012" enable-background="new 0 0 229.335 73.012" xml:space="preserve">
8
+ <sodipodi:namedview id="base" inkscape:pageshadow="2" fit-margin-bottom="4.9" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:window-y="260" inkscape:pageopacity="0.0" inkscape:window-width="902" inkscape:window-height="442" inkscape:window-x="1920" fit-margin-right="5" inkscape:window-maximized="0" inkscape:cy="55.868778" fit-margin-left="5" bordercolor="#666666" inkscape:zoom="1.979899" inkscape:cx="101.4407" fit-margin-top="5" pagecolor="#ffffff" borderopacity="1.0" showgrid="false">
9
+ </sodipodi:namedview>
10
+ <g id="droonga">
11
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="62.063" y1="36.468" x2="122.8701" y2="36.468">
12
+ <stop offset="0.0061" style="stop-color:#AE5881"/>
13
+ <stop offset="1" style="stop-color:#90196E"/>
14
+ </linearGradient>
15
+ <path fill="url(#SVGID_1_)" d="M90.186,11.555c-2.265,2.265-3.981,5.176-4.874,8.385c-5.887-0.09-11.792,2.202-16.477,6.888
16
+ c-7.889,7.888-10.341,22.198,0.646,33.186c9.245,9.245,23.051,9.384,32.111,0.323c4.283-4.285,7.012-10.179,7.07-16.412
17
+ c3.041-0.809,5.934-2.429,8.399-4.891c6.739-6.743,8.801-18.329-0.301-27.436C109.171,4.012,97.747,3.994,90.186,11.555z
18
+ M115.009,31.341c-1.294,1.294-2.951,2.251-4.779,2.773c-2.932,0.84-4.511,0.754-5.519,2.436c-1.009,1.683-0.897,1.881-0.853,5.031
19
+ c0.054,3.575-1.292,7.281-4.663,10.653c-5.154,5.153-14.667,6.302-21.667-0.698c-5.516-5.518-8.103-14.802-0.753-22.151
20
+ c2.729-2.726,6.651-4.338,10.777-4.265c2.868,0.051,3.203,0.154,5.049-0.682c1.85-0.844,1.048-2.713,2.152-6.012
21
+ c0.539-1.608,1.497-3.192,2.997-4.693c3.997-3.996,11.355-4.912,16.746,0.476C118.886,18.603,120.747,25.602,115.009,31.341z"/>
22
+ <path fill="#040000" d="M58.593,25.397c-1.351-0.293-2.305-0.453-3.479-0.453c-2.877,0-5.387,0.841-7.471,2.493
23
+ c-0.093,0.063-0.194,0.142-0.307,0.251c-0.233,0.197-0.457,0.407-0.675,0.627c-1.494,1.327-2.79,1.971-2.79-1.249v-0.674
24
+ c0-0.408-0.331-0.739-0.74-0.739h-2.124c-0.201,0-0.393,0.08-0.532,0.225c-0.14,0.145-0.214,0.338-0.208,0.538
25
+ c0.107,3.369,0.217,6.85,0.217,9.726v18.952c0,0.408,0.331,0.74,0.74,0.74h2.232c0.408,0,0.739-0.332,0.739-0.74V45.073
26
+ c0-1.386,0.109-3.846,0.313-4.865c1.585-7.882,5.035-11.714,10.547-11.714c0.99,0,1.901,0.165,2.905,0.368
27
+ c0.048,0.009,0.097,0.015,0.145,0.015c0.15,0,0.297-0.047,0.421-0.133c0.165-0.115,0.276-0.292,0.309-0.49l0.327-2.015
28
+ C59.229,25.85,58.978,25.481,58.593,25.397z"/>
29
+ <path fill="#040000" d="M150.359,27.006c-2.538-1.794-5.35-2.063-6.799-2.063c-2.941,0-5.71,0.923-7.905,2.521
30
+ c-0.006,0.005-0.01,0.006-0.016,0.009c-1.016,0.655-2.655,0.92-2.646-0.631v-0.021c0.002-0.108-0.003-0.201-0.013-0.28
31
+ l-0.008-0.184c-0.019-0.396-0.345-0.705-0.739-0.705h-2.125c-0.205,0-0.4,0.084-0.539,0.234c-0.141,0.149-0.213,0.349-0.199,0.554
32
+ c0.154,2.307,0.217,4.217,0.217,6.596v22.057c0,0.408,0.33,0.74,0.739,0.74h2.233c0.408,0,0.74-0.332,0.74-0.74v-17.7
33
+ c0-0.82,0.255-1.78,0.495-2.403c0.003-0.008,0.007-0.018,0.009-0.025c1.055-3.076,4.27-6.187,8.509-6.545
34
+ c3.271,0.003,8.416,2.386,9.121,8.314c0.017,0.153,0.031,0.303,0.043,0.449c0.004,0.05,0.009,0.1,0.013,0.15
35
+ c0.004,0.07,0.01,0.142,0.014,0.21c0.009,0.193,0.014,0.39,0.014,0.59c0,0.338,0.006,0.644,0.018,0.92v16.04
36
+ c0,0.408,0.332,0.74,0.74,0.74h2.232c0.408,0,0.74-0.332,0.74-0.74V38.645C155.247,33.213,153.603,29.298,150.359,27.006z"/>
37
+ <path fill="#040000" d="M224.425,52.623c-0.135-0.115-0.305-0.177-0.479-0.177c-0.04,0-0.081,0.003-0.121,0.011
38
+ c-0.594,0.098-0.976,0.098-1.457,0.098c-1.161,0-2.202-0.338-2.202-4.432V38.101c0-2.369-0.182-5.426-1.601-8.058
39
+ c-1.842-3.42-5.235-5.153-10.087-5.153c-2.501,0-6.284,0.521-10.098,3.006c-0.318,0.206-0.427,0.621-0.254,0.959l0.872,1.688
40
+ c0.098,0.191,0.274,0.329,0.482,0.381c0.058,0.013,0.117,0.02,0.175,0.02c0.151,0,0.302-0.046,0.428-0.135
41
+ c2.339-1.657,5.243-2.533,8.395-2.533c4.04,0,6.069,1.874,7.075,3.982c0.002,0,0.002,0,0.002,0.001
42
+ c1.014,2.243-0.568,4.451-2.311,4.635c-0.085,0.003-0.172,0.007-0.256,0.012c-0.015,0-0.029,0.001-0.043,0
43
+ c-0.057-0.001-0.103,0.003-0.146,0.009c-11.096,0.634-16.715,4.357-16.715,11.1c0,2.049,0.811,4.1,2.227,5.628
44
+ c1.246,1.348,3.598,2.954,7.717,2.954c3.509,0,6.338-1.125,8.415-2.5c0.062-0.031,0.132-0.077,0.214-0.142
45
+ c0.021-0.019,0.043-0.032,0.064-0.049c0.129-0.091,0.259-0.18,0.381-0.271c1.291-0.833,1.991-0.354,2.651,0.509
46
+ c0.003,0.005,0.006,0.005,0.009,0.008c0.849,1.153,2.186,1.737,4.005,1.737c0.854,0,1.608-0.094,2.37-0.298
47
+ c0.322-0.087,0.549-0.38,0.549-0.715v-1.688C224.687,52.97,224.591,52.764,224.425,52.623z M205.974,53.155
48
+ c-3.074,0-6.176-1.741-6.176-5.631c0-4.916,6-6.651,12.298-7.121c2.346-0.044,4.141,2.186,4.358,4.626v0.999
49
+ c-0.063,0.653-0.25,1.304-0.575,1.907c-0.162,0.268-0.358,0.563-0.595,0.876c-0.04,0.047-0.076,0.093-0.104,0.134
50
+ C213.723,50.813,210.911,53.155,205.974,53.155z"/>
51
+ <path fill="#040000" d="M189.635,25.653h-2.07c-0.396,0-0.724,0.313-0.739,0.709c-0.066,1.636-0.9,1.856-2.731,0.774
52
+ c-0.01-0.006-0.019-0.014-0.028-0.02c-0.18-0.12-0.365-0.233-0.552-0.342c-0.011-0.009-0.021-0.015-0.03-0.022
53
+ c-0.09-0.057-0.171-0.103-0.248-0.139c-2.005-1.108-4.353-1.67-6.998-1.67c-3.781,0-7.509,1.564-10.232,4.296
54
+ c-2.105,2.11-4.613,5.89-4.613,11.911c0,3.86,1.361,7.493,3.832,10.231c2.623,2.905,6.303,4.506,10.36,4.506
55
+ c3.144,0,5.573-0.829,7.413-1.918c0.004-0.001,0.008-0.003,0.014-0.004c1.973-0.884,3.641-2.205,3.167,2.258
56
+ c-0.884,5.737-4.566,8.858-10.594,8.858c-4.22,0-7.39-1.42-9.304-2.612c-0.119-0.073-0.254-0.11-0.391-0.11
57
+ c-0.062,0-0.123,0.007-0.184,0.022c-0.197,0.05-0.363,0.178-0.461,0.354l-0.981,1.742c-0.19,0.339-0.086,0.77,0.241,0.983
58
+ c2.883,1.882,6.984,3.006,10.969,3.006c2.721,0,9.396-0.632,12.63-6.481c1.399-2.509,2.054-6.033,2.054-11.088V33.254
59
+ c0-2.501,0.069-4.729,0.215-6.811c0.015-0.205-0.057-0.405-0.196-0.557C190.036,25.737,189.84,25.653,189.635,25.653z
60
+ M172.56,51.96c-0.613-0.242-7.692-3.251-7.089-11.938c0.556-8.026,5.778-10.568,6.587-10.915c1.293-0.504,2.729-0.777,4.289-0.777
61
+ c5.396,0,8.549,3.399,9.702,6.583c0.28,0.845,0.396,1.675,0.396,2.861v5.229c0,0.893-0.205,1.953-0.55,2.836
62
+ c-1.603,3.981-5.485,6.663-9.657,6.663C174.88,52.502,173.657,52.307,172.56,51.96z"/>
63
+ <path fill="#040000" d="M33.397,48.249v-36.74c0-0.415-0.336-0.752-0.752-0.752h-2.269c-0.415,0-0.751,0.337-0.751,0.752v11.436
64
+ c0,0.978-0.897,4.216-3.652,2.909c-0.04-0.019-0.075-0.033-0.113-0.05c-1.74-0.839-3.866-1.381-6.383-1.381
65
+ c-4.175,0-8.011,1.655-10.801,4.661c-2.832,3.051-4.392,7.322-4.392,12.027c0,8.787,6.199,15.414,14.418,15.414
66
+ c3.305,0,5.961-0.874,8.003-2.17c0.057-0.031,0.118-0.067,0.184-0.112c0.01-0.008,0.019-0.013,0.028-0.019
67
+ c0.003-0.003,0.006-0.004,0.01-0.006c1.602-1.088,3.111-1.667,3.111,0.024c0,0.056,0.002,0.108,0.006,0.156l0.024,0.682
68
+ c0.014,0.405,0.347,0.725,0.751,0.725h2.047c0.21,0,0.408-0.087,0.551-0.239c0.142-0.152,0.214-0.356,0.2-0.564
69
+ C33.469,52.886,33.397,50.676,33.397,48.249z M8.055,40.834c0-7.792,4.524-13.024,11.256-13.024c5.774,0,8.93,3.582,9.959,6.938
70
+ c0.005,0.015,0.01,0.027,0.015,0.043c0.155,0.414,0.34,1.212,0.34,2.669v5.587c0,0.919-0.049,1.621-0.288,2.293
71
+ c-0.007,0.019-0.013,0.038-0.018,0.056c-1.244,4.561-5.405,7.745-10.119,7.745C11.501,53.14,8.055,46.96,8.055,40.834z"/>
72
+ </g>
73
+ </svg>