Improve tag icon (#18109)

Improve tag icon
This commit is contained in:
John Molakvoæ 2019-11-25 17:43:31 +01:00 committed by GitHub
commit 7ccb70487b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -295,7 +295,7 @@ img, object, video, button, textarea, input, select, div[contenteditable='true']
}
}
@include icon-black-white('tag', 'actions', 1, true);
@include icon-black-white('tag', 'actions', 2, true);
@include icon-black-white('timezone', 'actions', 1, true);
@include icon-black-white('toggle', 'actions', 1, true);
@include icon-black-white('toggle-background', 'actions', 1, true);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 380 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="m1 1.5v4.5l8.85 8.888c0.1606 0.1613 0.43 0.1463 0.6044-0.0281l4.405-4.405c0.1744-0.1744 0.189-0.4434 0.028-0.6044l-8.888-8.85h-4.5c-0.28-0-0.5 0.2201-0.5 0.5zm2.3 1.8c0.5-0.5 1.3-0.5 1.8 0s0.5 1.3 0 1.8-1.3 0.5-1.8 0-0.5-1.3 0-1.8z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M1.55 1c-.15 0-.29.06-.39.16-.1.1-.16.24-.16.4v5.18c0 .16.07.3.17.4l7.68 7.68a.6.6 0 00.86 0l5.11-5.1a.6.6 0 000-.87L7.14 1.18a.57.57 0 00-.4-.18H1.55zM4.5 3A1.5 1.5 0 016 4.5 1.5 1.5 0 014.5 6 1.5 1.5 0 013 4.5 1.5 1.5 0 014.5 3z"/></svg>

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 311 B