diff --git a/.svglintrc.js b/.svglintrc.js index c47021ea..00f04ce7 100644 --- a/.svglintrc.js +++ b/.svglintrc.js @@ -7,35 +7,17 @@ module.exports = { }, attr: [ { // ensure that the SVG elm has the appropriate attrs - "aria-labelledby": /^simpleicons-.+-icon$/, "role": "img", "viewBox": "0 0 24 24", "xmlns": "http://www.w3.org/2000/svg", - + "rule::selector": "svg", "rule::whitelist": true, }, { // ensure that the title elm has the appropriate attr - "id": /^simpleicons-.+-icon$/, - "rule::selector": "svg > title", "rule::whitelist": true, } - ], - custom: [ - // ensure that aria-labelledby and id match - function checkValidAria(reporter, $, ast) { - const labelledByValue = $.find("svg").attr("aria-labelledby"); - const $title = $.find("svg > title"); - const titleIdValue = $title.attr("id"); - if (labelledByValue !== titleIdValue) { - reporter.error( - `'aria-labelledby' and 'id' should match, were '${labelledByValue}' and '${titleIdValue}'`, - $title[0], - ast - ); - } - } ] } }; diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61ac81fc..4c294b93 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,8 +90,6 @@ All icons in Simple Icons have been optimized with the [SVGO tool](https://githu Each icon in Simple Icons has been annotated with a number of attributes and elements to increase accessibility. These include: * An svg element with: - * An aria label (Note the format). - * `aria-labelledby="simpleicons-adobephotoshop-icon"` * An img role attribute. * `role="img"` * A 24x24 viewbox. @@ -99,12 +97,12 @@ Each icon in Simple Icons has been annotated with a number of attributes and ele * The svg namespace. * `xmlns="http://www.w3.org/2000/svg"` * A title element with id attribute (Note the format). - * `Adobe Photoshop icon` + * `Adobe Photoshop icon` Here is _part of_ the svg for the Adobe Photoshop icon as an example: ```svg -Adobe Photoshop icon... +Adobe Photoshop icon... ``` ### 5. Check The Icon @@ -124,7 +122,7 @@ The final icon should: Here is the svg for the Adobe Photoshop icon as an example: ```svg -Adobe Photoshop icon +Adobe Photoshop icon ``` ### 6. Update The JSON Data For SimpleIcons.org diff --git a/README.md b/README.md index 87f6be27..2db549a9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ console.log(simpleIcons['Google+']); title: 'Google+', hex: 'DC4E41', source: 'https://developers.google.com/+/branding-guidelines', - svg: '...' + svg: '...' } */ ``` @@ -59,7 +59,7 @@ console.log(googleplus); title: 'Google+', hex: 'DC4E41', source: 'https://developers.google.com/+/branding-guidelines', - svg: '...' + svg: '...' } */ ``` diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 15467db4..8f99f8a5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -180,6 +180,11 @@ "hex": "7D8084", "source": "https://www.automatic.com/press" }, + { + "title": "Autotask", + "hex": "E51937", + "source": "https://www.autotask.com/branding" + }, { "title": "Aventrix", "hex": "0099DD", @@ -955,6 +960,11 @@ "hex": "E34F26", "source": "http://www.w3.org/html/logo/" }, + { + "title": "Huawei", + "hex": "FF0000", + "source": "https://en.wikipedia.org/wiki/File:Huawei.svg" + }, { "title": "Hulu", "hex": "3DBB3D", @@ -2220,6 +2230,11 @@ "hex": "01B3E3", "source": "https://www.udacity.com" }, + { + "title": "Udemy", + "hex": "EC5252", + "source": "https://about.udemy.com/newbrand/" + }, { "title": "UIkit", "hex": "2396F3", diff --git a/icons/500px.svg b/icons/500px.svg index 4c631911..d16cbda8 100644 --- a/icons/500px.svg +++ b/icons/500px.svg @@ -1 +1 @@ -500px icon \ No newline at end of file +500px icon \ No newline at end of file diff --git a/icons/about-dot-me.svg b/icons/about-dot-me.svg index 90fb9485..83f4aa7d 100644 --- a/icons/about-dot-me.svg +++ b/icons/about-dot-me.svg @@ -1 +1 @@ -About.me icon \ No newline at end of file +About.me icon \ No newline at end of file diff --git a/icons/acm.svg b/icons/acm.svg index 61a33983..52c254bc 100644 --- a/icons/acm.svg +++ b/icons/acm.svg @@ -1 +1 @@ -ACM icon \ No newline at end of file +ACM icon \ No newline at end of file diff --git a/icons/addthis.svg b/icons/addthis.svg index 06a23a1d..ff1c92b2 100644 --- a/icons/addthis.svg +++ b/icons/addthis.svg @@ -1 +1 @@ -AddThis icon \ 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 bddd4bcc..9e4f77ed 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 056fc364..e4265a1e 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/adobeaftereffects.svg b/icons/adobeaftereffects.svg index 95f717e0..50499626 100644 --- a/icons/adobeaftereffects.svg +++ b/icons/adobeaftereffects.svg @@ -1 +1 @@ -Adobe After Effects icon \ No newline at end of file +Adobe After Effects icon \ No newline at end of file diff --git a/icons/adobeaudition.svg b/icons/adobeaudition.svg index 7999f1a4..9697fecf 100644 --- a/icons/adobeaudition.svg +++ b/icons/adobeaudition.svg @@ -1 +1 @@ -Adobe Audition icon +Adobe Audition icon diff --git a/icons/adobecreativecloud.svg b/icons/adobecreativecloud.svg index dc59b9a4..3dee3794 100644 --- a/icons/adobecreativecloud.svg +++ b/icons/adobecreativecloud.svg @@ -1 +1 @@ -Adobe Creative Cloud \ No newline at end of file +Adobe Creative Cloud \ No newline at end of file diff --git a/icons/adobedreamweaver.svg b/icons/adobedreamweaver.svg index 523b7734..fb4ac431 100644 --- a/icons/adobedreamweaver.svg +++ b/icons/adobedreamweaver.svg @@ -1 +1 @@ -Adobe Dreamweaver icon \ No newline at end of file +Adobe Dreamweaver icon \ No newline at end of file diff --git a/icons/adobeillustrator.svg b/icons/adobeillustrator.svg index bfbbbcd6..5a6b2eb6 100644 --- a/icons/adobeillustrator.svg +++ b/icons/adobeillustrator.svg @@ -1 +1 @@ -Adobe Illustrator icon \ No newline at end of file +Adobe Illustrator icon \ No newline at end of file diff --git a/icons/adobeindesign.svg b/icons/adobeindesign.svg index 74bc4eca..6fda44be 100644 --- a/icons/adobeindesign.svg +++ b/icons/adobeindesign.svg @@ -1 +1 @@ -Adobe InDesign icon \ No newline at end of file +Adobe InDesign icon \ No newline at end of file diff --git a/icons/adobelightroom.svg b/icons/adobelightroom.svg index f75e1319..998b3a50 100644 --- a/icons/adobelightroom.svg +++ b/icons/adobelightroom.svg @@ -1 +1 @@ -Adobe Lightroom icon \ No newline at end of file +Adobe Lightroom icon \ No newline at end of file diff --git a/icons/adobephotoshop.svg b/icons/adobephotoshop.svg index 378c8439..abc3dc43 100644 --- a/icons/adobephotoshop.svg +++ b/icons/adobephotoshop.svg @@ -1 +1 @@ -Adobe Photoshop icon \ No newline at end of file +Adobe Photoshop icon \ No newline at end of file diff --git a/icons/adobepremiere.svg b/icons/adobepremiere.svg index 31b8e768..5337fc14 100644 --- a/icons/adobepremiere.svg +++ b/icons/adobepremiere.svg @@ -1 +1 @@ -Adobe Premiere icon +Adobe Premiere icon diff --git a/icons/adobetypekit.svg b/icons/adobetypekit.svg index 62b80a73..90f05579 100644 --- a/icons/adobetypekit.svg +++ b/icons/adobetypekit.svg @@ -1 +1 @@ -Adobe Typekit icon \ No newline at end of file +Adobe Typekit icon \ No newline at end of file diff --git a/icons/airbnb.svg b/icons/airbnb.svg index e8fee99f..53333b00 100644 --- a/icons/airbnb.svg +++ b/icons/airbnb.svg @@ -1 +1 @@ -Airbnb icon \ 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 f2215107..9b59222d 100644 --- a/icons/amazon.svg +++ b/icons/amazon.svg @@ -1 +1 @@ -Amazon icon \ No newline at end of file +Amazon icon \ No newline at end of file diff --git a/icons/amd.svg b/icons/amd.svg index d8579ef8..1fd97db2 100644 --- a/icons/amd.svg +++ b/icons/amd.svg @@ -1 +1 @@ -AMD icon \ No newline at end of file +AMD icon \ No newline at end of file diff --git a/icons/americanexpress.svg b/icons/americanexpress.svg index 63421605..1580c458 100644 --- a/icons/americanexpress.svg +++ b/icons/americanexpress.svg @@ -1 +1 @@ -American Express icon \ No newline at end of file +American Express icon \ No newline at end of file diff --git a/icons/android.svg b/icons/android.svg index c64dc60f..e15a9520 100644 --- a/icons/android.svg +++ b/icons/android.svg @@ -1 +1 @@ -Android icon \ 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 51cdd3b8..a591fd37 100644 --- a/icons/angellist.svg +++ b/icons/angellist.svg @@ -1 +1 @@ -AngelList icon \ 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 e4456dd9..86a6bffb 100644 --- a/icons/angular.svg +++ b/icons/angular.svg @@ -1 +1 @@ -Angular icon \ No newline at end of file +Angular icon \ No newline at end of file diff --git a/icons/apple.svg b/icons/apple.svg index c2ff77e5..796443d4 100644 --- a/icons/apple.svg +++ b/icons/apple.svg @@ -1 +1 @@ -Apple icon \ No newline at end of file +Apple icon \ No newline at end of file diff --git a/icons/applemusic.svg b/icons/applemusic.svg index f82be64b..4afbe2da 100644 --- a/icons/applemusic.svg +++ b/icons/applemusic.svg @@ -1 +1 @@ -Apple Music icon \ No newline at end of file +Apple Music icon \ No newline at end of file diff --git a/icons/applepay.svg b/icons/applepay.svg index 8419e457..b473ad3d 100644 --- a/icons/applepay.svg +++ b/icons/applepay.svg @@ -1 +1 @@ -Apple pay icon \ No newline at end of file +Apple pay icon \ No newline at end of file diff --git a/icons/archiveofourown.svg b/icons/archiveofourown.svg index f0cf2170..c56d60fb 100644 --- a/icons/archiveofourown.svg +++ b/icons/archiveofourown.svg @@ -1 +1 @@ -Archive of Our Own icon \ No newline at end of file +Archive of Our Own icon \ No newline at end of file diff --git a/icons/archlinux.svg b/icons/archlinux.svg index 60bc620b..ca74a55b 100644 --- a/icons/archlinux.svg +++ b/icons/archlinux.svg @@ -1 +1 @@ -Arch Linux icon \ No newline at end of file +Arch Linux icon \ No newline at end of file diff --git a/icons/artstation.svg b/icons/artstation.svg index ec01efff..a1bebf9c 100644 --- a/icons/artstation.svg +++ b/icons/artstation.svg @@ -1 +1 @@ -ArtStation icon \ No newline at end of file +ArtStation icon \ No newline at end of file diff --git a/icons/asana.svg b/icons/asana.svg index 07870358..012aacc9 100644 --- a/icons/asana.svg +++ b/icons/asana.svg @@ -1 +1 @@ -Asana icon \ No newline at end of file +Asana icon \ No newline at end of file diff --git a/icons/at-and-t.svg b/icons/at-and-t.svg index ec251b31..8b2ed417 100644 --- a/icons/at-and-t.svg +++ b/icons/at-and-t.svg @@ -1 +1 @@ -AT&T icon +AT&T icon diff --git a/icons/atlassian.svg b/icons/atlassian.svg index 70c93d9a..6e46f575 100644 --- a/icons/atlassian.svg +++ b/icons/atlassian.svg @@ -1 +1 @@ -Atlassian icon \ No newline at end of file +Atlassian icon \ No newline at end of file diff --git a/icons/atom.svg b/icons/atom.svg index 5d48c893..5d1a88ca 100644 --- a/icons/atom.svg +++ b/icons/atom.svg @@ -1 +1 @@ -Atom icon \ No newline at end of file +Atom icon \ No newline at end of file diff --git a/icons/aurelia.svg b/icons/aurelia.svg index 860c3c84..5b4d5187 100644 --- a/icons/aurelia.svg +++ b/icons/aurelia.svg @@ -1 +1 @@ -Aurelia icon \ No newline at end of file +Aurelia icon \ No newline at end of file diff --git a/icons/auth0.svg b/icons/auth0.svg index 612feaaf..b621885d 100644 --- a/icons/auth0.svg +++ b/icons/auth0.svg @@ -1 +1 @@ -Auh0 icon \ No newline at end of file +Auh0 icon \ No newline at end of file diff --git a/icons/automatic.svg b/icons/automatic.svg index 5d8e7387..057f38b0 100644 --- a/icons/automatic.svg +++ b/icons/automatic.svg @@ -1 +1 @@ -Automatic icon \ No newline at end of file +Automatic icon \ No newline at end of file diff --git a/icons/autotask.svg b/icons/autotask.svg new file mode 100644 index 00000000..a104fc5a --- /dev/null +++ b/icons/autotask.svg @@ -0,0 +1 @@ +Autotask icon \ No newline at end of file diff --git a/icons/aventrix.svg b/icons/aventrix.svg index 43d3c960..4f36d68c 100644 --- a/icons/aventrix.svg +++ b/icons/aventrix.svg @@ -1 +1 @@ -Aventrix icon \ No newline at end of file +Aventrix icon \ No newline at end of file diff --git a/icons/baidu.svg b/icons/baidu.svg index 5916ce41..ac5684ab 100644 --- a/icons/baidu.svg +++ b/icons/baidu.svg @@ -1 +1 @@ -Baidu icon \ 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 0158bb86..74312662 100644 --- a/icons/bandcamp.svg +++ b/icons/bandcamp.svg @@ -1 +1 @@ -Bandcamp icon \ 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 3143141d..46d42718 100644 --- a/icons/basecamp.svg +++ b/icons/basecamp.svg @@ -1 +1 @@ -Basecamp icon \ No newline at end of file +Basecamp icon \ No newline at end of file diff --git a/icons/bathasu.svg b/icons/bathasu.svg index 6742b4e0..087fe1aa 100644 --- a/icons/bathasu.svg +++ b/icons/bathasu.svg @@ -1 +1 @@ -Bath ASU icon \ No newline at end of file +Bath ASU icon \ No newline at end of file diff --git a/icons/beats.svg b/icons/beats.svg index 3330679a..cb0ad949 100644 --- a/icons/beats.svg +++ b/icons/beats.svg @@ -1 +1 @@ -Beats icon +Beats icon diff --git a/icons/behance.svg b/icons/behance.svg index 4d78e008..7483fdb3 100644 --- a/icons/behance.svg +++ b/icons/behance.svg @@ -1 +1 @@ -Behance icon \ 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 d0ba1360..12abeb97 100644 --- a/icons/bigcartel.svg +++ b/icons/bigcartel.svg @@ -1 +1 @@ -Big Cartel icon \ 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 e6c8e148..472bd0b3 100644 --- a/icons/bing.svg +++ b/icons/bing.svg @@ -1 +1 @@ -Bing icon \ 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 09e689b1..df3b42f2 100644 --- a/icons/bitbucket.svg +++ b/icons/bitbucket.svg @@ -1 +1 @@ -Bitbucket icon \ 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 9a88c4d4..91e76a97 100644 --- a/icons/bitcoin.svg +++ b/icons/bitcoin.svg @@ -1 +1 @@ -Bitcoin icon \ 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 b75887d3..3f5c8550 100644 --- a/icons/bitly.svg +++ b/icons/bitly.svg @@ -1 +1 @@ -Bitly icon \ No newline at end of file +Bitly icon \ No newline at end of file diff --git a/icons/blender.svg b/icons/blender.svg index 956c618c..ad1a197f 100644 --- a/icons/blender.svg +++ b/icons/blender.svg @@ -1 +1 @@ -Blender icon \ No newline at end of file +Blender icon \ No newline at end of file diff --git a/icons/blogger.svg b/icons/blogger.svg index 63ec365f..12d7a7d8 100644 --- a/icons/blogger.svg +++ b/icons/blogger.svg @@ -1 +1 @@ -Blogger icon \ No newline at end of file +Blogger icon \ No newline at end of file diff --git a/icons/boost.svg b/icons/boost.svg index 1c24cadf..4ecb0dea 100644 --- a/icons/boost.svg +++ b/icons/boost.svg @@ -1 +1 @@ -Boost icon \ No newline at end of file +Boost icon \ No newline at end of file diff --git a/icons/bootstrap.svg b/icons/bootstrap.svg index 99b969aa..f4b0492d 100644 --- a/icons/bootstrap.svg +++ b/icons/bootstrap.svg @@ -1 +1 @@ -Bootstrap icon \ No newline at end of file +Bootstrap icon \ No newline at end of file diff --git a/icons/bower.svg b/icons/bower.svg index bd813012..d3701c3f 100644 --- a/icons/bower.svg +++ b/icons/bower.svg @@ -1 +1 @@ -Bower icon +Bower icon diff --git a/icons/brand-dot-ai.svg b/icons/brand-dot-ai.svg index af16d0aa..257038e2 100644 --- a/icons/brand-dot-ai.svg +++ b/icons/brand-dot-ai.svg @@ -1 +1 @@ -Brand.ai icon \ 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 c613a21b..f8182be4 100644 --- a/icons/buffer.svg +++ b/icons/buffer.svg @@ -1 +1 @@ -Buffer icon \ 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 61c3a35c..d9364c3f 100644 --- a/icons/buzzfeed.svg +++ b/icons/buzzfeed.svg @@ -1 +1 @@ -BuzzFeed icon \ 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 2583358d..388f1381 100644 --- a/icons/cakephp.svg +++ b/icons/cakephp.svg @@ -1 +1 @@ -CakePHP icon \ 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 e5702344..1d2d8af6 100644 --- a/icons/campaignmonitor.svg +++ b/icons/campaignmonitor.svg @@ -1 +1 @@ -Campaign Monitor icon \ No newline at end of file +Campaign Monitor icon \ No newline at end of file diff --git a/icons/cashapp.svg b/icons/cashapp.svg index edaccbf0..ce7a4314 100644 --- a/icons/cashapp.svg +++ b/icons/cashapp.svg @@ -1 +1 @@ -Cash App icon \ No newline at end of file +Cash App icon \ No newline at end of file diff --git a/icons/castorama.svg b/icons/castorama.svg index 420ca4bf..4c6ecaee 100644 --- a/icons/castorama.svg +++ b/icons/castorama.svg @@ -1 +1 @@ -Castorama icon \ No newline at end of file +Castorama icon \ No newline at end of file diff --git a/icons/castro.svg b/icons/castro.svg index 9a0d39a1..5a921184 100644 --- a/icons/castro.svg +++ b/icons/castro.svg @@ -1 +1 @@ -Castro icon \ No newline at end of file +Castro icon \ No newline at end of file diff --git a/icons/circle.svg b/icons/circle.svg index 1f33edd4..b9586b08 100644 --- a/icons/circle.svg +++ b/icons/circle.svg @@ -1 +1 @@ -Circle icon \ No newline at end of file +Circle icon \ No newline at end of file diff --git a/icons/circleci.svg b/icons/circleci.svg index 98942fa8..6e894e8f 100644 --- a/icons/circleci.svg +++ b/icons/circleci.svg @@ -1 +1 @@ -CircleCI icon \ No newline at end of file +CircleCI icon \ No newline at end of file diff --git a/icons/clockify.svg b/icons/clockify.svg index 6daf5cca..affe3724 100644 --- a/icons/clockify.svg +++ b/icons/clockify.svg @@ -1 +1 @@ -Clockify icon +Clockify icon diff --git a/icons/clojure.svg b/icons/clojure.svg index 793133be..9e27a6f7 100644 --- a/icons/clojure.svg +++ b/icons/clojure.svg @@ -1 +1 @@ -Clojure icon \ No newline at end of file +Clojure icon \ No newline at end of file diff --git a/icons/cloudflare.svg b/icons/cloudflare.svg index f55e7169..84e7d8d3 100644 --- a/icons/cloudflare.svg +++ b/icons/cloudflare.svg @@ -1 +1 @@ -Cloudflare icon +Cloudflare icon diff --git a/icons/co-op.svg b/icons/co-op.svg index b7fc5828..3e32d71f 100644 --- a/icons/co-op.svg +++ b/icons/co-op.svg @@ -1 +1 @@ -Co-op icon \ No newline at end of file +Co-op icon \ No newline at end of file diff --git a/icons/codecademy.svg b/icons/codecademy.svg index 29154cf9..3c7a96dd 100644 --- a/icons/codecademy.svg +++ b/icons/codecademy.svg @@ -1 +1 @@ -Codecademy icon \ No newline at end of file +Codecademy icon \ No newline at end of file diff --git a/icons/codecov.svg b/icons/codecov.svg index 0990fd41..9d36a21a 100644 --- a/icons/codecov.svg +++ b/icons/codecov.svg @@ -1 +1 @@ -Codecov icon \ No newline at end of file +Codecov icon \ No newline at end of file diff --git a/icons/codeforces.svg b/icons/codeforces.svg index 4011b010..08038bf4 100644 --- a/icons/codeforces.svg +++ b/icons/codeforces.svg @@ -1 +1 @@ -Codeforces icon \ 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 f6852994..a36f1f44 100644 --- a/icons/codeigniter.svg +++ b/icons/codeigniter.svg @@ -1 +1 @@ -CodeIgniter icon \ 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 ad918e2c..e3350278 100644 --- a/icons/codepen.svg +++ b/icons/codepen.svg @@ -1 +1 @@ -CodePen icon \ 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 8397636f..1976a818 100644 --- a/icons/coderwall.svg +++ b/icons/coderwall.svg @@ -1 +1 @@ -Coderwall icon \ No newline at end of file +Coderwall icon \ No newline at end of file diff --git a/icons/codewars.svg b/icons/codewars.svg index 42ddbdba..ff4ae98f 100644 --- a/icons/codewars.svg +++ b/icons/codewars.svg @@ -1 +1 @@ -Codewars icon \ No newline at end of file +Codewars icon \ No newline at end of file diff --git a/icons/codio.svg b/icons/codio.svg index b2cccdba..76102f9d 100644 --- a/icons/codio.svg +++ b/icons/codio.svg @@ -1 +1 @@ -Codio icon \ No newline at end of file +Codio icon \ No newline at end of file diff --git a/icons/coffeescript.svg b/icons/coffeescript.svg index 57cdd3b8..b677312e 100644 --- a/icons/coffeescript.svg +++ b/icons/coffeescript.svg @@ -1 +1 @@ -CoffeeScript icon \ No newline at end of file +CoffeeScript icon \ No newline at end of file diff --git a/icons/compropago.svg b/icons/compropago.svg index 9e764029..0b616d39 100644 --- a/icons/compropago.svg +++ b/icons/compropago.svg @@ -1 +1 @@ -ComproPago icon \ 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 11062211..5fb6a1a2 100644 --- a/icons/conekta.svg +++ b/icons/conekta.svg @@ -1 +1 @@ -Conekta icon \ No newline at end of file +Conekta icon \ No newline at end of file diff --git a/icons/coursera.svg b/icons/coursera.svg index 7be9a279..644189b9 100644 --- a/icons/coursera.svg +++ b/icons/coursera.svg @@ -1 +1 @@ -Coursera icon \ No newline at end of file +Coursera icon \ No newline at end of file diff --git a/icons/cplusplus.svg b/icons/cplusplus.svg index cb25c86f..b69b0436 100644 --- a/icons/cplusplus.svg +++ b/icons/cplusplus.svg @@ -1 +1 @@ -C++ icon +C++ icon diff --git a/icons/css3.svg b/icons/css3.svg index c07864a7..2f54be88 100644 --- a/icons/css3.svg +++ b/icons/css3.svg @@ -1 +1 @@ -CSS3 icon \ 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 ada6c06f..9ac81149 100644 --- a/icons/csswizardry.svg +++ b/icons/csswizardry.svg @@ -1 +1 @@ -CSS Wizardry icon \ No newline at end of file +CSS Wizardry icon \ No newline at end of file diff --git a/icons/d3-dot-js.svg b/icons/d3-dot-js.svg index f01c852b..eb87b8f0 100644 --- a/icons/d3-dot-js.svg +++ b/icons/d3-dot-js.svg @@ -1 +1 @@ -D3.js icon \ No newline at end of file +D3.js icon \ No newline at end of file diff --git a/icons/dailymotion.svg b/icons/dailymotion.svg index 83fd754f..704bb90a 100644 --- a/icons/dailymotion.svg +++ b/icons/dailymotion.svg @@ -1 +1 @@ -Dailymotion icon \ No newline at end of file +Dailymotion icon \ No newline at end of file diff --git a/icons/debian.svg b/icons/debian.svg index 5f41b088..ca288dac 100644 --- a/icons/debian.svg +++ b/icons/debian.svg @@ -1 +1 @@ -Debian icon \ No newline at end of file +Debian icon \ No newline at end of file diff --git a/icons/deezer.svg b/icons/deezer.svg index f37a7a74..0812cbc1 100644 --- a/icons/deezer.svg +++ b/icons/deezer.svg @@ -1 +1 @@ -Deezer icon \ 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 4260147b..f79ffa4f 100644 --- a/icons/delicious.svg +++ b/icons/delicious.svg @@ -1 +1 @@ -Delicious icon \ No newline at end of file +Delicious icon \ No newline at end of file diff --git a/icons/dell.svg b/icons/dell.svg index 50569744..a1fa1e8a 100644 --- a/icons/dell.svg +++ b/icons/dell.svg @@ -1 +1 @@ -Dell icon \ No newline at end of file +Dell icon \ No newline at end of file diff --git a/icons/designernews.svg b/icons/designernews.svg index 7a69d293..52c9c20b 100644 --- a/icons/designernews.svg +++ b/icons/designernews.svg @@ -1 +1 @@ -Designer News icon \ No newline at end of file +Designer News icon \ No newline at end of file diff --git a/icons/dev-dot-to.svg b/icons/dev-dot-to.svg index bf01d91e..331823cd 100644 --- a/icons/dev-dot-to.svg +++ b/icons/dev-dot-to.svg @@ -1 +1 @@ -dev.to icon +dev.to icon diff --git a/icons/deviantart.svg b/icons/deviantart.svg index 29747dd5..1988745a 100644 --- a/icons/deviantart.svg +++ b/icons/deviantart.svg @@ -1 +1 @@ -DeviantArt icon \ No newline at end of file +DeviantArt icon \ No newline at end of file diff --git a/icons/devrant.svg b/icons/devrant.svg index 0300f01e..89bc2198 100644 --- a/icons/devrant.svg +++ b/icons/devrant.svg @@ -1 +1 @@ -devRant icon +devRant icon diff --git a/icons/diaspora.svg b/icons/diaspora.svg index 16917e64..1619934e 100644 --- a/icons/diaspora.svg +++ b/icons/diaspora.svg @@ -1 +1 @@ -Diaspora icon \ 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 e05cd935..f97d283b 100644 --- a/icons/digg.svg +++ b/icons/digg.svg @@ -1 +1 @@ -Digg icon \ 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 42592d78..cb31cc91 100644 --- a/icons/digitalocean.svg +++ b/icons/digitalocean.svg @@ -1 +1 @@ -DigitalOcean icon \ 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 27bbb5b1..85d98498 100644 --- a/icons/discord.svg +++ b/icons/discord.svg @@ -1 +1 @@ -Discord icon \ 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 42b69cb9..17a09925 100644 --- a/icons/discourse.svg +++ b/icons/discourse.svg @@ -1 +1 @@ -Discourse icon \ 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 a9ae5698..9b0e869d 100644 --- a/icons/discover.svg +++ b/icons/discover.svg @@ -1 +1 @@ -Discover icon \ 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 6d0bc38c..3d5f58ce 100644 --- a/icons/disqus.svg +++ b/icons/disqus.svg @@ -1 +1 @@ -Disqus icon \ No newline at end of file +Disqus icon \ No newline at end of file diff --git a/icons/disroot.svg b/icons/disroot.svg index 9957341c..8466581a 100644 --- a/icons/disroot.svg +++ b/icons/disroot.svg @@ -1 +1 @@ -Disroot icon +Disroot icon diff --git a/icons/django.svg b/icons/django.svg index 3648eff0..d369b65c 100755 --- a/icons/django.svg +++ b/icons/django.svg @@ -1 +1 @@ -Django icon \ No newline at end of file +Django icon \ No newline at end of file diff --git a/icons/docker.svg b/icons/docker.svg index 0bea0ee5..89c0cb32 100644 --- a/icons/docker.svg +++ b/icons/docker.svg @@ -1 +1 @@ -Docker icon \ No newline at end of file +Docker icon \ No newline at end of file diff --git a/icons/dot-net.svg b/icons/dot-net.svg index 7962ea6c..d89f40a0 100644 --- a/icons/dot-net.svg +++ b/icons/dot-net.svg @@ -1 +1 @@ -.NET icon +.NET icon diff --git a/icons/draugiem-dot-lv.svg b/icons/draugiem-dot-lv.svg index 39dba652..35c34588 100644 --- a/icons/draugiem-dot-lv.svg +++ b/icons/draugiem-dot-lv.svg @@ -1 +1 @@ -Draugiem.lv icon \ 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 26749efc..e7bdffa4 100644 --- a/icons/dribbble.svg +++ b/icons/dribbble.svg @@ -1 +1 @@ -Dribbble icon \ 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 76eabb3e..79fed317 100644 --- a/icons/dropbox.svg +++ b/icons/dropbox.svg @@ -1 +1 @@ -Dropbox icon \ 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 7a40bead..50877ded 100644 --- a/icons/drupal.svg +++ b/icons/drupal.svg @@ -1 +1 @@ -Drupal icon \ No newline at end of file +Drupal icon \ No newline at end of file diff --git a/icons/dtube.svg b/icons/dtube.svg index d6c6a298..8d933dc0 100644 --- a/icons/dtube.svg +++ b/icons/dtube.svg @@ -1 +1 @@ -DTube icon \ No newline at end of file +DTube icon \ No newline at end of file diff --git a/icons/ebay.svg b/icons/ebay.svg index 9b77a9c4..2489b748 100644 --- a/icons/ebay.svg +++ b/icons/ebay.svg @@ -1 +1 @@ -eBay icon \ No newline at end of file +eBay icon \ No newline at end of file diff --git a/icons/elastic.svg b/icons/elastic.svg index ec247ab7..aedfc558 100644 --- a/icons/elastic.svg +++ b/icons/elastic.svg @@ -1 +1 @@ -Elastic icon +Elastic icon diff --git a/icons/elasticcloud.svg b/icons/elasticcloud.svg index bafb9f8c..5167cd6a 100644 --- a/icons/elasticcloud.svg +++ b/icons/elasticcloud.svg @@ -1 +1 @@ -Elastic Cloud icon +Elastic Cloud icon diff --git a/icons/elasticsearch.svg b/icons/elasticsearch.svg index d8ed5c63..473760d9 100644 --- a/icons/elasticsearch.svg +++ b/icons/elasticsearch.svg @@ -1 +1 @@ -Elastic Search icon +Elastic Search icon diff --git a/icons/elasticstack.svg b/icons/elasticstack.svg index 92afe5cb..dc37ba2f 100644 --- a/icons/elasticstack.svg +++ b/icons/elasticstack.svg @@ -1 +1 @@ -Elastic Stack icon +Elastic Stack icon diff --git a/icons/elementary.svg b/icons/elementary.svg index 513ad798..3ccd1ca8 100644 --- a/icons/elementary.svg +++ b/icons/elementary.svg @@ -1 +1 @@ -elementary icon \ No newline at end of file +elementary icon \ No newline at end of file diff --git a/icons/ello.svg b/icons/ello.svg index 785c5bed..4912ac26 100644 --- a/icons/ello.svg +++ b/icons/ello.svg @@ -1 +1 @@ -Ello icon \ No newline at end of file +Ello icon \ No newline at end of file diff --git a/icons/empirekred.svg b/icons/empirekred.svg index 29d2d7a7..c4425c54 100644 --- a/icons/empirekred.svg +++ b/icons/empirekred.svg @@ -1 +1 @@ -Empire Kred icon \ No newline at end of file +Empire Kred icon \ No newline at end of file diff --git a/icons/envato.svg b/icons/envato.svg index a0aef97e..3b6e4ed4 100644 --- a/icons/envato.svg +++ b/icons/envato.svg @@ -1 +1 @@ -Envato icon \ No newline at end of file +Envato icon \ No newline at end of file diff --git a/icons/eslint.svg b/icons/eslint.svg index d61161e5..a67184c6 100644 --- a/icons/eslint.svg +++ b/icons/eslint.svg @@ -1 +1 @@ -ESLint icon +ESLint icon diff --git a/icons/ethereum.svg b/icons/ethereum.svg index 70063a49..32bc66ae 100644 --- a/icons/ethereum.svg +++ b/icons/ethereum.svg @@ -1 +1 @@ -Ethereum icon \ 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 12e0aa0e..6f860fd3 100644 --- a/icons/etsy.svg +++ b/icons/etsy.svg @@ -1 +1 @@ -Etsy icon \ 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 8141f904..19a5cc9d 100644 --- a/icons/eventbrite.svg +++ b/icons/eventbrite.svg @@ -1 +1 @@ -Eventbrite icon \ 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 a57dfda1..db2f58e1 100644 --- a/icons/eventstore.svg +++ b/icons/eventstore.svg @@ -1 +1 @@ -Event Store icon \ 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 9dc339b2..4b0d304c 100644 --- a/icons/evernote.svg +++ b/icons/evernote.svg @@ -1 +1 @@ -Evernote icon \ 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 4d2ac4ce..a0c50bde 100644 --- a/icons/everplaces.svg +++ b/icons/everplaces.svg @@ -1 +1 @@ -Everplaces icon \ No newline at end of file +Everplaces icon \ No newline at end of file diff --git a/icons/f-secure.svg b/icons/f-secure.svg index 9c01285c..5e9e6ca2 100644 --- a/icons/f-secure.svg +++ b/icons/f-secure.svg @@ -1 +1 @@ -F-Secure icon +F-Secure icon diff --git a/icons/facebook.svg b/icons/facebook.svg index f55ef353..dede4a0f 100644 --- a/icons/facebook.svg +++ b/icons/facebook.svg @@ -1 +1 @@ -Facebook icon \ No newline at end of file +Facebook icon \ No newline at end of file diff --git a/icons/fandango.svg b/icons/fandango.svg index 5d93e09c..0787a72c 100644 --- a/icons/fandango.svg +++ b/icons/fandango.svg @@ -1 +1 @@ -Fandango icon \ No newline at end of file +Fandango icon \ No newline at end of file diff --git a/icons/feathub.svg b/icons/feathub.svg index bcb86efe..23c7f334 100644 --- a/icons/feathub.svg +++ b/icons/feathub.svg @@ -1 +1 @@ -FeatHub icon \ 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 bacf69de..e79f7ef1 100644 --- a/icons/feedly.svg +++ b/icons/feedly.svg @@ -1 +1 @@ -Feedly icon \ No newline at end of file +Feedly icon \ No newline at end of file diff --git a/icons/figma.svg b/icons/figma.svg index 5ae924c2..244e353b 100644 --- a/icons/figma.svg +++ b/icons/figma.svg @@ -1 +1 @@ -Figma icon \ No newline at end of file +Figma icon \ No newline at end of file diff --git a/icons/firebase.svg b/icons/firebase.svg index 7243e734..1da51b18 100644 --- a/icons/firebase.svg +++ b/icons/firebase.svg @@ -1 +1 @@ -Firebase icon \ No newline at end of file +Firebase icon \ No newline at end of file diff --git a/icons/fitbit.svg b/icons/fitbit.svg index 46d39d71..6a8a66fe 100644 --- a/icons/fitbit.svg +++ b/icons/fitbit.svg @@ -1 +1 @@ -Fitbit icon \ No newline at end of file +Fitbit icon \ No newline at end of file diff --git a/icons/flattr.svg b/icons/flattr.svg index f847bf9a..0f55fe41 100644 --- a/icons/flattr.svg +++ b/icons/flattr.svg @@ -1 +1 @@ -Flattr icon +Flattr icon diff --git a/icons/flickr.svg b/icons/flickr.svg index f263baea..9ff16905 100644 --- a/icons/flickr.svg +++ b/icons/flickr.svg @@ -1 +1 @@ -Flickr icon \ 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 1518839d..2fc65b4a 100644 --- a/icons/flipboard.svg +++ b/icons/flipboard.svg @@ -1 +1 @@ -Flipboard icon \ 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 a8a9f01b..88407390 100644 --- a/icons/fnac.svg +++ b/icons/fnac.svg @@ -1 +1 @@ -Fnac icon \ 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 7c31a0c8..40f52ba2 100644 --- a/icons/foursquare.svg +++ b/icons/foursquare.svg @@ -1 +1 @@ -Foursquare icon \ No newline at end of file +Foursquare icon \ No newline at end of file diff --git a/icons/framer.svg b/icons/framer.svg index b63377df..5265d918 100644 --- a/icons/framer.svg +++ b/icons/framer.svg @@ -1 +1 @@ -Framer icon \ No newline at end of file +Framer icon \ No newline at end of file diff --git a/icons/freecodecamp.svg b/icons/freecodecamp.svg index dc4510ec..bf6836cb 100644 --- a/icons/freecodecamp.svg +++ b/icons/freecodecamp.svg @@ -1 +1 @@ -freeCodeCamp icon \ No newline at end of file +freeCodeCamp icon \ No newline at end of file diff --git a/icons/furaffinity.svg b/icons/furaffinity.svg index 4360319b..ca99cd74 100644 --- a/icons/furaffinity.svg +++ b/icons/furaffinity.svg @@ -1 +1 @@ -Fur Affinity icon \ No newline at end of file +Fur Affinity icon \ No newline at end of file diff --git a/icons/furrynetwork.svg b/icons/furrynetwork.svg index c91b956f..a5af7ccb 100644 --- a/icons/furrynetwork.svg +++ b/icons/furrynetwork.svg @@ -1 +1 @@ -Furry Network icon +Furry Network icon diff --git a/icons/garmin.svg b/icons/garmin.svg index 000bc0c3..71b97b3c 100644 --- a/icons/garmin.svg +++ b/icons/garmin.svg @@ -1 +1 @@ -Garmin icon \ No newline at end of file +Garmin icon \ No newline at end of file diff --git a/icons/gatsby.svg b/icons/gatsby.svg index e3048105..021f42fc 100644 --- a/icons/gatsby.svg +++ b/icons/gatsby.svg @@ -1 +1 @@ -Gatsby icon \ No newline at end of file +Gatsby icon \ No newline at end of file diff --git a/icons/gauges.svg b/icons/gauges.svg index 942c4768..79cf0afe 100644 --- a/icons/gauges.svg +++ b/icons/gauges.svg @@ -1 +1 @@ -Gauges icon \ No newline at end of file +Gauges icon \ No newline at end of file diff --git a/icons/geocaching.svg b/icons/geocaching.svg index 1b7df4ee..23e23126 100644 --- a/icons/geocaching.svg +++ b/icons/geocaching.svg @@ -1 +1 @@ -Geocaching icon \ 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 4795b2c0..a9d7f40e 100644 --- a/icons/gerrit.svg +++ b/icons/gerrit.svg @@ -1 +1 @@ -Gerrit icon \ 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 92b77b6d..6bbee8e5 100644 --- a/icons/ghost.svg +++ b/icons/ghost.svg @@ -1 +1 @@ -Ghost icon \ 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 b8c88981..f795f637 100644 --- a/icons/git.svg +++ b/icons/git.svg @@ -1 +1 @@ -Git icon \ 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 2f9e2d91..38997125 100644 --- a/icons/github.svg +++ b/icons/github.svg @@ -1 +1 @@ -GitHub icon \ No newline at end of file +GitHub icon \ No newline at end of file diff --git a/icons/gitlab.svg b/icons/gitlab.svg index 2f26efcf..987c4595 100644 --- a/icons/gitlab.svg +++ b/icons/gitlab.svg @@ -1 +1 @@ -GitLab icon \ 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 09bde63e..dadb9a1e 100644 --- a/icons/gitter.svg +++ b/icons/gitter.svg @@ -1 +1 @@ -Gitter icon \ 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 ac594a80..04ef0c3c 100644 --- a/icons/glassdoor.svg +++ b/icons/glassdoor.svg @@ -1 +1 @@ -Glassdoor icon \ 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 5b872522..d6ef11e3 100644 --- a/icons/gmail.svg +++ b/icons/gmail.svg @@ -1 +1 @@ -Gmail icon \ No newline at end of file +Gmail icon \ No newline at end of file diff --git a/icons/gnu.svg b/icons/gnu.svg index 033ba404..b60a005b 100644 --- a/icons/gnu.svg +++ b/icons/gnu.svg @@ -1 +1 @@ -GNU icon \ No newline at end of file +GNU icon \ No newline at end of file diff --git a/icons/gnusocial.svg b/icons/gnusocial.svg index 33356ea7..315149b4 100644 --- a/icons/gnusocial.svg +++ b/icons/gnusocial.svg @@ -1 +1 @@ -GNU social icon \ No newline at end of file +GNU social icon \ No newline at end of file diff --git a/icons/go.svg b/icons/go.svg index 8f66cb0b..3542e685 100644 --- a/icons/go.svg +++ b/icons/go.svg @@ -1 +1 @@ -Go icon \ No newline at end of file +Go icon \ No newline at end of file diff --git a/icons/goldenline.svg b/icons/goldenline.svg index 318ca098..df920ddf 100644 --- a/icons/goldenline.svg +++ b/icons/goldenline.svg @@ -1 +1 @@ -GoldenLine icon \ 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 3a6e38df..9866db05 100644 --- a/icons/goodreads.svg +++ b/icons/goodreads.svg @@ -1 +1 @@ -Goodreads icon \ 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 e5fffc7b..f394f811 100644 --- a/icons/google.svg +++ b/icons/google.svg @@ -1 +1 @@ -Google icon \ No newline at end of file +Google icon \ No newline at end of file diff --git a/icons/googleallo.svg b/icons/googleallo.svg index d54efc51..273db759 100644 --- a/icons/googleallo.svg +++ b/icons/googleallo.svg @@ -1 +1 @@ -Allo icon +Allo icon diff --git a/icons/googleanalytics.svg b/icons/googleanalytics.svg index c5446cc3..fd2a25c4 100644 --- a/icons/googleanalytics.svg +++ b/icons/googleanalytics.svg @@ -1 +1 @@ -Google Analytics icon \ No newline at end of file +Google Analytics icon \ No newline at end of file diff --git a/icons/googlechrome.svg b/icons/googlechrome.svg index 1b66ee94..dd142ed1 100644 --- a/icons/googlechrome.svg +++ b/icons/googlechrome.svg @@ -1 +1 @@ -Google Chrome icon \ No newline at end of file +Google Chrome icon \ No newline at end of file diff --git a/icons/googledrive.svg b/icons/googledrive.svg index dfc96228..046f9b9a 100644 --- a/icons/googledrive.svg +++ b/icons/googledrive.svg @@ -1 +1 @@ -Google Drive icon \ No newline at end of file +Google Drive icon \ No newline at end of file diff --git a/icons/googlehangouts.svg b/icons/googlehangouts.svg index 44b45bce..0ee1ed52 100644 --- a/icons/googlehangouts.svg +++ b/icons/googlehangouts.svg @@ -1 +1 @@ -Google Hangouts icon \ No newline at end of file +Google Hangouts icon \ No newline at end of file diff --git a/icons/googlekeep.svg b/icons/googlekeep.svg index 289a5efd..8e5d5ddd 100644 --- a/icons/googlekeep.svg +++ b/icons/googlekeep.svg @@ -1 +1 @@ -Google Keep icon \ No newline at end of file +Google Keep icon \ No newline at end of file diff --git a/icons/googlepay.svg b/icons/googlepay.svg index 020b56a5..3cf49c3f 100644 --- a/icons/googlepay.svg +++ b/icons/googlepay.svg @@ -1 +1 @@ -Google Pay icon +Google Pay icon diff --git a/icons/googleplay.svg b/icons/googleplay.svg index 4b00e650..b1bf771b 100644 --- a/icons/googleplay.svg +++ b/icons/googleplay.svg @@ -1 +1 @@ -Google Play icon \ 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 664ba05c..41f42720 100644 --- a/icons/googleplus.svg +++ b/icons/googleplus.svg @@ -1 +1 @@ -Google+ icon \ No newline at end of file +Google+ icon \ No newline at end of file diff --git a/icons/gov-dot-uk.svg b/icons/gov-dot-uk.svg index 5107a237..334e4895 100644 --- a/icons/gov-dot-uk.svg +++ b/icons/gov-dot-uk.svg @@ -1 +1 @@ -GOV.UK icon \ No newline at end of file +GOV.UK icon \ No newline at end of file diff --git a/icons/grafana.svg b/icons/grafana.svg index 51aa32cc..6be83c95 100644 --- a/icons/grafana.svg +++ b/icons/grafana.svg @@ -1 +1 @@ -Grafana icon \ No newline at end of file +Grafana icon \ No newline at end of file diff --git a/icons/graphcool.svg b/icons/graphcool.svg index 19b7df80..54f34667 100644 --- a/icons/graphcool.svg +++ b/icons/graphcool.svg @@ -1 +1 @@ -Graphcool icon \ No newline at end of file +Graphcool icon \ No newline at end of file diff --git a/icons/graphql.svg b/icons/graphql.svg index 55c41a7e..8c919678 100644 --- a/icons/graphql.svg +++ b/icons/graphql.svg @@ -1 +1 @@ -GraphQL icon \ No newline at end of file +GraphQL icon \ No newline at end of file diff --git a/icons/grav.svg b/icons/grav.svg index c19409e4..61d7e507 100644 --- a/icons/grav.svg +++ b/icons/grav.svg @@ -1 +1 @@ -Grav icon \ 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 924ea9c5..75a401bf 100644 --- a/icons/gravatar.svg +++ b/icons/gravatar.svg @@ -1 +1 @@ -Gravatar icon \ No newline at end of file +Gravatar icon \ No newline at end of file diff --git a/icons/groupon.svg b/icons/groupon.svg index bae0157d..28ebac99 100644 --- a/icons/groupon.svg +++ b/icons/groupon.svg @@ -1 +1 @@ -groupon icon \ No newline at end of file +groupon icon \ No newline at end of file diff --git a/icons/gulp.svg b/icons/gulp.svg index 9833ed96..3ba0f4f6 100644 --- a/icons/gulp.svg +++ b/icons/gulp.svg @@ -1 +1 @@ -Gulp icon \ No newline at end of file +Gulp icon \ No newline at end of file diff --git a/icons/gumroad.svg b/icons/gumroad.svg index 61a95b87..ca99e4e0 100644 --- a/icons/gumroad.svg +++ b/icons/gumroad.svg @@ -1 +1 @@ -Gumroad icon \ No newline at end of file +Gumroad icon \ No newline at end of file diff --git a/icons/gumtree.svg b/icons/gumtree.svg index 8e65b9ba..e681cfc8 100644 --- a/icons/gumtree.svg +++ b/icons/gumtree.svg @@ -1 +1 @@ -Gumtree icon \ 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 8f02c4a7..1ae527dd 100644 --- a/icons/hackerrank.svg +++ b/icons/hackerrank.svg @@ -1 +1 @@ -HackerRank icon \ 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 16af3d43..69b7e35f 100644 --- a/icons/hackster.svg +++ b/icons/hackster.svg @@ -1 +1 @@ -Hackster icon \ No newline at end of file +Hackster icon \ No newline at end of file diff --git a/icons/haskell.svg b/icons/haskell.svg index 87b89077..ae144e80 100644 --- a/icons/haskell.svg +++ b/icons/haskell.svg @@ -1 +1 @@ -Haskell icon \ No newline at end of file +Haskell icon \ No newline at end of file diff --git a/icons/hatenabookmark.svg b/icons/hatenabookmark.svg index 6e09f2da..8d23fe76 100644 --- a/icons/hatenabookmark.svg +++ b/icons/hatenabookmark.svg @@ -1 +1 @@ -Hatena Bookmark icon \ 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 4d651768..2430e474 100644 --- a/icons/heroku.svg +++ b/icons/heroku.svg @@ -1 +1 @@ -Heroku icon \ No newline at end of file +Heroku icon \ No newline at end of file diff --git a/icons/hexo.svg b/icons/hexo.svg index 6d9c6280..b8aa62f0 100644 --- a/icons/hexo.svg +++ b/icons/hexo.svg @@ -1 +1 @@ -Hexo icon \ No newline at end of file +Hexo icon \ No newline at end of file diff --git a/icons/highly.svg b/icons/highly.svg index 95a25f80..68a580c8 100644 --- a/icons/highly.svg +++ b/icons/highly.svg @@ -1 +1 @@ -Highly icon +Highly icon diff --git a/icons/hipchat.svg b/icons/hipchat.svg index 7ed1761a..22ccf54b 100644 --- a/icons/hipchat.svg +++ b/icons/hipchat.svg @@ -1 +1 @@ -HipChat icon \ No newline at end of file +HipChat icon \ No newline at end of file diff --git a/icons/hockeyapp.svg b/icons/hockeyapp.svg index 11db7895..95ae93d7 100644 --- a/icons/hockeyapp.svg +++ b/icons/hockeyapp.svg @@ -1 +1 @@ -hockeyapp icon \ No newline at end of file +hockeyapp icon \ No newline at end of file diff --git a/icons/homify.svg b/icons/homify.svg index 22db7758..586cc809 100644 --- a/icons/homify.svg +++ b/icons/homify.svg @@ -1 +1 @@ -homify icon \ No newline at end of file +homify icon \ No newline at end of file diff --git a/icons/hootsuite.svg b/icons/hootsuite.svg index 495ddbbe..b8d79d42 100644 --- a/icons/hootsuite.svg +++ b/icons/hootsuite.svg @@ -1 +1 @@ -Hootsuite icon \ 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 1fb46677..e8bd6aab 100644 --- a/icons/houzz.svg +++ b/icons/houzz.svg @@ -1 +1 @@ -Houzz icon \ 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 a7850e41..27c1d292 100644 --- a/icons/html5.svg +++ b/icons/html5.svg @@ -1 +1 @@ -HTML5 icon \ No newline at end of file +HTML5 icon \ No newline at end of file diff --git a/icons/huawei.svg b/icons/huawei.svg new file mode 100644 index 00000000..bf6cec21 --- /dev/null +++ b/icons/huawei.svg @@ -0,0 +1 @@ +Huawei icon \ No newline at end of file diff --git a/icons/hulu.svg b/icons/hulu.svg index e4309253..a4db4fe6 100644 --- a/icons/hulu.svg +++ b/icons/hulu.svg @@ -1 +1 @@ -Hulu icon \ No newline at end of file +Hulu icon \ No newline at end of file diff --git a/icons/humblebundle.svg b/icons/humblebundle.svg index e1bb361a..54dc15a9 100644 --- a/icons/humblebundle.svg +++ b/icons/humblebundle.svg @@ -1 +1 @@ -Humble Bundle icon \ No newline at end of file +Humble Bundle icon \ No newline at end of file diff --git a/icons/iconjar.svg b/icons/iconjar.svg index 5367470e..ec722311 100644 --- a/icons/iconjar.svg +++ b/icons/iconjar.svg @@ -1 +1 @@ -iconjar icon \ No newline at end of file +iconjar icon \ No newline at end of file diff --git a/icons/icq.svg b/icons/icq.svg index afcc85a1..0b7d22a6 100644 --- a/icons/icq.svg +++ b/icons/icq.svg @@ -1 +1 @@ -ICQ icon \ No newline at end of file +ICQ icon \ No newline at end of file diff --git a/icons/ifixit.svg b/icons/ifixit.svg index ce9aff38..8a09c879 100644 --- a/icons/ifixit.svg +++ b/icons/ifixit.svg @@ -1 +1 @@ -iFixit icon \ No newline at end of file +iFixit icon \ No newline at end of file diff --git a/icons/imdb.svg b/icons/imdb.svg index db1ac254..b82047db 100644 --- a/icons/imdb.svg +++ b/icons/imdb.svg @@ -1 +1 @@ -IMDb icon \ No newline at end of file +IMDb icon \ No newline at end of file diff --git a/icons/inkscape.svg b/icons/inkscape.svg index a4431706..707ae0d4 100644 --- a/icons/inkscape.svg +++ b/icons/inkscape.svg @@ -1 +1 @@ -Inkscape icon \ 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 6f547657..eda8789e 100644 --- a/icons/instacart.svg +++ b/icons/instacart.svg @@ -1 +1 @@ -Instacart icon \ 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 a0fed10e..e0b8ffd7 100644 --- a/icons/instagram.svg +++ b/icons/instagram.svg @@ -1 +1 @@ -Instagram icon \ 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 0a9e9e61..955a780b 100644 --- a/icons/instapaper.svg +++ b/icons/instapaper.svg @@ -1 +1 @@ -Instapaper icon \ 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 f434f236..9fbf501e 100644 --- a/icons/intel.svg +++ b/icons/intel.svg @@ -1 +1 @@ -Intel icon \ No newline at end of file +Intel icon \ No newline at end of file diff --git a/icons/intercom.svg b/icons/intercom.svg index 457b2cae..a5547f1f 100644 --- a/icons/intercom.svg +++ b/icons/intercom.svg @@ -1 +1 @@ -Intercom icon \ No newline at end of file +Intercom icon \ No newline at end of file diff --git a/icons/internetexplorer.svg b/icons/internetexplorer.svg index 83b780fa..57903476 100644 --- a/icons/internetexplorer.svg +++ b/icons/internetexplorer.svg @@ -1 +1 @@ -Internet Explorer icon \ No newline at end of file +Internet Explorer icon \ No newline at end of file diff --git a/icons/invision.svg b/icons/invision.svg index bfc9bc56..27a99513 100644 --- a/icons/invision.svg +++ b/icons/invision.svg @@ -1 +1 @@ -InVision icon \ No newline at end of file +InVision icon \ No newline at end of file diff --git a/icons/jabber.svg b/icons/jabber.svg index 3e8aa4c6..e30c6ad4 100644 --- a/icons/jabber.svg +++ b/icons/jabber.svg @@ -1 +1 @@ -Jabber icon +Jabber icon diff --git a/icons/java.svg b/icons/java.svg index fc2530d1..b4a09028 100644 --- a/icons/java.svg +++ b/icons/java.svg @@ -1 +1 @@ -Java icon \ No newline at end of file +Java icon \ No newline at end of file diff --git a/icons/javascript.svg b/icons/javascript.svg index f473a8d5..aa284118 100644 --- a/icons/javascript.svg +++ b/icons/javascript.svg @@ -1 +1 @@ -JavaScript icon \ 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 0a128339..4e13fa04 100644 --- a/icons/jekyll.svg +++ b/icons/jekyll.svg @@ -1 +1 @@ -Jekyll icon \ 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 46f78f43..0e2c5e9f 100644 --- a/icons/jenkins.svg +++ b/icons/jenkins.svg @@ -1 +1 @@ -Jenkins icon \ 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 69b32b12..5fa09ad3 100644 --- a/icons/jira.svg +++ b/icons/jira.svg @@ -1 +1 @@ -Jira icon \ No newline at end of file +Jira icon \ No newline at end of file diff --git a/icons/joomla.svg b/icons/joomla.svg index ebabb7a2..758c1d26 100644 --- a/icons/joomla.svg +++ b/icons/joomla.svg @@ -1 +1 @@ -Joomla icon \ No newline at end of file +Joomla icon \ No newline at end of file diff --git a/icons/jquery.svg b/icons/jquery.svg index 028753fd..b16500da 100644 --- a/icons/jquery.svg +++ b/icons/jquery.svg @@ -1 +1 @@ -jQuery icon \ No newline at end of file +jQuery icon \ No newline at end of file diff --git a/icons/jsfiddle.svg b/icons/jsfiddle.svg index 17281395..18dd4737 100644 --- a/icons/jsfiddle.svg +++ b/icons/jsfiddle.svg @@ -1 +1 @@ -JSFiddle icon \ 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 b8796410..9f248ac7 100644 --- a/icons/json.svg +++ b/icons/json.svg @@ -1 +1 @@ -JSON icon \ 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 2bde89fd..62f7d51d 100644 --- a/icons/justgiving.svg +++ b/icons/justgiving.svg @@ -1 +1 @@ -JustGiving icon \ 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 1b9170dd..0280a1fe 100644 --- a/icons/kaggle.svg +++ b/icons/kaggle.svg @@ -1 +1 @@ -Kaggle icon \ No newline at end of file +Kaggle icon \ No newline at end of file diff --git a/icons/kaios.svg b/icons/kaios.svg index 36c28400..ed71eb60 100644 --- a/icons/kaios.svg +++ b/icons/kaios.svg @@ -1 +1 @@ -KaiOS icon \ No newline at end of file +KaiOS icon \ No newline at end of file diff --git a/icons/keybase.svg b/icons/keybase.svg index 7ac7d875..687db4a2 100644 --- a/icons/keybase.svg +++ b/icons/keybase.svg @@ -1 +1 @@ -Keybase icon \ No newline at end of file +Keybase icon \ No newline at end of file diff --git a/icons/keycdn.svg b/icons/keycdn.svg index a7426cd0..af7b1eef 100644 --- a/icons/keycdn.svg +++ b/icons/keycdn.svg @@ -1 +1 @@ -KeyCDN icon \ No newline at end of file +KeyCDN icon \ No newline at end of file diff --git a/icons/khanacademy.svg b/icons/khanacademy.svg index df4ebdd6..70182d3b 100644 --- a/icons/khanacademy.svg +++ b/icons/khanacademy.svg @@ -1 +1 @@ -Khan Academy icon \ No newline at end of file +Khan Academy icon \ No newline at end of file diff --git a/icons/kibana.svg b/icons/kibana.svg index 18265031..b8615ff4 100644 --- a/icons/kibana.svg +++ b/icons/kibana.svg @@ -1 +1 @@ -Kibana icon +Kibana icon diff --git a/icons/kickstarter.svg b/icons/kickstarter.svg index 89f421f0..8fadd909 100644 --- a/icons/kickstarter.svg +++ b/icons/kickstarter.svg @@ -1 +1 @@ -Kickstarter icon \ 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 4a502c16..8e55c2d0 100644 --- a/icons/kik.svg +++ b/icons/kik.svg @@ -1 +1 @@ -Kik icon \ 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 0adf47b5..06902ba0 100644 --- a/icons/kirby.svg +++ b/icons/kirby.svg @@ -1 +1 @@ -Kirby icon \ No newline at end of file +Kirby icon \ No newline at end of file diff --git a/icons/klout.svg b/icons/klout.svg index b6be318d..eb4c24d2 100644 --- a/icons/klout.svg +++ b/icons/klout.svg @@ -1 +1 @@ -Klout icon \ No newline at end of file +Klout icon \ No newline at end of file diff --git a/icons/known.svg b/icons/known.svg index bb44c15b..d6c59dd2 100644 --- a/icons/known.svg +++ b/icons/known.svg @@ -1 +1 @@ -Known icon \ No newline at end of file +Known icon \ No newline at end of file diff --git a/icons/ko-fi.svg b/icons/ko-fi.svg index 9e16f509..c335a1a4 100644 --- a/icons/ko-fi.svg +++ b/icons/ko-fi.svg @@ -1 +1 @@ -Ko-fi icon \ No newline at end of file +Ko-fi icon \ No newline at end of file diff --git a/icons/koding.svg b/icons/koding.svg index 9f704884..4173e95c 100644 --- a/icons/koding.svg +++ b/icons/koding.svg @@ -1 +1 @@ -Koding icon \ No newline at end of file +Koding icon \ No newline at end of file diff --git a/icons/kotlin.svg b/icons/kotlin.svg index a381db93..ac00bbe4 100644 --- a/icons/kotlin.svg +++ b/icons/kotlin.svg @@ -1 +1 @@ -Kotlin icon \ No newline at end of file +Kotlin icon \ No newline at end of file diff --git a/icons/lanyrd.svg b/icons/lanyrd.svg index cda4fc64..fdca68e7 100644 --- a/icons/lanyrd.svg +++ b/icons/lanyrd.svg @@ -1 +1 @@ -Lanyrd icon \ 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 c166bcb8..2dc50220 100644 --- a/icons/laravel.svg +++ b/icons/laravel.svg @@ -1 +1 @@ -Laravel icon \ No newline at end of file +Laravel icon \ No newline at end of file diff --git a/icons/last-dot-fm.svg b/icons/last-dot-fm.svg index fb3fa1d8..beeb3e05 100644 --- a/icons/last-dot-fm.svg +++ b/icons/last-dot-fm.svg @@ -1 +1 @@ -Last.fm icon \ 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 06bb10a4..f9581856 100644 --- a/icons/launchpad.svg +++ b/icons/launchpad.svg @@ -1 +1 @@ -Launchpad icon \ No newline at end of file +Launchpad icon \ No newline at end of file diff --git a/icons/leetcode.svg b/icons/leetcode.svg index 075379fd..6fad03b9 100644 --- a/icons/leetcode.svg +++ b/icons/leetcode.svg @@ -1 +1 @@ -LeetCode icon +LeetCode icon diff --git a/icons/letterboxd.svg b/icons/letterboxd.svg index a77341aa..539e1e74 100644 --- a/icons/letterboxd.svg +++ b/icons/letterboxd.svg @@ -1 +1 @@ -Letterboxd icon \ No newline at end of file +Letterboxd icon \ No newline at end of file diff --git a/icons/librarything.svg b/icons/librarything.svg index 87391d77..9044a73e 100644 --- a/icons/librarything.svg +++ b/icons/librarything.svg @@ -1 +1 @@ -LibraryThing icon \ No newline at end of file +LibraryThing icon \ No newline at end of file diff --git a/icons/line.svg b/icons/line.svg index 10d18577..a4f374ee 100644 --- a/icons/line.svg +++ b/icons/line.svg @@ -1 +1 @@ -Line icon \ No newline at end of file +Line icon \ No newline at end of file diff --git a/icons/linewebtoon.svg b/icons/linewebtoon.svg index 026de1a2..a8b5534a 100644 --- a/icons/linewebtoon.svg +++ b/icons/linewebtoon.svg @@ -1 +1 @@ -LINE WEBTOON icon +LINE WEBTOON icon diff --git a/icons/linkedin.svg b/icons/linkedin.svg index f8a94ef8..3dc9f68a 100644 --- a/icons/linkedin.svg +++ b/icons/linkedin.svg @@ -1 +1 @@ -LinkedIn icon \ 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 69826832..3e1ee6b2 100644 --- a/icons/linux.svg +++ b/icons/linux.svg @@ -1 +1 @@ -Linux icon \ No newline at end of file +Linux icon \ No newline at end of file diff --git a/icons/linuxfoundation.svg b/icons/linuxfoundation.svg index 8edf0036..19c23a5a 100644 --- a/icons/linuxfoundation.svg +++ b/icons/linuxfoundation.svg @@ -1 +1 @@ -Linux Foundation icon \ 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 eb2e20b8..50bffcb5 100644 --- a/icons/livejournal.svg +++ b/icons/livejournal.svg @@ -1 +1 @@ -LiveJournal icon \ 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 0bb34d05..82a534fe 100644 --- a/icons/livestream.svg +++ b/icons/livestream.svg @@ -1 +1 @@ -Livestream icon \ No newline at end of file +Livestream icon \ No newline at end of file diff --git a/icons/logstash.svg b/icons/logstash.svg index 0437cac1..f761697e 100644 --- a/icons/logstash.svg +++ b/icons/logstash.svg @@ -1 +1 @@ -Logstash icon +Logstash icon diff --git a/icons/lua.svg b/icons/lua.svg index 80b17775..92dc8cba 100644 --- a/icons/lua.svg +++ b/icons/lua.svg @@ -1 +1 @@ -Lua icon \ No newline at end of file +Lua icon \ No newline at end of file diff --git a/icons/macys.svg b/icons/macys.svg index 4d05e998..30b4faec 100644 --- a/icons/macys.svg +++ b/icons/macys.svg @@ -1 +1 @@ -Macy’s icon \ 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 41af7784..fe656cb9 100644 --- a/icons/magento.svg +++ b/icons/magento.svg @@ -1 +1 @@ -Magento icon \ No newline at end of file +Magento icon \ No newline at end of file diff --git a/icons/mail-dot-ru.svg b/icons/mail-dot-ru.svg index 0d1e53f6..aa7342df 100644 --- a/icons/mail-dot-ru.svg +++ b/icons/mail-dot-ru.svg @@ -1 +1 @@ -Mail.Ru icon \ No newline at end of file +Mail.Ru icon \ No newline at end of file diff --git a/icons/mailchimp.svg b/icons/mailchimp.svg index 64e0f02c..6cbf07c4 100644 --- a/icons/mailchimp.svg +++ b/icons/mailchimp.svg @@ -1 +1 @@ -MailChimp icon +MailChimp icon diff --git a/icons/makerbot.svg b/icons/makerbot.svg index 3bce4688..c8b2b709 100644 --- a/icons/makerbot.svg +++ b/icons/makerbot.svg @@ -1 +1 @@ -MakerBot icon \ 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 dff10312..2f8fb99f 100644 --- a/icons/mastercard.svg +++ b/icons/mastercard.svg @@ -1 +1 @@ -MasterCard icon \ 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 fe7e5074..79e1d804 100644 --- a/icons/mastodon.svg +++ b/icons/mastodon.svg @@ -1 +1 @@ -Mastodon icon \ 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 15d96f1f..ef608d62 100644 --- a/icons/matternet.svg +++ b/icons/matternet.svg @@ -1 +1 @@ -Matternet icon \ No newline at end of file +Matternet icon \ No newline at end of file diff --git a/icons/mediatemple.svg b/icons/mediatemple.svg index 069b1a8a..fdbbe98e 100644 --- a/icons/mediatemple.svg +++ b/icons/mediatemple.svg @@ -1 +1 @@ -MediaTemple 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 51c30ad7..8d849093 100644 --- a/icons/medium.svg +++ b/icons/medium.svg @@ -1 +1 @@ -Medium icon +Medium icon diff --git a/icons/meetup.svg b/icons/meetup.svg index e15e1a51..6c5fce70 100644 --- a/icons/meetup.svg +++ b/icons/meetup.svg @@ -1 +1 @@ -Meetup icon \ 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 24c04cea..832d4ab5 100644 --- a/icons/messenger.svg +++ b/icons/messenger.svg @@ -1 +1 @@ -Messenger icon \ 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 e3c1bb9d..4b18d39c 100644 --- a/icons/meteor.svg +++ b/icons/meteor.svg @@ -1 +1 @@ -Meteor icon \ No newline at end of file +Meteor icon \ No newline at end of file diff --git a/icons/micro-dot-blog.svg b/icons/micro-dot-blog.svg index f6e790f7..b050ebd7 100644 --- a/icons/micro-dot-blog.svg +++ b/icons/micro-dot-blog.svg @@ -1 +1 @@ -Micro.blog icon \ No newline at end of file +Micro.blog icon \ No newline at end of file diff --git a/icons/microgenetics.svg b/icons/microgenetics.svg index 215ae9f7..4b4ccad2 100644 --- a/icons/microgenetics.svg +++ b/icons/microgenetics.svg @@ -1 +1 @@ -Microgenetics icon \ 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 9938c325..e0e09e9d 100644 --- a/icons/microsoft.svg +++ b/icons/microsoft.svg @@ -1 +1 @@ -Microsoft icon \ 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 7aeae40a..cb25cf43 100644 --- a/icons/microsoftaccess.svg +++ b/icons/microsoftaccess.svg @@ -1 +1 @@ -Microsoft Access icon \ No newline at end of file +Microsoft Access icon \ No newline at end of file diff --git a/icons/microsoftedge.svg b/icons/microsoftedge.svg index e1e0d60f..317bfd9b 100644 --- a/icons/microsoftedge.svg +++ b/icons/microsoftedge.svg @@ -1 +1 @@ -Microsoft Edge icon \ No newline at end of file +Microsoft Edge icon \ No newline at end of file diff --git a/icons/microsoftexcel.svg b/icons/microsoftexcel.svg index a0f5db7f..d1097abe 100644 --- a/icons/microsoftexcel.svg +++ b/icons/microsoftexcel.svg @@ -1 +1 @@ -Microsoft Excel icon \ No newline at end of file +Microsoft Excel icon \ No newline at end of file diff --git a/icons/microsoftonedrive.svg b/icons/microsoftonedrive.svg index 86c853c7..f00e682d 100644 --- a/icons/microsoftonedrive.svg +++ b/icons/microsoftonedrive.svg @@ -1 +1 @@ -OneDrive icon \ No newline at end of file +OneDrive icon \ No newline at end of file diff --git a/icons/microsoftonenote.svg b/icons/microsoftonenote.svg index 88adb68a..fb8cd88f 100644 --- a/icons/microsoftonenote.svg +++ b/icons/microsoftonenote.svg @@ -1 +1 @@ -Microsoft OneNote icon \ 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 df0b1c37..16aabc62 100644 --- a/icons/microsoftoutlook.svg +++ b/icons/microsoftoutlook.svg @@ -1 +1 @@ -Microsoft Outlook icon \ 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 8829e186..b7502773 100644 --- a/icons/microsoftpowerpoint.svg +++ b/icons/microsoftpowerpoint.svg @@ -1 +1 @@ -Microsoft PowerPoint icon \ 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 f39e35f7..c9427743 100644 --- a/icons/microsoftword.svg +++ b/icons/microsoftword.svg @@ -1 +1 @@ -Microsoft Word icon \ No newline at end of file +Microsoft Word icon \ No newline at end of file diff --git a/icons/minutemailer.svg b/icons/minutemailer.svg index 8f807425..4b6c5189 100644 --- a/icons/minutemailer.svg +++ b/icons/minutemailer.svg @@ -1 +1 @@ -Minutemailer icon \ No newline at end of file +Minutemailer icon \ No newline at end of file diff --git a/icons/mix.svg b/icons/mix.svg index b77c3541..7f275c6a 100644 --- a/icons/mix.svg +++ b/icons/mix.svg @@ -1 +1 @@ -mix icon \ No newline at end of file +mix icon \ No newline at end of file diff --git a/icons/mixcloud.svg b/icons/mixcloud.svg index e3dee687..ca8b266e 100644 --- a/icons/mixcloud.svg +++ b/icons/mixcloud.svg @@ -1 +1 @@ -Mixcloud icon \ No newline at end of file +Mixcloud icon \ No newline at end of file diff --git a/icons/mixer.svg b/icons/mixer.svg index 3bf0cebd..eb65f230 100644 --- a/icons/mixer.svg +++ b/icons/mixer.svg @@ -1 +1 @@ -Mixer icon +Mixer icon diff --git a/icons/monero.svg b/icons/monero.svg index 5020cdb9..3e7f1f66 100644 --- a/icons/monero.svg +++ b/icons/monero.svg @@ -1 +1 @@ -Monero icon \ No newline at end of file +Monero icon \ No newline at end of file diff --git a/icons/mongodb.svg b/icons/mongodb.svg index 0b096dd3..0f595f10 100644 --- a/icons/mongodb.svg +++ b/icons/mongodb.svg @@ -1 +1 @@ -MongoDB icon \ No newline at end of file +MongoDB icon \ No newline at end of file diff --git a/icons/monkeytie.svg b/icons/monkeytie.svg index d81a515c..20356ab2 100644 --- a/icons/monkeytie.svg +++ b/icons/monkeytie.svg @@ -1 +1 @@ -Monkey tie icon \ 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 8c1124ce..8d2a4342 100644 --- a/icons/monogram.svg +++ b/icons/monogram.svg @@ -1 +1 @@ -Monogram icon \ 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 9643e279..1922a13d 100644 --- a/icons/moo.svg +++ b/icons/moo.svg @@ -1 +1 @@ -Moo icon \ 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 bef8e61a..c7efa479 100644 --- a/icons/mozilla.svg +++ b/icons/mozilla.svg @@ -1 +1 @@ -Mozilla icon +Mozilla icon diff --git a/icons/mozillafirefox.svg b/icons/mozillafirefox.svg index 39179dd3..98487db6 100644 --- a/icons/mozillafirefox.svg +++ b/icons/mozillafirefox.svg @@ -1 +1 @@ -Mozilla Firefox icon +Mozilla Firefox icon diff --git a/icons/myspace.svg b/icons/myspace.svg index fcb9ab3e..b919c086 100644 --- a/icons/myspace.svg +++ b/icons/myspace.svg @@ -1 +1 @@ -Myspace icon \ No newline at end of file +Myspace icon \ No newline at end of file diff --git a/icons/mysql.svg b/icons/mysql.svg index ca7ef317..4a9e3632 100644 --- a/icons/mysql.svg +++ b/icons/mysql.svg @@ -1 +1 @@ -MySQL icon \ No newline at end of file +MySQL icon \ No newline at end of file diff --git a/icons/neo4j.svg b/icons/neo4j.svg index bdc4cfcf..35e5713a 100644 --- a/icons/neo4j.svg +++ b/icons/neo4j.svg @@ -1 +1 @@ -Neo4j icon \ No newline at end of file +Neo4j icon \ No newline at end of file diff --git a/icons/netflix.svg b/icons/netflix.svg index f60027ad..a31b5bef 100644 --- a/icons/netflix.svg +++ b/icons/netflix.svg @@ -1 +1 @@ -Netflix icon \ No newline at end of file +Netflix icon \ No newline at end of file diff --git a/icons/netlify.svg b/icons/netlify.svg index e52ff77e..25c9452b 100644 --- a/icons/netlify.svg +++ b/icons/netlify.svg @@ -1 +1 @@ -Netlify icon \ No newline at end of file +Netlify icon \ No newline at end of file diff --git a/icons/nextcloud.svg b/icons/nextcloud.svg index 7071567b..c7f7b015 100644 --- a/icons/nextcloud.svg +++ b/icons/nextcloud.svg @@ -1 +1 @@ -Nextcloud icon +Nextcloud icon diff --git a/icons/nextdoor.svg b/icons/nextdoor.svg index 07c52df8..28785894 100644 --- a/icons/nextdoor.svg +++ b/icons/nextdoor.svg @@ -1 +1 @@ -Nextdoor icon \ No newline at end of file +Nextdoor icon \ No newline at end of file diff --git a/icons/nginx.svg b/icons/nginx.svg index a454f608..f8d56fac 100644 --- a/icons/nginx.svg +++ b/icons/nginx.svg @@ -1 +1 @@ -NGINX icon \ 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 81a7e7d7..ed09f42d 100644 --- a/icons/nintendo.svg +++ b/icons/nintendo.svg @@ -1 +1 @@ -Nintendo icon \ No newline at end of file +Nintendo icon \ No newline at end of file diff --git a/icons/nintendogamecube.svg b/icons/nintendogamecube.svg index f05663f0..b070fe05 100644 --- a/icons/nintendogamecube.svg +++ b/icons/nintendogamecube.svg @@ -1 +1 @@ -Nintendo GameCube icon \ No newline at end of file +Nintendo GameCube icon \ No newline at end of file diff --git a/icons/nintendoswitch.svg b/icons/nintendoswitch.svg index f2b37443..98ba8d51 100644 --- a/icons/nintendoswitch.svg +++ b/icons/nintendoswitch.svg @@ -1 +1 @@ -Nintendo Switch icon \ No newline at end of file +Nintendo Switch icon \ No newline at end of file diff --git a/icons/node-dot-js.svg b/icons/node-dot-js.svg index efa57c8d..8f50da48 100644 --- a/icons/node-dot-js.svg +++ b/icons/node-dot-js.svg @@ -1 +1 @@ -Node.JS icon \ No newline at end of file +Node.JS icon \ No newline at end of file diff --git a/icons/nodemon.svg b/icons/nodemon.svg index e7492194..71f70a69 100644 --- a/icons/nodemon.svg +++ b/icons/nodemon.svg @@ -1 +1 @@ -Nodemon icon +Nodemon icon diff --git a/icons/npm.svg b/icons/npm.svg index a7b311ee..2ede0d60 100644 --- a/icons/npm.svg +++ b/icons/npm.svg @@ -1 +1 @@ -NPM icon \ 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 8954e728..0331623c 100644 --- a/icons/nucleo.svg +++ b/icons/nucleo.svg @@ -1 +1 @@ -Nucleo icon \ No newline at end of file +Nucleo icon \ No newline at end of file diff --git a/icons/nuget.svg b/icons/nuget.svg index 804201e9..b6fed9c1 100644 --- a/icons/nuget.svg +++ b/icons/nuget.svg @@ -1 +1 @@ -Nuget icon \ No newline at end of file +Nuget icon \ No newline at end of file diff --git a/icons/nvidia.svg b/icons/nvidia.svg index d95672b9..81968a10 100644 --- a/icons/nvidia.svg +++ b/icons/nvidia.svg @@ -1 +1 @@ -NVIDIA icon \ No newline at end of file +NVIDIA icon \ No newline at end of file diff --git a/icons/oculus.svg b/icons/oculus.svg index 5840f252..3acc89bd 100644 --- a/icons/oculus.svg +++ b/icons/oculus.svg @@ -1 +1 @@ -Oculus icon \ No newline at end of file +Oculus icon \ No newline at end of file diff --git a/icons/odnoklassniki.svg b/icons/odnoklassniki.svg index 71e972e4..020c6bed 100644 --- a/icons/odnoklassniki.svg +++ b/icons/odnoklassniki.svg @@ -1 +1 @@ -Odnoklassniki icon \ No newline at end of file +Odnoklassniki icon \ No newline at end of file diff --git a/icons/opera.svg b/icons/opera.svg index afbe3edb..1729ce9a 100644 --- a/icons/opera.svg +++ b/icons/opera.svg @@ -1 +1 @@ -Opera icon \ 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 0fa4dd90..91ce771a 100644 --- a/icons/origin.svg +++ b/icons/origin.svg @@ -1 +1 @@ -Origin icon \ No newline at end of file +Origin icon \ No newline at end of file diff --git a/icons/overcast.svg b/icons/overcast.svg index 6f23dcc7..a842c2b6 100644 --- a/icons/overcast.svg +++ b/icons/overcast.svg @@ -1 +1 @@ -Overcast icon \ 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 4a44f43a..6bbac5d2 100644 --- a/icons/ovh.svg +++ b/icons/ovh.svg @@ -1 +1 @@ -OVH icon \ 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 afd317cf..d7bfec9d 100755 --- a/icons/pagekit.svg +++ b/icons/pagekit.svg @@ -1 +1 @@ -Pagekit icon \ 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 87c22e36..a9864f32 100644 --- a/icons/pandora.svg +++ b/icons/pandora.svg @@ -1 +1 @@ -Pandora icon \ 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 dc95c73f..84a3d255 100644 --- a/icons/patreon.svg +++ b/icons/patreon.svg @@ -1 +1 @@ -Patreon icon +Patreon icon diff --git a/icons/paypal.svg b/icons/paypal.svg index 13ee9d7d..57e55602 100644 --- a/icons/paypal.svg +++ b/icons/paypal.svg @@ -1 +1 @@ -PayPal icon \ 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 b5d00898..6f396c72 100644 --- a/icons/periscope.svg +++ b/icons/periscope.svg @@ -1 +1 @@ -Periscope icon \ No newline at end of file +Periscope icon \ No newline at end of file diff --git a/icons/php.svg b/icons/php.svg index b69b3268..58c32ac3 100644 --- a/icons/php.svg +++ b/icons/php.svg @@ -1 +1 @@ -PHP icon \ No newline at end of file +PHP icon \ No newline at end of file diff --git a/icons/picarto-dot-tv.svg b/icons/picarto-dot-tv.svg index 64042626..37479f7f 100644 --- a/icons/picarto-dot-tv.svg +++ b/icons/picarto-dot-tv.svg @@ -1 +1 @@ -Picarto.TV icon \ No newline at end of file +Picarto.TV icon \ No newline at end of file diff --git a/icons/pinboard.svg b/icons/pinboard.svg index a2a81c63..ea05b9f7 100644 --- a/icons/pinboard.svg +++ b/icons/pinboard.svg @@ -1 +1 @@ -Pinboard icon \ 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 21d51966..a45fc526 100644 --- a/icons/pingdom.svg +++ b/icons/pingdom.svg @@ -1 +1 @@ -Pingdom icon \ 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 b38cbe61..8828f5c4 100644 --- a/icons/pingup.svg +++ b/icons/pingup.svg @@ -1 +1 @@ -Pingup icon \ 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 dbac3699..ad07407d 100644 --- a/icons/pinterest.svg +++ b/icons/pinterest.svg @@ -1 +1 @@ -Pinterest icon \ 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 88ed0b67..101936c8 100644 --- a/icons/plangrid.svg +++ b/icons/plangrid.svg @@ -1 +1 @@ -PlanGrid icon \ No newline at end of file +PlanGrid icon \ No newline at end of file diff --git a/icons/player-dot-me.svg b/icons/player-dot-me.svg index 69e62be5..b809ef25 100755 --- a/icons/player-dot-me.svg +++ b/icons/player-dot-me.svg @@ -1 +1 @@ -Player.me icon \ No newline at end of file +Player.me icon \ No newline at end of file diff --git a/icons/playstation.svg b/icons/playstation.svg index 77ec2a33..3970243e 100644 --- a/icons/playstation.svg +++ b/icons/playstation.svg @@ -1 +1 @@ -PlayStation icon \ No newline at end of file +PlayStation icon \ No newline at end of file diff --git a/icons/playstation3.svg b/icons/playstation3.svg index 3f3b8740..4928d3e0 100644 --- a/icons/playstation3.svg +++ b/icons/playstation3.svg @@ -1 +1 @@ -Playstation 3 icon \ No newline at end of file +Playstation 3 icon \ No newline at end of file diff --git a/icons/playstation4.svg b/icons/playstation4.svg index f1b8b3d6..a1d9bd82 100644 --- a/icons/playstation4.svg +++ b/icons/playstation4.svg @@ -1 +1 @@ -Playstation 4 icon \ No newline at end of file +Playstation 4 icon \ No newline at end of file diff --git a/icons/plex.svg b/icons/plex.svg index 6acfb698..d79adcfe 100644 --- a/icons/plex.svg +++ b/icons/plex.svg @@ -1 +1 @@ -Plex icon \ 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 be738144..45a5cfb9 100644 --- a/icons/pluralsight.svg +++ b/icons/pluralsight.svg @@ -1 +1 @@ -Pluralsight icon \ 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 101992ab..d871b989 100644 --- a/icons/plurk.svg +++ b/icons/plurk.svg @@ -1 +1 @@ -Plurk icon \ No newline at end of file +Plurk icon \ No newline at end of file diff --git a/icons/pocket.svg b/icons/pocket.svg index 6da89c15..873d0914 100644 --- a/icons/pocket.svg +++ b/icons/pocket.svg @@ -1 +1 @@ -Pocket icon \ 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 d13acac5..39c42951 100644 --- a/icons/podcasts.svg +++ b/icons/podcasts.svg @@ -1 +1 @@ -Podcasts icon \ No newline at end of file +Podcasts icon \ No newline at end of file diff --git a/icons/powershell.svg b/icons/powershell.svg index ca37c8b1..69e0186a 100644 --- a/icons/powershell.svg +++ b/icons/powershell.svg @@ -1 +1 @@ -PowerShell icon \ No newline at end of file +PowerShell icon \ No newline at end of file diff --git a/icons/prismic.svg b/icons/prismic.svg index edd79852..a0ca154c 100644 --- a/icons/prismic.svg +++ b/icons/prismic.svg @@ -1 +1 @@ -Prismic icon \ No newline at end of file +Prismic icon \ No newline at end of file diff --git a/icons/processwire.svg b/icons/processwire.svg index b39e9656..a99b2924 100644 --- a/icons/processwire.svg +++ b/icons/processwire.svg @@ -1 +1 @@ -ProcessWire icon \ 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 d4a6fa80..94f242df 100644 --- a/icons/producthunt.svg +++ b/icons/producthunt.svg @@ -1 +1 @@ -Product Hunt icon \ No newline at end of file +Product Hunt icon \ No newline at end of file diff --git a/icons/proto-dot-io.svg b/icons/proto-dot-io.svg index c3819f42..5923d29b 100644 --- a/icons/proto-dot-io.svg +++ b/icons/proto-dot-io.svg @@ -1 +1 @@ -Proto.io icon \ No newline at end of file +Proto.io icon \ No newline at end of file diff --git a/icons/protonmail.svg b/icons/protonmail.svg index 21c70e82..b971b976 100644 --- a/icons/protonmail.svg +++ b/icons/protonmail.svg @@ -1 +1 @@ -ProtonMail icon \ No newline at end of file +ProtonMail icon \ No newline at end of file diff --git a/icons/python.svg b/icons/python.svg index 81845441..ebfb15a1 100644 --- a/icons/python.svg +++ b/icons/python.svg @@ -1 +1 @@ -Python icon +Python icon diff --git a/icons/qiita.svg b/icons/qiita.svg index af28cab7..4cd5ef9f 100644 --- a/icons/qiita.svg +++ b/icons/qiita.svg @@ -1 +1 @@ -Qiita icon +Qiita icon diff --git a/icons/qualcomm.svg b/icons/qualcomm.svg index 04fd675c..51a3a257 100644 --- a/icons/qualcomm.svg +++ b/icons/qualcomm.svg @@ -1 +1 @@ -Qualcomm icon +Qualcomm icon diff --git a/icons/quantcast.svg b/icons/quantcast.svg index fb83b85c..d23af1c5 100644 --- a/icons/quantcast.svg +++ b/icons/quantcast.svg @@ -1 +1 @@ -Quantcast icon +Quantcast icon diff --git a/icons/quantopian.svg b/icons/quantopian.svg index fb00c579..a06568c1 100644 --- a/icons/quantopian.svg +++ b/icons/quantopian.svg @@ -1 +1 @@ -Quantopian icon \ 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 e2e4193d..ea177650 100644 --- a/icons/quora.svg +++ b/icons/quora.svg @@ -1 +1 @@ -Quora icon \ No newline at end of file +Quora icon \ No newline at end of file diff --git a/icons/qzone.svg b/icons/qzone.svg index 5b5fe6ef..084c5f83 100644 --- a/icons/qzone.svg +++ b/icons/qzone.svg @@ -1 +1 @@ -Qzone icon \ No newline at end of file +Qzone icon \ No newline at end of file diff --git a/icons/r.svg b/icons/r.svg index c51efce6..86ca2a7e 100644 --- a/icons/r.svg +++ b/icons/r.svg @@ -1 +1 @@ -R icon \ No newline at end of file +R icon \ No newline at end of file diff --git a/icons/rails.svg b/icons/rails.svg index e989b2e8..a4f165f2 100644 --- a/icons/rails.svg +++ b/icons/rails.svg @@ -1 +1 @@ -Rails icon +Rails icon diff --git a/icons/raspberrypi.svg b/icons/raspberrypi.svg index ed9d6f25..825a2174 100644 --- a/icons/raspberrypi.svg +++ b/icons/raspberrypi.svg @@ -1 +1 @@ -Raspberry Pi icon \ No newline at end of file +Raspberry Pi icon \ No newline at end of file diff --git a/icons/react.svg b/icons/react.svg index fec8a466..bf85c21f 100644 --- a/icons/react.svg +++ b/icons/react.svg @@ -1 +1 @@ -React icon \ No newline at end of file +React icon \ No newline at end of file diff --git a/icons/readthedocs.svg b/icons/readthedocs.svg index 9f6915ed..2c87339a 100644 --- a/icons/readthedocs.svg +++ b/icons/readthedocs.svg @@ -1 +1 @@ -Read the Docs icon \ No newline at end of file +Read the Docs icon \ No newline at end of file diff --git a/icons/redbubble.svg b/icons/redbubble.svg index 431056f3..dca751f3 100644 --- a/icons/redbubble.svg +++ b/icons/redbubble.svg @@ -1 +1 @@ -Redbubble icon +Redbubble icon diff --git a/icons/reddit.svg b/icons/reddit.svg index 0b31a4ad..fa6485cd 100644 --- a/icons/reddit.svg +++ b/icons/reddit.svg @@ -1 +1 @@ -Reddit icon \ No newline at end of file +Reddit icon \ No newline at end of file diff --git a/icons/redis.svg b/icons/redis.svg index 20fa74c5..d2edccd9 100644 --- a/icons/redis.svg +++ b/icons/redis.svg @@ -1 +1 @@ -Redis icon \ No newline at end of file +Redis icon \ No newline at end of file diff --git a/icons/redux.svg b/icons/redux.svg index 3a5ddbf7..5be1c127 100644 --- a/icons/redux.svg +++ b/icons/redux.svg @@ -1 +1 @@ -Redux icon \ No newline at end of file +Redux icon \ No newline at end of file diff --git a/icons/renren.svg b/icons/renren.svg index 0f38a0ac..ea84f58a 100644 --- a/icons/renren.svg +++ b/icons/renren.svg @@ -1 +1 @@ -Renren icon \ No newline at end of file +Renren icon \ No newline at end of file diff --git a/icons/reverbnation.svg b/icons/reverbnation.svg index 69c023a9..cf18148c 100644 --- a/icons/reverbnation.svg +++ b/icons/reverbnation.svg @@ -1 +1 @@ -ReverbNation icon \ No newline at end of file +ReverbNation icon \ No newline at end of file diff --git a/icons/riseup.svg b/icons/riseup.svg index 45cc3478..8d15500f 100644 --- a/icons/riseup.svg +++ b/icons/riseup.svg @@ -1 +1 @@ -Riseup icon +Riseup icon diff --git a/icons/rollup-dot-js.svg b/icons/rollup-dot-js.svg index a79c3d64..818170ed 100644 --- a/icons/rollup-dot-js.svg +++ b/icons/rollup-dot-js.svg @@ -1 +1 @@ -rollup.js icon +rollup.js icon diff --git a/icons/roots.svg b/icons/roots.svg index c71e8b2e..ac68664d 100644 --- a/icons/roots.svg +++ b/icons/roots.svg @@ -1 +1 @@ -Roots icon \ No newline at end of file +Roots icon \ No newline at end of file diff --git a/icons/rss.svg b/icons/rss.svg index c47a1157..1428e1a1 100644 --- a/icons/rss.svg +++ b/icons/rss.svg @@ -1 +1 @@ -RSS icon \ No newline at end of file +RSS icon \ No newline at end of file diff --git a/icons/ruby.svg b/icons/ruby.svg index 8cca13c5..45530b82 100644 --- a/icons/ruby.svg +++ b/icons/ruby.svg @@ -1 +1 @@ -Ruby icon \ No newline at end of file +Ruby icon \ No newline at end of file diff --git a/icons/runkeeper.svg b/icons/runkeeper.svg index cd67255f..48a265a3 100644 --- a/icons/runkeeper.svg +++ b/icons/runkeeper.svg @@ -1 +1 @@ -Runkeeper icon \ No newline at end of file +Runkeeper icon \ No newline at end of file diff --git a/icons/rust.svg b/icons/rust.svg index f8d6eda4..b4a8de73 100644 --- a/icons/rust.svg +++ b/icons/rust.svg @@ -1 +1 @@ -Rust icon +Rust icon diff --git a/icons/safari.svg b/icons/safari.svg index d87cd540..44628920 100644 --- a/icons/safari.svg +++ b/icons/safari.svg @@ -1 +1 @@ -safari icon \ No newline at end of file +safari icon \ No newline at end of file diff --git a/icons/salesforce.svg b/icons/salesforce.svg index 99375a38..70000589 100644 --- a/icons/salesforce.svg +++ b/icons/salesforce.svg @@ -1 +1 @@ -Salesforce icon \ No newline at end of file +Salesforce icon \ No newline at end of file diff --git a/icons/samsung.svg b/icons/samsung.svg index ae9b4683..ebd8ccdd 100644 --- a/icons/samsung.svg +++ b/icons/samsung.svg @@ -1 +1 @@ -Samsung icon +Samsung icon diff --git a/icons/samsungpay.svg b/icons/samsungpay.svg index e857f109..21f1c04a 100644 --- a/icons/samsungpay.svg +++ b/icons/samsungpay.svg @@ -1 +1 @@ -Samsung Pay icon +Samsung Pay icon diff --git a/icons/sap.svg b/icons/sap.svg index f605cfa4..1281a1cb 100644 --- a/icons/sap.svg +++ b/icons/sap.svg @@ -1 +1 @@ -SAP icon +SAP icon diff --git a/icons/sass.svg b/icons/sass.svg index 482c44a9..e2647c92 100644 --- a/icons/sass.svg +++ b/icons/sass.svg @@ -1 +1 @@ -Sass icon \ 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 ccabbe04..daa7e8bc 100644 --- a/icons/saucelabs.svg +++ b/icons/saucelabs.svg @@ -1 +1 @@ -Sauce Labs icon \ No newline at end of file +Sauce Labs icon \ No newline at end of file diff --git a/icons/scala.svg b/icons/scala.svg index 85f0b5ff..769a3ee5 100644 --- a/icons/scala.svg +++ b/icons/scala.svg @@ -1 +1 @@ -Scala icon \ No newline at end of file +Scala icon \ No newline at end of file diff --git a/icons/scribd.svg b/icons/scribd.svg index c5625d87..f6d1c701 100644 --- a/icons/scribd.svg +++ b/icons/scribd.svg @@ -1 +1 @@ -Scribd icon \ 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 77647076..6b9049fe 100644 --- a/icons/sega.svg +++ b/icons/sega.svg @@ -1 +1 @@ -Sega icon \ 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 aaeb0498..66f36350 100644 --- a/icons/sellfy.svg +++ b/icons/sellfy.svg @@ -1 +1 @@ -Sellfy icon \ No newline at end of file +Sellfy icon \ No newline at end of file diff --git a/icons/sentry.svg b/icons/sentry.svg index a6c6d3d4..f64db6c7 100644 --- a/icons/sentry.svg +++ b/icons/sentry.svg @@ -1 +1 @@ -Sentry icon \ 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 8d9561ed..81a0bbd6 100644 --- a/icons/serverfault.svg +++ b/icons/serverfault.svg @@ -1 +1 @@ -Server Fault icon \ No newline at end of file +Server Fault icon \ No newline at end of file diff --git a/icons/shazam.svg b/icons/shazam.svg index 7d9a283f..6db55c20 100644 --- a/icons/shazam.svg +++ b/icons/shazam.svg @@ -1 +1 @@ -Shazam icon \ No newline at end of file +Shazam icon \ No newline at end of file diff --git a/icons/shopify.svg b/icons/shopify.svg index 1faa980d..5b028264 100644 --- a/icons/shopify.svg +++ b/icons/shopify.svg @@ -1 +1 @@ -Shopify icon \ 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 3646302a..fb701794 100644 --- a/icons/signal.svg +++ b/icons/signal.svg @@ -1 +1 @@ -Signal icon \ No newline at end of file +Signal icon \ No newline at end of file diff --git a/icons/simpleicons.svg b/icons/simpleicons.svg index 7b8c54fd..d1cedfa4 100644 --- a/icons/simpleicons.svg +++ b/icons/simpleicons.svg @@ -1 +1 @@ -Simple Icons icon \ No newline at end of file +Simple Icons icon \ No newline at end of file diff --git a/icons/sinaweibo.svg b/icons/sinaweibo.svg index 5c7ae94d..0a04c706 100644 --- a/icons/sinaweibo.svg +++ b/icons/sinaweibo.svg @@ -1 +1 @@ -Sina Weibo icon \ 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 389ea44f..ae222a9c 100644 --- a/icons/sitepoint.svg +++ b/icons/sitepoint.svg @@ -1 +1 @@ -SitePoint icon \ 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 6c4fc7a0..899e7099 100644 --- a/icons/skyliner.svg +++ b/icons/skyliner.svg @@ -1 +1 @@ -Skyliner icon \ 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 84ce15e1..f82379bb 100644 --- a/icons/skype.svg +++ b/icons/skype.svg @@ -1 +1 @@ -Skype icon \ 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 15a7b9db..170136fe 100644 --- a/icons/slack.svg +++ b/icons/slack.svg @@ -1 +1 @@ -Slack icon \ 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 6598e027..09e84589 100644 --- a/icons/slashdot.svg +++ b/icons/slashdot.svg @@ -1 +1 @@ -Slashdot icon \ 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 0c65ed93..ca8b1b67 100644 --- a/icons/slickpic.svg +++ b/icons/slickpic.svg @@ -1 +1 @@ -SlickPic icon \ No newline at end of file +SlickPic icon \ No newline at end of file diff --git a/icons/slides.svg b/icons/slides.svg index 3f3c0a25..2a80463c 100644 --- a/icons/slides.svg +++ b/icons/slides.svg @@ -1 +1 @@ -Slides icon \ No newline at end of file +Slides icon \ No newline at end of file diff --git a/icons/smashingmagazine.svg b/icons/smashingmagazine.svg index 26aa3d31..58b0c2d1 100644 --- a/icons/smashingmagazine.svg +++ b/icons/smashingmagazine.svg @@ -1 +1 @@ -Smashing Magazine icon \ 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 45d813c8..0a01ff77 100644 --- a/icons/snapchat.svg +++ b/icons/snapchat.svg @@ -1 +1 @@ -Snapchat icon \ 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 336aa1da..1e11ed07 100644 --- a/icons/sogou.svg +++ b/icons/sogou.svg @@ -1 +1 @@ -Sogou icon \ 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 3cd60297..f86c2ec0 100644 --- a/icons/songkick.svg +++ b/icons/songkick.svg @@ -1 +1 @@ -Songkick icon \ 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 375ed08d..04dc4969 100644 --- a/icons/soundcloud.svg +++ b/icons/soundcloud.svg @@ -1 +1 @@ -SoundCloud icon \ 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 89cae7df..9130ca01 100644 --- a/icons/sourceforge.svg +++ b/icons/sourceforge.svg @@ -1 +1 @@ -SourceForge icon \ No newline at end of file +SourceForge icon \ No newline at end of file diff --git a/icons/sparkfun.svg b/icons/sparkfun.svg index 5507c763..3ad3e1c0 100644 --- a/icons/sparkfun.svg +++ b/icons/sparkfun.svg @@ -1 +1 @@ -SparkFun icon +SparkFun icon diff --git a/icons/sparkpost.svg b/icons/sparkpost.svg index 61ed784c..fc593817 100644 --- a/icons/sparkpost.svg +++ b/icons/sparkpost.svg @@ -1 +1 @@ -SparkPost icon \ No newline at end of file +SparkPost icon \ No newline at end of file diff --git a/icons/speakerdeck.svg b/icons/speakerdeck.svg index 5f7febe6..871b02b8 100644 --- a/icons/speakerdeck.svg +++ b/icons/speakerdeck.svg @@ -1 +1 @@ -Speaker Deck icon \ No newline at end of file +Speaker Deck icon \ No newline at end of file diff --git a/icons/spotify.svg b/icons/spotify.svg index d5dc2c09..aca3621c 100644 --- a/icons/spotify.svg +++ b/icons/spotify.svg @@ -1 +1 @@ -Spotify icon \ No newline at end of file +Spotify icon \ No newline at end of file diff --git a/icons/spotlight.svg b/icons/spotlight.svg index 8afe0edf..d500dcd5 100644 --- a/icons/spotlight.svg +++ b/icons/spotlight.svg @@ -1 +1 @@ -Spotlight icon \ No newline at end of file +Spotlight icon \ No newline at end of file diff --git a/icons/spreaker.svg b/icons/spreaker.svg index 3e24d05d..80e20287 100644 --- a/icons/spreaker.svg +++ b/icons/spreaker.svg @@ -1 +1 @@ -Spreaker icon \ No newline at end of file +Spreaker icon \ No newline at end of file diff --git a/icons/sprint.svg b/icons/sprint.svg index d8a30830..1ee919e4 100644 --- a/icons/sprint.svg +++ b/icons/sprint.svg @@ -1 +1 @@ -Sprint icon +Sprint icon diff --git a/icons/squarespace.svg b/icons/squarespace.svg index 12c5b8de..fe15d6e6 100644 --- a/icons/squarespace.svg +++ b/icons/squarespace.svg @@ -1 +1 @@ -Squarespace icon \ 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 2f87c61d..eed94d4b 100644 --- a/icons/stackexchange.svg +++ b/icons/stackexchange.svg @@ -1 +1 @@ -Stack Exchange icon \ 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 8e4e534d..40de6d8a 100644 --- a/icons/stackoverflow.svg +++ b/icons/stackoverflow.svg @@ -1 +1 @@ -Stack Overflow icon \ 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 3d7ad3ff..6bea07f5 100644 --- a/icons/statamic.svg +++ b/icons/statamic.svg @@ -1 +1 @@ -Statamic icon \ No newline at end of file +Statamic icon \ No newline at end of file diff --git a/icons/staticman.svg b/icons/staticman.svg index 29151573..c98f0fb4 100644 --- a/icons/staticman.svg +++ b/icons/staticman.svg @@ -1 +1 @@ -Staticman icon \ No newline at end of file +Staticman icon \ No newline at end of file diff --git a/icons/steam.svg b/icons/steam.svg index f5a1c024..1a66672c 100644 --- a/icons/steam.svg +++ b/icons/steam.svg @@ -1 +1 @@ -Steam icon \ 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 edcbb489..cd1f93c2 100644 --- a/icons/steem.svg +++ b/icons/steem.svg @@ -1 +1 @@ -Steem icon \ No newline at end of file +Steem icon \ No newline at end of file diff --git a/icons/steemit.svg b/icons/steemit.svg index da8cc532..47a86989 100644 --- a/icons/steemit.svg +++ b/icons/steemit.svg @@ -1 +1 @@ -Steemit icon +Steemit icon diff --git a/icons/stitcher.svg b/icons/stitcher.svg index cff343b0..36756c6c 100644 --- a/icons/stitcher.svg +++ b/icons/stitcher.svg @@ -1 +1 @@ -Stitcher icon \ 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 6ae1d8bc..6af7de88 100644 --- a/icons/storify.svg +++ b/icons/storify.svg @@ -1 +1 @@ -Storify icon \ 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 f379ea0c..3172153b 100644 --- a/icons/strava.svg +++ b/icons/strava.svg @@ -1 +1 @@ -Strava icon \ 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 e53f3662..02cb0902 100644 --- a/icons/stripe.svg +++ b/icons/stripe.svg @@ -1 +1 @@ -Stripe icon \ 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 7a4b163e..1d41edb3 100644 --- a/icons/stubhub.svg +++ b/icons/stubhub.svg @@ -1 +1 @@ -StubHub icon \ No newline at end of file +StubHub icon \ No newline at end of file diff --git a/icons/styleshare.svg b/icons/styleshare.svg index d20fe37a..24f4db78 100644 --- a/icons/styleshare.svg +++ b/icons/styleshare.svg @@ -1 +1 @@ -StyleShare icon \ No newline at end of file +StyleShare icon \ No newline at end of file diff --git a/icons/stylus.svg b/icons/stylus.svg index 9734d7bd..765cbcd3 100644 --- a/icons/stylus.svg +++ b/icons/stylus.svg @@ -1 +1 @@ -Stylus \ No newline at end of file +Stylus \ No newline at end of file diff --git a/icons/sublimetext.svg b/icons/sublimetext.svg index 13300446..cfb7295b 100644 --- a/icons/sublimetext.svg +++ b/icons/sublimetext.svg @@ -1 +1 @@ -Sublime Text icon \ 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 53bd7b56..d0874d10 100644 --- a/icons/subversion.svg +++ b/icons/subversion.svg @@ -1 +1 @@ -Subversion icon \ No newline at end of file +Subversion icon \ No newline at end of file diff --git a/icons/superuser.svg b/icons/superuser.svg index 9a3ac4f3..f5eb75e6 100644 --- a/icons/superuser.svg +++ b/icons/superuser.svg @@ -1 +1 @@ -Super User icon \ 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 4adf31bb..9ebe1091 100644 --- a/icons/swarm.svg +++ b/icons/swarm.svg @@ -1 +1 @@ -Swarm icon \ No newline at end of file +Swarm icon \ No newline at end of file diff --git a/icons/swift.svg b/icons/swift.svg index 97685191..632dc8c6 100644 --- a/icons/swift.svg +++ b/icons/swift.svg @@ -1 +1 @@ -Swift icon +Swift icon diff --git a/icons/symfony.svg b/icons/symfony.svg index f61068bc..a3995a56 100644 --- a/icons/symfony.svg +++ b/icons/symfony.svg @@ -1 +1 @@ -Symfony icon \ No newline at end of file +Symfony icon \ No newline at end of file diff --git a/icons/t-mobile.svg b/icons/t-mobile.svg index fb92e11f..e6b9625d 100644 --- a/icons/t-mobile.svg +++ b/icons/t-mobile.svg @@ -1 +1 @@ -T-Mobile icon \ No newline at end of file +T-Mobile icon \ No newline at end of file diff --git a/icons/tails.svg b/icons/tails.svg index 03cc7fae..011c395d 100644 --- a/icons/tails.svg +++ b/icons/tails.svg @@ -1 +1 @@ -Tails icon +Tails icon diff --git a/icons/tapas.svg b/icons/tapas.svg index 25739243..72707fd0 100644 --- a/icons/tapas.svg +++ b/icons/tapas.svg @@ -1 +1 @@ -Tapas icon \ No newline at end of file +Tapas icon \ No newline at end of file diff --git a/icons/ted.svg b/icons/ted.svg index 89786d33..520defa6 100644 --- a/icons/ted.svg +++ b/icons/ted.svg @@ -1 +1 @@ -TED icon \ 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 a0801bb4..a141099b 100644 --- a/icons/teespring.svg +++ b/icons/teespring.svg @@ -1 +1 @@ -Teespring icon \ 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 ef1ac1c8..34e0f586 100644 --- a/icons/telegram.svg +++ b/icons/telegram.svg @@ -1 +1 @@ -Telegram icon \ 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 c63288ce..bd2b1f23 100644 --- a/icons/tencentqq.svg +++ b/icons/tencentqq.svg @@ -1 +1 @@ -Tencent QQ icon +Tencent QQ icon diff --git a/icons/tesla.svg b/icons/tesla.svg index ff1eec46..52a05846 100644 --- a/icons/tesla.svg +++ b/icons/tesla.svg @@ -1 +1 @@ -Tesla icon \ 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 42a47ad7..beeef19f 100644 --- a/icons/themighty.svg +++ b/icons/themighty.svg @@ -1 +1 @@ -The Mighty icon \ No newline at end of file +The Mighty icon \ No newline at end of file diff --git a/icons/themoviedatabase.svg b/icons/themoviedatabase.svg index 6e9e76b9..1004f0d9 100644 --- a/icons/themoviedatabase.svg +++ b/icons/themoviedatabase.svg @@ -1 +1 @@ -The Movie Database icon \ No newline at end of file +The Movie Database icon \ No newline at end of file diff --git a/icons/tinder.svg b/icons/tinder.svg index 0a121a0e..133fd01d 100644 --- a/icons/tinder.svg +++ b/icons/tinder.svg @@ -1 +1 @@ -Tinder icon \ No newline at end of file +Tinder icon \ No newline at end of file diff --git a/icons/toggl.svg b/icons/toggl.svg index 285c6e6b..065ea577 100644 --- a/icons/toggl.svg +++ b/icons/toggl.svg @@ -1 +1 @@ -Toggl icon \ No newline at end of file +Toggl icon \ No newline at end of file diff --git a/icons/topcoder.svg b/icons/topcoder.svg index 59729fce..542446d1 100644 --- a/icons/topcoder.svg +++ b/icons/topcoder.svg @@ -1 +1 @@ -Topcoder icon \ 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 fbf7011a..778a1997 100644 --- a/icons/toptal.svg +++ b/icons/toptal.svg @@ -1 +1 @@ -Toptal icon \ 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 5fa3cc54..1aa2da2c 100644 --- a/icons/trakt.svg +++ b/icons/trakt.svg @@ -1 +1 @@ -Trakt icon \ No newline at end of file +Trakt icon \ No newline at end of file diff --git a/icons/travisci.svg b/icons/travisci.svg index b48e869a..cc4ad687 100644 --- a/icons/travisci.svg +++ b/icons/travisci.svg @@ -1 +1 @@ -Travis CI icon \ No newline at end of file +Travis CI icon \ No newline at end of file diff --git a/icons/treehouse.svg b/icons/treehouse.svg index 6cc9d261..9d803201 100644 --- a/icons/treehouse.svg +++ b/icons/treehouse.svg @@ -1 +1 @@ -Treehouse icon \ No newline at end of file +Treehouse icon \ No newline at end of file diff --git a/icons/trello.svg b/icons/trello.svg index fdc33534..7bd8dc81 100644 --- a/icons/trello.svg +++ b/icons/trello.svg @@ -1 +1 @@ -Trello icon \ No newline at end of file +Trello icon \ No newline at end of file diff --git a/icons/tripadvisor.svg b/icons/tripadvisor.svg index be23b7e3..a6d503e7 100644 --- a/icons/tripadvisor.svg +++ b/icons/tripadvisor.svg @@ -1 +1 @@ -TripAdvisor icon \ 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 92c46329..a85db1fa 100644 --- a/icons/trulia.svg +++ b/icons/trulia.svg @@ -1 +1 @@ -Trulia icon \ 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 da85e3ce..46811dde 100644 --- a/icons/tumblr.svg +++ b/icons/tumblr.svg @@ -1 +1 @@ -Tumblr icon \ 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 c1900d67..028d4d39 100644 --- a/icons/twilio.svg +++ b/icons/twilio.svg @@ -1 +1 @@ -Twilio icon \ 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 90abb99a..6ee79211 100644 --- a/icons/twitch.svg +++ b/icons/twitch.svg @@ -1 +1 @@ -Twitch icon \ 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 b6741081..af5b7c34 100644 --- a/icons/twitter.svg +++ b/icons/twitter.svg @@ -1 +1 @@ -Twitter icon \ No newline at end of file +Twitter icon \ No newline at end of file diff --git a/icons/twoo.svg b/icons/twoo.svg index 01df985a..6dded592 100644 --- a/icons/twoo.svg +++ b/icons/twoo.svg @@ -1 +1 @@ -Twoo icon \ No newline at end of file +Twoo icon \ No newline at end of file diff --git a/icons/typo3.svg b/icons/typo3.svg index 492a3d4e..5a4bb49c 100644 --- a/icons/typo3.svg +++ b/icons/typo3.svg @@ -1 +1 @@ -TYPO3 icon +TYPO3 icon diff --git a/icons/uber.svg b/icons/uber.svg index 39bf6db4..f2af7a6a 100644 --- a/icons/uber.svg +++ b/icons/uber.svg @@ -1 +1 @@ -Uber icon \ 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 e448f0f9..a7092e60 100644 --- a/icons/ubuntu.svg +++ b/icons/ubuntu.svg @@ -1 +1 @@ -Ubuntu icon \ 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 fb468f50..956d66f0 100644 --- a/icons/udacity.svg +++ b/icons/udacity.svg @@ -1 +1 @@ -Udacity icon \ No newline at end of file +Udacity icon \ No newline at end of file diff --git a/icons/udemy.svg b/icons/udemy.svg new file mode 100644 index 00000000..3a75935b --- /dev/null +++ b/icons/udemy.svg @@ -0,0 +1 @@ +Udemy icon \ No newline at end of file diff --git a/icons/uikit.svg b/icons/uikit.svg index 4d046eef..3122d678 100755 --- a/icons/uikit.svg +++ b/icons/uikit.svg @@ -1 +1 @@ -UIkit icon \ No newline at end of file +UIkit icon \ No newline at end of file diff --git a/icons/umbraco.svg b/icons/umbraco.svg index 983ea80b..a2265fe1 100644 --- a/icons/umbraco.svg +++ b/icons/umbraco.svg @@ -1 +1 @@ -Umbraco icon \ No newline at end of file +Umbraco icon \ No newline at end of file diff --git a/icons/unsplash.svg b/icons/unsplash.svg index b832b9eb..fa058542 100644 --- a/icons/unsplash.svg +++ b/icons/unsplash.svg @@ -1,2 +1,2 @@ -Unsplash icon +Unsplash icon diff --git a/icons/untappd.svg b/icons/untappd.svg index 04e6102e..cccaee8f 100644 --- a/icons/untappd.svg +++ b/icons/untappd.svg @@ -1 +1 @@ -Untappd icon \ No newline at end of file +Untappd icon \ No newline at end of file diff --git a/icons/upwork.svg b/icons/upwork.svg index ec650dc7..0ca6209d 100644 --- a/icons/upwork.svg +++ b/icons/upwork.svg @@ -1 +1 @@ -Upwork icon \ No newline at end of file +Upwork icon \ No newline at end of file diff --git a/icons/vagrant.svg b/icons/vagrant.svg index 03f62bdc..b0a3a6da 100644 --- a/icons/vagrant.svg +++ b/icons/vagrant.svg @@ -1 +1 @@ -Vagrant icon +Vagrant icon diff --git a/icons/venmo.svg b/icons/venmo.svg index c4e56523..8c8419c7 100644 --- a/icons/venmo.svg +++ b/icons/venmo.svg @@ -1 +1 @@ -Venmo icon \ No newline at end of file +Venmo icon \ No newline at end of file diff --git a/icons/verizon.svg b/icons/verizon.svg index bc1088ba..d007db50 100644 --- a/icons/verizon.svg +++ b/icons/verizon.svg @@ -1 +1 @@ -Verizon icon \ No newline at end of file +Verizon icon \ No newline at end of file diff --git a/icons/viadeo.svg b/icons/viadeo.svg index 521ad2fa..0817ce91 100644 --- a/icons/viadeo.svg +++ b/icons/viadeo.svg @@ -1 +1 @@ -Viadeo icon \ 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 0e0ab2ff..804c0878 100644 --- a/icons/viber.svg +++ b/icons/viber.svg @@ -1 +1 @@ -Viber icon \ No newline at end of file +Viber icon \ No newline at end of file diff --git a/icons/vim.svg b/icons/vim.svg index a30d953b..1a08ed51 100644 --- a/icons/vim.svg +++ b/icons/vim.svg @@ -1 +1 @@ -Vim icon \ No newline at end of file +Vim icon \ No newline at end of file diff --git a/icons/vimeo.svg b/icons/vimeo.svg index 4696f8d1..23b888e5 100644 --- a/icons/vimeo.svg +++ b/icons/vimeo.svg @@ -1 +1 @@ -Vimeo icon \ 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 b32a1ea6..c99b8775 100644 --- a/icons/vine.svg +++ b/icons/vine.svg @@ -1 +1 @@ -Vine icon \ 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 e400415a..fe186ce1 100644 --- a/icons/virb.svg +++ b/icons/virb.svg @@ -1 +1 @@ -Virb icon \ 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 af8045ca..793113e7 100644 --- a/icons/visa.svg +++ b/icons/visa.svg @@ -1 +1 @@ -Visa icon \ 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 b0cf9908..4e0a35ca 100644 --- a/icons/visualstudiocode.svg +++ b/icons/visualstudiocode.svg @@ -1 +1 @@ -Visual Studio Code icon \ 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 c61b4b06..3ebfd0de 100644 --- a/icons/vk.svg +++ b/icons/vk.svg @@ -1 +1 @@ -VK icon \ No newline at end of file +VK icon \ No newline at end of file diff --git a/icons/vlcmediaplayer.svg b/icons/vlcmediaplayer.svg index 6d6d5f16..2d386a64 100644 --- a/icons/vlcmediaplayer.svg +++ b/icons/vlcmediaplayer.svg @@ -1 +1 @@ -VLC media player icon \ No newline at end of file +VLC media player icon \ No newline at end of file diff --git a/icons/vsco.svg b/icons/vsco.svg index 44754c49..3107cf7a 100644 --- a/icons/vsco.svg +++ b/icons/vsco.svg @@ -1 +1 @@ -VSCO icon \ No newline at end of file +VSCO icon \ No newline at end of file diff --git a/icons/vue-dot-js.svg b/icons/vue-dot-js.svg index 52f3cbed..f77f4dcb 100644 --- a/icons/vue-dot-js.svg +++ b/icons/vue-dot-js.svg @@ -1 +1 @@ -Vue.js icon \ No newline at end of file +Vue.js icon \ No newline at end of file diff --git a/icons/wattpad.svg b/icons/wattpad.svg index 7e68de25..fbc6b005 100644 --- a/icons/wattpad.svg +++ b/icons/wattpad.svg @@ -1 +1 @@ -Wattpad icon \ No newline at end of file +Wattpad icon \ No newline at end of file diff --git a/icons/weasyl.svg b/icons/weasyl.svg index 123dc206..7fcb484a 100644 --- a/icons/weasyl.svg +++ b/icons/weasyl.svg @@ -1 +1 @@ -Weasyl icon \ No newline at end of file +Weasyl icon \ No newline at end of file diff --git a/icons/webpack.svg b/icons/webpack.svg index 0c1fe542..84d1163a 100644 --- a/icons/webpack.svg +++ b/icons/webpack.svg @@ -1 +1 @@ -Webpack icon +Webpack icon diff --git a/icons/webstorm.svg b/icons/webstorm.svg index 73736804..19fb2bf0 100644 --- a/icons/webstorm.svg +++ b/icons/webstorm.svg @@ -1 +1 @@ -WebStorm icon \ 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 f77fb90a..3f23e0e5 100644 --- a/icons/wechat.svg +++ b/icons/wechat.svg @@ -1 +1 @@ -WeChat icon \ 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 00c0bfb8..136e6dd6 100644 --- a/icons/whatsapp.svg +++ b/icons/whatsapp.svg @@ -1 +1 @@ -WhatsApp icon \ 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 45d181a2..c4c31162 100644 --- a/icons/wheniwork.svg +++ b/icons/wheniwork.svg @@ -1 +1 @@ -When I Work icon \ 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 56239756..8e89b306 100644 --- a/icons/wii.svg +++ b/icons/wii.svg @@ -1 +1 @@ -Wii icon \ 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 6ac99b98..750cfc75 100644 --- a/icons/wiiu.svg +++ b/icons/wiiu.svg @@ -1 +1 @@ -Wii U icon \ 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 c62f3ca2..2f971ff7 100644 --- a/icons/wikipedia.svg +++ b/icons/wikipedia.svg @@ -1 +1 @@ -Wikipedia icon \ 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 5c686ffe..3e6c955d 100644 --- a/icons/windows.svg +++ b/icons/windows.svg @@ -1 +1 @@ -Windows icon \ 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 38050c74..1387b6f3 100644 --- a/icons/wire.svg +++ b/icons/wire.svg @@ -1 +1 @@ -Wire icon \ No newline at end of file +Wire icon \ No newline at end of file diff --git a/icons/wix.svg b/icons/wix.svg index e6effbfe..b7a37e11 100644 --- a/icons/wix.svg +++ b/icons/wix.svg @@ -1 +1 @@ -Wix icon \ No newline at end of file +Wix icon \ No newline at end of file diff --git a/icons/wolfram.svg b/icons/wolfram.svg index 9dd0b727..72fef38b 100644 --- a/icons/wolfram.svg +++ b/icons/wolfram.svg @@ -1 +1 @@ -Wolfram icon \ No newline at end of file +Wolfram icon \ No newline at end of file diff --git a/icons/wolframlanguage.svg b/icons/wolframlanguage.svg index 756b8c99..d6f42386 100644 --- a/icons/wolframlanguage.svg +++ b/icons/wolframlanguage.svg @@ -1 +1 @@ -Wolfram Language icon \ No newline at end of file +Wolfram Language icon \ No newline at end of file diff --git a/icons/wolframmathematica.svg b/icons/wolframmathematica.svg index 19530ac0..06fc1e16 100644 --- a/icons/wolframmathematica.svg +++ b/icons/wolframmathematica.svg @@ -1 +1 @@ -Mathematica icon \ No newline at end of file +Mathematica icon \ No newline at end of file diff --git a/icons/wordpress.svg b/icons/wordpress.svg index 05f1ec7f..41a187ee 100644 --- a/icons/wordpress.svg +++ b/icons/wordpress.svg @@ -1 +1 @@ -WordPress icon \ 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 9abf85ab..6d623038 100644 --- a/icons/wpengine.svg +++ b/icons/wpengine.svg @@ -1 +1 @@ -WP Engine icon \ No newline at end of file +WP Engine icon \ No newline at end of file diff --git a/icons/x-pack.svg b/icons/x-pack.svg index 8572a702..7d9d5198 100644 --- a/icons/x-pack.svg +++ b/icons/x-pack.svg @@ -1 +1 @@ -X-Pack icon +X-Pack icon diff --git a/icons/xbox.svg b/icons/xbox.svg index f7eda23f..e70af1cf 100644 --- a/icons/xbox.svg +++ b/icons/xbox.svg @@ -1 +1 @@ -Xbox icon \ No newline at end of file +Xbox icon \ No newline at end of file diff --git a/icons/xcode.svg b/icons/xcode.svg index e70b0f96..03bee774 100644 --- a/icons/xcode.svg +++ b/icons/xcode.svg @@ -1 +1 @@ -Xcode icon \ No newline at end of file +Xcode icon \ No newline at end of file diff --git a/icons/xero.svg b/icons/xero.svg index 057b904e..d6097798 100644 --- a/icons/xero.svg +++ b/icons/xero.svg @@ -1 +1 @@ -Xero icon \ 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 590483a4..0f53c796 100644 --- a/icons/xing.svg +++ b/icons/xing.svg @@ -1 +1 @@ -Xing icon \ No newline at end of file +Xing icon \ No newline at end of file diff --git a/icons/xsplit.svg b/icons/xsplit.svg index 42bc649c..6bf7bbf2 100644 --- a/icons/xsplit.svg +++ b/icons/xsplit.svg @@ -1 +1 @@ -XSplit icon \ No newline at end of file +XSplit icon \ No newline at end of file diff --git a/icons/yahoo.svg b/icons/yahoo.svg index 819f55dc..30a2667f 100644 --- a/icons/yahoo.svg +++ b/icons/yahoo.svg @@ -1 +1 @@ -Yahoo! icon \ 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 7f74a84a..d9ac44bc 100644 --- a/icons/yammer.svg +++ b/icons/yammer.svg @@ -1 +1 @@ -Yammer icon \ 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 e3d28f97..d3d2f8e7 100644 --- a/icons/yandex.svg +++ b/icons/yandex.svg @@ -1 +1 @@ -Yandex icon \ 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 60d08458..aa8ad877 100644 --- a/icons/ycombinator.svg +++ b/icons/ycombinator.svg @@ -1 +1 @@ -Y Combinator icon \ No newline at end of file +Y Combinator icon \ No newline at end of file diff --git a/icons/yelp.svg b/icons/yelp.svg index 29b39b72..02b7bbf9 100644 --- a/icons/yelp.svg +++ b/icons/yelp.svg @@ -1 +1 @@ -Yelp icon \ No newline at end of file +Yelp icon \ No newline at end of file diff --git a/icons/youtube.svg b/icons/youtube.svg index efe0f2c4..5a4f63c0 100644 --- a/icons/youtube.svg +++ b/icons/youtube.svg @@ -1 +1 @@ -YouTube icon \ No newline at end of file +YouTube icon \ No newline at end of file diff --git a/icons/zapier.svg b/icons/zapier.svg index f0ce8585..78cd5ee7 100644 --- a/icons/zapier.svg +++ b/icons/zapier.svg @@ -1 +1 @@ -Zapier icon \ 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 446aa560..abf2ea14 100644 --- a/icons/zendesk.svg +++ b/icons/zendesk.svg @@ -1 +1 @@ -Zendesk icon \ 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 cf599dd3..0cae2235 100644 --- a/icons/zerply.svg +++ b/icons/zerply.svg @@ -1 +1 @@ -Zerply icon \ 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 f98c3fe8..e516ca9a 100644 --- a/icons/zillow.svg +++ b/icons/zillow.svg @@ -1 +1 @@ -Zillow icon \ No newline at end of file +Zillow icon \ No newline at end of file diff --git a/index.html b/index.html index fe196165..748f6624 100644 --- a/index.html +++ b/index.html @@ -214,9 +214,9 @@ - Sort by color - Sort alphabetically - Sort by relevance + Sort by color + Sort alphabetically + Sort by relevance