From 8fe7a705c3c5937941f0683df8cb8da53324e77e Mon Sep 17 00:00:00 2001 From: Rohan Yadav Date: Thu, 17 Sep 2020 20:19:17 +0530 Subject: [PATCH] add NumPy icon (#3531) * add NumPy icon * correction to centering of numpy icon * fix numpy icon dimension * two sides touching box, not perfectly centered * fix centering * fix centering using Netscape --- _data/simple-icons.json | 5 +++++ icons/numpy.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/numpy.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6bda7f42..04055804 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4285,6 +4285,11 @@ "hex": "000000", "source": "https://www.foundry.com/products/nuke" }, + { + "title": "NumPy", + "hex": "013243", + "source": "https://numpy.org" + }, { "title": "Nutanix", "hex": "024DA1", diff --git a/icons/numpy.svg b/icons/numpy.svg new file mode 100644 index 00000000..4e17229e --- /dev/null +++ b/icons/numpy.svg @@ -0,0 +1 @@ +NumPy icon \ No newline at end of file