game_icons 0.17.0.20150828 → 0.18.0.20150904

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: 3533f18b50d21e825b7d6f60a53a989c94439ab7
4
- data.tar.gz: 5653eeb354556b3b34650118e0c9e74c4c1a87a1
3
+ metadata.gz: 6e30d4617fc540e990903f4066e2b6da52f5e6b1
4
+ data.tar.gz: 754081bab2819476dd5679c4f420917d8925ffb4
5
5
  SHA512:
6
- metadata.gz: 941744e7333a3a773802444a34d1d65445f743e3caa619e5f5cb8e7cc06c7bf420f12f748fa7da360574dc446022c705b0a1b1935f3f40095e47fdac96e2236e
7
- data.tar.gz: 0c2f623a379c982b8f01e008bffdd79b7efe28872119af910bb1decd18e224d7d31b88ea0b8c695062dcdd206d58be91cbf66ec75051224ee9e5196b8eb9e74c
6
+ metadata.gz: 6831a8db79cb173f5e689c7fe76e98c2151daf4e4af28158262b0e9ff7295358a8f21f7768f8322968ce9114036567c0164525b5fe938e87c3deac3b6ec1bf8a
7
+ data.tar.gz: 14ebd654cf1a5f87e08b0b1248eb2110dc35a42717d017ac741e732d26d734b58f4fdb9b18aa6dcff927169b26b0b16ed97f1b5a3c758715c9bde557ef608737
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.17.0 / 2015-08-28
8
+ * Update for Aug 28 icons
9
+
7
10
  ## v0.16.0 / 2015-08-12
8
11
  * Update for Aug 10 icons
9
12
 
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in game_icons.gemspec
4
- gemspec
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in game_icons.gemspec
4
+ gemspec
data/LICENSE.txt CHANGED
@@ -1,22 +1,22 @@
1
- Copyright (c) 2015 Andy Meneely
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright (c) 2015 Andy Meneely
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/lib/game_icons.rb CHANGED
@@ -1,14 +1,14 @@
1
- require "game_icons/version"
2
- require 'game_icons/finder'
3
- require 'game_icons/db'
4
- require 'game_icons/optional_deps'
5
-
6
- module GameIcons
7
- def self.get(name)
8
- Finder.new.find(name)
9
- end
10
-
11
- def self.names
12
- DB.names
13
- end
14
- end
1
+ require "game_icons/version"
2
+ require 'game_icons/finder'
3
+ require 'game_icons/db'
4
+ require 'game_icons/optional_deps'
5
+
6
+ module GameIcons
7
+ def self.get(name)
8
+ Finder.new.find(name)
9
+ end
10
+
11
+ def self.names
12
+ DB.names
13
+ end
14
+ end
@@ -1,26 +1,26 @@
1
- require 'game_icons'
2
- require 'cairo'
3
- require 'pango'
4
- require 'rsvg2'
5
-
6
- module GameIcons
7
- class SanityTest
8
- def self.run(size: 100)
9
- num = GameIcons.names.count
10
- cc = Cairo::Context.new(Cairo::ImageSurface.new(1200, ((num / 12) + 1) * size))
11
- scale = size / 512.0
12
- cc.scale(size / 512.0, size / 512.0)
13
- GameIcons.names.each_with_index do |icon, i|
14
- icon = GameIcons.get(icon).recolor(fg: '#CBB08B', bg: '#5F443A')
15
- svg = RSVG::Handle.new_from_data(icon.string)
16
- x = (i % 12) * size / scale
17
- y = (i / 12) * size / scale
18
- cc.translate(x, y)
19
- cc.render_rsvg_handle(svg)
20
- cc.translate(-x, -y)
21
- end
22
- cc.target.write_to_png('sanity_test.png')
23
- puts "Done!"
24
- end
25
- end
1
+ require 'game_icons'
2
+ require 'cairo'
3
+ require 'pango'
4
+ require 'rsvg2'
5
+
6
+ module GameIcons
7
+ class SanityTest
8
+ def self.run(size: 100)
9
+ num = GameIcons.names.count
10
+ cc = Cairo::Context.new(Cairo::ImageSurface.new(1200, ((num / 12) + 1) * size))
11
+ scale = size / 512.0
12
+ cc.scale(size / 512.0, size / 512.0)
13
+ GameIcons.names.each_with_index do |icon, i|
14
+ icon = GameIcons.get(icon).recolor(fg: '#CBB08B', bg: '#5F443A')
15
+ svg = RSVG::Handle.new_from_data(icon.string)
16
+ x = (i % 12) * size / scale
17
+ y = (i / 12) * size / scale
18
+ cc.translate(x, y)
19
+ cc.render_rsvg_handle(svg)
20
+ cc.translate(-x, -y)
21
+ end
22
+ cc.target.write_to_png('sanity_test.png')
23
+ puts "Done!"
24
+ end
25
+ end
26
26
  end
@@ -1,31 +1,31 @@
1
- require 'game_icons'
2
- require 'open-uri'
3
-
4
- module GameIcons
5
- class Update
6
- @@URL = 'http://game-icons.net/archives/svg/zip/ffffff/000000/game-icons.net.svg.zip'
7
- @@TMP_ZIP = 'game-icons.net.svg.zip'
8
-
9
- def self.run
10
- puts "Downloading..."
11
- download
12
- puts "Unzipping..."
13
- unzip
14
- puts "Done."
15
- end
16
-
17
- private
18
- def self.download
19
- File.open("resources/#{@@TMP_ZIP}", 'wb+') do |save_file|
20
- open(@@URL, 'rb') { |read_file| save_file.write(read_file.read) }
21
- end
22
- end
23
-
24
- def self.unzip
25
- Dir.chdir('./resources/') do
26
- `unzip -o game-icons.net.svg.zip`
27
- end
28
- end
29
-
30
- end
1
+ require 'game_icons'
2
+ require 'open-uri'
3
+
4
+ module GameIcons
5
+ class Update
6
+ @@URL = 'http://game-icons.net/archives/svg/zip/ffffff/000000/game-icons.net.svg.zip'
7
+ @@TMP_ZIP = 'game-icons.net.svg.zip'
8
+
9
+ def self.run
10
+ puts "Downloading..."
11
+ download
12
+ puts "Unzipping..."
13
+ unzip
14
+ puts "Done."
15
+ end
16
+
17
+ private
18
+ def self.download
19
+ File.open("resources/#{@@TMP_ZIP}", 'wb+') do |save_file|
20
+ open(@@URL, 'rb') { |read_file| save_file.write(read_file.read) }
21
+ end
22
+ end
23
+
24
+ def self.unzip
25
+ Dir.chdir('./resources/') do
26
+ `unzip -o game-icons.net.svg.zip`
27
+ end
28
+ end
29
+
30
+ end
31
31
  end
@@ -3,5 +3,5 @@ module GameIcons
3
3
  # e.g. "0.1.0.20150413.alpha" will eventually become "0.1.0.20150413"
4
4
  # Uses semantic versioning: http://semver.org/
5
5
  # The date after the semver numbers is the build date from game-icons.net
