2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

Move the icon to a partial and optimize it.

This commit is contained in:
XhmikosR
2019-07-16 11:32:51 +03:00
parent 3898df1f5a
commit 8bc6692082
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg"{{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{ . }}"{{ end }} viewBox="0 0 16 16"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 14l6-6-6-6"/></svg>

After

Width:  |  Height:  |  Size: 318 B