mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 11:05:34 +00:00
204e940dcb
Need to clean up animations yet, add "last update" label, etc.
10 lines
327 B
XML
10 lines
327 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="30dp"
|
|
android:height="30dp"
|
|
android:viewportHeight="24.0"
|
|
android:viewportWidth="24.0">
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z"/>
|
|
</vector>
|