Add move-3d icon (#705)

This commit is contained in:
Lennard Scheibel
2022-06-14 17:13:51 +02:00
committed by GitHub
parent ea5fbd00e0
commit 0cd0d339e8
2 changed files with 24 additions and 0 deletions

16
icons/move-3d.svg Normal file
View File

@@ -0,0 +1,16 @@
<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="M5 3v16h16" />
<path d="m5 19 6-6" />
<path d="m2 6 3-3 3 3" />
<path d="m18 16 3 3-3 3" />
</svg>

After

Width:  |  Height:  |  Size: 317 B

View File

@@ -2030,6 +2030,14 @@
"move": [
"arrows"
],
"move-3d": [
"arrows",
"axis",
"gizmo",
"coordinates",
"transform",
"translate"
],
"move-diagonal": [
"double",
"arrow"