
(cherry picked from commit ee26d6dffd8c77115683ea242c3ab729c70f7ea6) # Conflicts: # app/src/main/res/drawable/ic_tachi.xml # presentation-core/src/main/res/values/colors.xml
10 lines
298 B
XML
10 lines
298 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M20,9H4v2h16V9zM4,15h16v-2H4V15z" />
|
|
</vector>
|