summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_sp_level_good.xml
blob: c1d28967a58167f8217277d1537475a794ce72c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <path
        android:fillColor="@color/green"
        android:pathData="M12 1l-9 4v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12v-6l-9-4zm0
10.99h7c-.53 4.12-3.28 7.79-7 8.94v-8.93h-7v-5.7l7-3.11v8.8z" />
    <path
        android:pathData="M0 0h24v24h-24z" />
</vector>