aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_zip.xml
blob: e8d4a44cd67ec6e5d051801e029594d24a02ec5f (plain)
1
2
3
4
5
6
7
8
9
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:pathData="M19,3H5c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2V5c0,-1.1 -0.9,-2 -2,-2zm-5,6h-2v2h2v2h-2v-2h-2V9h2V7h-2V5h2v2h2v2zm0,8h-2v-2h-2v-2h2v2h2v2z"
        android:fillColor="#FFFFFF"/>
</vector>