From 89dc12cb35f01569e5632a6fcd98e5187a33c168 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:29:55 +0100 Subject: [PATCH] Deduplicate DVC icon (#7945) * Deduplicate DVC icon --- _data/simple-icons.json | 15 +++++---------- icons/dataversioncontrol.svg | 1 - 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 icons/dataversioncontrol.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4e9109dd..a3ae9a56 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2756,16 +2756,6 @@ "hex": "005386", "source": "https://www.3ds.com/" }, - { - "title": "Data Version Control", - "aliases": { - "aka": [ - "DVC" - ] - }, - "hex": "945DD6", - "source": "https://static.iterative.ai/logo/dvc.svg" - }, { "title": "data.ai", "hex": "000000", @@ -3211,6 +3201,11 @@ }, { "title": "DVC", + "aliases": { + "aka": [ + "Data Version Control" + ] + }, "hex": "13ADC7", "source": "https://iterative.ai/brand/", "guidelines": "https://iterative.ai/brand/" diff --git a/icons/dataversioncontrol.svg b/icons/dataversioncontrol.svg deleted file mode 100644 index 65836f7c..00000000 --- a/icons/dataversioncontrol.svg +++ /dev/null @@ -1 +0,0 @@ -Data Version Control \ No newline at end of file