Compare commits

...

1 Commits

Author SHA1 Message Date
Jonas Höbenreich
7ed206af4a Add alternative arrow icons (#1227)
* add move-left icon

* add move-right icon

* add move-down-left icon

* add move-down-right icon

* add move-down icon

* add move-up-right icon

* add move-up-left icon

* add move-up icon

* fix formatting
2023-05-30 21:47:04 +02:00
16 changed files with 200 additions and 0 deletions

10
icons/move-down-left.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"direction"
],
"categories": [
"arrows"
]
}

14
icons/move-down-left.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="M11 19H5V13" />
<path d="M19 5L5 19" />
</svg>

After

Width:  |  Height:  |  Size: 261 B

View File

@@ -0,0 +1,10 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"direction"
],
"categories": [
"arrows"
]
}

14
icons/move-down-right.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="M19 13V19H13" />
<path d="M5 5L19 19" />
</svg>

After

Width:  |  Height:  |  Size: 262 B

12
icons/move-down.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"direction",
"downwards",
"south"
],
"categories": [
"arrows"
]
}

14
icons/move-down.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="M8 18L12 22L16 18" />
<path d="M12 2V22" />
</svg>

After

Width:  |  Height:  |  Size: 265 B

12
icons/move-left.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"direction",
"back",
"west"
],
"categories": [
"arrows"
]
}

14
icons/move-left.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="M6 8L2 12L6 16" />
<path d="M2 12H22" />
</svg>

After

Width:  |  Height:  |  Size: 262 B

12
icons/move-right.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"direction",
"trend flat",
"east"
],
"categories": [
"arrows"
]
}

14
icons/move-right.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="M18 8L22 12L18 16" />
<path d="M2 12H22" />
</svg>

After

Width:  |  Height:  |  Size: 265 B

10
icons/move-up-left.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"direction"
],
"categories": [
"arrows"
]
}

14
icons/move-up-left.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="M5 11V5H11" />
<path d="M5 5L19 19" />
</svg>

After

Width:  |  Height:  |  Size: 260 B

10
icons/move-up-right.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"direction"
],
"categories": [
"arrows"
]
}

14
icons/move-up-right.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="M13 5H19V11" />
<path d="M19 5L5 19" />
</svg>

After

Width:  |  Height:  |  Size: 261 B

12
icons/move-up.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"arrow",
"direction",
"upwards",
"north"
],
"categories": [
"arrows"
]
}

14
icons/move-up.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="M8 6L12 2L16 6" />
<path d="M12 2V22" />
</svg>

After

Width:  |  Height:  |  Size: 262 B