game_icons 0.12.0.20150721 → 0.13.0.20150730
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +16 -16
- data/CHANGELOG.md +4 -0
- data/Gemfile +4 -4
- data/LICENSE.txt +22 -22
- data/README.md +6 -1
- data/lib/game_icons.rb +14 -14
- data/lib/game_icons/did_you_mean.rb +65 -0
- data/lib/game_icons/finder.rb +10 -2
- data/lib/game_icons/tasks/sanity_test.rb +25 -25
- data/lib/game_icons/tasks/update.rb +30 -30
- data/lib/game_icons/version.rb +1 -1
- data/resources/icons/delapouite/originals/svg/audio-cassette.svg +1 -0
- data/resources/icons/delapouite/originals/svg/backgammon.svg +1 -0
- data/resources/icons/delapouite/originals/svg/freemasonry.svg +1 -0
- data/resources/icons/delapouite/originals/svg/night-vision.svg +1 -0
- data/resources/icons/delapouite/originals/svg/nunchaku.svg +1 -0
- data/resources/icons/delapouite/originals/svg/pinball-flipper.svg +1 -0
- data/resources/icons/delapouite/originals/svg/police-target.svg +1 -0
- data/resources/icons/delapouite/originals/svg/skeletal-hand.svg +1 -0
- data/resources/icons/delapouite/originals/svg/traffic-lights-green.svg +1 -0
- data/resources/icons/delapouite/originals/svg/traffic-lights-orange.svg +1 -0
- data/resources/icons/delapouite/originals/svg/traffic-lights-ready-to-go.svg +1 -0
- data/resources/icons/delapouite/originals/svg/traffic-lights-red.svg +1 -0
- data/resources/icons/delapouite/originals/svg/trojan-horse.svg +1 -0
- data/resources/icons/delapouite/originals/svg/tv.svg +1 -0
- data/resources/icons/license.txt +1 -0
- data/resources/icons/lorc/originals/svg/daemon-skull.svg +1 -0
- data/resources/icons/lorc/originals/svg/fission.svg +1 -0
- data/resources/icons/lorc/originals/svg/grapple.svg +1 -0
- data/resources/icons/lorc/originals/svg/lightning-mask.svg +1 -0
- data/resources/icons/lorc/originals/svg/power-lightning.svg +1 -0
- data/resources/icons/lorc/originals/svg/striking-arrows.svg +1 -0
- data/resources/icons/lorc/originals/svg/thunder-blade.svg +1 -0
- data/resources/icons/lord-berandas/originals/svg/bomber.svg +1 -0
- data/resources/icons/lord-berandas/originals/svg/heavy-fighter.svg +1 -0
- data/resources/icons/lord-berandas/originals/svg/light-fighter.svg +1 -0
- data/resources/icons/lord-berandas/originals/svg/power-button.svg +1 -0
- data/spec/did_you_mean_spec.rb +104 -0
- data/spec/finder_spec.rb +2 -2
- data/spec/regression_spec.rb +1 -1
- metadata +30 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52329096f7b6bc8bbbb27307ce5bb0cd6308033f
|
4
|
+
data.tar.gz: 4da46d10f3b3be95d11e7e47fe51d21911753565
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dab16b74eb522af2816fca5e9ff5c98018ec7d67078bd7f3cce5c0d8299d60f40bdbf219b3e15866281ba80624cecfda4f850f9b17ee8324bc2e5b963a81925
|
7
|
+
data.tar.gz: 6a1321c6a9d137b008a57eb9a304dce1bb59d4bc842fb2d8c6374723efc0917cc213363f73ac595af7c184a21b2e2d21bd8021beda945ffb02bce498a3159e8e
|
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,10 @@ 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.13.0 / Unreleased
|
8
|
+
* Added a "Did you mean..." fuzzy search to the exception handler on `GameIcons.get`
|
9
|
+
* Update for Jul 30 icons
|
10
|
+
|
7
11
|
## v0.12.0 / 2015-07-21
|
8
12
|
* Update for Jul 21 icons
|
9
13
|
|
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
@@ -29,6 +29,8 @@ GameIcons.get(:flame).file # symbols work too
|
|
29
29
|
GameIcons.get('glass-heart').string # the SVG string
|
30
30
|
GameIcons.get('glass-heart').string # the SVG string
|
31
31
|
GameIcons.get('glass-heart').recolor(fg: '333', bg: 'ccc').string # Recolor the foreground and background to different shades of gray
|
32
|
+
|
33
|
+
GameIcons.names # returns an array of all names
|
32
34
|
```
|
33
35
|
|
34
36
|
## Working With Squib
|
@@ -40,10 +42,13 @@ require 'game_icons' # Be sure to also put this in your Gemfile and run "bundle
|
|
40
42
|
require 'squib'
|
41
43
|
|
42
44
|
Squib::Deck.new do
|
45
|
+
#You can access just the file
|
43
46
|
svg file: GameIcons.get('glass-heart').file
|
47
|
+
#Or you can get the data as a string
|
48
|
+
svg data: GameIcons.get('glass-heart').string
|
49
|
+
svg data: GameIcons.get('glass-heart').recolor(fg: '333', bg: 'ccc').string
|
44
50
|
end
|
45
51
|
```
|
46
|
-
Recoloring for Squib support is [coming soon](https://github.com/andymeneely/squib/issues/65)...
|
47
52
|
|
48
53
|
## We Are Not Game-Icons.net
|
49
54
|
|
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
|
@@ -0,0 +1,65 @@
|
|
1
|
+
require 'game_icons/db'
|
2
|
+
|
3
|
+
module GameIcons
|
4
|
+
class DidYouMean
|
5
|
+
def initialize(names)
|
6
|
+
@letter_freqs = lex(names)
|
7
|
+
end
|
8
|
+
|
9
|
+
def query(q, result_size = 5)
|
10
|
+
q = scrub(q.downcase.strip)
|
11
|
+
q_freq = char_freq(q)
|
12
|
+
scores = Hash.new(0)
|
13
|
+
@letter_freqs.each do |name, freq|
|
14
|
+
scores[name] = score(freq, q_freq)
|
15
|
+
end
|
16
|
+
top(result_size, scores)
|
17
|
+
end
|
18
|
+
|
19
|
+
private
|
20
|
+
def lex(names)
|
21
|
+
names.inject({}) do |freqs, name|
|
22
|
+
freqs[name] = char_freq(scrub(name.downcase.strip))
|
23
|
+
freqs
|
24
|
+
end
|
25
|
+
end
|
26
|
+
|
27
|
+
# Computes a hash of each character
|
28
|
+
def char_freq(str)
|
29
|
+
freqs = Hash.new(0)
|
30
|
+
(1..4).each do |i|
|
31
|
+
str.chars.each_cons(i).inject(freqs) do |freq, ngram|
|
32
|
+
ngram = ngram.join
|
33
|
+
freq[ngram] = freq[ngram] + 1
|
34
|
+
freq
|
35
|
+
end
|
36
|
+
end
|
37
|
+
freqs
|
38
|
+
end
|
39
|
+
|
40
|
+
def scrub(str)
|
41
|
+
str.gsub(/[^a-z]/i, '')
|
42
|
+
end
|
43
|
+
|
44
|
+
def score(n_freq, q_freq)
|
45
|
+
score = 0
|
46
|
+
# Go over every freq in the query
|
47
|
+
|
48
|
+
# q_freq.each do |c, count|
|
49
|
+
# score += (n_freq[c] - count).abs
|
50
|
+
# end
|
51
|
+
# Go over everything in n that was not in query
|
52
|
+
(n_freq.keys + q_freq.keys).uniq.each do |k|
|
53
|
+
score += (n_freq[k] - q_freq[k]).abs
|
54
|
+
end
|
55
|
+
score
|
56
|
+
end
|
57
|
+
|
58
|
+
# Return top scoring, sorted by lowest
|
59
|
+
def top(n, scores)
|
60
|
+
scores.sort {|a,b| a[1] <=> b[1]}.map{|x| x[0]}.first(n)
|
61
|
+
end
|
62
|
+
|
63
|
+
|
64
|
+
end
|
65
|
+
end
|
data/lib/game_icons/finder.rb
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
require 'game_icons/db'
|
2
2
|
require 'game_icons/icon'
|
3
|
+
require 'game_icons/did_you_mean'
|
3
4
|
|
4
5
|
module GameIcons
|
5
6
|
class Finder
|
@@ -11,8 +12,15 @@ module GameIcons
|
|
11
12
|
str = icon.to_s.downcase
|
12
13
|
file = DB.files[str] ||
|
13
14
|
DB.files[str.sub(/\.svg$/,'')] ||
|
14
|
-
|
15
|
+
not_found(str, icon)
|
15
16
|
Icon.new(file)
|
16
17
|
end
|
18
|
+
|
19
|
+
private
|
20
|
+
def not_found(str, orig_str)
|
21
|
+
dym = DidYouMean.new(DB.names).query(str)
|
22
|
+
raise("game_icons: could not find icon '#{orig_str}'. Did you mean any of these? #{dym.join(', ')}")
|
23
|
+
end
|
24
|
+
|
17
25
|
end
|
18
|
-
end
|
26
|
+
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
|
data/lib/game_icons/version.rb
CHANGED
@@ -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
|
+
VERSION = '0.13.0.20150730'
|
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="M32.033 96S16 96 16 112.22V384c0 16 15.783 16 15.783 16h54.94l.547-2.184L104.973 327h302.054l17.703 70.816.547 2.184h53.01S496 400 496 385.23V112c0-16-16-16-16-16H32.033zM87 135h338v18H87v-18zm0 48h338v114H87V183zm18 18v78h132.795c5.88-11.722 9.205-24.957 9.205-39s-3.326-27.278-9.205-39H105zm152.465 0c4.85 12.066 7.535 25.223 7.535 39 0 13.777-2.686 26.934-7.535 39h32.89C283.17 267.708 279 254.33 279 240c0-14.33 4.17-27.708 11.354-39h-32.89zm55.676 0c-9.98 9.945-16.14 23.723-16.14 39 0 15.277 6.16 29.055 16.14 39h77.72c9.98-9.945 16.14-23.723 16.14-39 0-15.277-6.16-29.055-16.14-39h-77.72zm-143.677 8.432a32 32 0 0 1 12.06 6.94l-5.12 2.956c5.044 4.037 8.61 9.857 9.693 16.465l5.06-2.922A32 32 0 0 1 192 240a32 32 0 0 1-.787 6.94l-5.072-2.928c-1.016 6.624-4.525 12.476-9.525 16.56l5.065 2.924a32 32 0 0 1-12.217 7.04v-5.778c-2.972 1.164-6.192 1.812-9.553 1.812-3.36 0-6.58-.648-9.553-1.812v5.744a32 32 0 0 1-12.11-7.086l4.944-2.853c-4.995-4.088-8.5-9.943-9.512-16.57l-4.903 2.83A32 32 0 0 1 128 240a32 32 0 0 1 .81-7.027l4.91 2.834c1.08-6.608 4.643-12.43 9.684-16.47l-5.013-2.894a32 32 0 0 1 11.967-6.918v5.786c2.972-1.164 6.193-1.812 9.553-1.812 3.36 0 6.58.648 9.553 1.813v-5.878zm192.11.04a32 32 0 0 1 11.984 6.93l-5.047 2.914c5.044 4.038 8.61 9.857 9.693 16.465l4.963-2.862A32 32 0 0 1 384 240a32 32 0 0 1-.77 6.877l-4.98-2.875c-1.016 6.624-4.526 12.476-9.525 16.56l5.004 2.89a32 32 0 0 1-12.158 7.046v-5.75c-2.97 1.164-6.194 1.81-9.554 1.81-3.36 0-6.58-.646-9.553-1.81v5.793a32 32 0 0 1-12.184-7.093l5.02-2.896c-4.998-4.087-8.503-9.942-9.515-16.568l-5 2.887A32 32 0 0 1 320 240a32 32 0 0 1 .826-7.092l5.002 2.89c1.08-6.61 4.643-12.43 9.684-16.47l-5.073-2.93a32 32 0 0 1 12.025-6.908v5.81c2.972-1.166 6.192-1.812 9.553-1.812 3.36 0 6.583.646 9.554 1.81v-5.825zM119.026 345l-13.75 55h301.446l-13.75-55H119.027zM48 352a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm416 0a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm-304 7h48v18h-48v-18zm144 0h48v18h-48v-18z"/></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="M64 32L16 496h96L64 32zm48 464h48c-20.053 0-37.38-12.205-44.943-29.55L112 496zm48 0h48l-3.057-29.547C197.38 483.798 180.053 496 160 496zm48 0h48c-20.052 0-37.38-12.202-44.943-29.547L208 496zm48 0h48l-3.057-29.55C293.38 483.794 276.053 496 256 496zm48 0h96L352 32l-48 464zm96 0h48c-20.053 0-37.38-12.205-44.943-29.55L400 496zm48 0h48l-3.057-29.55C485.38 483.794 468.053 496 448 496zM160 32l-28.914 279.512c8.12-5.97 18.12-9.512 28.914-9.512s20.795 3.542 28.914 9.512L160 32zm96 0l-40.016 386.82C224.877 406.25 239.516 398 256 398c16.486 0 31.123 8.254 40.016 20.826L256 32zm192 0l-18.373 177.605C435.31 207.288 441.51 206 448 206c6.49 0 12.69 1.288 18.373 3.605L448 32zm0 192c-17.227 0-31 13.773-31 31s13.773 31 31 31 31-13.773 31-31-13.773-31-31-31zm-27.273 71.648l-1.64 15.858c5.583-4.105 12.058-7.062 19.07-8.506-6.336-1.305-12.232-3.846-17.43-7.352zm54.546 0c-5.198 3.506-11.094 6.047-17.43 7.352 7.012 1.444 13.487 4.4 19.07 8.506l-1.64-15.858zM448 320c-17.227 0-31 13.773-31 31s13.773 31 31 31 31-13.773 31-31-13.773-31-31-31zm-324.387 63.732l-3.63 35.08c7.077-9.997 17.788-17.26 30.173-19.812-10.42-2.146-19.66-7.627-26.543-15.268zm72.774 0c-6.884 7.64-16.122 13.122-26.543 15.268 12.384 2.55 23.096 9.813 30.172 19.81l-3.63-35.078zm215.226 0l-3.63 35.08c7.077-9.997 17.788-17.26 30.173-19.812-10.42-2.146-19.66-7.627-26.543-15.268zm72.774 0c-6.884 7.64-16.122 13.122-26.543 15.268 12.385 2.55 23.096 9.815 30.172 19.813l-3.63-35.08zM448 416c-17.227 0-31 13.773-31 31s13.773 31 31 31 31-13.773 31-31-13.773-31-31-31z"/></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 25c-12.537 0-23 10.735-23 24.79 0 2.614.363 5.113 1.033 7.45l30.492-30.492C261.878 25.62 259 25 256 25zm21.043 14.684l-31.96 31.96c3.262 1.88 6.988 2.934 10.917 2.934 12.537 0 23-10.734 23-24.79 0-3.633-.703-7.043-1.957-10.104zm16.78 26.548C287.65 81.57 273.127 92.578 256 92.578c-1.528 0-3.033-.093-4.516-.264l231.92 386.536L293.822 66.232zm-77.09 3.147L28.595 478.85l216.908-361.516-28.772-47.955zM74.98 196.335L19.826 251.49l9.9 9.9 27.577-27.577 6.363-6.364 12.73 12.726-6.365 6.365-27.577 27.577 9.9 9.9 16.264-16.263 6.363-6.363 12.73 12.727-6.366 6.365-16.262 16.264 9.898 9.9 23.915-23.914 19.67-42.812-43.585-43.584zm362.04 0l-43.584 43.584 19.67 42.812 23.914 23.913 9.898-9.9-16.262-16.263-6.365-6.365 12.73-12.726 6.363 6.364 16.263 16.264 9.9-9.9-27.577-27.577-6.365-6.364 12.73-12.727 6.362 6.363 27.576 27.578 9.9-9.9-55.153-55.154zm-271.97 90.07l-31.013 51.692 13.775-13.776 6.364-6.363 12.728 12.726-6.363 6.365-27.575 27.58 9.898 9.897 16.264-16.263 6.363-6.364 12.73 12.727-6.366 6.365-16.264 16.262 9.9 9.9 27.578-27.576 6.364-6.365 12.728 12.728-6.365 6.365-27.576 27.578 9.897 9.898 16.264-16.262 6.366-6.364 12.727 12.73-6.364 6.362-16.264 16.264 9.9 9.9 27.576-27.578 6.364-6.363L256 419.78l11.314-11.31 6.364 6.362 27.576 27.578 9.9-9.9-16.263-16.264-6.363-6.363 12.727-12.73 6.365 6.365 16.263 16.263 9.898-9.897-27.575-27.578-6.365-6.364 12.728-12.727 6.364 6.365 27.578 27.576 9.9-9.9-16.264-16.262-6.365-6.365 12.73-12.727 6.363 6.364 16.264 16.263 9.898-9.898-27.576-27.58-6.364-6.364 12.728-12.727 6.363 6.362 13.776 13.774-31.014-51.69-90.95 90.95-90.95-90.95zM256 422.61l-4.95 4.95-27.577 27.577L256 487.664l32.527-32.527-27.578-27.576-4.95-4.95z"/></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 32a120 125 0 0 0-94.666 48.426A160 160 0 0 1 312.8 240a160 160 0 0 1-2.7 28.555A120 125 0 0 0 376 157 120 125 0 0 0 256 32zM82.77 325.59c-20.904.844-42.686 5.52-64.06 14.258C41.442 400.102 102.352 459.58 208 400c-11.572-32.98-37.17-55.623-69.445-66.71a11.164 13.258 0 0 0-3.733-.778 11.164 13.258 0 0 0-11.162 13.258 11.164 13.258 0 0 0 11.162 13.257 11.164 13.258 0 0 0 .317-.013c-3.8 27.26-9.967 50.298-15.478 50.662-12.182.507-29.582-40.02-36.892-84.086zm346.46 0c-7.31 44.066-24.71 84.593-36.892 84.086-5.727-.378-12.157-25.236-15.908-53.873a13.258 21.127 82.128 0 0 11.097.418 13.258 21.127 82.128 0 0 19.112-16.027 13.258 21.127 82.128 0 0-22.745-10.238 13.258 21.127 82.128 0 0-10.4 3.318c-32.3 11.08-57.916 33.73-69.495 66.727 105.647 59.58 166.557.102 189.29-60.152-21.374-8.74-43.156-13.414-64.06-14.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="M317.096 24.062c-5.96-.065-11.61 1.097-16.576 3.46-2.844 1.352-5.54 3.216-7.788 5.53-.403-.21-.812-.41-1.222-.597-6.663-3.06-14.516-3.974-22.662-2.682-8.147 1.293-15.333 4.59-20.72 9.565-2.037 1.88-3.847 4.1-5.247 6.564-6.555-1.378-13.72-.858-20.835 1.502-7.83 2.598-14.383 7.017-18.893 12.8-4.183 5.363-6.702 12.536-5.017 19.657-5.716 2.527-10.943 6.68-15.26 12.136-3.33 4.207-5.778 8.764-7.252 13.445.43-.01.86-.034 1.29-.036 5.77-.025 11.553.883 17.1 2.524.763-1.585 1.745-3.205 2.977-4.762v-.002c3.106-3.925 6.97-6.464 9.924-7.422 1.108-.36 1.986-.517 2.682-.547 1.16-.05 1.814.252 2.19.55.605.48 1.38 1.646 1.128 4.743-.252 3.097-1.84 7.438-4.945 11.363-.387.49-.785.955-1.19 1.4 5.297 2.93 10.147 6.647 14.202 11.11.374-.437.743-.882 1.104-1.34 5.118-6.467 8.172-13.76 8.768-21.07.143-1.763.12-3.568-.077-5.362 2.33-.377 4.674-.952 7.014-1.73 7.83-2.597 14.386-7.016 18.896-12.798.905-1.16 1.727-2.407 2.45-3.718 5.426 1.51 11.403 1.79 17.548.814 8.146-1.293 15.332-4.59 20.72-9.562.604-.558 1.184-1.15 1.744-1.764 4.798 3.164 10.53 5.28 16.825 6.19 5.96.865 11.75.552 17.017-.905 2.08 6.164 5.987 11.935 11.37 16.81 3.32 3.005 6.922 5.413 10.68 7.165-.11.8-.19 1.6-.23 2.396-.383 7.323 1.673 14.957 5.885 22.05l.06.1c4.868-3.6 10.38-6.292 16.173-8.12-.257-.382-.515-.766-.756-1.172-2.557-4.305-3.55-8.82-3.387-11.922.006-.116.02-.21.027-.32 2.807-.41 5.552-1.292 8.045-2.735 2.478 1.582 5.233 4.258 7.352 7.826 1.12 1.886 1.923 3.805 2.477 5.635 2.363-.2 4.74-.28 7.112-.21 3.896.113 7.777.604 11.555 1.503-.662-5.44-2.587-10.924-5.672-16.118-3.44-5.793-7.886-10.495-13.003-13.75.444-3.374.175-6.83-.637-10.053-1.792-7.11-6.005-13.8-12.12-19.337-6.114-5.537-13.186-9.068-20.44-10.148-2.282-.34-4.653-.41-7-.162-1.52-3.352-3.822-6.33-6.493-8.73-5.455-4.9-12.682-8.1-20.846-9.284-2.04-.297-4.062-.456-6.048-.478zm-.153 18.022c1.167.004 2.38.09 3.62.27 4.954.717 9.087 2.782 11.398 4.86 2.312 2.075 2.555 3.455 2.444 4.217-.11.764-.733 2.02-3.54 3.355-2.804 1.335-7.355 2.14-12.31 1.422-4.954-.718-9.087-2.78-11.398-4.858-.85-.764-1.417-1.433-1.793-2.012l-.006-.045c-.135-.854-.334-1.677-.572-2.48.234-.77 1.02-1.87 3.467-3.036 2.104-1 5.19-1.706 8.69-1.693zm-41.66 5.15c3.5-.06 6.596.604 8.713 1.576 1.662.764 2.555 1.507 3.043 2.147.13.703.288 1.398.487 2.08-.184.796-.773 1.89-2.332 3.33-2.283 2.107-6.39 4.227-11.334 5.012-4.943.783-9.502.038-12.325-1.26-.24-.11-.442-.216-.65-.325-.668-1.71-1.55-3.27-2.604-4.674.336-.69.952-1.537 2.056-2.556 2.283-2.107 6.388-4.23 11.332-5.013 1.236-.195 2.448-.296 3.615-.316zm77.574 13.137c.555-.01 1.207.033 1.975.147 3.073.458 7.3 2.328 11.01 5.688s5.988 7.382 6.748 10.394c.112.443.187.84.246 1.21-2.575.352-5.115 1.17-7.498 2.586-.475.282-.927.583-1.367.897-2.415-.942-5.08-2.494-7.527-4.71-3.71-3.36-5.986-7.38-6.746-10.394-.76-3.013-.19-4.293.328-4.864.388-.428 1.17-.926 2.832-.955zm-116.752 2.82c1.502.038 2.853.23 3.977.538.545.15.997.31 1.408.477.656 1.55 1.496 2.988 2.48 4.312-.257.672-.706 1.484-1.478 2.473-1.91 2.45-5.618 5.21-10.37 6.785-4.75 1.577-9.372 1.582-12.368.76-2.996-.822-3.83-1.95-4.072-2.68-.243-.73-.25-2.132 1.662-4.582 1.91-2.45 5.62-5.208 10.37-6.785 2.97-.985 5.89-1.357 8.39-1.297zm-59.017 60.292c-3.486.012-6.73.665-9.764 1.637l-14.98 41.716c14.94-.53 30.592 4.598 43.185 15.844l15.087-42.016c-4.048-6.298-10.983-11.72-19.174-14.66-4.705-1.69-9.648-2.538-14.355-2.522zm218.244 5.137c-1.85.013-3.715.147-5.572.403-8.62 1.19-16.524 5.063-21.783 10.39l6.056 43.91c12.994-7.39 29.24-10.098 45.612-5.968l-6.1-44.224c-4.637-2.64-10.297-4.275-16.37-4.486-.61-.02-1.226-.03-1.843-.025zm-241.19 56.052c-2.94.025-5.81.362-8.552.974L94.25 328.62c15.76.55 31.143 6.467 43.572 14.772l51.006-142.04c-9.503-11.752-22.635-16.785-34.687-16.68zm249.655 8.53c-10.492.133-20.068 4.036-27.033 9.923l20.38 147.762c9.636-4.558 20.245-6.874 30.696-7.38 1.122-.054 2.244-.088 3.36-.1 3.868-.046 7.694.154 11.425.57l-20.27-146.973c-6.27-2.718-12.563-3.876-18.558-3.8zM97.385 347.1l4.88 25.26 21.296-16.432c-7.988-4.428-17.244-7.707-26.175-8.828zm335.185 14.537c-8.24.1-16.79 1.497-24.318 4.29l15.994 20.153 11.3-24.412c-.987-.026-1.978-.044-2.976-.03zm-350.523.966L69.453 397.68 86.31 384.67l-4.263-22.07zm43.723 14.357l-19.686 15.19 4.977 25.77 14.71-40.96zm321.664 1.88l-10.66 23.028 16.746 21.102-6.086-44.13zm-45.284 8.354l4.953 35.917 8.676-18.742-13.63-17.174zM90.13 404.46L71.75 418.64c4.486.312 9.058 1.267 13.574 2.89 3.167 1.136 6.146 2.543 8.906 4.183L90.13 404.46zm338.18 15.694l-11.498 24.832c4.772-2.43 10.122-4.116 15.85-4.906 3.81-.526 7.568-.622 11.203-.322l-15.556-19.604zm-358.726 16.42c-3.068-.114-5.913.254-8.322.996-4.818 1.484-7.593 4.06-8.737 7.244-1.144 3.186-.64 6.937 2.133 11.147 2.774 4.21 7.846 8.375 14.445 10.745 6.6 2.37 13.165 2.384 17.983.9 4.818-1.483 7.59-4.06 8.734-7.246 1.144-3.186.643-6.936-2.13-11.145-2.774-4.21-7.848-8.376-14.448-10.746-3.3-1.186-6.59-1.782-9.658-1.896zm370.627 21.03c-1.647-.03-3.35.066-5.087.306-6.947.958-12.77 3.986-16.352 7.533-3.58 3.548-4.846 7.116-4.383 10.47.462 3.352 2.646 6.444 7.054 8.89 4.41 2.445 10.834 3.784 17.78 2.826 6.947-.96 12.77-3.99 16.352-7.536 3.582-3.548 4.846-7.114 4.383-10.467-.462-3.353-2.644-6.445-7.053-8.89-3.306-1.835-7.747-3.047-12.69-3.134z"/></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="M99.162 35.82a78.03 78.03 0 0 0-78.03 78.03 78.03 78.03 0 0 0 78.03 78.03 78.03 78.03 0 0 0 78.03-78.03 78.03 78.03 0 0 0-78.03-78.03zM95.26 47.525a62.423 62.423 0 0 1 30.79 8.172 78.03 78.03 0 0 0-7.38-.37 78.03 78.03 0 0 0-78.03 78.028 78.03 78.03 0 0 0 .422 7.413 62.423 62.423 0 0 1-8.224-30.82A62.423 62.423 0 0 1 95.26 47.524zm52.05 228.46c-20.196-.23-31.676 32.785-12.646 43.386 87.042 50.526 175.913 102.776 261.92 152.034 35.522 13.912 75.596-3.603 89.508-39.125 13.912-35.523-3.607-75.598-39.13-89.51-103.56-22.994-199.013-43.756-295.503-66.28-1.418-.327-2.805-.49-4.15-.506zm273.49 107.94a24.02 22.947 21.388 0 1 9.37 1.72 24.02 22.947 21.388 0 1 13.996 30.128 24.02 22.947 21.388 0 1-30.732 12.61 24.02 22.947 21.388 0 1-13.997-30.127 24.02 22.947 21.388 0 1 21.364-14.332z"/></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 25c-38.346 0-71 38.034-71 87s32.654 87 71 87 71-38.034 71-87-32.654-87-71-87zm-9 23h18v7.723c24.195 3.873 43.404 23.082 47.277 47.277H320v18h-7.723c-3.873 24.195-23.082 43.404-47.277 47.277V176h-18v-7.723c-24.195-3.873-43.404-23.082-47.277-47.277H192v-18h7.723c3.873-24.195 23.082-43.404 47.277-47.277V48zm0 26.04C232.628 77.4 221.398 88.63 218.04 103H247V74.04zm18 0V103h28.96C290.6 88.628 279.37 77.398 265 74.04zM218.04 121c3.358 14.372 14.588 25.602 28.96 28.96V121h-28.96zm46.96 0v28.96c14.372-3.358 25.602-14.588 28.96-28.96H265zm33.6 83.273C286.025 212.368 271.546 217 256 217c-15.517 0-29.97-4.615-42.527-12.682-44.338 7.713-72.368 29.064-91.49 65.834C98.098 316.09 89.592 388.232 89.1 487H135V336h18v151h206V336h18v151h45.94c-.29-91.378-5.084-163.5-27.112-211.23-11.38-24.657-26.968-42.898-49.24-55.426-13.287-7.474-29.124-12.897-47.988-16.07zM247 224h18v9.82c18.095 2.283 34.883 11.78 47.824 24.82 15.09 15.205 25.32 35.535 25.32 56.788V343h9.284v18h-9.285v27.572c0 21.286-10.364 41.52-25.493 56.65-12.978 12.977-29.716 22.443-47.65 24.874V480h-18v-9.904c-17.934-2.43-34.672-11.897-47.65-24.875-15.13-15.128-25.493-35.362-25.493-56.648V361h-9.285v-18h9.285V315.386c.103-21.11 10.452-41.294 25.543-56.458 12.95-13.01 29.654-22.562 47.6-25.014V224zm18 28.04v28.077c9.014 2.324 16.945 8.083 23.074 15.29 8.126 9.552 13.496 22.05 13.496 35.26V343h18.573v-27.572c0-15.32-7.855-31.775-20.094-44.108-9.906-9.98-22.44-17.043-35.05-19.28zm-18 .138c-12.454 2.395-24.942 9.5-34.84 19.445-12.293 12.352-20.23 28.74-20.303 43.85V343h18.573v-12.372c.055-13.134 5.496-25.54 13.613-35.058 6.133-7.19 14.007-12.964 22.957-15.36v-28.032zm18 47.23V343h18.57v-12.334c0-8.124-3.668-17.085-9.207-23.596-2.858-3.36-6.105-5.948-9.363-7.662zm-18 .194c-3.216 1.747-6.432 4.333-9.262 7.65-5.574 6.535-9.275 15.46-9.308 23.453V343H247v-43.398zM191.857 361v27.572c0 15.286 7.92 31.622 20.22 43.922 9.91 9.908 22.436 16.966 34.923 19.34v-28.027c-8.938-2.378-16.827-8.11-22.977-15.284-8.143-9.5-13.593-21.95-13.593-35.19V361h-18.573zm36.573 0v12.334c0 8.095 3.69 16.977 9.26 23.477 2.84 3.312 6.074 5.89 9.31 7.626V361h-18.57zm36.57 0v43.436c3.236-1.737 6.47-4.314 9.31-7.625 5.57-6.5 9.26-15.38 9.26-23.476V361H265zm36.57 0v12.334c0 13.238-5.45 25.69-13.593 35.19-6.15 7.174-14.04 12.905-22.977 15.283v28.027c12.487-2.374 25.014-9.432 34.922-19.34 12.3-12.3 20.22-28.636 20.22-43.922V361H301.57z"/></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.61 25.525c-.24-.002-.472.01-.698.04-6.036.447-8.304 9.428-9.457 13.005-.765 16.387.404 18.574 1.324 32.34 4.17-1.2 8.477-1.835 12.788-1.94 5.08-.127 10.157.476 15.022 1.694 1.183-14.606.387-25.685-1.81-32.557-1.974-5.382-7.264-13.057-17.17-12.582zM147.567 49.53c-.62-.024-1.26-.02-1.922.013-6.066 1.007-8.66 9.968-9.63 13.44-.084 11.83.577 16.395 1.484 23.046 7.3-3.137 15.28-4.372 23.102-3.98 1.98.1 3.947.308 5.892.61-.262-9.144-1.402-16.303-3.19-21.22-1.97-4.69-6.45-11.525-15.736-11.91zm234.577 5.716c-5.964.257-12.98 6.254-14.98 9.467-3.832 12.763-4.142 16.74-5.433 25.04 1.813-.05 3.622 0 5.42.15 7.907.672 15.598 3.228 22.38 7.09 3.312-11.086 4.652-19.954 4.257-26.097-.334-4.19-3.424-13.767-9.17-15.382-.792-.223-1.624-.305-2.475-.268zM252.535 87.56c-5.568.098-11.066 1.284-15.498 3.727 3.915 16.74 9.04 35.38.887 55.994 5.526-2.346 11.4-3.49 17.183-3.46 4.525.024 9.007.702 13.338 1.946-4.778-18.102-4.864-36.368-1.1-55.764-4.486-1.637-9.655-2.532-14.81-2.44zm-95.045 12.99c-6.494.177-13.01 1.8-17.957 5.022 5.23 16.7 11.863 35.27 4.647 56.918l-.04.12c-.92 2.862-.773 2.157.358 3.025 4.81-2.72 10.03-4.458 15.32-5.186 3.118-.43 6.26-.545 9.385-.362 2.313.135 4.615.435 6.893.89-7.13-18.768-8.908-38.047-6.436-58.92-2.94-.835-6.113-1.377-9.392-1.496-.923-.033-1.85-.037-2.778-.01zm-96.472 1.51c-2.007-.088-4.342.235-7.094 1.063-8.973 2.49-7.356 6.598-8.12 14.102 1.676 10.703 2.99 15.295 4.704 20.892 8.648-4.985 18.72-7.11 28.484-6.765-1.73-8.804-3.984-15.565-6.512-20.067-2.388-5.023-5.442-8.967-11.462-9.226zm301.052 6.137c-.532-.004-1.062.006-1.588.03-1.76.076-3.48.304-5.12.697-.65 16.804-.666 35.67-13.145 53.066.383-.026.767-.053 1.15-.07 4.753-.206 9.472.348 13.95 1.55 4.908 1.318 9.576 3.37 13.882 6.016.24-18.61 4.996-36.154 13.722-53.763-6.27-4.462-14.87-7.47-22.852-7.526zM79.803 149.7c-8.575.206-19.616 3.163-25.34 7.91 6.807 14.568 14.99 30.547 12.965 50.433 3.414-2.005 7.082-3.5 10.834-4.463 2.7-.692 5.452-1.146 8.222-1.367 2.947-.235 5.914-.195 8.864.086-7.668-16.108-11.197-33.277-11.494-52.183-1.324-.19-2.658-.37-4.05-.416zm175.21 12.12c-6.56-.034-12.477 2.13-17.523 7.14 5.066 27.445 12.187 55.717 4.14 86.86 3.863-1.528 7.87-2.354 11.89-2.433.846-.017 1.692 0 2.54.05 7.723.45 15.01 3.34 21.473 7.983-7.136-30.364-7.94-60.396-3.69-93.24-5.748-3.98-12.486-6.327-18.83-6.36zm-88.374 16.203c-1.484-.023-2.945.06-4.367.256-6.503.895-12.08 3.92-16.402 9.757 9.013 27.392 20.272 55.285 16.056 88.46-.248 2.118-.264 3.898-.092 5.423 6.092-6.135 13.464-9.825 21.295-10.6 1.707-.17 3.412-.212 5.106-.136 3.13.14 6.227.697 9.26 1.603-10.65-28.728-15.355-58.06-15.71-90.764-4.36-2.233-9.057-3.65-13.66-3.94-.497-.033-.993-.052-1.487-.06zm178.704 1.788c-3.81-.013-7.537.908-11.147 2.72-1.545 26.1-1.393 53.79-17.45 80.144l.054-.09c-3.03 5.11-2.72 7.794-1.374 10.72.06.13.145.264.213.395 1.452-.165 2.902-.252 4.34-.237 3.432.036 6.8.584 10.022 1.642 5.87 1.93 11.065 5.296 15.5 9.698 2.098-.327 4.026-.857 5.668-1.58-.915-31.93 5.382-61.34 18.162-92.075-4.598-4.88-10.533-8.643-16.68-10.293-1.9-.51-3.792-.844-5.67-.982-.547-.04-1.094-.06-1.638-.062zM90.77 220.11c-.97-.016-1.938.01-2.893.08-1.775.13-3.505.405-5.143.826-5.094 1.306-9.148 3.77-11.994 7.607 10.976 19.646 23.922 39.995 24.115 66.49.06 3.22.68 4.873 1.81 6.092 3.688-3.67 8.008-6.413 12.76-8.064 4.804-1.67 9.838-2.296 14.925-2.015.31.017.623.044.935.068-13.366-21.43-21.38-44.106-25.754-69.816-2.865-.772-5.84-1.212-8.76-1.266zm361.238 13.697c-6.83.265-11.143 8.22-13.016 11.662-1.473 6.2-2.24 10.29-2.746 13.827 6.79.38 13.315 2.336 19.074 5.445 3.242 1.75 6.272 3.85 9.06 6.23 1.712-8.734 2.18-15.796 1.55-20.89-.22-7.45-.878-12.912-11.72-16.098-.76-.15-1.496-.205-2.202-.177zm-198.15 37.566c-5.736.02-11.392 2.81-16.954 10.98 2.186 24.098 5.206 48.117 5.266 72.733 4.056-.536 8.14-.912 12.22-1.078 4.778-.195 9.545-.12 14.243.222.145-23.142 1.933-46.717 5.226-71.523-5.96-7.075-12.89-10.954-18.852-11.303-.383-.022-.766-.032-1.15-.03zm180.28 5.785c-1.877.034-3.787.338-5.712.793-5.753 19.14-10.762 39.41-22.494 57.7 7.85 3.71 14.216 9.632 18.638 16.565 1.123 1.76 2.124 3.586 3.022 5.46 7.28-22.32 18.26-42.837 33.03-63.23-3.347-5.81-8.253-10.84-13.852-13.863-3.463-1.87-7.058-3.047-10.764-3.363-.618-.054-1.24-.073-1.867-.062zm-248.124 12.006c-.377.01-.75.032-1.114.068-6.014.595-11.696 4.27-16.318 14.58 5.81 24.622 12.43 48.982 16.246 74.385.336-.292.67-.586 1.02-.87 6.656-5.43 14.79-10.045 23.777-13.72-2.564-21.055-3.987-42.725-4.424-65.56-6.58-6.09-13.53-9.017-19.186-8.883zm132.6 2.113v.002c-4.312.093-9.096 2.16-14.536 6.874-3.447 20.253-6.305 40.603-10.912 60.86 9.037 3.065 17.13 7.414 24.313 12.537 5.893-20.932 13.292-41.906 22.23-63.59-3.947-8.366-9.652-13.89-15.327-15.755-1.586-.52-3.217-.85-4.91-.918-.284-.01-.57-.016-.858-.01zm-196.21 17.846c-.633-.018-1.254-.01-1.86.025-1.884.11-3.635.45-5.212.997-5.8 2.015-10.39 6.72-12.533 17.043 13.144 25.046 27.305 49.554 37.286 76.85 4.73-4.38 10.035-8.23 15.68-11.452 2.28-1.302 4.626-2.5 7.015-3.592-10.126-23.7-18.49-48.594-25.706-75.627-5.178-2.682-10.234-4.116-14.67-4.244zm272.242 41.555c-18.752 18.218-37.325 38.756-66.96 47.37l.1-.03c-2.247.682-3.837 1.44-5.018 2.293 9.752 7.94 17.304 18.378 23.06 28.858 19.404-20.463 41.88-35.817 68.932-48.42-.1-6.705-1.94-13.486-5.364-18.852-3.528-5.53-8.406-9.424-14.75-11.218zM261.504 372.12c-18.565.073-39.053 5.082-53.473 12.347 8.687 2.75 16.256 7.877 22.702 14.205 2.912-.117 5.844.092 8.766.65 11.386-7.508 25.232-12.184 39.152-12.96 6.662-.37 13.337.153 19.764 1.68 8.962 2.127 16.753 6.264 23.516 11.6-11.156-12.342-26.23-23.018-45.336-26.34-3.308-.577-6.78-.933-10.35-1.09-1.562-.068-3.144-.097-4.74-.09zm-68.61 28.058c-.688-.004-1.383.01-2.085.04-8.426.37-17.737 3.215-26.122 8-11.182 6.382-20.468 16.082-24.477 25.786-1.752 4.243.537 17.907 5.296 29.47 3.153 7.66 6.092 13.183 8.144 16.862 4.628 5.757 18.354 9.647 33.526 1.07-.918-2.255-1.864-4.7-2.772-7.28-3.866-10.99-8.203-23.92-3.785-36.43 4.364-12.363 13.21-22.71 23.78-29.77 1.67-1.115 3.393-2.15 5.157-3.098-3.45-2.065-7.032-3.49-10.686-4.133-1.907-.335-3.91-.505-5.975-.517zm91.223 4.316c-8.244.064-17.19 2.1-25.226 5.428 3.243 3.152 6.106 6.757 8.626 10.545 6.588 9.904 11.097 21.493 13.597 32.36 1.728 11.428.503 22.12-1.836 32.222-.985 9.276 38.55 14.348 58.803 1.427.358-2.835.71-6.162.795-10.272.205-9.897-1.152-22.028-3.37-27.178-8.107-18.815-22.68-39.064-41.25-43.474-2.197-.522-4.524-.843-6.933-.98-1.053-.06-2.123-.087-3.205-.08zm-51.38 12.192c-6.698.423-13.712 3.178-18.34 6.21-7.552 5.042-13.993 12.83-16.805 20.793-1.13 3.2.402 14.826 3.793 24.464 7.738 26.922 58.007 25.272 61.11 9.313 1.427-7.465 1.872-17.142 1.075-20.606-2.046-8.895-6-18.843-11.04-26.423-5.644-6.907-11.253-13.693-19.794-13.75z"/></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 25v65.2c24.8-40.79 55.195-62.595 87.104-62.225C288.04 28.345 318.2 50.69 343 90.232V25zM90.736 45c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V45zM361 45v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.392 22.664-27.8H361zM256.23 335c-26.064 0-47 20.936-47 47s20.936 47 47 47 47-20.936 47-47-20.936-47-47-47zM192.512 87.17c-2.962 4.148-5.897 8.63-8.795 13.46L169 91.8v145.1c24.8-40.79 55.195-62.596 87.104-62.226 31.937.37 62.097 22.716 86.896 62.258V91.66l-14.648 9.082c-2.686-4.33-5.406-8.38-8.153-12.174.663 3.715 1.03 7.53 1.03 11.432 0 35.792-29.21 65-65 65s-65-29.208-65-65c0-4.39.443-8.68 1.28-12.83zM90.736 193c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V193zM361 193v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.392 22.664-27.8H361zm-169.592 42.45c-2.587 3.704-5.154 7.65-7.69 11.88L169 238.498V378.2c16.455-27.062 35.373-45.76 55.56-55.177 9.274-5.108 19.912-8.023 31.21-8.023 12.692 0 24.548 3.688 34.576 10.025 19.094 10.035 36.95 28.167 52.654 53.207V238.36l-14.648 9.08c-2.378-3.833-4.785-7.443-7.21-10.858.058 1.132.088 2.272.088 3.418 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-1.53.073-3.046.178-4.55zM90.736 333.823c3.416 9.407 11.65 19.54 22.664 27.8 11.553 8.663 25.73 14.91 37.6 17.196v-44.997zm270.264 0v44.996c11.87-2.286 26.047-8.534 37.6-17.198 11.013-8.26 19.248-18.392 22.664-27.8H361zm-40.3 43.444c.04.907.07 1.816.07 2.732 0 35.79-29.21 65-65 65-35.792 0-65-29.21-65-65 0-.813.03-1.618.06-2.423-2.39 3.465-4.765 7.138-7.113 11.053L169 379.8V455h174v-75.34l-14.648 9.082c-2.522-4.066-5.075-7.88-7.65-11.474zM201 473v14h110v-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="M169 25v65.2c24.8-40.79 55.195-62.595 87.104-62.225C288.04 28.345 318.2 50.69 343 90.232V25zM90.736 45c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V45zM361 45v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.392 22.664-27.8H361zM256.23 195c-26.064 0-47 20.936-47 47s20.936 47 47 47 47-20.936 47-47-20.936-47-47-47zM192.512 87.17c-2.962 4.148-5.897 8.63-8.795 13.46L169 91.8v145.1c24.8-40.79 55.195-62.596 87.104-62.226 31.937.37 62.097 22.716 86.896 62.258V91.66l-14.648 9.082c-2.686-4.33-5.406-8.38-8.153-12.174.663 3.715 1.03 7.53 1.03 11.432 0 35.792-29.21 65-65 65s-65-29.208-65-65c0-4.39.443-8.68 1.28-12.83zM90.736 193c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V193zM361 193v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.392 22.664-27.8H361zm-169.592 42.45c-2.587 3.704-5.154 7.65-7.69 11.88L169 238.498V378.2c16.455-27.062 35.373-45.76 55.56-55.177 9.274-5.108 19.912-8.023 31.21-8.023 12.692 0 24.548 3.688 34.576 10.025 19.094 10.035 36.95 28.167 52.654 53.207V238.36l-14.648 9.08c-2.378-3.833-4.785-7.443-7.21-10.858.058 1.132.088 2.272.088 3.418 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-1.53.073-3.046.178-4.55zM90.736 333.823c3.416 9.407 11.65 19.54 22.664 27.8 11.553 8.663 25.73 14.91 37.6 17.196v-44.997zm270.264 0v44.996c11.87-2.286 26.047-8.534 37.6-17.198 11.013-8.26 19.248-18.392 22.664-27.8H361zm-40.3 43.444c.04.907.07 1.816.07 2.732 0 35.79-29.21 65-65 65-35.792 0-65-29.21-65-65 0-.813.03-1.618.06-2.423-2.39 3.465-4.765 7.138-7.113 11.053L169 379.8V455h174v-75.34l-14.648 9.082c-2.522-4.066-5.075-7.88-7.65-11.474zM201 473v14h110v-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="M169 25v65.2c24.8-40.79 55.195-62.595 87.104-62.225C288.04 28.345 318.2 50.69 343 90.232V25H169zM90.736 45c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.666 25.73 14.91 37.6 17.196V45H90.736zM361 45.002v44.994c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.39 22.664-27.798H361zM256.23 53c-26.064 0-47 20.936-47 47s20.936 47 47 47 47-20.936 47-47-20.936-47-47-47zm-63.718 34.17c-2.962 4.148-5.897 8.63-8.795 13.46L169 91.8v145.1c24.8-40.79 55.195-62.596 87.104-62.226 31.937.37 62.097 22.716 86.896 62.258V91.66l-14.648 9.082c-2.686-4.33-5.406-8.38-8.153-12.174.663 3.715 1.03 7.53 1.03 11.432 0 35.792-29.21 65-65 65s-65-29.208-65-65c0-4.39.444-8.68 1.282-12.83zM90.736 193c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.666 25.73 14.91 37.6 17.196V193H90.736zm270.264.002v44.994c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.39 22.664-27.798H361zM191.408 235.45c-2.587 3.703-5.153 7.65-7.69 11.88L169 238.498v139.7c16.455-27.06 35.374-45.758 55.56-55.175 9.275-5.108 19.912-8.023 31.21-8.023 12.692 0 24.548 3.688 34.576 10.025 19.094 10.035 36.95 28.167 52.654 53.207V238.36l-14.648 9.08c-2.378-3.834-4.784-7.443-7.21-10.858.06 1.132.088 2.272.088 3.418 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-1.53.073-3.047.178-4.55zM90.736 333.82c3.416 9.407 11.65 19.54 22.664 27.8 11.553 8.664 25.73 14.91 37.6 17.196v-44.996H90.736zm270.264 0v44.996c11.87-2.285 26.047-8.533 37.6-17.197 11.013-8.26 19.248-18.39 22.664-27.798H361zm-105 1.55c-26.064 0-47 20.935-47 47 0 26.063 20.936 47 47 47s47-20.937 47-47c0-26.065-20.936-47-47-47zm64.7 41.896c.04.907.07 1.814.07 2.73 0 35.792-29.21 65-65 65-35.792 0-65-29.208-65-65 0-.812.03-1.617.06-2.422-2.39 3.465-4.765 7.14-7.113 11.055L169 379.8V455h174v-75.34l-14.648 9.082c-2.522-4.066-5.076-7.88-7.65-11.474h-.003zM201 473v14h110v-14H201z"/></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 25v65.2c24.8-40.79 55.195-62.595 87.104-62.225C288.04 28.345 318.2 50.69 343 90.232V25H169zM90.736 45c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V45H90.736zM361 45v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.393 22.664-27.8H361zm-104.77 8c-26.064 0-47 20.936-47 47s20.936 47 47 47 47-20.936 47-47-20.936-47-47-47zm-63.718 34.17c-2.962 4.148-5.897 8.63-8.795 13.46L169 91.8v145.1c24.8-40.79 55.195-62.596 87.104-62.226 31.937.37 62.097 22.716 86.896 62.258V91.66l-14.648 9.082c-2.686-4.33-5.406-8.38-8.153-12.174.664 3.715 1.03 7.53 1.03 11.432 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-4.39.444-8.68 1.282-12.83zM90.736 193c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V193H90.736zM361 193v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.393 22.664-27.8H361zm-169.592 42.45c-2.587 3.704-5.154 7.65-7.69 11.88L169 238.498V378.2c16.455-27.062 35.373-45.76 55.56-55.177 9.274-5.108 19.912-8.023 31.21-8.023 12.692 0 24.548 3.688 34.576 10.025 19.094 10.035 36.95 28.167 52.654 53.207V238.36l-14.648 9.08c-2.378-3.833-4.785-7.443-7.21-10.858.058 1.132.088 2.272.088 3.418 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-1.53.073-3.046.178-4.55zM90.736 333.823c3.416 9.407 11.65 19.54 22.664 27.8 11.553 8.663 25.73 14.91 37.6 17.196v-44.996H90.736zm270.264 0v44.996c11.87-2.285 26.047-8.533 37.6-17.197 11.013-8.26 19.248-18.392 22.664-27.8H361zm-40.3 43.444c.04.907.07 1.816.07 2.732 0 35.792-29.21 65-65 65-35.792 0-65-29.208-65-65 0-.812.03-1.617.06-2.422-2.39 3.465-4.765 7.138-7.113 11.053L169 379.8V455h174v-75.34l-14.648 9.082c-2.522-4.066-5.075-7.88-7.65-11.474zM201 473v14h110v-14H201z"/></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 16l9.605 34.55v36.473l59.786 44.84 69.99 35.85 11.015-33.04-88.81-97.118-19.59 4.898L336 16zm-12.492 20.13L270.455 155.5h28.057l29.093-72.732v-42.54l-4.097-4.1zm67.86 21.415l34.88 35.84-41.643-11.637 6.764-24.203zm-52.93 46.603l-24.14 60.35 50.718 126.795 24.77-148.633-51.347-38.512zM89.606 173.5v142h62v-96h146v96h57.707l-56.8-142H89.605zm-18 9l-46 34.5v117.014l30 10V240.77l16-16V182.5zm98 55v14h110v-14h-110zm0 32v14h110v-14h-110zm0 32v14h110v-14h-110zm-80 32v78.51c2.29-.33 4.624-.51 7-.51 7.913 0 15.395 1.912 22.028 5.277l37.012-83.277h-66.04zm209.057 0l9.004 81.04c5.286-1.963 10.992-3.04 16.94-3.04 5.2 0 10.213.83 14.925 2.348l17.857-80.348h-58.725zm-202.057 96c-17.227 0-31 13.773-31 31s13.773 31 31 31c17.228 0 31-13.773 31-31s-13.772-31-31-31zm228 0c-17.227 0-31 13.773-31 31s13.773 31 31 31c17.228 0 31-13.773 31-31s-13.772-31-31-31zm-228 15c8.837 0 16 7.163 16 16s-7.163 16-16 16c-8.836 0-16-7.163-16-16s7.164-16 16-16zm228 0c8.837 0 16 7.163 16 16s-7.163 16-16 16c-8.836 0-16-7.163-16-16s7.164-16 16-16zm-179.847 7c.548 2.92.847 5.926.847 9s-.3 6.08-.847 9h131.695c-.548-2.92-.848-5.926-.848-9s.3-6.08.848-9H144.758z"/></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="M132.992 48.756l-9.984 14.976 77.287 51.524c4.32-4.192 9.542-8.012 15.703-11.162l-83.006-55.338zm246.016 0l-83.006 55.338c6.16 3.15 11.383 6.97 15.703 11.162l77.287-51.524-9.984-14.976zM256 113.244c-22 0-35.334 7.06-43.637 15.363-4.703 4.704-7.58 9.97-9.316 14.637h105.906c-1.736-4.668-4.613-9.933-9.316-14.637-8.303-8.303-21.637-15.363-43.637-15.363zm-191.936 48c-5.044 0-11.106 2.784-15.697 7.37-4.59 4.584-7.367 10.63-7.367 15.63v279h430V184.2c.026-5.457-2.764-11.393-7.227-15.87-4.463-4.477-10.346-7.086-14.826-7.086H64.064zm30.295 23h257.745c10.374 0 20.79 6.818 26.776 16H112c-16 0-32 16-32 32v160c25.924-162.54 145.877-185.697 299.016-191.795 3.106 4.836 4.984 10.315 4.984 15.794v192c0 16-16 32-33.88 32H95.35c-15.35 0-31.35-16-31.35-32v-192c0-16 16-32 30.36-32zm328.663 7c13.7 0 25 11.3 25 25s-11.3 25-25 25-25-11.3-25-25 11.3-25 25-25zm-23.023 144h48v18h-48v-18zm0 32h48v18h-48v-18zm0 32h48v18h-48v-18z"/></svg>
|
data/resources/icons/license.txt
CHANGED
@@ -12,6 +12,7 @@ Each subfolders in this archive correspond to a different contributor :
|
|
12
12
|
- PriorBlue
|
13
13
|
- Willdabeast, http://wjbstories.blogspot.com
|
14
14
|
- Viscious Speed, http://viscious-speed.deviantart.com
|
15
|
+
- Lord Berandas
|
15
16
|
|
16
17
|
Please, include a mention "Icons made by {author}" in your derivative work.
|
17
18
|
|
@@ -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="M142.026 16.89C94.242 38.888 62.71 74.257 62.71 113.927c0 26.11 13.42 50.288 36.22 70.04-11.664 25.398-18.99 53.91-20.81 84.212 17.194.562 33.53 4.205 48.192 11.7 41.566 21.25 61.083 66.944 57.787 121.093 7.566 1.83 15.284 3.355 23.122 4.58.894-16.76.83-33.468-.496-50.122l18.63-1.485c1.438 18.035 1.466 36.014.458 53.938 8.022.76 16.14 1.21 24.322 1.382v-56.235h18.687v56.13c7.83-.25 15.693-.755 23.565-1.514-.995-17.845-.96-35.745.47-53.7l18.63 1.485c-1.323 16.597-1.39 33.247-.504 49.95 7.307-1.07 14.6-2.355 21.863-3.843-3.467-54.395 16.04-100.333 57.748-121.656 14.66-7.497 30.998-11.142 48.19-11.702-1.843-30.716-9.343-59.594-21.284-85.252 22.08-19.56 35.044-43.346 35.044-69 0-39.67-31.532-75.04-79.316-97.035C386.283 33.46 394.32 53.31 394.32 74.27c0 42.688-31.51 79.614-77.026 97.146l-6.14-14.3c11.148-4.44 21.233-10.197 29.876-16.964 10.1-7.905 18.202-17.087 23.91-27.154-29.85-25.333-66.642-40.283-106.488-40.283-40.34 0-77.554 15.314-107.6 41.223 5.674 9.7 13.588 18.555 23.372 26.214 9.67 7.57 21.145 13.877 33.894 18.49l-6.125 14.264c-47.677-16.863-81.06-54.696-81.06-98.636 0-20.96 8.038-40.81 21.093-57.377zm10.286 183.128c.054-.004.1.004.127.037 18.414 23.35 51.93 39.697 91.086 43.162-5.892 19.698-26.99 34.53-52.67 34.53-30.21 0-55.148-20.584-55.148-45.517.002-12.465 6.205-23.997 16.11-32.173.083.094.33-.027.494-.04zm211.668.002c.053-.003.1.006.138.04 9.907 8.175 16.112 19.707 16.112 32.173 0 24.93-24.937 45.515-55.15 45.515-25.68 0-46.776-14.83-52.67-34.53 39.156-3.466 72.673-19.813 91.087-43.16.112.085.322-.03.483-.038zM258.4 244.174c5.625 27.42 13.928 54.84 32.91 82.26-20.274 5.432-44.818 5.627-65.82 0 17.968-27.42 26.834-54.84 32.91-82.26zm-76.31 175.54c-2.34 15.4-6.413 31.3-12.25 47.372 8.786 5.74 18.037 10.645 27.663 14.637 3.627-19.225 6.537-38.376 8.33-57.455-8.02-1.22-15.944-2.733-23.744-4.553zm152.802.48c-7.48 1.504-14.995 2.807-22.526 3.888 1.777 18.972 4.655 38.015 8.248 57.13 9.192-3.897 18.035-8.63 26.452-14.126-5.776-15.906-9.824-31.644-12.174-46.893zm-41.094 6.115c-8.335.8-16.668 1.323-24.975 1.58v65.694c11.644-.764 23.006-2.806 33.973-6.01-3.898-20.343-7.058-40.766-8.998-61.265zm-69.402.237c-1.953 20.54-5.13 41.002-9.043 61.385 11.227 3.18 22.86 5.146 34.783 5.773v-65.713c-8.642-.172-17.234-.645-25.74-1.445z"/></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="M77.637 19.54l108.717 144.544C145.316 176.7 91.09 152.704 40.102 132.53c40.576 32.116 110.02 65.16 103.662 97.53-6.637 33.79-75.205 49.33-121.065 72.52 46.032-5.046 91.778-21.09 120.15-9.78L18.38 347.136v20.39l138.388-60.41c2.133 14.26-9.665 37.273-22.043 55.985 22.007-10.08 46.61-21.938 65.523-22.06l-88.396 153.774h21.554l85.24-148.283c.553.434 1.093.892 1.616 1.382 33.55 31.47 34.284 87.542 43.888 141.225 9.885-54.016 13.682-119.31 41.846-138.094 16.562-11.047 96.26 29.193 143.596 57.07-22.238-21.752-82.32-73.64-85.68-95.812l129.744 65.993v-20.967L373.928 296.43c15.57-11.084 41.937-10.558 69.68-9.85-24.522-9.618-58.892-23.885-65.766-41.35l115.814-14.85v-18.843L380.154 226.09c14.736-32.777 66.75-61.05 108.05-93.555-49.74 19.266-106.767 55.532-135.92 41.254L493.655 31.177v-11.64H478.88L338.847 160.8c-18.24-30.214-6.765-92.786-3.715-141.26h-1.612C310.903 69.054 293.7 132.87 265 145.722c-17.43 7.805-35.296-38.196-47.615-67.204-2.256 29.66.042 60.142-14.79 76.07L101.022 19.54H77.638zM264.99 164.856c14.46-.133 28.89 7.536 38.207 19.274l-37.6 39.634-32.01-42.682c8.894-11.298 20.157-16.12 31.403-16.225zm-63.12 19.854l27.67 36.79-24.913 14.285 11.115 25.197-41.054 17.92c-7.104-35.84-1.95-70.025 27.18-94.19zm123.444 5.81c13.297 3.537 23.613 20.006 22.25 32.79h-.002l-40.875 12.2-14.755 1.892 33.382-46.882zm-27.04 60.994l60.404 1.707c3.703 9.603.78 23.42-6.65 32.07l-33.456-17.015-20.3-16.76zm-57.426 18.9l-32.82 57.094c-15.34-7.173-26.714-18.043-29.585-29.854l62.405-27.24zm21.537.027l52.084 28.67c-20.86 34.903-58.097 41.72-88.45 34.593l36.365-63.262z"/></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="M337.63 24.242l-86.044 87.965 61.283-21.33 1.532 19.115.112-.01 5.218 62.72-18.625 1.548-.002-.03-25.53 25.48 25.857 25.83 25.21-25.16 2.317-17.567 59.02 7.787-.03.213 28.118 3.46-19.656 44.573 94.922-68.018-63.275-12.964-.01.042-51.67-10.414 3.69-18.32 22.975 4.63 16.137-57.24-53.256 19.56 3.234 28.138-18.566 2.135-3.787-32.948-9.176-69.195zM231.616 128.156L183.05 210.96l66.036-42.683 24.453 7.05 25.536-25.487-.256-3.074-67.205-18.61zm117.53 76.16l-19.237 19.198 4.492 11.006-49.308 73.593 90.35-55.24-17.077-47.34-9.22-1.217zm-79.098 16.276c-2.71 43.464-37.206 77.36-79.184 77.353-54.24-.01-98.053 45.767-98.043 101.56.008 43.487-31.728 78.71-72.072 82.524v13.052h25.897c37.86-14.145 64.87-51.776 64.863-95.58-.008-46.077 35.614-82.876 79.35-82.867h.003c46.896.007 85.98-34.213 95.71-79.537l-16.523-16.506z"/></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="M296.143 24.635l27.94 159.8-49.653-16.142 25.6 107.592-126.403-159.588 70.084 17.467-52.423-84.344c-13.778 10.68-26.45 24.165-37.666 40.045-30.15 42.69-49.177 102.418-49.177 168.57 0 66.152 19.028 125.877 49.178 168.57 30.152 42.69 70.825 68.102 115.228 68.102 44.403 0 85.074-25.412 115.224-68.103 30.15-42.692 49.178-102.417 49.178-168.57 0-66.15-19.027-125.878-49.178-168.57-23.847-33.765-54.278-56.706-87.93-64.83zM173.3 272.37c25.405.304 52.936 13.05 63.348 36.84-18.842 24.168-94.967 22.145-104.984-21.202 8.96-10.222 23.545-15.32 39.184-15.63.814-.015 1.63-.02 2.45-.01zm191.23 0c.82-.01 1.636-.007 2.45.01 15.64.308 30.223 5.406 39.184 15.628-10.017 43.347-86.142 45.37-104.984 21.203 10.412-23.79 37.943-36.536 63.35-36.84zm-98.41 92.653c1.604.016 3.213.052 4.82.106 41.875 1.414 111.476 12.976 89.94 64.24-11.586-20.46-47.418-35.624-89.94-35.624-42.52 0-77.675 15.24-89.352 35.625-12.623-46.682 34.766-64.838 84.53-64.347z"/></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="M29.805 29.777L242.14 209.55H118.712l112.54 86.784H95.995l225.656 174.012-81.537-116.05 66.487.143 179.185 138.175-171.96-244.746h84.568L248.082 29.776H29.805z"/></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.564 31.01l239.67 149.595c-12.418 21.234-20.756 28.302-45.027 46.936l156.3-26.33-85.603-125.474c4.936 24.85 8.85 38.5.75 60.49L136.568 31.01h-.004zM21.524 42.75l83.13 325.893c-21.017 5.232-30.98 3.262-58.875-3.96l124.046 113.45 13.426-166.844c-10.836 23.322-15.94 37.197-34.342 46.82L21.523 42.75zm64.353.215l252.2 353.16c-23.285 16.947-36.38 19.583-73.83 24.9l200.66 71.74L407.7 286.944c-2.477 33.743-2.313 53.14-20.37 74.09L85.877 42.965z"/></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="M17.844 16.514v54.064l76.18 58.4 141.902-7.525 8.45 30.682-60.562 5.877 37.727 19.617-41.247 32.694 31.352-.88c-24.938 26.547-49.458 53.393-74.567 78.935-15.745-23.004-28.3-47.16-35.853-71.05l-4.64-14.67-73.14 73.15 80.737 80.73c-25.172 32.576-54.14 58.558-84.51 83l-3.486 2.808v4.474c0 14.94 4.783 27.6 13.722 36.057 8.94 8.457 21.28 12.248 34.582 12.247h4.7l2.802-3.773c23.665-31.872 49.886-60.988 82.572-84.426l83.473 83.47 73.14-73.142-14.67-4.637c-25.647-8.106-50.247-21.622-73.74-38.29 29.318-28.954 59.594-57.008 88.91-85.312l8.352 48.865 86.038 9.654 42.137 148.15h45.53v-58.333l-51.237-117.03-99.217-1.42-13.776-47.277C401.037 201.05 464.198 127.47 489.44 33.267l3.15-11.76h-13.41l-1.188.317C405.265 41.31 346.29 80.952 293.182 128.38l.353-33.556L260.61 138.9l-11.1-42.062-124.79-10.03-42.85-70.294H17.843zm448.638 28.228c-25.662 78.606-80.402 143.39-143.707 206.694l-12.17-57.89-29.593 21.755-10.73-39.038c57.485-56.983 118.99-106.68 196.2-131.52zm-211.38 146.803l15.087 54.904 28.097-20.655 8.674 41.264c-34.216 33.456-70.35 66.784-105.384 101.817l-7.597 7.598 8.577 6.468c23.2 17.497 47.904 32.252 74.082 42.422l-38.603 38.604-81.322-81.322-6.39 4.323c-36.53 24.72-65.005 55.87-90.137 89.17-7.597-.68-13.423-3.04-17.434-6.835-4.11-3.888-6.865-9.7-7.574-18.362 31.536-25.61 62.357-53.572 88.947-89.65l4.768-6.47-79.02-79.016 38.594-38.6c9.494 24.59 23.172 48.765 39.827 71.45l6.44 8.777 7.7-7.698c38.51-38.51 74.93-79.613 112.665-118.19z"/></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="M220.3 22.738S90.967 121.512 87.466 156.875c-2.045 20.625 15.52 99.266 15.52 99.266s-17.602 39.467-33.96 79.432C59.515 358.81 51 434.418 51 434.418s75.3-8.543 98.44-18.092c39.8-16.428 79.11-34.11 79.11-34.11s78.57 18.053 99.235 15.966C363 394.622 461 264.424 461 264.424L220.3 22.738zm87.993 19.094l-18.39 18.473 14.71 14.77 18.397-18.468-14.717-14.775zm114.023 3.71L348.762 119.4l14.71 14.774 73.56-73.856-14.716-14.777zm-66.203 7.38l-36.775 36.935 14.71 14.772 36.784-36.933-14.72-14.775zm58.85 59.098l-36.772 36.927 14.708 14.776 36.782-36.93-14.717-14.773zm11.043 48.01l-18.387 18.468 14.706 14.773 18.395-18.467-14.714-14.774zM176.502 287.987c5.502.13 10.354 1.896 13.89 5.446 10.288 10.33 5.537 31.85-10.61 48.068-16.147 16.21-37.578 20.982-47.864 10.656-10.29-10.334-5.536-31.853 10.613-48.066 10.597-10.64 23.468-16.353 33.972-16.104zm57.076 104.024c-4.956-.228-11.433 5.645-15.42 14.416-4.557 10.023-4.135 20.03.94 22.357 5.073 2.324 12.88-3.912 17.437-13.935 4.556-10.022 4.136-20.032-.937-22.358-.635-.29-1.312-.448-2.02-.48zm22.506 41.355c-4.955-.226-11.432 5.647-15.418 14.416-4.558 10.023-4.137 20.033.936 22.36 5.075 2.324 12.883-3.915 17.44-13.936 4.555-10.023 4.134-20.037-.94-22.36-.635-.292-1.31-.448-2.018-.48zM295.027 452c-4.955-.227-11.43 5.646-15.42 14.416-4.556 10.022-4.135 20.033.94 22.36 5.073 2.324 12.882-3.916 17.437-13.938 4.557-10.022 4.136-20.032-.937-22.358-.634-.29-1.312-.448-2.02-.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="M215.076 20.037L100.752 135.693l52.135 79.313L41.662 378.65 21 491.963l112.848-20.742 162.974-111.69 79.42 52.784L491 297.09 215.076 20.037zm100.87 21.885l-21.083 21.176L311.73 80.03l21.086-21.17-16.87-16.938zm130.71 4.252l-84.32 84.668 16.86 16.937 84.33-84.667-16.87-16.94zm-75.892 8.463l-42.16 42.336 16.867 16.935 42.165-42.334-16.87-16.937zm67.46 67.746l-42.154 42.33 16.862 16.935 42.166-42.332-16.873-16.933zm12.66 55.035l-21.08 21.17 16.862 16.935 21.088-21.168-16.87-16.937zM244.36 244.285c6.307.15 11.87 2.173 15.923 6.242 11.793 11.843 6.347 36.51-12.162 55.098-18.51 18.585-43.077 24.058-54.87 12.22-11.793-11.845-6.347-36.515 12.166-55.1 12.146-12.198 26.902-18.746 38.943-18.46z"/></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="M215.078 20.037L100.754 135.693l52.133 79.313L21 491.963 296.824 359.53l79.42 52.784L491 297.088 215.078 20.038zm102.037 21.885l-21.082 21.174 16.865 16.933 21.088-21.17-16.87-16.938zm130.71 4.252l-84.32 84.666 16.862 16.94 84.328-84.667-16.87-16.94zm-75.893 8.463l-42.157 42.336 16.864 16.933 42.165-42.334-16.873-16.935zm67.463 67.744l-42.155 42.33 16.862 16.938 42.164-42.334-16.87-16.933zm12.658 55.038l-21.08 21.17 16.863 16.933 21.088-21.166-16.87-16.936zm-206.526 66.865c6.308.15 11.87 2.175 15.924 6.244 11.794 11.843 6.35 36.51-12.16 55.098-18.51 18.585-43.08 24.056-54.872 12.22-11.793-11.847-6.345-36.517 12.168-55.1 12.146-12.2 26.9-18.747 38.94-18.462z"/></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="M228.576 26.213v207.32h54.848V26.214h-54.848zm-28.518 45.744C108.44 96.58 41 180.215 41 279.605c0 118.74 96.258 215 215 215 118.74 0 215-96.26 215-215 0-99.39-67.44-183.025-159.057-207.647v50.47c64.6 22.994 110.85 84.684 110.85 157.177 0 92.117-74.676 166.794-166.793 166.794-92.118 0-166.794-74.678-166.794-166.795 0-72.494 46.25-134.183 110.852-157.178v-50.47z"/></svg>
|
@@ -0,0 +1,104 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
require 'game_icons/did_you_mean'
|
3
|
+
|
4
|
+
describe GameIcons::DidYouMean do
|
5
|
+
|
6
|
+
context '#query with basic data' do
|
7
|
+
let(:dym) { GameIcons::DidYouMean.new(%w(foo food bar barista))}
|
8
|
+
|
9
|
+
it 'gets an exact match first' do
|
10
|
+
expect(dym.query('foo', 2)).to eq(%w(foo food))
|
11
|
+
end
|
12
|
+
|
13
|
+
it 'strips spaces' do
|
14
|
+
expect(dym.query(' foo ', 1)).to eq(%w(foo))
|
15
|
+
end
|
16
|
+
|
17
|
+
it 'finds transposed letters first' do
|
18
|
+
expect(dym.query('ofo', 2)).to eq(%w(foo food))
|
19
|
+
end
|
20
|
+
|
21
|
+
it ('ignores dashes') { expect(dym.query('fo-o', 1)).to(eq(%w(foo))) }
|
22
|
+
it ('ignores underscores') { expect(dym.query('fo_o', 1)).to eq(%w(foo)) }
|
23
|
+
it ('ignores case') { expect(dym.query('FoO', 1)).to eq(%w(foo)) }
|
24
|
+
|
25
|
+
end
|
26
|
+
|
27
|
+
context '#query on real data' do
|
28
|
+
let(:dym) { GameIcons::DidYouMean.new(GameIcons.names) }
|
29
|
+
|
30
|
+
it 'gets glass-heart' do
|
31
|
+
expect(dym.query('glaheart').first).to eq('glass-heart')
|
32
|
+
end
|
33
|
+
|
34
|
+
end
|
35
|
+
|
36
|
+
# Yes, I'm testing private methods. Get over it. I don't trust myself.
|
37
|
+
context '#lex' do
|
38
|
+
let(:did_you_mean) { GameIcons::DidYouMean.new(%w(foo bar))}
|
39
|
+
|
40
|
+
it 'indexes letter_freqs' do
|
41
|
+
expect(did_you_mean.send(:lex, %w(foo bar))).to eq(
|
42
|
+
{
|
43
|
+
'foo' => { 'f' => 1, 'o' => 2, 'fo' => 1, 'oo' => 1, 'foo' => 1 },
|
44
|
+
'bar' => { 'b' => 1, 'a' => 1, 'r' => 1, 'ba' => 1, 'ar' => 1, 'bar' => 1 },
|
45
|
+
}
|
46
|
+
)
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
context '#char_freq' do
|
51
|
+
let(:dym) { GameIcons::DidYouMean.new([])}
|
52
|
+
|
53
|
+
it 'parses a regular word' do
|
54
|
+
expect(dym.send(:char_freq, 'food')).to eq(
|
55
|
+
{ 'f' => 1, 'o' => 2, 'd' => 1,
|
56
|
+
'fo' => 1, 'oo' => 1, 'od' => 1,
|
57
|
+
'foo' => 1, 'ood' => 1,
|
58
|
+
'food' => 1,
|
59
|
+
}
|
60
|
+
)
|
61
|
+
end
|
62
|
+
|
63
|
+
it 'parses a longer word' do
|
64
|
+
expect(dym.send(:char_freq, 'foood')).to eq(
|
65
|
+
{ 'f' => 1, 'o' => 3, 'd' => 1,
|
66
|
+
'fo' => 1, 'oo' => 2, 'od' => 1,
|
67
|
+
'foo' => 1, 'ooo' => 1, 'ood' => 1,
|
68
|
+
'fooo' => 1, 'oood' => 1,
|
69
|
+
}
|
70
|
+
)
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
context '#score' do
|
75
|
+
let(:did_you_mean) { GameIcons::DidYouMean.new([])}
|
76
|
+
let(:foo) { Hash.new(0).merge({ 'f' => 1, 'o' => 2 }) }
|
77
|
+
let(:food) { Hash.new(0).merge({ 'f' => 1, 'o' => 2, 'd' => 1 }) }
|
78
|
+
let(:bar) { Hash.new(0).merge({ 'b' => 1, 'a' => 1, 'r' => 1 }) }
|
79
|
+
let(:barista) { Hash.new(0).merge({ 'b' => 1, 'a' => 2, 'r' => 1, 'i' => 1, 's' => 1, 't' => 1 }) }
|
80
|
+
|
81
|
+
it 'is zero on the same freqs' do
|
82
|
+
expect(did_you_mean.send(:score, foo, foo)).to eq(0)
|
83
|
+
end
|
84
|
+
|
85
|
+
it 'works on foo vs. food' do
|
86
|
+
expect(did_you_mean.send(:score, foo, food)).to eq(1)
|
87
|
+
end
|
88
|
+
|
89
|
+
it 'works on food vs. foo' do
|
90
|
+
expect(did_you_mean.send(:score, food, foo)).to eq(1)
|
91
|
+
end
|
92
|
+
|
93
|
+
it 'works on foo vs. bar' do
|
94
|
+
expect(did_you_mean.send(:score, foo, bar)).to eq(6)
|
95
|
+
end
|
96
|
+
|
97
|
+
it 'works on bar vs. barista' do
|
98
|
+
expect(did_you_mean.send(:score, bar, barista)).to eq(4)
|
99
|
+
end
|
100
|
+
|
101
|
+
end
|
102
|
+
|
103
|
+
|
104
|
+
end
|
data/spec/finder_spec.rb
CHANGED
@@ -22,7 +22,7 @@ describe GameIcons::Finder do
|
|
22
22
|
end
|
23
23
|
|
24
24
|
it 'raises and exception upon not finding it' do
|
25
|
-
expect { subject.find('macguffin')}.to raise_error("game_icons: could not find icon 'macguffin'")
|
25
|
+
expect { subject.find('macguffin')}.to raise_error(start_with("game_icons: could not find icon 'macguffin'"))
|
26
26
|
end
|
27
27
|
|
28
|
-
end
|
28
|
+
end
|
data/spec/regression_spec.rb
CHANGED
@@ -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(
|
7
|
+
it('has the expected number of icons') { expect(GameIcons.names.count).to eq(1815) }
|
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.
|
4
|
+
version: 0.13.0.20150730
|
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-
|
11
|
+
date: 2015-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -154,6 +154,7 @@ files:
|
|
154
154
|
- game_icons.gemspec
|
155
155
|
- lib/game_icons.rb
|
156
156
|
- lib/game_icons/db.rb
|
157
|
+
- lib/game_icons/did_you_mean.rb
|
157
158
|
- lib/game_icons/finder.rb
|
158
159
|
- lib/game_icons/icon.rb
|
159
160
|
- lib/game_icons/optional_deps.rb
|
@@ -215,6 +216,8 @@ files:
|
|
215
216
|
- resources/icons/delapouite/originals/svg/animal-hide.svg
|
216
217
|
- resources/icons/delapouite/originals/svg/aqueduct.svg
|
217
218
|
- resources/icons/delapouite/originals/svg/arm.svg
|
219
|
+
- resources/icons/delapouite/originals/svg/audio-cassette.svg
|
220
|
+
- resources/icons/delapouite/originals/svg/backgammon.svg
|
218
221
|
- resources/icons/delapouite/originals/svg/banana.svg
|
219
222
|
- resources/icons/delapouite/originals/svg/banknote.svg
|
220
223
|
- resources/icons/delapouite/originals/svg/barn.svg
|
@@ -277,6 +280,7 @@ files:
|
|
277
280
|
- resources/icons/delapouite/originals/svg/fleur-de-lys.svg
|
278
281
|
- resources/icons/delapouite/originals/svg/forearm.svg
|
279
282
|
- resources/icons/delapouite/originals/svg/forest.svg
|
283
|
+
- resources/icons/delapouite/originals/svg/freemasonry.svg
|
280
284
|
- resources/icons/delapouite/originals/svg/full-motorcycle-helmet.svg
|
281
285
|
- resources/icons/delapouite/originals/svg/gamepad.svg
|
282
286
|
- resources/icons/delapouite/originals/svg/garlic.svg
|
@@ -344,8 +348,10 @@ files:
|
|
344
348
|
- resources/icons/delapouite/originals/svg/mp5.svg
|
345
349
|
- resources/icons/delapouite/originals/svg/nested-hearts.svg
|
346
350
|
- resources/icons/delapouite/originals/svg/nested-hexagons.svg
|
351
|
+
- resources/icons/delapouite/originals/svg/night-vision.svg
|
347
352
|
- resources/icons/delapouite/originals/svg/nose-front.svg
|
348
353
|
- resources/icons/delapouite/originals/svg/nose-side.svg
|
354
|
+
- resources/icons/delapouite/originals/svg/nunchaku.svg
|
349
355
|
- resources/icons/delapouite/originals/svg/obelisk.svg
|
350
356
|
- resources/icons/delapouite/originals/svg/ocarina.svg
|
351
357
|
- resources/icons/delapouite/originals/svg/oil-rig.svg
|
@@ -367,10 +373,12 @@ files:
|
|
367
373
|
- resources/icons/delapouite/originals/svg/piggy-bank.svg
|
368
374
|
- resources/icons/delapouite/originals/svg/pikeman.svg
|
369
375
|
- resources/icons/delapouite/originals/svg/pin.svg
|
376
|
+
- resources/icons/delapouite/originals/svg/pinball-flipper.svg
|
370
377
|
- resources/icons/delapouite/originals/svg/pirate-hook.svg
|
371
378
|
- resources/icons/delapouite/originals/svg/pizza-slice.svg
|
372
379
|
- resources/icons/delapouite/originals/svg/planks.svg
|
373
380
|
- resources/icons/delapouite/originals/svg/plug.svg
|
381
|
+
- resources/icons/delapouite/originals/svg/police-target.svg
|
374
382
|
- resources/icons/delapouite/originals/svg/polo-shirt.svg
|
375
383
|
- resources/icons/delapouite/originals/svg/pope-crown.svg
|
376
384
|
- resources/icons/delapouite/originals/svg/present.svg
|
@@ -400,6 +408,7 @@ files:
|
|
400
408
|
- resources/icons/delapouite/originals/svg/shinto-shrine.svg
|
401
409
|
- resources/icons/delapouite/originals/svg/sickle.svg
|
402
410
|
- resources/icons/delapouite/originals/svg/siege-tower.svg
|
411
|
+
- resources/icons/delapouite/originals/svg/skeletal-hand.svg
|
403
412
|
- resources/icons/delapouite/originals/svg/slingshot.svg
|
404
413
|
- resources/icons/delapouite/originals/svg/smoking-pipe.svg
|
405
414
|
- resources/icons/delapouite/originals/svg/socks.svg
|
@@ -430,11 +439,17 @@ files:
|
|
430
439
|
- resources/icons/delapouite/originals/svg/torpedo.svg
|
431
440
|
- resources/icons/delapouite/originals/svg/toucan.svg
|
432
441
|
- resources/icons/delapouite/originals/svg/traffic-cone.svg
|
442
|
+
- resources/icons/delapouite/originals/svg/traffic-lights-green.svg
|
443
|
+
- resources/icons/delapouite/originals/svg/traffic-lights-orange.svg
|
444
|
+
- resources/icons/delapouite/originals/svg/traffic-lights-ready-to-go.svg
|
445
|
+
- resources/icons/delapouite/originals/svg/traffic-lights-red.svg
|
433
446
|
- resources/icons/delapouite/originals/svg/traffic-lights.svg
|
434
447
|
- resources/icons/delapouite/originals/svg/trash-can.svg
|
435
448
|
- resources/icons/delapouite/originals/svg/trebuchet.svg
|
436
449
|
- resources/icons/delapouite/originals/svg/triforce.svg
|
450
|
+
- resources/icons/delapouite/originals/svg/trojan-horse.svg
|
437
451
|
- resources/icons/delapouite/originals/svg/truck.svg
|
452
|
+
- resources/icons/delapouite/originals/svg/tv.svg
|
438
453
|
- resources/icons/delapouite/originals/svg/udder.svg
|
439
454
|
- resources/icons/delapouite/originals/svg/ufo.svg
|
440
455
|
- resources/icons/delapouite/originals/svg/union-jack.svg
|
@@ -802,6 +817,7 @@ files:
|
|
802
817
|
- resources/icons/lorc/originals/svg/cut-palm.svg
|
803
818
|
- resources/icons/lorc/originals/svg/cycle.svg
|
804
819
|
- resources/icons/lorc/originals/svg/cyclops.svg
|
820
|
+
- resources/icons/lorc/originals/svg/daemon-skull.svg
|
805
821
|
- resources/icons/lorc/originals/svg/daggers.svg
|
806
822
|
- resources/icons/lorc/originals/svg/daisy.svg
|
807
823
|
- resources/icons/lorc/originals/svg/dark-squad.svg
|
@@ -937,6 +953,7 @@ files:
|
|
937
953
|
- resources/icons/lorc/originals/svg/fishhook-fork.svg
|
938
954
|
- resources/icons/lorc/originals/svg/fishing-hook.svg
|
939
955
|
- resources/icons/lorc/originals/svg/fishing-net.svg
|
956
|
+
- resources/icons/lorc/originals/svg/fission.svg
|
940
957
|
- resources/icons/lorc/originals/svg/fist.svg
|
941
958
|
- resources/icons/lorc/originals/svg/fizzing-flask.svg
|
942
959
|
- resources/icons/lorc/originals/svg/flame-spin.svg
|
@@ -1013,6 +1030,7 @@ files:
|
|
1013
1030
|
- resources/icons/lorc/originals/svg/gooey-sword.svg
|
1014
1031
|
- resources/icons/lorc/originals/svg/grab.svg
|
1015
1032
|
- resources/icons/lorc/originals/svg/grapes.svg
|
1033
|
+
- resources/icons/lorc/originals/svg/grapple.svg
|
1016
1034
|
- resources/icons/lorc/originals/svg/grasping-claws.svg
|
1017
1035
|
- resources/icons/lorc/originals/svg/grease-trap.svg
|
1018
1036
|
- resources/icons/lorc/originals/svg/grenade.svg
|
@@ -1149,6 +1167,7 @@ files:
|
|
1149
1167
|
- resources/icons/lorc/originals/svg/lightning-branches.svg
|
1150
1168
|
- resources/icons/lorc/originals/svg/lightning-frequency.svg
|
1151
1169
|
- resources/icons/lorc/originals/svg/lightning-helix.svg
|
1170
|
+
- resources/icons/lorc/originals/svg/lightning-mask.svg
|
1152
1171
|
- resources/icons/lorc/originals/svg/lightning-shield.svg
|
1153
1172
|
- resources/icons/lorc/originals/svg/lightning-shout.svg
|
1154
1173
|
- resources/icons/lorc/originals/svg/lightning-storm.svg
|
@@ -1309,6 +1328,7 @@ files:
|
|
1309
1328
|
- resources/icons/lorc/originals/svg/potion-ball.svg
|
1310
1329
|
- resources/icons/lorc/originals/svg/pouring-chalice.svg
|
1311
1330
|
- resources/icons/lorc/originals/svg/powder.svg
|
1331
|
+
- resources/icons/lorc/originals/svg/power-lightning.svg
|
1312
1332
|
- resources/icons/lorc/originals/svg/prayer.svg
|
1313
1333
|
- resources/icons/lorc/originals/svg/pretty-fangs.svg
|
1314
1334
|
- resources/icons/lorc/originals/svg/processor.svg
|
@@ -1546,6 +1566,7 @@ files:
|
|
1546
1566
|
- resources/icons/lorc/originals/svg/stone-tower.svg
|
1547
1567
|
- resources/icons/lorc/originals/svg/stopwatch.svg
|
1548
1568
|
- resources/icons/lorc/originals/svg/strafe.svg
|
1569
|
+
- resources/icons/lorc/originals/svg/striking-arrows.svg
|
1549
1570
|
- resources/icons/lorc/originals/svg/striking-balls.svg
|
1550
1571
|
- resources/icons/lorc/originals/svg/striking-diamonds.svg
|
1551
1572
|
- resources/icons/lorc/originals/svg/strong.svg
|
@@ -1608,6 +1629,7 @@ files:
|
|
1608
1629
|
- resources/icons/lorc/originals/svg/thrown-daggers.svg
|
1609
1630
|
- resources/icons/lorc/originals/svg/thrown-knife.svg
|
1610
1631
|
- resources/icons/lorc/originals/svg/thrown-spear.svg
|
1632
|
+
- resources/icons/lorc/originals/svg/thunder-blade.svg
|
1611
1633
|
- resources/icons/lorc/originals/svg/thunder-skull.svg
|
1612
1634
|
- resources/icons/lorc/originals/svg/thunder-struck.svg
|
1613
1635
|
- resources/icons/lorc/originals/svg/thunderball.svg
|
@@ -1735,6 +1757,10 @@ files:
|
|
1735
1757
|
- resources/icons/lorc/originals/svg/zigzag-cage.svg
|
1736
1758
|
- resources/icons/lorc/originals/svg/zigzag-leaf.svg
|
1737
1759
|
- resources/icons/lorc/originals/svg/zigzag-tune.svg
|
1760
|
+
- resources/icons/lord-berandas/originals/svg/bomber.svg
|
1761
|
+
- resources/icons/lord-berandas/originals/svg/heavy-fighter.svg
|
1762
|
+
- resources/icons/lord-berandas/originals/svg/light-fighter.svg
|
1763
|
+
- resources/icons/lord-berandas/originals/svg/power-button.svg
|
1738
1764
|
- resources/icons/priorblue/batteries/svg/battery-0.svg
|
1739
1765
|
- resources/icons/priorblue/batteries/svg/battery-100.svg
|
1740
1766
|
- resources/icons/priorblue/batteries/svg/battery-25.svg
|
@@ -1966,6 +1992,7 @@ files:
|
|
1966
1992
|
- resources/icons/willdabeast/deviations/svg/round-shield.svg
|
1967
1993
|
- resources/icons/willdabeast/deviations/svg/white-book.svg
|
1968
1994
|
- spec/data/foo.svg
|
1995
|
+
- spec/did_you_mean_spec.rb
|
1969
1996
|
- spec/finder_spec.rb
|
1970
1997
|
- spec/game_icons_spec.rb
|
1971
1998
|
- spec/icon_spec.rb
|
@@ -1998,6 +2025,7 @@ specification_version: 2
|
|
1998
2025
|
summary: Icons from game-icons.net
|
1999
2026
|
test_files:
|
2000
2027
|
- spec/data/foo.svg
|
2028
|
+
- spec/did_you_mean_spec.rb
|
2001
2029
|
- spec/finder_spec.rb
|
2002
2030
|
- spec/game_icons_spec.rb
|
2003
2031
|
- spec/icon_spec.rb
|