game_icons 0.6.0.20150609 → 0.7.0.20150615

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: acfa8990499c3760c44eb0cfee30fdc07bbe57a9
4
- data.tar.gz: a298d00db7853bd8ff259cc07e619d81f547b2c9
3
+ metadata.gz: bf26950c8b74caacffd06b53923901166336a583
4
+ data.tar.gz: 87399cd7af8a063de4da2868835b7137f3de9527
5
5
  SHA512:
6
- metadata.gz: caea2f7c78be57d1c49115f6e41ea699550b399a2e211688e2796b6d12c33979f622c3efaee686b3e6c04a55a09b226823f155a204caa48884d3a680bdb9f17b
7
- data.tar.gz: d2b6cefb9214e57a734ff2f400892d955361399f0a00430394791eb42c1d6d833b68794dbe3665e947c4f3a422d6e87d20a0d9eb35849b5ab9f92d2d9b3f5a0e
6
+ metadata.gz: 4c47c385e7fd94a63f740116264b62b6f4556271c261f2de35419b5fc8f9815bf5d709bfc4e895c95cad65c29927e57cbfd229a133259e394639a22b1dcddad6
7
+ data.tar.gz: 446cc07449adebfdac02e0f6ea1d0cad61231579609ccade5e2477a5cd0a83145c5fede0e96f1791b4893622a124b201f655721237e9e6ea0de3bdbd685e6944
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.7.0 / 2015-06-15
8
+ * Update for Jun 15 icons
9
+
7
10
  ## v0.6.0 / 2015-06-09
8
11
  * Updated for June 9 icons
