Add undo and redo alternative (#643)

This commit is contained in:
Lennard Scheibel
2022-05-09 17:14:24 +02:00
committed by GitHub
parent aa8b23b12a
commit 96aec6562a
3 changed files with 36 additions and 0 deletions

14
icons/redo-2.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m15 14 5-5-5-5" />
<path d="M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13" />
</svg>

After

Width:  |  Height:  |  Size: 310 B

14
icons/undo-2.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 14 4 9l5-5" />
<path d="M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11" />
</svg>

After

Width:  |  Height:  |  Size: 311 B

View File

@@ -1993,6 +1993,10 @@
"undo",
"history"
],
"redo-2": [
"undo",
"history"
],
"refresh-ccw": [
"arrows",
"reload"
@@ -2593,6 +2597,10 @@
"redo",
"history"
],
"undo-2": [
"redo",
"history"
],
"unlink": [
"url",
"unchain",