diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ed737ebd0..85bbbeb94 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 fc986da62..c2030afd9 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 e91bab707..feddd0dc6 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 a57496532..90fb94857 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 1866f1543..7e3911bbc 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 6e92cc4de..bddd4bccf 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 87e191a3a..056fc3640 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 afd1c3e79..fcf9567dc 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 7e5f889a3..843ec18a9 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 918e6521d..3fe2fe365 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 380ed1aff..f22151076 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 8022acef4..c64dc60fe 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 423eb48ac..51cdd3b8f 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 870b5325b..9478edbe7 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 7e43bebe1..278596c24 100644
--- a/icons/apple.svg
+++ b/icons/apple.svg
@@ -1 +1 @@
-
+Apple icon
diff --git a/icons/appnet.svg b/icons/appnet.svg
index 8e93d856e..f6da63c65 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 66aa92750..078703588 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 37b388e83..5d48c893e 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 773c10798..0b9c52553 100644
--- a/icons/auth0.svg
+++ b/icons/auth0.svg
@@ -1 +1 @@
-
+Auh0 icon
diff --git a/icons/baidu.svg b/icons/baidu.svg
index c065fbdc5..5916ce414 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 322b59d94..0158bb86d 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 1a21be33d..8c39ab507 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 946650804..6742b4e0f 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 8791bdb17..990b90cd2 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 89b7a74d1..4d78e0080 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 7b3cae0ea..d0ba1360c 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 5f25cef9c..e6c8e1481 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 4a17be06f..4ce4347c6 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 37b4fe1c3..9a88c4d4a 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 7b51a0188..b75887d32 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 cdc5b68b5..63ec365f5 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 29eef4e5b..99b969aa1 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 b0bcbe129..af16d0aaa 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 005fa0a95..c613a21bb 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 0db6d77c4..61c3a35ca 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 b91b17497..2583358d2 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 d4a1cd7fe..e5702344a 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 645f9704a..98942fa86 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 227b1850c..8c21bf7bc 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 5ec57e8df..4011b0102 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 fbbbb1f5b..f68529943 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 88bd3cf06..ad918e2c5 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 a8ae3d1b8..8397636f9 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 d2a431cd7..a9f1ef713 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 4d4a29484..b2cccdba0 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 e69dd118e..5e3ec8253 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 c5b35d662..110622119 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 de85a26a9..5c1ca2fdc 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 73ceacf6b..d0d734e36 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 3f6dd75ea..c07864a7b 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 a43b306fb..ada6c06f7 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 753597150..f37a7a747 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 531ecda0b..4260147b4 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 eb59942f0..7a69d2936 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 750409acc..29747dd5e 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 d77acb817..16917e640 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 5f04f2bae..e05cd9353 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 ee45edf87..42592d78c 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 7d9d692d7..27bbb5b12 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 888de16cd..42b69cb96 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 2a6e12f5d..a9ae56987 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 9dc8639a1..6d0bc38cf 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 21d1a3851..0bea0ee52 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 1dc92ebae..39dba652a 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 44c7af51d..87739c337 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 bf069616a..2a996f660 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 22ab3db5d..e6984ee93 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 6509b7d15..9b77a9c41 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 5f8b5ef61..70063a498 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 c83b1a7a3..12e0aa0e6 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 4033c0c7a..ace10b776 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 f0f3b9e9d..a57dfda1d 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 157868e38..aa3ef792d 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 b670c2a5c..4d2ac4ce3 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 b1d1895cc..f55ef353d 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 35cc73fab..eacaca714 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 a1e9e4d55..bacf69dea 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 6db64dbfc..46d39d717 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 68c491059..f263baea1 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 9298d51ea..1183cd9ae 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 551e35818..a8a9f01bd 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 9bee51c04..7c31a0c8c 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 0754c07c5..dc4510ec2 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 f8ed13f6c..1e1f80e89 100644
--- a/icons/garmin.svg
+++ b/icons/garmin.svg
@@ -1 +1 @@
-
+Garmin icon
diff --git a/icons/geocaching.svg b/icons/geocaching.svg
index 3e6e4fcfa..1b7df4eeb 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 c88713e2e..4795b2c0f 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 ce822b4a1..92b77b6df 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 db81d533b..b8c889819 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 2f8bcf589..001bb8700 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 29c20126f..2f26efcf4 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 0cc263521..09bde63e1 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 581fc187a..9d59b8338 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 3617d36f2..53160f545 100644
--- a/icons/gmail.svg
+++ b/icons/gmail.svg
@@ -1 +1 @@
-
+Gmail icon
diff --git a/icons/gnu.svg b/icons/gnu.svg
index 987a91f24..fc0475a7c 100644
--- a/icons/gnu.svg
+++ b/icons/gnu.svg
@@ -1 +1 @@
-
+GNU icon
diff --git a/icons/goldenline.svg b/icons/goldenline.svg
index 2eb6534bb..318ca0986 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 646b1d2bf..3a6e38dfd 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 b5f421454..e5fffc7b3 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 69f1fa59d..c5446cc3e 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 f9226c22e..dfc96228a 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 6b00f15dd..289a5efd3 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 ba06c89e5..4b00e650a 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 87b3af659..664ba05c6 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 ba7983034..5107a2375 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 3580575c9..116fcfb84 100644
--- a/icons/graphcool.svg
+++ b/icons/graphcool.svg
@@ -1 +1 @@
-
+Graphcool icon
diff --git a/icons/graphql.svg b/icons/graphql.svg
index 76576788f..e24bec445 100644
--- a/icons/graphql.svg
+++ b/icons/graphql.svg
@@ -1 +1 @@
-
+GraphQL icon
diff --git a/icons/gratipay.svg b/icons/gratipay.svg
index d1a2495b4..dd856f40f 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 e6c889d3f..c19409e4c 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 a8592e8fd..924ea9c5c 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 9556ea872..9833ed964 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 1e7b2462d..8e65b9bad 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 7cde78ed0..8f02c4a7d 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 fa5486b95..024e66629 100644
--- a/icons/hackster.svg
+++ b/icons/hackster.svg
@@ -1 +1 @@
-
+Hackster icon
diff --git a/icons/hatenabookmark.svg b/icons/hatenabookmark.svg
index e4b5f5cc6..79628f676 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 f07afb190..4d6517684 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 5ee028792..62e4cb2ed 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 9e60d58a8..495ddbbef 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 67cc66689..1fb466779 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 fdd8ee940..a7850e41c 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 ee6ac3ab5..9da4ca42d 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 ae2c31991..ce9aff38f 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 ebdb40980..a44317062 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 1a2ed4b7c..6f5476572 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 5c45f1f15..a0fed10e6 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 d84812956..0a9e9e61d 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 2234e421a..4d1315a48 100644
--- a/icons/intel.svg
+++ b/icons/intel.svg
@@ -1 +1 @@
-
+Intel icon
diff --git a/icons/intercom.svg b/icons/intercom.svg
index 834bb680f..457b2cae9 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 8861dd795..f473a8d5b 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 f6d679d1e..0a128339f 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 e99c9a18c..46f78f43c 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 642f23864..8b53d3ce8 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 6210679c7..ebabb7a2c 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 7495119d3..172813958 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 400d91a51..b8796410b 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 3028aaced..2bde89fd3 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 dfbe426cd..1b9170dd8 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 1398e591e..7ac7d8756 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 0ef308810..df4ebdd61 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 94667b4bd..89f421f06 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 b4bd91b37..4a502c16c 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 191fe5b24..0adf47b52 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 36545e923..9f7048843 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 6d3b74b78..cda4fc645 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 1650a1974..c166bcb86 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 146f4b956..fb3fa1d88 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 aa0c705e0..06bb10a48 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 88dc12f63..2ead05b25 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 de0a7e643..10d185773 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 91d7ee812..f8a94ef81 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 09e06e7f0..698268323 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 ac318849e..8edf00365 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 c89b8e437..eb2e20b80 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 4aed0a611..0bb34d053 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 3b2ff24d5..4d05e9987 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 3fa4cea5a..41af7784c 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 f612e2929..3bce4688a 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 6742ab604..dff10312d 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 157f56d82..747404847 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 ff51b9cec..c6510128b 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 833722ebb..e035d20a1 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 98b16b139..8101e1d04 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 cf467dd4d..24c04ceae 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 b41a48985..e3c1bb9d0 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 9130f9502..215ae9f7f 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 318ef5622..9938c3259 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 5c468ab93..7aeae40a4 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 f615e26c2..a0f5db7fb 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 7b4183ca3..88adb68a6 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 bbd75d68c..df0b1c378 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 a7445ed59..8829e1865 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 80df86e11..f39e35f7f 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 f1fec0c5f..b4e69431a 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 c1ecffe03..8f8074256 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 732a60a07..e3dee687a 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 c764abc01..5020cdb9b 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 3a4054214..d81a515c2 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 38042ec5d..8c1124cea 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 e7bb3de71..9643e2798 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 d3e971530..66c6d4e5a 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 8bea8529a..fcb9ab3ef 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 2ce4b058a..44db0d7ad 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 093bfdf26..a454f608d 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 281b8a687..81a7e7d7d 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 4c41f963a..f2b37443e 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 f618c9aaa..a7b311eeb 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 28327208a..8954e7280 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 f7934192f..5840f2529 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 82325df84..86c853c7d 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 3247a238d..afbe3edbf 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 955d2e8c1..cb83e9c08 100644
--- a/icons/origin.svg
+++ b/icons/origin.svg
@@ -1 +1 @@
-
+Origin icon
diff --git a/icons/overcast.svg b/icons/overcast.svg
index 08301b970..6f23dcc7c 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 d15d38950..4a44f43ac 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 7334377c9..afd317cf7 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 d47321e42..87c22e368 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 4b64d340b..de29e60f4 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 b4965b572..13ee9d7d2 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 d623548c7..b5d008988 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 c6aa782a7..a2a81c63b 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 4e7429dfe..21d519667 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 e3273a2a4..b38cbe612 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 e4a3e4cb4..dbac36997 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 30a61a953..88ed0b671 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 96471a292..77ec2a332 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 4cd2eb412..6acfb6986 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 222d57432..be7381445 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 4c7ee4015..a57c35aef 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 fa1d41d8d..6da89c155 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 7d77407fc..d13acac55 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 bef4297e5..b39e9656b 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 d13828d08..602f52c92 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 fc95e1543..c3819f427 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 23a7a0d3e..fb00c5792 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 30d4ea387..e2e4193d8 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 2516a8431..ed9d6f259 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 f54bf8940..cce1b1ab7 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 564cd0bf1..f71dbe38e 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 57385d739..d7a20cd2c 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 f045c64b0..9f6915ed1 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 181612461..0b31a4ad0 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 1ea1c02c6..3a5ddbf74 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 f02117a75..69c023a9c 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 15ac6c3ed..6139a14bb 100644
--- a/icons/roots.svg
+++ b/icons/roots.svg
@@ -1 +1 @@
-
+Roots icon
diff --git a/icons/rss.svg b/icons/rss.svg
index 3b739703c..c47a11574 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 b78fc04d0..8cca13c51 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 ebad60570..99375a38b 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 ad28e75d8..482c44a9f 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 e8b8cb49a..cff37eada 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 af0c8833e..c5625d871 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 8861912b6..776470760 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 e2d61e0e1..aaeb04982 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 5ce59bfbd..9b4866a12 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 2cfd5b2d3..a6c6d3d44 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 881cb4920..8d9561ed0 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 fa85c0e46..1faa980d2 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 c381c79cb..3646302a2 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 125575465..5c7ae94d5 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 331d68123..389ea44f9 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 bc43e6795..6c4fc7a05 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 253aef8b6..84ce15e10 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 aa880c1a3..15a7b9dbc 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 07f0a63fc..6598e027a 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 d8cf93609..0c65ed936 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 c4e19632f..26aa3d319 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 ecdf174f9..45d813c81 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 6c641d2b6..336aa1da8 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 e81c31165..3cd602974 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 e71c5bac4..375ed08db 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 abc089419..89cae7df3 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 e75bcd661..61ed784c5 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 99c035dd9..d5dc2c09c 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 d0c0e0c70..3e24d05d3 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 3c18e5c0f..12c5b8de0 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 d734710d1..2f87c61d5 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 13e1dbb0c..8e4e534d3 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 96dc4d73d..3d7ad3ff4 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 e3fae41ce..f5a1c024e 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 99cc93bea..fd25b4578 100644
--- a/icons/steem.svg
+++ b/icons/steem.svg
@@ -1 +1 @@
-
+Steem icon
diff --git a/icons/stitcher.svg b/icons/stitcher.svg
index 07b654636..cff343b0c 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 a3e48e338..6ae1d8bc4 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 4a53ba698..f379ea0ce 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 20a029922..e53f3662f 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 ec74d3382..8e386023c 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 4c52a698d..14dfa73bc 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 d5f8e58f3..13300446f 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 ea6c24961..c390a8f8b 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 355fad1a5..9a3ac4f3f 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 8064c0407..025fddd87 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 f4c83a283..f61068bc9 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 08cd1d003..89786d337 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 5df7f24f0..a0801bb4e 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 26d2be1ad..d0502b3e1 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 afd0f7ea7..36155a9bc 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 118d50579..ff1eec46a 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 567cfd827..42a47ad77 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 8b067db6b..0a121a0eb 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 d6ec494ee..59729fce6 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 cae1b24d2..fbf7011a3 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 17bc09f3b..5fa3cc549 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 9d72e8176..ed3318e0c 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 4a33f6bfe..be23b7e39 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 770dc9e76..92c46329f 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 d42a48cd8..da85e3ce5 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 47f8cd4fe..c1900d677 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 aaa39c256..90abb99ab 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 4d3fbe4de..b67410811 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 748099da8..01df985ac 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 48921158d..620a16a20 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 604074d8c..e448f0f92 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 2acfb05ef..fb468f505 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 17fb9721e..36c230c71 100755
--- a/icons/uikit.svg
+++ b/icons/uikit.svg
@@ -1 +1 @@
-
+UIkit icon
diff --git a/icons/umbraco.svg b/icons/umbraco.svg
index 4d9815186..983ea80bd 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 4e923ad3e..ec650dc74 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 b857bafb5..521ad2fa9 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 5011740e7..8fcaa741d 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 0e919cff8..4696f8d11 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 42cd6df27..b32a1ea68 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 e3048a2eb..e400415ae 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 c5d8cd04a..af8045ca1 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 145e95ca3..306a84d39 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 5f165e5ad..c61b4b06c 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 494bf9700..fb6fa1f48 100644
--- a/icons/vsco.svg
+++ b/icons/vsco.svg
@@ -1 +1 @@
-
+VSCO icon
diff --git a/icons/webstorm.svg b/icons/webstorm.svg
index be540326a..737368044 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 f921b514b..f77fb90ac 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 be216c018..00c0bfb8a 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 78a8ac143..45d181a22 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 de767d6e4..56239756c 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 a56c99756..6ac99b98b 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 4b6506e02..c62f3ca2b 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 fe3bf0296..5c686ffe2 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 001b20109..38050c74d 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 a9baa44a2..05f1ec7fe 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 8fe20c8e2..0f3a6927c 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 445b8d328..f7eda23fb 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 7483f8894..057b904e6 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 ed9ea484a..590483a4d 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 f0525ebf3..819f55dc8 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 a58d7f8b7..7f74a84af 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 18639590c..e3d28f974 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 65f3f380e..ddc0dab42 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 b51540799..29b39b72a 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 018398193..f0ce85851 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 88f29e27a..446aa560c 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 9fe755df2..cf599dd37 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 977791a7e..f98c3fe8c 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