12 lines
423 B
XML
12 lines
423 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="40dp"
|
|
android:height="40dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="#fff"
|
|
android:pathData="M15,20l0,-16l8,8z" />
|
|
<path
|
|
android:fillColor="#fff"
|
|
android:pathData="M16,15H3c-0.552,0 -1,-0.448 -1,-1v-4c0,-0.552 0.448,-1 1,-1h13V15z" />
|
|
</vector>
|