From 3f7d952421f1d8eb4ca4c9a3efcc2c4a5a423a53 Mon Sep 17 00:00:00 2001 From: Kristoffer Forsgren Date: Wed, 1 Sep 2021 22:09:08 +0200 Subject: [PATCH] Adding iTerm2 icon (#6325) * Adding iTerm2 icon Vectorized from https://github.com/gnachman/iTerm2/blob/master/Media.xcassets/AppIcon.appiconset/release-1024.png * Adding correct source * Added missing role attribute * Updated icon * Updated trace of official icon file * Extracting icon from vector source * Extracted vector with official Sketch app * iTerm2 from Sketch source after installing Source Pro Semibold font * Corrected alignment Co-authored-by: jsoria --- _data/simple-icons.json | 5 +++++ icons/iterm2.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/iterm2.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d153cd8ba..26a6551a0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4505,6 +4505,11 @@ "source": "https://itch.io/press-kit", "guidelines": "https://itch.io/press-kit" }, + { + "title": "iTerm2", + "hex": "000000", + "source": "https://github.com/gnachman/iTerm2/blob/6a857f3f5872eb1465ddc0dd83412015991e79ae/images/AppIcon/iTermIcon.sketch" + }, { "title": "iTunes", "hex": "FB5BC5", diff --git a/icons/iterm2.svg b/icons/iterm2.svg new file mode 100644 index 000000000..fd0ddb87d --- /dev/null +++ b/icons/iterm2.svg @@ -0,0 +1 @@ +iTerm2 \ No newline at end of file