1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-02 10:24:07 +02:00

8 new icons: outline/arrow-down-dashed, outline/arrow-left-dashed, outline/arrow-right-dashed, outline/arrow-up-dashed, outline/arrow-narrow-down-dashed, outline/arrow-narrow-left-dashed, outline/arrow-narrow-right-dashed, outline/arrow-narrow-up-dashed (#1220)

Co-authored-by: codecalm <codecalm@gmail.com>
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
Pigeon
2024-09-27 00:39:32 +01:00
committed by GitHub
parent dca84ef767
commit 951dfd6d72
8 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!--
tags: [proceed, swipe, below, bottom]
category: Arrows
-->
<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="M12 5v.5m0 3v1.5m0 3v6" />
<path d="M18 13l-6 6" />
<path d="M6 13l6 6" />
</svg>

After

Width:  |  Height:  |  Size: 362 B

View File

@@ -0,0 +1,19 @@
<!--
tags: [back, swipe, return]
category: Arrows
-->
<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 12h6m3 0h1.5m3 0h.5" />
<path d="M5 12l6 6" />
<path d="M5 12l6 -6" />
</svg>

After

Width:  |  Height:  |  Size: 351 B

View File

@@ -0,0 +1,19 @@
<!--
tags: [bottom, proceed, swipe, next]
category: Arrows
-->
<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="M12 5v.5m0 3v1.5m0 3v6" />
<path d="M16 15l-4 4" />
<path d="M8 15l4 4" />
</svg>

After

Width:  |  Height:  |  Size: 361 B

View File

@@ -0,0 +1,19 @@
<!--
tags: [back, previous, pointer, point]
category: Arrows
-->
<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 12h6m3 0h1.5m3 0h.5" />
<path d="M5 12l4 4" />
<path d="M5 12l4 -4" />
</svg>

After

Width:  |  Height:  |  Size: 362 B

View File

@@ -0,0 +1,19 @@
<!--
tags: [next, proceed, point, pointer]
category: Arrows
-->
<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 12h.5m3 0h1.5m3 0h6" />
<path d="M15 16l4 -4" />
<path d="M15 8l4 4" />
</svg>

After

Width:  |  Height:  |  Size: 362 B

View File

@@ -0,0 +1,19 @@
<!--
tags: [top, point]
category: Arrows
-->
<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="M12 5v6m0 3v1.5m0 3v.5" />
<path d="M16 9l-4 -4" />
<path d="M8 9l4 -4" />
</svg>

After

Width:  |  Height:  |  Size: 343 B

View File

@@ -0,0 +1,19 @@
<!--
tags: [next, proceed, swipe]
category: Arrows
-->
<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 12h.5m3 0h1.5m3 0h6" />
<path d="M13 18l6 -6" />
<path d="M13 6l6 6" />
</svg>

After

Width:  |  Height:  |  Size: 353 B

View File

@@ -0,0 +1,19 @@
<!--
tags: [top, point]
category: Arrows
-->
<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="M12 5v6m0 3v1.5m0 3v.5" />
<path d="M18 11l-6 -6" />
<path d="M6 11l6 -6" />
</svg>

After

Width:  |  Height:  |  Size: 345 B