summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_new_window_dark.xml
blob: 2339658e70c400a5ea6c10123e00841a6fb58c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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">

    <group>
        <path
            android:fillColor="#fafafa"
            android:pathData="M19 13h-6v6h-2v-6h-6v-2h6v-6h2v6h6v2z" />
        <path
            android:pathData="M0 0h24v24h-24z" />
    </group>
</vector>