Update screensharing icon
This commit is contained in:
parent
6c25f3a463
commit
264bdaaaaf
3 changed files with 3 additions and 6 deletions
1
images/icons/v2/share-screen-26.svg
Normal file
1
images/icons/v2/share-screen-26.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path d="m20.5 4.75h-15a3.5 3.5 0 0 0 -3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h15a3.5 3.5 0 0 0 3.5-3.5v-9.5a3.5 3.5 0 0 0 -3.5-3.5zm-3.38 8.37a.87.87 0 0 1 -1.24 0l-2-2v6.38a.88.88 0 0 1 -1.76 0v-6.39l-2 2a.88.88 0 0 1 -1.24-1.24l3.5-3.5a.88.88 0 0 1 1.24 0l3.5 3.5a.88.88 0 0 1 0 1.25z"/></svg>
|
After Width: | Height: | Size: 350 B |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="m23 4.5h-18a3 3 0 0 0 -3 3v13a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3v-13a3 3 0 0 0 -3-3zm-5 10-2.6-2.6-.65-.9v9h-1.5v-9l-.62.93-2.63 2.6-1-1.06 5-5 5 5z"/></svg>
|
Before Width: | Height: | Size: 223 B |
|
@ -5420,7 +5420,7 @@ button.module-image__border-overlay:focus {
|
|||
}
|
||||
|
||||
&--presenting {
|
||||
$icon: '../images/icons/v2/share-screen-solid-28.svg';
|
||||
$icon: '../images/icons/v2/share-screen-26.svg';
|
||||
&--on {
|
||||
@include calling-button-icon-on($icon);
|
||||
}
|
||||
|
@ -6099,10 +6099,7 @@ button.module-image__border-overlay:focus {
|
|||
}
|
||||
|
||||
&__presenting {
|
||||
@include color-svg(
|
||||
'../images/icons/v2/share-screen-solid-28.svg',
|
||||
$color-white
|
||||
);
|
||||
@include color-svg('../images/icons/v2/share-screen-26.svg', $color-white);
|
||||
display: inline-block;
|
||||
margin-left: 18px;
|
||||
height: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue