summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_download_path.xml
blob: 1995a91fc60a2fadcb19286b5e09faba380e154f (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="40dp"
    android:height="40dp"
    android:viewportWidth="18"
    android:viewportHeight="18">

    <path
        android:pathData="M0 0h18v18h-18z" />
    <path
        android:fillColor="@color/icon_black"
        android:pathData="M10 5l-2-2h-5c-.55 0-1 .45-1 1v10c0 .55 .45 1 1 1h12c.55 0 1-.45
1-1v-8c0-.55-.45-1-1-1h-5z" />
</vector>