riku
2022-02-18 d59d55575d913646b7a90fca651904ab889c6723
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<vector  xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="200dp"
        android:height="20dp"
        android:viewportHeight="20.0"
        android:viewportWidth="200.0">
 
    <path
            android:strokeColor="#03A9F4"
            android:strokeWidth="1"
            android:fillColor="#FFFFFF"
            android:pathData="
            M0,20
            L0,10
            Q2,2 10,0
            L20,0
            Q100,38 180,0
            L190,0
            Q198,2 200,10
            L200,20"/>
 
</vector>