mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
fix: Fix arrow-down-left
and arrow-down-right
icons
This commit is contained in:
@@ -9,6 +9,6 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<line x1="7" y1="7" x2="17" y2="17" />
|
<line x1="17" y1="7" x2="7" y2="17" />
|
||||||
<polyline points="17 7 17 17 7 17" />
|
<polyline points="17 17 7 17 7 7" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 288 B |
@@ -9,6 +9,6 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<line x1="17" y1="7" x2="7" y2="17" />
|
<line x1="7" y1="7" x2="17" y2="17" />
|
||||||
<polyline points="17 17 7 17 7 7" />
|
<polyline points="17 7 17 17 7 17" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 289 B |
Reference in New Issue
Block a user