emojidex 0.1.0 → 0.2.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 (97) hide show
  1. checksums.yaml +4 -4
  2. data/emojidex.gemspec +7 -6
  3. data/lib/emojidex.rb +9 -1
  4. data/lib/emojidex/client.rb +53 -0
  5. data/lib/emojidex/data/categories.rb +42 -42
  6. data/lib/emojidex/data/category.rb +10 -10
  7. data/lib/emojidex/data/collection.rb +39 -21
  8. data/lib/emojidex/data/collection/asset_information.rb +19 -3
  9. data/lib/emojidex/data/collection/cache.rb +28 -33
  10. data/lib/emojidex/data/collection/moji_data.rb +13 -11
  11. data/lib/emojidex/data/collection/static_collection.rb +3 -3
  12. data/lib/emojidex/data/emoji.rb +54 -37
  13. data/lib/emojidex/data/emoji/asset_information.rb +86 -3
  14. data/lib/emojidex/data/extended.rb +2 -2
  15. data/lib/emojidex/data/utf.rb +2 -2
  16. data/lib/emojidex/defaults.rb +9 -1
  17. data/lib/emojidex/env_helper.rb +1 -2
  18. data/lib/emojidex/service/collection.rb +70 -31
  19. data/lib/emojidex/service/error.rb +1 -0
  20. data/lib/emojidex/service/indexes.rb +31 -10
  21. data/lib/emojidex/service/search.rb +5 -4
  22. data/lib/emojidex/service/transactor.rb +35 -19
  23. data/lib/emojidex/service/user.rb +80 -37
  24. data/lib/emojidex/service/user/history_item.rb +23 -0
  25. data/lib/emojidex/{data → util}/collection_checker.rb +2 -3
  26. metadata +10 -79
  27. data/.coveralls.yml +0 -1
  28. data/.gitignore +0 -12
  29. data/.rspec +0 -2
  30. data/.rubocop.yml +0 -18
  31. data/.travis.yml +0 -18
  32. data/Gemfile +0 -18
  33. data/Guardfile +0 -19
  34. data/README.md +0 -73
  35. data/spec/emojidex/data/categories_spec.rb +0 -19
  36. data/spec/emojidex/data/collection_checker_spec.rb +0 -72
  37. data/spec/emojidex/data/collection_spec.rb +0 -136
  38. data/spec/emojidex/data/emoji_spec.rb +0 -47
  39. data/spec/emojidex/data/extended_spec.rb +0 -118
  40. data/spec/emojidex/data/utf_spec.rb +0 -91
  41. data/spec/emojidex/service/collection_spec.rb +0 -20
  42. data/spec/emojidex/service/error_spec.rb +0 -17
  43. data/spec/emojidex/service/indexes_spec.rb +0 -62
  44. data/spec/emojidex/service/search_spec.rb +0 -87
  45. data/spec/emojidex/service/transactor_spec.rb +0 -11
  46. data/spec/emojidex/service/user_spec.rb +0 -128
  47. data/spec/spec_helper.rb +0 -18
  48. data/spec/support/Genshin.svg +0 -126
  49. data/spec/support/couple_kiss/0.svg +0 -177
  50. data/spec/support/couple_kiss/1.svg +0 -177
  51. data/spec/support/couple_kiss/10.svg +0 -293
  52. data/spec/support/couple_kiss/11.svg +0 -235
  53. data/spec/support/couple_kiss/12.svg +0 -235
  54. data/spec/support/couple_kiss/13.svg +0 -235
  55. data/spec/support/couple_kiss/14.svg +0 -177
  56. data/spec/support/couple_kiss/15.svg +0 -177
  57. data/spec/support/couple_kiss/2.svg +0 -177
  58. data/spec/support/couple_kiss/3.svg +0 -235
  59. data/spec/support/couple_kiss/4.svg +0 -235
  60. data/spec/support/couple_kiss/5.svg +0 -235
  61. data/spec/support/couple_kiss/6.svg +0 -293
  62. data/spec/support/couple_kiss/7.svg +0 -235
  63. data/spec/support/couple_kiss/8.svg +0 -235
  64. data/spec/support/couple_kiss/9.svg +0 -235
  65. data/spec/support/couple_kiss/animation.json +0 -14
  66. data/spec/support/fixtures/categories.json +0 -14
  67. data/spec/support/fixtures/category.json +0 -5
  68. data/spec/support/fixtures/emoji.json +0 -28
  69. data/spec/support/fixtures/emoji_detailed.json +0 -41
  70. data/spec/support/fixtures/search_emoji.json +0 -21
  71. data/spec/support/fixtures/single_emoji.json +0 -19
  72. data/spec/support/fixtures/single_emoji_detailed.json +0 -30
  73. data/spec/support/sample_collections/good/emoji.json +0 -30
  74. data/spec/support/sample_collections/good/mouth.svg +0 -49
  75. data/spec/support/sample_collections/good/nut_and_bolt.svg +0 -372
  76. data/spec/support/sample_collections/good/purple_heart.svg +0 -24
  77. data/spec/support/sample_collections/good/px32/mouth.png +0 -0
  78. data/spec/support/sample_collections/good/px32/nut_and_bolt.png +0 -0
  79. data/spec/support/sample_collections/good/px32/purple_heart.png +0 -0
  80. data/spec/support/sample_collections/good/px32/woman_with_bunny_ears.png +0 -0
  81. data/spec/support/sample_collections/good/woman_with_bunny_ears.svg +0 -90
  82. data/spec/support/sample_collections/missing_assets/emoji.json +0 -30
  83. data/spec/support/sample_collections/missing_assets/mouth.svg +0 -49
  84. data/spec/support/sample_collections/missing_assets/purple_heart.svg +0 -24
  85. data/spec/support/sample_collections/missing_assets/px32/mouth.png +0 -0
  86. data/spec/support/sample_collections/missing_assets/px32/nut_and_bolt.png +0 -0
  87. data/spec/support/sample_collections/missing_assets/px32/woman_with_bunny_ears.png +0 -0
  88. data/spec/support/sample_collections/missing_assets/woman_with_bunny_ears.svg +0 -90
  89. data/spec/support/sample_collections/missing_index/emoji.json +0 -23
  90. data/spec/support/sample_collections/missing_index/mouth.svg +0 -49
  91. data/spec/support/sample_collections/missing_index/nut_and_bolt.svg +0 -372
  92. data/spec/support/sample_collections/missing_index/purple_heart.svg +0 -24
  93. data/spec/support/sample_collections/missing_index/px32/mouth.png +0 -0
  94. data/spec/support/sample_collections/missing_index/px32/nut_and_bolt.png +0 -0
  95. data/spec/support/sample_collections/missing_index/px32/purple_heart.png +0 -0
  96. data/spec/support/sample_collections/missing_index/px32/woman_with_bunny_ears.png +0 -0
  97. data/spec/support/sample_collections/missing_index/woman_with_bunny_ears.svg +0 -90
