mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-04 00:01:37 +00:00
10 lines
448 B
XML
10 lines
448 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:autoMirrored="true"
|
|
android:height="24dp"
|
|
android:viewportHeight="24.0"
|
|
android:viewportWidth="24.0"
|
|
android:width="24dp">
|
|
<path
|
|
android:fillColor="?attr/colorControlNormal"
|
|
android:pathData="M10,4H4c-1.1,0 -1.99,0.9 -1.99,2L2,18c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2V8c0,-1.1 -0.9,-2 -2,-2h-8l-2,-2z"/>
|
|
</vector>
|