Skip to content

Commit

Permalink
Merge pull request #7934 from sg00dwin/insight-icon-vert-align-bug191…
Browse files Browse the repository at this point in the history
…8826

Bug 1918826: Adjust Insights popover icon to center align vertically
  • Loading branch information
openshift-merge-robot committed Jan 29, 2021
2 parents 0d083ec + 1aff6a5 commit 8884fd3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import * as React from 'react';

const CriticalIcon = (props) => (
<svg viewbox="0 0 10 10" {...props}>
<polygon points="10 10, 10 3, 5 0, 0 3, 0 10, 5 8" />
<svg x="1.5">
<svg viewbox="0 0 10 10" {...props}>
<polygon points="10 10, 10 3, 5 0, 0 3, 0 10, 5 8" />
</svg>
</svg>
);

Expand Down

0 comments on commit 8884fd3

Please sign in to comment.