Chromium Code Reviews| Index: chrome/browser/resources/settings/images/arrow_right.svg |
| diff --git a/chrome/browser/resources/settings/images/arrow_right.svg b/chrome/browser/resources/settings/images/arrow_right.svg |
| index 368c70a3a7e0f1733ab48276cfd415668d8eb217..641b8dbc4969042887cea7ded58724505c9cbf98 100644 |
| --- a/chrome/browser/resources/settings/images/arrow_right.svg |
| +++ b/chrome/browser/resources/settings/images/arrow_right.svg |
| @@ -1 +1 @@ |
| -<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="#757575"><g transform="translate(24) rotate(90)"><path d="M7 14l5-5 5 5z"></path></g></svg> |
| +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#757575"><path d="M10 7l5 5-5 5z"/></svg> |
|
dpapad
2016/10/05 01:32:48
How about simplifying the path, to start from 0 0
|