diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ed737ebd..85bbbeb9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,8 +3,8 @@
This repository welcomes contributions and corrections. Before submitting a pull request, ensure that you respect these guidelines for SVGs:
- Include the SVG namespace declaration `xmlns="http://www.w3.org/2000/svg"`. This is not required if the SVG is included inline on HTML5 web pages.
- - Include a descriptive `
` element for accessibility. For example, `GitHub icon `.
- - Add `aria-labelledby="title"` and `role="img"` to the `` element to improve screen reader support.
+ - Include a descriptive `` element for accessibility. The `` must have an ID of the format `simpleicon--title` - for example, `GitHub icon `.
+ - Add `aria-labelledby="simpleicon--title"` and `role="img"` to the `` element to improve screen reader support.
- Use a `viewBox` of 24 by 24, following [Google’s Material Design guidelines for system icons](https://material.io/guidelines/style/icons.html#icons-system-icons).
- Ensure that all paths and strokes have been converted to fills.
- Ensure your SVG is monochromatic. Remove all fill colors so that icons default to black.
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index fc986da6..c2030afd 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -195,11 +195,6 @@
"hex": "343434",
"source": "https://circleci.com/press"
},
- {
- "title": "Code School",
- "hex": "4CADC0",
- "source": "https://www.codeschool.com/brand-assets"
- },
{
"title": "Codecademy",
"hex": "204056",
@@ -225,6 +220,11 @@
"hex": "3E8DCC",
"source": "https://github.com/twolfson/coderwall-svg"
},
+ {
+ "title": "Code School",
+ "hex": "4CADC0",
+ "source": "https://www.codeschool.com/brand-assets"
+ },
{
"title": "Codio",
"hex": "4574E0",
@@ -370,16 +370,16 @@
"hex": "F45800",
"source": "https://www.etsy.com/uk/press"
},
- {
- "title": "Event Store",
- "hex": "5AB552",
- "source": "https://github.com/eventstore/brand"
- },
{
"title": "Eventbrite",
"hex": "F6682F",
"source": "https://www.eventbrite.com"
},
+ {
+ "title": "Event Store",
+ "hex": "5AB552",
+ "source": "https://github.com/eventstore/brand"
+ },
{
"title": "Evernote",
"hex": "2DBE60",
@@ -515,11 +515,6 @@
"hex": "4285F4",
"source": "https://developers.google.com/+/branding-guidelines?hl=en"
},
- {
- "title": "Google+",
- "hex": "DC4E41",
- "source": "https://developers.google.com/+/branding-guidelines"
- },
{
"title": "Google Analytics",
"hex": "FFC107",
@@ -545,6 +540,11 @@
"hex": "607D8B",
"source": "https://getsello.com"
},
+ {
+ "title": "Google+",
+ "hex": "DC4E41",
+ "source": "https://developers.google.com/+/branding-guidelines"
+ },
{
"title": "GOV.UK",
"hex": "005EA5",
@@ -675,16 +675,16 @@
"hex": "FF3366",
"source": "https://projects.invisionapp.com/boards/BX4P1DY5H46R"
},
- {
- "title": "Jekyll",
- "hex": "CC0000",
- "source": "https://github.com/jekyll/brand"
- },
{
"title": "JavaScript",
"hex": "F7DF1E",
"source": "https://github.com/voodootikigod/logo.js"
},
+ {
+ "title": "Jekyll",
+ "hex": "CC0000",
+ "source": "https://github.com/jekyll/brand"
+ },
{
"title": "Jenkins",
"hex": "D24939",
@@ -700,11 +700,6 @@
"hex": "5091CD",
"source": "https://docs.joomla.org/Joomla:Brand_Identity_Elements"
},
- {
- "title": "JustGiving",
- "hex": "AD29B6",
- "source": "https://justgiving.com"
- },
{
"title": "JSFiddle",
"hex": "4679A4",
@@ -715,21 +710,26 @@
"hex": "000000",
"source": "https://commons.wikimedia.org/wiki/File:JSON_vector_logo.svg"
},
+ {
+ "title": "JustGiving",
+ "hex": "AD29B6",
+ "source": "https://justgiving.com"
+ },
{
"title": "Kaggle",
"hex": "20BEFF",
"source": "https://www.kaggle.com/contact"
},
- {
- "title": "Khan Academy",
- "hex": "9DB63B",
- "source": "https://khanacademy.zendesk.com/hc/en-us/articles/202483630-Press-room"
- },
{
"title": "Keybase",
"hex": "33A0FF",
"source": "https://github.com/keybase/client/tree/master/media/logos"
},
+ {
+ "title": "Khan Academy",
+ "hex": "9DB63B",
+ "source": "https://khanacademy.zendesk.com/hc/en-us/articles/202483630-Press-room"
+ },
{
"title": "Kickstarter",
"hex": "2BDE73",
@@ -830,16 +830,16 @@
"hex": "FF1E0D",
"source": "http://www.makerbot.com/makerbot-press-assets"
},
- {
- "title": "Mastodon",
- "hex": "189EFC",
- "source": "https://github.com/tootsuite/mastodon/blob/master/app/assets/images/logo.svg"
- },
{
"title": "MasterCard",
"hex": "EB001B",
"source": "https://brand.mastercard.com/brandcenter/mastercard-brand-mark/downloads.html"
},
+ {
+ "title": "Mastodon",
+ "hex": "189EFC",
+ "source": "https://github.com/tootsuite/mastodon/blob/master/app/assets/images/logo.svg"
+ },
{
"title": "Matternet",
"hex": "261C29",
diff --git a/icons/500px.svg b/icons/500px.svg
index e91bab70..feddd0dc 100644
--- a/icons/500px.svg
+++ b/icons/500px.svg
@@ -1 +1 @@
-
\ No newline at end of file
+500px icon
\ No newline at end of file
diff --git a/icons/aboutme.svg b/icons/aboutme.svg
index a5749653..90fb9485 100644
--- a/icons/aboutme.svg
+++ b/icons/aboutme.svg
@@ -1 +1 @@
-
\ No newline at end of file
+About.me icon
\ No newline at end of file
diff --git a/icons/addthis.svg b/icons/addthis.svg
index 1866f154..7e3911bb 100644
--- a/icons/addthis.svg
+++ b/icons/addthis.svg
@@ -1 +1 @@
-
\ No newline at end of file
+AddThis icon
\ No newline at end of file
diff --git a/icons/adobe.svg b/icons/adobe.svg
index 6e92cc4d..bddd4bcc 100644
--- a/icons/adobe.svg
+++ b/icons/adobe.svg
@@ -1 +1 @@
-Adobe icon
\ No newline at end of file
+Adobe icon
\ No newline at end of file
diff --git a/icons/adobeacrobatreader.svg b/icons/adobeacrobatreader.svg
index 87e191a3..056fc364 100644
--- a/icons/adobeacrobatreader.svg
+++ b/icons/adobeacrobatreader.svg
@@ -1 +1 @@
-Adobe Acrobat Reader icon
\ No newline at end of file
+Adobe Acrobat Reader icon
\ No newline at end of file
diff --git a/icons/aim.svg b/icons/aim.svg
index afd1c3e7..fcf9567d 100644
--- a/icons/aim.svg
+++ b/icons/aim.svg
@@ -1 +1 @@
-
\ No newline at end of file
+AIM icon
\ No newline at end of file
diff --git a/icons/air.svg b/icons/air.svg
index 7e5f889a..843ec18a 100644
--- a/icons/air.svg
+++ b/icons/air.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Air icon
\ No newline at end of file
diff --git a/icons/airbnb.svg b/icons/airbnb.svg
index 918e6521..3fe2fe36 100644
--- a/icons/airbnb.svg
+++ b/icons/airbnb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Airbnb icon
\ No newline at end of file
diff --git a/icons/amazon.svg b/icons/amazon.svg
index 380ed1af..f2215107 100644
--- a/icons/amazon.svg
+++ b/icons/amazon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Amazon icon
\ No newline at end of file
diff --git a/icons/android.svg b/icons/android.svg
index 8022acef..c64dc60f 100644
--- a/icons/android.svg
+++ b/icons/android.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Android icon
\ No newline at end of file
diff --git a/icons/angellist.svg b/icons/angellist.svg
index 423eb48a..51cdd3b8 100644
--- a/icons/angellist.svg
+++ b/icons/angellist.svg
@@ -1 +1 @@
-
\ No newline at end of file
+AngelList icon
\ No newline at end of file
diff --git a/icons/angular.svg b/icons/angular.svg
index 870b5325..9478edbe 100644
--- a/icons/angular.svg
+++ b/icons/angular.svg
@@ -1 +1 @@
-Angular
+Angular icon
diff --git a/icons/apple.svg b/icons/apple.svg
index 7e43bebe..278596c2 100644
--- a/icons/apple.svg
+++ b/icons/apple.svg
@@ -1 +1 @@
-
+Apple icon
diff --git a/icons/appnet.svg b/icons/appnet.svg
index 8e93d856..f6da63c6 100644
--- a/icons/appnet.svg
+++ b/icons/appnet.svg
@@ -1 +1 @@
-
\ No newline at end of file
+App.net icon
\ No newline at end of file
diff --git a/icons/asana.svg b/icons/asana.svg
index 66aa9275..07870358 100644
--- a/icons/asana.svg
+++ b/icons/asana.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Asana icon
\ No newline at end of file
diff --git a/icons/atom.svg b/icons/atom.svg
index 37b388e8..5d48c893 100644
--- a/icons/atom.svg
+++ b/icons/atom.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Atom icon
\ No newline at end of file
diff --git a/icons/auth0.svg b/icons/auth0.svg
index 773c1079..0b9c5255 100644
--- a/icons/auth0.svg
+++ b/icons/auth0.svg
@@ -1 +1 @@
-
+Auh0 icon
diff --git a/icons/baidu.svg b/icons/baidu.svg
index c065fbdc..5916ce41 100644
--- a/icons/baidu.svg
+++ b/icons/baidu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Baidu icon
\ No newline at end of file
diff --git a/icons/bandcamp.svg b/icons/bandcamp.svg
index 322b59d9..0158bb86 100644
--- a/icons/bandcamp.svg
+++ b/icons/bandcamp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Bandcamp icon
\ No newline at end of file
diff --git a/icons/basecamp.svg b/icons/basecamp.svg
index 1a21be33..8c39ab50 100644
--- a/icons/basecamp.svg
+++ b/icons/basecamp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/icons/bathasu.svg b/icons/bathasu.svg
index 94665080..6742b4e0 100644
--- a/icons/bathasu.svg
+++ b/icons/bathasu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Bath ASU icon
\ No newline at end of file
diff --git a/icons/bebo.svg b/icons/bebo.svg
index 8791bdb1..990b90cd 100644
--- a/icons/bebo.svg
+++ b/icons/bebo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Bebo icon
\ No newline at end of file
diff --git a/icons/behance.svg b/icons/behance.svg
index 89b7a74d..4d78e008 100644
--- a/icons/behance.svg
+++ b/icons/behance.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Behance icon
\ No newline at end of file
diff --git a/icons/bigcartel.svg b/icons/bigcartel.svg
index 7b3cae0e..d0ba1360 100644
--- a/icons/bigcartel.svg
+++ b/icons/bigcartel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Big Cartel icon
\ No newline at end of file
diff --git a/icons/bing.svg b/icons/bing.svg
index 5f25cef9..e6c8e148 100644
--- a/icons/bing.svg
+++ b/icons/bing.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Bing icon
\ No newline at end of file
diff --git a/icons/bitbucket.svg b/icons/bitbucket.svg
index 4a17be06..4ce4347c 100644
--- a/icons/bitbucket.svg
+++ b/icons/bitbucket.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Bitbucket icon
\ No newline at end of file
diff --git a/icons/bitcoin.svg b/icons/bitcoin.svg
index 37b4fe1c..9a88c4d4 100644
--- a/icons/bitcoin.svg
+++ b/icons/bitcoin.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Bitcoin icon
\ No newline at end of file
diff --git a/icons/bitly.svg b/icons/bitly.svg
index 7b51a018..b75887d3 100644
--- a/icons/bitly.svg
+++ b/icons/bitly.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Bitly icon
\ No newline at end of file
diff --git a/icons/blogger.svg b/icons/blogger.svg
index cdc5b68b..63ec365f 100644
--- a/icons/blogger.svg
+++ b/icons/blogger.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Blogger icon
\ No newline at end of file
diff --git a/icons/bootstrap.svg b/icons/bootstrap.svg
index 29eef4e5..99b969aa 100644
--- a/icons/bootstrap.svg
+++ b/icons/bootstrap.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Bootstrap icon
\ No newline at end of file
diff --git a/icons/brandai.svg b/icons/brandai.svg
index b0bcbe12..af16d0aa 100644
--- a/icons/brandai.svg
+++ b/icons/brandai.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Brand.ai icon
\ No newline at end of file
diff --git a/icons/buffer.svg b/icons/buffer.svg
index 005fa0a9..c613a21b 100644
--- a/icons/buffer.svg
+++ b/icons/buffer.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Buffer icon
\ No newline at end of file
diff --git a/icons/buzzfeed.svg b/icons/buzzfeed.svg
index 0db6d77c..61c3a35c 100644
--- a/icons/buzzfeed.svg
+++ b/icons/buzzfeed.svg
@@ -1 +1 @@
-
\ No newline at end of file
+BuzzFeed icon
\ No newline at end of file
diff --git a/icons/cakephp.svg b/icons/cakephp.svg
index b91b1749..2583358d 100644
--- a/icons/cakephp.svg
+++ b/icons/cakephp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+CakePHP icon
\ No newline at end of file
diff --git a/icons/campaignmonitor.svg b/icons/campaignmonitor.svg
index d4a1cd7f..e5702344 100644
--- a/icons/campaignmonitor.svg
+++ b/icons/campaignmonitor.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Campaign Monitor icon
\ No newline at end of file
diff --git a/icons/circleci.svg b/icons/circleci.svg
index 645f9704..98942fa8 100644
--- a/icons/circleci.svg
+++ b/icons/circleci.svg
@@ -1 +1 @@
-
\ No newline at end of file
+CircleCI icon
\ No newline at end of file
diff --git a/icons/codecademy.svg b/icons/codecademy.svg
index 227b1850..8c21bf7b 100644
--- a/icons/codecademy.svg
+++ b/icons/codecademy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Codecademy icon
\ No newline at end of file
diff --git a/icons/codeforces.svg b/icons/codeforces.svg
index 5ec57e8d..4011b010 100644
--- a/icons/codeforces.svg
+++ b/icons/codeforces.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Codeforces icon
\ No newline at end of file
diff --git a/icons/codeigniter.svg b/icons/codeigniter.svg
index fbbbb1f5..f6852994 100644
--- a/icons/codeigniter.svg
+++ b/icons/codeigniter.svg
@@ -1 +1 @@
-Artboard
\ No newline at end of file
+CodeIgniter icon
\ No newline at end of file
diff --git a/icons/codepen.svg b/icons/codepen.svg
index 88bd3cf0..ad918e2c 100644
--- a/icons/codepen.svg
+++ b/icons/codepen.svg
@@ -1 +1 @@
-
\ No newline at end of file
+CodePen icon
\ No newline at end of file
diff --git a/icons/coderwall.svg b/icons/coderwall.svg
index a8ae3d1b..8397636f 100644
--- a/icons/coderwall.svg
+++ b/icons/coderwall.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Coderwall icon
\ No newline at end of file
diff --git a/icons/codeschool.svg b/icons/codeschool.svg
index d2a431cd..a9f1ef71 100644
--- a/icons/codeschool.svg
+++ b/icons/codeschool.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Code School icon
\ No newline at end of file
diff --git a/icons/codio.svg b/icons/codio.svg
index 4d4a2948..b2cccdba 100644
--- a/icons/codio.svg
+++ b/icons/codio.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Codio icon
\ No newline at end of file
diff --git a/icons/compropago.svg b/icons/compropago.svg
index e69dd118..5e3ec825 100644
--- a/icons/compropago.svg
+++ b/icons/compropago.svg
@@ -1 +1 @@
-
\ No newline at end of file
+ComproPago icon
\ No newline at end of file
diff --git a/icons/conekta.svg b/icons/conekta.svg
index c5b35d66..11062211 100644
--- a/icons/conekta.svg
+++ b/icons/conekta.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Conekta icon
\ No newline at end of file
diff --git a/icons/coop.svg b/icons/coop.svg
index de85a26a..5c1ca2fd 100644
--- a/icons/coop.svg
+++ b/icons/coop.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Co-op icon
\ No newline at end of file
diff --git a/icons/coursera.svg b/icons/coursera.svg
index 73ceacf6..d0d734e3 100644
--- a/icons/coursera.svg
+++ b/icons/coursera.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Coursera icon
\ No newline at end of file
diff --git a/icons/css3.svg b/icons/css3.svg
index 3f6dd75e..c07864a7 100644
--- a/icons/css3.svg
+++ b/icons/css3.svg
@@ -1 +1 @@
-
\ No newline at end of file
+CSS3 icon
\ No newline at end of file
diff --git a/icons/csswizardry.svg b/icons/csswizardry.svg
index a43b306f..ada6c06f 100644
--- a/icons/csswizardry.svg
+++ b/icons/csswizardry.svg
@@ -1 +1 @@
-
\ No newline at end of file
+CSS Wizardry icon
\ No newline at end of file
diff --git a/icons/deezer.svg b/icons/deezer.svg
index 75359715..f37a7a74 100644
--- a/icons/deezer.svg
+++ b/icons/deezer.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Deezer icon
\ No newline at end of file
diff --git a/icons/delicious.svg b/icons/delicious.svg
index 531ecda0..4260147b 100644
--- a/icons/delicious.svg
+++ b/icons/delicious.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Delicious icon
\ No newline at end of file
diff --git a/icons/designernews.svg b/icons/designernews.svg
index eb59942f..7a69d293 100644
--- a/icons/designernews.svg
+++ b/icons/designernews.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Designer News icon
\ No newline at end of file
diff --git a/icons/deviantart.svg b/icons/deviantart.svg
index 750409ac..29747dd5 100644
--- a/icons/deviantart.svg
+++ b/icons/deviantart.svg
@@ -1 +1 @@
-
\ No newline at end of file
+DeviantArt icon
\ No newline at end of file
diff --git a/icons/diaspora.svg b/icons/diaspora.svg
index d77acb81..16917e64 100644
--- a/icons/diaspora.svg
+++ b/icons/diaspora.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Diaspora icon
\ No newline at end of file
diff --git a/icons/digg.svg b/icons/digg.svg
index 5f04f2ba..e05cd935 100644
--- a/icons/digg.svg
+++ b/icons/digg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Digg icon
\ No newline at end of file
diff --git a/icons/digitalocean.svg b/icons/digitalocean.svg
index ee45edf8..42592d78 100644
--- a/icons/digitalocean.svg
+++ b/icons/digitalocean.svg
@@ -1 +1 @@
-
\ No newline at end of file
+DigitalOcean icon
\ No newline at end of file
diff --git a/icons/discord.svg b/icons/discord.svg
index 7d9d692d..27bbb5b1 100644
--- a/icons/discord.svg
+++ b/icons/discord.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Discord icon
\ No newline at end of file
diff --git a/icons/discourse.svg b/icons/discourse.svg
index 888de16c..42b69cb9 100644
--- a/icons/discourse.svg
+++ b/icons/discourse.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Discourse icon
\ No newline at end of file
diff --git a/icons/discover.svg b/icons/discover.svg
index 2a6e12f5..a9ae5698 100644
--- a/icons/discover.svg
+++ b/icons/discover.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Discover icon
\ No newline at end of file
diff --git a/icons/disqus.svg b/icons/disqus.svg
index 9dc8639a..6d0bc38c 100644
--- a/icons/disqus.svg
+++ b/icons/disqus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/docker.svg b/icons/docker.svg
index 21d1a385..0bea0ee5 100644
--- a/icons/docker.svg
+++ b/icons/docker.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Docker icon
\ No newline at end of file
diff --git a/icons/draugiemlv.svg b/icons/draugiemlv.svg
index 1dc92eba..39dba652 100644
--- a/icons/draugiemlv.svg
+++ b/icons/draugiemlv.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Draugiem.lv icon
\ No newline at end of file
diff --git a/icons/dribbble.svg b/icons/dribbble.svg
index 44c7af51..87739c33 100644
--- a/icons/dribbble.svg
+++ b/icons/dribbble.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Dribbble icon
\ No newline at end of file
diff --git a/icons/dropbox.svg b/icons/dropbox.svg
index bf069616..2a996f66 100644
--- a/icons/dropbox.svg
+++ b/icons/dropbox.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Dropbox icon
\ No newline at end of file
diff --git a/icons/drupal.svg b/icons/drupal.svg
index 22ab3db5..e6984ee9 100644
--- a/icons/drupal.svg
+++ b/icons/drupal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Drupal icon
\ No newline at end of file
diff --git a/icons/ebay.svg b/icons/ebay.svg
index 6509b7d1..9b77a9c4 100644
--- a/icons/ebay.svg
+++ b/icons/ebay.svg
@@ -1 +1 @@
-
\ No newline at end of file
+eBay icon
\ No newline at end of file
diff --git a/icons/ethereum.svg b/icons/ethereum.svg
index 5f8b5ef6..70063a49 100644
--- a/icons/ethereum.svg
+++ b/icons/ethereum.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Ethereum icon
\ No newline at end of file
diff --git a/icons/etsy.svg b/icons/etsy.svg
index c83b1a7a..12e0aa0e 100644
--- a/icons/etsy.svg
+++ b/icons/etsy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Etsy icon
\ No newline at end of file
diff --git a/icons/eventbrite.svg b/icons/eventbrite.svg
index 4033c0c7..ace10b77 100644
--- a/icons/eventbrite.svg
+++ b/icons/eventbrite.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Eventbrite icon
\ No newline at end of file
diff --git a/icons/eventstore.svg b/icons/eventstore.svg
index f0f3b9e9..a57dfda1 100644
--- a/icons/eventstore.svg
+++ b/icons/eventstore.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Event Store icon
\ No newline at end of file
diff --git a/icons/evernote.svg b/icons/evernote.svg
index 157868e3..aa3ef792 100644
--- a/icons/evernote.svg
+++ b/icons/evernote.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Evernote icon
\ No newline at end of file
diff --git a/icons/everplaces.svg b/icons/everplaces.svg
index b670c2a5..4d2ac4ce 100644
--- a/icons/everplaces.svg
+++ b/icons/everplaces.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Everplaces icon
\ No newline at end of file
diff --git a/icons/facebook.svg b/icons/facebook.svg
index b1d1895c..f55ef353 100644
--- a/icons/facebook.svg
+++ b/icons/facebook.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Facebook icon
\ No newline at end of file
diff --git a/icons/feathub.svg b/icons/feathub.svg
index 35cc73fa..eacaca71 100644
--- a/icons/feathub.svg
+++ b/icons/feathub.svg
@@ -1 +1 @@
-
\ No newline at end of file
+FeatHub icon
\ No newline at end of file
diff --git a/icons/feedly.svg b/icons/feedly.svg
index a1e9e4d5..bacf69de 100644
--- a/icons/feedly.svg
+++ b/icons/feedly.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Feedly icon
\ No newline at end of file
diff --git a/icons/fitbit.svg b/icons/fitbit.svg
index 6db64dbf..46d39d71 100644
--- a/icons/fitbit.svg
+++ b/icons/fitbit.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Fitbit icon
\ No newline at end of file
diff --git a/icons/flickr.svg b/icons/flickr.svg
index 68c49105..f263baea 100644
--- a/icons/flickr.svg
+++ b/icons/flickr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Flickr icon
\ No newline at end of file
diff --git a/icons/flipboard.svg b/icons/flipboard.svg
index 9298d51e..1183cd9a 100644
--- a/icons/flipboard.svg
+++ b/icons/flipboard.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Flipboard icon
\ No newline at end of file
diff --git a/icons/fnac.svg b/icons/fnac.svg
index 551e3581..a8a9f01b 100644
--- a/icons/fnac.svg
+++ b/icons/fnac.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Fnac icon
\ No newline at end of file
diff --git a/icons/foursquare.svg b/icons/foursquare.svg
index 9bee51c0..7c31a0c8 100644
--- a/icons/foursquare.svg
+++ b/icons/foursquare.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Foursquare icon
\ No newline at end of file
diff --git a/icons/freecodecamp.svg b/icons/freecodecamp.svg
index 0754c07c..dc4510ec 100644
--- a/icons/freecodecamp.svg
+++ b/icons/freecodecamp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+freeCodeCamp icon
\ No newline at end of file
diff --git a/icons/garmin.svg b/icons/garmin.svg
index f8ed13f6..1e1f80e8 100644
--- a/icons/garmin.svg
+++ b/icons/garmin.svg
@@ -1 +1 @@
-
+Garmin icon
diff --git a/icons/geocaching.svg b/icons/geocaching.svg
index 3e6e4fcf..1b7df4ee 100644
--- a/icons/geocaching.svg
+++ b/icons/geocaching.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Geocaching icon
\ No newline at end of file
diff --git a/icons/gerrit.svg b/icons/gerrit.svg
index c88713e2..4795b2c0 100644
--- a/icons/gerrit.svg
+++ b/icons/gerrit.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Gerrit icon
\ No newline at end of file
diff --git a/icons/ghost.svg b/icons/ghost.svg
index ce822b4a..92b77b6d 100644
--- a/icons/ghost.svg
+++ b/icons/ghost.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Ghost icon
\ No newline at end of file
diff --git a/icons/git.svg b/icons/git.svg
index db81d533..b8c88981 100644
--- a/icons/git.svg
+++ b/icons/git.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Git icon
\ No newline at end of file
diff --git a/icons/github.svg b/icons/github.svg
index 2f8bcf58..001bb870 100644
--- a/icons/github.svg
+++ b/icons/github.svg
@@ -1 +1 @@
-GitHub icon
+GitHub icon
diff --git a/icons/gitlab.svg b/icons/gitlab.svg
index 29c20126..2f26efcf 100644
--- a/icons/gitlab.svg
+++ b/icons/gitlab.svg
@@ -1 +1 @@
-
\ No newline at end of file
+GitLab icon
\ No newline at end of file
diff --git a/icons/gitter.svg b/icons/gitter.svg
index 0cc26352..09bde63e 100644
--- a/icons/gitter.svg
+++ b/icons/gitter.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Gitter icon
\ No newline at end of file
diff --git a/icons/glassdoor.svg b/icons/glassdoor.svg
index 581fc187..9d59b833 100644
--- a/icons/glassdoor.svg
+++ b/icons/glassdoor.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Glassdoor icon
\ No newline at end of file
diff --git a/icons/gmail.svg b/icons/gmail.svg
index 3617d36f..53160f54 100644
--- a/icons/gmail.svg
+++ b/icons/gmail.svg
@@ -1 +1 @@
-
+Gmail icon
diff --git a/icons/gnu.svg b/icons/gnu.svg
index 987a91f2..fc0475a7 100644
--- a/icons/gnu.svg
+++ b/icons/gnu.svg
@@ -1 +1 @@
-
+GNU icon
diff --git a/icons/goldenline.svg b/icons/goldenline.svg
index 2eb6534b..318ca098 100644
--- a/icons/goldenline.svg
+++ b/icons/goldenline.svg
@@ -1 +1 @@
-
\ No newline at end of file
+GoldenLine icon
\ No newline at end of file
diff --git a/icons/goodreads.svg b/icons/goodreads.svg
index 646b1d2b..3a6e38df 100644
--- a/icons/goodreads.svg
+++ b/icons/goodreads.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Goodreads icon
\ No newline at end of file
diff --git a/icons/google.svg b/icons/google.svg
index b5f42145..e5fffc7b 100644
--- a/icons/google.svg
+++ b/icons/google.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Google icon
\ No newline at end of file
diff --git a/icons/googleanalytics.svg b/icons/googleanalytics.svg
index 69f1fa59..c5446cc3 100644
--- a/icons/googleanalytics.svg
+++ b/icons/googleanalytics.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Google Analytics icon
\ No newline at end of file
diff --git a/icons/googledrive.svg b/icons/googledrive.svg
index f9226c22..dfc96228 100644
--- a/icons/googledrive.svg
+++ b/icons/googledrive.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Google Drive icon
\ No newline at end of file
diff --git a/icons/googlekeep.svg b/icons/googlekeep.svg
index 6b00f15d..289a5efd 100644
--- a/icons/googlekeep.svg
+++ b/icons/googlekeep.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Google Keep icon
\ No newline at end of file
diff --git a/icons/googleplay.svg b/icons/googleplay.svg
index ba06c89e..4b00e650 100644
--- a/icons/googleplay.svg
+++ b/icons/googleplay.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Google Play icon
\ No newline at end of file
diff --git a/icons/googleplus.svg b/icons/googleplus.svg
index 87b3af65..664ba05c 100644
--- a/icons/googleplus.svg
+++ b/icons/googleplus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Google+ icon
\ No newline at end of file
diff --git a/icons/govuk.svg b/icons/govuk.svg
index ba798303..5107a237 100644
--- a/icons/govuk.svg
+++ b/icons/govuk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+GOV.UK icon
\ No newline at end of file
diff --git a/icons/graphcool.svg b/icons/graphcool.svg
index 3580575c..116fcfb8 100644
--- a/icons/graphcool.svg
+++ b/icons/graphcool.svg
@@ -1 +1 @@
-
+Graphcool icon
diff --git a/icons/graphql.svg b/icons/graphql.svg
index 76576788..e24bec44 100644
--- a/icons/graphql.svg
+++ b/icons/graphql.svg
@@ -1 +1 @@
-
+GraphQL icon
diff --git a/icons/gratipay.svg b/icons/gratipay.svg
index d1a2495b..dd856f40 100644
--- a/icons/gratipay.svg
+++ b/icons/gratipay.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Gratipay icon
\ No newline at end of file
diff --git a/icons/grav.svg b/icons/grav.svg
index e6c889d3..c19409e4 100644
--- a/icons/grav.svg
+++ b/icons/grav.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Grav icon
\ No newline at end of file
diff --git a/icons/gravatar.svg b/icons/gravatar.svg
index a8592e8f..924ea9c5 100644
--- a/icons/gravatar.svg
+++ b/icons/gravatar.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Gravatar icon
\ No newline at end of file
diff --git a/icons/gulp.svg b/icons/gulp.svg
index 9556ea87..9833ed96 100644
--- a/icons/gulp.svg
+++ b/icons/gulp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Gulp icon
\ No newline at end of file
diff --git a/icons/gumtree.svg b/icons/gumtree.svg
index 1e7b2462..8e65b9ba 100644
--- a/icons/gumtree.svg
+++ b/icons/gumtree.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Gumtree icon
\ No newline at end of file
diff --git a/icons/hackerrank.svg b/icons/hackerrank.svg
index 7cde78ed..8f02c4a7 100644
--- a/icons/hackerrank.svg
+++ b/icons/hackerrank.svg
@@ -1 +1 @@
-
\ No newline at end of file
+HackerRank icon
\ No newline at end of file
diff --git a/icons/hackster.svg b/icons/hackster.svg
index fa5486b9..024e6662 100644
--- a/icons/hackster.svg
+++ b/icons/hackster.svg
@@ -1 +1 @@
-
+Hackster icon
diff --git a/icons/hatenabookmark.svg b/icons/hatenabookmark.svg
index e4b5f5cc..79628f67 100644
--- a/icons/hatenabookmark.svg
+++ b/icons/hatenabookmark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Hatena Bookmark icon
\ No newline at end of file
diff --git a/icons/heroku.svg b/icons/heroku.svg
index f07afb19..4d651768 100644
--- a/icons/heroku.svg
+++ b/icons/heroku.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Heroku icon
\ No newline at end of file
diff --git a/icons/hipchat.svg b/icons/hipchat.svg
index 5ee02879..62e4cb2e 100644
--- a/icons/hipchat.svg
+++ b/icons/hipchat.svg
@@ -1 +1 @@
-
\ No newline at end of file
+HipChat icon
\ No newline at end of file
diff --git a/icons/hootsuite.svg b/icons/hootsuite.svg
index 9e60d58a..495ddbbe 100644
--- a/icons/hootsuite.svg
+++ b/icons/hootsuite.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Hootsuite icon
\ No newline at end of file
diff --git a/icons/houzz.svg b/icons/houzz.svg
index 67cc6668..1fb46677 100644
--- a/icons/houzz.svg
+++ b/icons/houzz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Houzz icon
\ No newline at end of file
diff --git a/icons/html5.svg b/icons/html5.svg
index fdd8ee94..a7850e41 100644
--- a/icons/html5.svg
+++ b/icons/html5.svg
@@ -1 +1 @@
-
\ No newline at end of file
+HTML5 icon
\ No newline at end of file
diff --git a/icons/hulu.svg b/icons/hulu.svg
index ee6ac3ab..9da4ca42 100644
--- a/icons/hulu.svg
+++ b/icons/hulu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Hulu icon
\ No newline at end of file
diff --git a/icons/ifixit.svg b/icons/ifixit.svg
index ae2c3199..ce9aff38 100644
--- a/icons/ifixit.svg
+++ b/icons/ifixit.svg
@@ -1 +1 @@
-
\ No newline at end of file
+iFixit icon
\ No newline at end of file
diff --git a/icons/inkscape.svg b/icons/inkscape.svg
index ebdb4098..a4431706 100644
--- a/icons/inkscape.svg
+++ b/icons/inkscape.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Inkscape icon
\ No newline at end of file
diff --git a/icons/instacart.svg b/icons/instacart.svg
index 1a2ed4b7..6f547657 100644
--- a/icons/instacart.svg
+++ b/icons/instacart.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Instacart icon
\ No newline at end of file
diff --git a/icons/instagram.svg b/icons/instagram.svg
index 5c45f1f1..a0fed10e 100644
--- a/icons/instagram.svg
+++ b/icons/instagram.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Instagram icon
\ No newline at end of file
diff --git a/icons/instapaper.svg b/icons/instapaper.svg
index d8481295..0a9e9e61 100644
--- a/icons/instapaper.svg
+++ b/icons/instapaper.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Instapaper icon
\ No newline at end of file
diff --git a/icons/intel.svg b/icons/intel.svg
index 2234e421..4d1315a4 100644
--- a/icons/intel.svg
+++ b/icons/intel.svg
@@ -1 +1 @@
-
+Intel icon
diff --git a/icons/intercom.svg b/icons/intercom.svg
index 834bb680..457b2cae 100644
--- a/icons/intercom.svg
+++ b/icons/intercom.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Intercom icon
\ No newline at end of file
diff --git a/icons/javascript.svg b/icons/javascript.svg
index 8861dd79..f473a8d5 100644
--- a/icons/javascript.svg
+++ b/icons/javascript.svg
@@ -1 +1 @@
-
\ No newline at end of file
+JavaScript icon
\ No newline at end of file
diff --git a/icons/jekyll.svg b/icons/jekyll.svg
index f6d679d1..0a128339 100644
--- a/icons/jekyll.svg
+++ b/icons/jekyll.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Jekyll icon
\ No newline at end of file
diff --git a/icons/jenkins.svg b/icons/jenkins.svg
index e99c9a18..46f78f43 100644
--- a/icons/jenkins.svg
+++ b/icons/jenkins.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Jenkins icon
\ No newline at end of file
diff --git a/icons/jira.svg b/icons/jira.svg
index 642f2386..8b53d3ce 100644
--- a/icons/jira.svg
+++ b/icons/jira.svg
@@ -1,3 +1 @@
-
-
-
+JIRA icon
\ No newline at end of file
diff --git a/icons/joomla.svg b/icons/joomla.svg
index 6210679c..ebabb7a2 100644
--- a/icons/joomla.svg
+++ b/icons/joomla.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Joomla icon
\ No newline at end of file
diff --git a/icons/jsfiddle.svg b/icons/jsfiddle.svg
index 7495119d..17281395 100644
--- a/icons/jsfiddle.svg
+++ b/icons/jsfiddle.svg
@@ -1 +1 @@
-
\ No newline at end of file
+JSFiddle icon
\ No newline at end of file
diff --git a/icons/json.svg b/icons/json.svg
index 400d91a5..b8796410 100644
--- a/icons/json.svg
+++ b/icons/json.svg
@@ -1 +1 @@
-
\ No newline at end of file
+JSON icon
\ No newline at end of file
diff --git a/icons/justgiving.svg b/icons/justgiving.svg
index 3028aace..2bde89fd 100644
--- a/icons/justgiving.svg
+++ b/icons/justgiving.svg
@@ -1 +1 @@
-
\ No newline at end of file
+JustGiving icon
\ No newline at end of file
diff --git a/icons/kaggle.svg b/icons/kaggle.svg
index dfbe426c..1b9170dd 100644
--- a/icons/kaggle.svg
+++ b/icons/kaggle.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Kaggle icon
\ No newline at end of file
diff --git a/icons/keybase.svg b/icons/keybase.svg
index 1398e591..7ac7d875 100644
--- a/icons/keybase.svg
+++ b/icons/keybase.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Keybase icon
\ No newline at end of file
diff --git a/icons/khanacademy.svg b/icons/khanacademy.svg
index 0ef30881..df4ebdd6 100644
--- a/icons/khanacademy.svg
+++ b/icons/khanacademy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Khan Academy icon
\ No newline at end of file
diff --git a/icons/kickstarter.svg b/icons/kickstarter.svg
index 94667b4b..89f421f0 100644
--- a/icons/kickstarter.svg
+++ b/icons/kickstarter.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Kickstarter icon
\ No newline at end of file
diff --git a/icons/kik.svg b/icons/kik.svg
index b4bd91b3..4a502c16 100644
--- a/icons/kik.svg
+++ b/icons/kik.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Kik icon
\ No newline at end of file
diff --git a/icons/kirby.svg b/icons/kirby.svg
index 191fe5b2..0adf47b5 100644
--- a/icons/kirby.svg
+++ b/icons/kirby.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Kirby icon
\ No newline at end of file
diff --git a/icons/koding.svg b/icons/koding.svg
index 36545e92..9f704884 100644
--- a/icons/koding.svg
+++ b/icons/koding.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Koding icon
\ No newline at end of file
diff --git a/icons/lanyrd.svg b/icons/lanyrd.svg
index 6d3b74b7..cda4fc64 100644
--- a/icons/lanyrd.svg
+++ b/icons/lanyrd.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Lanyrd icon
\ No newline at end of file
diff --git a/icons/laravel.svg b/icons/laravel.svg
index 1650a197..c166bcb8 100644
--- a/icons/laravel.svg
+++ b/icons/laravel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Laravel icon
\ No newline at end of file
diff --git a/icons/lastfm.svg b/icons/lastfm.svg
index 146f4b95..fb3fa1d8 100644
--- a/icons/lastfm.svg
+++ b/icons/lastfm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Last.fm icon
\ No newline at end of file
diff --git a/icons/launchpad.svg b/icons/launchpad.svg
index aa0c705e..06bb10a4 100644
--- a/icons/launchpad.svg
+++ b/icons/launchpad.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Launchpad icon
\ No newline at end of file
diff --git a/icons/letterboxd.svg b/icons/letterboxd.svg
index 88dc12f6..2ead05b2 100644
--- a/icons/letterboxd.svg
+++ b/icons/letterboxd.svg
@@ -1 +1 @@
-Letterboxd icon
+Letterboxd icon
diff --git a/icons/line.svg b/icons/line.svg
index de0a7e64..10d18577 100644
--- a/icons/line.svg
+++ b/icons/line.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Line icon
\ No newline at end of file
diff --git a/icons/linkedin.svg b/icons/linkedin.svg
index 91d7ee81..f8a94ef8 100644
--- a/icons/linkedin.svg
+++ b/icons/linkedin.svg
@@ -1 +1 @@
-
\ No newline at end of file
+LinkedIn icon
\ No newline at end of file
diff --git a/icons/linux.svg b/icons/linux.svg
index 09e06e7f..69826832 100644
--- a/icons/linux.svg
+++ b/icons/linux.svg
@@ -1 +1 @@
-
+Linux icon
\ No newline at end of file
diff --git a/icons/linuxfoundation.svg b/icons/linuxfoundation.svg
index ac318849..8edf0036 100644
--- a/icons/linuxfoundation.svg
+++ b/icons/linuxfoundation.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Linux Foundation icon
\ No newline at end of file
diff --git a/icons/livejournal.svg b/icons/livejournal.svg
index c89b8e43..eb2e20b8 100644
--- a/icons/livejournal.svg
+++ b/icons/livejournal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+LiveJournal icon
\ No newline at end of file
diff --git a/icons/livestream.svg b/icons/livestream.svg
index 4aed0a61..0bb34d05 100644
--- a/icons/livestream.svg
+++ b/icons/livestream.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Livestream icon
\ No newline at end of file
diff --git a/icons/macys.svg b/icons/macys.svg
index 3b2ff24d..4d05e998 100644
--- a/icons/macys.svg
+++ b/icons/macys.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Macy’s icon
\ No newline at end of file
diff --git a/icons/magento.svg b/icons/magento.svg
index 3fa4cea5..41af7784 100644
--- a/icons/magento.svg
+++ b/icons/magento.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Magento icon
\ No newline at end of file
diff --git a/icons/makerbot.svg b/icons/makerbot.svg
index f612e292..3bce4688 100644
--- a/icons/makerbot.svg
+++ b/icons/makerbot.svg
@@ -1 +1 @@
-
\ No newline at end of file
+MakerBot icon
\ No newline at end of file
diff --git a/icons/mastercard.svg b/icons/mastercard.svg
index 6742ab60..dff10312 100644
--- a/icons/mastercard.svg
+++ b/icons/mastercard.svg
@@ -1 +1 @@
-
\ No newline at end of file
+MasterCard icon
\ No newline at end of file
diff --git a/icons/mastodon.svg b/icons/mastodon.svg
index 157f56d8..74740484 100644
--- a/icons/mastodon.svg
+++ b/icons/mastodon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Mastodon icon
\ No newline at end of file
diff --git a/icons/matternet.svg b/icons/matternet.svg
index ff51b9ce..c6510128 100644
--- a/icons/matternet.svg
+++ b/icons/matternet.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Matternet icon
\ No newline at end of file
+MediaTemple icon
\ No newline at end of file
diff --git a/icons/medium.svg b/icons/medium.svg
index 833722eb..e035d20a 100644
--- a/icons/medium.svg
+++ b/icons/medium.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Medium icon
\ No newline at end of file
diff --git a/icons/meetup.svg b/icons/meetup.svg
index 98b16b13..8101e1d0 100644
--- a/icons/meetup.svg
+++ b/icons/meetup.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Meetup icon
\ No newline at end of file
diff --git a/icons/messenger.svg b/icons/messenger.svg
index cf467dd4..24c04cea 100644
--- a/icons/messenger.svg
+++ b/icons/messenger.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Messenger icon
\ No newline at end of file
diff --git a/icons/meteor.svg b/icons/meteor.svg
index b41a4898..e3c1bb9d 100644
--- a/icons/meteor.svg
+++ b/icons/meteor.svg
@@ -1 +1 @@
-
+Meteor icon
\ No newline at end of file
diff --git a/icons/microgenetics.svg b/icons/microgenetics.svg
index 9130f950..215ae9f7 100644
--- a/icons/microgenetics.svg
+++ b/icons/microgenetics.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Microgenetics icon
\ No newline at end of file
diff --git a/icons/microsoft.svg b/icons/microsoft.svg
index 318ef562..9938c325 100644
--- a/icons/microsoft.svg
+++ b/icons/microsoft.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Microsoft icon
\ No newline at end of file
diff --git a/icons/microsoftaccess.svg b/icons/microsoftaccess.svg
index 5c468ab9..7aeae40a 100644
--- a/icons/microsoftaccess.svg
+++ b/icons/microsoftaccess.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Microsoft Access icon
\ No newline at end of file
diff --git a/icons/microsoftexcel.svg b/icons/microsoftexcel.svg
index f615e26c..a0f5db7f 100644
--- a/icons/microsoftexcel.svg
+++ b/icons/microsoftexcel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Microsoft Excel icon
\ No newline at end of file
diff --git a/icons/microsoftonenote.svg b/icons/microsoftonenote.svg
index 7b4183ca..88adb68a 100644
--- a/icons/microsoftonenote.svg
+++ b/icons/microsoftonenote.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Microsoft OneNote icon
\ No newline at end of file
diff --git a/icons/microsoftoutlook.svg b/icons/microsoftoutlook.svg
index bbd75d68..df0b1c37 100644
--- a/icons/microsoftoutlook.svg
+++ b/icons/microsoftoutlook.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Microsoft Outlook icon
\ No newline at end of file
diff --git a/icons/microsoftpowerpoint.svg b/icons/microsoftpowerpoint.svg
index a7445ed5..8829e186 100644
--- a/icons/microsoftpowerpoint.svg
+++ b/icons/microsoftpowerpoint.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Microsoft PowerPoint icon
\ No newline at end of file
diff --git a/icons/microsoftword.svg b/icons/microsoftword.svg
index 80df86e1..f39e35f7 100644
--- a/icons/microsoftword.svg
+++ b/icons/microsoftword.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Microsoft Word icon
\ No newline at end of file
diff --git a/icons/minecraft.svg b/icons/minecraft.svg
index f1fec0c5..b4e69431 100644
--- a/icons/minecraft.svg
+++ b/icons/minecraft.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Minecraft icon
\ No newline at end of file
diff --git a/icons/minutemailer.svg b/icons/minutemailer.svg
index c1ecffe0..8f807425 100644
--- a/icons/minutemailer.svg
+++ b/icons/minutemailer.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Minutemailer icon
\ No newline at end of file
diff --git a/icons/mixcloud.svg b/icons/mixcloud.svg
index 732a60a0..e3dee687 100644
--- a/icons/mixcloud.svg
+++ b/icons/mixcloud.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Mixcloud icon
\ No newline at end of file
diff --git a/icons/monero.svg b/icons/monero.svg
index c764abc0..5020cdb9 100644
--- a/icons/monero.svg
+++ b/icons/monero.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Monero icon
\ No newline at end of file
diff --git a/icons/monkeytie.svg b/icons/monkeytie.svg
index 3a405421..d81a515c 100644
--- a/icons/monkeytie.svg
+++ b/icons/monkeytie.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Monkey tie icon
\ No newline at end of file
diff --git a/icons/monogram.svg b/icons/monogram.svg
index 38042ec5..8c1124ce 100644
--- a/icons/monogram.svg
+++ b/icons/monogram.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Monogram icon
\ No newline at end of file
diff --git a/icons/moo.svg b/icons/moo.svg
index e7bb3de7..9643e279 100644
--- a/icons/moo.svg
+++ b/icons/moo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Moo icon
\ No newline at end of file
diff --git a/icons/mozilla.svg b/icons/mozilla.svg
index d3e97153..66c6d4e5 100644
--- a/icons/mozilla.svg
+++ b/icons/mozilla.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Mozilla icon
\ No newline at end of file
diff --git a/icons/myspace.svg b/icons/myspace.svg
index 8bea8529..fcb9ab3e 100644
--- a/icons/myspace.svg
+++ b/icons/myspace.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Myspace icon
\ No newline at end of file
diff --git a/icons/netflix.svg b/icons/netflix.svg
index 2ce4b058..44db0d7a 100644
--- a/icons/netflix.svg
+++ b/icons/netflix.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Netflix icon
\ No newline at end of file
diff --git a/icons/nginx.svg b/icons/nginx.svg
index 093bfdf2..a454f608 100644
--- a/icons/nginx.svg
+++ b/icons/nginx.svg
@@ -1 +1 @@
-
\ No newline at end of file
+NGINX icon
\ No newline at end of file
diff --git a/icons/nintendo.svg b/icons/nintendo.svg
index 281b8a68..81a7e7d7 100644
--- a/icons/nintendo.svg
+++ b/icons/nintendo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Nintendo icon
\ No newline at end of file
diff --git a/icons/nintendoswitch.svg b/icons/nintendoswitch.svg
index 4c41f963..f2b37443 100644
--- a/icons/nintendoswitch.svg
+++ b/icons/nintendoswitch.svg
@@ -1 +1 @@
-Shape
\ No newline at end of file
+Nintendo Switch icon
\ No newline at end of file
diff --git a/icons/npm.svg b/icons/npm.svg
index f618c9aa..a7b311ee 100644
--- a/icons/npm.svg
+++ b/icons/npm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+NPM icon
\ No newline at end of file
diff --git a/icons/nucleo.svg b/icons/nucleo.svg
index 28327208..8954e728 100644
--- a/icons/nucleo.svg
+++ b/icons/nucleo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Nucleo icon
\ No newline at end of file
diff --git a/icons/oculus.svg b/icons/oculus.svg
index f7934192..5840f252 100644
--- a/icons/oculus.svg
+++ b/icons/oculus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Oculus icon
\ No newline at end of file
diff --git a/icons/onedrive.svg b/icons/onedrive.svg
index 82325df8..86c853c7 100644
--- a/icons/onedrive.svg
+++ b/icons/onedrive.svg
@@ -1 +1 @@
-
\ No newline at end of file
+OneDrive icon
\ No newline at end of file
diff --git a/icons/opera.svg b/icons/opera.svg
index 3247a238..afbe3edb 100644
--- a/icons/opera.svg
+++ b/icons/opera.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Opera icon
\ No newline at end of file
diff --git a/icons/origin.svg b/icons/origin.svg
index 955d2e8c..cb83e9c0 100644
--- a/icons/origin.svg
+++ b/icons/origin.svg
@@ -1 +1 @@
-
+Origin icon
diff --git a/icons/overcast.svg b/icons/overcast.svg
index 08301b97..6f23dcc7 100644
--- a/icons/overcast.svg
+++ b/icons/overcast.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Overcast icon
\ No newline at end of file
diff --git a/icons/ovh.svg b/icons/ovh.svg
index d15d3895..4a44f43a 100644
--- a/icons/ovh.svg
+++ b/icons/ovh.svg
@@ -1 +1 @@
-
\ No newline at end of file
+OVH icon
\ No newline at end of file
diff --git a/icons/pagekit.svg b/icons/pagekit.svg
index 7334377c..afd317cf 100755
--- a/icons/pagekit.svg
+++ b/icons/pagekit.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Pagekit icon
\ No newline at end of file
diff --git a/icons/pandora.svg b/icons/pandora.svg
index d47321e4..87c22e36 100644
--- a/icons/pandora.svg
+++ b/icons/pandora.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Pandora icon
\ No newline at end of file
diff --git a/icons/patreon.svg b/icons/patreon.svg
index 4b64d340..de29e60f 100644
--- a/icons/patreon.svg
+++ b/icons/patreon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Patreon icon
\ No newline at end of file
diff --git a/icons/paypal.svg b/icons/paypal.svg
index b4965b57..13ee9d7d 100644
--- a/icons/paypal.svg
+++ b/icons/paypal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+PayPal icon
\ No newline at end of file
diff --git a/icons/periscope.svg b/icons/periscope.svg
index d623548c..b5d00898 100644
--- a/icons/periscope.svg
+++ b/icons/periscope.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Periscope icon
\ No newline at end of file
diff --git a/icons/pinboard.svg b/icons/pinboard.svg
index c6aa782a..a2a81c63 100644
--- a/icons/pinboard.svg
+++ b/icons/pinboard.svg
@@ -1 +1 @@
-Shape
\ No newline at end of file
+Pinboard icon
\ No newline at end of file
diff --git a/icons/pingdom.svg b/icons/pingdom.svg
index 4e7429df..21d51966 100644
--- a/icons/pingdom.svg
+++ b/icons/pingdom.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Pingdom icon
\ No newline at end of file
diff --git a/icons/pingup.svg b/icons/pingup.svg
index e3273a2a..b38cbe61 100644
--- a/icons/pingup.svg
+++ b/icons/pingup.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Pingup icon
\ No newline at end of file
diff --git a/icons/pinterest.svg b/icons/pinterest.svg
index e4a3e4cb..dbac3699 100644
--- a/icons/pinterest.svg
+++ b/icons/pinterest.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Pinterest icon
\ No newline at end of file
diff --git a/icons/plangrid.svg b/icons/plangrid.svg
index 30a61a95..88ed0b67 100644
--- a/icons/plangrid.svg
+++ b/icons/plangrid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+PlanGrid icon
\ No newline at end of file
diff --git a/icons/playstation.svg b/icons/playstation.svg
index 96471a29..77ec2a33 100644
--- a/icons/playstation.svg
+++ b/icons/playstation.svg
@@ -1 +1 @@
-
\ No newline at end of file
+PlayStation icon
\ No newline at end of file
diff --git a/icons/plex.svg b/icons/plex.svg
index 4cd2eb41..6acfb698 100644
--- a/icons/plex.svg
+++ b/icons/plex.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Plex icon
\ No newline at end of file
diff --git a/icons/pluralsight.svg b/icons/pluralsight.svg
index 222d5743..be738144 100644
--- a/icons/pluralsight.svg
+++ b/icons/pluralsight.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Pluralsight icon
\ No newline at end of file
diff --git a/icons/plurk.svg b/icons/plurk.svg
index 4c7ee401..a57c35ae 100644
--- a/icons/plurk.svg
+++ b/icons/plurk.svg
@@ -1,3 +1 @@
-
-
-
+Plurk icon
\ No newline at end of file
diff --git a/icons/pocket.svg b/icons/pocket.svg
index fa1d41d8..6da89c15 100644
--- a/icons/pocket.svg
+++ b/icons/pocket.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Pocket icon
\ No newline at end of file
diff --git a/icons/podcasts.svg b/icons/podcasts.svg
index 7d77407f..d13acac5 100644
--- a/icons/podcasts.svg
+++ b/icons/podcasts.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Podcasts icon
\ No newline at end of file
diff --git a/icons/processwire.svg b/icons/processwire.svg
index bef4297e..b39e9656 100644
--- a/icons/processwire.svg
+++ b/icons/processwire.svg
@@ -1 +1 @@
-
\ No newline at end of file
+ProcessWire icon
\ No newline at end of file
diff --git a/icons/producthunt.svg b/icons/producthunt.svg
index d13828d0..602f52c9 100644
--- a/icons/producthunt.svg
+++ b/icons/producthunt.svg
@@ -1 +1 @@
-
+Product Hunt icon
diff --git a/icons/protoio.svg b/icons/protoio.svg
index fc95e154..c3819f42 100644
--- a/icons/protoio.svg
+++ b/icons/protoio.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Proto.io icon
\ No newline at end of file
diff --git a/icons/quantopian.svg b/icons/quantopian.svg
index 23a7a0d3..fb00c579 100644
--- a/icons/quantopian.svg
+++ b/icons/quantopian.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Quantopian icon
\ No newline at end of file
diff --git a/icons/quora.svg b/icons/quora.svg
index 30d4ea38..e2e4193d 100644
--- a/icons/quora.svg
+++ b/icons/quora.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Quora icon
\ No newline at end of file
diff --git a/icons/raspberrypi.svg b/icons/raspberrypi.svg
index 2516a843..ed9d6f25 100644
--- a/icons/raspberrypi.svg
+++ b/icons/raspberrypi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Raspberry Pi icon
\ No newline at end of file
diff --git a/icons/rdio.svg b/icons/rdio.svg
index f54bf894..cce1b1ab 100644
--- a/icons/rdio.svg
+++ b/icons/rdio.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Rdio icon
\ No newline at end of file
diff --git a/icons/react.svg b/icons/react.svg
index 564cd0bf..f71dbe38 100644
--- a/icons/react.svg
+++ b/icons/react.svg
@@ -1 +1 @@
-
\ No newline at end of file
+React icon
\ No newline at end of file
diff --git a/icons/readability.svg b/icons/readability.svg
index 57385d73..d7a20cd2 100644
--- a/icons/readability.svg
+++ b/icons/readability.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Readability icon
\ No newline at end of file
diff --git a/icons/readthedocs.svg b/icons/readthedocs.svg
index f045c64b..9f6915ed 100644
--- a/icons/readthedocs.svg
+++ b/icons/readthedocs.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Read the Docs icon
\ No newline at end of file
diff --git a/icons/reddit.svg b/icons/reddit.svg
index 18161246..0b31a4ad 100644
--- a/icons/reddit.svg
+++ b/icons/reddit.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Reddit icon
\ No newline at end of file
diff --git a/icons/redux.svg b/icons/redux.svg
index 1ea1c02c..3a5ddbf7 100644
--- a/icons/redux.svg
+++ b/icons/redux.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Redux icon
\ No newline at end of file
diff --git a/icons/reverbnation.svg b/icons/reverbnation.svg
index f02117a7..69c023a9 100644
--- a/icons/reverbnation.svg
+++ b/icons/reverbnation.svg
@@ -1 +1 @@
-
\ No newline at end of file
+ReverbNation icon
\ No newline at end of file
diff --git a/icons/roots.svg b/icons/roots.svg
index 15ac6c3e..6139a14b 100644
--- a/icons/roots.svg
+++ b/icons/roots.svg
@@ -1 +1 @@
-
+Roots icon
diff --git a/icons/rss.svg b/icons/rss.svg
index 3b739703..c47a1157 100644
--- a/icons/rss.svg
+++ b/icons/rss.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/ruby.svg b/icons/ruby.svg
index b78fc04d..8cca13c5 100644
--- a/icons/ruby.svg
+++ b/icons/ruby.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Ruby icon
\ No newline at end of file
diff --git a/icons/salesforce.svg b/icons/salesforce.svg
index ebad6057..99375a38 100644
--- a/icons/salesforce.svg
+++ b/icons/salesforce.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Salesforce icon
\ No newline at end of file
diff --git a/icons/sass.svg b/icons/sass.svg
index ad28e75d..482c44a9 100644
--- a/icons/sass.svg
+++ b/icons/sass.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Sass icon
\ No newline at end of file
diff --git a/icons/saucelabs.svg b/icons/saucelabs.svg
index e8b8cb49..cff37ead 100644
--- a/icons/saucelabs.svg
+++ b/icons/saucelabs.svg
@@ -1 +1 @@
-
+Sauce Labs icon
diff --git a/icons/scribd.svg b/icons/scribd.svg
index af0c8833..c5625d87 100644
--- a/icons/scribd.svg
+++ b/icons/scribd.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Scribd icon
\ No newline at end of file
diff --git a/icons/sega.svg b/icons/sega.svg
index 8861912b..77647076 100644
--- a/icons/sega.svg
+++ b/icons/sega.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Sega icon
\ No newline at end of file
diff --git a/icons/sellfy.svg b/icons/sellfy.svg
index e2d61e0e..aaeb0498 100644
--- a/icons/sellfy.svg
+++ b/icons/sellfy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Sellfy icon
\ No newline at end of file
diff --git a/icons/sentiayoga.svg b/icons/sentiayoga.svg
index 5ce59bfb..9b4866a1 100644
--- a/icons/sentiayoga.svg
+++ b/icons/sentiayoga.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Sentia Yoga icon
\ No newline at end of file
diff --git a/icons/sentry.svg b/icons/sentry.svg
index 2cfd5b2d..a6c6d3d4 100644
--- a/icons/sentry.svg
+++ b/icons/sentry.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Sentry icon
\ No newline at end of file
diff --git a/icons/serverfault.svg b/icons/serverfault.svg
index 881cb492..8d9561ed 100644
--- a/icons/serverfault.svg
+++ b/icons/serverfault.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Server Fault icon
\ No newline at end of file
diff --git a/icons/shopify.svg b/icons/shopify.svg
index fa85c0e4..1faa980d 100644
--- a/icons/shopify.svg
+++ b/icons/shopify.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Shopify icon
\ No newline at end of file
diff --git a/icons/signal.svg b/icons/signal.svg
index c381c79c..3646302a 100644
--- a/icons/signal.svg
+++ b/icons/signal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Signal icon
\ No newline at end of file
diff --git a/icons/sinaweibo.svg b/icons/sinaweibo.svg
index 12557546..5c7ae94d 100644
--- a/icons/sinaweibo.svg
+++ b/icons/sinaweibo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Sina Weibo icon
\ No newline at end of file
diff --git a/icons/sitepoint.svg b/icons/sitepoint.svg
index 331d6812..389ea44f 100644
--- a/icons/sitepoint.svg
+++ b/icons/sitepoint.svg
@@ -1 +1 @@
-
\ No newline at end of file
+SitePoint icon
\ No newline at end of file
diff --git a/icons/skyliner.svg b/icons/skyliner.svg
index bc43e679..6c4fc7a0 100644
--- a/icons/skyliner.svg
+++ b/icons/skyliner.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Skyliner icon
\ No newline at end of file
diff --git a/icons/skype.svg b/icons/skype.svg
index 253aef8b..84ce15e1 100644
--- a/icons/skype.svg
+++ b/icons/skype.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Skype icon
\ No newline at end of file
diff --git a/icons/slack.svg b/icons/slack.svg
index aa880c1a..15a7b9db 100644
--- a/icons/slack.svg
+++ b/icons/slack.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Slack icon
\ No newline at end of file
diff --git a/icons/slashdot.svg b/icons/slashdot.svg
index 07f0a63f..6598e027 100644
--- a/icons/slashdot.svg
+++ b/icons/slashdot.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Slashdot icon
\ No newline at end of file
diff --git a/icons/slickpic.svg b/icons/slickpic.svg
index d8cf9360..0c65ed93 100644
--- a/icons/slickpic.svg
+++ b/icons/slickpic.svg
@@ -1 +1 @@
-
\ No newline at end of file
+SlickPic icon
\ No newline at end of file
diff --git a/icons/smashingmagazine.svg b/icons/smashingmagazine.svg
index c4e19632..26aa3d31 100644
--- a/icons/smashingmagazine.svg
+++ b/icons/smashingmagazine.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Smashing Magazine icon
\ No newline at end of file
diff --git a/icons/snapchat.svg b/icons/snapchat.svg
index ecdf174f..45d813c8 100644
--- a/icons/snapchat.svg
+++ b/icons/snapchat.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Snapchat icon
\ No newline at end of file
diff --git a/icons/sogou.svg b/icons/sogou.svg
index 6c641d2b..336aa1da 100644
--- a/icons/sogou.svg
+++ b/icons/sogou.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Sogou icon
\ No newline at end of file
diff --git a/icons/songkick.svg b/icons/songkick.svg
index e81c3116..3cd60297 100644
--- a/icons/songkick.svg
+++ b/icons/songkick.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Songkick icon
\ No newline at end of file
diff --git a/icons/soundcloud.svg b/icons/soundcloud.svg
index e71c5bac..375ed08d 100644
--- a/icons/soundcloud.svg
+++ b/icons/soundcloud.svg
@@ -1 +1 @@
-
\ No newline at end of file
+SoundCloud icon
\ No newline at end of file
diff --git a/icons/sourceforge.svg b/icons/sourceforge.svg
index abc08941..89cae7df 100644
--- a/icons/sourceforge.svg
+++ b/icons/sourceforge.svg
@@ -1 +1 @@
-
\ No newline at end of file
+SourceForge icon
\ No newline at end of file
diff --git a/icons/sparkpost.svg b/icons/sparkpost.svg
index e75bcd66..61ed784c 100644
--- a/icons/sparkpost.svg
+++ b/icons/sparkpost.svg
@@ -1 +1 @@
-
+SparkPost icon
\ No newline at end of file
diff --git a/icons/spotify.svg b/icons/spotify.svg
index 99c035dd..d5dc2c09 100644
--- a/icons/spotify.svg
+++ b/icons/spotify.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Spotify icon
\ No newline at end of file
diff --git a/icons/spreaker.svg b/icons/spreaker.svg
index d0c0e0c7..3e24d05d 100644
--- a/icons/spreaker.svg
+++ b/icons/spreaker.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Spreaker icon
\ No newline at end of file
diff --git a/icons/squarespace.svg b/icons/squarespace.svg
index 3c18e5c0..12c5b8de 100644
--- a/icons/squarespace.svg
+++ b/icons/squarespace.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Squarespace icon
\ No newline at end of file
diff --git a/icons/stackexchange.svg b/icons/stackexchange.svg
index d734710d..2f87c61d 100644
--- a/icons/stackexchange.svg
+++ b/icons/stackexchange.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Stack Exchange icon
\ No newline at end of file
diff --git a/icons/stackoverflow.svg b/icons/stackoverflow.svg
index 13e1dbb0..8e4e534d 100644
--- a/icons/stackoverflow.svg
+++ b/icons/stackoverflow.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Stack Overflow icon
\ No newline at end of file
diff --git a/icons/statamic.svg b/icons/statamic.svg
index 96dc4d73..3d7ad3ff 100644
--- a/icons/statamic.svg
+++ b/icons/statamic.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Statamic icon
\ No newline at end of file
diff --git a/icons/steam.svg b/icons/steam.svg
index e3fae41c..f5a1c024 100644
--- a/icons/steam.svg
+++ b/icons/steam.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Steam icon
\ No newline at end of file
diff --git a/icons/steem.svg b/icons/steem.svg
index 99cc93be..fd25b457 100644
--- a/icons/steem.svg
+++ b/icons/steem.svg
@@ -1 +1 @@
-
+Steem icon
diff --git a/icons/stitcher.svg b/icons/stitcher.svg
index 07b65463..cff343b0 100644
--- a/icons/stitcher.svg
+++ b/icons/stitcher.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Stitcher icon
\ No newline at end of file
diff --git a/icons/storify.svg b/icons/storify.svg
index a3e48e33..6ae1d8bc 100644
--- a/icons/storify.svg
+++ b/icons/storify.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Storify icon
\ No newline at end of file
diff --git a/icons/strava.svg b/icons/strava.svg
index 4a53ba69..f379ea0c 100644
--- a/icons/strava.svg
+++ b/icons/strava.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Strava icon
\ No newline at end of file
diff --git a/icons/stripe.svg b/icons/stripe.svg
index 20a02992..e53f3662 100644
--- a/icons/stripe.svg
+++ b/icons/stripe.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Stripe icon
\ No newline at end of file
diff --git a/icons/stubhub.svg b/icons/stubhub.svg
index ec74d338..8e386023 100644
--- a/icons/stubhub.svg
+++ b/icons/stubhub.svg
@@ -1 +1 @@
-
\ No newline at end of file
+StubHub icon
\ No newline at end of file
diff --git a/icons/stumbleupon.svg b/icons/stumbleupon.svg
index 4c52a698..14dfa73b 100644
--- a/icons/stumbleupon.svg
+++ b/icons/stumbleupon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+StumbleUpon icon
\ No newline at end of file
diff --git a/icons/sublimetext.svg b/icons/sublimetext.svg
index d5f8e58f..13300446 100644
--- a/icons/sublimetext.svg
+++ b/icons/sublimetext.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Sublime Text icon
\ No newline at end of file
diff --git a/icons/subversion.svg b/icons/subversion.svg
index ea6c2496..c390a8f8 100644
--- a/icons/subversion.svg
+++ b/icons/subversion.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/icons/superuser.svg b/icons/superuser.svg
index 355fad1a..9a3ac4f3 100644
--- a/icons/superuser.svg
+++ b/icons/superuser.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Super User icon
\ No newline at end of file
diff --git a/icons/swarm.svg b/icons/swarm.svg
index 8064c040..025fddd8 100644
--- a/icons/swarm.svg
+++ b/icons/swarm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Swarm icon
\ No newline at end of file
diff --git a/icons/symfony.svg b/icons/symfony.svg
index f4c83a28..f61068bc 100644
--- a/icons/symfony.svg
+++ b/icons/symfony.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Symfony icon
\ No newline at end of file
diff --git a/icons/ted.svg b/icons/ted.svg
index 08cd1d00..89786d33 100644
--- a/icons/ted.svg
+++ b/icons/ted.svg
@@ -1 +1 @@
-
\ No newline at end of file
+TED icon
\ No newline at end of file
diff --git a/icons/teespring.svg b/icons/teespring.svg
index 5df7f24f..a0801bb4 100644
--- a/icons/teespring.svg
+++ b/icons/teespring.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Teespring icon
\ No newline at end of file
diff --git a/icons/telegram.svg b/icons/telegram.svg
index 26d2be1a..d0502b3e 100644
--- a/icons/telegram.svg
+++ b/icons/telegram.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Telegram icon
\ No newline at end of file
diff --git a/icons/tencentqq.svg b/icons/tencentqq.svg
index afd0f7ea..36155a9b 100644
--- a/icons/tencentqq.svg
+++ b/icons/tencentqq.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Tencent QQ icon
\ No newline at end of file
diff --git a/icons/tesla.svg b/icons/tesla.svg
index 118d5057..ff1eec46 100644
--- a/icons/tesla.svg
+++ b/icons/tesla.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Tesla icon
\ No newline at end of file
diff --git a/icons/themighty.svg b/icons/themighty.svg
index 567cfd82..42a47ad7 100644
--- a/icons/themighty.svg
+++ b/icons/themighty.svg
@@ -1 +1 @@
-
\ No newline at end of file
+The Mighty icon
\ No newline at end of file
diff --git a/icons/tinder.svg b/icons/tinder.svg
index 8b067db6..0a121a0e 100644
--- a/icons/tinder.svg
+++ b/icons/tinder.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Tinder icon
\ No newline at end of file
diff --git a/icons/topcoder.svg b/icons/topcoder.svg
index d6ec494e..59729fce 100644
--- a/icons/topcoder.svg
+++ b/icons/topcoder.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Topcoder icon
\ No newline at end of file
diff --git a/icons/toptal.svg b/icons/toptal.svg
index cae1b24d..fbf7011a 100644
--- a/icons/toptal.svg
+++ b/icons/toptal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Toptal icon
\ No newline at end of file
diff --git a/icons/trakt.svg b/icons/trakt.svg
index 17bc09f3..5fa3cc54 100644
--- a/icons/trakt.svg
+++ b/icons/trakt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Trakt icon
\ No newline at end of file
diff --git a/icons/treehouse.svg b/icons/treehouse.svg
index 9d72e817..ed3318e0 100644
--- a/icons/treehouse.svg
+++ b/icons/treehouse.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Treehouse icon
\ No newline at end of file
diff --git a/icons/tripadvisor.svg b/icons/tripadvisor.svg
index 4a33f6bf..be23b7e3 100644
--- a/icons/tripadvisor.svg
+++ b/icons/tripadvisor.svg
@@ -1 +1 @@
-
\ No newline at end of file
+TripAdvisor icon
\ No newline at end of file
diff --git a/icons/trulia.svg b/icons/trulia.svg
index 770dc9e7..92c46329 100644
--- a/icons/trulia.svg
+++ b/icons/trulia.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Trulia icon
\ No newline at end of file
diff --git a/icons/tumblr.svg b/icons/tumblr.svg
index d42a48cd..da85e3ce 100644
--- a/icons/tumblr.svg
+++ b/icons/tumblr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Tumblr icon
\ No newline at end of file
diff --git a/icons/twilio.svg b/icons/twilio.svg
index 47f8cd4f..c1900d67 100644
--- a/icons/twilio.svg
+++ b/icons/twilio.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Twilio icon
\ No newline at end of file
diff --git a/icons/twitch.svg b/icons/twitch.svg
index aaa39c25..90abb99a 100644
--- a/icons/twitch.svg
+++ b/icons/twitch.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Twitch icon
\ No newline at end of file
diff --git a/icons/twitter.svg b/icons/twitter.svg
index 4d3fbe4d..b6741081 100644
--- a/icons/twitter.svg
+++ b/icons/twitter.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/twoo.svg b/icons/twoo.svg
index 748099da..01df985a 100644
--- a/icons/twoo.svg
+++ b/icons/twoo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Twoo icon
\ No newline at end of file
diff --git a/icons/uber.svg b/icons/uber.svg
index 48921158..620a16a2 100644
--- a/icons/uber.svg
+++ b/icons/uber.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Uber icon
\ No newline at end of file
diff --git a/icons/ubuntu.svg b/icons/ubuntu.svg
index 604074d8..e448f0f9 100644
--- a/icons/ubuntu.svg
+++ b/icons/ubuntu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Ubuntu icon
\ No newline at end of file
diff --git a/icons/udacity.svg b/icons/udacity.svg
index 2acfb05e..fb468f50 100644
--- a/icons/udacity.svg
+++ b/icons/udacity.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Udacity icon
\ No newline at end of file
diff --git a/icons/uikit.svg b/icons/uikit.svg
index 17fb9721..36c230c7 100755
--- a/icons/uikit.svg
+++ b/icons/uikit.svg
@@ -1 +1 @@
-
+UIkit icon
diff --git a/icons/umbraco.svg b/icons/umbraco.svg
index 4d981518..983ea80b 100644
--- a/icons/umbraco.svg
+++ b/icons/umbraco.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Umbraco icon
\ No newline at end of file
diff --git a/icons/upwork.svg b/icons/upwork.svg
index 4e923ad3..ec650dc7 100644
--- a/icons/upwork.svg
+++ b/icons/upwork.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Upwork icon
\ No newline at end of file
diff --git a/icons/viadeo.svg b/icons/viadeo.svg
index b857bafb..521ad2fa 100644
--- a/icons/viadeo.svg
+++ b/icons/viadeo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Viadeo icon
\ No newline at end of file
diff --git a/icons/viber.svg b/icons/viber.svg
index 5011740e..8fcaa741 100644
--- a/icons/viber.svg
+++ b/icons/viber.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Viber icon
\ No newline at end of file
diff --git a/icons/vimeo.svg b/icons/vimeo.svg
index 0e919cff..4696f8d1 100644
--- a/icons/vimeo.svg
+++ b/icons/vimeo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Vimeo icon
\ No newline at end of file
diff --git a/icons/vine.svg b/icons/vine.svg
index 42cd6df2..b32a1ea6 100644
--- a/icons/vine.svg
+++ b/icons/vine.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Vine icon
\ No newline at end of file
diff --git a/icons/virb.svg b/icons/virb.svg
index e3048a2e..e400415a 100644
--- a/icons/virb.svg
+++ b/icons/virb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Virb icon
\ No newline at end of file
diff --git a/icons/visa.svg b/icons/visa.svg
index c5d8cd04..af8045ca 100644
--- a/icons/visa.svg
+++ b/icons/visa.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Visa icon
\ No newline at end of file
diff --git a/icons/visualstudiocode.svg b/icons/visualstudiocode.svg
index 145e95ca..306a84d3 100644
--- a/icons/visualstudiocode.svg
+++ b/icons/visualstudiocode.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Visual Studio Code icon
\ No newline at end of file
diff --git a/icons/vk.svg b/icons/vk.svg
index 5f165e5a..c61b4b06 100644
--- a/icons/vk.svg
+++ b/icons/vk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+VK icon
\ No newline at end of file
diff --git a/icons/vsco.svg b/icons/vsco.svg
index 494bf970..fb6fa1f4 100644
--- a/icons/vsco.svg
+++ b/icons/vsco.svg
@@ -1 +1 @@
-
+VSCO icon
diff --git a/icons/webstorm.svg b/icons/webstorm.svg
index be540326..73736804 100644
--- a/icons/webstorm.svg
+++ b/icons/webstorm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+WebStorm icon
\ No newline at end of file
diff --git a/icons/wechat.svg b/icons/wechat.svg
index f921b514..f77fb90a 100644
--- a/icons/wechat.svg
+++ b/icons/wechat.svg
@@ -1 +1 @@
-
\ No newline at end of file
+WeChat icon
\ No newline at end of file
diff --git a/icons/whatsapp.svg b/icons/whatsapp.svg
index be216c01..00c0bfb8 100644
--- a/icons/whatsapp.svg
+++ b/icons/whatsapp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+WhatsApp icon
\ No newline at end of file
diff --git a/icons/wheniwork.svg b/icons/wheniwork.svg
index 78a8ac14..45d181a2 100644
--- a/icons/wheniwork.svg
+++ b/icons/wheniwork.svg
@@ -1 +1 @@
-
\ No newline at end of file
+When I Work icon
\ No newline at end of file
diff --git a/icons/wii.svg b/icons/wii.svg
index de767d6e..56239756 100644
--- a/icons/wii.svg
+++ b/icons/wii.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Wii icon
\ No newline at end of file
diff --git a/icons/wiiu.svg b/icons/wiiu.svg
index a56c9975..6ac99b98 100644
--- a/icons/wiiu.svg
+++ b/icons/wiiu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Wii U icon
\ No newline at end of file
diff --git a/icons/wikipedia.svg b/icons/wikipedia.svg
index 4b6506e0..c62f3ca2 100644
--- a/icons/wikipedia.svg
+++ b/icons/wikipedia.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Wikipedia icon
\ No newline at end of file
diff --git a/icons/windows.svg b/icons/windows.svg
index fe3bf029..5c686ffe 100644
--- a/icons/windows.svg
+++ b/icons/windows.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Windows icon
\ No newline at end of file
diff --git a/icons/wire.svg b/icons/wire.svg
index 001b2010..38050c74 100644
--- a/icons/wire.svg
+++ b/icons/wire.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Wire icon
\ No newline at end of file
diff --git a/icons/wordpress.svg b/icons/wordpress.svg
index a9baa44a..05f1ec7f 100644
--- a/icons/wordpress.svg
+++ b/icons/wordpress.svg
@@ -1 +1 @@
-
\ No newline at end of file
+WordPress icon
\ No newline at end of file
diff --git a/icons/wpengine.svg b/icons/wpengine.svg
index 8fe20c8e..0f3a6927 100644
--- a/icons/wpengine.svg
+++ b/icons/wpengine.svg
@@ -1 +1 @@
-
+WP Engine icon
diff --git a/icons/xbox.svg b/icons/xbox.svg
index 445b8d32..f7eda23f 100644
--- a/icons/xbox.svg
+++ b/icons/xbox.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Xbox icon
\ No newline at end of file
diff --git a/icons/xero.svg b/icons/xero.svg
index 7483f889..057b904e 100644
--- a/icons/xero.svg
+++ b/icons/xero.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Xero icon
\ No newline at end of file
diff --git a/icons/xing.svg b/icons/xing.svg
index ed9ea484..590483a4 100644
--- a/icons/xing.svg
+++ b/icons/xing.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Xing icon
\ No newline at end of file
diff --git a/icons/yahoo.svg b/icons/yahoo.svg
index f0525ebf..819f55dc 100644
--- a/icons/yahoo.svg
+++ b/icons/yahoo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Yahoo! icon
\ No newline at end of file
diff --git a/icons/yammer.svg b/icons/yammer.svg
index a58d7f8b..7f74a84a 100644
--- a/icons/yammer.svg
+++ b/icons/yammer.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Yammer icon
\ No newline at end of file
diff --git a/icons/yandex.svg b/icons/yandex.svg
index 18639590..e3d28f97 100644
--- a/icons/yandex.svg
+++ b/icons/yandex.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Yandex icon
\ No newline at end of file
diff --git a/icons/ycombinator.svg b/icons/ycombinator.svg
index 65f3f380..ddc0dab4 100644
--- a/icons/ycombinator.svg
+++ b/icons/ycombinator.svg
@@ -1 +1 @@
-
+Y Combinator icon
diff --git a/icons/yelp.svg b/icons/yelp.svg
index b5154079..29b39b72 100644
--- a/icons/yelp.svg
+++ b/icons/yelp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Yelp icon
\ No newline at end of file
diff --git a/icons/zapier.svg b/icons/zapier.svg
index 01839819..f0ce8585 100644
--- a/icons/zapier.svg
+++ b/icons/zapier.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Zapier icon
\ No newline at end of file
diff --git a/icons/zendesk.svg b/icons/zendesk.svg
index 88f29e27..446aa560 100644
--- a/icons/zendesk.svg
+++ b/icons/zendesk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Zendesk icon
\ No newline at end of file
diff --git a/icons/zerply.svg b/icons/zerply.svg
index 9fe755df..cf599dd3 100644
--- a/icons/zerply.svg
+++ b/icons/zerply.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Zerply icon
\ No newline at end of file
diff --git a/icons/zillow.svg b/icons/zillow.svg
index 977791a7..f98c3fe8 100644
--- a/icons/zillow.svg
+++ b/icons/zillow.svg
@@ -1 +1 @@
-
\ No newline at end of file
+Zillow icon
\ No newline at end of file