diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-09-26 10:34:23 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-10-01 13:46:57 +0200 |
| commit | e861350fb8aee5561176a66fd268f36d820e88ef (patch) | |
| tree | 61fca1a841fdd62aea217f691bdfc0758797b412 /android/lib/resource | |
| parent | 9b51a92a954b8d643ed44c962d7c374746e0ec7f (diff) | |
| download | mullvadvpn-e861350fb8aee5561176a66fd268f36d820e88ef.tar.xz mullvadvpn-e861350fb8aee5561176a66fd268f36d820e88ef.zip | |
Use material icons
Diffstat (limited to 'android/lib/resource')
| -rw-r--r-- | android/lib/resource/src/main/res/drawable/icon_reconnect.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/drawable/icon_reconnect.xml b/android/lib/resource/src/main/res/drawable/icon_reconnect.xml new file mode 100644 index 0000000000..5eda40b360 --- /dev/null +++ b/android/lib/resource/src/main/res/drawable/icon_reconnect.xml @@ -0,0 +1,13 @@ +<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="M0,0h24v24h-24z"/> + <path + android:pathData="M5.634,18.362C6.518,19.246 7.514,19.906 8.622,20.342C9.729,20.778 10.855,20.996 11.998,20.996C13.141,20.996 14.267,20.778 15.374,20.342C16.482,19.906 17.478,19.246 18.362,18.362L16.948,16.948C15.569,18.326 13.919,19.016 11.998,19.016C10.077,19.016 8.427,18.326 7.048,16.948C5.669,15.569 4.98,13.919 4.98,11.998C4.98,10.077 5.669,8.427 7.048,7.048C8.427,5.669 10.077,4.98 11.998,4.98C13.919,4.98 15.569,5.669 16.948,7.048L17.054,7.154H14.862L14.826,9.17H20.483V3.513L18.468,3.548V5.74L18.362,5.634C17.478,4.75 16.482,4.09 15.374,3.654C14.267,3.218 13.141,3 11.998,3C10.855,3 9.729,3.218 8.622,3.654C7.514,4.09 6.518,4.75 5.634,5.634C4.75,6.518 4.09,7.514 3.654,8.622C3.218,9.729 3,10.855 3,11.998C3,13.141 3.218,14.267 3.654,15.374C4.09,16.482 4.75,17.478 5.634,18.362Z" + android:fillColor="#1C1B1F"/> + </group> +</vector> |
