changeset 0381da032e0f in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=0381da032e0f
description:
        Use outline style mdi icons for back and forwards

        issue8400
        review271521003
diffstat:

 tryton/data/pixmaps/tryton/tryton-back.svg    |  4 ++--
 tryton/data/pixmaps/tryton/tryton-forward.svg |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r e8783e6ee17a -r 0381da032e0f tryton/data/pixmaps/tryton/tryton-back.svg
--- a/tryton/data/pixmaps/tryton/tryton-back.svg        Sun Jun 16 19:24:15 
2019 +0200
+++ b/tryton/data/pixmaps/tryton/tryton-back.svg        Mon Jun 17 22:24:46 
2019 +0200
@@ -1,4 +1,4 @@
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <path d="M11.67 3.87L9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"/>
-    <path fill="none" d="M0 0h24v24H0z"/>
+    <path fill="none" d="M0 0h24v24H0V0z"/>
+    <path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 
12l8.13-8.13z"/>
 </svg>
diff -r e8783e6ee17a -r 0381da032e0f 
tryton/data/pixmaps/tryton/tryton-forward.svg
--- a/tryton/data/pixmaps/tryton/tryton-forward.svg     Sun Jun 16 19:24:15 
2019 +0200
+++ b/tryton/data/pixmaps/tryton/tryton-forward.svg     Mon Jun 17 22:24:46 
2019 +0200
@@ -1,4 +1,4 @@
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <path d="M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z"/>
-    <path fill="none" d="M0 0h24v24H0z"/>
+    <path fill="none" d="M24 24H0V0h24v24z"/>
+    <path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 
8.13z"/>
 </svg>

Reply via email to