fix: pixelated icons on the menu

This commit is contained in:
Richard Ramos 2020-08-14 08:08:09 -04:00 committed by Pascal Precht
parent 60b0a4f115
commit f6cf197983
17 changed files with 55 additions and 47 deletions

View File

@ -84,7 +84,7 @@ Item {
anchors.right: !isCurrentUser ? undefined : parent.right
anchors.rightMargin: !isCurrentUser ? 0 : Style.current.padding
anchors.top: authorCurrentMsg != authorPrevMsg && !isCurrentUser ? chatImage.top : (dateGroupLbl.visible ? dateGroupLbl.bottom : parent.top)
anchors.topMargin: dateGroupLbl.visible ? Style.current.padding : 0
anchors.topMargin: 0
visible: isMessage
ChatReply {

View File

@ -7,7 +7,7 @@ import "../components"
Rectangle {
property string channelNameStr: "#" + chatsModel.activeChannel.id
property int iconSize: 13
property int iconSize: 16
id: chatTopBarContent
color: Style.current.background

View File

@ -19,18 +19,24 @@ AddButton {
//% "Start new chat"
text: qsTrId("start-new-chat")
icon.source: "../../../img/new_chat.svg"
icon.width: 20
icon.height: 20
onTriggered: privateChatPopup.open()
}
Action {
//% "Start group chat"
text: qsTrId("start-group-chat")
icon.source: "../../../img/group_chat.svg"
icon.width: 20
icon.height: 20
onTriggered: groupChatPopup.open()
}
Action {
//% "Join public chat"
text: qsTrId("new-public-group-chat")
icon.source: "../../../img/public_chat.svg"
icon.width: 20
icon.height: 20
onTriggered: publicChatPopup.open()
}
onAboutToHide: {

View File

@ -58,13 +58,13 @@ ScrollView {
subMenuIcons: [
{
source: Qt.resolvedUrl("../../../img/bell.svg"),
width: 13,
height: 13
width: 16,
height: 16
},
{
source: Qt.resolvedUrl("../../../img/fetch.svg"),
width: 13,
height: 13
width: 16,
height: 16
}
]
@ -76,8 +76,8 @@ ScrollView {
Action {
text: qsTr("View Group")
icon.source: "../../../img/group.svg"
icon.width: 13
icon.height: 13
icon.width: 16
icon.height: 16
onTriggered: console.log('TODO View group')
}
@ -97,8 +97,8 @@ ScrollView {
Action {
text: qsTr("Mark as Read")
icon.source: "../../../img/check-circle.svg"
icon.width: 13
icon.height: 13
icon.width: 16
icon.height: 16
onTriggered: {
chatsModel.markAllChannelMessagesReadByIndex(channelContextMenu.channelIndex)
}
@ -116,8 +116,8 @@ ScrollView {
Action {
text: qsTr("Clear History")
icon.source: "../../../img/close.svg"
icon.width: 13
icon.height: 13
icon.width: 16
icon.height: 16
onTriggered: chatsModel.clearChatHistoryByIndex(channelContextMenu.channelIndex)
}
@ -126,8 +126,8 @@ ScrollView {
Action {
text: qsTr("Leave Group")
icon.source: "../../../img/leave_chat.svg"
icon.width: 13
icon.height: 13
icon.width: 16
icon.height: 16
onTriggered: chatsModel.leaveChatByIndex(channelContextMenu.channelIndex)
}
}

View File

@ -93,8 +93,8 @@ PopupMenu {
text: qsTrId("view-profile")
onTriggered: profilePopup.open()
icon.source: "../../../img/profileActive.svg"
icon.width: 13
icon.height: 13
icon.width: 16
icon.height: 16
}
Action {
text: messageContextMenu.isProfile ?
@ -103,7 +103,7 @@ PopupMenu {
qsTrId("reply-to")
onTriggered: messageContextMenu.isProfile ? chatsModel.joinChat(profilePopup.fromAuthor, Constants.chatTypeOneToOne) : showReplyArea()
icon.source: "../../../img/messageActive.svg"
icon.width: 13
icon.height: 13
icon.width: 16
icon.height: 16
}
}

View File

@ -1,3 +1,3 @@
<svg width="18" height="21" viewBox="0 0 18 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2815 17C11.9452 17 11.7036 17.3279 11.7349 17.6628C11.7449 17.7703 11.7504 17.8827 11.7504 18C11.7504 19.3889 10.5441 20.75 9.00041 20.75C7.45677 20.75 6.25041 19.3889 6.25041 18C6.25041 17.8827 6.25591 17.7703 6.26596 17.6628C6.29725 17.3279 6.05564 17 5.71934 17H2.52151C0.785229 17 -0.126317 14.9394 1.04163 13.6547L2.21849 12.3601C2.72921 11.7983 3.06949 11.1028 3.19958 10.3548L4.31505 3.94085C4.71121 1.66293 6.6883 0 9.00041 0C11.3125 0 13.2896 1.66293 13.6858 3.94085L14.8012 10.3548C14.9313 11.1028 15.2716 11.7983 15.7823 12.3601L16.9592 13.6547C18.1271 14.9394 17.2156 17 15.4793 17H12.2815ZM8.03273 17.0283L8.03176 17.0293L8.03951 17.0214L8.04195 17.0188C8.04319 17.0175 8.04382 17.0168 8.04389 17.0167C8.04428 17.0163 8.04393 17.0167 8.04389 17.0167L8.04195 17.0188C8.05295 17.0073 8.06855 17 8.08446 17H9.91637C9.93228 17 9.94735 17.0068 9.95835 17.0183C9.96125 17.0217 9.96836 17.0302 9.97854 17.0438C10.0015 17.0744 10.0394 17.13 10.0796 17.2104C10.1587 17.3687 10.2504 17.6296 10.2504 18C10.2504 18.6111 9.66591 19.25 9.00041 19.25C8.33491 19.25 7.75041 18.6111 7.75041 18C7.75041 17.6296 7.84209 17.3687 7.92123 17.2104C7.96142 17.13 7.9993 17.0744 8.02229 17.0438C8.03246 17.0302 8.03906 17.0222 8.04195 17.0188L8.03951 17.0214L8.03766 17.0233L8.03454 17.0265L8.03273 17.0283ZM2.15154 14.6637L3.3284 13.3691C4.03064 12.5967 4.49853 11.6403 4.6774 10.6118L5.79286 4.19786C6.06407 2.63842 7.41757 1.5 9.00041 1.5C10.5833 1.5 11.9368 2.63842 12.208 4.19786L13.3234 10.6118C13.5023 11.6403 13.9702 12.5967 14.6724 13.3691L15.8493 14.6637C16.1413 14.9849 15.9134 15.5 15.4793 15.5H2.52151C2.08744 15.5 1.85956 14.9849 2.15154 14.6637Z" fill="#4360DF"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1873 12.6668C9.96313 12.6668 9.80205 12.8855 9.82292 13.1087C9.82962 13.1804 9.83328 13.2553 9.83328 13.3335C9.83328 14.2594 9.02904 15.1668 7.99995 15.1668C6.97085 15.1668 6.16662 14.2594 6.16662 13.3335C6.16662 13.2553 6.17028 13.1804 6.17698 13.1087C6.19784 12.8855 6.03677 12.6668 5.81257 12.6668H3.68068C2.52316 12.6668 1.91546 11.2931 2.6941 10.4366L3.47867 9.57357C3.81915 9.19905 4.046 8.73536 4.13273 8.23669L4.87637 3.96073C5.14048 2.44212 6.45854 1.3335 7.99995 1.3335C9.54136 1.3335 10.8594 2.44211 11.1235 3.96073L11.8672 8.23668C11.9539 8.73535 12.1808 9.19905 12.5212 9.57357L13.3058 10.4366C14.0844 11.2931 13.4767 12.6668 12.3192 12.6668H10.1873ZM7.35483 12.6857L7.35418 12.6864L7.35935 12.6811L7.36097 12.6794C7.3618 12.6785 7.36222 12.678 7.36227 12.678C7.36253 12.6777 7.36229 12.6779 7.36227 12.678L7.36097 12.6794C7.36831 12.6717 7.37871 12.6668 7.38931 12.6668H8.61059C8.62119 12.6668 8.63124 12.6714 8.63858 12.6791C8.64051 12.6813 8.64525 12.687 8.65203 12.696C8.66736 12.7164 8.69261 12.7535 8.7194 12.8071C8.77216 12.9126 8.83328 13.0865 8.83328 13.3335C8.83328 13.7409 8.44361 14.1668 7.99995 14.1668C7.55628 14.1668 7.16662 13.7409 7.16662 13.3335C7.16662 13.0865 7.22773 12.9126 7.2805 12.8071C7.30729 12.7535 7.33254 12.7164 7.34787 12.696C7.35465 12.687 7.35905 12.6816 7.36097 12.6794L7.35935 12.6811L7.35811 12.6824L7.35603 12.6845L7.35483 12.6857ZM3.43404 11.1093L4.21861 10.2462C4.68676 9.73127 4.99869 9.0937 5.11794 8.40803L5.86158 4.13207C6.04239 3.09244 6.94472 2.3335 7.99995 2.3335C9.05518 2.3335 9.95751 3.09244 10.1383 4.13207L10.882 8.40803C11.0012 9.0937 11.3131 9.73127 11.7813 10.2462L12.5659 11.1093C12.7605 11.3234 12.6086 11.6668 12.3192 11.6668H3.68068C3.3913 11.6668 3.23938 11.3234 3.43404 11.1093Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,4 +1,4 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.0829 4.61072C10.236 4.38096 10.1739 4.07052 9.94418 3.91735C9.71442 3.76417 9.40398 3.82626 9.2508 4.05602L5.58912 9.54856L4.02038 7.97982C3.82512 7.78456 3.50854 7.78456 3.31328 7.97982C3.11801 8.17508 3.11801 8.49167 3.31328 8.68693L5.31328 10.6869C5.4192 10.7929 5.56703 10.8457 5.7161 10.8309C5.86517 10.8162 5.99976 10.7354 6.08286 10.6107L10.0829 4.61072Z" fill="#4360DF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.00016 13.6667C3.31826 13.6667 0.333496 10.6819 0.333496 7.00004C0.333496 3.31814 3.31826 0.333374 7.00016 0.333374C10.6821 0.333374 13.6668 3.31814 13.6668 7.00004C13.6668 10.6819 10.6821 13.6667 7.00016 13.6667ZM7.00016 12.6667C3.87055 12.6667 1.3335 10.1297 1.3335 7.00004C1.3335 3.87043 3.87055 1.33337 7.00016 1.33337C10.1298 1.33337 12.6668 3.87043 12.6668 7.00004C12.6668 10.1297 10.1298 12.6667 7.00016 12.6667Z" fill="#4360DF"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.0824 5.61085C11.2355 5.38108 11.1735 5.07065 10.9437 4.91747C10.7139 4.7643 10.4035 4.82638 10.2503 5.05615L6.58863 10.5487L5.0199 8.97994C4.82463 8.78468 4.50805 8.78468 4.31279 8.97994C4.11753 9.17521 4.11753 9.49179 4.31279 9.68705L6.31279 11.687C6.41871 11.793 6.56654 11.8458 6.71561 11.8311C6.86468 11.8163 6.99927 11.7355 7.08237 11.6108L11.0824 5.61085Z" fill="#4360DF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99967 14.6668C4.31778 14.6668 1.33301 11.6821 1.33301 8.00016C1.33301 4.31826 4.31778 1.3335 7.99967 1.3335C11.6816 1.3335 14.6663 4.31826 14.6663 8.00016C14.6663 11.6821 11.6816 14.6668 7.99967 14.6668ZM7.99967 13.6668C4.87006 13.6668 2.33301 11.1298 2.33301 8.00016C2.33301 4.87055 4.87006 2.3335 7.99967 2.3335C11.1293 2.3335 13.6663 4.87055 13.6663 8.00016C13.6663 11.1298 11.1293 13.6668 7.99967 13.6668Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 985 B

After

Width:  |  Height:  |  Size: 976 B

View File

@ -1,4 +1,4 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.68656 4.31295C9.88182 4.50821 9.88182 4.8248 9.68656 5.02006L7.94244 6.76418C7.81227 6.89435 7.81227 7.10541 7.94244 7.23558L9.68656 8.9797C9.88182 9.17496 9.88182 9.49154 9.68656 9.68681C9.4913 9.88207 9.17472 9.88207 8.97945 9.68681L7.23534 7.94269C7.10516 7.81251 6.89411 7.81251 6.76393 7.94269L5.01989 9.68672C4.82463 9.88199 4.50805 9.88199 4.31279 9.68672C4.11753 9.49146 4.11753 9.17488 4.31279 8.97962L6.05682 7.23558C6.187 7.10541 6.187 6.89435 6.05682 6.76418L4.31279 5.02014C4.11753 4.82488 4.11753 4.50829 4.31279 4.31303C4.50805 4.11777 4.82463 4.11777 5.01989 4.31303L6.76393 6.05707C6.89411 6.18724 7.10516 6.18724 7.23534 6.05707L8.97945 4.31295C9.17472 4.11769 9.4913 4.11769 9.68656 4.31295Z" fill="#4360DF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.99967 13.6666C10.6816 13.6666 13.6663 10.6818 13.6663 6.99992C13.6663 3.31802 10.6816 0.333252 6.99967 0.333252C3.31778 0.333252 0.333008 3.31802 0.333008 6.99992C0.333008 10.6818 3.31778 13.6666 6.99967 13.6666ZM6.99967 12.6666C10.1293 12.6666 12.6663 10.1295 12.6663 6.99992C12.6663 3.87031 10.1293 1.33325 6.99967 1.33325C3.87006 1.33325 1.33301 3.87031 1.33301 6.99992C1.33301 10.1295 3.87006 12.6666 6.99967 12.6666Z" fill="#4360DF"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.6866 5.31319C10.8818 5.50846 10.8818 5.82504 10.6866 6.0203L8.94244 7.76442C8.81227 7.89459 8.81227 8.10565 8.94244 8.23582L10.6866 9.97994C10.8818 10.1752 10.8818 10.4918 10.6866 10.687C10.4913 10.8823 10.1747 10.8823 9.97945 10.687L8.23534 8.94293C8.10516 8.81276 7.89411 8.81276 7.76393 8.94293L6.01989 10.687C5.82463 10.8822 5.50805 10.8822 5.31279 10.687C5.11753 10.4917 5.11753 10.1751 5.31279 9.97986L7.05682 8.23582C7.187 8.10565 7.187 7.89459 7.05682 7.76442L5.31279 6.02038C5.11753 5.82512 5.11753 5.50854 5.31279 5.31328C5.50805 5.11801 5.82463 5.11801 6.01989 5.31328L7.76393 7.05731C7.89411 7.18749 8.10516 7.18749 8.23534 7.05731L9.97945 5.31319C10.1747 5.11793 10.4913 5.11793 10.6866 5.31319Z" fill="#4360DF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668ZM7.99967 13.6668C11.1293 13.6668 13.6663 11.1298 13.6663 8.00016C13.6663 4.87055 11.1293 2.3335 7.99967 2.3335C4.87006 2.3335 2.33301 4.87055 2.33301 8.00016C2.33301 11.1298 4.87006 13.6668 7.99967 13.6668Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,3 +1,3 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.26191 0.5C4.47293 0.5 3.83333 1.13959 3.83333 1.92857C3.83333 2.33621 3.50288 2.66667 3.09524 2.66667H1C0.723858 2.66667 0.5 2.89052 0.5 3.16667C0.5 3.44281 0.723858 3.66667 1 3.66667H1.49251C1.66109 3.66667 1.80314 3.79253 1.82342 3.95989L2.71566 11.3209C2.87795 12.6597 4.0143 13.6667 5.36295 13.6667H8.63705C9.9857 13.6667 11.1221 12.6597 11.2843 11.3209L12.1766 3.95989C12.1969 3.79253 12.3389 3.66667 12.5075 3.66667H13C13.2761 3.66667 13.5 3.44281 13.5 3.16667C13.5 2.89052 13.2761 2.66667 13 2.66667H10.9048C10.4971 2.66667 10.1667 2.33621 10.1667 1.92857C10.1667 1.13959 9.52707 0.5 8.7381 0.5L5.26191 0.5ZM8.80586 2.66667C9.0501 2.66667 9.21559 2.40724 9.18265 2.16524C9.17211 2.08786 9.16667 2.00885 9.16667 1.92857C9.16667 1.69188 8.97479 1.5 8.7381 1.5L5.2619 1.5C5.02521 1.5 4.83333 1.69188 4.83333 1.92857C4.83333 2.00885 4.82789 2.08786 4.81736 2.16524C4.78441 2.40725 4.9499 2.66667 5.19414 2.66667L8.80586 2.66667ZM10.9048 3.66667C11.0643 3.66667 11.1879 3.80617 11.1687 3.96453L10.2916 11.2006C10.1902 12.0373 9.47996 12.6667 8.63705 12.6667H5.36295C4.52004 12.6667 3.80983 12.0373 3.7084 11.2006L2.8313 3.96453C2.81211 3.80616 2.93572 3.66667 3.09524 3.66667L10.9048 3.66667Z" fill="#FF2D55"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.26191 1.5C5.47293 1.5 4.83333 2.13959 4.83333 2.92857C4.83333 3.33621 4.50288 3.66667 4.09524 3.66667H2C1.72386 3.66667 1.5 3.89052 1.5 4.16667C1.5 4.44281 1.72386 4.66667 2 4.66667H2.49251C2.66109 4.66667 2.80314 4.79253 2.82342 4.95989L3.71566 12.3209C3.87795 13.6597 5.0143 14.6667 6.36295 14.6667H9.63705C10.9857 14.6667 12.1221 13.6597 12.2843 12.3209L13.1766 4.95989C13.1969 4.79253 13.3389 4.66667 13.5075 4.66667H14C14.2761 4.66667 14.5 4.44281 14.5 4.16667C14.5 3.89052 14.2761 3.66667 14 3.66667H11.9048C11.4971 3.66667 11.1667 3.33621 11.1667 2.92857C11.1667 2.13959 10.5271 1.5 9.7381 1.5L6.26191 1.5ZM9.80586 3.66667C10.0501 3.66667 10.2156 3.40724 10.1826 3.16524C10.1721 3.08786 10.1667 3.00885 10.1667 2.92857C10.1667 2.69188 9.97479 2.5 9.7381 2.5L6.2619 2.5C6.02521 2.5 5.83333 2.69188 5.83333 2.92857C5.83333 3.00885 5.82789 3.08786 5.81736 3.16524C5.78441 3.40725 5.9499 3.66667 6.19414 3.66667L9.80586 3.66667ZM11.9048 4.66667C12.0643 4.66667 12.1879 4.80617 12.1687 4.96453L11.2916 12.2006C11.1902 13.0373 10.48 13.6667 9.63705 13.6667H6.36295C5.52004 13.6667 4.80983 13.0373 4.7084 12.2006L3.8313 4.96453C3.81211 4.80616 3.93572 4.66667 4.09524 4.66667L11.9048 4.66667Z" fill="#FF2D55"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,4 +1,4 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.66683 7.83337C9.66683 7.55723 9.89237 7.33774 10.1647 7.29225C11.5846 7.05507 12.6668 5.8206 12.6668 4.33337C12.6668 2.67652 11.3237 1.33337 9.66683 1.33338L4.3335 1.33338C2.67664 1.33338 1.3335 2.67652 1.3335 4.33337C1.3335 5.8206 2.4157 7.05507 3.83559 7.29225C4.10796 7.33774 4.3335 7.55723 4.3335 7.83338C4.3335 8.10952 4.10852 8.33665 3.83449 8.30255C1.86085 8.05694 0.333496 6.37353 0.333496 4.33337C0.333496 2.12424 2.12436 0.333374 4.3335 0.333374L9.66683 0.333375C11.876 0.333375 13.6668 2.12424 13.6668 4.33337C13.6668 6.37353 12.1395 8.05694 10.1658 8.30255C9.89181 8.33665 9.66683 8.10952 9.66683 7.83337Z" fill="#4360DF"/>
<path d="M7.00016 3.83337C7.27631 3.83337 7.50016 4.05723 7.50016 4.33337V10.9882C7.50016 11.2852 7.85921 11.4339 8.0692 11.2239L9.31328 9.97982C9.50854 9.78456 9.82512 9.78456 10.0204 9.97982C10.2156 10.1751 10.2156 10.4917 10.0204 10.6869L7.35372 13.3536C7.15845 13.5489 6.84187 13.5489 6.64661 13.3536L3.97994 10.6869C3.78468 10.4917 3.78468 10.1751 3.97994 9.97982C4.1752 9.78456 4.49179 9.78456 4.68705 9.97982L5.93113 11.2239C6.14112 11.4339 6.50016 11.2852 6.50016 10.9882V4.33337C6.50016 4.05723 6.72402 3.83337 7.00016 3.83337Z" fill="#4360DF"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.6663 8.8335C10.6663 8.55735 10.8919 8.33786 11.1642 8.29237C12.5841 8.05519 13.6663 6.82073 13.6663 5.3335C13.6663 3.67664 12.3232 2.3335 10.6663 2.3335L5.33301 2.3335C3.67615 2.3335 2.33301 3.67664 2.33301 5.3335C2.33301 6.82073 3.41521 8.05519 4.8351 8.29237C5.10747 8.33786 5.33301 8.55735 5.33301 8.8335C5.33301 9.10964 5.10803 9.33678 4.834 9.30267C2.86036 9.05707 1.33301 7.37365 1.33301 5.3335C1.33301 3.12436 3.12387 1.3335 5.33301 1.3335L10.6663 1.3335C12.8755 1.3335 14.6663 3.12436 14.6663 5.3335C14.6663 7.37365 13.139 9.05707 11.1653 9.30267C10.8913 9.33677 10.6663 9.10964 10.6663 8.8335Z" fill="#4360DF"/>
<path d="M7.99968 4.8335C8.27582 4.8335 8.49968 5.05735 8.49968 5.3335V11.9883C8.49968 12.2853 8.85872 12.434 9.06871 12.224L10.3128 10.9799C10.508 10.7847 10.8246 10.7847 11.0199 10.9799C11.2152 11.1752 11.2152 11.4918 11.0199 11.687L8.35323 14.3537C8.15797 14.549 7.84138 14.549 7.64612 14.3537L4.97945 11.687C4.78419 11.4918 4.78419 11.1752 4.97945 10.9799C5.17472 10.7847 5.4913 10.7847 5.68656 10.9799L6.93064 12.224C7.14063 12.434 7.49968 12.2853 7.49968 11.9883V5.3335C7.49968 5.05735 7.72353 4.8335 7.99968 4.8335Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,4 +1,4 @@
<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5012 6.31038C8.6626 6.22884 8.8625 6.27133 8.98065 6.40821C9.46966 6.97475 10.193 7.33333 11.0001 7.33333C12.4729 7.33333 13.6668 6.13943 13.6668 4.66667C13.6668 3.19391 12.4729 2 11.0001 2C10.8043 2 10.6134 2.02111 10.4296 2.06118C10.253 2.09968 10.0675 2.01392 9.98711 1.85205C9.4417 0.754375 8.30903 0 7.00016 0C5.6913 0 4.55862 0.754376 4.01322 1.85206C3.93279 2.01393 3.74735 2.09968 3.57074 2.06118C3.38691 2.02111 3.196 2 3.00016 2C1.5274 2 0.333496 3.19391 0.333496 4.66667C0.333496 6.13943 1.5274 7.33333 3.00016 7.33333C3.80729 7.33333 4.53066 6.97475 5.01966 6.40821C5.13781 6.27132 5.33772 6.22884 5.49911 6.31037C5.95024 6.53828 6.46021 6.66667 7.00016 6.66667C7.54012 6.66667 8.05008 6.53828 8.5012 6.31038ZM9.3335 3.33333C9.3335 4.622 8.28883 5.66667 7.00016 5.66667C5.7115 5.66667 4.66683 4.622 4.66683 3.33333C4.66683 2.04467 5.7115 1 7.00016 1C8.28883 1 9.3335 2.04467 9.3335 3.33333ZM9.6905 5.30176C9.60816 5.41411 9.59006 5.56636 9.67458 5.67708C9.97909 6.07597 10.4596 6.33333 11.0001 6.33333C11.9206 6.33333 12.6668 5.58714 12.6668 4.66667C12.6668 3.74619 11.9206 3 11.0001 3C10.8289 3 10.6637 3.02583 10.5082 3.07381C10.3976 3.10792 10.3335 3.21762 10.3335 3.33333C10.3335 4.06962 10.0948 4.75016 9.6905 5.30176ZM3.49218 3.07381C3.33666 3.02583 3.17143 3 3.00016 3C2.07969 3 1.3335 3.74619 1.3335 4.66667C1.3335 5.58714 2.07969 6.33333 3.00016 6.33333C3.54075 6.33333 4.02123 6.07596 4.32574 5.67707C4.41026 5.56635 4.39216 5.4141 4.30982 5.30175C3.90555 4.75015 3.66683 4.06962 3.66683 3.33333C3.66683 3.21763 3.60274 3.10793 3.49218 3.07381Z" fill="#4360DF"/>
<path d="M2.43173 12.0246C2.68748 12.0885 2.94646 11.9427 3.05591 11.7029C3.73877 10.2066 5.24803 9.16667 7.00019 9.16667C8.77912 9.16667 10.3077 10.2386 10.9752 11.7718C11.0861 12.0265 11.3654 12.1775 11.6306 12.0947C11.8925 12.0128 12.0416 11.7337 11.9376 11.4797C11.1414 9.53592 9.2307 8.16667 7.00019 8.16667C4.80286 8.16667 2.9159 9.49549 2.09905 11.3934C1.98436 11.6599 2.15026 11.9542 2.43173 12.0246Z" fill="#4360DF"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.50072 8.31038C9.66211 8.22884 9.86201 8.27133 9.98016 8.40821C10.4692 8.97475 11.1925 9.33333 11.9997 9.33333C13.4724 9.33333 14.6663 8.13943 14.6663 6.66667C14.6663 5.19391 13.4724 4 11.9997 4C11.8038 4 11.6129 4.02111 11.4291 4.06118C11.2525 4.09968 11.067 4.01392 10.9866 3.85205C10.4412 2.75437 9.30854 2 7.99967 2C6.69081 2 5.55814 2.75438 5.01273 3.85206C4.9323 4.01393 4.74686 4.09968 4.57025 4.06118C4.38643 4.02111 4.19552 4 3.99967 4C2.52692 4 1.33301 5.19391 1.33301 6.66667C1.33301 8.13943 2.52692 9.33333 3.99967 9.33333C4.8068 9.33333 5.53017 8.97475 6.01918 8.40821C6.13732 8.27132 6.33723 8.22884 6.49862 8.31037C6.94975 8.53828 7.45972 8.66667 7.99967 8.66667C8.53963 8.66667 9.04959 8.53828 9.50072 8.31038ZM10.333 5.33333C10.333 6.622 9.28834 7.66667 7.99967 7.66667C6.71101 7.66667 5.66634 6.622 5.66634 5.33333C5.66634 4.04467 6.71101 3 7.99967 3C9.28834 3 10.333 4.04467 10.333 5.33333ZM10.69 7.30176C10.6077 7.41411 10.5896 7.56636 10.6741 7.67708C10.9786 8.07597 11.4591 8.33333 11.9997 8.33333C12.9201 8.33333 13.6663 7.58714 13.6663 6.66667C13.6663 5.74619 12.9201 5 11.9997 5C11.8284 5 11.6632 5.02583 11.5077 5.07381C11.3971 5.10792 11.333 5.21762 11.333 5.33333C11.333 6.06962 11.0943 6.75016 10.69 7.30176ZM4.49169 5.07381C4.33617 5.02583 4.17094 5 3.99967 5C3.0792 5 2.33301 5.74619 2.33301 6.66667C2.33301 7.58714 3.0792 8.33333 3.99967 8.33333C4.54026 8.33333 5.02074 8.07596 5.32525 7.67707C5.40977 7.56635 5.39167 7.4141 5.30933 7.30175C4.90506 6.75015 4.66634 6.06962 4.66634 5.33333C4.66634 5.21763 4.60225 5.10793 4.49169 5.07381Z" fill="#4360DF"/>
<path d="M3.43124 14.0246C3.68699 14.0885 3.94597 13.9427 4.05542 13.7029C4.73828 12.2066 6.24754 11.1667 7.9997 11.1667C9.77863 11.1667 11.3072 12.2386 11.9747 13.7718C12.0856 14.0265 12.3649 14.1775 12.6301 14.0947C12.892 14.0128 13.0411 13.7337 12.9371 13.4797C12.1409 11.5359 10.2302 10.1667 7.9997 10.1667C5.80237 10.1667 3.91541 11.4955 3.09856 13.3934C2.98387 13.6599 3.14977 13.9542 3.43124 14.0246Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,6 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.16665 6.66668C9.16665 8.5076 7.67434 10 5.83332 10C3.9923 10 2.49999 8.5076 2.49999 6.66668C2.49999 4.82575 3.9923 3.33334 5.83332 3.33334C7.67434 3.33334 9.16665 4.82575 9.16665 6.66668ZM7.49999 6.66668C7.49999 7.58719 6.75373 8.33334 5.83332 8.33334C4.91291 8.33334 4.16665 7.58719 4.16665 6.66668C4.16665 5.74616 4.91291 5.00001 5.83332 5.00001C6.75373 5.00001 7.49999 5.74616 7.49999 6.66668Z" fill="#4360DF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 9.16668C17.5 11.0076 16.0077 12.5 14.1667 12.5C12.3256 12.5 10.8333 11.0076 10.8333 9.16668C10.8333 7.32575 12.3256 5.83334 14.1667 5.83334C16.0077 5.83334 17.5 7.32575 17.5 9.16668ZM15.8333 9.16668C15.8333 10.0872 15.0871 10.8333 14.1667 10.8333C13.2462 10.8333 12.5 10.0872 12.5 9.16668C12.5 8.24616 13.2462 7.50001 14.1667 7.50001C15.0871 7.50001 15.8333 8.24616 15.8333 9.16668Z" fill="#4360DF"/>
<path d="M2.12665 14.1113L1.84447 13.8619C1.55577 13.6068 1.56432 13.1538 1.86258 12.9099L2.19644 12.6366C3.11929 12.024 4.22606 11.6671 5.41665 11.6667H6.24999C7.44119 11.6667 8.54877 12.0237 9.47203 12.6366L9.80589 12.9099C10.1042 13.1538 10.1127 13.6068 9.824 13.8619L9.54182 14.1113C9.33633 14.2929 9.03665 14.3194 8.80268 14.1767L8.33332 13.8907C7.72053 13.5363 7.00886 13.3333 6.24999 13.3333H5.41848C4.65961 13.3333 3.94794 13.5363 3.33515 13.8907L2.86579 14.1767C2.63182 14.3194 2.33214 14.2929 2.12665 14.1113Z" fill="#4360DF"/>
<path d="M10.0433 16.6113L9.76114 16.3619C9.47244 16.1068 9.48098 15.6538 9.77924 15.4099L10.1131 15.1366C11.0364 14.5237 12.1439 14.1667 13.3352 14.1667H15.0018C16.193 14.1667 17.3006 14.5237 18.2239 15.1366L18.5577 15.4099C18.856 15.6538 18.8645 16.1068 18.5758 16.3619L18.2936 16.6113C18.2607 16.6405 18.2251 16.6658 18.1879 16.6868C18.1557 16.705 18.1223 16.7202 18.0882 16.7323C18.0017 16.7628 17.9097 16.774 17.8188 16.7651C17.7272 16.7562 17.6367 16.7269 17.5545 16.6767L17.0851 16.3907C16.4724 16.0363 15.7607 15.8333 15.0018 15.8333H13.3352C12.5763 15.8333 11.8646 16.0363 11.2518 16.3907L10.7825 16.6767C10.5485 16.8194 10.2488 16.7929 10.0433 16.6113Z" fill="#4360DF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8763 10.388C12.078 10.2861 12.3279 10.3392 12.4756 10.5103C13.0868 11.2184 13.991 11.6667 14.9999 11.6667C16.8409 11.6667 18.3333 10.1743 18.3333 8.33333C18.3333 6.49238 16.8409 5 14.9999 5C14.7551 5 14.5165 5.02639 14.2867 5.07647C14.066 5.12459 13.8342 5.01741 13.7336 4.81507C13.0519 3.44297 11.636 2.5 9.99996 2.5C8.36388 2.5 6.94804 3.44297 6.26628 4.81507C6.16574 5.01741 5.93394 5.1246 5.71318 5.07648C5.4834 5.02639 5.24476 5 4.99996 5C3.15901 5 1.66663 6.49238 1.66663 8.33333C1.66663 10.1743 3.15901 11.6667 4.99996 11.6667C6.00886 11.6667 6.91308 11.2184 7.52433 10.5103C7.67202 10.3392 7.9219 10.286 8.12365 10.388C8.68755 10.6729 9.32501 10.8333 9.99996 10.8333C10.6749 10.8333 11.3124 10.6729 11.8763 10.388ZM12.9166 6.66667C12.9166 8.2775 11.6108 9.58333 9.99996 9.58333C8.38913 9.58333 7.08329 8.2775 7.08329 6.66667C7.08329 5.05584 8.38913 3.75 9.99996 3.75C11.6108 3.75 12.9166 5.05584 12.9166 6.66667ZM13.3629 9.1272C13.26 9.26764 13.2373 9.45795 13.343 9.59635C13.7236 10.095 14.3242 10.4167 14.9999 10.4167C16.1505 10.4167 17.0833 9.48393 17.0833 8.33333C17.0833 7.18274 16.1505 6.25 14.9999 6.25C14.7859 6.25 14.5793 6.28229 14.3849 6.34226C14.2467 6.3849 14.1666 6.52203 14.1666 6.66667C14.1666 7.58703 13.8682 8.4377 13.3629 9.1272ZM5.61498 6.34227C5.42058 6.28229 5.21404 6.25 4.99996 6.25C3.84937 6.25 2.91663 7.18274 2.91663 8.33333C2.91663 9.48393 3.84937 10.4167 4.99996 10.4167C5.67569 10.4167 6.27629 10.095 6.65693 9.59634C6.76258 9.45794 6.73995 9.26763 6.63703 9.12719C6.13169 8.43769 5.83329 7.58703 5.83329 6.66667C5.83329 6.52204 5.75318 6.38491 5.61498 6.34227Z" fill="#4360DF"/>
<path d="M4.28941 17.5307C4.60911 17.6106 4.93283 17.4284 5.06964 17.1286C5.92321 15.2582 7.8098 13.9583 9.99999 13.9583C12.2237 13.9583 14.1344 15.2983 14.9687 17.2148C15.1074 17.5332 15.4565 17.7219 15.788 17.6183C16.1154 17.516 16.3018 17.1671 16.1717 16.8497C15.1765 14.4199 12.7881 12.7083 9.99999 12.7083C7.25333 12.7083 4.89462 14.3694 3.87357 16.7417C3.7302 17.0748 3.93758 17.4427 4.28941 17.5307Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,3 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.5 18.6667V12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5H18.6667C19.6792 20.5 20.5 19.6792 20.5 18.6667ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22H18.6667C20.5076 22 22 20.5076 22 18.6667V12C22 6.47715 17.5228 2 12 2Z" fill="#4360DF"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6666 12.4445V8.00004C13.6666 4.87043 11.1295 2.33337 7.99992 2.33337C4.87031 2.33337 2.33325 4.87043 2.33325 8.00004C2.33325 11.1297 4.87031 13.6667 7.99992 13.6667H12.4444C13.1194 13.6667 13.6666 13.1195 13.6666 12.4445ZM7.99992 1.33337C4.31802 1.33337 1.33325 4.31814 1.33325 8.00004C1.33325 11.6819 4.31802 14.6667 7.99992 14.6667H12.4444C13.6717 14.6667 14.6666 13.6718 14.6666 12.4445V8.00004C14.6666 4.31814 11.6818 1.33337 7.99992 1.33337Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 621 B

View File

@ -1,3 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.83317 1.66667C3.53198 1.66667 1.6665 3.53215 1.6665 5.83334V14.1667C1.6665 14.4823 1.84484 14.7709 2.12716 14.912C2.40948 15.0532 2.74732 15.0227 2.99984 14.8333L5.6665 12.8333C5.955 12.617 6.30589 12.5 6.6665 12.5H8.33317C8.33317 14.341 9.82555 15.8333 11.6665 15.8333H13.8887L16.9998 18.1667C17.2524 18.3561 17.5902 18.3865 17.8725 18.2454C18.1548 18.1042 18.3332 17.8156 18.3332 17.5V10.8333C18.3332 8.99239 16.8408 7.50001 14.9998 7.50001V5.83334C14.9998 3.53215 13.1344 1.66667 10.8332 1.66667H5.83317ZM13.3332 8.33334V5.83334C13.3332 4.45263 12.2139 3.33334 10.8332 3.33334H5.83317C4.45246 3.33334 3.33317 4.45263 3.33317 5.83334V12.0833C3.33317 12.255 3.52916 12.353 3.6665 12.25L4.6665 11.5C5.24349 11.0673 5.94527 10.8333 6.6665 10.8333H10.8332C12.2139 10.8333 13.3332 9.71405 13.3332 8.33334ZM9.99984 12.5H10.8332C12.849 12.5 14.5304 11.0685 14.9165 9.16667H14.9998C15.9203 9.16667 16.6665 9.91286 16.6665 10.8333V15.4167C16.6665 15.5883 16.4705 15.6863 16.3332 15.5833L14.6665 14.3333C14.5223 14.2252 14.3468 14.1667 14.1665 14.1667H11.6665C10.746 14.1667 9.99984 13.4205 9.99984 12.5Z" fill="#4360DF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.3333 5.41666C18.3333 3.34559 16.6544 1.66666 14.5833 1.66666H9.99996C7.23854 1.66666 4.99996 3.90523 4.99996 6.66666V7.49999C4.99996 8.42046 5.74615 9.16666 6.66663 9.16666H14.5833C16.6544 9.16666 18.3333 7.48773 18.3333 5.41666ZM14.5833 2.91666H9.99996C7.92889 2.91666 6.24996 4.59559 6.24996 6.66666V7.49999C6.24996 7.73011 6.43651 7.91666 6.66663 7.91666H14.5833C15.964 7.91666 17.0833 6.79737 17.0833 5.41666C17.0833 4.03594 15.964 2.91666 14.5833 2.91666Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.66663 14.5833C1.66663 16.6544 3.34556 18.3333 5.41663 18.3333L9.99996 18.3333C12.7614 18.3333 15 16.0947 15 13.3333L15 12.5C15 11.5795 14.2538 10.8333 13.3333 10.8333L5.41663 10.8333C3.34556 10.8333 1.66663 12.5123 1.66663 14.5833ZM5.41663 17.0833L9.99996 17.0833C12.071 17.0833 13.75 15.4044 13.75 13.3333L13.75 12.5C13.75 12.2699 13.5634 12.0833 13.3333 12.0833L5.41663 12.0833C4.03592 12.0833 2.91663 13.2026 2.91663 14.5833C2.91663 15.964 4.03591 17.0833 5.41663 17.0833Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,4 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 8.00003C17 10.7615 14.7614 13 12 13C9.23858 13 7 10.7615 7 8.00003C7 5.23861 9.23858 3.00003 12 3.00003C14.7614 3.00003 17 5.23861 17 8.00003ZM15.5 8.00003C15.5 9.93303 13.933 11.5 12 11.5C10.067 11.5 8.5 9.93303 8.5 8.00003C8.5 6.06703 10.067 4.50003 12 4.50003C13.933 4.50003 15.5 6.06703 15.5 8.00003Z" fill="#4360DF"/>
<path d="M18.3835 20.3874C18.686 20.7312 19.222 20.7779 19.5458 20.4541C19.8065 20.1934 19.8379 19.7785 19.598 19.4984C17.764 17.357 15.0404 16 11.9998 16C8.95932 16 6.23574 17.357 4.40167 19.4984C4.16181 19.7784 4.19319 20.1933 4.45392 20.4541C4.77772 20.7779 5.31374 20.7312 5.61624 20.3874C7.17395 18.6171 9.45645 17.5 11.9998 17.5C14.5433 17.5 16.8258 18.6171 18.3835 20.3874Z" fill="#4360DF"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3334 5.33333C11.3334 7.17428 9.84103 8.66667 8.00008 8.66667C6.15913 8.66667 4.66675 7.17428 4.66675 5.33333C4.66675 3.49238 6.15913 2 8.00008 2C9.84103 2 11.3334 3.49238 11.3334 5.33333ZM10.3334 5.33333C10.3334 6.622 9.28875 7.66667 8.00008 7.66667C6.71142 7.66667 5.66675 6.622 5.66675 5.33333C5.66675 4.04467 6.71142 3 8.00008 3C9.28875 3 10.3334 4.04467 10.3334 5.33333Z" fill="#4360DF"/>
<path d="M12.2557 13.5916C12.4574 13.8208 12.8147 13.8519 13.0306 13.6361C13.2044 13.4622 13.2254 13.1856 13.0654 12.9989C11.8427 11.5713 10.027 10.6667 7.99998 10.6667C5.97296 10.6667 4.15724 11.5713 2.93453 12.9989C2.77462 13.1856 2.79554 13.4622 2.96936 13.636C3.18523 13.8519 3.54257 13.8208 3.74424 13.5916C4.78272 12.4114 6.30438 11.6667 7.99998 11.6667C9.69559 11.6667 11.2173 12.4114 12.2557 13.5916Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 878 B

After

Width:  |  Height:  |  Size: 976 B

View File

@ -1,3 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7953 3.87842C16.1369 3.45921 17.5 4.4614 17.5 5.86694V13.2998C17.5 14.7053 16.1369 15.7075 14.7953 15.2883L10.6085 13.9799L9.42423 16.3484C9.07125 17.0542 8.34981 17.5 7.56083 17.5H6.10799C4.59269 17.5 3.58439 15.934 4.21143 14.5546L5.2358 12.301L4.25435 11.9943C3.21065 11.6681 2.5 10.7015 2.5 9.60809V9.55865C2.5 8.46521 3.21065 7.49862 4.25435 7.17248L14.7953 3.87842ZM15.8333 5.86694C15.8333 5.58587 15.5607 5.38537 15.2924 5.4692L14.1667 5.82096V13.3458L15.2924 13.6975C15.5607 13.7814 15.8333 13.5809 15.8333 13.2998V5.86694ZM4.75138 8.76326L12.5 6.3418V12.825L4.75138 10.4035C4.40348 10.2947 4.16667 9.97257 4.16667 9.60809V9.55865C4.16667 9.19417 4.40348 8.87201 4.75138 8.76326ZM6.83879 12.8019L5.72856 15.2443C5.60323 15.5202 5.80485 15.8334 6.10799 15.8334H7.56083C7.71871 15.8334 7.86296 15.7442 7.93355 15.6031L8.99679 13.4763L6.83879 12.8019Z" fill="#4360DF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.66663 8.92905C1.66663 7.64467 2.63986 6.56926 3.91787 6.44146L6.94809 6.13843C8.96573 5.93667 10.9296 5.36842 12.7433 4.4616L15.9213 2.87259C17.0294 2.31851 18.3333 3.12433 18.3333 4.3633V13.9699C18.3333 15.2088 17.0294 16.0147 15.9213 15.4606L12.7433 13.8716C12.2307 13.6153 11.7061 13.386 11.1717 13.1844C10.9049 13.0838 10.625 13.2845 10.625 13.5696V15.4167C10.625 16.4522 9.78549 17.2917 8.74996 17.2917H8.33329C6.6074 17.2917 5.20829 15.8925 5.20829 14.1667V12.3978C5.20829 12.1838 5.04609 12.0045 4.83309 11.9832L3.91787 11.8917C2.63986 11.7639 1.66663 10.6885 1.66663 9.40411V8.92905ZM17.0833 4.3633V13.9699C17.0833 14.2796 16.7573 14.4811 16.4803 14.3425L13.3023 12.7535C11.3526 11.7787 9.24143 11.1678 7.07247 10.9509L4.04225 10.6479C3.40324 10.584 2.91663 10.0463 2.91663 9.40411V8.92905C2.91663 8.28686 3.40324 7.74915 4.04225 7.68525L7.07247 7.38223C9.24143 7.16534 11.3526 6.55446 13.3023 5.57964L16.4803 3.99063C16.7573 3.85211 17.0833 4.05357 17.0833 4.3633ZM6.91642 12.1916C6.67113 12.167 6.45829 12.3596 6.45829 12.6062V14.1667C6.45829 15.2022 7.29776 16.0417 8.33329 16.0417H8.74996C9.09514 16.0417 9.37496 15.7618 9.37496 15.4167V12.9449C9.37496 12.7541 9.24551 12.5871 9.05967 12.544C8.36533 12.3828 7.66005 12.2659 6.94809 12.1947L6.91642 12.1916Z" fill="#4360DF"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -67,7 +67,7 @@ Menu {
}
// FIXME the icons looks very pixelated on Linux for some reason. Using smooth, mipmap, etc doesn't fix it
indicator: SVGImage {
indicator: Image {
id: menuIcon
source: popupMenuItem.icon.source
anchors.left: parent.left
@ -76,11 +76,14 @@ Menu {
visible: !!popupMenuItem.icon.source.toString()
width: !isNaN(popupMenuItem.icon.width) ? popupMenuItem.icon.width : 25
height: !isNaN(popupMenuItem.icon.height) ? popupMenuItem.icon.height : 25
sourceSize.width: width
sourceSize.height: height
antialiasing: true
ColorOverlay {
cached: true
anchors.fill: parent
source: parent
antialiasing: true
color: popupMenuItem.highlighted ?
Style.current.primaryMenuItemTextHover :
(popupMenuItem.action.icon.color != "#00000000" ? popupMenuItem.action.icon.color : Style.current.primaryMenuItemHover)