round_desk_20.xml 613 B

12345678910
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="20dp"
  3. android:height="20dp"
  4. android:viewportWidth="20"
  5. android:viewportHeight="20"
  6. android:tint="?attr/colorControlNormal">
  7. <path
  8. android:fillColor="@android:color/white"
  9. android:pathData="M2,6v8.25C2,14.66 2.34,15 2.75,15h0c0.41,0 0.75,-0.34 0.75,-0.75V6.5H12v7.75c0,0.41 0.34,0.75 0.75,0.75h0c0.41,0 0.75,-0.34 0.75,-0.75V13.5h3v0.75c0,0.41 0.34,0.75 0.75,0.75l0,0c0.41,0 0.75,-0.34 0.75,-0.75V6c0,-0.55 -0.45,-1 -1,-1H3C2.45,5 2,5.45 2,6zM13.5,6.5h3v2h-3V6.5zM13.5,12v-2h3v2H13.5z"/>
  10. </vector>