6
- VERSION = '0.17.0.20150828'
6
+ VERSION = '0.18.0.20150904'
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 d="M96 39c-4.75 0-8.688.388-12.613 2.385-3.926 1.997-7.284 6.946-7.61 11.176-.65 8.46 3.415 12.92 6.506 18.07 3.09 5.152 6.22 10.342 7.428 13.966 1.21 3.623 1.275 3.692-.073 5.04l-.035.034-.034.035C48.298 131.88 23 192.615 23 256c0 84.586 49.342 158.86 116.316 199.686C176.136 478.13 214.018 473 256 473c41.406 0 80.11 4.575 116.62-17.277C440.496 415.1 489 341.143 489 256c0-63.218-25.516-124.14-66.553-166.28l-.04-.042-.044-.04c-1.348-1.35-1.282-1.42-.074-5.042 1.207-3.624 4.336-8.814 7.427-13.965 3.09-5.15 7.156-9.61 6.506-18.07-.326-4.23-3.684-9.178-7.61-11.175C424.688 39.388 420.75 39 416 39H96zm0 18h320c.277 0 .127.03.38.037-.584 1.346-1.09 2.656-2.097 4.332-2.91 4.848-6.78 10.658-9.072 17.534-2.29 6.877-2.225 16.808 4.427 23.46l-.084-.085C447.116 140.852 471 197.657 471 256c0 78.296-44.763 146.655-107.62 184.277C332.713 458.63 298.577 455 256 455c-43.3 0-76.282 4.233-107.316-14.686C86.65 402.5 41 333.556 41 256c0-58.569 23.653-115.098 61.432-153.705l-.07.068c6.653-6.65 6.72-16.582 4.427-23.46-2.293-6.875-6.164-12.685-9.073-17.534-1.006-1.677-1.513-2.987-2.096-4.333.253-.008.103-.037.38-.037zm87.484 61.742c-3.14-.01-6.395.055-9.734.186-20.032.785-43.117 3.942-63.287 7.217-2.172.352-4.24.706-6.332 1.06-5.374 5.666-10.308 12.474-14.8 20.115-.174.296-.34.6-.514.9 7.16-1.346 15.486-2.84 24.532-4.308 26.376-4.282 58.298-8.124 78.11-6.928 40.6 2.452 80.8 29.15 128 32 23.11 1.396 55.185-2.763 82.08-7.13 9.824-1.594 18.89-3.226 26.49-4.665-2.093-4.34-4.305-8.55-6.655-12.547-.815-1.386-1.65-2.734-2.494-4.063-6.142 1.128-12.943 2.325-20.228 3.508-26.376 4.282-58.298 8.124-78.11 6.928-40.6-2.452-80.8-29.15-128-32-2.888-.175-5.916-.263-9.058-.274zm-66.115 42.77l-30.026 2.88A192 192 0 0 0 64 256a192 192 0 0 0 62.63 141.56A224 224 0 0 1 87.88 272a224 224 0 0 1 29.49-110.488zm250.806 13.435a24 24 0 0 0-24 24 24 24 0 0 0 24 24 24 24 0 0 0 24-24 24 24 0 0 0-24-24zm30.83 78.46a16 16 0 0 0-16 16 16 16 0 0 0 16 16 16 16 0 0 0 16-16 16 16 0 0 0-16-16zm-94.026 18.546c-29.042.46-80.674 29.662-102.882 42.205C187.845 300.326 172.085 288 144 288c16 16 16 48 0 64 28.08 0 37.343-22.155 56.672-22.168C220 329.82 289.394 372.967 320 368c38.434-6.237 64-32 64-48-1.427-24.583-47.862-46.512-76.28-48-.89-.046-1.803-.062-2.74-.047zM336 293.385a10.81 10.81 0 0 1 10.81 10.808 10.81 10.81 0 0 1-10.81 10.81 10.81 10.81 0 0 1-10.81-10.81A10.81 10.81 0 0 1 336 293.385z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M419.342 92.658c-19.385-19.384-41.348-34.593-64.774-45.654 5.495 16.957 8.61 35.46 9.608 55.062 9.96 3.927 19.435 10.016 27.59 18.17 8.152 8.153 14.24 17.628 18.168 27.588 19.603.998 38.105 4.113 55.062 9.608-11.06-23.426-26.27-45.39-45.654-64.774zm-87.78-55.034c-71.617-24.758-152.93-13.23-215.513 34.574 66.248-7.507 129.063 7.865 181.537 39.157 13.207-11.618 30.53-16.084 47.92-14.037-1.66-22.127-6.228-42.3-13.945-59.694zm142.814 142.814c-17.395-7.717-37.567-12.286-59.694-13.945 2.047 17.39-2.42 34.713-14.037 47.92 31.292 52.474 46.664 115.29 39.157 181.538 47.805-62.583 59.332-143.895 34.574-215.512zm-95.34-47.475c-22.037-22.037-53.94-23.84-71.417-6.364-17.478 17.476-15.675 49.38 6.363 71.417 22.038 22.038 53.94 23.84 71.418 6.364 17.477-17.475 15.674-49.38-6.363-71.417zm-92.83-7.903c-55.91-32.438-124.11-45.696-195.368-30.534C33.31 153.34 13.453 235.118 31.28 309.788c68.307-65.43 158.964-116.716 246.164-143.015.388-.117.776-.227 1.164-.344-2.113-14.518.293-29.09 7.597-41.37zM386.94 225.795c-12.28 7.304-26.852 9.71-41.37 7.597-.116.388-.226.776-.343 1.164-26.3 87.2-77.585 177.857-143.015 246.164 74.67 17.827 156.45-2.03 215.262-59.558 15.162-71.26 1.904-139.458-30.534-195.367zm-103.606-41.992c-.232.07-.463.133-.695.203-87.23 26.307-179.15 79.17-245.73 145.435 10.996 32.845 29.57 63.723 55.748 89.902 26.18 26.18 57.057 44.752 89.9 55.75 66.267-66.582 119.13-158.503 145.436-245.73.07-.233.133-.464.203-.696-9.724-3.935-18.965-9.944-26.942-17.92-7.977-7.978-13.986-17.22-17.92-26.943z"/></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="M412.6 27.246c-62.483 12.864-108.973 44.93-148.62 82.2-8.492 8.785-16.66 17.994-24.543 27.56 4.898 1.954 9.432 4.115 13.304 7.09.313-.395.7-.9 1.005-1.286 6.282-7.98 10.457-13.283 13.182-16.123l12.988 12.46c-.528.552-5.826 6.92-12.025 14.796-6.2 7.875-13.92 17.864-21.528 27.89-7.608 10.023-15.113 20.094-20.86 28.094-2.872 4-5.31 7.49-7.062 10.13-1.75 2.64-2.987 5.184-2.582 4.134l-16.793-6.48c1.2-3.11 2.415-4.648 4.375-7.603 1.082-1.63 2.37-3.5 3.774-5.506-3.99-2.19-8.23-4.21-12.563-5.67-11.845 18.36-23.12 37.345-34.032 56.61 4.74.9 9.385 2.15 13.65 4.094.547.25 1.095.51 1.64.785 2.275-3.822 4.35-7.24 6.07-9.948 1.923-3.023 3.048-4.9 4.93-6.988l13.374 12.047c.304-.336-1.358 1.838-3.113 4.598-1.756 2.76-4.004 6.458-6.542 10.745-3.152 5.323-6.773 11.605-10.516 18.203-.92 1.636-1.87 3.322-2.918 5.16-1.333 2.37-2.672 4.758-4.006 7.156-6.112 10.993-12.096 22.043-16.634 30.797-2.27 4.376-4.18 8.187-5.537 11.06-1.358 2.872-2.233 5.552-1.993 4.53l-17.52-4.128c.747-3.167 1.722-4.885 3.237-8.092 1.01-2.133 2.29-4.694 3.677-7.428-.176-.093-.336-.185-.563-.29-1.398-.654-3.906-1.24-7.11-1.456-2.58-.174-5.55-.114-8.714.024-6.96 13.054-13.88 26.046-20.812 38.855 24.224-3.728 49.8.884 72.717 11.266 25.21 11.42 47.412 29.837 61.177 52.778 9.69-11.386 19.125-22.82 28.346-34.295-6.03-7.047-12.925-13.504-20.574-19.506-3.778 5.388-12.217 17.41-12.217 17.41l-14.744-10.328s15.805-22.57 31.834-45.36c8.014-11.396 16.084-22.845 22.27-31.57 3.092-4.363 5.712-8.043 7.632-10.71.96-1.336 1.74-2.415 2.34-3.228.3-.406.554-.742.788-1.047.234-.304.034-.217 1.11-1.293l12.726 12.73c.31-.31.315-.324.395-.41-.113.145-.295.383-.54.714-.517.702-1.273 1.743-2.21 3.044-1.872 2.603-4.478 6.263-7.558 10.608-.47.662-1.203 1.71-1.693 2.402 8.655 6.093 16.436 13.453 22.96 21.498 14.668-19.693 28.886-39.478 42.85-59.322-6.27-7.52-13.506-14.377-21.59-20.72-3.778 5.388-12.22 17.408-12.22 17.408l-14.742-10.327s15.806-22.568 31.834-45.36c8.015-11.395 16.084-22.846 22.27-31.57 3.093-4.364 5.713-8.044 7.633-10.712.96-1.335 1.74-2.412 2.34-3.225.302-.406.552-.742.787-1.047.234-.304.033-.217 1.11-1.293l12.727 12.73c.305-.307.31-.32.39-.407-.112.146-.292.382-.535.71-.52.703-1.275 1.744-2.21 3.045-1.874 2.603-4.48 6.263-7.56 10.608-.47.662-1.203 1.708-1.693 2.4 8.053 5.668 15.35 12.433 21.58 19.826 14.802-21.625 29.52-43.287 44.39-64.95-8.163-14.727-13.61-35.985-17.267-59.9-3.51-22.94-4.823-47.863-3.476-70.616zm-24.935 23.988l.033 12.432c.068 26.335.24 57.675 8.26 81.712l4.045 12.127-12.78-.28c-21.215-.467-41.945-6.482-58.818-14.827-16.872-8.345-30.143-18.334-35.918-30.986l-2.78-6.09 5.032-4.412c21.065-18.48 51.315-35.886 81.126-45.766zm-17.883 25.353c-20.675 8.326-41.308 20.34-56.947 32.725 4.763 5.217 13.01 11.738 23.55 16.95 11.334 5.607 25.01 9.99 38.96 11.904-4.7-20.446-5.428-42.064-5.563-61.58zm-155.35 72.47l-19.294 31.21c8.46 2.03 15.834 5.644 22.017 9.223 2.87-4.034 5.655-7.918 11.22-15.912 3.968-5.703 7.908-11.442 10.737-15.727.11-.165.144-.23.25-.39-2.897-1.764-6.678-3.825-10.644-5.292-5.795-2.144-11.265-2.857-14.287-3.112zm143.58 69.394L338.99 246.3c14.875 11.8 27.542 25.663 36.984 42.082l15.574-23.535c-4.002-15.06-17.05-34.1-33.535-46.394zm-214.28 53.458c-2.03-.036-2.87.123-4.33.203l-17.692 36.36c3.37-.127 6.782-.277 10.246-.043 4.495.304 9.07 1.028 13.52 3.108.237.11.463.28.7.4 2.856-4.895 4.654-7.948 9.272-15.957 3.72-6.452 7.428-12.932 10.15-17.8.505-.906.755-1.39 1.186-2.17-2.534-1.152-6.38-2.25-10.494-2.98-4.125-.734-8.703-1.053-12.56-1.12zm129.925 62.125l-19.023 27.847c14.875 11.8 27.542 25.663 36.984 42.082l15.576-23.537c-4.002-15.06-17.052-34.097-33.537-46.392zM96.634 384.427c-3.352.813-6.633 1.826-9.82 3.06l-8.155 3.153c1.374 45.12 28.474 76.875 60.952 88.8 30.687 11.27 66.89 4.883 89.315-21.724l-3.803-8.79c-1.42-3.28-3.08-6.498-4.943-9.645-16.81 27.018-47.216 33.235-74.363 23.266-27.302-10.025-50.384-36.346-49.183-78.12z"/></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 32A224 224 0 0 0 32 256a224 224 0 0 0 224 224 224 224 0 0 0 223.672-217.45c-15.468 4.148-.306.22-16.467 4.51-9.1-2.965-28.42 10.264-29.197 10.264-1.756 0-14.65-49.66-14.65-49.66L381.08 208H368l-1.316 6.32 30.2 28.444-47.76 20.718-35.466-49.162-5.24 2.328 11.21 36.3 42.84 23.177-42.84 50.568 1.403 35.82-31.276 67.182-52.168-6.716-16-88.843-3.094-33.43-71.517-3.838-9.258-60.77 32.314-35.827 54.782-6.32 40.034 21.772 36.93-9.72c-1.112-18.374.05-12.54-1.112-18.374l-19.666-.7-1.053-10.184-5.97-2.107-2.81 12.64-9.48-.526-11.94-26.514-8.43 2.81 10.185 22.475-9.13 3.16-13.694-20.718-8.428-1.406-21.773 2.81-18.26 23.177-18.613 1.406-1.405-34.064 24.23-1.757 2.108-10.184-5.795-5.618-.174-3.69 16.182-7.94 11.56-2.944 19.665-6.848 6.32-7.375 3.512 7.375 22.474 2.81 8.78-9.13 5.97-24.582-6.673-2.81-11.238 16.857-8.43-9.834-11.586 14.75-14.4 2.458-.7-10.184 11.236-23.88 31.606-13.694 43.894-3.16 3.864 13.344s-4.916 13.344-5.97 13.695c-.138.045.428 1.754 1.464 4.565h31.195l14.047-11.59 29.484-9.138A224 224 0 0 0 256 32zM145.098 69.465l6.144 1.053s1.756 8.076.352 10.007c-1.405 1.932-10.885 7.903-10.885 7.903l-6.148-12.115 10.536-6.848zm41.086 11.588l8.252 19.49 3.337 16.68s-11.588 5.793-12.466 6.496c-.878.7-6.147-8.077-6.147-8.077l-1.93-17.91 2.81-15.1 6.144-1.58zm-12.116 22.474v16.155l-10.007 3.86-2.107-7.724 12.115-12.29zm189.104 238.618l-7.365 61.798-16.164 3.166s4.868-50.492 7.326-53.3l16.202-11.665z"/></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 32c-37.764.086-74.894 9.72-107.938 28.002l27.52 19.36 40.033-13.694 24.582 5.62 8.78 49.864 15.1-11.588 41.087-14.046 18.26 27.742-35.82 18.963-22.473 16.152-2.458 22.475-24.932 21.07-7.023 34.064-14.047 1.053 7.023-38.63-53.027-2.807-12.64 18.61-.1-.01v26.644l25.824 1.986 23.838 16.885-1.986 25.328 33.77 5.96-.36.76 53.004-30.558 90.88 59.098-20.51 48.548-32.685 20.156-61.143 77.965-13.498-3.845L262.216 365l-42.213-42.213 7.853-13.86-25.732-9.482-25.326-30.79-21.853-4.967L116.422 208H112l-5.117 26.746-3.64-39.146 5.267-29.147-.7-23.178L97.247 98.2C55.516 140.12 32.06 196.847 32 256c0 123.712 100.288 224 224 224 82.413-.028 158.155-45.308 197.195-117.887L442.82 298.14l-5.62-36.17-34.06-27.392 6.67-37.926 15.803-20.367 37.555-5.05C428.766 87.086 346.913 32.072 256 32zm89.047 48H368v48l-32 16v-23.836zm-122.76 166.518l29.85 4.918-4.213 6.32-24.23-4.916z"/></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 32A224 224 0 0 0 99.596 95.68l11.12-2.66 38.24-13.41 44.198-8.44 17.383 17.38 27.81-15.892 32.778.498 5.96 7.946 48.17-10.43 73.005 22.35-33.77 13.904 8.442 34.763-16.885 10.925-10.43-52.144-22.844 1.987-3.476 25.824-23.838 9.933 2.48 33.77-14.897 2.484-10.926-19.37-5.463 15.397 12.416 22.844-39.73 40.725-3.973 12.414 6.457 17.878s-15.892 23.343-18.375 22.846c-2.484-.495-44.698-37.743-44.698-37.743l-26.32 15.395-20.86-31.288-18.375 1.49-24.83 69.032-17.88 4.967-38.454-52.088A224 224 0 0 0 256 480a224 224 0 0 0 224-224A224 224 0 0 0 256 32zm75.217 112.67l9.93 15.394-14.897 22.348-2.484 15.893-7.946-4.967h1.49l4.47-42.213 9.437-6.455zm-18.873 56.117l11.422 1.49-.993 11.422-29.796 5.462-.995-7.945 20.362-10.43zm-39.233 26.818l14.9 4.47-2.483 21.355-17.382-12.416 4.966-13.41zm-9.434 45.69l2.482 18.87H245.3l-.993-13.407 19.37-5.463zm39.728 3.476l33.772 8.94 16.885 20.858-45.193-11.918-11.918 4.965-19.866-21.85 26.32-.994zM198.12 289.685l27.316 8.443 33.77 17.38s-20.86 4.47-23.84 3.477c-2.98-.993-43.702-19.37-43.702-19.37l6.457-9.93zm116.21 10.43l10.43 24.83 22.347 13.906-4.966 34.763-25.326 23.342-26.322-21.355-27.314 8.94-19.367 13.903L230.9 369.64s8.442-26.82 10.428-27.812l19.37-5.96 8.443-19.366 7.448 12.912 25.326-6.457 12.416-22.844zm86.91 49.66l4.965 2.484-10.926 15.396-3.475-8.94 9.435-8.94zm-11.422 19.867s6.456 4.47 4.47 5.96c-1.987 1.49-27.81 19.367-27.81 19.367l-10.927-5.463 23.343-17.38 10.925-2.483zm-82.44 32.28l12.415.498-10.428 9.932-1.988-10.43z"/></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="M55.984 10.73L10.73 55.984l12.73 12.73 45.253-45.255-12.73-12.73zm400.032 0l-12.73 12.73 45.255 45.253 12.73-12.73-45.254-45.253zM62.348 52.45l-9.9 9.898 265.167 265.166c13.718 13.718 25.277 22.427 33.258 26.724 2.435 1.31 4.362 2.074 5.973 2.608-.534-1.61-1.297-3.538-2.608-5.973-4.297-7.98-13.006-19.54-26.724-33.258L62.348 52.45zm387.304 0L268.73 233.372l9.897 9.898L459.55 62.35l-9.898-9.9zm-216.28 216.28l-48.886 48.885c-13.718 13.718-22.427 25.277-26.724 33.258-1.31 2.435-2.074 4.362-2.608 5.973 1.61-.534 3.538-1.297 5.973-2.608 7.98-4.297 19.54-13.006 33.258-26.724l48.886-48.887-9.897-9.898zm-55.25 9.094c-6.472 0-12.96.676-18.09 1.883-5.13 1.207-8.78 3.26-9.487 3.967L28.95 405.27c1.11 18.56 10.795 37.717 25.43 52.35 14.633 14.635 33.79 24.32 52.35 25.43l121.596-121.595c.707-.707 2.76-4.357 3.967-9.486 1.207-5.13 1.883-11.62 1.883-18.09 0-6.472-.676-12.963-1.883-18.093-.047-.2-.1-.38-.15-.574l-25.03 25.03c-14.566 14.566-27.05 24.24-37.453 29.843-5.202 2.8-9.863 4.644-14.572 5.316-4.71.673-10.378.02-14.443-4.047-4.066-4.065-4.72-9.734-4.047-14.443.672-4.71 2.515-9.37 5.316-14.572 5.602-10.404 15.277-22.887 29.844-37.453l25.03-25.03c-.195-.05-.376-.103-.575-.15-5.13-1.207-11.62-1.883-18.092-1.883zm155.757 0c-6.472 0-12.963.676-18.093 1.883-.2.047-.38.1-.574.15l25.03 25.03c14.566 14.566 24.24 27.05 29.843 37.453 2.8 5.202 4.644 9.863 5.316 14.572.673 4.71.02 10.378-4.047 14.443-4.065 4.066-9.734 4.72-14.443 4.047-4.71-.672-9.37-2.515-14.572-5.316-10.404-5.602-22.887-15.277-37.453-29.844l-25.03-25.03c-.05.195-.103.376-.15.575-1.207 5.13-1.883 11.62-1.883 18.092 0 6.47.676 12.96 1.883 18.09 1.207 5.128 3.26 8.778 3.967 9.485L405.27 483.05c18.56-1.11 37.717-10.795 52.35-25.43 14.635-14.633 24.32-33.79 25.43-52.35L361.456 283.674c-.707-.707-4.357-2.76-9.486-3.967-5.13-1.207-11.62-1.883-18.09-1.883z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M87 20v130h8.596c-.196 2.517-.095 4.886.404 7 1.733 7.34 8.458 16 16 16s14.267-8.66 16-16c.5-2.114.6-4.483.404-7h101.27c-2.738 5.914-6.99 16.49-5.674 23 .846 4.188 4.13 9.127 7.814 9.127s6.967-4.94 7.813-9.127c1.315-6.51-2.936-17.086-5.674-23h102.14c1.85 7.268 8.477 15.67 15.907 15.67s14.056-8.402 15.908-15.67H425V94h14v85.99s.417 10.562-9.986 15.13c-.868.223-33.657 8.69-69.08 18.153-17.945 4.794-36.337 9.78-51.182 13.975-14.845 4.194-25.117 7.082-30.656 9.51-6.74 2.954-14.238 6.833-20.422 13.25C251.49 256.425 247 265.748 247 277v103h18V277c0-6.897 2.1-10.83 5.637-14.502 3.538-3.672 8.894-6.717 14.685-9.256 1.548-.678 13.63-4.52 28.324-8.672 14.696-4.15 33.033-9.127 50.932-13.908 35.798-9.562 69.844-18.35 69.844-18.35l.62-.162.59-.248C456.533 203.194 457 179.99 457 179.99V76h-32V20zm18 18h302v47.373c-7.212 4.035-14.646 14.71-23 15.627-21.86 2.4-42.026-16.844-64-16-16.853.647-32.418 22.454-48 16-11.018-4.564-4.686-28.23-16-32-22.627-7.542-40.21 30.31-64 32-16.823 1.196-31.135-16-48-16-12.762 0-28.045 1.332-39 7.906zm39 159s-19.875 31.586-16 48c1.733 7.34 8.458 16 16 16s14.267-8.66 16-16c3.875-16.414-16-48-16-48zm89 201v94h46v-94z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 146.572c-30.972 0-61.944 1.244-92.914 3.703H160c-.032.082-.063.165-.096.246-14.258 1.173-28.514 2.617-42.77 4.31l-1.144-.576c-.127.252-.248.504-.375.756-17.696 2.124-35.39 4.635-53.084 7.562l-5.47.907-1.652 5.29c-.28.9-.546 1.787-.82 2.68H44l-16 63.532h12.73c-3.66 34.972.71 68.132 14.764 108.82l1.28 3.712 3.593 1.584c49.352 21.772 85.914 21.772 135.266 0 22.288-9.833 32.994-28.193 40.834-42.016 3.92-6.912 7.306-12.758 10.426-16.182 3.12-3.424 5.045-4.566 9.107-4.566 4.062 0 5.988 1.142 9.107 4.566 3.12 3.424 6.506 9.27 10.426 16.182 7.84 13.823 18.546 32.183 40.834 42.016 49.352 21.772 85.914 21.772 135.266 0l4.02-1.774 1.074-4.262c10.202-40.51 13.986-73.303 11.363-108.08H484l-16-63.53h-10.732c-.182-.735-.355-1.46-.54-2.198l-1.44-5.72-5.82-.962c-64.476-10.667-128.972-16-193.468-16zm0 17.994c61.532 0 123.064 5.042 184.613 14.91 13.912 57.71 13.82 96.77-.332 154.81-44.11 18.726-71.428 18.292-116.647-1.657-16.75-7.39-24.71-20.793-32.444-34.43-3.868-6.817-7.495-13.626-12.776-19.423-5.28-5.796-13.143-10.443-22.414-10.443-9.27 0-17.133 4.647-22.414 10.443-5.28 5.797-8.908 12.606-12.775 19.424-7.733 13.637-15.694 27.04-32.443 34.43-4.22 1.86-8.285 3.552-12.222 5.075 2.756-60.648 18.325-117.63 41.37-172.47 12.83-.437 25.657-.67 38.485-.67zm-103.186 4.688C132.49 225.61 119.91 285.04 113.457 346.902c-7.824-1.118-15.866-3.12-24.453-6 1.81-59.094 13.318-115.636 38.453-169.074 8.452-.95 16.906-1.81 25.357-2.574zm-46.26 5.11C84.318 225.3 73.588 278.795 71.25 333.905c-19.358-57.964-17.74-96.353-.22-154.38 11.842-1.9 23.683-3.62 35.523-5.163z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M365.054 30.738c-3.016.074-6.17 1.16-8.87 3.586l-38.678 47.41c8.225 3.647 17.252 3.705 26.892 3.575 11.97-16.446 25.24-34.404 27.94-36.94 9.566-8.977 1.767-17.852-7.284-17.632zM258.26 58.2c-1.002.013-2.182.062-3.495.16-5.248.39-12.652 1.495-21.238 3.125-17.172 3.258-39.202 8.58-60.824 14.216-32.485 8.47-58.144 15.937-71.856 19.976 2.073 1.402 4.425 2.72 7.416 3.87 8.123 3.127 19.547 4.908 33.14 5.02 27.19.226 62.91-6.04 99.872-17.173l8.62 15.304c-20.658 18.6-25.676 33.58-25.733 44.01-.057 10.43 5.927 17.63 7.297 18.625 10.522 7.655 24.934 7.117 42.77-.11 17.837-7.23 37.717-21.082 55.46-36.76l9.22-8.145 4.973 11.253c12.864 29.12 25.293 55.523 40.49 72.61 13.06 14.683 27.167 22.893 47.678 22.25-8.806-27.476-13.976-47.597-21.46-64.213-8.467-18.796-20.04-34.46-45.844-55.87-3.222-2.672-9.5-3.187-19.47-3.046-9.968.142-22.776.575-35.77-5.42-14.21-6.554-21.73-13.274-27.643-19.726-5.737-6.26-10.127-11.905-20.63-19.748-.154-.057-.2-.11-.554-.14-.597-.052-1.42-.077-2.42-.065zm-40.686 54.236c-19.318 4.625-37.91 7.81-54.98 9.254-.16.984-.365 1.984-.637 2.994-2.394 8.895-8.358 15.024-13.32 13.69-4.453-1.2-6.575-8.004-5.237-15.815-.715 0-1.437.01-2.144.005-9.518-.08-18.35-.84-26.377-2.475-4.02 4.782-7.788 9.877-11.23 15.33-7.21 11.424-8.955 26.465-12.027 41.352.513-.155 1.02-.245 1.517-.27.547-.02 1.08.04 1.592.178 4.962 1.336 7.044 9.63 4.65 18.525-2.337 8.663-8.077 14.737-12.992 13.746-5.496 44.005-5.82 93.13-6.068 138.79-.293 54.27-4.745 99.537 26.96 129.116 85.692 24.08 196.236-55.226 261.987-122.207-2.384.757-4.512.597-6.096-.458-4.274-2.855-3.59-11.38 1.525-19.04 3.82-5.72 9.21-9.546 13.57-9.632 1.31-.026 2.474.29 3.433.93 3.197 2.144 3.7 7.6 1.27 13.722 23.46-25.75 38.995-48.198 42.148-59.98 2.045-12.51 2.41-24.496 1.456-35.942-1.25-.07-2.492-.157-3.717-.283-.202 3.045-1.142 6.488-2.862 9.883-4.166 8.216-11.258 12.993-15.842 10.67-4.583-2.325-4.922-10.868-.758-19.084.93-1.836 2.02-3.506 3.2-4.975-8.803-2.947-16.777-7.45-23.934-13.153 1.212 3.97-.146 10.034-3.893 15.643-5.115 7.66-12.727 11.555-17 8.7-4.275-2.854-3.592-11.378 1.525-19.038 3.82-5.722 9.21-9.547 13.57-9.633.274-.006.538.012.8.036-2.344-2.165-4.593-4.46-6.74-6.875-12.835-14.43-22.908-32.84-32.34-52.825-2.74 3.69-6.143 5.672-9.177 4.855-3.652-.982-5.736-5.737-5.633-11.722-13.807 10.522-28.304 19.588-42.785 25.457-.01.004-.02.008-.03.01-2.5 8.557-8.288 14.377-13.134 13.074-2.746-.74-4.603-3.616-5.315-7.54-14.882 2.83-29.484 1.282-41.64-7.56-7.024-5.11-13.545-15.032-14.556-29.167-2.833 4.268-6.536 6.65-9.81 5.77-4.964-1.335-7.047-9.63-4.653-18.526 2.11-7.84 7.063-13.693 11.732-13.865.547-.02 1.08.038 1.592.176 1.888.508 3.356 2.028 4.322 4.2 1.833-5.157 4.474-10.525 8.078-16.042zm-51.686 33.91c.547-.02 1.08.04 1.59.178 4.963 1.336 7.045 9.63 4.65 18.525-2.393 8.894-8.357 15.023-13.32 13.688-4.962-1.336-7.044-9.63-4.65-18.525 2.11-7.84 7.062-13.694 11.73-13.867zm-35.398 4.308c.546-.02 1.078.04 1.59.178 4.963 1.335 7.046 9.63 4.652 18.526-2.394 8.895-8.357 15.024-13.32 13.69-4.963-1.336-7.046-9.63-4.652-18.526 2.11-7.84 7.06-13.695 11.73-13.868zm188.12 13.93c.545-.02 1.077.04 1.59.176 4.96 1.336 7.043 9.63 4.65 18.525-2.394 8.896-8.358 15.025-13.32 13.69-4.963-1.337-7.045-9.63-4.65-18.526 2.11-7.84 7.06-13.693 11.73-13.866zm-135.083 18.87c.546-.02 1.078.04 1.59.177 4.964 1.336 7.047 9.63 4.652 18.528-2.395 8.897-8.36 15.025-13.323 13.688-4.962-1.337-7.044-9.63-4.65-18.526 2.11-7.84 7.062-13.692 11.73-13.865zm44.234 9.337c.548-.02 1.08.04 1.59.18 4.965 1.334 7.048 9.628 4.654 18.524-2.395 8.897-8.36 15.025-13.323 13.688-4.96-1.337-7.043-9.63-4.65-18.526 2.11-7.84 7.063-13.692 11.73-13.865zm67.357 9.743c.546-.02 1.078.04 1.59.176 4.963 1.334 7.046 9.628 4.652 18.525-2.395 8.897-8.36 15.026-13.323 13.69-4.962-1.338-7.044-9.63-4.65-18.526 2.11-7.84 7.06-13.694 11.73-13.867zm39.383 1.78c.547-.02 1.08.04 1.592.177 4.962 1.337 7.044 9.63 4.65 18.526-2.394 8.895-8.357 15.024-13.32 13.69-4.964-1.336-7.047-9.63-4.653-18.526 2.11-7.84 7.06-13.694 11.73-13.867zm-197.656 2.98c.546-.02 1.08.038 1.59.176 4.964 1.335 7.046 9.63 4.652 18.526-2.395 8.895-8.358 15.023-13.32 13.688-4.964-1.335-7.047-9.63-4.653-18.526 2.11-7.84 7.062-13.692 11.73-13.865zm121.175 18.87c.546-.02 1.08.04 1.59.18 4.963 1.335 7.045 9.63 4.65 18.524-2.392 8.896-8.356 15.025-13.32 13.69-4.962-1.335-7.045-9.63-4.65-18.526 2.108-7.84 7.06-13.693 11.73-13.866zm-157.926 14.9c.546-.02 1.078.04 1.59.177 4.963 1.335 7.046 9.63 4.652 18.526-2.394 8.895-8.358 15.024-13.32 13.69-4.964-1.336-7.047-9.63-4.653-18.526 2.11-7.84 7.062-13.694 11.73-13.867zm209.746 5.93c.546-.02 1.078.04 1.59.177 4.963 1.335 7.046 9.63 4.652 18.525-2.394 8.897-8.36 15.027-13.322 13.69-4.963-1.337-7.045-9.63-4.65-18.525 2.11-7.84 7.06-13.693 11.73-13.866zM201.515 249.7c5.133.266 8.906 7.94 8.426 17.142-.478 9.2-5.028 16.442-10.16 16.174-5.134-.267-8.907-7.942-8.427-17.143.48-9.2 5.03-16.442 10.162-16.174zm-45.68 11.158c.548-.02 1.08.04 1.593.177 4.962 1.337 7.044 9.63 4.65 18.526-2.394 8.896-8.358 15.025-13.32 13.69-4.964-1.334-7.048-9.63-4.653-18.527 2.11-7.84 7.062-13.693 11.73-13.865zm197.15 7.07c1.31-.026 2.475.29 3.435.93 4.274 2.854 3.59 11.38-1.528 19.04-5.116 7.66-12.728 11.556-17.002 8.702-4.274-2.855-3.59-11.38 1.526-19.04 3.82-5.72 9.21-9.546 13.57-9.632zm47.806 6.668c1.018.043 1.94.312 2.735.8 4.385 2.68 4.046 11.224-.758 19.085-4.803 7.862-12.253 12.062-16.638 9.38-4.386-2.68-4.047-11.224.756-19.084 3.588-5.87 8.818-9.91 13.17-10.172.25-.016.495-.018.735-.008zM240.796 279.7c.546-.02 1.078.04 1.59.177 4.963 1.335 7.046 9.63 4.652 18.526-2.394 8.896-8.36 15.026-13.322 13.69-4.963-1.338-7.045-9.63-4.65-18.526 2.11-7.84 7.06-13.693 11.73-13.866zm48.62 10.025c1.31-.026 2.473.29 3.432.93 4.274 2.856 3.592 11.38-1.525 19.04-5.117 7.662-12.73 11.558-17.004 8.704-4.274-2.856-3.59-11.382 1.527-19.042 3.82-5.72 9.21-9.546 13.57-9.633zM105.38 300.057c.547-.02 1.08.038 1.59.176 4.964 1.334 7.047 9.63 4.653 18.525-2.394 8.897-8.36 15.026-13.322 13.69-4.962-1.337-7.044-9.63-4.65-18.526 2.11-7.84 7.062-13.693 11.73-13.865zm220.706 9.53c1.31-.027 2.474.288 3.433.93 4.273 2.854 3.59 11.38-1.528 19.04-5.117 7.66-12.728 11.555-17.002 8.7-4.274-2.853-3.59-11.377 1.525-19.038 3.822-5.723 9.21-9.548 13.57-9.634zM194.95 310.59c.545-.02 1.077.04 1.59.178 4.962 1.335 7.045 9.63 4.65 18.525-2.393 8.897-8.358 15.026-13.32 13.69-4.963-1.337-7.045-9.63-4.65-18.526 2.108-7.84 7.06-13.694 11.73-13.867zm-52.528 5.91c.546-.02 1.078.04 1.59.178 4.963 1.335 7.046 9.63 4.652 18.525-2.395 8.897-8.36 15.025-13.322 13.688-4.963-1.336-7.045-9.63-4.65-18.525 2.11-7.84 7.06-13.692 11.73-13.865zm119.26 16.744c1.31-.025 2.474.29 3.433.932 4.274 2.854 3.59 11.378-1.525 19.04-5.118 7.66-12.73 11.556-17.004 8.7-4.273-2.855-3.59-11.38 1.527-19.04 3.82-5.72 9.21-9.545 13.568-9.632zm30.216 22.533c1.31-.026 2.475.29 3.434.93 4.273 2.856 3.59 11.38-1.528 19.04-5.116 7.66-12.727 11.555-17 8.702-4.277-2.854-3.594-11.38 1.524-19.042 3.822-5.72 9.21-9.545 13.57-9.63zm40.227 1.49c1.31-.027 2.474.29 3.433.93 4.273 2.856 3.59 11.38-1.527 19.04-5.116 7.66-12.727 11.555-17 8.7-4.275-2.854-3.592-11.378 1.524-19.038 3.822-5.723 9.21-9.548 13.57-9.634zm-130.244.403c.548-.02 1.08.04 1.592.178 4.963 1.336 7.045 9.63 4.65 18.525-2.393 8.895-8.357 15.023-13.32 13.688-4.963-1.334-7.046-9.628-4.652-18.525 2.11-7.84 7.062-13.692 11.73-13.865zm-94.833 12.516c.546-.02 1.078.038 1.59.175 4.964 1.336 7.047 9.632 4.652 18.53-2.396 8.895-8.36 15.024-13.323 13.686-4.963-1.336-7.045-9.63-4.65-18.525 2.11-7.838 7.06-13.692 11.73-13.864zm47.625 10.414c.547-.02 1.08.04 1.59.177 4.964 1.337 7.046 9.63 4.652 18.526-2.394 8.895-8.358 15.024-13.32 13.69-4.965-1.335-7.048-9.63-4.653-18.528 2.11-7.84 7.063-13.693 11.732-13.865zm74.908 19.38c1.31-.025 2.474.29 3.433.932 4.274 2.855 3.592 11.38-1.525 19.04-5.117 7.66-12.73 11.556-17.004 8.7-4.273-2.855-3.59-11.38 1.527-19.04 3.822-5.72 9.21-9.544 13.57-9.63zm41.133 6.528c1.31-.026 2.474.29 3.433.93 4.276 2.853 3.593 11.38-1.525 19.04-5.116 7.662-12.73 11.558-17.003 8.702-4.274-2.854-3.59-11.378 1.525-19.04 3.822-5.72 9.21-9.546 13.57-9.632zM119.96 433.754c.545-.02 1.077.038 1.59.176 4.962 1.335 7.045 9.63 4.65 18.525-2.393 8.896-8.356 15.025-13.32 13.69-4.963-1.335-7.046-9.63-4.652-18.526 2.11-7.84 7.062-13.693 11.73-13.866zm62.358 9.758c1.31-.026 2.475.29 3.434.93 4.274 2.854 3.59 11.378-1.526 19.04-5.116 7.66-12.73 11.557-17.004 8.702-4.274-2.855-3.59-11.38 1.528-19.04 3.82-5.72 9.21-9.546 13.568-9.632z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M162.624 52.61C97.727 52.9 43.2 71.024 20.26 77.065c180.533-16.45 207.453 29.552 202.45 80.002-18.22 37.848-25.254 55.3-27.918 70.57-.1-.087-.194-.175-.297-.263-.137 1.532-.252 3.068-.353 4.604-1.174 9.332-.916 18.495-.844 31.853.232 42.953 20.353 78.605 35.563 123.858-19.41 34.982-62.905 40.407-111.138 40.017 15.68 4.238 57.39 35.154 183.93-18.266-18.39 38.19-101.927 66.29-104.35 80.708 95.706-8.18 156.83-50.263 172.442-113.7 26.875-16.655 51.02-37.67 71.22-88.49 4.977-15.1 26.364-16.513 42.844-20.37 8.092-1.892 12.803-17.88 0-19.664-16.856-3.743-41.087-1.758-50.568-18.963C359.963 85.33 251.557 52.22 162.624 52.61zM68.11 170.79c-6.35-.04-11.513.988-14.995 3.296 52.984 29.347 72.777 42.044 73.205 52.064.306 18.476-56.007 23.49-57.59 33.362-.602 3.75 45.222 28.75 51.972 38.277 8.175 14.697-18.264 35.887-52.675 58.995 7.18 11.277 72.52-13.598 116.69-36.805-7.365-34.743-12.074-70.132-6.827-105.548-32.393-23.226-82.256-43.47-109.78-43.643zm309.805 34.105c17.18 0 31.3 14.12 31.3 31.3s-14.12 31.3-31.3 31.3-31.298-14.12-31.298-31.3 14.12-31.3 31.298-31.3zm-71.578 12.435c4.01.062 8.036.29 12.076.705l.487.05.478.102c7.506 1.608 10.558 7.368 12.705 12.56 2.147 5.19 3.38 11.144 4.006 17.52 1.25 12.75.433 26.886-5.97 37.98-3.817 6.613-9.487 8.915-16.46 11.564-6.97 2.65-15.513 4.687-25.05 5.833-19.078 2.29-42.133 1.066-62.616-8.352l-19.9-9.147 20.58-7.487c9.96-3.622 17.247-7.86 22.49-11.594-8.457-3.524-18.93-9.306-28.448-18.88l-10.3-10.36 13.886-4.54c26.63-8.707 53.964-16.39 82.035-15.952zm71.578 5.565c-7.45 0-13.298 5.85-13.298 13.3 0 5.78 3.525 10.582 8.582 12.45a13.773 13.008 0 0 1-1.802-6.397 13.773 13.008 0 0 1 13.773-13.008 13.773 13.008 0 0 1 4.546.746c-2.2-4.245-6.607-7.09-11.8-7.09zm-71.863 12.443c-19.507-.27-39.51 4.09-59.924 10.098 11.728 7.197 22.06 8.86 22.06 8.86l14.735 2.25-8.855 11.99s-3.546 4.686-10.194 10.02c-2.56 2.052-5.814 4.29-9.447 6.55 10.906 1.81 22.13 1.855 32.033.665 8.256-.99 15.592-2.804 20.81-4.786 5.216-1.982 8.043-5.09 7.26-3.736 2.872-4.975 4.633-17.148 3.645-27.227-.494-5.038-1.58-9.627-2.724-12.393-.48-1.16-.863-1.54-1.085-1.813-2.764-.23-5.53-.438-8.313-.476z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 97c-7.5 0-16.28 6.144-25.512 19.992-2.506 3.76-4.983 8.018-7.422 12.678 4.796 1.746 9.125 4.077 13.098 6.152C243.984 139.908 250.51 143 256 143c5.51 0 12.03-3.075 19.844-7.145 3.98-2.072 8.31-4.4 13.107-6.152-2.443-4.673-4.926-8.943-7.438-12.71C272.28 103.142 263.5 97 256 97zm-40.695 49.168c-1.748 4.1-3.466 8.395-5.15 12.848 10.323.362 18.754 5.016 26.01 8.806C243.984 171.908 250.508 175 256 175c5.51 0 12.03-3.075 19.844-7.145 7.26-3.78 15.686-8.428 26.004-8.83-1.68-4.444-3.394-8.733-5.14-12.826-3.757 1.2-7.907 3.2-12.548 5.618-7.755 4.04-16.804 9.182-28.16 9.182-11.374 0-20.42-5.176-28.17-9.225-4.64-2.423-8.78-4.418-12.525-5.607zm-7.018 30.828c-1.15.037-2.794.353-4.723.867-14.73 45.123-26.11 100.996-33.892 146.918C197.62 328.896 226.806 331 256 331c29.194 0 58.382-2.105 86.328-6.22-7.786-45.95-19.177-101.865-33.92-147.003-1.875-.467-3.48-.75-4.64-.78-5.443-.14-11.853 2.782-19.608 6.82-7.755 4.04-16.804 9.183-28.16 9.183-11.374 0-20.42-5.176-28.17-9.225-7.75-4.048-14.134-6.95-19.543-6.78zm-38.394 55.065c-30.435 5.178-57.67 12.973-80.02 22.66-20.718 8.976-37.194 19.58-48.195 30.712 6.3 3.458 12.935 6.733 19.884 9.81 36.414-16.12 70.022-28.162 102.245-36.146 1.912-8.998 3.946-18.04 6.086-27.035zm172.214 0c2.14 8.996 4.174 18.038 6.086 27.036 32.223 7.984 65.83 20.026 102.245 36.146 6.95-3.077 13.583-6.352 19.884-9.81-11-11.133-27.477-21.736-48.195-30.713-22.35-9.687-49.585-17.482-80.02-22.66zm-182.252 46.315c-23.618 6.458-48.228 15.2-74.527 26.227 20.54 7.208 43.003 12.976 66.584 17.263 2.334-13.787 4.972-28.437 7.943-43.49zm192.29 0c2.97 15.053 5.61 29.703 7.943 43.49 23.58-4.287 46.043-10.055 66.584-17.263-26.3-11.026-50.91-19.768-74.527-26.227zM30.533 299.89c-2.496 4.48-4.14 8.977-4.945 13.503l7.9-11.852c-.99-.544-1.977-1.094-2.955-1.65zm450.934 0c-.978.556-1.964 1.106-2.955 1.65l7.9 11.853c-.804-4.526-2.45-9.024-4.945-13.502zM57 313.024v17.252l8.996-13.494c-3.043-1.214-6.038-2.47-8.996-3.757zm398 0c-2.958 1.287-5.953 2.543-8.996 3.758L455 330.276v-17.252zM39 325.725l-8.975 13.46c2.23 4.2 5.218 8.382 8.975 12.55v-26.01zm434 0v26.01c3.757-4.168 6.744-8.35 8.975-12.55L473 325.726zm-381.02.283l8.9 44.488 26.292-35.057c-12.094-2.723-23.852-5.868-35.192-9.432zm328.04 0c-11.34 3.564-23.098 6.71-35.192 9.43l26.293 35.058 8.9-44.488zm-344.584 9.064l-19.948 29.92-2.83-.857c8.87 6.755 19.77 13.173 32.387 18.982l-9.61-48.045zm361.128 0l-9.61 48.045c12.617-5.81 23.517-12.227 32.388-18.982l-2.83.857-19.948-29.92zm-275.572 6.785l32.768 65.536 46.867-58.582c-26.987-.63-53.81-2.925-79.635-6.953zm190.016 0c-25.824 4.028-52.648 6.322-79.635 6.954l46.867 58.583 32.768-65.536zM142.46 345.05l-35.26 47.012c19.772 6.996 42.413 12.664 67.075 16.616L142.46 345.05zm227.08 0l-31.815 63.628c24.662-3.952 47.303-9.62 67.074-16.616l-35.26-47.01zM256 358.407l-43.852 54.815C226.35 414.383 241.008 415 256 415c14.992 0 29.65-.618 43.852-1.78L256 358.407z"/></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="M101.86 17.793l-18.532 2.41 9.42 72.475-72.478-9.42-2.41 18.533 96.55 12.55-12.55-96.547zm47.744 47.742l-18.532 2.408 9.42 72.48-72.476-9.42-2.41 18.532 96.548 12.55-12.55-96.55zm139.97 44.377v70.28c-19.16 1.463-37.088 7.392-52.756 16.734l13.655 13.654c11.836-6.306 25.055-10.376 39.1-11.635v37.643c-3.646.527-7.197 1.36-10.626 2.467l15.742 15.74c1.39-.123 2.796-.197 4.22-.197 25.845 0 46.596 20.75 46.596 46.595 0 1.424-.074 2.83-.197 4.22l15.74 15.743c1.096-3.39 1.922-6.9 2.45-10.506h38.006c-1.237 14.124-5.315 27.414-11.652 39.31l13.652 13.65c9.374-15.723 15.31-33.723 16.746-52.96h65.57v-18.687h-65.6c-4.64-59.564-52.367-107.23-111.958-111.772v-70.278h-18.69zm-93.01 2.584l-18.53 2.408 9.42 72.48-72.477-9.423-2.41 18.534 81.357 10.576L395.38 408.523l22.472 8.7-8.33-20.987-17.043-17.043c.025-.032.054-.063.08-.095l-13.214-13.217-.08.1-27.12-27.117.077-.103-13.407-13.408c-.022.037-.047.072-.07.11l-64.103-64.103c.037-.023.072-.048.11-.07l-13.407-13.407-.104.076-26.79-26.792c.033-.027.065-.055.1-.082l-13.22-13.217c-.033.026-.063.056-.096.083l-14.095-14.096-10.576-81.36zm111.7 86.447c49.447 4.42 88.692 43.6 93.207 93.02h-37.94c-4.075-28.546-26.737-51.245-55.266-55.373v-37.647zm-111.59 36.705c-10.65 16.48-17.43 35.683-19.037 56.315h-69.535v18.687h69.505c4.463 59.74 52.256 107.6 111.967 112.163v63.812h18.69v-63.813c20.71-1.578 39.985-8.37 56.52-19.054l-13.513-13.512c-12.804 7.553-27.395 12.42-43.006 13.815v-38.263c5.09-.737 9.99-2.075 14.636-3.922l-14.96-14.96c-2.92.567-5.937.872-9.03.872-25.844 0-46.594-20.75-46.594-46.594 0-3.092.306-6.11.873-9.03l-14.96-14.958c-1.86 4.682-3.206 9.623-3.94 14.758h-37.9c1.418-15.535 6.273-30.055 13.794-42.805l-13.51-13.51zm-.32 75.002h37.966c4.163 28.446 26.792 51.04 55.254 55.15v38.26c-49.568-4.44-88.878-43.813-93.22-93.41zm249.55 51.235l-21.412 21.412 26.514 66.793-67.272-26.037-21.78 21.78 129.46 45.505-45.51-129.453z"/></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="M110.814 19.584C86.886 19.1 66.43 42.18 74.574 72.572 33.3 61.514 1.52 106.864 33.804 137.152c27.285 25.595 75.65 12.207 105.592 13.594l35.608 35.61-20.8 20.798c-5.792-2.507-11.9-3.718-17.956-3.72-1.102 0-2.2.038-3.297.117-14.61 1.05-28.493 9.07-36.325 22.636-12.533 21.7-5.02 49.73 16.682 62.26l9.343-16.186c-12.953-7.48-17.322-23.778-9.84-36.73 7.204-12.477 22.578-16.98 35.274-10.622l.79.79 165.18 165.185c22 22 51.77 20.233 71.514 6.043l89.446 89.447 13.215-13.213-89.543-89.545c5.476-7.808 8.98-17.067 9.432-27.056.633-13.987-5.028-29.007-17.884-41.863l-166.363-166.37.516-.298c-7.48-12.954-3.115-29.253 9.84-36.73 12.957-7.48 29.25-3.115 36.73 9.84l16.185-9.345c-7.83-13.564-21.715-21.583-36.325-22.63-1.095-.08-2.195-.12-3.297-.118-7.712.003-15.515 1.955-22.636 6.066-20.796 12.005-28.546 38.234-18.14 59.498l-18.528 18.53-34.986-34.986c-1.04-30.028 11.983-81.578-14.238-106.203-8.923-8.378-18.818-12.176-28.182-12.366zm107.64 149.752L375.837 326.73l-49.754 49.754-157.39-157.39 49.76-49.758zm.837 26.373l-13.214 13.214L336.584 339.43l13.215-13.215L219.29 195.71z"/></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="M444.098 19.16l-75.114 117.7-60.69-29.085L286.5 164.12c-11.048-3.82-22.37-5.51-33.496-5.257-12.552.285-24.847 3.042-36.21 7.955l-20.16-7.437 34.79-70.763L18.862 66.38l117.697 75.116-29.087 60.686 56.36 21.804c-8.05 23.45-6.478 48.13 2.763 69.5l-7.516 20.37-70.758-34.79-22.24 212.56 75.113-117.698 60.688 29.088 21.887-56.58c23.334 8.013 47.888 6.495 69.185-2.625l20.596 7.598-34.792 70.76 212.562 22.24-117.697-75.115 29.082-60.688-56.557-21.88c8.102-23.41 6.6-48.063-2.56-69.434l7.512-20.358 70.757 34.79 22.24-212.562zM253.326 177.482c3.33-.07 6.683.098 10.04.467-27.333 6.483-47.673 31.032-47.673 60.35 0 34.263 27.777 62.04 62.04 62.04 22.998 0 43.055-12.522 53.77-31.11-.914 4.94-2.313 9.866-4.24 14.717-15.896 39.996-60.943 59.42-100.94 43.524-39.994-15.894-59.42-60.94-43.524-100.937 11.92-29.994 40.24-48.418 70.526-49.05z"/></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="M257.65 19.033l-47.552 85.598c-51.53 16.016-91.8 57.678-105.877 110.026L33.407 252.25l69.276 38.486c5.942 26.33 18.456 50.18 35.722 69.737 5.63-7.952 12.438-15.05 20.547-21.162-19.19-22.513-30.794-51.682-30.794-83.51 0-71.074 57.838-128.488 128.912-128.488 71.077 0 128.49 57.412 128.49 128.49 0 30.006-10.234 57.65-27.408 79.583 8.525 5.88 15.612 12.795 21.413 20.592 15.176-18.532 26.235-40.563 31.77-64.692l70.263-39.035-71.826-38.13c-14.312-52.475-54.968-94.123-106.856-109.825L257.65 19.033zm.266 150.33c-17.56 0-33.686 9.02-45.902 24.647-12.217 15.626-20.09 37.754-20.09 62.373 0 26.12 9.218 49.343 22.846 65.148l10.14 11.76-15.14 3.452c-38.027 8.67-55.962 26.396-66.48 54.268-9.788 25.934-11.75 61.67-11.99 104.236h254.473c-.047-42.74-.66-79.348-9.683-105.814-9.693-28.432-27.11-46.38-67.99-54.38l-15.272-2.99 9.817-12.076c12.778-15.718 21.267-38.404 21.267-63.603 0-24.62-7.875-46.747-20.092-62.373-12.216-15.626-28.343-24.647-45.902-24.647h-.002z"/></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(1909) }
7
+ it('has the expected number of icons') { expect(GameIcons.names.count).to eq(1925) }
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.17.0.20150828
4
+ version: 0.18.0.20150904
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-08-28 00:00:00.000000000 Z
11
+ date: 2015-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -222,6 +222,7 @@ files:
222
222
  - resources/icons/delapouite/originals/svg/amphora.svg
