game_icons 0.8.0.20150622 → 0.9.0.20150629

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +16 -16
  3. data/CHANGELOG.md +3 -0
  4. data/Gemfile +4 -4
  5. data/LICENSE.txt +22 -22
  6. data/lib/game_icons.rb +14 -14
  7. data/lib/game_icons/tasks/sanity_test.rb +25 -25
  8. data/lib/game_icons/tasks/update.rb +30 -30
  9. data/lib/game_icons/version.rb +1 -1
  10. data/resources/icons/delapouite/originals/svg/arm.svg +1 -0
  11. data/resources/icons/delapouite/originals/svg/bookshelf.svg +1 -0
  12. data/resources/icons/delapouite/originals/svg/finger-print.svg +1 -1
  13. data/resources/icons/delapouite/originals/svg/forearm.svg +1 -0
  14. data/resources/icons/delapouite/originals/svg/gold-stack.svg +1 -0
  15. data/resources/icons/delapouite/originals/svg/hell-crosses.svg +1 -0
  16. data/resources/icons/delapouite/originals/svg/holy-hand-grenade.svg +1 -0
  17. data/resources/icons/delapouite/originals/svg/mortar.svg +1 -0
  18. data/resources/icons/delapouite/originals/svg/nested-hexagons.svg +1 -0
  19. data/resources/icons/delapouite/originals/svg/phrygian-cap.svg +1 -0
  20. data/resources/icons/delapouite/originals/svg/sharp-halberd.svg +1 -0
  21. data/resources/icons/delapouite/originals/svg/slingshot.svg +1 -0
  22. data/resources/icons/delapouite/originals/svg/tipi.svg +1 -0
  23. data/resources/icons/delapouite/originals/svg/toucan.svg +1 -0
  24. data/resources/icons/delapouite/sports/svg/corner-flag.svg +1 -0
  25. data/resources/icons/delapouite/sports/svg/shuttlecock.svg +1 -0
  26. data/resources/icons/delapouite/sports/svg/volleyball-ball.svg +1 -0
  27. data/resources/icons/lorc/originals/svg/arrow-dunk.svg +1 -0
  28. data/resources/icons/lorc/originals/svg/return-arrow.svg +1 -0
  29. data/resources/icons/lorc/originals/svg/sharp-lips.svg +1 -0
  30. data/spec/regression_spec.rb +1 -1
  31. metadata +21 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92d408755d93513ea5fed5ce3f83c659aa6e1f50
4
- data.tar.gz: 61bfdf2c49c9059dab5036350e0c405606dd74ec
3
+ metadata.gz: d6b5329c534d96df141809bea668e4590df4eb50
4
+ data.tar.gz: b33a1f901be3631dc00fa4e8869cdb7ca7ea2d8c
5
5
  SHA512:
6
- metadata.gz: 1ddf20134a16e16776706eeeca7fbf1679ef0565179edb93d73a9866c629a84211176faf031ac45860db907fd0f632ac97215333f59cad79a78a9a204df3ff47
7
- data.tar.gz: 6ce52000065b8a7f8cd6d583582df985cda3b3848bd565e6e5aa6a4c3aee13e5910d8778a3c2f630269be0f12e87e7fa34c922fdaa0d87b08340445ec056fe13
6
+ metadata.gz: 72bd55a6b4228cb27b8e55725d42ff9c968ec920e97ff5ca26a1f901a3484564ed4728acd173670fd03c656cdafa436b73a1f71117338d822ad4a955881441b7
7
+ data.tar.gz: dcc5e4e90cba1566d8fe049da85ec94beea35aba8492da991c64404ff110e10e0a4bfd01b98bda537a1c54ed9c54cfd928b6d66d04c8050ebc61e7c649b0ab47
data/.gitignore CHANGED
@@ -1,17 +1,17 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
10
- *.bundle
11
- *.so
12
- *.o
13
- *.a
14
- mkmf.log
15
- .DS_Store
16
- sanity_test.png
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
15
+ .DS_Store
16
+ sanity_test.png
17
17
  game-icons.net.svg.zip
