14 lines
474 B
XML
14 lines
474 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24">
|
||
|
<path
|
||
|
android:pathData="M4,16L4,19C4,19.552 4.448,20 5,20L19,20C19.552,20 20,19.552 20,19L20,16"
|
||
|
android:strokeLineJoin="round"
|
||
|
android:strokeWidth="2"
|
||
|
android:fillColor="#00000000"
|
||
|
android:strokeColor="#ffffff"
|
||
|
android:strokeLineCap="round"/>
|
||
|
</vector>
|