223
223
  - resources/icons/delapouite/originals/svg/angry-eyes.svg
224
224
  - resources/icons/delapouite/originals/svg/animal-hide.svg
225
+ - resources/icons/delapouite/originals/svg/aquarium.svg
225
226
  - resources/icons/delapouite/originals/svg/aqueduct.svg
226
227
  - resources/icons/delapouite/originals/svg/arm.svg
227
228
  - resources/icons/delapouite/originals/svg/audio-cassette.svg
@@ -233,6 +234,7 @@ files:
233
234
  - resources/icons/delapouite/originals/svg/barn.svg
234
235
  - resources/icons/delapouite/originals/svg/barrel.svg
235
236
  - resources/icons/delapouite/originals/svg/bat.svg
237
+ - resources/icons/delapouite/originals/svg/beach-ball.svg
236
238
  - resources/icons/delapouite/originals/svg/bed.svg
237
239
  - resources/icons/delapouite/originals/svg/beer-bottle.svg
238
240
  - resources/icons/delapouite/originals/svg/binoculars.svg
@@ -245,6 +247,7 @@ files:
245
247
  - resources/icons/delapouite/originals/svg/boomerang.svg
246
248
  - resources/icons/delapouite/originals/svg/boss-key.svg
247
249
  - resources/icons/delapouite/originals/svg/bowen-knot.svg
