Update calling raise hand and react icons

This commit is contained in:
ayumi-signal 2024-01-22 12:23:41 -08:00 committed by GitHub
parent 5c6ff62530
commit b2c8ac6909
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1 @@
<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.814 3.758c.853-.95 2.033-1.466 3.327-1.466 1.605 0 3.048.98 3.859 2.361.811-1.38 2.255-2.361 3.86-2.361 1.293 0 2.473.516 3.326 1.466.851.948 1.356 2.303 1.356 3.95 0 .392-.047.8-.135 1.218a6.25 6.25 0 0 0-8.012 9.466l-.209.106a.417.417 0 0 1-.372 0c-2.298-1.147-4.376-2.966-5.882-4.92-1.498-1.943-2.474-4.079-2.474-5.87 0-1.647.505-3.002 1.356-3.95Z" fill="#000"/><path d="M15 10.52a.73.73 0 0 1 .73.73v2.188h2.187a.73.73 0 1 1 0 1.458h-2.188v2.187a.73.73 0 0 1-1.458 0v-2.187h-2.188a.73.73 0 1 1 0-1.459h2.188V11.25a.73.73 0 0 1 .729-.73Z" fill="#000"/></svg>

After

Width:  |  Height:  |  Size: 648 B

View file

@ -0,0 +1 @@
<svg width="20" height="21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.417 18.875a6.042 6.042 0 0 0 6.041-6.017V5.542a.833.833 0 0 0-1.666-.003V9.5h-1.25V3.458a.833.833 0 0 0-1.667 0V9.5h-1.25V2.208a.833.833 0 0 0-1.667 0V9.5h-1.25V3.875a.833.833 0 0 0-1.666 0V12h-.815L4.02 9.727a1.458 1.458 0 0 0-1.973-.603.417.417 0 0 0-.172.563l1.673 3.146h.002l1.405 2.643c.022.04.05.077.082.107a6.041 6.041 0 0 0 5.38 3.292Z" fill="#000"/></svg>

After

Width:  |  Height:  |  Size: 452 B

View file

@ -89,7 +89,7 @@
} }
&--raise-hand { &--raise-hand {
$icon: '../images/icons/v3/raise_hand/raise_hand-light.svg'; $icon: '../images/icons/v3/raise_hand/raise_hand-fill-light.svg';
&--on { &--on {
@include calling-button-icon-highlighted($icon); @include calling-button-icon-highlighted($icon);
} }
@ -99,7 +99,7 @@
} }
&--react { &--react {
$icon: '../images/icons/v3/heart/heart-plus.svg'; $icon: '../images/icons/v3/heart/heart-plus-fill.svg';
&--on { &--on {
@include calling-button-icon-highlighted($icon); @include calling-button-icon-highlighted($icon);
} }