forked from mirrors/Fedilab
11 lines
396 B
XML
11 lines
396 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:autoMirrored="true"
|
|
android:tint="?attr/colorControlNormal"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M2.01,21L23,12 2.01,3 2,10l15,2 -15,2z" />
|
|
</vector>
|