250
+ - resources/icons/delapouite/originals/svg/bracer.svg
248
251
  - resources/icons/delapouite/originals/svg/brass-knuckles.svg
249
252
  - resources/icons/delapouite/originals/svg/bread.svg
250
253
  - resources/icons/delapouite/originals/svg/brick-pile.svg
@@ -289,6 +292,9 @@ files:
289
292
  - resources/icons/delapouite/originals/svg/duck.svg
290
293
  - resources/icons/delapouite/originals/svg/dwarf-face.svg
291
294
  - resources/icons/delapouite/originals/svg/dynamite.svg
295
+ - resources/icons/delapouite/originals/svg/earth-africa-europe.svg
296
+ - resources/icons/delapouite/originals/svg/earth-america.svg
297
+ - resources/icons/delapouite/originals/svg/earth-asia-oceania.svg
292
298
  - resources/icons/delapouite/originals/svg/elf-ear.svg
293
299
  - resources/icons/delapouite/originals/svg/empty-chessboard.svg
294
300
  - resources/icons/delapouite/originals/svg/ermine.svg
@@ -388,6 +394,8 @@ files:
388
394
  - resources/icons/delapouite/originals/svg/orc-head.svg
389
395
  - resources/icons/delapouite/originals/svg/overlord-helm.svg
