2019-05-31 13:37:37 -04:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
|
|
|
android:viewportWidth="24"
|
|
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
2019-10-07 15:43:36 -03:00
|
|
|
android:fillColor="?conversation_subtitle_color"
|
2019-05-31 13:37:37 -04:00
|
|
|
android:pathData="M3,13h8L11,3L3,3v10zM3,21h8v-6L3,15v6zM13,21h8L21,11h-8v10zM13,3v6h8L21,3h-8z"/>
|
|
|
|
</vector>
|