aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_notification.xml
blob: b4309ddcddffe53ee9d8029aebdc4c5910799ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <!-- White silhouette; the system tints status-bar icons by alpha. -->
    <path
        android:fillColor="#FFFFFF"
        android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z" />
</vector>