From ccd927ec186103efab35543414dc838c0b58751b Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Thu, 2 Jul 2020 17:57:48 +0100 Subject: [PATCH] Rename Various Icons (v3) (#2942) * Rename "Adobe Premiere" as "Adobe Premiere Pro" * Rename "Cassandra" as "Apache Cassandra" * Rename "Rails" as "Ruby on Rails" * Rename "Tik Tok" as "TikTok" * Rename "Zeit" as "Vercel" * Rename "Mojang" as "Mojang Studios" --- _data/simple-icons.json | 38 +++++++++++++++++++------------------- icons/adobepremiere.svg | 1 - icons/adobepremierepro.svg | 1 + icons/apachecassandra.svg | 1 + icons/cassandra.svg | 1 - icons/mojang.svg | 1 - icons/mojangstudios.svg | 1 + icons/rails.svg | 1 - icons/rubyonrails.svg | 1 + icons/tiktok.svg | 2 +- icons/vercel.svg | 1 + icons/zeit.svg | 1 - 12 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 icons/adobepremiere.svg create mode 100644 icons/adobepremierepro.svg create mode 100644 icons/apachecassandra.svg delete mode 100644 icons/cassandra.svg delete mode 100644 icons/mojang.svg create mode 100644 icons/mojangstudios.svg delete mode 100644 icons/rails.svg create mode 100644 icons/rubyonrails.svg create mode 100644 icons/vercel.svg delete mode 100644 icons/zeit.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 21af6962c..1fa475c65 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -151,7 +151,7 @@ "source": "https://www.adobe.com/products/photoshop.html" }, { - "title": "Adobe Premiere", + "title": "Adobe Premiere Pro", "hex": "EA77FF", "source": "https://www.adobe.com/ie/products/premiere.html" }, @@ -395,6 +395,11 @@ "hex": "A81C7D", "source": "https://commons.wikimedia.org/wiki/File:Apache-Ant-logo.svg" }, + { + "title": "Apache Cassandra", + "hex": "1287B1", + "source": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Cassandra_logo.svg" + }, { "title": "Apache CloudStack", "hex": "2AA5DC", @@ -1020,11 +1025,6 @@ "hex": "00C244", "source": "https://cash.app/press" }, - { - "title": "Cassandra", - "hex": "1287B1", - "source": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Cassandra_logo.svg" - }, { "title": "Castbox", "hex": "F55B23", @@ -3911,9 +3911,9 @@ "source": "https://mochajs.org/" }, { - "title": "Mojang", + "title": "Mojang Studios", "hex": "DB1F29", - "source": "https://www.mojang.com/" + "source": "https://www.minecraft.net/en-us/article/meet-mojang-studios" }, { "title": "Moleculer", @@ -4930,11 +4930,6 @@ "hex": "CE262F", "source": "https://help.radiopublic.com/hc/en-us/articles/360002546754-RadioPublic-logos" }, - { - "title": "Rails", - "hex": "CC0000", - "source": "http://rubyonrails.org/images/rails-logo.svg" - }, { "title": "Rancher", "hex": "0075A8", @@ -5115,6 +5110,11 @@ "hex": "CC342D", "source": "https://www.ruby-lang.org/en/about/logo/" }, + { + "title": "Ruby on Rails", + "hex": "CC0000", + "source": "http://rubyonrails.org/images/rails-logo.svg" + }, { "title": "RubyGems", "hex": "E9573F", @@ -5976,7 +5976,7 @@ "source": "https://www.tide.co/newsroom/" }, { - "title": "Tik Tok", + "title": "TikTok", "hex": "000000", "source": "https://tiktok.com" }, @@ -6290,6 +6290,11 @@ "hex": "3D95CE", "source": "https://venmo.com/about/brand/" }, + { + "title": "Vercel", + "hex": "000000", + "source": "https://vercel.com/design" + }, { "title": "Veritas", "hex": "B1181E", @@ -6805,11 +6810,6 @@ "hex": "FA7D19", "source": "https://www.zdf.de/" }, - { - "title": "Zeit", - "hex": "000000", - "source": "https://zeit.co/design/brand" - }, { "title": "Zend", "hex": "0679EA", diff --git a/icons/adobepremiere.svg b/icons/adobepremiere.svg deleted file mode 100644 index 091e06bb7..000000000 --- a/icons/adobepremiere.svg +++ /dev/null @@ -1 +0,0 @@ -Adobe Premiere icon \ No newline at end of file diff --git a/icons/adobepremierepro.svg b/icons/adobepremierepro.svg new file mode 100644 index 000000000..c5e667a33 --- /dev/null +++ b/icons/adobepremierepro.svg @@ -0,0 +1 @@ +Adobe Premiere Pro icon \ No newline at end of file diff --git a/icons/apachecassandra.svg b/icons/apachecassandra.svg new file mode 100644 index 000000000..e53a60386 --- /dev/null +++ b/icons/apachecassandra.svg @@ -0,0 +1 @@ +Apache Cassandra icon \ No newline at end of file diff --git a/icons/cassandra.svg b/icons/cassandra.svg deleted file mode 100644 index ae79760ae..000000000 --- a/icons/cassandra.svg +++ /dev/null @@ -1 +0,0 @@ -Cassandra icon \ No newline at end of file diff --git a/icons/mojang.svg b/icons/mojang.svg deleted file mode 100644 index 579d55dd1..000000000 --- a/icons/mojang.svg +++ /dev/null @@ -1 +0,0 @@ -Mojang icon diff --git a/icons/mojangstudios.svg b/icons/mojangstudios.svg new file mode 100644 index 000000000..e2c0c6378 --- /dev/null +++ b/icons/mojangstudios.svg @@ -0,0 +1 @@ +Mojang Studios icon diff --git a/icons/rails.svg b/icons/rails.svg deleted file mode 100644 index 12e02e179..000000000 --- a/icons/rails.svg +++ /dev/null @@ -1 +0,0 @@ -Rails icon \ No newline at end of file diff --git a/icons/rubyonrails.svg b/icons/rubyonrails.svg new file mode 100644 index 000000000..93def647b --- /dev/null +++ b/icons/rubyonrails.svg @@ -0,0 +1 @@ +Ruby on Rails icon \ No newline at end of file diff --git a/icons/tiktok.svg b/icons/tiktok.svg index 5ae6b2e36..07d7b1598 100644 --- a/icons/tiktok.svg +++ b/icons/tiktok.svg @@ -1 +1 @@ -Tik Tok icon \ No newline at end of file +TikTok icon \ No newline at end of file diff --git a/icons/vercel.svg b/icons/vercel.svg new file mode 100644 index 000000000..60d5b52ef --- /dev/null +++ b/icons/vercel.svg @@ -0,0 +1 @@ +Vercel icon \ No newline at end of file diff --git a/icons/zeit.svg b/icons/zeit.svg deleted file mode 100644 index 0f0531687..000000000 --- a/icons/zeit.svg +++ /dev/null @@ -1 +0,0 @@ -Zeit icon \ No newline at end of file