390
396
  - resources/icons/delapouite/originals/svg/oyster-pearl.svg
397
+ - resources/icons/delapouite/originals/svg/paddles.svg
398
+ - resources/icons/delapouite/originals/svg/paint-roller.svg
391
399
  - resources/icons/delapouite/originals/svg/palette.svg
392
400
  - resources/icons/delapouite/originals/svg/palisade.svg
393
401
  - resources/icons/delapouite/originals/svg/pan-flute.svg
@@ -416,6 +424,7 @@ files:
416
424
  - resources/icons/delapouite/originals/svg/prisoner.svg
417
425
  - resources/icons/delapouite/originals/svg/private-first-class.svg
418
426
  - resources/icons/delapouite/originals/svg/private.svg
427
+ - resources/icons/delapouite/originals/svg/protection-glasses.svg
419
428
  - resources/icons/delapouite/originals/svg/pulley-hook.svg
420
429
  - resources/icons/delapouite/originals/svg/puzzle.svg
421
430
  - resources/icons/delapouite/originals/svg/rabbit.svg
@@ -458,6 +467,7 @@ files:
458
467
  - resources/icons/delapouite/originals/svg/steering-wheel.svg
459
468
  - resources/icons/delapouite/originals/svg/stone-bridge.svg
460
469
  - resources/icons/delapouite/originals/svg/stone-pile.svg
470
+ - resources/icons/delapouite/originals/svg/strawberry.svg
461
471
  - resources/icons/delapouite/originals/svg/stun-grenade.svg
462
472
  - resources/icons/delapouite/originals/svg/submarine.svg
463
473
  - resources/icons/delapouite/originals/svg/suitcase.svg
@@ -488,6 +498,7 @@ files:
488
498
  - resources/icons/delapouite/originals/svg/triforce.svg
489
499
  - resources/icons/delapouite/originals/svg/triquetra.svg
490
500
  - resources/icons/delapouite/originals/svg/trojan-horse.svg
501
+ - resources/icons/delapouite/originals/svg/tropical-fish.svg
491
502
  - resources/icons/delapouite/originals/svg/trowel.svg
492
503
  - resources/icons/delapouite/originals/svg/truck.svg
493
504
  - resources/icons/delapouite/originals/svg/tv.svg
@@ -536,6 +547,7 @@ files:
536
547
  - resources/icons/delapouite/tetris/svg/z-brick.svg
537
548
  - resources/icons/delapouite/western/svg/cactus.svg
538
549
  - resources/icons/delapouite/western/svg/lasso.svg
550
+ - resources/icons/delapouite/western/svg/sombrero.svg
539
551
  - resources/icons/delapouite/zodiac/svg/aquarius.svg
