From e9b38f2c215ab44c6c8affc8d55d059a35e073a2 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 21 Nov 2019 15:35:13 +0000 Subject: [PATCH] Add PyUp icon (#1814) (#1954) * Added pyup.svg * Updated _data/simple-icons.json * Corrected hex value --- Closes #1814 --- _data/simple-icons.json | 5 +++++ icons/pyup.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pyup.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ffb9ee1a..80cb39a5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2801,6 +2801,11 @@ "hex": "EE4C2C", "source": "https://github.com/pytorch/pytorch/tree/master/docs/source/_static/img" }, + { + "title": "PyUp", + "hex": "9F55FF", + "source": "https://pyup.io/" + }, { "title": "Qgis", "hex": "589632", diff --git a/icons/pyup.svg b/icons/pyup.svg new file mode 100644 index 00000000..f9d87a12 --- /dev/null +++ b/icons/pyup.svg @@ -0,0 +1 @@ +PyUp icon \ No newline at end of file