Remove night-mode icon variants where possible (#6066)

This commit is contained in:
David Perez
2025-10-22 15:06:13 -05:00
committed by GitHub
parent 5a540a3460
commit 47628a6da2
10 changed files with 32 additions and 133 deletions

View File

@@ -15,6 +15,7 @@ import androidx.compose.ui.text.style.TextOverflow
import com.bitwarden.ui.platform.components.badge.NotificationBadge
import com.bitwarden.ui.platform.components.navigation.color.bitwardenNavigationBarItemColors
import com.bitwarden.ui.platform.components.util.rememberVectorPainter
import com.bitwarden.ui.platform.theme.BitwardenTheme
/**
* A custom Bitwarden-themed bottom app bar.
@@ -54,7 +55,12 @@ fun RowScope.BitwardenNavigationBarItem(
id = if (isSelected) selectedIconRes else unselectedIconRes,
),
contentDescription = stringResource(id = contentDescriptionRes),
tint = Color.Unspecified,
tint = if (isSelected) {
// This is unspecified because selected icons are multi-tonal.
Color.Unspecified
} else {
BitwardenTheme.colorScheme.icon.primary
},
)
}
},

View File

@@ -15,6 +15,7 @@ import androidx.compose.ui.text.style.TextOverflow
import com.bitwarden.ui.platform.components.badge.NotificationBadge
import com.bitwarden.ui.platform.components.navigation.color.bitwardenNavigationRailItemColors
import com.bitwarden.ui.platform.components.util.rememberVectorPainter
import com.bitwarden.ui.platform.theme.BitwardenTheme
/**
* A custom Bitwarden-themed bottom app bar.
@@ -54,7 +55,12 @@ fun ColumnScope.BitwardenNavigationRailItem(
id = if (isSelected) selectedIconRes else unselectedIconRes,
),
contentDescription = stringResource(id = contentDescriptionRes),
tint = Color.Unspecified,
tint = if (isSelected) {
// This is unspecified because selected icons are multi-tonal.
Color.Unspecified
} else {
BitwardenTheme.colorScheme.icon.primary
},
)
}
},

View File

@@ -1,29 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="25dp"
android:viewportWidth="24"
android:viewportHeight="25">
<group>
<clip-path android:pathData="M0,0.667h24v24h-24z" />
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M22.796,13.49C23.345,13.549 23.742,14.043 23.683,14.592C23.061,20.319 18.128,24.752 12.167,24.752C7.395,24.752 3.288,21.914 1.516,17.849C1.296,17.343 1.527,16.753 2.033,16.533C2.54,16.312 3.129,16.544 3.35,17.05C4.808,20.396 8.202,22.752 12.167,22.752C17.127,22.752 21.185,19.068 21.694,14.376C21.754,13.827 22.247,13.43 22.796,13.49Z" />
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M7.439,17.08C7.439,16.528 6.991,16.08 6.439,16.08H1.25C0.698,16.08 0.25,16.528 0.25,17.08V22.27C0.25,22.823 0.698,23.27 1.25,23.27C1.802,23.27 2.25,22.823 2.25,22.27V18.08H6.439C6.991,18.08 7.439,17.633 7.439,17.08Z" />
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M1.206,12.512C0.657,12.452 0.261,11.959 0.32,11.41C0.942,5.683 5.874,1.25 11.836,1.25C16.608,1.25 20.714,4.087 22.486,8.152C22.707,8.659 22.476,9.248 21.969,9.469C21.463,9.689 20.874,9.458 20.653,8.952C19.194,5.606 15.801,3.25 11.836,3.25C6.876,3.25 2.818,6.933 2.309,11.626C2.249,12.175 1.755,12.572 1.206,12.512Z" />
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M16.564,8.921C16.564,9.473 17.012,9.921 17.564,9.921H22.753C23.305,9.921 23.753,9.473 23.753,8.921V3.731C23.753,3.179 23.305,2.731 22.753,2.731C22.2,2.731 21.753,3.179 21.753,3.731V7.921H17.564C17.012,7.921 16.564,8.369 16.564,8.921Z" />
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M12.007,9C12.559,9 13.007,9.447 13.007,10V11.7L14.602,11.177C15.127,11.005 15.691,11.291 15.863,11.816C16.035,12.341 15.749,12.906 15.224,13.078L13.611,13.606L14.62,15.018C14.941,15.467 14.836,16.092 14.387,16.413C13.937,16.734 13.313,16.63 12.992,16.18L12.007,14.8L11.021,16.18C10.7,16.63 10.076,16.734 9.626,16.413C9.177,16.092 9.073,15.468 9.394,15.018L10.402,13.606L8.789,13.078C8.264,12.906 7.978,12.341 8.15,11.816C8.322,11.291 8.886,11.005 9.411,11.177L11.007,11.7V10C11.007,9.447 11.454,9 12.007,9Z" />
</group>
</vector>

View File

@@ -1,14 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="25dp"
android:viewportWidth="24"
android:viewportHeight="25">
<group>
<clip-path
android:pathData="M0,0.667h24v24h-24z"/>
<path
android:pathData="M23.555,4.043C23.885,2.35 22.06,1.061 20.574,1.938L2.278,12.75C0.835,13.602 1.017,15.744 2.583,16.34L7.999,18.406V22.482C7.999,23.412 8.754,24.167 9.684,24.167C10.176,24.167 10.644,23.952 10.964,23.578L13.379,20.76L17.445,22.57C18.62,23.092 19.975,22.387 20.222,21.125L23.555,4.043ZM11.472,19.912L9.999,19.256V21.63L11.472,19.912ZM18.258,20.743L10.675,17.368L15.737,11.842C16.11,11.435 16.082,10.802 15.675,10.429C15.268,10.056 14.635,10.084 14.262,10.491L8.721,16.54L3.295,14.472L21.592,3.66L18.258,20.743Z"
android:fillColor="#96A3BB"
android:fillType="evenOdd"/>
</group>
</vector>

View File

@@ -1,18 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="25dp"
android:viewportWidth="24"
android:viewportHeight="25">
<group>
<clip-path
android:pathData="M0,0.667h24v24h-24z"/>
<path
android:pathData="M16.999,12.667C16.999,15.428 14.761,17.667 11.999,17.667C9.238,17.667 6.999,15.428 6.999,12.667C6.999,9.905 9.238,7.667 11.999,7.667C14.761,7.667 16.999,9.905 16.999,12.667ZM14.999,12.667C14.999,14.323 13.656,15.667 11.999,15.667C10.342,15.667 8.999,14.323 8.999,12.667C8.999,11.01 10.342,9.667 11.999,9.667C13.656,9.667 14.999,11.01 14.999,12.667Z"
android:fillColor="#96A3BB"
android:fillType="evenOdd"/>
<path
android:pathData="M15.434,3.272L15.139,1.502C15.058,1.02 14.641,0.667 14.152,0.667H9.846C9.358,0.667 8.94,1.02 8.86,1.502L8.565,3.272C7.468,3.673 6.462,4.26 5.583,4.996L3.9,4.366C3.442,4.194 2.928,4.379 2.683,4.802L0.531,8.531C0.286,8.954 0.384,9.492 0.761,9.803L2.147,10.944C2.05,11.504 1.999,12.079 1.999,12.667C1.999,13.254 2.05,13.829 2.147,14.389L0.761,15.53C0.384,15.841 0.286,16.379 0.531,16.802L2.683,20.531C2.928,20.954 3.442,21.139 3.9,20.967L5.583,20.337C6.462,21.073 7.468,21.66 8.565,22.061L8.86,23.831C8.94,24.313 9.358,24.667 9.846,24.667H14.152C14.641,24.667 15.058,24.313 15.139,23.831L15.434,22.061C16.53,21.66 17.537,21.073 18.416,20.337L20.098,20.967C20.556,21.139 21.071,20.954 21.315,20.531L23.468,16.802C23.712,16.379 23.615,15.841 23.237,15.53L21.851,14.389C21.949,13.829 21.999,13.254 21.999,12.667C21.999,12.079 21.949,11.504 21.851,10.944L23.237,9.803C23.615,9.492 23.712,8.954 23.468,8.531L21.315,4.802C21.071,4.379 20.556,4.194 20.098,4.366L18.416,4.996C17.537,4.26 16.53,3.673 15.434,3.272ZM13.652,4.75L13.305,2.667H10.693L10.346,4.75L9.252,5.15C8.376,5.47 7.571,5.94 6.867,6.529L5.973,7.278L3.992,6.536L2.686,8.797L4.317,10.14L4.118,11.286C4.04,11.733 3.999,12.194 3.999,12.667C3.999,13.139 4.04,13.6 4.118,14.047L4.317,15.193L2.686,16.536L3.992,18.797L5.973,18.055L6.867,18.804C7.571,19.393 8.376,19.863 9.252,20.183L10.346,20.583L10.693,22.667H13.305L13.652,20.583L14.747,20.183C15.622,19.863 16.428,19.393 17.132,18.804L18.025,18.055L20.007,18.797L21.312,16.536L19.682,15.193L19.881,14.047C19.959,13.6 19.999,13.139 19.999,12.667C19.999,12.194 19.959,11.733 19.881,11.286L19.682,10.14L21.312,8.797L20.007,6.536L18.025,7.278L17.132,6.529C16.428,5.94 15.622,5.47 14.747,5.15L13.652,4.75Z"
android:fillColor="#96A3BB"
android:fillType="evenOdd"/>
</group>
</vector>

View File

@@ -1,14 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="25dp"
android:viewportWidth="24"
android:viewportHeight="25">
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M9,7C9.552,7 10,7.448 10,8V9.126C10.715,9.31 11.352,9.687 11.854,10.198L12.83,9.634C13.308,9.358 13.92,9.522 14.196,10C14.472,10.478 14.308,11.09 13.83,11.366L12.855,11.929C12.95,12.27 13,12.629 13,13C13,13.371 12.95,13.73 12.855,14.071L13.83,14.634C14.308,14.91 14.472,15.522 14.196,16C13.92,16.478 13.308,16.642 12.83,16.366L11.854,15.802C11.352,16.313 10.715,16.69 10,16.874V18C10,18.552 9.552,19 9,19C8.448,19 8,18.552 8,18V16.874C7.285,16.69 6.647,16.313 6.146,15.802L5.17,16.366C4.692,16.642 4.08,16.478 3.804,16C3.528,15.522 3.692,14.91 4.17,14.634L5.145,14.071C5.05,13.73 5,13.371 5,13C5,12.629 5.05,12.27 5.145,11.929L4.17,11.366C3.692,11.09 3.528,10.478 3.804,10C4.08,9.522 4.692,9.358 5.17,9.634L6.146,10.198C6.647,9.687 7.285,9.31 8,9.126V8C8,7.448 8.448,7 9,7ZM11,13C11,13.357 10.907,13.692 10.743,13.982L10.732,14L10.722,14.017C10.374,14.606 9.733,15 9,15C8.267,15 7.627,14.606 7.278,14.018L7.268,14L7.257,13.981C7.093,13.691 7,13.356 7,13C7,12.644 7.093,12.309 7.257,12.019L7.268,12L7.278,11.982C7.627,11.394 8.267,11 9,11C9.733,11 10.374,11.394 10.722,11.982L10.732,12L10.743,12.019C10.907,12.309 11,12.643 11,13Z" />
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M3,23V22C1.343,22 0,20.657 0,19V7C0,5.343 1.343,4 3,4H21C22.657,4 24,5.343 24,7V19C24,20.657 22.657,22 21,22V23C21,23.552 20.552,24 20,24C19.448,24 19,23.552 19,23V22H5V23C5,23.552 4.552,24 4,24C3.448,24 3,23.552 3,23ZM21,6H3C2.448,6 2,6.448 2,7V19C2,19.552 2.448,20 3,20H21C21.552,20 22,19.552 22,19V17H20C19.448,17 19,16.552 19,16C19,15.448 19.448,15 20,15H22V11H20C19.448,11 19,10.552 19,10C19,9.448 19.448,9 20,9H22V7C22,6.448 21.552,6 21,6Z" />
</vector>

View File

@@ -1,18 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="25dp"
android:viewportWidth="24"
android:viewportHeight="25">
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M16.96,9.146C17.349,9.538 17.346,10.171 16.954,10.56L10.902,16.56C10.512,16.946 9.884,16.946 9.494,16.56L6.546,13.637C6.154,13.248 6.151,12.615 6.54,12.222C6.929,11.83 7.562,11.828 7.954,12.216L10.198,14.441L15.546,9.139C15.938,8.751 16.571,8.753 16.96,9.146Z" />
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M12.001,0.851C11.448,0.851 11.001,1.298 11.001,1.851C11.001,2.403 11.448,2.851 12.001,2.851C17.524,2.851 22.001,7.328 22.001,12.851C22.001,18.373 17.524,22.851 12.001,22.851C7.666,22.851 3.974,20.093 2.587,16.233C2.4,15.713 1.827,15.443 1.308,15.63C0.788,15.817 0.518,16.389 0.705,16.909C2.368,21.538 6.796,24.851 12.001,24.851C18.628,24.851 24.001,19.478 24.001,12.851C24.001,6.223 18.628,0.851 12.001,0.851Z" />
<path
android:fillColor="#96A3BB"
android:fillType="evenOdd"
android:pathData="M12.001,2.851C11.836,2.851 11.671,2.854 11.508,2.862C10.957,2.889 10.488,2.463 10.461,1.912C10.434,1.36 10.86,0.891 11.412,0.865C11.607,0.855 11.804,0.851 12.001,0.851C12.553,0.851 13,1.298 13,1.85C13,2.403 12.553,2.851 12.001,2.851ZM9.235,2.154C9.421,2.674 9.15,3.246 8.63,3.432C8.321,3.543 8.018,3.668 7.724,3.808C7.225,4.044 6.629,3.831 6.392,3.332C6.156,2.833 6.369,2.237 6.868,2C7.221,1.833 7.584,1.682 7.956,1.549C8.476,1.363 9.049,1.634 9.235,2.154ZM5.354,4.028C5.725,4.437 5.694,5.07 5.285,5.441C5.042,5.661 4.81,5.892 4.59,6.135C4.219,6.544 3.587,6.575 3.178,6.204C2.769,5.833 2.738,5.201 3.109,4.791C3.372,4.501 3.65,4.223 3.941,3.959C4.35,3.588 4.983,3.619 5.354,4.028ZM2.482,7.243C2.981,7.479 3.194,8.075 2.957,8.574C2.818,8.869 2.692,9.171 2.582,9.48C2.396,10 1.823,10.271 1.303,10.085C0.783,9.899 0.513,9.327 0.699,8.807C0.832,8.435 0.983,8.072 1.15,7.718C1.387,7.219 1.983,7.006 2.482,7.243ZM1.061,11.312C1.613,11.338 2.039,11.807 2.012,12.359C2.004,12.522 2,12.686 2,12.85C2,13.056 2.006,13.26 2.018,13.462C2.052,14.013 1.632,14.487 1.08,14.52C0.529,14.554 0.055,14.134 0.022,13.582C0.007,13.34 0,13.096 0,12.85C0,12.653 0.005,12.457 0.014,12.262C0.041,11.71 0.51,11.285 1.061,11.312ZM1.573,16.503C2.075,16.274 2.668,16.496 2.898,16.998C2.982,17.184 3.073,17.366 3.168,17.545C3.428,18.033 3.243,18.638 2.756,18.898C2.268,19.158 1.663,18.973 1.403,18.486C1.288,18.271 1.18,18.051 1.078,17.828C0.849,17.326 1.07,16.733 1.573,16.503Z" />
</vector>

View File

@@ -3,16 +3,12 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<group>
<clip-path
android:pathData="M0,0h24v24h-24z"/>
<path
android:pathData="M16.999,12C16.999,14.761 14.761,17 11.999,17C9.238,17 6.999,14.761 6.999,12C6.999,9.239 9.238,7 11.999,7C14.761,7 16.999,9.239 16.999,12ZM14.999,12C14.999,13.657 13.656,15 11.999,15C10.342,15 8.999,13.657 8.999,12C8.999,10.343 10.342,9 11.999,9C13.656,9 14.999,10.343 14.999,12Z"
android:fillColor="#5A6D91"
android:fillType="evenOdd"/>
android:fillType="evenOdd"
android:pathData="M16.999,12C16.999,14.761 14.761,17 11.999,17C9.238,17 6.999,14.761 6.999,12C6.999,9.239 9.238,7 11.999,7C14.761,7 16.999,9.239 16.999,12ZM14.999,12C14.999,13.657 13.656,15 11.999,15C10.342,15 8.999,13.657 8.999,12C8.999,10.343 10.342,9 11.999,9C13.656,9 14.999,10.343 14.999,12Z" />
<path
android:pathData="M15.434,2.605L15.139,0.836C15.058,0.353 14.641,0 14.152,0H9.846C9.358,0 8.94,0.353 8.86,0.836L8.565,2.605C7.468,3.006 6.462,3.594 5.583,4.33L3.9,3.699C3.442,3.528 2.928,3.712 2.683,4.136L0.531,7.864C0.286,8.288 0.384,8.826 0.761,9.136L2.147,10.278C2.05,10.837 1.999,11.413 1.999,12C1.999,12.587 2.05,13.163 2.147,13.722L0.761,14.863C0.384,15.174 0.286,15.712 0.531,16.135L2.683,19.864C2.928,20.288 3.442,20.472 3.9,20.301L5.583,19.67C6.462,20.406 7.468,20.994 8.565,21.395L8.86,23.164C8.94,23.647 9.358,24 9.846,24H14.152C14.641,24 15.058,23.647 15.139,23.164L15.434,21.395C16.53,20.994 17.537,20.406 18.416,19.67L20.098,20.301C20.556,20.472 21.071,20.288 21.315,19.864L23.468,16.135C23.712,15.712 23.615,15.174 23.237,14.863L21.851,13.722C21.949,13.163 21.999,12.587 21.999,12C21.999,11.413 21.949,10.837 21.851,10.278L23.237,9.136C23.615,8.826 23.712,8.288 23.468,7.864L21.315,4.136C21.071,3.712 20.556,3.528 20.098,3.699L18.416,4.33C17.537,3.594 16.53,3.006 15.434,2.605ZM13.652,4.083L13.305,2H10.693L10.346,4.083L9.252,4.484C8.376,4.804 7.571,5.273 6.867,5.863L5.973,6.611L3.992,5.869L2.686,8.131L4.317,9.473L4.118,10.62C4.04,11.067 3.999,11.528 3.999,12C3.999,12.472 4.04,12.933 4.118,13.38L4.317,14.527L2.686,15.869L3.992,18.131L5.973,17.389L6.867,18.137C7.571,18.726 8.376,19.196 9.252,19.516L10.346,19.917L10.693,22H13.305L13.652,19.917L14.747,19.516C15.622,19.196 16.428,18.726 17.132,18.137L18.025,17.389L20.007,18.131L21.312,15.869L19.682,14.527L19.881,13.38C19.959,12.933 19.999,12.472 19.999,12C19.999,11.528 19.959,11.067 19.881,10.62L19.682,9.473L21.312,8.131L20.007,5.869L18.025,6.611L17.132,5.863C16.428,5.273 15.622,4.804 14.747,4.484L13.652,4.083Z"
android:fillColor="#5A6D91"
android:fillType="evenOdd"/>
</group>
android:fillType="evenOdd"
android:pathData="M15.434,2.605L15.139,0.836C15.058,0.353 14.641,0 14.152,0H9.846C9.358,0 8.94,0.353 8.86,0.836L8.565,2.605C7.468,3.006 6.462,3.594 5.583,4.33L3.9,3.699C3.442,3.528 2.928,3.712 2.683,4.136L0.531,7.864C0.286,8.288 0.384,8.826 0.761,9.136L2.147,10.278C2.05,10.837 1.999,11.413 1.999,12C1.999,12.587 2.05,13.163 2.147,13.722L0.761,14.863C0.384,15.174 0.286,15.712 0.531,16.135L2.683,19.864C2.928,20.288 3.442,20.472 3.9,20.301L5.583,19.67C6.462,20.406 7.468,20.994 8.565,21.395L8.86,23.164C8.94,23.647 9.358,24 9.846,24H14.152C14.641,24 15.058,23.647 15.139,23.164L15.434,21.395C16.53,20.994 17.537,20.406 18.416,19.67L20.098,20.301C20.556,20.472 21.071,20.288 21.315,19.864L23.468,16.135C23.712,15.712 23.615,15.174 23.237,14.863L21.851,13.722C21.949,13.163 21.999,12.587 21.999,12C21.999,11.413 21.949,10.837 21.851,10.278L23.237,9.136C23.615,8.826 23.712,8.288 23.468,7.864L21.315,4.136C21.071,3.712 20.556,3.528 20.098,3.699L18.416,4.33C17.537,3.594 16.53,3.006 15.434,2.605ZM13.652,4.083L13.305,2H10.693L10.346,4.083L9.252,4.484C8.376,4.804 7.571,5.273 6.867,5.863L5.973,6.611L3.992,5.869L2.686,8.131L4.317,9.473L4.118,10.62C4.04,11.067 3.999,11.528 3.999,12C3.999,12.472 4.04,12.933 4.118,13.38L4.317,14.527L2.686,15.869L3.992,18.131L5.973,17.389L6.867,18.137C7.571,18.726 8.376,19.196 9.252,19.516L10.346,19.917L10.693,22H13.305L13.652,19.917L14.747,19.516C15.622,19.196 16.428,18.726 17.132,18.137L18.025,17.389L20.007,18.131L21.312,15.869L19.682,14.527L19.881,13.38C19.959,12.933 19.999,12.472 19.999,12C19.999,11.528 19.959,11.067 19.881,10.62L19.682,9.473L21.312,8.131L20.007,5.869L18.025,6.611L17.132,5.863C16.428,5.273 15.622,4.804 14.747,4.484L13.652,4.083Z" />
</vector>

View File

@@ -3,21 +3,18 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<group>
<clip-path android:pathData="M0,0h24v24h-24z" />
<path
android:name="navigationActiveAccent"
android:fillColor="#DBE5F6"
android:pathData="M20.36,3.639C20.74,3.605 21.117,3.791 21.315,4.135L23.468,7.864C23.712,8.288 23.615,8.826 23.237,9.136L21.851,10.277C21.949,10.837 21.999,11.413 21.999,12C21.999,12.587 21.949,13.163 21.851,13.722L23.237,14.863C23.615,15.174 23.712,15.712 23.468,16.135L21.315,19.864C21.071,20.288 20.556,20.472 20.098,20.301L18.416,19.67C17.537,20.406 16.53,20.994 15.434,21.395L15.139,23.164C15.058,23.646 14.641,24 14.152,24H9.846C9.358,24 8.94,23.646 8.86,23.164L8.565,21.395C7.468,20.993 6.462,20.406 5.583,19.67L3.9,20.301C3.814,20.333 3.726,20.353 3.639,20.36L9.878,14.121C10.421,14.664 11.171,15 11.999,15C13.656,15 14.999,13.657 14.999,12C14.999,11.171 14.663,10.421 14.121,9.879L20.36,3.639Z" />
<path
android:name="navigation"
android:fillColor="#175DDC"
android:fillType="evenOdd"
android:pathData="M16.999,12C16.999,14.761 14.761,17 11.999,17C9.238,17 6.999,14.761 6.999,12C6.999,9.239 9.238,7 11.999,7C14.761,7 16.999,9.239 16.999,12ZM14.999,12C14.999,13.657 13.656,15 11.999,15C10.342,15 8.999,13.657 8.999,12C8.999,10.343 10.342,9 11.999,9C13.656,9 14.999,10.343 14.999,12Z" />
<path
android:name="navigation"
android:fillColor="#175DDC"
android:fillType="evenOdd"
android:pathData="M15.434,2.605L15.139,0.836C15.058,0.353 14.641,0 14.152,0H9.846C9.358,0 8.94,0.353 8.86,0.836L8.565,2.605C7.468,3.006 6.462,3.594 5.583,4.33L3.9,3.699C3.442,3.528 2.928,3.712 2.683,4.136L0.531,7.864C0.286,8.288 0.384,8.826 0.761,9.136L2.147,10.278C2.05,10.837 1.999,11.413 1.999,12C1.999,12.587 2.05,13.163 2.147,13.722L0.761,14.863C0.384,15.174 0.286,15.712 0.531,16.135L2.683,19.864C2.928,20.288 3.442,20.472 3.9,20.301L5.583,19.67C6.462,20.406 7.468,20.994 8.565,21.395L8.86,23.164C8.94,23.647 9.358,24 9.846,24H14.152C14.641,24 15.058,23.647 15.139,23.164L15.434,21.395C16.53,20.994 17.537,20.406 18.416,19.67L20.098,20.301C20.556,20.472 21.071,20.288 21.315,19.864L23.468,16.135C23.712,15.712 23.615,15.174 23.237,14.863L21.851,13.722C21.949,13.163 21.999,12.587 21.999,12C21.999,11.413 21.949,10.837 21.851,10.278L23.237,9.136C23.615,8.826 23.712,8.288 23.468,7.864L21.315,4.136C21.071,3.712 20.556,3.528 20.098,3.699L18.416,4.33C17.537,3.594 16.53,3.006 15.434,2.605ZM13.652,4.083L13.305,2H10.693L10.346,4.083L9.252,4.484C8.376,4.804 7.571,5.273 6.867,5.863L5.973,6.611L3.992,5.869L2.686,8.131L4.317,9.473L4.118,10.62C4.04,11.067 3.999,11.528 3.999,12C3.999,12.472 4.04,12.933 4.118,13.38L4.317,14.527L2.686,15.869L3.992,18.131L5.973,17.389L6.867,18.137C7.571,18.726 8.376,19.196 9.252,19.516L10.346,19.917L10.693,22H13.305L13.652,19.917L14.747,19.516C15.622,19.196 16.428,18.726 17.132,18.137L18.025,17.389L20.007,18.131L21.312,15.869L19.682,14.527L19.881,13.38C19.959,12.933 19.999,12.472 19.999,12C19.999,11.528 19.959,11.067 19.881,10.62L19.682,9.473L21.312,8.131L20.007,5.869L18.025,6.611L17.132,5.863C16.428,5.273 15.622,4.804 14.747,4.484L13.652,4.083Z" />
</group>
<path
android:name="navigationActiveAccent"
android:fillColor="#DBE5F6"
android:pathData="M20.36,3.639C20.74,3.605 21.117,3.791 21.315,4.135L23.468,7.864C23.712,8.288 23.615,8.826 23.237,9.136L21.851,10.277C21.949,10.837 21.999,11.413 21.999,12C21.999,12.587 21.949,13.163 21.851,13.722L23.237,14.863C23.615,15.174 23.712,15.712 23.468,16.135L21.315,19.864C21.071,20.288 20.556,20.472 20.098,20.301L18.416,19.67C17.537,20.406 16.53,20.994 15.434,21.395L15.139,23.164C15.058,23.646 14.641,24 14.152,24H9.846C9.358,24 8.94,23.646 8.86,23.164L8.565,21.395C7.468,20.993 6.462,20.406 5.583,19.67L3.9,20.301C3.814,20.333 3.726,20.353 3.639,20.36L9.878,14.121C10.421,14.664 11.171,15 11.999,15C13.656,15 14.999,13.657 14.999,12C14.999,11.171 14.663,10.421 14.121,9.879L20.36,3.639Z" />
<path
android:name="navigation"
android:fillColor="#175DDC"
android:fillType="evenOdd"
android:pathData="M16.999,12C16.999,14.761 14.761,17 11.999,17C9.238,17 6.999,14.761 6.999,12C6.999,9.239 9.238,7 11.999,7C14.761,7 16.999,9.239 16.999,12ZM14.999,12C14.999,13.657 13.656,15 11.999,15C10.342,15 8.999,13.657 8.999,12C8.999,10.343 10.342,9 11.999,9C13.656,9 14.999,10.343 14.999,12Z" />
<path
android:name="navigation"
android:fillColor="#175DDC"
android:fillType="evenOdd"
android:pathData="M15.434,2.605L15.139,0.836C15.058,0.353 14.641,0 14.152,0H9.846C9.358,0 8.94,0.353 8.86,0.836L8.565,2.605C7.468,3.006 6.462,3.594 5.583,4.33L3.9,3.699C3.442,3.528 2.928,3.712 2.683,4.136L0.531,7.864C0.286,8.288 0.384,8.826 0.761,9.136L2.147,10.278C2.05,10.837 1.999,11.413 1.999,12C1.999,12.587 2.05,13.163 2.147,13.722L0.761,14.863C0.384,15.174 0.286,15.712 0.531,16.135L2.683,19.864C2.928,20.288 3.442,20.472 3.9,20.301L5.583,19.67C6.462,20.406 7.468,20.994 8.565,21.395L8.86,23.164C8.94,23.647 9.358,24 9.846,24H14.152C14.641,24 15.058,23.647 15.139,23.164L15.434,21.395C16.53,20.994 17.537,20.406 18.416,19.67L20.098,20.301C20.556,20.472 21.071,20.288 21.315,19.864L23.468,16.135C23.712,15.712 23.615,15.174 23.237,14.863L21.851,13.722C21.949,13.163 21.999,12.587 21.999,12C21.999,11.413 21.949,10.837 21.851,10.278L23.237,9.136C23.615,8.826 23.712,8.288 23.468,7.864L21.315,4.136C21.071,3.712 20.556,3.528 20.098,3.699L18.416,4.33C17.537,3.594 16.53,3.006 15.434,2.605ZM13.652,4.083L13.305,2H10.693L10.346,4.083L9.252,4.484C8.376,4.804 7.571,5.273 6.867,5.863L5.973,6.611L3.992,5.869L2.686,8.131L4.317,9.473L4.118,10.62C4.04,11.067 3.999,11.528 3.999,12C3.999,12.472 4.04,12.933 4.118,13.38L4.317,14.527L2.686,15.869L3.992,18.131L5.973,17.389L6.867,18.137C7.571,18.726 8.376,19.196 9.252,19.516L10.346,19.917L10.693,22H13.305L13.652,19.917L14.747,19.516C15.622,19.196 16.428,18.726 17.132,18.137L18.025,17.389L20.007,18.131L21.312,15.869L19.682,14.527L19.881,13.38C19.959,12.933 19.999,12.472 19.999,12C19.999,11.528 19.959,11.067 19.881,10.62L19.682,9.473L21.312,8.131L20.007,5.869L18.025,6.611L17.132,5.863C16.428,5.273 15.622,4.804 14.747,4.484L13.652,4.083Z" />
</vector>

View File

@@ -1,13 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<group>
<clip-path
android:pathData="M2,2h20v20h-20z"/>
<path
android:pathData="M20.436,13.324L20.282,13.225C20.156,13.152 20.055,13.042 19.993,12.911C19.932,12.78 19.912,12.633 19.938,12.491V11.529C19.91,11.389 19.929,11.245 19.992,11.117C20.055,10.989 20.157,10.884 20.284,10.818L20.472,10.724C20.948,10.448 21.295,9.999 21.438,9.474C21.574,8.953 21.504,8.401 21.243,7.929L20.251,6.215C19.973,5.757 19.528,5.421 19.006,5.278C18.484,5.135 17.927,5.194 17.449,5.444L17.276,5.53C17.146,5.599 16.999,5.633 16.852,5.628C16.704,5.623 16.56,5.578 16.435,5.5C16.155,5.313 15.858,5.151 15.548,5.015C15.418,4.951 15.309,4.853 15.232,4.731C15.156,4.609 15.116,4.468 15.117,4.325V4.07C15.121,3.798 15.07,3.528 14.966,3.276C14.863,3.023 14.709,2.794 14.514,2.601C14.32,2.408 14.088,2.256 13.832,2.153C13.577,2.049 13.304,1.998 13.028,2H11C10.724,1.998 10.451,2.051 10.196,2.154C9.942,2.258 9.711,2.411 9.517,2.604C9.323,2.796 9.17,3.026 9.067,3.278C8.964,3.529 8.913,3.799 8.917,4.071V4.284C8.918,4.426 8.879,4.564 8.806,4.685C8.732,4.806 8.626,4.904 8.499,4.969C8.273,5.07 8.055,5.186 7.846,5.316L7.605,5.456C7.482,5.543 7.336,5.592 7.185,5.597C7.035,5.602 6.885,5.564 6.756,5.487L6.599,5.411C6.367,5.273 6.108,5.185 5.84,5.151C5.572,5.118 5.299,5.139 5.039,5.214C4.507,5.359 4.054,5.706 3.778,6.178L2.79,7.884C2.648,8.121 2.557,8.383 2.521,8.655C2.486,8.928 2.507,9.203 2.583,9.467C2.652,9.721 2.772,9.958 2.937,10.165C3.101,10.372 3.305,10.544 3.539,10.671L3.653,10.782L3.705,10.818C3.831,10.891 3.932,11.001 3.994,11.132C4.055,11.263 4.075,11.41 4.049,11.552V12.517C4.062,12.655 4.037,12.794 3.976,12.919C3.915,13.044 3.821,13.15 3.703,13.226L3.515,13.319C3.05,13.601 2.712,14.047 2.569,14.566C2.426,15.086 2.489,15.638 2.745,16.113L3.739,17.827C4.008,18.294 4.454,18.637 4.979,18.782C5.504,18.927 6.065,18.861 6.541,18.599L6.714,18.514C6.844,18.444 6.991,18.41 7.139,18.415C7.287,18.42 7.431,18.464 7.557,18.542C7.838,18.729 8.134,18.892 8.444,19.027C8.574,19.091 8.683,19.189 8.76,19.311C8.836,19.433 8.876,19.574 8.875,19.717V19.931C8.871,20.202 8.922,20.472 9.025,20.724C9.129,20.976 9.281,21.205 9.476,21.397C9.67,21.591 9.901,21.743 10.156,21.846C10.411,21.949 10.684,22.002 10.96,22H12.988C13.263,22.002 13.536,21.95 13.791,21.846C14.046,21.743 14.277,21.59 14.471,21.397C14.665,21.204 14.819,20.976 14.922,20.724C15.025,20.472 15.076,20.202 15.072,19.93V19.716C15.071,19.575 15.109,19.436 15.183,19.316C15.257,19.195 15.363,19.096 15.49,19.031C15.715,18.931 15.933,18.816 16.142,18.685L16.196,18.654L16.383,18.545C16.506,18.459 16.652,18.409 16.804,18.404C16.955,18.399 17.104,18.437 17.233,18.514L17.39,18.59C17.628,18.729 17.892,18.819 18.166,18.855C18.439,18.891 18.718,18.871 18.984,18.798C19.245,18.727 19.489,18.604 19.7,18.436C19.911,18.268 20.085,18.059 20.209,17.823L21.198,16.116C21.337,15.886 21.426,15.629 21.46,15.363C21.493,15.096 21.472,14.826 21.396,14.569C21.254,14.046 20.909,13.598 20.435,13.324H20.436ZM11.999,15.545C11.288,15.545 10.593,15.337 10.002,14.948C9.411,14.558 8.95,14.004 8.678,13.357C8.406,12.709 8.334,11.996 8.473,11.309C8.612,10.621 8.954,9.989 9.457,9.494C9.959,8.998 10.6,8.661 11.297,8.524C11.995,8.387 12.718,8.457 13.374,8.726C14.031,8.994 14.592,9.448 14.988,10.031C15.383,10.614 15.594,11.299 15.594,12.001C15.594,12.941 15.215,13.842 14.541,14.507C13.867,15.172 12.953,15.546 11.999,15.546V15.545Z"
android:fillColor="#151B2C"/>
</group>
</vector>