refactor: Center second style of sort icons

This commit is contained in:
John Letey 2019-07-22 13:58:32 +01:00
parent 7a9b184e37
commit d2b150e9ad
No known key found for this signature in database
GPG Key ID: 3F07136ADE092F8D
2 changed files with 10 additions and 10 deletions

View File

@ -9,9 +9,9 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 5h9" />
<path d="M12 9h6" />
<path d="M12 13h3" />
<path d="M4 17l3 3 3-3" />
<line x1="7" y1="18" x2="7" y2="4" />
<path d="M11 5h10" />
<path d="M11 9h7" />
<path d="M11 13h4" />
<path d="M3 17l3 3 3-3" />
<path d="M6 18V4" />
</svg>

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 331 B

View File

@ -9,9 +9,9 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 5h3" />
<path d="M12 9h6" />
<path d="M12 13h9" />
<path d="M4 17l3 3 3-3" />
<line x1="7" y1="18" x2="7" y2="4" />
<path d="M11 5h4" />
<path d="M11 9h7" />
<path d="M11 13h10" />
<path d="M3 17l3 3 3-3" />
<path d="M6 18V4" />
</svg>

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 331 B