@@ -1,49 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
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" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
5
- y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
6
- <polygon fill="#661222" points="9.333,35.667 8.167,29.833 18.667,19.167 46,22.581 55.167,31.666 46.333,38 "/>
7
- <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.8975" y1="24.9985" x2="52.2147" y2="26.0599">
8
- <stop offset="0" style="stop-color:#9C9C9C"/>
9
- <stop offset="0.0142" style="stop-color:#A9A9A9"/>
10
- <stop offset="0.0497" style="stop-color:#C4C4C4"/>
11
- <stop offset="0.0905" style="stop-color:#DADADA"/>
12
- <stop offset="0.1381" style="stop-color:#EBEBEB"/>
13
- <stop offset="0.197" style="stop-color:#F6F6F6"/>
14
- <stop offset="0.2797" style="stop-color:#FDFDFD"/>
15
- <stop offset="0.5091" style="stop-color:#FFFFFF"/>
16
- <stop offset="0.6532" style="stop-color:#FDFDFD"/>
17
- <stop offset="0.7265" style="stop-color:#F5F5F5"/>
18
- <stop offset="0.7838" style="stop-color:#E8E8E8"/>
19
- <stop offset="0.8329" style="stop-color:#D5D5D5"/>
20
- <stop offset="0.8766" style="stop-color:#BCBCBC"/>
21
- <stop offset="0.9166" style="stop-color:#9E9E9E"/>
22
- <stop offset="0.9537" style="stop-color:#7A7A7A"/>
23
- <stop offset="0.9876" style="stop-color:#525252"/>
24
- <stop offset="1" style="stop-color:#414141"/>
25
- </linearGradient>
26
- <path fill="url(#SVGID_1_)" d="M12.833,24.991c0,0,11.146,4.919,19.284,4.919s21.407-3.876,21.407-3.876l-10.438-4.55l-20.345-0.818
27
- L12.833,24.991z"/>
28
- <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="28.4619" y1="12.6665" x2="32.6284" y2="33.6665">
29
- <stop offset="0" style="stop-color:#FF9FB0"/>
30
- <stop offset="0.2186" style="stop-color:#FF7D94"/>
31
- <stop offset="0.5773" style="stop-color:#FF4A6A"/>
32
- <stop offset="0.849" style="stop-color:#FF2B51"/>
33
- <stop offset="1" style="stop-color:#FF1F47"/>
34
- </linearGradient>
35
- <path fill="url(#SVGID_2_)" stroke="#BC001B" stroke-miterlimit="10" d="M3.426,29.167c1.833-4.219,8.689-12.639,16.023-16.472
36
- s9.811,3.021,12.811,3.021c3,0,7.528-7.002,13.668-2.384c6.28,4.723,15.503,15.396,15.003,16.896s-3.035,5.341-8.701,2.007
37
- s-7.124-7.073-10.946-6.852C38.5,25.544,38,27.667,32,27.667c-6.5,0-7.711-3.631-11.878-2.606S8.679,34.47,5.913,33.563
38
- C3.881,32.897,2.297,31.763,3.426,29.167z"/>
39
- <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="32.0557" y1="35.5488" x2="34.3892" y2="57.8818">
40
- <stop offset="0" style="stop-color:#FF9FB0"/>
41
- <stop offset="0.2186" style="stop-color:#FF7D94"/>
42
- <stop offset="0.5773" style="stop-color:#FF4A6A"/>
43
- <stop offset="0.849" style="stop-color:#FF2B51"/>
44
- <stop offset="1" style="stop-color:#FF1F47"/>
45
- </linearGradient>
46
- <path fill="url(#SVGID_3_)" stroke="#BC001B" stroke-miterlimit="10" d="M5.885,32.888c10.333-3.5,16.333,1.668,27,1.334
47
- s14.833-4.167,25.167-1.751c3.644,0.852,1.747,5.584-1.834,9.047c-2.797,2.705-14.5,7.87-23.333,7.87
48
- c-8.833,0-22.333-5-25.833-8.666C4.679,38.236,2.14,34.156,5.885,32.888z"/>
49
- </svg>
@@ -1,372 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
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" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
5
- y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
6
- <g>
7
- <polygon fill="#3D3D3D" points="22.375,12.375 24.417,17.417 23.75,18.667 15.458,28.292 12.792,29.75 11.542,29.958 5,22.083
8
- 10.5,12.75 "/>
9
- <path fill="#D8D5D3" d="M14.688,16.375c1.438-0.417,7.479-3.25,7.688-4c-2.292-2-4.25-3.25-4.25-3.25
10
- c-3.563,0.125-7.438,3.188-7.688,3.813C10.438,12.938,13.375,15.417,14.688,16.375z"/>
11
- <path fill="#969696" d="M8.917,25.333c1.625-0.792,5.833-8.333,5.771-8.958l-4.25-3.438C8.292,14.5,5.583,18.958,5,22.083
12
- L8.917,25.333z"/>
13
- <path fill="#BABABA" d="M11.542,29.958c0.042-0.75-1.5-4-2.625-4.625L5,22.083c-0.042,1.167,1.958,4.042,2.125,4.333
14
- C7.125,26.417,11,29.958,11.542,29.958z"/>
15
- <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.0332" y1="37.9209" x2="35.5271" y2="27.7982">
16
- <stop offset="0" style="stop-color:#4D4D4D"/>
17
- <stop offset="0.0913" style="stop-color:#737373"/>
18
- <stop offset="0.2674" style="stop-color:#B9B9B9"/>
19
- <stop offset="0.3498" style="stop-color:#D4D4D4"/>
20
- <stop offset="0.3685" style="stop-color:#C8C8C8"/>
21
- <stop offset="0.5079" style="stop-color:#737373"/>
22
- <stop offset="0.5714" style="stop-color:#525252"/>
23
- <stop offset="0.6206" style="stop-color:#595959"/>
24
- <stop offset="0.6943" style="stop-color:#6E6E6E"/>
25
- <stop offset="0.7828" style="stop-color:#8F8F8F"/>
26
- <stop offset="0.8621" style="stop-color:#B3B3B3"/>
27
- <stop offset="0.8963" style="stop-color:#B0B0B0"/>
28
- <stop offset="0.919" style="stop-color:#A7A7A7"/>
29
- <stop offset="0.9384" style="stop-color:#989898"/>
30
- <stop offset="0.956" style="stop-color:#838383"/>
31
- <stop offset="0.9722" style="stop-color:#676767"/>
32
- <stop offset="0.9874" style="stop-color:#464646"/>
33
- <stop offset="1" style="stop-color:#242424"/>
34
- </linearGradient>
35
- <path fill="url(#SVGID_1_)" d="M32.125,26.146c0.292,0.021,1.376-0.063,1.646,0.708S34,27.417,34,27.417s0.543-0.021,0.709,0.021
36
- s0.666,1.063,0.666,1.063c0.438,0,0.938,0.031,1.078,0.344s0.401,0.886,0.401,0.886c0.349-0.089,1.052-0.011,1.239,0.442
37
- s0.141,0.688,0.141,0.688c0.453-0.031,1.016-0.047,1.25,0.375s0.286,0.891,0.286,0.891c0.292-0.094,0.854-0.094,1.151,0.203
38
- s0.328,0.901,0.328,0.901c0.063,0.005,0.594,0.036,0.594,0.036l-2.453,2.031l-5.625,8.031c-0.406-0.063-0.094-0.016-0.516-0.219
39
- s-0.484-0.766-0.484-0.766l-0.313-0.172l-1.094-1.063l-0.25-0.125l-1.219-1.141H29.75l-0.469-0.172
40
- c-0.203-0.047-0.719-0.531-0.922-0.984s-0.906-0.469-0.906-0.469c-0.531-0.453-0.531-0.568-0.516-0.823
41
- c-0.484,0.042-1.172-0.349-1.438-1.271s-0.938-0.781-0.938-0.781c-0.141,0-0.219-0.125-0.406-0.469l-0.859-0.531l0.094-5.516
42
- l4.813-3.563l3.109,0.047l0.344,0.172L32.125,26.146z"/>
43
- <g>
44
- <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="23.959" y1="35.0273" x2="31.9487" y2="25.5056">
45
- <stop offset="0" style="stop-color:#7F7F7F"/>
46
- <stop offset="0.1257" style="stop-color:#646464"/>
47
- <stop offset="0.2401" style="stop-color:#535353"/>
48
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
49
- <stop offset="0.6764" style="stop-color:#767676"/>
50
- <stop offset="0.798" style="stop-color:#858585"/>
51
- <stop offset="0.8653" style="stop-color:#828282"/>
52
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
53
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
54
- <stop offset="0.9563" style="stop-color:#595959"/>
55
- <stop offset="0.9788" style="stop-color:#404040"/>
56
- <stop offset="0.9995" style="stop-color:#222222"/>
57
- <stop offset="1" style="stop-color:#212121"/>
58
- </linearGradient>
59
- <path fill="url(#SVGID_2_)" d="M25.5,36.125c-0.438-0.063-1.375-0.656-1.125-2.313s1.5-4.281,2.938-5.656s2.778-2.719,4.219-2.719
60
- c0.313,0,0.719,0.156,0.969,0.75c-1.781,0.313-3,1.406-3.844,2.313S24.938,32.313,25.5,36.125z"/>
61
- <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="25.3389" y1="36.2021" x2="33.4694" y2="26.5126">
62
- <stop offset="0" style="stop-color:#7F7F7F"/>
63
- <stop offset="0.1257" style="stop-color:#646464"/>
64
- <stop offset="0.2401" style="stop-color:#535353"/>
65
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
66
- <stop offset="0.6764" style="stop-color:#767676"/>
67
- <stop offset="0.798" style="stop-color:#858585"/>
68
- <stop offset="0.8653" style="stop-color:#828282"/>
69
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
70
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
71
- <stop offset="0.9563" style="stop-color:#595959"/>
72
- <stop offset="0.9788" style="stop-color:#404040"/>
73
- <stop offset="0.9995" style="stop-color:#222222"/>
74
- <stop offset="1" style="stop-color:#212121"/>
75
- </linearGradient>
76
- <path fill="url(#SVGID_3_)" d="M26.938,37.396c-0.479-0.063-2.208-1.333-0.479-4.833s3.375-4.604,4.292-5.208
77
- s2.938-1.771,3.25,0.063c-1.854,0.313-3.812,2.354-4.292,2.938s-2.563,3.542-2.771,4.875S26.792,36.896,26.938,37.396z"/>
78
- <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="26.6733" y1="37.6074" x2="35.0648" y2="27.6069">
79
- <stop offset="0" style="stop-color:#7F7F7F"/>
80
- <stop offset="0.1257" style="stop-color:#646464"/>
81
- <stop offset="0.2401" style="stop-color:#535353"/>
82
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
83
- <stop offset="0.6764" style="stop-color:#767676"/>
84
- <stop offset="0.798" style="stop-color:#858585"/>
85
- <stop offset="0.8653" style="stop-color:#828282"/>
86
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
87
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
88
- <stop offset="0.9563" style="stop-color:#595959"/>
89
- <stop offset="0.9788" style="stop-color:#404040"/>
90
- <stop offset="0.9995" style="stop-color:#222222"/>
91
- <stop offset="1" style="stop-color:#212121"/>
92
- </linearGradient>
93
- <path fill="url(#SVGID_4_)" d="M35.375,28.5c0.125-0.521-0.354-1.354-1.25-1s-2.396,0.917-4.417,3.333s-2.956,5.241-2.646,6.646
94
- c0.229,1.042,0.896,1.041,1.354,1.208c-0.125-3.708,1.541-5.438,2.458-6.646C31.792,30.833,33.375,29.083,35.375,28.5z"/>
95
- <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="28.1167" y1="38.7813" x2="36.4699" y2="28.8263">
96
- <stop offset="0" style="stop-color:#7F7F7F"/>
97
- <stop offset="0.1257" style="stop-color:#646464"/>
98
- <stop offset="0.2401" style="stop-color:#535353"/>
99
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
100
- <stop offset="0.6764" style="stop-color:#767676"/>
101
- <stop offset="0.798" style="stop-color:#858585"/>
102
- <stop offset="0.8653" style="stop-color:#828282"/>
103
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
104
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
105
- <stop offset="0.9563" style="stop-color:#595959"/>
106
- <stop offset="0.9788" style="stop-color:#404040"/>
107
- <stop offset="0.9995" style="stop-color:#222222"/>
108
- <stop offset="1" style="stop-color:#212121"/>
109
- </linearGradient>
110
- <path fill="url(#SVGID_5_)" d="M29.813,39.875c-0.875-0.041-1.646-1.021-1.229-2.688s1.521-3.833,2.208-4.708
111
- s2.771-2.938,3.708-3.396s2.125-0.979,2.354,0.646c-1.563,0.375-2.979,1.333-4.313,3c-1.333,1.667-2.271,3.458-2.458,4.146
112
- S29.604,38.604,29.813,39.875z"/>
113
- <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="29.5103" y1="39.9834" x2="37.9152" y2="29.9668">
114
- <stop offset="0" style="stop-color:#7F7F7F"/>
115
- <stop offset="0.1257" style="stop-color:#646464"/>
116
- <stop offset="0.2401" style="stop-color:#535353"/>
117
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
118
- <stop offset="0.6764" style="stop-color:#767676"/>
119
- <stop offset="0.798" style="stop-color:#858585"/>
120
- <stop offset="0.8653" style="stop-color:#828282"/>
121
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
122
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
123
- <stop offset="0.9563" style="stop-color:#595959"/>
124
- <stop offset="0.9788" style="stop-color:#404040"/>
125
- <stop offset="0.9995" style="stop-color:#222222"/>
126
- <stop offset="1" style="stop-color:#212121"/>
127
- </linearGradient>
128
- <path fill="url(#SVGID_6_)" d="M31.229,41.042c-0.563,0.104-1.583-0.688-1.458-2s1.521-3.833,2.167-4.938s2.625-3.083,3.688-3.646
129
- s2.625-1.208,2.667,0.417c-0.958,0.208-3.501,1.98-4.042,2.834s-2.167,2.771-2.688,4.646S31.167,40.729,31.229,41.042z"/>
130
- <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="30.9419" y1="41.1934" x2="39.3915" y2="31.1236">
131
- <stop offset="0" style="stop-color:#7F7F7F"/>
132
- <stop offset="0.1257" style="stop-color:#646464"/>
133
- <stop offset="0.2401" style="stop-color:#535353"/>
134
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
135
- <stop offset="0.6764" style="stop-color:#767676"/>
136
- <stop offset="0.798" style="stop-color:#858585"/>
137
- <stop offset="0.8653" style="stop-color:#828282"/>
138
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
139
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
140
- <stop offset="0.9563" style="stop-color:#595959"/>
141
- <stop offset="0.9788" style="stop-color:#404040"/>
142
- <stop offset="0.9995" style="stop-color:#222222"/>
143
- <stop offset="1" style="stop-color:#212121"/>
144
- </linearGradient>
145
- <path fill="url(#SVGID_7_)" d="M32.708,42.292c-0.729-0.063-1.979-0.75-1.25-2.917c0.68-2.021,2.083-4.668,3.312-5.917
146
- c1.229-1.25,3.188-2.375,3.729-2.437s1.291-0.083,1.271,1.104c-1,0.188-2.77,1.376-3.416,2.042s-2.522,3.395-3.021,4.604
147
- C32.833,39.979,32.542,41.167,32.708,42.292z"/>
148
- <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="32.2334" y1="42.2822" x2="40.7293" y2="32.1572">
149
- <stop offset="0" style="stop-color:#7F7F7F"/>
150
- <stop offset="0.1257" style="stop-color:#646464"/>
151
- <stop offset="0.2401" style="stop-color:#535353"/>
152
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
153
- <stop offset="0.6764" style="stop-color:#767676"/>
154
- <stop offset="0.798" style="stop-color:#858585"/>
155
- <stop offset="0.8653" style="stop-color:#828282"/>
156
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
157
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
158
- <stop offset="0.9563" style="stop-color:#595959"/>
159
- <stop offset="0.9788" style="stop-color:#404040"/>
160
- <stop offset="0.9995" style="stop-color:#222222"/>
161
- <stop offset="1" style="stop-color:#212121"/>
162
- </linearGradient>
163
- <path fill="url(#SVGID_8_)" d="M33.646,43.313c-0.604-0.167-1.375-0.833-0.667-2.771s1.812-4.105,2.917-5.334s2.751-2.77,4.021-3
164
- s1.333,0.542,1.333,1.021c-1.667,0.604-3.104,1.938-3.708,2.688s-1.959,2.457-2.417,3.479s-0.708,1.791-0.771,2.313L33.646,43.313
165
- z"/>
166
- <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="34.1133" y1="41.5049" x2="40.6865" y2="33.6712">
167
- <stop offset="0" style="stop-color:#7F7F7F"/>
168
- <stop offset="0.1257" style="stop-color:#646464"/>
169
- <stop offset="0.2401" style="stop-color:#535353"/>
170
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
171
- <stop offset="0.6764" style="stop-color:#767676"/>
172
- <stop offset="0.798" style="stop-color:#858585"/>
173
- <stop offset="0.8653" style="stop-color:#828282"/>
174
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
175
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
176
- <stop offset="0.9563" style="stop-color:#595959"/>
177
- <stop offset="0.9788" style="stop-color:#404040"/>
178
- <stop offset="0.9995" style="stop-color:#222222"/>
179
- <stop offset="1" style="stop-color:#212121"/>
180
- </linearGradient>
181
- <path fill="url(#SVGID_9_)" d="M38.063,35.771c0.396-0.4,2.042-1.792,2.667-2.063c-1.188,1.396-3.521,5.125-3.521,5.125
182
- l-2.438,3.021l-0.416-0.146C35.625,38.771,36.229,37.624,38.063,35.771z"/>
183
- </g>
184
- <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="17.6108" y1="30.0591" x2="25.8919" y2="20.19">
185
- <stop offset="0" style="stop-color:#4D4D4D"/>
186
- <stop offset="0.0913" style="stop-color:#737373"/>
187
- <stop offset="0.2674" style="stop-color:#B9B9B9"/>
188
- <stop offset="0.3498" style="stop-color:#D4D4D4"/>
189
- <stop offset="0.3685" style="stop-color:#C8C8C8"/>
190
- <stop offset="0.5079" style="stop-color:#737373"/>
191
- <stop offset="0.5714" style="stop-color:#525252"/>
192
- <stop offset="0.6206" style="stop-color:#595959"/>
193
- <stop offset="0.6943" style="stop-color:#6E6E6E"/>
194
- <stop offset="0.7828" style="stop-color:#8F8F8F"/>
195
- <stop offset="0.8621" style="stop-color:#B3B3B3"/>
196
- <stop offset="0.8963" style="stop-color:#B0B0B0"/>
197
- <stop offset="0.919" style="stop-color:#A7A7A7"/>
198
- <stop offset="0.9384" style="stop-color:#989898"/>
199
- <stop offset="0.956" style="stop-color:#838383"/>
200
- <stop offset="0.9722" style="stop-color:#676767"/>
201
- <stop offset="0.9874" style="stop-color:#464646"/>
202
- <stop offset="1" style="stop-color:#242424"/>
203
- </linearGradient>
204
- <path fill="url(#SVGID_10_)" d="M13.208,26.333l9,7.583l1.375,0.583c-0.833-2.083,1.167-4.708,2.167-6.042s3.458-3.625,5.625-3.083
205
- l-1.042-1.458l-8.083-6.458c-3.75-0.042-4.625,1.042-5.958,2.5C15.078,21.287,13.167,23.458,13.208,26.333z"/>
206
- <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="21.7266" y1="33.5127" x2="30.0077" y2="23.6437">
207
- <stop offset="0" style="stop-color:#4D4D4D"/>
208
- <stop offset="0.0183" style="stop-color:#5E5E5E"/>
209
- <stop offset="0.063" style="stop-color:#828282"/>
210
- <stop offset="0.1101" style="stop-color:#A0A0A0"/>
211
- <stop offset="0.1597" style="stop-color:#B7B7B7"/>
212
- <stop offset="0.2128" style="stop-color:#C7C7C7"/>
213
- <stop offset="0.2721" style="stop-color:#D1D1D1"/>
214
- <stop offset="0.3498" style="stop-color:#D4D4D4"/>
215
- <stop offset="0.4121" style="stop-color:#A1A1A1"/>
216
- <stop offset="0.5215" style="stop-color:#4D4D4D"/>
217
- <stop offset="0.5714" style="stop-color:#2B2B2B"/>
218
- <stop offset="0.7033" style="stop-color:#3F3F3F"/>
219
- <stop offset="0.8276" style="stop-color:#4D4D4D"/>
220
- <stop offset="0.8515" style="stop-color:#454545"/>
221
- <stop offset="0.9436" style="stop-color:#2D2D2D"/>
222
- <stop offset="1" style="stop-color:#242424"/>
223
- </linearGradient>
224
- <path fill="url(#SVGID_11_)" d="M30.333,23.917l1.042,1.458c-2.167-0.542-4.625,1.75-5.625,3.083s-3,3.958-2.167,6.042
225
- l-1.375-0.583c-1.302-1.386-0.49-3.948,2.073-6.792S28.323,23.24,30.333,23.917z"/>
226
- <path fill="#3D3D3D" d="M45.656,53.188c-0.531,0.406-2.344,0.938-3.125,0.719s-1.906-2.656-1.375-4s3.594-5.875,4.5-6.938
227
- s4.188-4.5,5.625-4.781s2.813-0.156,3.125,0.938s-0.125,3.281-0.625,3.938S45.656,53.188,45.656,53.188z"/>
228
- <path fill="#595959" d="M45.531,53.25c-0.844,0.781-4.104,1.523-5.052,1.23s-2.292-5.387-2.292-5.387l6.219-9.5l8-3.938
229
- c0.875,0.5,1.781,2.906,2,3.469C53.25,38.5,52,38,49.125,40.375s-6.281,7.063-6.875,9.125s-1.221,2.612,0.271,4.104
230
- C43.063,54.146,44.104,53.729,45.531,53.25z"/>
231
- <path fill="#EAEAEA" d="M45.5,40.219c0,1.25-0.296,3.532-1.531,5.313c-1.063,1.531-2.688,3.188-4.813,4.344l-5.844-4.719
232
- c0.375-3.843,5.281-9.313,6.25-9.75L45.5,40.219z"/>
233
- <path fill="#BCBCBC" d="M45.5,40.219c1.5-0.125,6.938-0.938,7.063-4.375l-5.625-4.313c-0.844-0.344-7,1.938-7.375,3.875
234
- L45.5,40.219z"/>
235
- <path fill="#828282" d="M34.521,49.605l5.958,4.875c0.583-0.375,0.876-1.666-1.396-4.625l-5.771-4.699
236
- C33.167,45.396,33.146,46.98,34.521,49.605z"/>
237
- <linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="45.7813" y1="53.6963" x2="54.5544" y2="43.2408">
238
- <stop offset="0" style="stop-color:#4D4D4D"/>
239
- <stop offset="0.0913" style="stop-color:#737373"/>
240
- <stop offset="0.2674" style="stop-color:#B9B9B9"/>
241
- <stop offset="0.3498" style="stop-color:#D4D4D4"/>
242
- <stop offset="0.3685" style="stop-color:#C8C8C8"/>
243
- <stop offset="0.5079" style="stop-color:#737373"/>
244
- <stop offset="0.5714" style="stop-color:#525252"/>
245
- <stop offset="0.6206" style="stop-color:#595959"/>
246
- <stop offset="0.6943" style="stop-color:#6E6E6E"/>
247
- <stop offset="0.7828" style="stop-color:#8F8F8F"/>
248
- <stop offset="0.8621" style="stop-color:#B3B3B3"/>
249
- <stop offset="0.8963" style="stop-color:#B0B0B0"/>
250
- <stop offset="0.919" style="stop-color:#A7A7A7"/>
251
- <stop offset="0.9384" style="stop-color:#989898"/>
252
- <stop offset="0.956" style="stop-color:#838383"/>
253
- <stop offset="0.9722" style="stop-color:#676767"/>
254
- <stop offset="0.9874" style="stop-color:#464646"/>
255
- <stop offset="1" style="stop-color:#242424"/>
256
- </linearGradient>
257
- <path fill="url(#SVGID_12_)" d="M51.584,41.958c0.208,0,1.084-0.041,1.229,0.042s0.249,1.313,0.249,1.313s0.297-0.094,0.406-0.031
258
- s1.375,1.141,1.375,1.141c0.344-0.078,1.328-0.313,1.438,0.531s-0.063,0.766-0.063,0.766l0.156,0.188l-2.094,1.688l-3.531,4.391
259
- l-0.734,4c-0.219-0.156-0.281-0.234-0.313-0.297s-1.016-0.109-1.016-0.109c-0.5-0.141-0.734-0.453-0.875-1.016s-0.734,0-0.734,0
260
- c-0.516-0.328-0.813-0.703-0.875-1.297s-0.344,0.031-0.344,0.031c-0.484-0.016-1.031,0.031-1.188-1.188s-0.625-1.734-0.625-1.734
261
- l2.641-5.094l3.031-3.031L51.584,41.958z"/>
262
- <g>
263
- <linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="42.9971" y1="51.25" x2="51.5753" y2="41.0268">
264
- <stop offset="0" style="stop-color:#7F7F7F"/>
265
- <stop offset="0.1257" style="stop-color:#646464"/>
266
- <stop offset="0.2401" style="stop-color:#535353"/>
267
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
268
- <stop offset="0.6764" style="stop-color:#767676"/>
269
- <stop offset="0.798" style="stop-color:#858585"/>
270
- <stop offset="0.8653" style="stop-color:#828282"/>
271
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
272
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
273
- <stop offset="0.9563" style="stop-color:#595959"/>
274
- <stop offset="0.9788" style="stop-color:#404040"/>
275
- <stop offset="0.9995" style="stop-color:#222222"/>
276
- <stop offset="1" style="stop-color:#212121"/>
277
- </linearGradient>
278
- <path fill="url(#SVGID_13_)" d="M44.672,52.109c-1.578-0.219-1.505-0.785-1.255-2.441s1.917-4.313,3.354-5.688
279
- c1.438-1.376,3.016-3.323,4.438-3.167c0.311,0.035,0.618,0.462,0.634,1.165c-1.28,0.271-2.546,1.646-3.39,2.553
280
- S44.093,49.327,44.672,52.109z"/>
281
- <linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="44.5879" y1="52.4326" x2="53.2197" y2="42.1456">
282
- <stop offset="0" style="stop-color:#7F7F7F"/>
283
- <stop offset="0.1257" style="stop-color:#646464"/>
284
- <stop offset="0.2401" style="stop-color:#535353"/>
285
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
286
- <stop offset="0.6764" style="stop-color:#767676"/>
287
- <stop offset="0.798" style="stop-color:#858585"/>
288
- <stop offset="0.8653" style="stop-color:#828282"/>
289
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
290
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
291
- <stop offset="0.9563" style="stop-color:#595959"/>
292
- <stop offset="0.9788" style="stop-color:#404040"/>
293
- <stop offset="0.9995" style="stop-color:#222222"/>
294
- <stop offset="1" style="stop-color:#212121"/>
295
- </linearGradient>
296
- <path fill="url(#SVGID_14_)" d="M53.063,43.313c0.594-0.844,0.409-1.456-0.875-1.359c-0.625,0.047-3.375,2.453-4.125,3.453
297
- s-1.854,2.285-2.234,3.156c-0.422,0.969-2.047,4.781,0.422,4.781c0.141-3.156,1.672-5.047,2.484-6.047s2-2.453,2.813-3.078
298
- S52.703,43.5,53.063,43.313z"/>
299
- <linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="46.0781" y1="53.7383" x2="54.7711" y2="43.3784">
300
- <stop offset="0" style="stop-color:#7F7F7F"/>
301
- <stop offset="0.1257" style="stop-color:#646464"/>
302
- <stop offset="0.2401" style="stop-color:#535353"/>
303
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
304
- <stop offset="0.6764" style="stop-color:#767676"/>
305
- <stop offset="0.798" style="stop-color:#858585"/>
306
- <stop offset="0.8653" style="stop-color:#828282"/>
307
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
308
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
309
- <stop offset="0.9563" style="stop-color:#595959"/>
310
- <stop offset="0.9788" style="stop-color:#404040"/>
311
- <stop offset="0.9995" style="stop-color:#222222"/>
312
- <stop offset="1" style="stop-color:#212121"/>
313
- </linearGradient>
314
- <path fill="url(#SVGID_15_)" d="M54.844,44.422c0.016-0.531,0.063-1.266-0.656-1.375s-2.359,1.078-2.516,1.266
315
- s-3.063,3.266-3.656,4.516s-1.868,3.225-1.5,4.813c0.297,1.281,1.031,0.922,1.297,0.922c-0.078-2.547,1.688-4.984,2.469-6
316
- S52.906,45.281,54.844,44.422z"/>
317
- <linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="47.7949" y1="54.9268" x2="56.2908" y2="44.8017">
318
- <stop offset="0" style="stop-color:#7F7F7F"/>
319
- <stop offset="0.1257" style="stop-color:#646464"/>
320
- <stop offset="0.2401" style="stop-color:#535353"/>
321
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
322
- <stop offset="0.6764" style="stop-color:#767676"/>
323
- <stop offset="0.798" style="stop-color:#858585"/>
324
- <stop offset="0.8653" style="stop-color:#828282"/>
325
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
326
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
327
- <stop offset="0.9563" style="stop-color:#595959"/>
328
- <stop offset="0.9788" style="stop-color:#404040"/>
329
- <stop offset="0.9995" style="stop-color:#222222"/>
330
- <stop offset="1" style="stop-color:#212121"/>
331
- </linearGradient>
332
- <path fill="url(#SVGID_16_)" d="M56.313,45.828c0.172-0.641,0.022-2.112-1.979-0.911c-2.604,1.563-4.854,5.042-5.25,5.75
333
- c-1.12,2-2.271,5.271,0.682,5.052c-0.619-1.218-0.197-3.57,1.942-6.447C53.521,46.834,54.334,46.334,56.313,45.828z"/>
334
- <linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="49.3525" y1="55.4443" x2="57.165" y2="46.1338">
335
- <stop offset="0" style="stop-color:#7F7F7F"/>
336
- <stop offset="0.1257" style="stop-color:#646464"/>
337
- <stop offset="0.2401" style="stop-color:#535353"/>
338
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
339
- <stop offset="0.6764" style="stop-color:#767676"/>
340
- <stop offset="0.798" style="stop-color:#858585"/>
341
- <stop offset="0.8653" style="stop-color:#828282"/>
342
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
343
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
344
- <stop offset="0.9563" style="stop-color:#595959"/>
345
- <stop offset="0.9788" style="stop-color:#404040"/>
346
- <stop offset="0.9995" style="stop-color:#222222"/>
347
- <stop offset="1" style="stop-color:#212121"/>
348
- </linearGradient>
349
- <path fill="url(#SVGID_17_)" d="M57.334,47.584c0.146-1.041,0.001-2.188-1.646-1.5s-4.188,3.729-5,5.417s-1.628,2.584-0.834,4.313
350
- c0.229,0.5,1.354,0.313,1.479,0.104S57.334,47.584,57.334,47.584z"/>
351
- <linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="50.0615" y1="55.291" x2="56.9551" y2="47.0756">
352
- <stop offset="0" style="stop-color:#7F7F7F"/>
353
- <stop offset="0.1257" style="stop-color:#646464"/>
354
- <stop offset="0.2401" style="stop-color:#535353"/>
355
- <stop offset="0.3251" style="stop-color:#4D4D4D"/>
356
- <stop offset="0.6764" style="stop-color:#767676"/>
357
- <stop offset="0.798" style="stop-color:#858585"/>
358
- <stop offset="0.8653" style="stop-color:#828282"/>
359
- <stop offset="0.9018" style="stop-color:#7A7A7A"/>
360
- <stop offset="0.931" style="stop-color:#6D6D6D"/>
361
- <stop offset="0.9563" style="stop-color:#595959"/>
362
- <stop offset="0.9788" style="stop-color:#404040"/>
363
- <stop offset="0.9995" style="stop-color:#222222"/>
364
- <stop offset="1" style="stop-color:#212121"/>
365
- </linearGradient>
366
- <path fill="url(#SVGID_18_)" d="M57.646,48.834c-0.208-0.813-0.167-1.563-0.792-1.771s-2.021,0.104-3.063,1.25
367
- s-2.5,2.896-2.708,3.458s-1.354,2.438-0.917,3.375s1.146,0.875,1.146,0.875L57.646,48.834z"/>
368
- </g>
369
- <path fill="#AAAAAA" d="M57.604,48.584c0.296,0.557-0.209,2.521-1.688,4.271s-3.062,3.396-4.416,3.146s1.646-4.813,2.25-5.646
370
- S57.063,47.563,57.604,48.584z"/>
371
- </g>
372
- </svg>
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
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" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
5
- y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
6
- <g>
7
- <g>
8
- <path fill="none" stroke="#6C007C" stroke-width="4.5343" stroke-miterlimit="10" d="M32,54.346c0,0-16.888-9.531-22.389-21.351
9
- s0-23.341,10.184-23.341S32,21.474,32,21.474S34.021,9.655,44.205,9.655s15.685,11.521,10.184,23.34
10
- C48.889,44.814,32,54.346,32,54.346z"/>
11
- <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="31.9995" y1="2.8848" x2="31.9995" y2="48.213">
12
- <stop offset="0" style="stop-color:#FFFFFF"/>
13
- <stop offset="0.5091" style="stop-color:#BD1FFF"/>
14
- <stop offset="0.6081" style="stop-color:#BE23FF"/>
15
- <stop offset="0.7089" style="stop-color:#C22FFF"/>
16
- <stop offset="0.8105" style="stop-color:#C844FF"/>
17
- <stop offset="0.912" style="stop-color:#D060FF"/>
18
- <stop offset="1" style="stop-color:#D97FFF"/>
19
- </linearGradient>
20
- <path fill="url(#SVGID_1_)" d="M32,54.346c0,0-16.888-9.531-22.389-21.351s0-23.341,10.184-23.341S32,21.474,32,21.474
21
- S34.021,9.655,44.205,9.655s15.685,11.521,10.184,23.34C48.889,44.814,32,54.346,32,54.346z"/>
22
- </g>
23
- </g>
24
- </svg>