diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 974f0860..9a2bbdb6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -335,6 +335,11 @@ "hex": "00B265", "source": "http://supertop.co/castro/press/" }, + { + "title": "CEVO", + "hex": "1EABE2", + "source": "https://cevo.com/" + }, { "title": "Circle", "hex": "8669AE", @@ -360,6 +365,11 @@ "hex": "F38020", "source": "https://www.cloudflare.com/logo/" }, + { + "title": "CMake", + "hex": "064F8C", + "source": "https://www.kitware.com/platforms/" + }, { "title": "Codacy", "hex": "222F29", @@ -370,6 +380,11 @@ "hex": "1F4056", "source": "https://www.codecademy.com/" }, + { + "title": "Code Climate", + "hex": "000000", + "source": "https://codeclimate.com/" + }, { "title": "Codecov", "hex": "F01F7A", @@ -510,6 +525,11 @@ "hex": "007DB8", "source": "https://datasecurity.dell.com/wp-content/themes/dell/images/logo-dell.svg" }, + { + "title": "Deno", + "hex": "000000", + "source": "https://github.com/denoland/deno/tree/1cc02a5d9d867f1a239ee4b69f587d8afac07b02/website/images" + }, { "title": "Dependabot", "hex": "025E8C", @@ -670,6 +690,11 @@ "hex": "81B441", "source": "https://envato.com/" }, + { + "title": "ESEA", + "hex": "0E9648", + "source": "https://play.esea.net/" + }, { "title": "ESLint", "hex": "4B32C3", @@ -720,6 +745,11 @@ "hex": "3B5998", "source": "https://www.facebookbrand.com" }, + { + "title": "FACEIT", + "hex": "FF5500", + "source": "https://corporate.faceit.com/branding/" + }, { "title": "Fandango", "hex": "FF7300", @@ -735,6 +765,11 @@ "hex": "2BB24C", "source": "https://blog.feedly.com/wp-content/themes/feedly-2017-v1.19.3/assets/images/logos/logo.svg" }, + { + "title": "Fido Alliance", + "hex": "FFBF3B", + "source": "https://fidoalliance.org/overview/legal/logo-usage/" + }, { "title": "Firebase", "hex": "FFCA28", @@ -1230,6 +1265,11 @@ "hex": "6F02B5", "source": "https://www.dropbox.com/sh/2qihtgrzllws8ki/AABmo9X1KMT6lHnvh4Em7dpWa?dl=0" }, + { + "title": "Kentico", + "hex": "F05A22", + "source": "https://brand.kentico.com" + }, { "title": "Keybase", "hex": "33A0FF", @@ -1970,6 +2010,11 @@ "hex": "CC342D", "source": "https://www.ruby-lang.org/en/about/logo/" }, + { + "title": "RubyGems", + "hex": "E9573F", + "source": "https://rubygems.org/pages/about" + }, { "title": "Runkeeper", "hex": "2DC9D7", @@ -2220,6 +2265,11 @@ "hex": "FE7A16", "source": "http://stackoverflow.com" }, + { + "title": "StackShare", + "hex": "0690FA", + "source": "https://stackshare.io/branding" + }, { "title": "Statamic", "hex": "1F3641", @@ -2581,9 +2631,14 @@ "source": "https://www.weasyl.com/" }, { - "title": "Webpack", - "hex": "8DD6F9", - "source": "https://webpack.js.org/branding/" + "title": "Webpack", + "hex": "8DD6F9", + "source": "https://webpack.js.org/branding/" + }, + { + "title": "webcomponents.org", + "hex": "29ABE2", + "source": "https://www.webcomponents.org/" }, { "title": "WebStorm", diff --git a/icons/cevo.svg b/icons/cevo.svg new file mode 100644 index 00000000..4be66f0f --- /dev/null +++ b/icons/cevo.svg @@ -0,0 +1 @@ +CEVO icon \ No newline at end of file diff --git a/icons/cmake.svg b/icons/cmake.svg new file mode 100644 index 00000000..f55f1c70 --- /dev/null +++ b/icons/cmake.svg @@ -0,0 +1 @@ +CMake icon \ No newline at end of file diff --git a/icons/codeclimate.svg b/icons/codeclimate.svg new file mode 100644 index 00000000..ef229e4d --- /dev/null +++ b/icons/codeclimate.svg @@ -0,0 +1 @@ +Code Climate icon \ No newline at end of file diff --git a/icons/deno.svg b/icons/deno.svg new file mode 100644 index 00000000..461cd810 --- /dev/null +++ b/icons/deno.svg @@ -0,0 +1 @@ +Deno icon \ No newline at end of file diff --git a/icons/esea.svg b/icons/esea.svg new file mode 100644 index 00000000..71775eee --- /dev/null +++ b/icons/esea.svg @@ -0,0 +1 @@ +ESEA icon \ No newline at end of file diff --git a/icons/faceit.svg b/icons/faceit.svg new file mode 100644 index 00000000..2d965c47 --- /dev/null +++ b/icons/faceit.svg @@ -0,0 +1 @@ +FACEIT icon \ No newline at end of file diff --git a/icons/fidoalliance.svg b/icons/fidoalliance.svg new file mode 100644 index 00000000..0c0df9c7 --- /dev/null +++ b/icons/fidoalliance.svg @@ -0,0 +1 @@ +Fido Alliance icon \ No newline at end of file diff --git a/icons/kentico.svg b/icons/kentico.svg new file mode 100644 index 00000000..18410ab4 --- /dev/null +++ b/icons/kentico.svg @@ -0,0 +1 @@ +Kentico icon \ No newline at end of file diff --git a/icons/rubygems.svg b/icons/rubygems.svg new file mode 100644 index 00000000..6071828d --- /dev/null +++ b/icons/rubygems.svg @@ -0,0 +1 @@ +RubyGems icon \ No newline at end of file diff --git a/icons/stackshare.svg b/icons/stackshare.svg new file mode 100644 index 00000000..a262da9f --- /dev/null +++ b/icons/stackshare.svg @@ -0,0 +1 @@ +StackShare icon diff --git a/icons/webcomponents-dot-org.svg b/icons/webcomponents-dot-org.svg new file mode 100644 index 00000000..eb14b05c --- /dev/null +++ b/icons/webcomponents-dot-org.svg @@ -0,0 +1 @@ +webcomponents.org icon \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6b9c2923..59fe5b50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.21", + "version": "1.9.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e5e0de4..93988223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.21", + "version": "1.9.22", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [