17 lines
585 B
XML
17 lines
585 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:height="50dp"
|
||
|
android:width="58dp"
|
||
|
android:viewportWidth="58"
|
||
|
android:viewportHeight="50">
|
||
|
<group
|
||
|
android:scaleX="0.1"
|
||
|
android:scaleY="-0.1"
|
||
|
android:translateY="50">
|
||
|
<path
|
||
|
android:fillColor="#000000"
|
||
|
android:pathData="M144 248 l-141 -243 143 -3 c79 -1 209 -1 288 0 l143 3 -141 243 c-77 133 -143 242 -146 242 -3 0 -69 -109 -146 -242z"
|
||
|
android:strokeWidth="1"/>
|
||
|
</group>
|
||
|
</vector>
|