mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-16 07:45:06 +00:00
18 lines
485 B
XML
18 lines
485 B
XML
<vector
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:width="32.5dp"
|
|
android:height="32.5dp"
|
|
android:viewportWidth="32.5"
|
|
android:viewportHeight="32.5"
|
|
>
|
|
<group>
|
|
<clip-path
|
|
android:pathData="M0 0H32.5V32.5H0V0Z"
|
|
/>
|
|
<path
|
|
android:pathData="M0 0V32.5H32.5V0"
|
|
android:fillColor="#FFFFFF"
|
|
/>
|
|
</group>
|
|
</vector>
|