Add private calls
All checks were successful
Build and Release / build-and-release (push) Successful in 11m59s
All checks were successful
Build and Release / build-and-release (push) Successful in 11m59s
This commit is contained in:
1
packages/shared/src/assets/icons/call.svg
Normal file
1
packages/shared/src/assets/icons/call.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg x="0" y="0" class="icon__9293f" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M2 7.4A5.4 5.4 0 0 1 7.4 2c.36 0 .7.22.83.55l1.93 4.64a1 1 0 0 1-.43 1.25L7 10a8.52 8.52 0 0 0 7 7l1.12-2.24a1 1 0 0 1 1.19-.51l5.06 1.56c.38.11.63.46.63.85C22 19.6 19.6 22 16.66 22h-.37C8.39 22 2 15.6 2 7.71V7.4ZM13 3a1 1 0 0 1 1-1 8 8 0 0 1 8 8 1 1 0 1 1-2 0 6 6 0 0 0-6-6 1 1 0 0 1-1-1Z" class=""></path><path fill="currentColor" d="M13 7a1 1 0 0 1 1-1 4 4 0 0 1 4 4 1 1 0 1 1-2 0 2 2 0 0 0-2-2 1 1 0 0 1-1-1Z" class=""></path></svg>
|
||||
|
After Width: | Height: | Size: 622 B |
@@ -28,6 +28,7 @@ import FriendsIcon from './friends.svg';
|
||||
import SharingIcon from './sharing.svg';
|
||||
import PersonalMuteIcon from './personal_mute.svg';
|
||||
import ServerMuteIcon from './server_mute.svg';
|
||||
import CallIcon from './call.svg';
|
||||
|
||||
export {
|
||||
AddIcon,
|
||||
@@ -59,7 +60,8 @@ export {
|
||||
FriendsIcon,
|
||||
SharingIcon,
|
||||
PersonalMuteIcon,
|
||||
ServerMuteIcon
|
||||
ServerMuteIcon,
|
||||
CallIcon
|
||||
};
|
||||
|
||||
export const Icons = {
|
||||
@@ -92,5 +94,6 @@ export const Icons = {
|
||||
Friends: FriendsIcon,
|
||||
Sharing: SharingIcon,
|
||||
PersonalMute: PersonalMuteIcon,
|
||||
ServerMute: ServerMuteIcon
|
||||
ServerMute: ServerMuteIcon,
|
||||
Call: CallIcon
|
||||
};
|
||||
|
||||
1
packages/shared/src/assets/icons/memebers.svg
Normal file
1
packages/shared/src/assets/icons/memebers.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg x="0" y="0" class="icon__9293f" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 8a3 3 0 1 0-2.7-4.3c-.2.4.06.86.44 1.12a5 5 0 0 1 2.14 3.08c.01.06.06.1.12.1ZM18.44 17.27c.15.43.54.73 1 .73h1.06c.83 0 1.5-.67 1.5-1.5a7.5 7.5 0 0 0-6.5-7.43c-.55-.08-.99.38-1.1.92-.06.3-.15.6-.26.87-.23.58-.05 1.3.47 1.63a9.53 9.53 0 0 1 3.83 4.78ZM12.5 9a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM2 20.5a7.5 7.5 0 0 1 15 0c0 .83-.67 1.5-1.5 1.5a.2.2 0 0 1-.2-.16c-.2-.96-.56-1.87-.88-2.54-.1-.23-.42-.15-.42.1v2.1a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2.1c0-.25-.31-.33-.42-.1-.32.67-.67 1.58-.88 2.54a.2.2 0 0 1-.2.16A1.5 1.5 0 0 1 2 20.5Z" class=""></path></svg>
|
||||
|
After Width: | Height: | Size: 745 B |
Reference in New Issue
Block a user