17 lines
531 B
XML
17 lines
531 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="14dp"
|
||
|
|
android:height="12dp"
|
||
|
|
android:viewportWidth="14"
|
||
|
|
android:viewportHeight="12">
|
||
|
|
|
||
|
|
<path
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#FDFEFF"
|
||
|
|
android:strokeWidth="1.5"
|
||
|
|
android:strokeLineCap="round"
|
||
|
|
android:strokeLineJoin="round"
|
||
|
|
android:pathData="M6.3333,3.5 L3.6667,1 M3.6667,1 L1,3.5 M3.6667,1 V11
|
||
|
|
M7.6667,8.5 L10.3333,11 M10.3333,11 L13,8.5M10.3333,11 V1" />
|
||
|
|
</vector>
|