Created selection-flag start and end flag (#380)
* Created selection-flag start and end flag * Update icons/selection-flag-start.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * Update icons/selection-flag-end.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * Rename selection-flag-start.svg to flag-triangle-right.svg * Rename selection-flag-end.svg to flag-triangle-left.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
13
icons/flag-triangle-left.svg
Normal file
13
icons/flag-triangle-left.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<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="M17 22 17 2 7 7 17 12" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 245 B |
13
icons/flag-triangle-right.svg
Normal file
13
icons/flag-triangle-right.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<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="M7 22 7 2 17 7 7 12" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 243 B |
Reference in New Issue
Block a user