* Import fixed Compound icons * Revert changes to thread icons * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
11 lines
498 B
XML
11 lines
498 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:autoMirrored="true"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M18,3a4,4 0,0 1,4 4v10a4,4 0,0 1,-4 4L6,21a4,4 0,0 1,-4 -4L2,7a4,4 0,0 1,4 -4zM10,5h8a2,2 0,0 1,2 2v10a2,2 0,0 1,-2 2h-8zM8,19L6,19a2,2 0,0 1,-2 -2L4,7a2,2 0,0 1,2 -2h2z"
|
|
android:fillColor="#FF000000"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|