540
552
  - resources/icons/delapouite/zodiac/svg/aries.svg
541
553
  - resources/icons/delapouite/zodiac/svg/cancer.svg
@@ -839,6 +851,7 @@ files:
839
851
  - resources/icons/lorc/originals/svg/crossed-sabres.svg
840
852
  - resources/icons/lorc/originals/svg/crossed-slashes.svg
841
853
  - resources/icons/lorc/originals/svg/crossed-swords.svg
854
+ - resources/icons/lorc/originals/svg/crosshair-arrow.svg
842
855
  - resources/icons/lorc/originals/svg/crow-dive.svg
843
856
  - resources/icons/lorc/originals/svg/crown-coin.svg
844
857
  - resources/icons/lorc/originals/svg/crown-of-thorns.svg
@@ -1263,6 +1276,7 @@ files:
1263
1276
  - resources/icons/lorc/originals/svg/lotus-flower.svg
1264
1277
  - resources/icons/lorc/originals/svg/lotus.svg
1265
1278
  - resources/icons/lorc/originals/svg/love-howl.svg
1279
+ - resources/icons/lorc/originals/svg/love-injection.svg
1266
1280
  - resources/icons/lorc/originals/svg/love-song.svg
1267
1281
  - resources/icons/lorc/originals/svg/lyre.svg
