mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Update icons to v3
This commit is contained in:
committed by
Josh Perez
parent
be60b3d225
commit
51d1a62f70
@@ -56,7 +56,7 @@
|
||||
height: 16px;
|
||||
margin-inline-end: 8px;
|
||||
width: 16px;
|
||||
vertical-align: middle;
|
||||
vertical-align: text-top;
|
||||
|
||||
@include light-theme {
|
||||
background-color: $color-gray-60;
|
||||
@@ -68,36 +68,36 @@
|
||||
|
||||
&--icon-audio-incoming::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/phone-incoming-16.svg',
|
||||
'../images/icons/v2/phone-incoming-solid-16.svg'
|
||||
'../images/icons/v3/phone/phone-compact.svg',
|
||||
'../images/icons/v3/phone/phone-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-audio-missed::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/phone-x-16.svg',
|
||||
'../images/icons/v2/phone-x-solid-16.svg'
|
||||
'../images/icons/v3/phone/phone-compact.svg',
|
||||
'../images/icons/v3/phone/phone-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-audio-outgoing::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/phone-outgoing-16.svg',
|
||||
'../images/icons/v2/phone-outgoing-solid-16.svg'
|
||||
'../images/icons/v3/phone/phone-compact.svg',
|
||||
'../images/icons/v3/phone/phone-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-group::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/group-outline-24.svg',
|
||||
'../images/icons/v2/group-solid-24.svg'
|
||||
'../images/icons/v3/group/group-compact.svg',
|
||||
'../images/icons/v3/group/group-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-group-access::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/megaphone-16.svg',
|
||||
'../images/icons/v2/megaphone-solid-16.svg'
|
||||
'../images/icons/v3/megaphone/megaphone-compact.svg',
|
||||
'../images/icons/v3/megaphone/megaphone-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
@@ -117,8 +117,8 @@
|
||||
|
||||
&--icon-group-avatar::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/photo-16.svg',
|
||||
'../images/icons/v2/photo-solid-16.svg'
|
||||
'../images/icons/v3/photo/photo-square-compact.svg',
|
||||
'../images/icons/v3/photo/photo-square-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
@@ -131,15 +131,15 @@
|
||||
|
||||
&--icon-group-edit::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/edit-16.svg',
|
||||
'../images/icons/v2/edit-solid-16.svg'
|
||||
'../images/icons/v3/edit/edit-compact.svg',
|
||||
'../images/icons/v3/edit/edit-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-group-leave::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/leave-16.svg',
|
||||
'../images/icons/v2/leave-solid-16.svg'
|
||||
'../images/icons/v3/leave/leave-compact.svg',
|
||||
'../images/icons/v3/leave/leave-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
@@ -152,127 +152,127 @@
|
||||
|
||||
&--icon-group-summary::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/info-16.svg',
|
||||
'../images/icons/v2/info-16.svg'
|
||||
'../images/icons/v3/info/info-compact.svg',
|
||||
'../images/icons/v3/info/info-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-info::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/info-16.svg',
|
||||
'../images/icons/v2/info-solid-24.svg'
|
||||
'../images/icons/v3/info/info-compact.svg',
|
||||
'../images/icons/v3/info/info-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-phone::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/phone-right-outline-24.svg',
|
||||
'../images/icons/v2/phone-right-solid-24.svg'
|
||||
'../images/icons/v3/phone/phone-compact.svg',
|
||||
'../images/icons/v3/phone/phone-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-profile::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/profile-outline-20.svg',
|
||||
'../images/icons/v2/profile-outline-20.svg'
|
||||
'../images/icons/v3/person/person-compact.svg',
|
||||
'../images/icons/v3/person/person-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-safety-number::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/safety-number-outline-24.svg',
|
||||
'../images/icons/v2/safety-number-solid-24.svg'
|
||||
'../images/icons/v3/safety_number/safety_number-compact.svg',
|
||||
'../images/icons/v3/safety_number/safety_number-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-session-refresh::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/refresh-16.svg',
|
||||
'../images/icons/v2/refresh-16.svg'
|
||||
'../images/icons/v3/refresh/refresh.svg',
|
||||
'../images/icons/v3/refresh/refresh.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-timer::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/timer-outline-24.svg',
|
||||
'../images/icons/v2/timer-solid-16.svg'
|
||||
'../images/icons/v3/timer/timer-compact.svg',
|
||||
'../images/icons/v3/timer/timer-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-timer-disabled::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/timer-disabled-outline-24.svg',
|
||||
'../images/icons/v2/timer-disabled-solid-16.svg'
|
||||
'../images/icons/v3/timer/timer-slash-compact.svg',
|
||||
'../images/icons/v3/timer/timer-slash-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-unsupported::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/error-outline-24.svg',
|
||||
'../images/icons/v2/error-solid-24.svg'
|
||||
'../images/icons/v3/error/error-circle-compact.svg',
|
||||
'../images/icons/v3/error/error-circle-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-unsupported--can-process::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/check-circle-outline-24.svg',
|
||||
'../images/icons/v2/check-circle-solid-24.svg'
|
||||
'../images/icons/v3/check/check-circle-compact.svg',
|
||||
'../images/icons/v3/check/check-circle-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-verified::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/check-24.svg',
|
||||
'../images/icons/v2/check-24.svg'
|
||||
'../images/icons/v3/check/check-compact.svg',
|
||||
'../images/icons/v3/check/check-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-verified-not::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/safety-number-outline-24.svg',
|
||||
'../images/icons/v2/safety-number-solid-24.svg'
|
||||
'../images/icons/v3/safety_number/safety_number-compact.svg',
|
||||
'../images/icons/v3/safety_number/safety_number-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-video::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/video-outline-24.svg',
|
||||
'../images/icons/v2/video-outline-24.svg'
|
||||
'../images/icons/v3/video/video-compact.svg',
|
||||
'../images/icons/v3/video/video-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-video-incoming::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/video-incoming-16.svg',
|
||||
'../images/icons/v2/video-incoming-solid-16.svg'
|
||||
'../images/icons/v3/video/video-compact.svg',
|
||||
'../images/icons/v3/video/video-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-video-missed::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/video-x-16.svg',
|
||||
'../images/icons/v2/video-x-solid-16.svg'
|
||||
'../images/icons/v3/video/video-compact.svg',
|
||||
'../images/icons/v3/video/video-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-video-outgoing::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/video-outgoing-16.svg',
|
||||
'../images/icons/v2/video-outgoing-solid-16.svg'
|
||||
'../images/icons/v3/video/video-compact.svg',
|
||||
'../images/icons/v3/video/video-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-warning::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/error-outline-12.svg',
|
||||
'../images/icons/v2/error-outline-12.svg'
|
||||
'../images/icons/v3/error/error-circle-compact.svg',
|
||||
'../images/icons/v3/error/error-circle-compact.svg'
|
||||
);
|
||||
}
|
||||
|
||||
&--icon-payment-event::before {
|
||||
@include system-message-icon(
|
||||
'../images/icons/v2/credit-card-16.svg',
|
||||
'../images/icons/v2/credit-card-16.svg'
|
||||
'../images/icons/v3/payment/payment.svg',
|
||||
'../images/icons/v3/payment/payment.svg'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user