changeset 519b72bb1d60 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset;node=519b72bb1d60
description:
Use outline style mdi icons for back and forwards
issue8400
review271521003
diffstat:
images/tryton-back.svg | 4 ++--
images/tryton-forward.svg | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 2d92fb501ac0 -r 519b72bb1d60 images/tryton-back.svg
--- a/images/tryton-back.svg Sun Jun 16 19:24:15 2019 +0200
+++ b/images/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 2d92fb501ac0 -r 519b72bb1d60 images/tryton-forward.svg
--- a/images/tryton-forward.svg Sun Jun 16 19:24:15 2019 +0200
+++ b/images/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>