Update sealed sender icon

This commit is contained in:
Evan Hahn 2021-07-12 14:57:46 -05:00 committed by GitHub
parent 455820a9cf
commit 49dcc11a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1 @@
<svg height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="m8.5 15h-6a1.5 1.5 0 0 1 -1.5-1.5v-6a1.5 1.5 0 0 1 1.5-1.5h6zm7-1.5h-1.5v1.5h1.5zm3.5 0h-1.5v1.5a1.5 1.5 0 0 0 1.5-1.5zm0-3.5h-1.5v1.5h1.5zm0-3.5v-2.5a1.5 1.5 0 0 0 -1.5-1.5h-6a1.5 1.5 0 0 0 -1.5 1.5v11z"/></svg>

After

Width:  |  Height:  |  Size: 304 B

View File

@ -1 +0,0 @@
<svg height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="m9.5 13.5v1.5h-8.5c-.55228475 0-1-.4477153-1-1v-7.5c0-.55228475.44771525-1 1-1h8.5v4h-8v1.5h8v1h-8v1.5zm-8-6.5v1.5h6v-1.5zm9 6.9993439v-10.9993439c0-.55228475.4477153-1 1-1h7.5c.5522847 0 1 .44771525 1 1v2.48610565zm2.5.0006561h1v1h-1zm3 0h1v1h-1zm3 0h1c0 .5522847-.4477153 1-1 1zm0-3h1v1h-1zm0-3h1v1h-1z" fill-rule="evenodd"/></svg>

Before

Width:  |  Height:  |  Size: 425 B

View File

@ -3302,10 +3302,16 @@ button.module-conversation-details__action-button {
display: inline-block;
@include light-theme {
@include color-svg('../images/unidentified-delivery.svg', $color-gray-60);
@include color-svg(
'../images/icons/v2/unidentified-delivery-solid-20.svg',
$color-gray-60
);
}
@include dark-theme {
@include color-svg('../images/unidentified-delivery.svg', $color-gray-25);
@include color-svg(
'../images/icons/v2/unidentified-delivery-solid-20.svg',
$color-gray-25
);
}
}