19 lines
598 B
XML
19 lines
598 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="20dp"
|
||
|
|
android:height="29dp"
|
||
|
|
android:viewportWidth="20"
|
||
|
|
android:viewportHeight="29">
|
||
|
|
<group>
|
||
|
|
<clip-path
|
||
|
|
android:pathData="M0,0h19.021v28.531h-19.021z"/>
|
||
|
|
<path
|
||
|
|
android:pathData="M4.814,28.531L19.021,14.478L12.312,0L4.814,28.531Z"
|
||
|
|
android:fillColor="#097939"
|
||
|
|
android:fillType="evenOdd"/>
|
||
|
|
<path
|
||
|
|
android:pathData="M0,28.531L14.285,14.478L7.498,0L0,28.531Z"
|
||
|
|
android:fillColor="#ED752E"
|
||
|
|
android:fillType="evenOdd"/>
|
||
|
|
</group>
|
||
|
|
</vector>
|