1268
1282
  - resources/icons/lorc/originals/svg/mace-head.svg
@@ -1468,6 +1482,7 @@ files:
1468
1482
  - resources/icons/lorc/originals/svg/rose.svg
1469
1483
  - resources/icons/lorc/originals/svg/rough-wound.svg
1470
1484
  - resources/icons/lorc/originals/svg/round-bottom-flask.svg
1485
+ - resources/icons/lorc/originals/svg/round-struck.svg
1471
1486
  - resources/icons/lorc/originals/svg/royal-love.svg
1472
1487
  - resources/icons/lorc/originals/svg/rss.svg
1473
1488
  - resources/icons/lorc/originals/svg/run.svg
@@ -1589,6 +1604,7 @@ files:
1589
1604
  - resources/icons/lorc/originals/svg/spiked-armor.svg
1590
1605
  - resources/icons/lorc/originals/svg/spiked-collar.svg
1591
1606
  - resources/icons/lorc/originals/svg/spiked-fence.svg
1607
+ - resources/icons/lorc/originals/svg/spiked-halo.svg
1592
1608
  - resources/icons/lorc/originals/svg/spiked-mace.svg
1593
1609
  - resources/icons/lorc/originals/svg/spiked-shell.svg
1594
1610
  - resources/icons/lorc/originals/svg/spiked-snail.svg