Add arrow icons svgs

This commit is contained in:
Rafael Mardojai CM 2019-07-10 11:00:56 -05:00
parent cb826a835d
commit 36f26ef1d9
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<path d="M13 6l-5 5-5-5z" fill="#2e3436"/>
</svg>

After

Width:  |  Height:  |  Size: 118 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<path d="M6 13l5-5-5-5z" fill="#2e3436"/>
</svg>

After

Width:  |  Height:  |  Size: 117 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<path d="M10 13L5 8l5-5z" fill="#2e3436"/>
</svg>

After

Width:  |  Height:  |  Size: 118 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<path d="M13 10L8 5l-5 5z" fill="#2e3436"/>
</svg>

After

Width:  |  Height:  |  Size: 119 B