diff --git a/.svglintrc.js b/.svglintrc.js index c47021ea2..00f04ce77 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 61ac81fc5..4c294b93c 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 87f6be276..2db549a9a 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 15467db42..8f99f8a55 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 4c631911a..d16cbda8a 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 90fb94857..83f4aa7d7 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 61a339834..52c254bc4 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 06a23a1de..ff1c92b28 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 bddd4bccf..9e4f77ed7 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 056fc3640..e4265a1ed 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 95f717e0e..504996266 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 7999f1a48..9697fecf8 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 dc59b9a44..3dee37946 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 523b7734d..fb4ac4318 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 bfbbbcd65..5a6b2eb68 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 74bc4ecaa..6fda44be9 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 f75e1319d..998b3a50c 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 378c84394..abc3dc43a 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 31b8e7686..5337fc14d 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 62b80a730..90f055793 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 e8fee99fe..53333b004 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 f22151076..9b59222df 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 d8579ef87..1fd97db23 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 63421605d..1580c4588 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 c64dc60fe..e15a9520f 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 51cdd3b8f..a591fd37f 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 e4456dd99..86a6bffbd 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 c2ff77e50..796443d4e 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 f82be64b9..4afbe2da4 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 8419e4573..b473ad3d7 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 f0cf2170b..c56d60fbc 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 60bc620bc..ca74a55bc 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 ec01efff2..a1bebf9c4 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 078703588..012aacc9f 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 ec251b319..8b2ed4174 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 70c93d9a9..6e46f5758 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 5d48c893e..5d1a88ca8 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 860c3c846..5b4d51871 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 612feaafd..b621885da 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 5d8e73875..057f38b0a 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 000000000..a104fc5a5 --- /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 43d3c9604..4f36d68c0 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 5916ce414..ac5684ab3 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 0158bb86d..743126622 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 3143141da..46d427187 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 6742b4e0f..087fe1aad 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 3330679ad..cb0ad9491 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 4d78e0080..7483fdb30 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 d0ba1360c..12abeb971 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 e6c8e1481..472bd0b30 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 09e689b1e..df3b42f2e 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 9a88c4d4a..91e76a977 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 b75887d32..3f5c85508 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 956c618c8..ad1a197f5 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 63ec365f5..12d7a7d80 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 1c24cadfb..4ecb0dea5 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 99b969aa1..f4b0492da 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 bd8130129..d3701c3f2 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 af16d0aaa..257038e2d 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 c613a21bb..f8182be49 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 61c3a35ca..d9364c3f1 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 2583358d2..388f13816 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 e5702344a..1d2d8af60 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 edaccbf0a..ce7a43142 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 420ca4bf1..4c6ecaeec 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 9a0d39a1e..5a9211844 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 1f33edd48..b9586b084 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 98942fa86..6e894e8f9 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 6daf5cca7..affe3724b 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 793133beb..9e27a6f73 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 f55e71691..84e7d8d3c 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 b7fc5828a..3e32d71f7 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 29154cf9f..3c7a96ddd 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 0990fd41d..9d36a21af 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 4011b0102..08038bf44 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 f68529943..a36f1f447 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 ad918e2c5..e33502782 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 8397636f9..1976a8188 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 42ddbdba6..ff4ae98f3 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 b2cccdba0..76102f9d8 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 57cdd3b8a..b677312e9 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 9e764029a..0b616d39a 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 110622119..5fb6a1a2b 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 7be9a279c..644189b9f 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 cb25c86fe..b69b04363 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 c07864a7b..2f54be886 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 ada6c06f7..9ac81149e 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 f01c852b9..eb87b8f00 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 83fd754ff..704bb90ae 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 5f41b0882..ca288dacc 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 f37a7a747..0812cbc1e 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 4260147b4..f79ffa4f4 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 505697448..a1fa1e8a8 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 7a69d2936..52c9c20bc 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 bf01d91e1..331823cd0 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 29747dd5e..1988745ae 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 0300f01e7..89bc21982 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 16917e640..1619934e1 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 e05cd9353..f97d283b3 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 42592d78c..cb31cc915 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 27bbb5b12..85d98498a 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 42b69cb96..17a099256 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 a9ae56987..9b0e869d8 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 6d0bc38cf..3d5f58cea 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 9957341cf..8466581a6 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 3648eff0b..d369b65c3 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 0bea0ee52..89c0cb32b 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 7962ea6c1..d89f40a04 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 39dba652a..35c345883 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 26749efc9..e7bdffa41 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 76eabb3e6..79fed317e 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 7a40beadd..50877ded9 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 d6c6a2986..8d933dc0a 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 9b77a9c41..2489b7484 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 ec247ab79..aedfc5585 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 bafb9f8cb..5167cd6af 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 d8ed5c63f..473760d91 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 92afe5cbb..dc37ba2fb 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 513ad798b..3ccd1ca8b 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 785c5bed1..4912ac26e 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 29d2d7a78..c4425c54c 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 a0aef97e6..3b6e4ed41 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 d61161e58..a67184c69 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 70063a498..32bc66aeb 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 12e0aa0e6..6f860fd38 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 8141f904e..19a5cc9d5 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 a57dfda1d..db2f58e15 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 9dc339b21..4b0d304cb 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 4d2ac4ce3..a0c50bde8 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 9c01285c2..5e9e6ca2d 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 f55ef353d..dede4a0f6 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 5d93e09cc..0787a72cc 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 bcb86efe2..23c7f334a 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 bacf69dea..e79f7ef17 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 5ae924c23..244e353b5 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 7243e7342..1da51b186 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 46d39d717..6a8a66fec 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 f847bf9a5..0f55fe416 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 f263baea1..9ff16905f 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 1518839d0..2fc65b4a7 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 a8a9f01bd..88407390a 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 7c31a0c8c..40f52ba23 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 b63377dfc..5265d9182 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 dc4510ec2..bf6836cb6 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 4360319b4..ca99cd749 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 c91b956f8..a5af7ccb7 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 000bc0c3f..71b97b3c2 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 e30481054..021f42fc2 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 942c47684..79cf0afe3 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 1b7df4eeb..23e231262 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 4795b2c0f..a9d7f40ea 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 92b77b6df..6bbee8e5b 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 b8c889819..f795f6373 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 2f9e2d91d..38997125e 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 2f26efcf4..987c45950 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 09bde63e1..dadb9a1ea 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 ac594a805..04ef0c3c8 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 5b8725224..d6ef11e3b 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 033ba404e..b60a005b0 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 33356ea7a..315149b4a 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 8f66cb0b1..3542e6854 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 318ca0986..df920ddf1 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 3a6e38dfd..9866db058 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 e5fffc7b3..f394f811a 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 d54efc51a..273db7591 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 c5446cc3e..fd2a25c48 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 1b66ee949..dd142ed10 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 dfc96228a..046f9b9aa 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 44b45bcef..0ee1ed522 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 289a5efd3..8e5d5ddd6 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 020b56a5f..3cf49c3f1 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 4b00e650a..b1bf771b1 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 664ba05c6..41f427200 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 5107a2375..334e48957 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 51aa32ccc..6be83c95f 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 19b7df80c..54f34667b 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 55c41a7e9..8c919678d 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 c19409e4c..61d7e5076 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 924ea9c5c..75a401bfe 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 bae0157de..28ebac994 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 9833ed964..3ba0f4f61 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 61a95b870..ca99e4e05 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 8e65b9bad..e681cfc8b 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 8f02c4a7d..1ae527dd4 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 16af3d432..69b7e35fe 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 87b89077c..ae144e80b 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 6e09f2da1..8d23fe76e 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 4d6517684..2430e4741 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 6d9c62808..b8aa62f0f 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 95a25f806..68a580c81 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 7ed1761a4..22ccf54b2 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 11db78952..95ae93d74 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 22db7758a..586cc8092 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 495ddbbef..b8d79d42f 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 1fb466779..e8bd6aaba 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 a7850e41c..27c1d2920 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 000000000..bf6cec218 --- /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 e43092533..a4db4fe6a 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 e1bb361a7..54dc15a99 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 5367470e7..ec7223111 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 afcc85a1f..0b7d22a63 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 ce9aff38f..8a09c8793 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 db1ac254a..b82047db8 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 a44317062..707ae0d4a 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 6f5476572..eda8789e5 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 a0fed10e6..e0b8ffd7e 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 0a9e9e61d..955a780bd 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 f434f236c..9fbf501ee 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 457b2cae9..a5547f1fb 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 83b780fa7..579034766 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 bfc9bc568..27a995130 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 3e8aa4c6a..e30c6ad4e 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 fc2530d14..b4a090280 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 f473a8d5b..aa2841185 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 0a128339f..4e13fa044 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 46f78f43c..0e2c5e9f4 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 69b32b124..5fa09ad30 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 ebabb7a2c..758c1d26b 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 028753fdd..b16500da6 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 172813958..18dd4737c 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 b8796410b..9f248ac7c 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 2bde89fd3..62f7d51df 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 1b9170dd8..0280a1fec 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 36c28400b..ed71eb601 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 7ac7d8756..687db4a27 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 a7426cd05..af7b1eefd 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 df4ebdd61..70182d3b7 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 182650311..b8615ff42 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 89f421f06..8fadd9098 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 4a502c16c..8e55c2d06 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 0adf47b52..06902ba05 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 b6be318d4..eb4c24d26 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 bb44c15b7..d6c59dd23 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 9e16f509b..c335a1a4a 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 9f7048843..4173e95c5 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 a381db93c..ac00bbe41 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 cda4fc645..fdca68e70 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 c166bcb86..2dc502205 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 fb3fa1d88..beeb3e058 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 06bb10a48..f9581856d 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 075379fdf..6fad03b91 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 a77341aaf..539e1e74d 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 87391d773..9044a73ed 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 10d185773..a4f374ee2 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 026de1a25..a8b5534a6 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 f8a94ef81..3dc9f68a5 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 698268323..3e1ee6b24 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 8edf00365..19c23a5a6 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 eb2e20b80..50bffcb51 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 0bb34d053..82a534fe0 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 0437cac16..f761697e5 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 80b17775c..92dc8cbae 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 4d05e9987..30b4faec7 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 41af7784c..fe656cb99 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 0d1e53f66..aa7342df5 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 64e0f02cf..6cbf07c4b 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 3bce4688a..c8b2b7099 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 dff10312d..2f8fb99fc 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 fe7e50745..79e1d8043 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 15d96f1ff..ef608d625 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 069b1a8a6..fdbbe98e9 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 51c30ad7c..8d849093e 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 e15e1a514..6c5fce70a 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 24c04ceae..832d4ab57 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 e3c1bb9d0..4b18d39c1 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 f6e790f7a..b050ebd7e 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 215ae9f7f..4b4ccad24 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 9938c3259..e0e09e9d4 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 7aeae40a4..cb25cf43e 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 e1e0d60fb..317bfd9bc 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 a0f5db7fb..d1097abed 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 86c853c7d..f00e682df 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 88adb68a6..fb8cd88f7 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 df0b1c378..16aabc627 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 8829e1865..b7502773d 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 f39e35f7f..c94277433 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 8f8074256..4b6c5189f 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 b77c35410..7f275c6a4 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 e3dee687a..ca8b266ef 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 3bf0cebd8..eb65f2306 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 5020cdb9b..3e7f1f66d 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 0b096dd33..0f595f10d 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 d81a515c2..20356ab29 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 8c1124cea..8d2a43420 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 9643e2798..1922a13d6 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 bef8e61a2..c7efa479d 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 39179dd36..98487db6a 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 fcb9ab3ef..b919c0866 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 ca7ef317e..4a9e36325 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 bdc4cfcf7..35e5713a7 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 f60027ad4..a31b5bef1 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 e52ff77eb..25c9452bf 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 7071567b9..c7f7b0157 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 07c52df80..287858949 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 a454f608d..f8d56fac2 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 81a7e7d7d..ed09f42d1 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 f05663f05..b070fe057 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 f2b37443e..98ba8d515 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 efa57c8d2..8f50da48c 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 e74921946..71f70a694 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 a7b311eeb..2ede0d602 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 8954e7280..0331623c3 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 804201e91..b6fed9c1d 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 d95672b93..81968a10e 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 5840f2529..3acc89bdc 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 71e972e45..020c6bedd 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 afbe3edbf..1729ce9aa 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 0fa4dd90e..91ce771ac 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 6f23dcc7c..a842c2b6f 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 4a44f43ac..6bbac5d20 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 afd317cf7..d7bfec9d7 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 87c22e368..a9864f32f 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 dc95c73f5..84a3d2551 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 13ee9d7d2..57e556023 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 b5d008988..6f396c72a 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 b69b3268c..58c32ac35 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 64042626a..37479f7fb 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 a2a81c63b..ea05b9f79 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 21d519667..a45fc526c 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 b38cbe612..8828f5c40 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 dbac36997..ad07407de 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 88ed0b671..101936c8d 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 69e62be56..b809ef25a 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 77ec2a332..3970243e8 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 3f3b87409..4928d3e0c 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 f1b8b3d6a..a1d9bd82e 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 6acfb6986..d79adcfe0 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 be7381445..45a5cfb92 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 101992aba..d871b9892 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 6da89c155..873d09148 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 d13acac55..39c429515 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 ca37c8b16..69e0186a1 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 edd798524..a0ca154cc 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 b39e9656b..a99b29242 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 d4a6fa804..94f242df0 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 c3819f427..5923d29bf 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 21c70e82f..b971b976e 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 81845441f..ebfb15a14 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 af28cab7b..4cd5ef9fa 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 04fd675c3..51a3a2573 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 fb83b85c1..d23af1c5f 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 fb00c5792..a06568c13 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 e2e4193d8..ea1776508 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 5b5fe6ef7..084c5f83d 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 c51efce67..86ca2a7e8 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 e989b2e80..a4f165f21 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 ed9d6f259..825a2174d 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 fec8a4668..bf85c21f8 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 9f6915ed1..2c87339a9 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 431056f3f..dca751f31 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 0b31a4ad0..fa6485cd7 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 20fa74c55..d2edccd94 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 3a5ddbf74..5be1c1272 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 0f38a0ac3..ea84f58a2 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 69c023a9c..cf18148c5 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 45cc34787..8d15500fd 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 a79c3d649..818170ed8 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 c71e8b2ec..ac68664de 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 c47a11574..1428e1a16 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 8cca13c51..45530b829 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 cd67255f8..48a265a3e 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 f8d6eda43..b4a8de73a 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 d87cd540a..44628920d 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 99375a38b..70000589f 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 ae9b4683d..ebd8ccdd0 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 e857f1098..21f1c04a4 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 f605cfa43..1281a1cb4 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 482c44a9f..e2647c925 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 ccabbe042..daa7e8bc7 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 85f0b5ff2..769a3ee5f 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 c5625d871..f6d1c701e 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 776470760..6b9049fe4 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 aaeb04982..66f36350f 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 a6c6d3d44..f64db6c7b 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 8d9561ed0..81a0bbd63 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 7d9a283f1..6db55c20f 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 1faa980d2..5b0282647 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 3646302a2..fb701794e 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 7b8c54fd3..d1cedfa43 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 5c7ae94d5..0a04c706e 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 389ea44f9..ae222a9ce 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 6c4fc7a05..899e70998 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 84ce15e10..f82379bbf 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 15a7b9dbc..170136fe6 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 6598e027a..09e845895 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 0c65ed936..ca8b1b670 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 3f3c0a254..2a80463c7 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 26aa3d319..58b0c2d10 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 45d813c81..0a01ff778 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 336aa1da8..1e11ed07d 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 3cd602974..f86c2ec03 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 375ed08db..04dc4969d 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 89cae7df3..9130ca01e 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 5507c7632..3ad3e1c08 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 61ed784c5..fc5938170 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 5f7febe66..871b02b8c 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 d5dc2c09c..aca3621c9 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 8afe0edfb..d500dcd5d 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 3e24d05d3..80e20287d 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 d8a308307..1ee919e4a 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 12c5b8de0..fe15d6e66 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 2f87c61d5..eed94d4bb 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 8e4e534d3..40de6d8a0 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 3d7ad3ff4..6bea07f58 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 29151573d..c98f0fb40 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 f5a1c024e..1a66672c1 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 edcbb489a..cd1f93c2a 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 da8cc5320..47a869890 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 cff343b0c..36756c6cd 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 6ae1d8bc4..6af7de889 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 f379ea0ce..3172153b8 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 e53f3662f..02cb09028 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 7a4b163e2..1d41edb3e 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 d20fe37a8..24f4db786 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 9734d7bd4..765cbcd39 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 13300446f..cfb7295b3 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 53bd7b56b..d0874d10f 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 9a3ac4f3f..f5eb75e6c 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 4adf31bbc..9ebe10918 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 97685191f..632dc8c65 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 f61068bc9..a3995a567 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 fb92e11fe..e6b9625dc 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 03cc7fae8..011c395d9 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 257392436..72707fd06 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 89786d337..520defa6d 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 a0801bb4e..a141099bd 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 ef1ac1c8c..34e0f586e 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 c63288ce3..bd2b1f23f 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 ff1eec46a..52a058464 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 42a47ad77..beeef19f4 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 6e9e76b9e..1004f0d9d 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 0a121a0eb..133fd01d5 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 285c6e6ba..065ea5770 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 59729fce6..542446d12 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 fbf7011a3..778a1997a 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 5fa3cc549..1aa2da2c9 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 b48e869a0..cc4ad6873 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 6cc9d261e..9d803201c 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 fdc335344..7bd8dc815 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 be23b7e39..a6d503e7e 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 92c46329f..a85db1fa4 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 da85e3ce5..46811ddeb 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 c1900d677..028d4d39f 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 90abb99ab..6ee792117 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 b67410811..af5b7c341 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 01df985ac..6dded592d 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 492a3d4e9..5a4bb49cc 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 39bf6db4a..f2af7a6a5 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 e448f0f92..a7092e60c 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 fb468f505..956d66f0d 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 000000000..3a75935ba --- /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 4d046eefd..3122d678a 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 983ea80bd..a2265fe1b 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 b832b9eb7..fa0585427 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 04e6102e4..cccaee8fc 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 ec650dc74..0ca6209da 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 03f62bdc1..b0a3a6da5 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 c4e565236..8c8419c76 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 bc1088bae..d007db502 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 521ad2fa9..0817ce916 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 0e0ab2ff9..804c0878c 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 a30d953b7..1a08ed51b 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 4696f8d11..23b888e57 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 b32a1ea68..c99b87752 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 e400415ae..fe186ce16 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 af8045ca1..793113e7d 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 b0cf99082..4e0a35ca0 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 c61b4b06c..3ebfd0dea 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 6d6d5f163..2d386a64f 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 44754c492..3107cf7a3 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 52f3cbedd..f77f4dcb8 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 7e68de251..fbc6b0051 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 123dc2061..7fcb484a1 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 0c1fe542d..84d1163a9 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 737368044..19fb2bf07 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 f77fb90ac..3f23e0e5f 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 00c0bfb8a..136e6dd6d 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 45d181a22..c4c311623 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 56239756c..8e89b306e 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 6ac99b98b..750cfc759 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 c62f3ca2b..2f971ff7b 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 5c686ffe2..3e6c955d6 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 38050c74d..1387b6f35 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 e6effbfe4..b7a37e119 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 9dd0b727a..72fef38b6 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 756b8c996..d6f423868 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 19530ac09..06fc1e165 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 05f1ec7fe..41a187ee5 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 9abf85abd..6d6230388 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 8572a7023..7d9d51985 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 f7eda23fb..e70af1cfc 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 e70b0f96e..03bee774a 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 057b904e6..d6097798b 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 590483a4d..0f53c796c 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 42bc649c5..6bf7bbf2d 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 819f55dc8..30a2667fd 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 7f74a84af..d9ac44bcf 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 e3d28f974..d3d2f8e75 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 60d084581..aa8ad8772 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 29b39b72a..02b7bbf96 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 efe0f2c49..5a4f63c0b 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 f0ce85851..78cd5ee76 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 446aa560c..abf2ea146 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 cf599dd37..0cae2235c 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 f98c3fe8c..e516ca9a0 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 fe1961655..748f66246 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