forked from github/wulkanowy-mirror
10 lines
475 B
XML
10 lines
475 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="26dp"
|
||
|
android:height="26dp"
|
||
|
android:viewportWidth="26"
|
||
|
android:viewportHeight="26">
|
||
|
<path
|
||
|
android:fillColor="#FFF"
|
||
|
android:pathData="M13 11h2v2h-2m0 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V7h4V5h-4a2 2 0 0 0-2 2v6c0 1.1 0.9 2 2 2m8 2H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3V5z" />
|
||
|
</vector>
|