From 76dd1de7a064f28337d0558cf8b7da3251f361ee Mon Sep 17 00:00:00 2001 From: Isaac Santana Date: Tue, 9 Jan 2024 06:30:43 -0300 Subject: [PATCH] Add 7Zip icon (#7334) Co-authored-by: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/7zip.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/7zip.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cfa91d04..69f3101f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -55,6 +55,11 @@ "hex": "0099E5", "source": "https://about.500px.com/press" }, + { + "title": "7Zip", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:7ziplogo.svg" + }, { "title": "99designs", "hex": "FE5F50", diff --git a/icons/7zip.svg b/icons/7zip.svg new file mode 100644 index 00000000..34d9340f --- /dev/null +++ b/icons/7zip.svg @@ -0,0 +1 @@ +7Zip \ No newline at end of file