Files
hpos-registration-app/app/src/main/res/drawable/ic_logout.xml
smileomi18@gmail.com e029b2e49c Logout Feature
2023-07-10 17:40:04 +05:30

6 lines
417 B
XML

<vector android:autoMirrored="true" android:height="24dp"
android:tint="@color/red" android:viewportHeight="24"
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@color/red" android:pathData="M17,7l-1.41,1.41L18.17,11H8v2h10.17l-2.58,2.58L17,17l5,-5zM4,5h8V3H4c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h8v-2H4V5z"/>
</vector>