Skip to content
This repository was archived by the owner on Aug 27, 2018. It is now read-only.

Commit

Permalink
Notifications: updates the reply icon for consistency with the latest…
Browse files Browse the repository at this point in the history
… release of gridicons
  • Loading branch information
Rodrigo Iloro committed Oct 18, 2017
1 parent bb441cc commit 5ef6610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/gridicons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default React.createClass({
<svg {...sharedProps} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>Reply</title>
<g>
<path d="M14 8H6.828l2.586-2.586L8 4 3 9l5 5 1.414-1.414L6.828 10H14c2.206 0 4 1.794 4 4s-1.794 4-4 4h-2v2h2c3.314 0 6-2.686 6-6s-2.686-6-6-6z" />
<path d="M9 16h7.2l-2.6 2.6L15 20l5-5-5-5-1.4 1.4 2.6 2.6H9c-2.2 0-4-1.8-4-4s1.8-4 4-4h2V4H9c-3.3 0-6 2.7-6 6s2.7 6 6 6z" />
</g>
</svg>
);
Expand Down

0 comments on commit 5ef6610

Please sign in to comment.