* Import fixed Compound icons * Revert changes to thread icons * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
13 lines
579 B
XML
13 lines
579 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:pathData="M13,8a1,1 0,1 0,-2 0v4a1,1 0,0 0,0.293 0.707l2.83,2.83a1,1 0,0 0,1.414 -1.414L13,11.586z"
|
|
android:fillColor="#FF000000"/>
|
|
<path
|
|
android:pathData="M22,11.915c0,5.523 -4.477,10 -10,10s-10,-4.477 -10,-10 4.477,-10 10,-10 10,4.477 10,10m-2,0a8,8 0,1 1,-16 0,8 8,0 0,1 16,0"
|
|
android:fillColor="#FF000000"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|