summaryrefslogtreecommitdiffstats
path: root/res/drawable/img_notify_update_white.xml
blob: da390df6784da52fac38f3ef46b8b64add0e1082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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/icon_white"
        android:pathData="M8 11h3v10h2v-10h3l-4-4-4 4zm-4-8v2h16v-2h-16z" />
    <path
        android:pathData="M0 0h24v24h-24z" />
</vector>