mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 12:35:09 +01:00
8 lines
376 B
XML
8 lines
376 B
XML
<!-- drawable/star.xml -->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path android:fillColor="#000" android:pathData="M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z" />
|
|
</vector> |