Remove blue-ish tint from flat white icons

Signed-off-by: Trisave <42098407+Protrikk@users.noreply.github.com>
This commit is contained in:
Trisave
2022-11-22 18:30:21 +01:00
committed by GitHub
parent 68b7aa0a4d
commit 66f9fed2f2
47 changed files with 93 additions and 93 deletions

View File

@ -1,3 +1,3 @@
<svg fill="#D8DEE9" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<svg fill="#eeeeee" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"/>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 248 B

After

Width:  |  Height:  |  Size: 249 B