mirror of https://github.com/kurisufriend/Clover
commit
1d38254309
@ -1,5 +1,12 @@ |
|||||||
<vector android:height="24dp" android:tint="#20A8C6" |
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:viewportHeight="24.0" android:viewportWidth="24.0" |
android:width="24dp" |
||||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> |
android:height="24dp" |
||||||
<path android:fillColor="#FF000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM10,17l-5,-5 1.41,-1.41L10,14.17l7.59,-7.59L19,8l-9,9z"/> |
android:viewportWidth="24.0" |
||||||
|
android:viewportHeight="24.0"> |
||||||
|
<path |
||||||
|
android:fillColor="#FF20A8C6" |
||||||
|
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2z" /> |
||||||
|
<path |
||||||
|
android:fillColor="#FFFFFFFF" |
||||||
|
android:pathData="M10,17l-5,-5 1.41,-1.41L10,14.17l7.59,-7.59L19,8l-9,9z" /> |
||||||
</vector> |
</vector> |
||||||
|
Loading…
Reference in new issue