* Import fixed Compound icons * Revert changes to thread icons * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
9 lines
472 B
XML
9 lines
472 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="M6.293,6.293a1,1 0,0 1,1.414 0L12,10.586l4.293,-4.293a1,1 0,1 1,1.414 1.414L13.414,12l4.293,4.293a1,1 0,0 1,-1.414 1.414L12,13.414l-4.293,4.293a1,1 0,0 1,-1.414 -1.414L10.586,12 6.293,7.707a1,1 0,0 1,0 -1.414"
|
|
android:fillColor="#FF000000"/>
|
|
</vector>
|