nextcloud-android/src/main/res/drawable/image_32dp.xml
AndyScherzinger fca2d906fa
Fix CR
2018-03-21 10:20:55 +01:00

8 lines
396 B
XML

<!-- drawable/image.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp"
android:width="32dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path android:fillColor="#757575" android:pathData="M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z" />
</vector>