14 lines
531 B
XML
14 lines
531 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="M3,16.5v2.25A2.25,2.25 0,0 0,5.25 21h13.5A2.25,2.25 0,0 0,21 18.75V16.5M16.5,12 L12,16.5m0,0L7.5,12m4.5,4.5V3"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="1.5"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="@color/material_blue_700"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|