From d1b9bffa7e53e87413765d51320b01c359557a59 Mon Sep 17 00:00:00 2001
From: Daniel Sauble <dsauble@newrelic.com>
Date: Tue, 30 Jun 2020 13:42:18 -0700
Subject: [PATCH] fix: Replace 'Build apps' icon with 'Apps' icon from New
 Relic One (#356)

---
 src/components/NewRelicIcon.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/NewRelicIcon.js b/src/components/NewRelicIcon.js
index 995bd73ec..f916e6830 100644
--- a/src/components/NewRelicIcon.js
+++ b/src/components/NewRelicIcon.js
@@ -41,9 +41,10 @@ const NEWRELIC_ICONS = {
   ),
   buildApps: (
     <>
-      <polygon points="11.5,7.5 .5,4.5 12,1.5 23.5,4.5" />
-      <polyline points="23.5,4.463 23.5,18.5 11.5,22.5 .5,18.5 .5,4.463" />
-      <line x1="11.5" x2="11.5" y1="7.5" y2="22.5" />
+      <rect x="14" y="1" width="9" height="9" />
+      <rect x="14" y="14" width="9" height="9" />
+      <rect x="1" y="14" width="9" height="9" />
+      <rect x="1" y="1" width="9" height="9" />
     </>
   ),
   collectData: (