From 8748293fb762cf17db83b626e7d069677c8ed658 Mon Sep 17 00:00:00 2001 From: Simon Golms <17799657+SimonGolms@users.noreply.github.com> Date: Wed, 13 Oct 2021 06:01:40 +0200 Subject: [PATCH] Add sourcetree icon (#6701) * feat: add sourcetree icon * fix(sourcetree): adjust precision * updated icon Co-authored-by: Jorge Amado Soria Ramirez --- _data/simple-icons.json | 6 ++++++ icons/sourcetree.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/sourcetree.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b7d51075a..9039373af 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8834,6 +8834,12 @@ "source": "https://about.sourcegraph.com/handbook/marketing/brand/brand_guidelines", "guidelines": "https://about.sourcegraph.com/handbook/marketing/brand/brand_guidelines" }, + { + "title": "Sourcetree", + "hex": "0052CC", + "source": "https://atlassian.design/resources/logo-library", + "guidelines": "https://atlassian.design/foundations/logos/" + }, { "title": "Southwest Airlines", "hex": "304CB2", diff --git a/icons/sourcetree.svg b/icons/sourcetree.svg new file mode 100644 index 000000000..1f2d56c0c --- /dev/null +++ b/icons/sourcetree.svg @@ -0,0 +1 @@ +Sourcetree \ No newline at end of file