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>
19
icons/outline/arrow-down-dashed.svg
Normal 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 |
19
icons/outline/arrow-left-dashed.svg
Normal 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 |
19
icons/outline/arrow-narrow-down-dashed.svg
Normal 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 |
19
icons/outline/arrow-narrow-left-dashed.svg
Normal 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 |
19
icons/outline/arrow-narrow-right-dashed.svg
Normal 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 |
19
icons/outline/arrow-narrow-up-dashed.svg
Normal 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 |
19
icons/outline/arrow-right-dashed.svg
Normal 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 |
19
icons/outline/arrow-up-dashed.svg
Normal 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 |