10 lines
460 B
XML
10 lines
460 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="50dp"
|
|
android:height="50dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M21,20C21,20.552 20.552,21 20,21H4C3.448,21 3,20.552 3,20V9.489C3,9.18 3.142,8.889 3.386,8.7L11.386,2.477C11.747,2.197 12.253,2.197 12.614,2.477L20.614,8.7C20.858,8.889 21,9.18 21,9.489V20Z"
|
|
android:fillColor="?attr/buttonIcon"/>
|
|
</vector>
|