9
12
  * `rake update` working when `unzip` is installed
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/README.md CHANGED
@@ -1,53 +1,53 @@
1
- # Game Icons [![Gem Version](https://badge.fury.io/rb/game_icons.svg)](https://rubygems.org/gems/game_icons) [![Build Status](https://travis-ci.org/andymeneely/game_icons.svg?branch=master)](https://travis-ci.org/andymeneely/game_icons) [![Dependency Status](https://gemnasium.com/andymeneely/game_icons.svg)](https://gemnasium.com/andymeneely/game_icons) [![Coverage Status](https://coveralls.io/repos/andymeneely/game_icons/badge.svg)](https://coveralls.io/r/andymeneely/game_icons) [![Inline docs](http://inch-ci.org/github/andymeneely/game_icons.png?branch=master)](http://inch-ci.org/github/andymeneely/game_icons)
2
-
3
- RubyGem access to the SVGs on [game-icons.net](http://game-icons.net), an awesome library of free icons.
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'game_icons'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install game_icons
20
-
21
- ## Usage
22
-
23
- ```ruby
24
- require 'game_icons'
25
-
26
- GameIcons.get('glass-heart').file # absolute path to glass-heart.svg, black-on-white
27
- GameIcons.get('glass-heart.svg').file # .svg extension allowed too
28
- GameIcons.get(:flame).file # symbols work too
29
- GameIcons.get('glass-heart').string # the SVG string
30
- GameIcons.get('glass-heart').string # the SVG string
31
- ```
32
-
33
- ## Working With Squib
34
-
35
- [Squib](http://andymeneely.github.io/squib) is my other pet project. Here's some example usage:
36
-
37
- ```ruby
38
- require 'game_icons' # Be sure to also put this in your Gemfile and run "bundle install"
39
- svg file: GameIcons.get('glass-heart').file
40
- ```
41
- Recoloring for Squib support is [coming soon](https://github.com/andymeneely/squib/issues/65)...
42
-
43
- ## We Are Not Game-Icons.net
44
-
45
- This is not affiliated with [game-icons.net](http://game-icons.net). They are awesome library of talented artists who give away their hard work. I'm not them.
46
-
47
- ## Contributing
48
-
49
- 1. Fork it ( https://github.com/[my-github-username]/game_icons/fork )
50
- 2. Create your feature branch (`git checkout -b my-new-feature`)
51
- 3. Commit your changes (`git commit -am 'Add some feature'`)
52
- 4. Push to the branch (`git push origin my-new-feature`)
53
- 5. Create a new Pull Request
1
+ # Game Icons [![Gem Version](https://badge.fury.io/rb/game_icons.svg)](https://rubygems.org/gems/game_icons) [![Build Status](https://travis-ci.org/andymeneely/game_icons.svg?branch=master)](https://travis-ci.org/andymeneely/game_icons) [![Dependency Status](https://gemnasium.com/andymeneely/game_icons.svg)](https://gemnasium.com/andymeneely/game_icons) [![Coverage Status](https://coveralls.io/repos/andymeneely/game_icons/badge.svg)](https://coveralls.io/r/andymeneely/game_icons) [![Inline docs](http://inch-ci.org/github/andymeneely/game_icons.png?branch=master)](http://inch-ci.org/github/andymeneely/game_icons)
2
+
3
+ RubyGem access to the SVGs on [game-icons.net](http://game-icons.net), an awesome library of free icons.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'game_icons'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install game_icons
20
+
21
+ ## Usage
22
+
23
+ ```ruby
24
+ require 'game_icons'
25
+
26
+ GameIcons.get('glass-heart').file # absolute path to glass-heart.svg, black-on-white
27
+ GameIcons.get('glass-heart.svg').file # .svg extension allowed too
28
+ GameIcons.get(:flame).file # symbols work too
29
+ GameIcons.get('glass-heart').string # the SVG string
30
+ GameIcons.get('glass-heart').string # the SVG string
31
+ ```
32
+
33
+ ## Working With Squib
34
+
35
+ [Squib](http://andymeneely.github.io/squib) is my other pet project. Here's some example usage:
36
+
37
+ ```ruby
38
+ require 'game_icons' # Be sure to also put this in your Gemfile and run "bundle install"
39
+ svg file: GameIcons.get('glass-heart').file
40
+ ```
41
+ Recoloring for Squib support is [coming soon](https://github.com/andymeneely/squib/issues/65)...
42
+
43
+ ## We Are Not Game-Icons.net
44
+
45
+ This is not affiliated with [game-icons.net](http://game-icons.net). They are awesome library of talented artists who give away their hard work. I'm not them.
46
+
47
+ ## Contributing
48
+
49
+ 1. Fork it ( https://github.com/[my-github-username]/game_icons/fork )
50
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
51
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
52
+ 4. Push to the branch (`git push origin my-new-feature`)
53
+ 5. Create a new Pull Request
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.6.0.20150609"
6
+ VERSION = "0.7.0.20150615"
7
7
  end
@@ -1,6 +1,6 @@
1
- # Updating icons
2
-
3
- When a new update to game-icons.net comes out, this directory can be updated by:
4
-
5
- 1. Download the SVG zip file, white-on-black.
6
- 2. Extract into here, preferably with the same directory structure so individual files can be tracked.
1
+ # Updating icons
2
+
3
+ When a new update to game-icons.net comes out, this directory can be updated by:
4
+
5
+ 1. Download the SVG zip file, white-on-black.
6
+ 2. Extract into here, preferably with the same directory structure so individual files can be tracked.
@@ -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="M375.697 20.15l-15.605 3.532 1.765 7.802 14.66 64.803c-7.155-1.095-14.76-2.31-23.326-3.674-3.814-.608-7.236-1.14-10.692-1.68l6.522 28.83c7.156 1.093 14.762 2.308 23.328 3.673 3.815.607 7.237 1.14 10.693 1.68l7.6 33.595 20.645 91.253 7.6 33.592c-7.156-1.095-14.76-2.31-23.326-3.674-3.816-.607-7.238-1.14-10.695-1.68l6.522 28.83c7.156 1.094 14.763 2.308 23.328 3.673 3.815.608 7.237 1.142 10.693 1.682l38.836 171.662 1.766 7.803 15.605-3.532-1.765-7.802L377.463 27.953l-1.766-7.803zm15.69 286.88c-12.89-1.973-23.93-3.458-33.723-4.046l7.447 32.92c.147.016.278.027.425.043h.002c1.622.173 3.302.366 5.043.578 1.742.213 3.545.446 5.416.696h.002c1.87.25 3.807.52 5.817.807h.002c4.02.574 8.326 1.218 12.957 1.932h.002c1.308.2 2.85.45 4.21.663l-7.6-33.594zm-33.723-4.046l-6.676-29.502c-14.35-1.517-24.162-1.484-32.707.45l7.062 31.21c10.32-2.334 20.547-2.864 32.322-2.158zm-32.322 2.16c-10.32 2.333-19.777 6.257-30.102 11.963l7.403 32.715c12.203-7.364 21.088-11.507 29.595-13.43l.084-.02.082-.018-7.062-31.21zm-30.102 11.963l-6.674-29.503c-7.81 4.79-17.164 11.053-28.546 18.84l6.523 28.83c10.786-7.33 20.11-13.42 28.697-18.167zm-28.697 18.166c-5.988 4.07-12.33 8.44-19.475 13.358-3.18 2.192-6.04 4.147-8.927 6.122l7.514 33.213c5.592-3.852 11.555-8.02 18.16-12.625 3.643-2.478 6.957-4.72 10.225-6.926l-7.497-33.14zm-28.402 19.48l-6.523-28.83c-10.786 7.327-20.11 13.42-28.697 18.167l6.674 29.502c7.81-4.79 17.164-11.054 28.547-18.84zm-28.546 18.84c-12.3 7.545-21.17 11.74-29.715 13.673l7.06 31.207c10.332-2.357 19.774-6.333 30.068-12.11l-7.414-32.77zm-29.715 13.673l-7.064-31.213c-10.32 2.335-20.544 2.864-32.32 2.158l6.676 29.503c14.35 1.517 24.162 1.486 32.707-.447zm-32.708.447c-9.11-.963-20.25-2.588-33.877-4.717l7.6 33.592s16.044 2.92 33.724 4.043l-7.448-32.917zm-33.877-4.717l-6.522-28.83c-7.156-1.095-14.763-2.31-23.328-3.674-3.815-.608-7.237-1.142-10.693-1.68l6.523 28.83c7.156 1.093 14.76 2.308 23.327 3.672 3.815.608 7.237 1.142 10.693 1.682zm-6.522-28.83c12.89 1.972 23.93 3.457 33.723 4.045l-7.447-32.92c-9.112-.962-20.252-2.587-33.878-4.716l7.6 33.592zm-7.6-33.592l-6.523-28.83c-7.156-1.095-14.76-2.31-23.326-3.674-3.815-.608-7.237-1.14-10.693-1.68l6.522 28.83c7.156 1.093 14.763 2.308 23.328 3.673 3.815.608 7.236 1.14 10.692 1.68zm-6.523-28.83c12.89 1.972 23.93 3.458 33.725 4.045l-7.45-32.92c-9.11-.964-20.25-2.59-33.874-4.718l7.6 33.592zm-7.6-33.592l-6.523-28.83c-7.156-1.094-14.76-2.31-23.326-3.674-3.814-.607-7.236-1.14-10.692-1.68l6.52 28.83c7.157 1.094 14.764 2.306 23.33 3.67 3.814.61 7.236 1.144 10.693 1.684zm-6.523-28.83c12.89 1.972 23.93 3.458 33.725 4.045l-7.447-32.92c-9.11-.963-20.252-2.59-33.877-4.718l7.6 33.592zm-7.6-33.593l-6.52-28.832c-7.157-1.094-14.764-2.31-23.33-3.673-3.814-.608-7.236-1.142-10.692-1.682l6.523 28.83c7.156 1.095 14.76 2.31 23.326 3.674 3.815.608 7.237 1.142 10.694 1.682zm-6.52-28.832c12.89 1.972 23.928 3.458 33.722 4.045l-7.448-32.92c-.147-.016-.278-.025-.426-.04h-.002c-.81-.087-1.68-.195-2.52-.292-.84-.095-1.65-.18-2.52-.288-1.742-.212-3.545-.445-5.415-.695h-.003c-1.87-.25-3.807-.518-5.817-.805h-.002c-5.156-.735-10.992-1.63-17.172-2.595l7.6 33.59zm33.722 4.045l6.675 29.504c14.35 1.517 24.162 1.484 32.707-.45l-7.06-31.21c-10.32 2.335-20.548 2.863-32.323 2.156zm32.32-2.156c10.32-2.335 19.778-6.258 30.103-11.965l-7.45-32.92c-12.3 7.547-21.17 11.74-29.714 13.672l7.06 31.213zm-7.06-31.213v-.004l-.074.02.073-.016zm37.163 19.248l6.674 29.502c7.81-4.79 17.164-11.053 28.546-18.84l-6.523-28.83c-10.786 7.33-20.11 13.422-28.697 18.168zm28.697-18.168c5.988-4.068 12.33-8.438 19.475-13.357 3.18-2.19 6.04-4.146 8.927-6.12l-7.6-33.593c-5.987 4.068-12.33 8.44-19.474 13.357-3.182 2.192-6.04 4.147-8.928 6.123l7.6 33.59zm28.402-19.478l6.524 28.83c10.786-7.33 20.11-13.42 28.697-18.166l-6.674-29.502c-7.81 4.79-17.165 11.05-28.548 18.838zm28.547-18.838c12.3-7.547 21.17-11.74 29.714-13.674l-7.06-31.207-.082.016c-10.288 2.337-19.723 6.256-30.02 11.947l7.447 32.918zm29.714-13.674l7.063 31.21c10.32-2.334 20.544-2.864 32.32-2.157l-6.676-29.502c-14.35-1.517-24.16-1.484-32.706.45zm32.707-.45c9.112.964 20.252 2.59 33.878 4.718l-7.6-33.592s-16.047-2.912-33.72-4.03l7.443 32.905zm6.677 29.503l7.447 32.92c9.11.963 20.25 2.59 33.875 4.718l-7.6-33.593c-12.89-1.972-23.93-3.458-33.723-4.045zm41.322 37.638l6.523 28.83c7.156 1.093 14.76 2.308 23.326 3.672 3.814.608 7.236 1.144 10.692 1.684l-6.52-28.83c-7.157-1.094-14.764-2.308-23.33-3.673-3.814-.608-7.236-1.142-10.693-1.682zm6.523 28.83c-12.89-1.973-23.93-3.46-33.725-4.046l7.45 32.92c9.11.964 20.248 2.59 33.874 4.717l-7.6-33.593zm7.6 33.592l6.523 28.83c7.156 1.095 14.76 2.31 23.326 3.674 3.815.61 7.237 1.143 10.693 1.683l-6.523-28.83c-7.156-1.095-14.76-2.31-23.326-3.674-3.815-.61-7.237-1.143-10.694-1.683zm6.523 28.83c-12.89-1.97-23.93-3.457-33.725-4.045l7.448 32.92c9.11.963 20.252 2.59 33.877 4.717l-7.6-33.593zm-33.725-4.045l-6.673-29.5c-14.35-1.518-24.162-1.487-32.707.446l7.06 31.213c10.32-2.334 20.546-2.864 32.32-2.157zm-32.32 2.16c-10.32 2.333-19.776 6.255-30.1 11.962l7.446 32.92c12.3-7.547 21.17-11.74 29.715-13.672l-7.06-31.21zm-30.1 11.962l-6.677-29.502c-7.81 4.79-17.164 11.053-28.547 18.84l6.524 28.83c10.786-7.33 20.112-13.422 28.7-18.168zm-28.7 18.168c-5.988 4.068-12.33 8.438-19.475 13.357-3.182 2.19-6.04 4.145-8.927 6.12l7.6 33.592c5.987-4.068 12.33-8.44 19.474-13.358 3.182-2.19 6.04-4.146 8.928-6.12l-7.6-33.592zm-28.402 19.478l-6.522-28.83c-10.786 7.33-20.112 13.42-28.7 18.166l6.675 29.504c7.81-4.79 17.165-11.054 28.548-18.84zm-28.547 18.84c-12.3 7.547-21.17 11.74-29.714 13.672l7.06 31.21c10.32-2.334 19.78-6.256 30.104-11.962l-7.45-32.92zm-29.714 13.672l-7.06-31.21c-10.32 2.334-20.546 2.863-32.32 2.157l6.673 29.5c14.35 1.518 24.16 1.485 32.706-.448zm-7.06-31.21c10.32-2.336 19.776-6.26 30.1-11.966l-7.446-32.92c-12.3 7.547-21.172 11.74-29.717 13.674l7.062 31.21zm-7.063-31.212l-7.06-31.21c-10.32 2.334-20.546 2.864-32.32 2.157l6.673 29.502c14.35 1.516 24.162 1.483 32.707-.45zm-7.06-31.21c10.32-2.336 19.776-6.26 30.1-11.966l-7.446-32.92c-12.3 7.547-21.17 11.74-29.715 13.674l7.06 31.21zm30.1-11.966l6.677 29.502c7.81-4.79 17.162-11.053 28.545-18.84l-6.522-28.83c-10.786 7.33-20.112 13.422-28.7 18.168zm28.7-18.168c5.988-4.068 12.33-8.437 19.475-13.355 3.18-2.19 6.04-4.145 8.927-6.12l-7.6-33.594c-5.987 4.068-12.33 8.44-19.474 13.357-3.18 2.19-6.04 4.146-8.927 6.12l7.6 33.593zm28.402-19.476l6.522 28.83c10.786-7.33 20.112-13.422 28.7-18.168l-6.675-29.502c-7.81 4.79-17.164 11.053-28.547 18.84zm28.547-18.84c12.3-7.547 21.17-11.74 29.715-13.674l-7.06-31.21c-10.32 2.334-19.78 6.258-30.104 11.964l7.45 32.92zm29.715-13.674l7.06 31.21c10.32-2.334 20.546-2.864 32.32-2.157l-6.673-29.503c-14.35-1.517-24.162-1.484-32.707.45zm7.06 31.21c-10.32 2.336-19.776 6.26-30.1 11.966l7.446 32.92c12.3-7.547 21.172-11.74 29.717-13.674l-7.062-31.21zm-58.8 30.134c-5.988 4.068-12.33 8.436-19.473 13.355-3.182 2.19-6.042 4.146-8.93 6.12l7.602 33.595c5.988-4.068 12.33-8.44 19.473-13.357 3.18-2.19 6.04-4.146 8.926-6.122l-7.6-33.59z"/></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="M203.043 26.648c-8.893.062-17.672 1.326-26.193 3.873-8.454 2.53-16.242 6.197-23.31 10.867 7.722 19.622 27.435 44.53 50.27 65.793 23.842 22.202 51.18 41.065 68.835 49.572l.207.1.203.103c16.224 8.335 27.71 21.453 34.34 35.924 4.27 9.318 6.757 19.078 8.207 29 13-10.14 26.704-18.26 40.636-24.153-1.06-18.31-5.088-37.51-12.424-56.735-15.386-40.32-42.26-72.78-72.695-92.576-21.875-14.228-45.35-21.926-68.077-21.768zm-76.408 42.305c-5.113 7.934-9.306 16.78-12.492 26.387-10.64 32.074-9.777 72.308 5.61 112.63 9.312 24.403 22.837 45.92 38.81 63.5 15.736 4.708 31.3 11.982 45.92 21.852 11.296 7.627 21.362 16.357 30.085 25.852 2.847.692 5.695 1.282 8.54 1.746 5.42-14.138 12.455-28.204 21.124-41.85 5.353-8.424 11.116-16.354 17.21-23.757.072-5.192.03-10.223-.217-15.026-.67-12.99-2.75-24.1-6.56-32.414-3.808-8.314-8.77-14.122-18.06-18.894l.41.202c-22.878-11.025-51.447-31.172-77.74-55.655-20.9-19.46-40.288-41.258-52.64-64.574zm279.752 135.725c-13.507.11-27.796 3.247-42.252 9.248-30.84 12.802-61.806 38.75-84.71 74.797-11.717 18.442-20.137 37.67-25.372 56.523 20.55 34.478 25.597 74.082 10.793 107.342 2.417 3.444 5.08 6.657 7.986 9.613 21.644-18.674 46.588-34.143 64.316-50.028 9.69-8.68 17.027-17.275 21.104-25.46 4.077-8.187 5.48-15.697 3.36-25.923l-.124-.595-.082-.6c-8.053-58.294 6.075-92.552 26.664-113.51 16.556-16.85 33.036-25.725 44.405-37.442-8.214-2.73-16.972-4.04-26.088-3.965zm56.746 23.953c-16.63 20.67-37.133 30.217-49.383 42.686-14.076 14.328-23.793 31.575-16.715 83.104 3.408 17.52.413 34.346-6.558 48.342-7.097 14.247-17.71 25.832-29.305 36.222-17.613 15.782-37.93 29.296-54.926 42.48 19.275 5.007 41.22 2.584 63.565-6.693 30.84-12.8 61.808-38.75 84.71-74.797 22.905-36.048 33.24-75.107 31.728-108.463-1.156-25.51-9.035-47.368-23.115-62.88zm-66.098 125.79c-.06-.315-.108-.628-.174-.943l.208 1.193c-.01-.085-.02-.165-.033-.25zm-280.223-71.424c-18.383-.166-35.7 3.865-50.275 11.807.1.003.187.01.287.013 8.63.305 19.464-.713 31.938.99 12.473 1.704 27.085 7.368 38.154 19.893 11.07 12.524 18.66 30.28 23.947 55.78l.125.594.082.602c2.453 17.792 13.786 28.085 33.434 37.722 16.764 8.223 38.287 14.095 58.717 20.073 9.15-41-12.56-91.006-58.81-122.23-24.938-16.836-52.274-25.015-77.597-25.244zm-81.078 41.447c-25.27 43.53-5.004 107.405 50.106 144.612 54.225 36.61 119.786 32.276 151.34-5.7-18.436-5.254-39.336-11.22-58.53-20.634-24.75-12.14-48.34-32.54-53.1-64.222-4.533-21.7-10.59-33.28-15.61-38.96-5.04-5.707-8.97-7.095-16.05-8.06-7.08-.968-16.81-.277-28.333-.683-8.98-.316-19.516-1.605-29.823-6.352zm89.817 54.055c.022.1.044.192.065.293l-.207-1.196c.042.304.097.6.143.904z"/></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="M183.188 20.107c-19.58 65.304-41.643 129.72-30.362 186.127l.352 1.766-16.03 80.148 15.366 92.19L234.17 488.36l12.03-83.46L224 416c-16-32-16-64 0-80l-48-16v-64c10.394 10.394 34.29 27.534 54.146 38.273l-15.564-54.478.69-2.072-31.51-9.002-.575-208.613zM329 22.81v205.694l-32.27 9.22.688 2.07-15.564 54.48C301.71 283.533 325.606 266.393 336 256v64l-48 16c16 16 16 48 0 80l-22.21-11.104 12.048 84.32 81.644-108.86 15.37-92.208L358.822 208l.352-1.766C370.278 150.712 348.196 87.226 329 22.81zm-73 49.75l-7 56v64.9l-15.582 46.745L256 319.238l22.582-79.033L263 193.46v-64.9l-7-56zm25 110.89v7.09l10.03 30.09 19.97-5.704v-17.322c-12.287-6.115-21.97-10.802-30-14.153zm-50 .005c-7.888 3.29-17.36 7.866-29.324 13.815l.05 17.863 19.243 5.498L231 190.54v-7.085zM192 288v16l32 16-32-32zm128 0l-32 32 32-16v-16zM25.97 372.31c-4.88 23.452-7.363 47.226-4 72.872 10.904-5.418 22.286-8.96 33.968-10.907-12.438-17.27-22.396-38.742-29.97-61.966zm460.01 0c-7.575 23.223-17.532 44.695-29.97 61.965 11.68 1.947 23.063 5.49 33.97 10.907 3.36-25.646.877-49.42-4-72.873zm-396.01 9.833c-3.055 14.682-5.173 29.488-5.51 44.8 5.497-4.264 11.312-8.804 18.14-12.713-4.768-10.11-8.98-20.89-12.63-32.087zm332.01 0c-3.653 11.196-7.865 21.977-12.632 32.087 6.828 3.91 12.642 8.45 18.138 12.713-.336-15.312-2.453-30.118-5.507-44.8zm-290.37 41.654c-7.614.14-13.588 2.403-19.616 5.793-5.165 2.904-10.355 6.87-15.77 11.033l106.108 63.19-63.082-79.325c-2.088-.296-4.228-.656-6.094-.69-.523-.01-1.037-.01-1.545 0zm247.183 0c-1.866.035-4.007.394-6.096.69l-63.084 79.33 106.112-63.194c-5.415-4.163-10.607-8.13-15.772-11.033-6.43-3.616-12.796-5.95-21.16-5.793zm-301.2 26.69c-21.304.15-40.785 5.3-58.886 17.447l4.56 19.586 132.567 9.953-60.994-36.627.115-.03-8.922-5.312.008.058-8.448-5.074zm356.764 0l-8.45 5.077.007-.06-8.922 5.312.117.03-60.997 36.63 132.57-9.956 4.557-19.586c-18.1-12.148-37.58-17.298-58.883-17.446z"/></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="M290.352 13.213l-11.475 218.984 204.68-78.584a219.242 219.284 0 0 0-193.205-140.4zm-51.39 47.566A219.242 219.284 0 0 0 38.59 206.24a219.242 219.284 0 0 0 77.3 250.918 219.242 219.284 0 0 0 262.49-3.092 219.242 219.284 0 0 0 71.366-252.67l-204.682 78.583 12.24-218.943a219.242 219.284 0 0 0-18.34-.258z"/></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 22.017l-69.427 102.007-123.038-9.32L100 232.584l-84 90.384 114.898 44.987 18.292 122.028L256 428.2l106.81 61.783 18.292-122.028L496 322.968l-84-90.385 36.465-117.88-123.038 9.32z"/></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="M25 43.637v13.447c166.014 44.44 287.965 45.322 452.29 2.586l4.93-14.79C317.103 87.802 190.876 87.396 25 43.636zm7.965 34.168l20.83 41.66c169.675 15.31 234.248 15.327 403.537.074l13.19-39.575c-156.893 39.28-279.4 38.56-437.557-2.16zM247.027 137l-11.5 46h40.946l-11.5-46h-17.946zM89 140.623V361H48v-41h16l-24-16-24 16h16v41h-7v14h7v71.14h-7v14h7V496h16v-35.86h41V487h46v-26.86h41V496h16v-35.86h7v-14h-7V375h7v-14h-7v-41h16l-24-16-24 16h16v41h-41V144.207c-14.517-1.026-29.803-2.226-46-3.584zm334 0c-16.197 1.358-31.483 2.558-46 3.584V361h-41v-41h16l-24-16-24 16h16v41h-7v14h7v71.14h-7v14h7V496h16v-35.86h41V487h46v-26.86h41V496h16v-35.86h7v-14h-7V375h7v-14h-7v-41h16l-24-16-24 16h16v41h-41V140.623zM44.486 185l10 30H71v-30H44.486zM153 185v30h206v-30h-63.473l4 16h-87.054l4-16H153zm288 0v30h16.514l10-30H441zM48 375h41v71.14H48V375zm87 0h41v71.14h-41V375zm201 0h41v71.14h-41V375zm87 0h41v71.14h-41V375z"/></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" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;text-transform:none;block-progression:tb;white-space:normal;isolation:auto;mix-blend-mode:normal;solid-color:#000000;solid-opacity:1" d="M256 18.365L50.14 136 256 253.635 461.86 136 256 18.365zm-154 168L50.14 216 256 333.635 461.86 216 410 186.365l-154 88-154-88zm0 80L50.14 296 256 413.635 461.86 296 410 266.365l-154 88-154-88zm0 80L50.14 376 256 493.635 461.86 376 410 346.365l-154 88-154-88z" color="#000" font-family="sans-serif" overflow="visible" fill-rule="evenodd" stroke-width="18" stroke-linecap="square" enable-background="accumulate"/></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="M294.818 43.27c-.957.003-1.917.014-2.88.035-46.15.993-96.56 23.687-128.614 54.82-41.965 40.758-91.926 108.163-118.896 173.047-13.486 32.442-21.17 64.22-19.93 91.305 1.24 27.085 10.723 49.188 32.54 65.546 15.71 11.78 28.638 10.986 44.814 2.72 16.175-8.268 34.067-25.324 52.433-45.405 36.732-40.162 74.766-92.452 121.008-107.932 61.794-20.685 98.278-34.43 120.926-46.785 22.646-12.353 31.392-22.466 40.74-39.08 7.302-12.974 8.365-26.067 5.03-39.882-3.334-13.814-11.388-28.167-22.45-41.62-22.127-26.903-56.253-49.946-83.706-60.003-12.75-4.67-26.652-6.79-41.016-6.764zm3.418 24.26c21.21-.103 42.145 4.338 58.493 16.677 47.554 35.895 86.454 58.96 54.377 111.88-32.076 52.923-177.004 58.17-217.56 20.06-1.663-10.596-12.613-91.45 10.176-121.653 12.52-10.007 54.02-26.77 94.513-26.965zm-119.87 43.66c-1.058 1.99-7.086 83.113-10.403 98.937-19.397 9.728-71.78 21.074-73.92 6.977 3.618-16.654 37.1-71.993 84.324-105.915zm278.095 26.248c1.196 3.294 2.213 6.627 3.026 9.996 4.2 17.4 2.736 35.916-6.84 52.933-10.34 18.374-23.007 32.528-47.808 46.057-24.8 13.53-61.8 27.285-123.832 48.05-36.878 12.346-75.83 61.892-113.438 103.012-18.804 20.56-37.417 39.008-57.525 49.285-5.895 3.014-12.05 5.204-18.322 6.418 3.03 1.73 6.143 3.338 9.165 4.728 8.116 3.734 16.547 5.668 17.197 5.686 14.037-.65 29.08-8.326 44.816-21.024 15.82-12.764 32.063-30.284 48.493-48.676 32.86-36.784 65.744-77.523 104.444-90.478 61.817-20.694 98.67-34.278 121.465-46.543 22.794-12.264 31.4-22.235 40.044-39.028 9.733-18.912 10.244-32.256 4.506-46.28-4.33-10.583-12.968-21.73-25.39-34.135zm-314.546 95.466c33.96-.19 69.09 16.75 104.688 36.092-71.258 37.318-141.89 180.326-187.133 133.99-18.206-20.105-19.433-119.77 30.147-153.564 17.043-11.616 34.51-16.418 52.297-16.518zm-36.463 73.213c-5.436.103-10.92 1.77-14.74 4.787-12.34 9.753-21.72 34.145-11.206 45.844 10.057 11.19 35.46 5.816 44.728-6.012 8.262-10.544 5.69-31.088-4.32-40.02-3.632-3.24-9.023-4.7-14.46-4.6z"/></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 25C128.316 25 25 128.316 25 256s103.316 231 231 231 231-103.316 231-231S383.684 25 256 25zm0 14c119.74 0 217 97.26 217 217s-97.26 217-217 217S39 375.74 39 256 136.26 39 256 39zm0 18c-7.78 0-15.453.46-23 1.326v111.697c7.34-1.968 15.05-3.023 23-3.023 7.95 0 15.66 1.055 23 3.023V58.326C271.453 57.46 263.78 57 256 57zm-41 4.227c-16.142 3.373-31.56 8.696-46 15.716V215h8.035c8.456-16.208 21.757-29.51 37.965-37.965V61.227zm82 0v115.808c16.208 8.456 29.51 21.757 37.965 37.965H343V76.943c-14.44-7.02-29.858-12.343-46-15.716zM151 86.885c-17.284 10.744-32.797 24.06-46 39.422V236.45c3.02-1.604 5.64-2.958 7.686-4.18 2.893-1.726 4.5-3.113 5.224-4.1.726-.987 1.09-1.67 1.09-4.17v-9h32V86.885zm210 0V215h32v9c0 2.5.39 3.29 1.123 4.338.734 1.048 2.253 2.43 4.87 4.174 2.117 1.412 4.885 3.023 8.007 5.017V126.306c-13.203-15.363-28.716-28.678-46-39.422zm-274 63.93C67.99 181.326 57 217.362 57 256c0 38.64 10.99 74.676 30 105.184V264.66c-.652-.463-1.307-.936-1.97-1.426L75.26 256l9.773-7.234c.663-.49 1.318-.963 1.97-1.426v-96.524zm338 0v101.458l3.73 3.727-3.73 3.727v101.457c19.01-30.508 30-66.545 30-105.184 0-38.64-10.99-74.676-30-105.184zM256 185c-39.32 0-71 31.68-71 71s31.68 71 71 71 71-31.68 71-71-31.68-71-71-71zm0 30c22.537 0 41 18.463 41 41s-18.463 41-41 41-41-18.463-41-41 18.463-41 41-41zm-120.596 18c-.756 2.114-1.724 4.108-2.99 5.83-2.95 4.013-6.696 6.626-10.504 8.9-4.574 2.73-9.558 5.203-14.924 8.27 5.365 3.067 10.35 5.54 14.924 8.27 3.808 2.274 7.554 4.887 10.504 8.9 1.266 1.722 2.234 3.716 2.99 5.83h34.62c-1.97-7.34-3.024-15.05-3.024-23 0-7.95 1.055-15.66 3.023-23h-34.62zM256 233c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm85.977 0c1.968 7.34 3.023 15.05 3.023 23 0 7.95-1.055 15.66-3.023 23h34.593c.723-2.052 1.635-3.988 2.807-5.662 2.766-3.952 6.247-6.57 9.63-8.826 4.285-2.856 8.634-5.36 13.007-8.512-4.373-3.152-8.722-5.656-13.006-8.512-3.384-2.256-6.865-4.874-9.63-8.826-1.173-1.674-2.085-3.61-2.808-5.662h-34.593zM407 274.47c-3.122 1.995-5.89 3.606-8.008 5.018-2.616 1.744-4.135 3.126-4.87 4.174C393.39 284.712 393 285.5 393 288v9h-32v128.115c17.284-10.744 32.797-24.06 46-39.422V274.47zm-302 1.08v110.143c13.203 15.363 28.716 28.678 46 39.422V297h-32v-9c0-2.5-.364-3.183-1.09-4.17-.725-.987-2.33-2.374-5.224-4.1-2.046-1.222-4.667-2.576-7.686-4.18zM169 297v138.057c14.44 7.02 29.858 12.343 46 15.716V334.965c-16.208-8.456-29.51-21.757-37.965-37.965H169zm165.965 0c-8.456 16.208-21.757 29.51-37.965 37.965v115.808c16.142-3.373 31.56-8.696 46-15.716V297h-8.035zM233 341.977v111.697c7.547.866 15.22 1.326 23 1.326 7.78 0 15.453-.46 23-1.326V341.977c-7.34 1.968-15.05 3.023-23 3.023-7.95 0-15.66-1.055-23-3.023z"/></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.352 93.28c-65.93 0-125.644 4.402-168.39 11.402-21.374 3.5-38.557 7.704-49.683 12.01-5.563 2.155-9.59 4.392-11.624 6.02-.637.51-.72.65-.95.897.23.245.312.39.95.9 2.034 1.627 6.06 3.864 11.623 6.017 11.125 4.307 28.308 8.512 49.68 12.012 42.748 7 102.46 11.4 168.392 11.4 65.93 0 125.643-4.4 168.39-11.4 21.374-3.5 38.557-7.706 49.682-12.013 5.562-2.153 9.587-4.39 11.62-6.017.64-.51.723-.655.952-.9-.23-.247-.313-.39-.95-.9-2.035-1.626-6.06-3.863-11.622-6.017-11.125-4.307-28.308-8.512-49.682-12.01-42.747-7-102.46-11.404-168.39-11.404zm-.352 9.183a163.82 16.505 0 0 1 92.246 2.867v27.258A163.82 16.505 0 0 1 256 135.473 163.82 16.505 0 0 1 92.182 118.97 163.82 16.505 0 0 1 256 102.462zm110.246 4.322a163.82 16.505 0 0 1 53.572 12.184 163.82 16.505 0 0 1-53.572 12.182v-24.367zM25 144.395v106.216h.154v8.585c.015-.522.326.768 3.977 2.98 4.275 2.587 11.744 5.63 21.66 8.442 3.438.976 7.193 1.93 11.21 2.862V155.956c-11.84-2.584-21.97-5.45-30.22-8.644-2.423-.94-4.67-1.905-6.78-2.917zm462 .337c-1.905.89-3.923 1.746-6.078 2.58-13.184 5.104-31.178 9.373-53.272 12.99-44.187 7.236-104.57 11.64-171.298 11.64-60.444 0-115.64-3.622-158.352-9.68V280.08c11.88 1.733 24.956 3.294 39.1 4.63 73.627 6.96 164.876 6.96 238.504 0 36.813-3.48 66.478-8.47 86.308-14.093 9.915-2.812 17.386-5.855 21.66-8.443 1.945-1.178 2.918-2.08 3.428-2.604V144.732zM48 288.514V496h38V296.46c-14.57-2.36-27.292-5.02-38-7.946zm416 .19c-21.43 5.786-50.79 10.532-86.703 13.927-75.007 7.092-166.884 7.092-241.89 0-4.578-.432-9.045-.89-13.407-1.364V496h342V288.705z"/></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="M14.922 14.21V197.01c105.426 65.67 171.442 156.49 109.213 299.017 71.456-76.97 99.707-180.437 72.418-273.904l-43.217 28.034c-8.593-32.65-25.23-63.915-44.04-88.097-18.808-24.182-35.91-41.747-54.142-58.317l12.57-13.83c26.36 23.958 50.918 50.426 71.26 81.727 122.584 56.688 209.387 144.066 155.1 301.027 65.208-82.512 85.325-187.03 50.81-277.992l-41.466 30.37c-9.225-26.42-23.88-51.128-43.455-74.562-31.626-34.863-68.584-59.443-108.29-79.904l8.56-16.61c46.226 23.82 90.127 53.793 126.312 98.87C399.033 189.56 479.498 260.64 456.44 409.59c49.442-93.163 50.723-200.15.585-283.248l-35.04 38.547C379.276 89.6 288.66 35.463 159.76 14.21H14.924z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M290.72 13.396c-79.94 38.87 9.013 152.854-74.402 191.567 21.946-43.348 30.93-118.453-39.69-169.342v.003c57.41 92.152-39.578 101.073 10.68 235.037.884 2.098 1.724 4.216 2.467 6.383-.86-2.16-1.682-4.286-2.468-6.383-17.056-40.42-58.356-69.442-47.875-146.558-92.397 139.136 61.726 179.234 39.968 296.226-20.22-52.322-96.068-38.077-65.88-94.582-81.617 64.483 68 99.77-25.282 168.19h349.006c-44.892-35.722-38.733-108.488-9.29-92.71-14.63-42.75-54.515-10.383-56.477 22.604-15.55-101.866 86.23-108.78 74.388-226.197-19.395 67.794-73.366 65.522-92.71 55.322 68.964-32.598 91.818-125.04 17.15-161.248 23.033 28.635 15.785 123.762-33.243 84.998-18.193-14.385-70.182-60.235-46.34-163.31zm-165.656 4.778c-6.35.16-12.967 2.232-19.62 6.578 38.005 7.337 57.7 61.682 52.892 122.08 34.38-59.225 5.54-129.638-33.272-128.658zm218.29 44.633c8.507 47.444-17.105 75.028-38.82 30.52 22.306 83.01 95.766 93.25 38.82-30.52zm103.84 93.88c35.616 36.454 25.294 104.74-14.133 160.057 81.137-36.52 81.26-153.81 14.133-160.057zm-379.22 78.917c19.553 54.61-90.043 56.077 5.62 157.767-38.953-68.595 67.41-69.424-5.62-157.766z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M290.72 13.396c-79.94 38.87 9.013 152.854-74.402 191.567 21.946-43.348 30.93-118.453-39.69-169.342v.003c57.41 92.152-39.578 101.073 10.68 235.037.884 2.098 1.724 4.216 2.467 6.383-.86-2.16-1.682-4.286-2.468-6.383-17.056-40.42-58.356-69.442-47.875-146.558-92.397 139.136 61.726 179.234 39.968 296.226-20.22-52.322-96.068-38.077-65.88-94.582-81.617 64.483 68 99.77-25.282 168.19h349.006c-44.892-35.722-38.733-108.488-9.29-92.71-14.63-42.75-54.515-10.383-56.477 22.604-15.55-101.866 86.23-108.78 74.388-226.197-19.395 67.794-73.366 65.522-92.71 55.322 68.964-32.598 91.818-125.04 17.15-161.248 23.033 28.635 15.785 123.762-33.243 84.998-18.193-14.385-70.182-60.235-46.34-163.31zm-165.656 4.778c-6.35.16-12.967 2.232-19.62 6.578 38.005 7.337 57.7 61.682 52.892 122.08 34.38-59.225 5.54-129.638-33.272-128.658zm218.29 44.633c8.507 47.444-17.105 75.028-38.82 30.52 22.306 83.01 95.766 93.25 38.82-30.52zm103.84 93.88c35.616 36.454 25.294 104.74-14.133 160.057 81.137-36.52 81.26-153.81 14.133-160.057zm-379.22 78.917c19.553 54.61-90.043 56.077 5.62 157.767-38.953-68.595 67.41-69.424-5.62-157.766z"/></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="M197.666 22.36c-37.354 0-67.637 30.284-67.637 67.64 0 11.57 2.908 22.46 8.03 31.982-41.127 38.07-75.686 84.545-97.312 134.717-55.608 129.01-4.667 233.597 113.78 233.597 118.446 0 259.545-104.586 315.154-233.598C525.29 127.686 474.352 23.1 355.904 23.1c-34.222 0-70.334 8.745-105.73 24.273-12.402-15.26-31.313-25.014-52.508-25.014zm-6.7 14.083l13.288 27.666 30.496-7.065-15.695 24.07C214.683 77.09 208.6 74.9 202.207 75.4c-12.196.954-21.35 11.656-20.398 23.852.167 2.03.958 3.905 1.618 5.732l-28.75 6.932 17.93-25.418-21.702-22.908 31.223 2.25 8.835-29.397zm129.49 16.44c2.93-.008 5.85.073 8.753.242 74.362 4.336 116.098 66.005 108.73 147.703-13.446 90.524-69.506 168.88-165.03 199.758 18.422 3.867 35.72 4.313 51.713 1.797-44.73 36.55-96.58 57.906-144.285 55.125-24.947-1.455-46.217-9.37-63.2-22.32 18.472 2.268 40.657-1.352 65.132-12.37C122.06 410.5 80 368.245 88.89 297.358c-7.795 11.485-13.765 22.637-18.103 33.308-.356-26.225 4.678-55.082 15.75-85.158 6.296-17.1 14.182-33.6 23.348-49.264 13.746-19.44 29.697-36.908 47.365-52.037 11.277 8.425 25.256 13.43 40.416 13.43 37.354 0 67.64-30.283 67.64-67.637 0-.786-.033-1.563-.06-2.342 32.21-8.183 66.18-10.1 100.418-4.625-16.914-15.152-34.966-24.902-53.45-29.894 2.756-.16 5.505-.25 8.24-.257z"/></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(1713) }
7
+ it('has the expected number of icons') { expect(GameIcons.names.count).to eq(1725) }
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.6.0.20150609
4
+ version: 0.7.0.20150615
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-09 00:00:00.000000000 Z
11
+ date: 2015-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -233,12 +233,14 @@ files:
233
233
  - resources/icons/delapouite/originals/svg/carrot.svg
234
234
  - resources/icons/delapouite/originals/svg/castle.svg
235
235
  - resources/icons/delapouite/originals/svg/cctv-camera.svg
236
+ - resources/icons/delapouite/originals/svg/checkered-flag.svg
236
237
  - resources/icons/delapouite/originals/svg/cherry.svg
237
238
  - resources/icons/delapouite/originals/svg/chest.svg
238
239
  - resources/icons/delapouite/originals/svg/church.svg
239
240
  - resources/icons/delapouite/originals/svg/cigarette.svg
240
241
  - resources/icons/delapouite/originals/svg/clapperboard.svg
241
242
  - resources/icons/delapouite/originals/svg/closed-doors.svg
243
+ - resources/icons/delapouite/originals/svg/coffee-beans.svg
242
244
  - resources/icons/delapouite/originals/svg/coffee-cup.svg
243
245
  - resources/icons/delapouite/originals/svg/coins.svg
244
246
  - resources/icons/delapouite/originals/svg/compact-disc.svg
@@ -320,6 +322,7 @@ files:
320
322
  - resources/icons/delapouite/originals/svg/ocarina.svg
321
323
  - resources/icons/delapouite/originals/svg/oil-rig.svg
322
324
  - resources/icons/delapouite/originals/svg/orange.svg
325
+ - resources/icons/delapouite/originals/svg/overlord-helm.svg
323
326
  - resources/icons/delapouite/originals/svg/oyster-pearl.svg
324
327
  - resources/icons/delapouite/originals/svg/palette.svg
325
328
  - resources/icons/delapouite/originals/svg/pan-flute.svg
@@ -331,6 +334,7 @@ files:
331
334
  - resources/icons/delapouite/originals/svg/pear.svg
332
335
  - resources/icons/delapouite/originals/svg/pencil.svg
333
336
  - resources/icons/delapouite/originals/svg/piano-keys.svg
337
+ - resources/icons/delapouite/originals/svg/pie-chart.svg
334
338
  - resources/icons/delapouite/originals/svg/piggy-bank.svg
335
339
  - resources/icons/delapouite/originals/svg/pikeman.svg
336
340
  - resources/icons/delapouite/originals/svg/pin.svg
@@ -357,13 +361,17 @@ files:
357
361
  - resources/icons/delapouite/originals/svg/sawed-off-shotgun.svg
358
362
  - resources/icons/delapouite/originals/svg/sea-star.svg
359
363
  - resources/icons/delapouite/originals/svg/sergeant.svg
364
+ - resources/icons/delapouite/originals/svg/seven-pointed-star.svg
360
365
  - resources/icons/delapouite/originals/svg/shaking-hands.svg
361
366
  - resources/icons/delapouite/originals/svg/sheep.svg
367
+ - resources/icons/delapouite/originals/svg/shinto-shrine.svg
362
368
  - resources/icons/delapouite/originals/svg/sickle.svg
363
369
  - resources/icons/delapouite/originals/svg/siege-tower.svg
364
370
  - resources/icons/delapouite/originals/svg/smoking-pipe.svg
365
371
  - resources/icons/delapouite/originals/svg/socks.svg
372
+ - resources/icons/delapouite/originals/svg/stack.svg
366
373
  - resources/icons/delapouite/originals/svg/stairs.svg
374
+ - resources/icons/delapouite/originals/svg/steak.svg
367
375
  - resources/icons/delapouite/originals/svg/steering-wheel.svg
368
376
  - resources/icons/delapouite/originals/svg/stone-bridge.svg
369
377
  - resources/icons/delapouite/originals/svg/stone-pile.svg
@@ -391,8 +399,10 @@ files:
391
399
  - resources/icons/delapouite/originals/svg/udder.svg
392
400
  - resources/icons/delapouite/originals/svg/ufo.svg
393
401
  - resources/icons/delapouite/originals/svg/union-jack.svg
402
+ - resources/icons/delapouite/originals/svg/viking-shield.svg
394
403
  - resources/icons/delapouite/originals/svg/walkie-talkie.svg
395
404
  - resources/icons/delapouite/originals/svg/warlock-eye.svg
405
+ - resources/icons/delapouite/originals/svg/warp-pipe.svg
396
406
  - resources/icons/delapouite/originals/svg/watch.svg
397
407
  - resources/icons/delapouite/originals/svg/watchtower.svg
398
408
  - resources/icons/delapouite/originals/svg/wheelbarrow.svg
@@ -507,6 +517,7 @@ files:
507
517
  - resources/icons/lorc/originals/svg/bandage-roll.svg
508
518
  - resources/icons/lorc/originals/svg/bandaged.svg
509
519
  - resources/icons/lorc/originals/svg/barbed-arrow.svg
520
+ - resources/icons/lorc/originals/svg/barbed-nails.svg
510
521
  - resources/icons/lorc/originals/svg/barbed-spear.svg
511
522
  - resources/icons/lorc/originals/svg/barbed-wire.svg
512
523
  - resources/icons/lorc/originals/svg/barbute.svg
@@ -1445,6 +1456,7 @@ files:
1445
1456
  - resources/icons/lorc/originals/svg/squid.svg
1446
1457
  - resources/icons/lorc/originals/svg/stag-head.svg
1447
1458
  - resources/icons/lorc/originals/svg/stalagtite.svg
1459
+ - resources/icons/lorc/originals/svg/star-cycle.svg
1448
1460
  - resources/icons/lorc/originals/svg/star-prominences.svg
1449
1461
  - resources/icons/lorc/originals/svg/star-pupil.svg
1450
1462
  - resources/icons/lorc/originals/svg/star-sattelites.svg
@@ -1914,7 +1926,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1914
1926
  version: '0'
1915
1927
  requirements: []
1916
1928
  rubyforge_project:
1917
- rubygems_version: 2.4.5
1929
+ rubygems_version: 2.2.2
1918
1930
  signing_key:
1919
1931
  specification_version: 2
1920
1932
  summary: Icons from game-icons.net
@@ -1926,4 +1938,3 @@ test_files:
1926
1938
  - spec/optional_deps_spec.rb
1927
1939
  - spec/regression_spec.rb
1928
1940
  - spec/spec_helper.rb
1929
- has_rdoc: