Skip to content

Commit

Permalink
fix: Replace 'Build apps' icon with 'Apps' icon from New Relic One (#356
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Daniel Sauble authored Jun 30, 2020
1 parent ea2e6d0 commit d1b9bff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/NewRelicIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
Expand Down

0 comments on commit d1b9bff

Please sign in to comment.