PM-17769 add thinner version of vault icon for the settings (#4704)

This commit is contained in:
Dave Severns
2025-02-10 13:58:02 -05:00
committed by GitHub
parent 3adc80fdf8
commit 30e882d7d1
2 changed files with 15 additions and 1 deletions

View File

@@ -210,7 +210,7 @@ enum class Settings(
),
VAULT(
text = R.string.vault.asText(),
vectorIconRes = R.drawable.ic_vault,
vectorIconRes = R.drawable.ic_vault_thin,
testTag = "VaultSettingsButton",
),
APPEARANCE(

View File

@@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M7.162,13.707C7.578,14.182 8.128,14.53 8.75,14.69V15.549C8.75,15.963 9.086,16.299 9.5,16.299C9.914,16.299 10.25,15.963 10.25,15.549V14.699C10.881,14.546 11.439,14.199 11.863,13.722L12.641,14.17C13,14.377 13.458,14.254 13.666,13.896C13.873,13.537 13.75,13.079 13.391,12.872L12.579,12.403C12.659,12.116 12.701,11.813 12.701,11.5C12.701,11.182 12.657,10.874 12.576,10.583L13.393,10.112C13.752,9.905 13.875,9.446 13.667,9.088C13.46,8.729 13.001,8.606 12.642,8.813L11.855,9.267C11.432,8.796 10.877,8.452 10.25,8.3V7.434C10.25,7.02 9.914,6.684 9.5,6.684C9.086,6.684 8.75,7.02 8.75,7.434V8.31C8.132,8.468 7.586,8.813 7.17,9.283L6.356,8.813C5.997,8.606 5.538,8.729 5.331,9.088C5.123,9.446 5.246,9.905 5.605,10.112L6.457,10.603C6.379,10.888 6.338,11.189 6.338,11.5C6.338,11.806 6.378,12.102 6.454,12.383L5.607,12.872C5.248,13.079 5.125,13.537 5.332,13.896C5.54,14.254 5.999,14.377 6.357,14.17L7.162,13.707ZM7.838,11.5C7.838,12.533 8.636,13.286 9.519,13.286C10.403,13.286 11.201,12.533 11.201,11.5C11.201,10.467 10.403,9.713 9.519,9.713C8.636,9.713 7.838,10.467 7.838,11.5Z"
android:fillColor="#5A6D91"
android:fillType="evenOdd"/>
<path
android:pathData="M20.7,4C21.418,4 22,4.582 22,5.3V17.684C22,18.402 21.418,18.984 20.7,18.984H19.31V19.296C19.31,19.71 18.975,20.046 18.56,20.046C18.146,20.046 17.81,19.71 17.81,19.296V18.984H6.186V19.296C6.186,19.71 5.85,20.046 5.436,20.046C5.021,20.046 4.686,19.71 4.686,19.296V18.984H3.3C2.582,18.984 2,18.402 2,17.684V5.3C2,4.582 2.582,4 3.3,4H20.7ZM20.5,15.051V17.484H3.5V5.5H20.5V7.932H19.188C18.773,7.932 18.438,8.268 18.438,8.682C18.438,9.096 18.773,9.432 19.188,9.432H20.5V13.551H19.188C18.773,13.551 18.438,13.887 18.438,14.301C18.438,14.715 18.773,15.051 19.188,15.051H20.5Z"
android:fillColor="#5A6D91"
android:fillType="evenOdd"/>
</vector>