Replace ascii traingles with svgs

This commit is contained in:
Luis Cielak
2018-07-31 14:44:56 -04:00
committed by luisgov
parent b0a79e9b38
commit 38a6784222
4 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M8 15L2 7h12z" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 147 B

View File

@@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M14 9l-8 6V3z" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 146 B