data/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@ This gem follows [semantic versioning](http://semver.org), with the date of the
4
4
 
5
5
  e.g. "0.1.0.20150413.alpha" has the April 13, 2015 release of game-icons.net
6
6
 
7
+ ## v0.8.0 / 2015-06-22
8
+ * Update for Jun 22 icons
9
+
7
10
  ## v0.7.0 / 2015-06-15
8
11
  * Update for Jun 15 icons
9
12
 
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in game_icons.gemspec
4
- gemspec
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in game_icons.gemspec
4
+ gemspec
data/LICENSE.txt CHANGED
@@ -1,22 +1,22 @@
1
- Copyright (c) 2015 Andy Meneely
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright (c) 2015 Andy Meneely
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/lib/game_icons.rb CHANGED
@@ -1,14 +1,14 @@
1
- require "game_icons/version"
2
- require 'game_icons/finder'
3
- require 'game_icons/db'
4
- require 'game_icons/optional_deps'
5
-
6
- module GameIcons
7
- def self.get(name)
8
- Finder.new.find(name)
9
- end
10
-
11
- def self.names
12
- DB.names
13
- end
14
- end
1
+ require "game_icons/version"
2
+ require 'game_icons/finder'
3
+ require 'game_icons/db'
4
+ require 'game_icons/optional_deps'
5
+
6
+ module GameIcons
7
+ def self.get(name)
8
+ Finder.new.find(name)
9
+ end
10
+
11
+ def self.names
12
+ DB.names
13
+ end
14
+ end
@@ -1,26 +1,26 @@
1
- require 'game_icons'
2
- require 'cairo'
3
- require 'pango'
4
- require 'rsvg2'
5
-
6
- module GameIcons
7
- class SanityTest
8
- def self.run(size: 100)
9
- num = GameIcons.names.count
10
- cc = Cairo::Context.new(Cairo::ImageSurface.new(1200, ((num / 12) + 1) * size))
11
- scale = size / 512.0
12
- cc.scale(size / 512.0, size / 512.0)
13
- GameIcons.names.each_with_index do |icon, i|
14
- icon = GameIcons.get(icon).recolor(fg: '#CBB08B', bg: '#5F443A')
15
- svg = RSVG::Handle.new_from_data(icon.string)
16
- x = (i % 12) * size / scale
17
- y = (i / 12) * size / scale
18
- cc.translate(x, y)
19
- cc.render_rsvg_handle(svg)
20
- cc.translate(-x, -y)
21
- end
22
- cc.target.write_to_png('sanity_test.png')
23
- puts "Done!"
24
- end
25
- end
1
+ require 'game_icons'
2
+ require 'cairo'
3
+ require 'pango'
4
+ require 'rsvg2'
5
+
6
+ module GameIcons
7
+ class SanityTest
8
+ def self.run(size: 100)
9
+ num = GameIcons.names.count
10
+ cc = Cairo::Context.new(Cairo::ImageSurface.new(1200, ((num / 12) + 1) * size))
11
+ scale = size / 512.0
12
+ cc.scale(size / 512.0, size / 512.0)
13
+ GameIcons.names.each_with_index do |icon, i|
14
+ icon = GameIcons.get(icon).recolor(fg: '#CBB08B', bg: '#5F443A')
15
+ svg = RSVG::Handle.new_from_data(icon.string)
16
+ x = (i % 12) * size / scale
17
+ y = (i / 12) * size / scale
18
+ cc.translate(x, y)
19
+ cc.render_rsvg_handle(svg)
20
+ cc.translate(-x, -y)
21
+ end
22
+ cc.target.write_to_png('sanity_test.png')
23
+ puts "Done!"
24
+ end
25
+ end
26
26
  end
@@ -1,31 +1,31 @@
1
- require 'game_icons'
2
- require 'open-uri'
3
-
4
- module GameIcons
5
- class Update
6
- @@URL = 'http://game-icons.net/archives/svg/zip/ffffff/000000/game-icons.net.svg.zip'
7
- @@TMP_ZIP = 'game-icons.net.svg.zip'
8
-
9
- def self.run
10
- puts "Downloading..."
11
- download
12
- puts "Unzipping..."
13
- unzip
14
- puts "Done."
15
- end
16
-
17
- private
18
- def self.download
19
- File.open("resources/#{@@TMP_ZIP}", 'wb+') do |save_file|
20
- open(@@URL, 'rb') { |read_file| save_file.write(read_file.read) }
21
- end
22
- end
23
-
24
- def self.unzip
25
- Dir.chdir('./resources/') do
26
- `unzip -o game-icons.net.svg.zip`
27
- end
28
- end
29
-
30
- end
1
+ require 'game_icons'
2
+ require 'open-uri'
3
+
4
+ module GameIcons
5
+ class Update
6
+ @@URL = 'http://game-icons.net/archives/svg/zip/ffffff/000000/game-icons.net.svg.zip'
7
+ @@TMP_ZIP = 'game-icons.net.svg.zip'
8
+
9
+ def self.run
10
+ puts "Downloading..."
11
+ download
12
+ puts "Unzipping..."
13
+ unzip
14
+ puts "Done."
15
+ end
16
+
17
+ private
18
+ def self.download
19
+ File.open("resources/#{@@TMP_ZIP}", 'wb+') do |save_file|
20
+ open(@@URL, 'rb') { |read_file| save_file.write(read_file.read) }
21
+ end
22
+ end
23
+
24
+ def self.unzip
25
+ Dir.chdir('./resources/') do
26
+ `unzip -o game-icons.net.svg.zip`
27
+ end
28
+ end
29
+
30
+ end
31
31
  end
@@ -3,5 +3,5 @@ module GameIcons
3
3
  # e.g. "0.1.0.20150413.alpha" will eventually become "0.1.0.20150413"
4
4
  # Uses semantic versioning: http://semver.org/
5
5
  # The date after the semver numbers is the build date take from game-icons.net
6
- VERSION = "0.8.0.20150622"
6
+ VERSION = "0.9.0.20150629"
7
7
  end
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M393.516 16.135c40.837 0 63.378 35.364 64 48 0 16.27-8.044 38.785-25.098 48.492-12.694 49.715-74.547 103.264-128.826 128.724 12.46 43.998-72.647 108.43-122.42 144.158 2.412 11.27 1.6 21.734 0 32 11.59 18.673.475 25.688 1.58 47.29-.602 7.96-13.64 7.21-16.087-4.916 2.78-17.81-1.69-33.203-8.87-31.093l-18.303 24.778-27.29 38.43c-3.38 3.424-15.917.953-12.84-7.275l22.426-40.874-2.17-1.456-42.658 45.283c-3.47 3.59-15.063-4.56-11.437-9.46l39.964-42.532-2.168-1.103-38.163 25.35c-4.354 3.057-13.072-5.926-7.24-10.123l36.674-29.224-25.15 12.625c-3.528 1.206-7.267-5.934-3.424-7.643l29.232-18.686c15.17-12.262 33.696-33.15 53.923-37.372 31.767-47.953 60.17-95.738 100.346-145.373 15.756-59.134 54.396-110.096 96-160 5.972-34.253 29.893-46.475 48-48z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M169 57v430h78V57h-78zM25 105v190h46V105H25zm158 23h18v320h-18V128zm128.725 7.69l-45.276 8.124 61.825 344.497 45.276-8.124-61.825-344.497zM89 153v270h62V153H89zm281.502 28.68l-27.594 11.773 5.494 12.877 27.594-11.773-5.494-12.877zm12.56 29.433l-27.597 11.772 5.494 12.877 27.593-11.772-5.492-12.877zm12.555 29.434l-27.594 11.77 99.674 233.628 27.594-11.773-99.673-233.625zM25 313v30h46v-30H25zm190 7h18v128h-18V320zM25 361v126h46V361H25zm64 80v46h62v-46H89z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M236.63 87.527c-2.656.036-5.3.2-7.935.49-21.07 2.336-40.757 13.6-55.924 33.83-15.165 20.232-26.197 49.186-32.096 88.085l-1.35 8.898 17.797 2.7 1.35-8.9c5.597-36.897 16-63.04 28.704-79.985 12.704-16.947 27.325-24.943 43.506-26.737 32.36-3.587 73.432 20.07 107.287 63.824l5.508 7.118 14.236-11.016-5.507-7.117c-33.918-43.837-75.756-71.724-115.574-71.19zm-2.526 42.973c-19.43.235-38.066 11.346-49.118 34.71l16.272 7.696c8.926-18.87 19.498-24.244 33.064-24.408 13.566-.164 30.76 6.748 47.557 17.315 33.59 21.133 66.027 56.81 71.31 63.933l14.458-10.725c-8.268-11.145-39.502-45.364-76.183-68.442-18.34-11.54-37.93-20.313-57.36-20.078zm5.373 44.13c-11.34.01-22.34 3.976-29.842 13.604-9.015 11.568-10.385 25.903-6.41 38.7 3.974 12.796 12.51 24.67 23.21 35.64 21.402 21.94 51.76 40.303 77.483 48.877l5.69-17.075c-22.276-7.426-51.426-25.034-70.288-44.37-9.43-9.667-16.216-19.755-18.904-28.41-2.688-8.657-2.064-15.264 3.416-22.296 5.443-6.986 12.067-8.243 23.16-5.833s25.076 9.53 38.703 18.646c27.255 18.23 53.76 44.473 60.494 52.192l13.564-11.832c-8.57-9.823-34.737-35.715-64.05-55.323-14.658-9.803-29.935-18.024-44.892-21.273-3.74-.812-7.555-1.25-11.335-1.246zm-59.166.563c-2.174 3.166-2.722 5.337-3.935 8.65-1.213 3.315-2.482 7.147-3.656 10.83-2.35 7.37-4.314 14.155-4.314 14.155l17.29 5.004s1.914-6.606 4.173-13.693c1.13-3.545 2.344-7.206 3.407-10.11 1.064-2.905 2.582-5.68 1.87-4.643l-14.836-10.194zm73.094 38.405l-10.658 14.504 73.902 54.306 10.66-14.504-73.904-54.306zm-87.097 13.88c-.432 8.958 2.806 17.848 7.61 27.157 4.802 9.308 11.44 18.903 19.08 27.894 15.284 17.982 33.755 33.97 52.925 37.546l3.3-17.695c-10.518-1.96-28.778-15.353-42.507-31.507-6.865-8.077-12.804-16.74-16.803-24.49-4-7.75-5.787-14.722-5.627-18.04l-17.978-.866zm-32.504 10.155c-2.022 27.514-.665 63.568 13.744 88.187l15.535-9.09c-10.457-17.87-13.194-52.35-11.326-77.78l-17.953-1.317zm227.37 30.13c-2.85 17.495-13.132 55.3-19.542 67.186l15.845 8.542c9.482-17.58 18.253-53.136 21.462-72.834l-17.765-2.894zm-25.868 4.864c-6.962 18.98-9.932 26.054-17.74 40.53l15.843 8.544c8.085-14.99 11.753-23.67 18.797-42.874l-16.9-6.2zm-158.953.975l-16.213 7.824c7.13 14.776 10.88 24.093 16.503 32.883l15.162-9.703c-4.39-6.858-8.134-15.84-15.453-31.005zm29.92 36.404c-3.418-.01-5.854 1.13-9.014 2.256-4.213 1.5-8.936 3.69-13.98 6.476-10.085 5.57-21.37 13.465-30.563 23.086l13.014 12.434c7.448-7.796 17.555-14.96 26.252-19.762 4.35-2.4 8.366-4.227 11.32-5.28 2.952-1.052 5.62-.62 3.038-1.167l3.738-17.61c-1.42-.3-2.667-.43-3.807-.434zm63.7 15.275c-7.852-.088-15.55.66-23.038 2.107-29.957 5.784-56.587 21.94-79.866 38.072l10.254 14.794c22.573-15.643 47.316-30.23 73.024-35.195 25.707-4.966 52.384-1.104 82.144 21.66l10.936-14.296c-24.94-19.078-49.896-26.876-73.453-27.143zm-9.238 36.716c-24.58.286-49.327 10.097-71.933 31.44l12.358 13.087c19.922-18.807 39.714-26.294 59.785-26.527 20.072-.233 40.823 7.124 61.305 19.977l9.566-15.248c-22.49-14.112-46.5-23.014-71.08-22.73zm2.547 34.567c-10.048-.007-20.12 2.465-29.577 7.818l-7.832 4.434 8.866 15.665 7.832-4.433c13.785-7.8 27.69-7.352 42.28-.24l8.09 3.943 7.888-16.18-8.092-3.943c-9.377-4.57-19.404-7.058-29.453-7.065z" fill="#fff"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M238.986 26.47c-.825-.01-1.648-.008-2.47.003-7.52.096-14.927.958-22.188 2.578-58.085 12.96-102.088 73.253-116.93 166.41l17.776 2.833c14.167-88.922 54.783-140.9 103.074-151.674 48.29-10.776 108.966 18.458 165.854 102.81l14.923-10.065C348.077 63.82 290.963 26.958 238.985 26.47zm-7.363 42.24c-.82.008-1.638.028-2.453.06-7.827.32-15.446 1.826-22.76 4.642-19.504 7.51-36.01 23.927-49.05 48.692l15.93 8.384c11.668-22.164 25.08-34.694 39.587-40.28 14.506-5.584 30.932-4.625 50.006 3.032 38.147 15.314 84.798 58.2 132.805 120.473l14.255-10.99C360.977 139.203 313.59 94.2 269.588 76.535c-12.89-5.175-25.67-7.935-37.965-7.824zm-.592 39.466c-6.247-.03-12.35 1.114-17.99 3.853-8.596 4.174-15.492 11.964-19.933 22.44l16.575 7.024c3.164-7.466 6.913-11.18 11.22-13.273 4.308-2.09 9.795-2.65 16.82-1.382 14.05 2.538 33.037 12.87 51.923 26.805 37.77 27.872 76.124 69.76 87.81 84.947l14.266-10.977c-13.402-17.418-51.44-58.976-91.388-88.455-19.974-14.74-40.18-26.56-59.41-30.035-2.404-.434-4.812-.73-7.205-.865-.898-.05-1.793-.078-2.686-.082zm-81.47 32.566c-4.498 8.93-10.762 28.084-16.716 46.45-5.954 18.37-11.03 34.984-11.03 34.984l17.215 5.258s5.04-16.497 10.937-34.69c5.897-18.193 13.22-39.045 15.668-43.906l-16.076-8.096zm33.135 10.406c-11.62 24.464-19.368 51.84-11.992 78.483 12.94 46.74 44.042 99.694 95.953 113.173l4.524-17.422c-42.188-10.953-71.27-57.717-83.13-100.552-5.63-20.338.214-43.448 10.905-65.957l-16.26-7.722zm62.535 5.106c-.892-.006-1.79.03-2.687.105-5.386.452-10.798 2.364-15.58 5.724-6.377 4.48-11.795 11.174-16.85 20.187-8.915 15.9-7.64 33.784-.644 49.748 6.996 15.963 19.326 30.832 33.776 44.326 28.9 26.987 66.05 48.325 90.55 56.088l5.438-17.16c-20.146-6.384-57.082-27.224-83.703-52.083-13.31-12.43-24.097-25.9-29.575-38.4-5.478-12.498-6.038-23.2-.143-33.714 4.197-7.484 8.21-11.952 11.497-14.262 3.286-2.31 5.69-2.816 8.82-2.507 6.26.616 16.157 6.88 27.296 17.298 22.278 20.836 48.945 55.515 83.428 71.965l7.75-16.246c-28.587-13.637-54.798-46.34-78.883-68.865-12.042-11.264-23.702-20.677-37.825-22.067-.883-.087-1.772-.134-2.665-.14zm5.364 40.775l-16.776 6.53c2.782 7.147 8.363 13.638 16.41 22.764 8.044 9.127 18.362 19.68 29.506 29.973 11.145 10.292 23.087 20.304 34.475 28.307 11.387 8.002 21.89 14.153 32.185 16.255l3.6-17.635c-5.244-1.072-14.994-6.01-25.436-13.348-10.443-7.338-21.91-16.918-32.613-26.803-10.703-9.885-20.672-20.095-28.217-28.654-7.545-8.56-12.858-16.675-13.136-17.39zM88.127 220.474c-2.7 20.7-.85 50.2 3.195 78.19 4.047 27.99 9.704 53.42 17.936 67.9l15.648-8.893c-5.04-8.866-11.88-34.672-15.77-61.584-3.89-26.912-5.418-55.978-3.16-73.283l-17.85-2.33zm73.61 25.02l-17.7 3.27c2.796 15.14 14.096 38.007 29.256 60.63 15.16 22.626 33.31 44.284 54.36 51.572l5.89-17.01c-12.623-4.37-31.124-23.427-45.297-44.58-14.173-21.153-24.89-45.124-26.508-53.88zm252.634 5.062c-2.82 33.908-22.99 91.907-48.016 123.775l14.156 11.117c28.46-36.242 48.56-94.502 51.8-133.4l-17.94-1.493zm-281.52.52l-17.68 3.378c1.068 5.59 5.258 22.92 10.605 41.943 5.348 19.023 10.998 38.17 17.39 48.89l15.46-9.22c-3.356-5.627-10.293-25.942-15.52-44.54-5.23-18.6-9.606-37.052-10.255-40.45zm248.185 2.534c-1.81 9.433-8.274 30.502-16.16 50.767-7.886 20.265-17.88 40.592-24.223 48.08l13.735 11.635c9.955-11.752 19.076-32.155 27.26-53.188 8.186-21.032 14.75-41.828 17.066-53.902l-17.678-3.39zm-92.95 78.95l-5.456 17.155 38.75 12.33 5.46-17.154-38.754-12.33zm-107.954 15.557c-11.333 2.277-25.168 9.124-37.747 16.14-6.29 3.506-12.093 7.053-16.697 10.175-2.303 1.56-4.3 3.005-5.997 4.384-1.698 1.38-2.99 2.174-4.71 4.936l15.282 9.51c-.908 1.46-.3.4.78-.477 1.078-.877 2.734-2.093 4.743-3.455 4.018-2.724 9.477-6.068 15.365-9.35 11.776-6.568 25.96-12.897 32.526-14.216l-3.545-17.647zm74.585 22.2c-36.986-.37-71.186 11.506-107.762 36.814l10.242 14.804c55.303-38.266 98.21-43.222 162.315-20.97l5.902-17.003c-25.312-8.786-48.506-13.418-70.697-13.642zm86.65 13.43l-8.676 15.773 23.486 12.916 8.676-15.772-23.487-12.916zm-75 15.56c-1.832-.01-3.68.02-5.545.09-26.098.99-55.397 9.924-90.466 30.898l9.238 15.447c37.99-22.72 66.52-29.49 91.373-28.312 24.852 1.177 46.713 10.534 70.77 22.2l7.855-16.198c-24.482-11.87-48.933-22.616-77.774-23.983-1.802-.086-3.618-.134-5.45-.143zm-.982 30.425c-5.37-.054-10.583.356-15.57 1.15-22.792 3.62-40.893 14.478-51.016 25.975l13.51 11.895c6.516-7.4 21.822-17.154 40.334-20.096 18.512-2.942 40.22.146 62.45 17.33l11.01-14.24c-19.497-15.07-39.837-21.312-58.405-21.96-.773-.028-1.545-.046-2.312-.054zm2.635 37.336c-1.556-.014-3.112.017-4.668.096-12.448.633-24.804 4.333-35.22 12.51l11.116 14.158c13.707-10.76 36.382-10.437 53.49-3.95l6.38-16.83c-9.433-3.577-20.212-5.886-31.098-5.984z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M470.92 53.162c21.738 76.755-126.736 189.16-213.57 251.49 4.21 19.66 2.796 37.915 0 55.825 20.223 32.576.83 44.814 2.76 82.5-1.05 13.887-23.797 12.58-28.066-8.576 4.852-31.07-2.95-57.924-15.472-54.243l-31.933 43.23-47.61 67.04c-5.897 5.975-27.768 1.664-22.4-12.69l39.123-71.307-3.784-2.538-74.42 79c-6.056 6.26-26.28-7.956-19.953-16.503l69.72-74.202-3.783-1.925-66.576 44.227c-7.596 5.33-22.805-10.34-12.628-17.663l63.976-50.98-43.874 22.025c-6.156 2.1-12.68-10.355-5.976-13.335l50.997-32.6c26.468-21.393 58.785-57.834 94.072-65.2 55.417-83.656 104.97-167.018 175.057-253.61 26.274-13.577 86.7 8.58 94.34 30.035z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M313.824 61.625l-67.865 118.24L176 96l-4.08 129.77L56.162 105.264 112 272l-81.986-63.115 19.865 113.77L18 311.724V391h7.514l16-48h40l16-48h40l16-48h40l16-48h92.972l16 48h40l16 48h40l16 48h40l16 48H494V241.285l-77.783 39.547L480 144l-125.797 83.758L400 128l-74.926 66.87zM222.486 217l-10 30h87.028l-10-30zm-56 48l-10 30h87.028l-10-30zm86 0L256 275.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm-168 48l-10 30h87.028l-10-30zm86 0L200 323.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L312 323.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm-280 48l-10 30h87.028l-10-30zm86 0L144 371.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L256 371.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L368 371.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zM18 409v30h57.514l-10-30zm66.486 0L88 419.54 91.514 409zm26 0l-10 30h87.028l-10-30zm86 0L200 419.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L312 419.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L424 419.54l3.514-10.54zm26 0l-10 30H494v-30zm-418 48L32 467.54 35.514 457zm26 0l-10 30h87.028l-10-30zm86 0L144 467.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L256 467.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0l3.344 10.033.342-.01L371.514 457zm26 0l-10 30h87.028l-10-30zm86 0l2.287 6.863 2.477-.07 2.264-6.793z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M112 64c17.48 40.785 28.587 87.938 33.336 136.818C110.51 194.896 69.158 186.632 16 176v160c53.158-10.632 94.51-18.896 129.336-24.818C140.586 360.062 129.48 407.215 112 448h128c-18.493-43.15-29.852-93.428-34.096-145.338 34.994-3.54 65.198-3.54 100.192 0C301.852 354.572 290.493 404.85 272 448h128c-17.48-40.785-28.587-87.938-33.336-136.818C401.49 317.104 442.842 325.368 496 336V176c-53.158 10.632-94.51 18.896-129.336 24.818C371.414 151.938 382.52 104.785 400 64H272c18.493 43.15 29.852 93.428 34.096 145.338-34.994 3.54-65.198 3.54-100.192 0C210.148 157.428 221.507 107.15 240 64H112z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M233 17.44v56.12h-64v46h64v56.57c7.523-1.028 15.2-1.57 23-1.57 7.8 0 15.477.542 23 1.57v-56.57h64v-46h-64V17.44h-46zm23 54.89c13.7 0 25 11.3 25 25s-11.3 25-25 25-25-11.3-25-25 11.3-25 25-25zm0 18c-3.973 0-7 3.027-7 7s3.027 7 7 7 7-3.027 7-7-3.027-7-7-7zm-7.545 102.416c-5.226.256-10.383.778-15.455 1.55v12.536c2.85-6.65 8.516-11.855 15.455-14.086zm15.09 0c6.94 2.23 12.605 7.437 15.455 14.086v-12.535c-5.072-.773-10.23-1.295-15.455-1.55zM215 198.18c-56.035 15.73-98.793 62.918-108.1 121.38H215V198.18zm82 0v121.38h108.1C395.793 261.1 353.035 213.91 297 198.18zm-41 11.38c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm-23 16.73v28.542c2.934-6.843 8.85-12.156 16.066-14.27-7.217-2.117-13.132-7.43-16.066-14.273zm46 0c-2.934 6.842-8.85 12.155-16.066 14.27 7.217 2.116 13.132 7.43 16.066 14.272V226.29zm-23 31.27c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm-23 16.73v28.542c2.934-6.843 8.85-12.156 16.066-14.27-7.217-2.117-13.132-7.43-16.066-14.273zm46 0c-2.934 6.842-8.85 12.155-16.066 14.27 7.217 2.116 13.132 7.43 16.066 14.272V274.29zm-23 31.27c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm-23 16.73v15.27h-15.27c6.842 2.934 12.155 8.85 14.27 16.067 2.395-8.173 8.894-14.67 17.066-17.066-7.217-2.115-13.132-7.428-16.066-14.27zm46 0c-2.934 6.842-8.85 12.155-16.066 14.27 8.172 2.396 14.67 8.894 17.066 17.067 2.115-7.217 7.428-13.133 14.27-16.066H279v-15.27zm-157.27 15.27c6.842 2.934 12.155 8.85 14.27 16.067 2.115-7.217 7.428-13.133 14.27-16.066h-28.54zm48 0c6.842 2.934 12.155 8.85 14.27 16.067 2.115-7.217 7.428-13.133 14.27-16.066h-28.54zm144 0c6.842 2.934 12.155 8.85 14.27 16.067 2.115-7.217 7.428-13.133 14.27-16.066h-28.54zm48 0c6.842 2.934 12.155 8.85 14.27 16.067 2.115-7.217 7.428-13.133 14.27-16.066h-28.54zm-249.73 16c-2.882 0-5.26 1.597-6.352 3.99.23 2.498.52 4.978.868 7.44 1.264 1.583 3.22 2.57 5.484 2.57 3.973 0 7-3.027 7-7 0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7 2.265 0 4.22-.987 5.484-2.57.35-2.462.64-4.942.868-7.44-1.093-2.393-3.47-3.99-6.352-3.99zm-264 13.934c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zM116.518 401.56c22.702 54.647 76.542 93 139.482 93s116.78-38.353 139.482-93H116.518z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M336.313 25.057l-42.536 73.45-1.718 28.036 45.754 26.498 23.463-15.446 42.535-73.448zm-50.3 118.785l-31.07 53.654 30.307 17.55c.91-.06 1.825-.103 2.75-.103 3.218 0 6.35.39 9.36 1.1l28.46-49.148zm-61.238 20.455l-4.63 7.72-33.665 56.106-11.09-7.19-7.55-4.9-9.795 15.102 7.55 4.896 11.618 7.538-5.068 8.448-4.63 7.716 15.434 9.262 4.63-7.72 48-80 4.63-7.715zm14.22 44.766l-31.07 53.652 53.655 31.072 2.623-4.53c-10.39-7.46-17.203-19.63-17.203-33.314 0-13.334 6.466-25.24 16.412-32.742zM288 232.942c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zM205.83 282.3l-78.078 134.827c5.496 5.717 8.967 13.386 9.223 21.816h31.298l77.364-133.59zm109.432 4.184c-3.484 3.116-7.498 5.644-11.885 7.436l89.393 161.023h16.01zM104 424.944c-8.39 0-15 6.608-15 15 0 8.39 6.61 15 15 15s15-6.61 15-15c0-8.392-6.61-15-15-15zm-63 32v30h35.498c5.765-4.327 12.842-6.912 20.772-8.764 9.43-2.204 20.05-3.237 30.675-3.237 10.626 0 21.22 1.03 30.608 3.24 7.86 1.847 14.873 4.418 20.568 8.76H215v-30h-82.766c-5.803 9.562-16.317 16-28.234 16-11.917 0-22.43-6.438-28.234-16zm336 16v14h94v-14z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 21.52l-4.5 2.597L52.934 138.76v234.48L256 490.48l203.066-117.24V138.76L256 21.52zm0 20.783l185.066 106.85v213.695L256 469.698 70.934 362.847V149.152L256 42.302zm0 30.93l-4.5 2.597-153.78 88.785v182.77L256 438.768l158.28-91.383v-182.77L256 73.232zm0 20.783l140.28 80.992v161.984L256 417.984l-140.28-80.992V175.008L256 94.016zm0 30.93l-4.5 2.597-108.998 62.93v131.054L256 387.055l113.498-65.528V190.473L256 124.945zm0 20.783l95.498 55.135v110.27L256 366.27l-95.498-55.135v-110.27L256 145.73zm0 30.928l-4.5 2.598-64.213 37.072v79.344L256 335.342l68.713-39.67v-79.344L256 176.658zm0 20.783l50.713 29.28v58.56L256 314.56l-50.713-29.28v-58.56L256 197.44zm0 30.93l-4.5 2.6-19.428 11.216v27.628L256 283.63l23.928-13.816v-27.628L256 228.37z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M199.45 32.44c-63.218 0-97.076 8.656-114.048 20.824C68.43 65.43 65.354 81.3 64.442 103.804c-.812 20.078 8.487 32.24 24.682 41.27 16.196 9.032 39.41 13.367 62.327 13.367h27.754l-22.472 16.288c-2.394 1.735-11.645 10.576-21 21.288-9.356 10.712-19.584 23.787-26.778 35.492-3.597 5.852-6.422 11.378-8.02 15.8-1.6 4.423-1.673 7.632-1.497 8.338.175.706-.933.092 1.363.623 2.296.53 7.947.523 16.512-1.57l.27-.067.27-.05c83.994-15.137 126.637-7.487 149.456 8.866 22.82 16.352 21.69 41.345 21.115 48.693l-.05.64-.14.625c-12.597 56.263-24.612 98.315-29.312 126.227-2.348 13.956-2.662 24.34-1.245 30.242 1.417 5.903 2.746 7.397 8.162 8.887 6.885 1.893 12.493.396 19.32-4.405 6.824-4.8 14.048-13.155 20.93-23.227 13.646-19.97 25.85-46.075 38.04-64.22 1.832-4.053 5.175-7.714 9.247-9.214 4.652-1.714 8.946-1.15 12.778-.212 7.663 1.874 14.887 5.817 22.117 9.145 7.23 3.327 14.292 5.888 18.702 6.08 4.41.19 5.694.17 8.428-5.297 35.18-70.647 33.552-110.196 31.056-171.61-.086-2.124-.39-4.445-.88-6.913.164 2.162.248 4.346.248 6.548 0 47.872-39.13 87-87 87-47.872 0-87-39.128-87-87 0-47.87 39.128-87 87-87 19.53 0 37.6 6.517 52.156 17.478-11.785-14.373-26.098-28.97-42.278-42.65-46.514-39.325-108.31-70.827-169.25-70.827zm159.374 126c-31.658 0-57 25.343-57 57 0 31.66 25.342 57 57 57 31.657 0 57-25.34 57-57 0-31.657-25.343-57-57-57zm.627 25a32 32 0 0 1 32 32 32 32 0 0 1-32 32 32 32 0 0 1-32-32 32 32 0 0 1 32-32zm-188.697 82.214c-14.436 1.135-30.9 3.255-49.707 6.645-4.754 1.14-9.01 1.894-12.92 2.194 20.238 3.297 46.28 5.702 67.19 10.518 12.69 2.922 23.3 6.953 28.476 10.99 2.588 2.018 3.725 3.746 4.19 5.28.464 1.532.552 3.346-.844 6.708-11.368 27.287-21.213 45.022-29.477 61.402-8.263 16.383-14.97 31.61-19.042 52.313-2.154 10.95-1.99 20.398.752 28.338 2.742 7.94 8.684 14.38 16.272 16.832 15.176 4.905 31.928-4.025 46.705-21.652 7.955-9.49 15.508-18.52 22.64-27.965 3.66-16.793 8.668-36.578 14.25-59.37-13.51 31.78-29.954 51.042-50.685 75.772-12.24 14.6-23.366 17.382-27.375 16.086-2.004-.648-3.48-1.786-4.79-5.578-1.31-3.792-1.83-10.228-.106-18.988 3.684-18.72 9.43-31.778 17.454-47.68 8.022-15.903 18.298-34.453 30.023-62.598l.002-.004v-.006c2.605-6.27 3.24-12.908 1.448-18.828-1.792-5.92-5.716-10.645-10.345-14.256-9.258-7.22-21.703-11.16-35.506-14.338-2.813-.647-5.692-1.247-8.604-1.816z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M355.414 37.057l-72.865 34.96 38.507 38.506zM76.804 60.02c5.94 22.94 6.843 41.02 6.973 57.7 12.274 1.806 26.093 6.842 40.993 12.573 12.252 4.712 24.655 9.693 36.613 14.305-4.61-11.958-9.59-24.364-14.303-36.616-5.73-14.9-10.768-28.72-12.574-40.992-16.682-.13-34.76-1.03-57.7-6.97zm201.712 33.417l-47.207 47.21c9.54 4.895 19.098 9.503 28.655 13.767l39.764-39.764zM175.178 130.02c3.663 9.255 7.183 18.426 10.054 27.04l5.692 17.077-17.078-5.692c-8.615-2.87-17.786-6.39-27.04-10.054 20.598 34.496 39.182 70 52.467 105.872 19.01 51.326 26.685 103.905 12.985 153.963 108.61-34.56 188.19-114.144 222.752-222.754-50.058 13.7-102.637 6.028-153.963-12.982-35.87-13.285-71.374-31.87-105.87-52.467zm316.55 39.392c-11.713 7.82-23.67 14.096-35.81 18.998-35.135 124.333-126.39 215.586-250.723 250.72-4.902 12.14-11.177 24.1-18.996 35.813 69.376-15.54 138.225-56.89 193.433-112.097 55.208-55.21 96.555-124.057 112.096-193.434zm-334.296 45.11l-47.207 47.207 21.213 21.213L171.2 243.18c-4.263-9.557-8.873-19.116-13.768-28.66zm-59.936 59.935l-12.213 12.215h24.428zm-30.21 30.213L51.34 320.613h42.426l15.943-15.943zM51.34 338.61l12.213 12.214L75.77 338.61zm-21.73 3.73L18 353.953v42.428l32.828-32.827z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M157.54 15.78c-2.838.003-5.676.125-8.5.365-22.6 1.92-44.724 11.21-61.347 26.587-16.32 15.096-27.204 36.473-26.69 61.45 3.875-.13 9.014-.284 14.847-.397 1.073-.02 2.088-.027 3.146-.043-.402-19.627 7.798-35.656 20.92-47.795 13.38-12.377 32-20.283 50.647-21.867 18.517-1.573 36.767 2.965 50.646 14.524 5.373-3.043 11.074-4.81 16.602-5.51 1.072-.136 2.135-.228 3.192-.297-2.48-2.79-5.112-5.37-7.89-7.715-15.842-13.365-35.714-19.31-55.575-19.3zm68.077 44.282c-2.986.057-5.93.6-8.842 1.477-1.104.257-2.187.577-3.25.972.026.04.05.082.075.12-3.47 1.38-6.817 3.335-9.692 6.35-3.5 3.673-6.077 9.9-4.693 15.998l.094.413.045.144c11.863-10.083 27.67-14.763 42.444-14.64.3.002.596.024.895.03l-.068-.868-.592-1.374c-2.704-6.274-8.677-8.048-13.11-8.49-1.107-.11-2.21-.154-3.308-.133zM277.66 81.3c-6.248.09-12.4.574-18.474 1.378l-.582.54 4.716 17.102c4.68-.57 9.39-.928 14.133-1.015 1.6-.03 3.207-.03 4.817 0 36.413.658 76.09 16.07 122.072 59.433l15.937-9.623c-49.936-48.12-95.313-67.04-137.684-67.806-1.652-.03-3.297-.035-4.936-.01zm-52.29 10.595c-6.7 2.283-12.923 5.844-17.354 10.447l2.01 10.578c4.8-7.386 9.9-14.41 15.345-21.025zm18.597 5.953c-4.65 5.218-9.075 10.81-13.297 16.738 5.564-1.297 11.307-1.985 17.088-2.13-.102-.656-.203-1.312-.3-1.958l-3.49-12.65zM190.2 105c-10.62 5.178-21.06 10.89-31.368 16.828l14.736 8.645-.23-.047c.64.353 1.372.707 1.754 1.027.528.443.905.83 1.213 1.19 5.797-3.22 11.592-6.312 17.392-9.227L190.2 105zM80.692 121.756c-1.61.018-2.815-.007-4.496.025-8.207.16-14.15.39-16.605.478-2.228 1.913-6.242 5.488-11.158 11.178-6.63 7.67-12.168 17.598-12.092 23.324.095 7.15 3.73 19.28 9.736 30.228 6.007 10.948 14.408 20.872 21.87 25.426.002 0 2.58.932 6.513 1.07 3.934.138 9.176-.22 15.04-1.04 11.728-1.64 25.992-5.075 39.117-9.215 8.666-2.735 16.262-5.755 22.9-8.71-17.423-3.064-34.79-11.906-48.413-23.3-9.947-8.318-17.986-18.11-21.704-29.304-2.12-6.388-2.42-13.417-.707-20.16zm170.13 8.596c-13.804-.118-26.667 3.534-35.956 11.37.29 1.234.584 2.44.873 3.696 7.614 33.128 13.767 73.212 9.864 97.246-5.603 34.496-31.537 84.64-56.23 125.106-14.89 24.398-29.136 45.285-38.177 58.144 10.07-.018 20.817 2.73 31.086 7.26 11.084 4.89 21.573 11.887 29.23 20.914 1.466 1.73 2.83 3.565 4.06 5.488 1.36-3.347 2.576-6.353 4.36-10.703 5.542-13.528 13.064-31.452 21.98-50.63 17.835-38.352 41.727-81.852 64.653-103.98 25.013-24.14 74.933-49.443 118.108-67.835 6.416-2.733 12.653-5.304 18.676-7.735-4.533-14.565-13.66-26.322-24.893-37.757-.622.35-1.232.7-1.86 1.052-35.47 19.846-79.24 38.213-106.96 35.963-3.385-.274-8.838-3.985-12.028-8.44-11.913-16.64-21.224-49.812-26.786-79.158zM144.48 134.28c-.125.142-.195.26-.324.406-3.408 3.85-7.99 8.477-12.875 13.076-4.585 4.317-9.376 8.534-13.716 11.965 14.612 11.06 34.845 18.494 49.54 17.9.08-3.49-.12-7.653-.57-11.81-.688-6.327-1.887-12.74-3.016-17.247-.44-1.752-.807-2.837-1.13-3.79l-17.908-10.5zm322.356 5.2c-2.163.02-4.4.502-6.305 1.614l-.428.252-.4.297s-2.87 2.124-7.9 5.642c14.61 14.434 22.734 32.15 28.22 50.262l4.314-1.457-.045.012c3.98-1.237 7.185-4.906 8.28-7.91 1.197-3.282 1.194-6.115.98-8.954-.425-5.676-2.144-11.535-4.497-17.277-2.354-5.742-5.26-11.186-9.092-15.605-1.915-2.21-4.043-4.27-7.263-5.73-1.61-.73-3.7-1.168-5.86-1.146zm-37.348 25.102l-13.875 8.377c5.383 5.814 10.47 12.035 14.83 18.9 1.41-8.554 1.554-17.292-.955-27.278zm19.405 7.455c1.144 12.08-.52 22.994-2.93 33.05l15.717-5.33c-3.235-10.06-7.23-19.383-12.787-27.72zM130.95 443.914c-.444 0-.878.012-1.3.03-6.752.316-9.117 1.857-10.17 4.693l-2.212 5.965c.133 4.11 1.153 8.13 2.834 11.68 3.7 7.818 10.09 14.155 17.732 18.603 7.642 4.448 16.732 7.043 26.115 5.9 7.178-.874 14.383-4.265 20.183-10.12.164-4.882-1.947-9.743-6.35-14.935-5.278-6.223-13.748-12.11-22.765-16.087-8.454-3.73-17.418-5.75-24.07-5.73z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M224.627 18l21.38 44.285-10 20.715h19.987l.006-.012.006.012h19.988l-10-20.715L287.374 18h-19.99L256 41.584 244.615 18h-19.988zm5.045 83l-17.574 36.746c8.355 2.2 17.922 3.768 27.902 4.588V131h7v-30h-17.328zM265 101v30h7v11.334c9.98-.82 19.547-2.39 27.902-4.588L282.328 101H265zm-60.828 53.318L121.715 326.73c40.086 19.246 79.89 29.913 119.662 32.014L247 346.092V341h-7v-18h7v-46h-7v-18h7v-46h-7v-18h7v-34.174c-15.112-.578-29.874-2.655-42.828-6.508zm103.656 0c-12.954 3.853-27.716 5.93-42.828 6.508V195h7v18h-7v46h7v18h-7v46h7v18h-7v5.092l5.623 12.652c39.773-2.1 79.576-12.768 119.662-32.014l-82.457-172.412zm-193.88 188.65l-8.01 16.75c6.122 3.888 12.368 7.52 18.728 10.887L140.7 354.57c-8.928-3.462-17.847-7.333-26.753-11.6zm284.105 0c-8.906 4.27-17.825 8.14-26.754 11.602l16.034 16.035c6.36-3.366 12.606-7 18.728-10.888l-8.01-16.748zm-256.73 11.84l-3.706 22.23c14.398 6.675 29.283 12.055 44.465 16.153l21.023-21.022c-20.63-3.65-41.233-9.434-61.783-17.36zm229.355 0c-20.55 7.926-41.154 13.71-61.783 17.36l21.023 21.023c15.182-4.097 30.067-9.477 44.465-16.153l-3.705-22.228zM204.463 372.41l-3.598 25.172c7.202 1.424 14.453 2.553 21.733 3.412l11.107-24.99c-9.75-.727-19.5-1.914-29.242-3.594zm103.074 0c-9.743 1.68-19.49 2.867-29.242 3.594l11.107 24.99c7.28-.86 14.53-1.988 21.733-3.412l-3.598-25.172zM98.12 376.06l-19.33 40.424 32.597-32.597c-4.48-2.482-8.9-5.1-13.266-7.826zm315.76 0c-4.368 2.728-8.788 5.345-13.267 7.827l32.598 32.597-19.33-40.423zM134.552 395.43l-9.06 54.35 42.03-42.028c-11.183-3.44-22.197-7.542-32.97-12.322zm242.894 0c-10.773 4.78-21.787 8.88-32.97 12.322l42.03 42.03-9.06-54.352zm-262.94 10.793L63.83 456.897c13.37 5.64 26.592 10.722 39.69 15.23l10.986-65.905zm282.987 0l10.985 65.905c13.098-4.507 26.32-9.588 39.69-15.23l-50.676-50.674zm-199.182 9.24l-8.458 59.208 25.1-56.47c-5.568-.764-11.118-1.664-16.642-2.74zm115.375 0c-5.523 1.074-11.073 1.974-16.64 2.737l25.1 56.47-8.46-59.208zm-134.416 5.995l-56.813 56.815c15.803 4.815 31.45 8.785 46.994 11.923l9.82-68.738zm153.46 0l9.82 68.738c15.544-3.138 31.19-7.108 46.993-11.923l-56.814-56.815z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M136.305 56.2c-26.775.293-51.41 10.03-68.227 26.773-13.807 13.747-26.292 35.935-34.297 61.44-8.004 25.504-11.387 54.328-4.72 80.88l.006.028.008.028c16.725 64.885-8.947 137.524-8.947 209.82v8.315l8.29.654c47.508 3.753 109.388 13.052 155.915 11.496 23.264-.777 42.988-3.653 56.387-14.21 6.698-5.28 11.44-13.13 12.32-22.112.86-8.743-1.513-18.126-6.493-28.48l-28.62-83.646c1.584-17.178 3.775-34.275 5.995-51.463-9.145 3.377-16.63 7.06-21.967 11.062l-3.9 2.924-4.58-1.67c-12.61-4.597-20.84-15.164-25.098-27.4-3.734-10.73-5.053-23.012-5.232-36.28-13.12-4.584-23.606-9.403-31.678-15.395-20.8 68.91-60.375 117.633-21.028 179.626 54.554 51.386 80.942 36.894 118.062 25.112l1.28 3.738.253.516c4.326 8.788 5.516 15.29 5.092 19.6-.424 4.31-1.96 6.906-5.55 9.734-7.177 5.656-24.08 9.63-45.846 10.357-41.13 1.375-98.234-6.527-145.412-10.652 1.957-65.556 26.012-136.89 8.2-206.08l-.014-.054c-5.527-22.073-2.804-47.94 4.45-71.055 7.262-23.13 19.205-43.5 29.823-54.07 13.423-13.365 34.508-21.622 57.885-21.405.754.007 1.51.022 2.27.047 12.555.41 58.063 7.278 72.234 21.35 5.96-3.354 7.456-3.266 10.998-3.643-25.285-23.74-54.804-34.812-82.478-35.812-1.803-.065-3.596-.088-5.38-.068zm44.177 46.447c-12.823-.16-21.76 3.08-28.27 7.887-11.577 8.548-17.266 24.19-20.054 41.078-1.45 8.794-.018 13.53 5.84 19.33 5.475 5.42 15.875 11.11 31.682 16.635 21.675-26.59 32.825-53.065 40.363-80.022-11.673-3.32-21.407-4.806-29.56-4.908zm70.465 6.16c-8.134.044-15.76.463-22.94 1.15-6.935 25.474-17.194 51.583-35.652 77.497 2.252-.22 4.74-.395 7.065-.602 81.102-8.364 151.558-10.426 221.3-4.48-.562-.97-1.077-1.945-1.538-2.93-3.443-7.358-3.7-15.327-1.22-21.902 1.934-5.134 5.1-9.336 9-12.688-10.622-4.517-22.045-8.73-33.964-12.537-43.227-13.812-93.02-22.376-133.746-23.422-2.827-.073-5.593-.1-8.305-.086zm-82 9.018c9.942 0 18 8.133 18 18.166 0 10.033-8.058 18.167-18 18.167-9.94 0-18-8.134-18-18.166s8.06-18.165 18-18.165zm278.006 36.398c-5.937 2.13-10.82 6.144-12.148 9.664-.834 2.212-.997 4.343.68 7.926 1.603 3.428 5.304 8.08 12.232 13.266 1.718.197 3.437.394 5.156.602 9.553.886 18.49 1.863 25.852 3.057 4.218.682 7.666 1.417 11.074 2.194.69.112 1.38.214 2.073.328-4.588-8.355-13.123-17.12-25.564-25.595-5.77-3.93-12.27-7.758-19.357-11.444zM345.926 199.46c-4.81-.014-9.648-.01-14.502.01-46.182.195-93.554 2.042-130.904 5.363-6.385.66-12.723 1.296-19.256 2.035.345 11 1.606 20.65 4.113 27.85 2.48 7.122 5.678 11.62 10.424 14.48 29.077-18.78 79.52-26.77 134.98-32.766 45.623-4.93 94.07-7.817 134.902-11.1-4.555-.63-9.095-1.084-13.637-1.642-18.027-1.69-39.86-2.936-63.998-3.6-13.532-.374-27.694-.582-42.12-.628z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 32v298.582l-41.893 22.178c-3.534 10.965-9.343 20.92-16.877 29.303l67.77-35.88 105.512 55.86c-65.754 32.576-140.177 33.31-206.332 2.242C146.677 407.328 137.53 409 128 409c-7.938 0-15.606-1.17-22.863-3.313L18 451.817v20.365l113.213-59.936c78.502 43.595 171.072 43.595 249.574 0L494 472.182v-20.364L265 330.582V143.756c25.495-1.29 37.302-7.34 55 .244 29.395 23.17 64 48 96 48l-16-32c-48 0-53.708-90.33-80-112-19.185-11.34-29.794-15.214-55-15.88V32h-18zM116.963 265.975c-15.102 2.65-28.325 10.627-37.65 21.957L80 288l5.658 25.99-20.61 12.035c-.02.658-.048 1.313-.048 1.975 0 9.597 2.134 18.675 5.94 26.8l1.53-2.8 26.145 4.893 3.426 26.377-2.284 1.085C108.244 388.6 117.83 391 128 391c3.24 0 6.42-.244 9.525-.71l-6.257-6.618L144 360.316l26.146 4.89 1.124 8.64c10.107-9.54 17.04-22.395 19.09-36.87l-7.628 3.883-18.808-18.81L176 298.35l8.31 1.316c-6.132-12.207-16.102-22.12-28.357-28.17l.094 1.15-24.547 10.25-14.537-16.92zM128 304l18.81 18.81-12.078 23.7-26.27-4.16-4.163-26.274L128 304z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 25.577c-29.75 0-50.618 10.68-64.973 28.623-12.914 16.144-20.364 38.79-21.74 65.377h173.426c-1.376-26.586-8.826-49.233-21.74-65.377C306.618 36.257 285.75 25.577 256 25.577zm-87 112v14h174v-14H169zm12.443 32l-4.802 30H176v3.994l-12.357 77.167c1.428-.63 3.16-1.226 5.207-1.283.305-.01.616-.005.935.012.85.045 1.748.188 2.694.46 3.733 1.07 5.666 3.31 7.077 5.24.48.654.894 1.32 1.287 1.993l3.455-21.583h23.69l-.94 14.123c.77-.11 1.58-.17 2.448-.154.41.007.832.028 1.266.066 6.942.61 10.032 4.716 13.134 8.764.19.248.377.51.565.766l1.568-23.565h21.327v16.658c2.24-1.575 4.94-2.658 8.643-2.658 4.105 0 6.98 1.33 9.357 3.188v-17.188h22.065l1.726 21.443c2.796-3.567 5.923-6.866 12.088-7.408 2.057-.18 3.828.007 5.41.44l-1.166-14.475h23.25l3.41 20.04c.103-.15.194-.303.303-.452 1.41-1.928 3.344-4.17 7.078-5.24.947-.27 1.845-.414 2.695-.46.32-.016.63-.02.935-.01 2.137.06 3.942.705 5.405 1.364.392.176.757.372 1.125.566L336 200.966v-1.39h-.236l-5.104-30H312.4l5.104 30h-17.336l-2.414-30h-18.06l2.415 30h-16.753v-30h-18v30h-16.933l1.998-30h-18.04l-2 30H194.87l4.804-30h-18.23zm10.543 48h19.2l-2 30h-22.004l4.804-30zm37.24 0h18.13v30H227.23l1.997-30zm36.13 0h18.203l2.413 30h-20.616v-30zm36.26 0h18.95l5.104 30h-21.64l-2.413-30zm-92.542 81.246c-.26.187-.317.13-.615.403-2.248 2.058-5.392 5.725-8.773 10.486-6.76 9.522-14.636 23.43-21.718 39.035-14.166 31.21-24.75 69.83-20.933 93.586 1.633 10.164 4.142 16.383 9.713 22.98 5.046 5.977 13.334 12.386 25.902 20.348 7.703-3.16 13.956-6.07 19.063-8.903-6.09-7.457-9.938-16.05-12.442-25.98-7.73-30.66 1.108-71.263 13.133-105.434 2.81-7.982 5.82-15.557 8.914-22.56-1.638-4.26-3.286-8.186-4.902-11.6-2.498-5.278-4.953-9.437-6.807-11.856-.245-.322-.31-.274-.536-.504zm93.852 0c-.226.23-.29.182-.537.504-1.855 2.42-4.31 6.578-6.808 11.856-1.616 3.414-3.264 7.34-4.902 11.6 3.093 7.003 6.105 14.578 8.914 22.56 12.025 34.17 20.863 74.775 13.133 105.435-2.504 9.93-6.35 18.522-12.442 25.98 5.107 2.83 11.36 5.743 19.063 8.903 12.568-7.96 20.856-14.37 25.902-20.347 5.57-6.597 8.08-12.816 9.713-22.98 3.817-23.757-6.767-62.376-20.932-93.586-7.08-15.605-14.957-29.513-21.717-39.035-3.38-4.76-6.525-8.428-8.772-10.486-.297-.274-.353-.216-.614-.403zm-135.95 1.635c-1.903 1.823-4.114 4.144-6.685 7.29-7.01 8.585-15.662 21.378-23.95 35.925-16.576 29.093-31.543 65.874-32.223 89.785-.508 17.885 2.766 27.703 19.418 46.533 10.897-3.552 18.163-7.016 23.65-11.34-4.07-7.05-6.53-14.81-7.92-23.462-5.017-31.22 7.342-70.893 22.313-103.88 3.214-7.082 6.57-13.796 9.96-20.047-.554-3.766-1.154-7.28-1.798-10.41-.892-4.343-1.857-7.72-2.765-10.392zm178.05 0c-.91 2.672-1.874 6.05-2.766 10.39-.644 3.132-1.244 6.646-1.797 10.413 3.39 6.252 6.745 12.966 9.96 20.048 14.97 32.987 27.33 72.66 22.313 103.88-1.39 8.653-3.85 16.412-7.922 23.46 5.488 4.326 12.754 7.79 23.65 11.343 16.653-18.83 19.927-28.647 19.42-46.532-.68-23.91-15.648-60.692-32.224-89.785-8.288-14.547-16.94-27.34-23.95-35.924-2.572-3.148-4.783-5.47-6.685-7.292zm-96.97 9.328c-.153.258-.3.483-.454.746-5.9 10.077-12.528 24.62-18.217 40.785-11.378 32.33-18.54 71.73-12.658 95.06 2.516 9.983 5.562 15.958 11.69 22.042 5.55 5.51 14.366 11.172 27.583 18.003 13.217-6.83 22.034-12.493 27.584-18.004 6.127-6.085 9.173-12.06 11.69-22.042 5.882-23.332-1.28-62.73-12.66-95.06-5.688-16.166-12.315-30.71-18.216-40.786-.154-.263-.3-.488-.455-.746L256 465.108l-7.943-155.322z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M465.506 158.69c-7.138-15.368-15.758-29.567-25.59-42.534-79.844-32.376-162.79-47.333-241.834-28.292-.137 19.33 3.188 40.914 11.305 64.778 70.284-9.598 160.966-24.52 268.618 39.385-3.26-11.245-7.413-22.386-12.5-33.337zm18.203 58.117c-107.69-70.687-194.512-57.03-267.76-46.902 9.848 23.498 24.222 49.02 44.244 76.587 70.258-7.422 118.49-1.61 153.922 12.618 30.108 12.09 50.54 30.325 66.713 50.185 7.1-29.894 8.275-61.334 2.88-92.488zm-69.896-129.6C359.93 36.814 284.106 14.612 210.56 29.46c-5.302 11.677-9.29 24.886-11.21 39.638 71.034-15.765 144.075-5.9 214.464 18.108zm60.815 243.53c-6.477-8.88-13.35-17.292-21.234-25.016-21.66 58.178-65.025 121.3-123.31 169.086 7.814-2.658 15.567-5.747 23.224-9.303 59.5-27.636 101.667-77.3 121.32-134.765zm-35.86-37.554c-8.967-6.636-19.227-12.496-31.36-17.37-11.717-4.704-25.292-8.457-41.19-10.96-32.206 124.328-98.617 181.332-160.352 216.69 25.82 5.753 52.735 7.112 79.583 3.643 74.39-48.188 130.225-125.46 153.32-192.003zm-90.565-30.525c-23.448-2.084-51.307-1.765-84.702 1.68-9.487 42.888-40.296 85.676-75.02 117.702-18.286 16.867-37.704 30.693-56.217 39.685-9.17 4.454-18.15 7.824-26.79 9.61 22.383 19.208 48.125 33.814 75.663 43.25 63.77-33.438 133.133-83.017 167.065-211.927zM189.09 34.885c-10.246 3.118-20.402 6.967-30.397 11.61-16.593 7.706-31.83 17.133-45.616 27.957-5.89 87.158 20.142 182.194 93.732 261.375 19.46-24.644 34.454-52.15 39.635-77.65-68.615-94.02-75.7-169.977-57.355-223.292zM94.333 90.902c-16.992 16.624-31.13 35.613-42.11 56.184l.81.353c-3.846 8.868-4.613 27.78-1.037 50.583 3.576 22.803 10.945 49.684 20.782 76.314 18.458 49.964 46.624 99.226 71.283 119.88 10.69-7.05 21.652-15.663 32.22-25.41 6.485-5.98 12.812-12.396 18.854-19.124-73.19-77.916-102.486-171.463-100.8-258.78zm-61.037 103.59c-14.097 50.973-10.85 107.033 13.2 158.815 10.717 23.072 24.754 43.528 41.265 61.087 8.89 1.098 21.96-1.727 36.642-8.86 1.09-.528 2.19-1.082 3.297-1.655-28.57-26.227-53.71-74.316-71.807-123.305C45.707 253 38.038 225.2 34.213 200.812c-.335-2.138-.635-4.238-.917-6.32z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M237.13 18.283c-51.748 0-99.183 27.58-136.067 73.395 11.946-6.97 24.526-11.903 37.51-14.76 8.952-1.97 18.062-2.96 27.25-3 27.562-.123 55.824 8.283 82.636 24.318 70.828 42.362 132.585 137.45 153.704 275.178l-49.44 12.637 74.33 109.74 74.327-147.733-51.84 13.25c.564-8.534.9-17.16.9-25.905 0-175.088-95.847-317.12-213.307-317.12h-.002zm-71.165 74.305c-7.924.04-15.734.9-23.375 2.582-30.47 6.705-58.785 26.48-81.356 61.89C37.996 207.88 24.4 269.28 24.4 335.4c0 15.983 1.35 31.378 2.883 46.73 14.387-135.103 92.702-238.62 187.363-238.62 34.713 0 67.177 13.976 95.083 38.334-21.608-29.968-45.915-52.65-70.863-67.57-24.337-14.556-49.13-21.81-72.902-21.688z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.828 18.256l-.002.015c249.642 36.995 371.904 169.983 397.32 278.01-2.094 5.977-4.496 11.044-7.068 14.968-17.29 26.383-62.522 40.075-101.654 28.596 5.984-19.75 10.132-39.834 12.07-59.12-95.46 8.177-212.544 8.42-301.207-22.642 41.727 95.317 99.325 164.465 164.983 230.08 18.296-2.164 35.807-11.35 51.837-25.37 85.218 34.667 188.066-2.555 226.748-60.68 46.922-70.5 74.07-317.52-167.462-383.856H232.81c160.326 54.874 195.73 167.74 191.573 239.03-37.15-93.627-137.68-191.855-312.38-239.03H19.83z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M249.773 20.154c-59.588 0-124.375 42.627-215.554 46.055l25.73 70.442c62.673-43.115 126.324-64.678 190.44-64.44 63.326.233 126.67 21.697 189.69 63.12l25.246-69.12c-91.886 0-159.248-46.056-215.555-46.056l.003-.002zm-2.652 70.772c-18.31.152-36.612 2.178-54.915 6.142l35.766 106.82 19.15-112.962zm5.425.008l20.027 112.953 34.854-106.68c-18.354-3.972-36.645-6.054-54.88-6.273zm-68.783 8.11c-19.286 4.802-38.578 11.747-57.89 20.878l30.43 141.086 27.46-161.963zm132.04.11l27.44 161.854 30.293-141.487c-19.322-8.84-38.563-15.625-57.732-20.366zm63.87 23.24l23.976 112.682 29.84-81.695c-18.015-12.082-35.95-22.416-53.816-30.985zm-259.664.366c-17.785 8.814-35.59 19.485-53.428 32.047l29.318 80.267 24.11-112.314zm43.916 177.445l-26.934 115.73c17.212 4.612 34.437 8.154 51.68 10.633l-24.746-126.363zm171.7 0L310.89 426.5c17.122-2.45 34.275-5.917 51.465-10.395l-26.732-115.9zm-227.183.024l-35.88 93.41c19.258 8.172 38.522 14.99 57.8 20.465L108.44 300.23zm282.665 0l-21.748 113.995c19.267-5.323 38.582-11.906 57.952-19.75l-36.205-94.246zm-170.533 47.303l-23.924 80.11c16.01 1.997 32.038 3.083 48.086 3.257l-24.162-83.367zm58.403 0l-24.16 83.352c16-.206 32.017-1.304 48.064-3.305l-23.905-80.047zM65.86 411.078L51.794 447.7c56.882 37.393 143.25 47.306 197.982 47.306 51.718 0 149.793-8.762 197.98-47.305l-13.75-35.794c-123.46 49.763-246.83 50.343-368.144-.828z"/></svg>
@@ -4,7 +4,7 @@ require 'game_icons'
4
4
  # These are tests that will change with each release, but might find brokenness as we go.
5
5
 
6
6
  describe GameIcons do
7
- it('has the expected number of icons') { expect(GameIcons.names.count).to eq(1734) }
7
+ it('has the expected number of icons') { expect(GameIcons.names.count).to eq(1753) }
8
8
 
9
9
  it 'loads known svg data' do
10
10
  exp = <<-EOSVG
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: game_icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.20150622
4
+ version: 0.9.0.20150629
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Meneely
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-22 00:00:00.000000000 Z
11
+ date: 2015-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -213,6 +213,7 @@ files:
213
213
  - resources/icons/delapouite/originals/svg/angry-eyes.svg
214
214
  - resources/icons/delapouite/originals/svg/animal-hide.svg
215
215
  - resources/icons/delapouite/originals/svg/aqueduct.svg
216
+ - resources/icons/delapouite/originals/svg/arm.svg
216
217
  - resources/icons/delapouite/originals/svg/banana.svg
217
218
  - resources/icons/delapouite/originals/svg/banknote.svg
218
219
  - resources/icons/delapouite/originals/svg/barn.svg
@@ -220,6 +221,7 @@ files:
220
221
  - resources/icons/delapouite/originals/svg/binoculars.svg
221
222
  - resources/icons/delapouite/originals/svg/black-knight-helm.svg
222
223
  - resources/icons/delapouite/originals/svg/block-house.svg
224
+ - resources/icons/delapouite/originals/svg/bookshelf.svg
223
225
  - resources/icons/delapouite/originals/svg/boomerang.svg
224
226
  - resources/icons/delapouite/originals/svg/bowen-knot.svg
225
227
  - resources/icons/delapouite/originals/svg/brass-knuckles.svg
@@ -269,11 +271,13 @@ files:
269
271
  - resources/icons/delapouite/originals/svg/finger-print.svg
270
272
  - resources/icons/delapouite/originals/svg/fishing.svg
271
273
  - resources/icons/delapouite/originals/svg/fleur-de-lys.svg
274
+ - resources/icons/delapouite/originals/svg/forearm.svg
272
275
  - resources/icons/delapouite/originals/svg/forest.svg
273
276
  - resources/icons/delapouite/originals/svg/full-motorcycle-helmet.svg
274
277
  - resources/icons/delapouite/originals/svg/gamepad.svg
275
278
  - resources/icons/delapouite/originals/svg/garlic.svg
276
279
  - resources/icons/delapouite/originals/svg/gauls-helm.svg
280
+ - resources/icons/delapouite/originals/svg/gold-stack.svg
277
281
  - resources/icons/delapouite/originals/svg/graduate-cap.svg
278
282
  - resources/icons/delapouite/originals/svg/grass.svg
279
283
  - resources/icons/delapouite/originals/svg/greaves.svg
@@ -283,10 +287,12 @@ files:
283
287
  - resources/icons/delapouite/originals/svg/headphones.svg
284
288
  - resources/icons/delapouite/originals/svg/heart-beats.svg
285
289
  - resources/icons/delapouite/originals/svg/helicopter.svg
290
+ - resources/icons/delapouite/originals/svg/hell-crosses.svg
286
291
  - resources/icons/delapouite/originals/svg/hexagonal-nut.svg
287
292
  - resources/icons/delapouite/originals/svg/high-grass.svg
288
293
  - resources/icons/delapouite/originals/svg/hill-conquest.svg
289
294
  - resources/icons/delapouite/originals/svg/hole-ladder.svg
295
+ - resources/icons/delapouite/originals/svg/holy-hand-grenade.svg
290
296
  - resources/icons/delapouite/originals/svg/horse-head.svg
291
297
  - resources/icons/delapouite/originals/svg/horseshoe.svg
292
298
  - resources/icons/delapouite/originals/svg/house.svg
@@ -320,9 +326,11 @@ files:
320
326
  - resources/icons/delapouite/originals/svg/microphone.svg
321
327
  - resources/icons/delapouite/originals/svg/mighty-boosh.svg
322
328
  - resources/icons/delapouite/originals/svg/mine-wagon.svg
329
+ - resources/icons/delapouite/originals/svg/mortar.svg
323
330
  - resources/icons/delapouite/originals/svg/mountain-cave.svg
324
331
  - resources/icons/delapouite/originals/svg/mouse.svg
325
332
  - resources/icons/delapouite/originals/svg/mp5.svg
333
+ - resources/icons/delapouite/originals/svg/nested-hexagons.svg
326
334
  - resources/icons/delapouite/originals/svg/nose-front.svg
327
335
  - resources/icons/delapouite/originals/svg/nose-side.svg
328
336
  - resources/icons/delapouite/originals/svg/obelisk.svg
@@ -340,6 +348,7 @@ files:
340
348
  - resources/icons/delapouite/originals/svg/paper-windmill.svg
341
349
  - resources/icons/delapouite/originals/svg/pear.svg
342
350
  - resources/icons/delapouite/originals/svg/pencil.svg
351
+ - resources/icons/delapouite/originals/svg/phrygian-cap.svg
343
352
  - resources/icons/delapouite/originals/svg/piano-keys.svg
344
353
  - resources/icons/delapouite/originals/svg/pie-chart.svg
345
354
  - resources/icons/delapouite/originals/svg/piggy-bank.svg
@@ -370,10 +379,12 @@ files:
370
379
  - resources/icons/delapouite/originals/svg/sergeant.svg
371
380
  - resources/icons/delapouite/originals/svg/seven-pointed-star.svg
372
381
  - resources/icons/delapouite/originals/svg/shaking-hands.svg
382
+ - resources/icons/delapouite/originals/svg/sharp-halberd.svg
373
383
  - resources/icons/delapouite/originals/svg/sheep.svg
374
384
  - resources/icons/delapouite/originals/svg/shinto-shrine.svg
375
385
  - resources/icons/delapouite/originals/svg/sickle.svg
376
386
  - resources/icons/delapouite/originals/svg/siege-tower.svg
387
+ - resources/icons/delapouite/originals/svg/slingshot.svg
377
388
  - resources/icons/delapouite/originals/svg/smoking-pipe.svg
378
389
  - resources/icons/delapouite/originals/svg/socks.svg
379
390
  - resources/icons/delapouite/originals/svg/stack.svg
@@ -396,8 +407,10 @@ files:
396
407
  - resources/icons/delapouite/originals/svg/thermometer-hot.svg
397
408
  - resources/icons/delapouite/originals/svg/tic-tac-toe.svg
398
409
  - resources/icons/delapouite/originals/svg/tiger.svg
410
+ - resources/icons/delapouite/originals/svg/tipi.svg
399
411
  - resources/icons/delapouite/originals/svg/torch.svg
400
412
  - resources/icons/delapouite/originals/svg/torpedo.svg
413
+ - resources/icons/delapouite/originals/svg/toucan.svg
401
414
  - resources/icons/delapouite/originals/svg/traffic-cone.svg
402
415
  - resources/icons/delapouite/originals/svg/traffic-lights.svg
403
416
  - resources/icons/delapouite/originals/svg/trash-can.svg
@@ -426,13 +439,16 @@ files:
426
439
  - resources/icons/delapouite/sports/svg/basketball-ball.svg
427
440
  - resources/icons/delapouite/sports/svg/basketball-basket.svg
428
441
  - resources/icons/delapouite/sports/svg/bowling-pin.svg
442
+ - resources/icons/delapouite/sports/svg/corner-flag.svg
429
443
  - resources/icons/delapouite/sports/svg/eight-ball.svg
430
444
  - resources/icons/delapouite/sports/svg/golf-flag.svg
431
445
  - resources/icons/delapouite/sports/svg/ping-pong-bat.svg
432
446
  - resources/icons/delapouite/sports/svg/podium.svg
447
+ - resources/icons/delapouite/sports/svg/shuttlecock.svg
433
448
  - resources/icons/delapouite/sports/svg/soccer-ball.svg
434
449
  - resources/icons/delapouite/sports/svg/soccer-field.svg
435
450
  - resources/icons/delapouite/sports/svg/tennis-ball.svg
451
+ - resources/icons/delapouite/sports/svg/volleyball-ball.svg
436
452
  - resources/icons/delapouite/tetris/svg/i-brick.svg
437
453
  - resources/icons/delapouite/tetris/svg/j-brick.svg
438
454
  - resources/icons/delapouite/tetris/svg/l-brick.svg
@@ -501,6 +517,7 @@ files:
501
517
  - resources/icons/lorc/originals/svg/armor-vest.svg
502
518
  - resources/icons/lorc/originals/svg/armoured-shell.svg
503
519
  - resources/icons/lorc/originals/svg/arrow-cluster.svg
520
+ - resources/icons/lorc/originals/svg/arrow-dunk.svg
504
521
  - resources/icons/lorc/originals/svg/arrow-flights.svg
505
522
  - resources/icons/lorc/originals/svg/arrowed.svg
506
523
  - resources/icons/lorc/originals/svg/arrowhead.svg
@@ -1297,6 +1314,7 @@ files:
1297
1314
  - resources/icons/lorc/originals/svg/relic-blade.svg
1298
1315
  - resources/icons/lorc/originals/svg/resonance.svg
1299
1316
  - resources/icons/lorc/originals/svg/reticule.svg
1317
+ - resources/icons/lorc/originals/svg/return-arrow.svg
1300
1318
  - resources/icons/lorc/originals/svg/ribbon.svg
1301
1319
  - resources/icons/lorc/originals/svg/ribcage.svg
1302
1320
  - resources/icons/lorc/originals/svg/ringed-planet.svg
@@ -1358,6 +1376,7 @@ files:
1358
1376
  - resources/icons/lorc/originals/svg/shard-sword.svg
1359
1377
  - resources/icons/lorc/originals/svg/shark-jaws.svg
1360
1378
  - resources/icons/lorc/originals/svg/sharp-crown.svg
1379
+ - resources/icons/lorc/originals/svg/sharp-lips.svg
1361
1380
  - resources/icons/lorc/originals/svg/sharp-smile.svg
1362
1381
  - resources/icons/lorc/originals/svg/shatter.svg
1363
1382
  - resources/icons/lorc/originals/svg/shattered-glass.svg