From 8e706be7d5ac91d2b08f055ea61867a1b1ab7358 Mon Sep 17 00:00:00 2001 From: Adam Rusted Date: Wed, 21 Sep 2022 05:15:38 +0100 Subject: [PATCH] Add Sonar icon (#7800) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/sonar.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sonar.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 56037d79..c64d2ddf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10277,6 +10277,11 @@ "hex": "5294E2", "source": "https://getsol.us/branding/" }, + { + "title": "Sonar", + "hex": "FD3456", + "source": "https://www.sonarsource.com/" + }, { "title": "SonarCloud", "hex": "F3702A", diff --git a/icons/sonar.svg b/icons/sonar.svg new file mode 100644 index 00000000..935cf4ba --- /dev/null +++ b/icons/sonar.svg @@ -0,0 +1 @@ +Sonar \ No newline at end of file