Skip to content

Commit

Permalink
fix: closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 22, 2020
1 parent 0162ddd commit 313a4d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/NewRelicIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ const NEWRELIC_ICONS = {
),
buildApps: (
<>
<polygon points="11.5,7.5 .5,4.5 12,1.5 23.5,4.5"></polygon>
<polyline points="23.5,4.463 23.5,18.5 11.5,22.5 .5,18.5 .5,4.463"></polyline>
<line x1="11.5" x2="11.5" y1="7.5" y2="22.5"></line>
<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" />
</>
),
collectData: (
<>
<path d="M15.799 16.5h2.396c0 0 4.305-.561 4.305-4.783 0-2.675-2.209-4.874-4.955-4.773 -1.073-2.266-3.373-3.835-6.045-3.835 -3.563 0-6.468 2.784-6.676 6.294 -2.232-.467-4.324 1.232-4.324 3.509 0 3.645 3.826 3.588 3.826 3.588h2.863"></path>
<line x1="11.5" x2="11.5" y1="11" y2="22"></line>
<polyline points="14.5,14 11.5,11 8.5,14"></polyline>
<path d="M15.799 16.5h2.396c0 0 4.305-.561 4.305-4.783 0-2.675-2.209-4.874-4.955-4.773 -1.073-2.266-3.373-3.835-6.045-3.835 -3.563 0-6.468 2.784-6.676 6.294 -2.232-.467-4.324 1.232-4.324 3.509 0 3.645 3.826 3.588 3.826 3.588h2.863" />
<line x1="11.5" x2="11.5" y1="11" y2="22" />
<polyline points="14.5,14 11.5,11 8.5,14" />
</>
),
developerDocs: (
<>
<path d="M16.5 2.5c0 0-1.893 0-2 0 -2 0-3 1.5-3 3.5 0-2-1-3.5-3-3.5 -.5 0-8 0-8 0v16c0 0 6.5 0 8 0 2 0 3 1 3 3 0-2 1-3 3-3 1.5 0 8 0 8 0v-16h-2"></path>
<line x1="11.5" x2="11.5" y1="6" y2="21"></line>
<polygon points="20.5,10 18.5,8 16.5,10 16.5,1.5 20.5,1.5"></polygon>
<path d="M16.5 2.5c0 0-1.893 0-2 0 -2 0-3 1.5-3 3.5 0-2-1-3.5-3-3.5 -.5 0-8 0-8 0v16c0 0 6.5 0 8 0 2 0 3 1 3 3 0-2 1-3 3-3 1.5 0 8 0 8 0v-16h-2" />
<line x1="11.5" x2="11.5" y1="6" y2="21" />
<polygon points="20.5,10 18.5,8 16.5,10 16.5,1.5 20.5,1.5" />
</>
),
};
Expand Down

0 comments on commit 313a4d1

Please sign in to comment.