14 lines
449 B
XML
14 lines
449 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="32dp"
|
||
|
android:height="32dp"
|
||
|
android:viewportWidth="32"
|
||
|
android:viewportHeight="32">
|
||
|
<path
|
||
|
android:fillColor="#FF000000"
|
||
|
android:pathData="M14.9,21l3.9,-5l5,6.7H8.2l3.9,-5L14.9,21z"/>
|
||
|
<path
|
||
|
android:fillColor="#FF000000"
|
||
|
android:pathData="M27.5,4.5h-23v23h23V4.5zM3,3v26h26V3H3z"
|
||
|
android:fillType="evenOdd"/>
|
||
|
</vector>
|