round_lan_24.xml 647 B

12345678910
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="24dp"
  3. android:height="24dp"
  4. android:viewportWidth="24"
  5. android:viewportHeight="24"
  6. android:tint="?attr/colorControlNormal">
  7. <path
  8. android:fillColor="@android:color/white"
  9. android:pathData="M15,22h4c1.1,0 2,-0.9 2,-2v-3c0,-1.1 -0.9,-2 -2,-2h-1v-2c0,-1.1 -0.9,-2 -2,-2h-3V9h1c1.1,0 2,-0.9 2,-2V4c0,-1.1 -0.9,-2 -2,-2h-4C8.9,2 8,2.9 8,4v3c0,1.1 0.9,2 2,2h1v2H8c-1.1,0 -2,0.9 -2,2v2H5c-1.1,0 -2,0.9 -2,2v3c0,1.1 0.9,2 2,2h4c1.1,0 2,-0.9 2,-2v-3c0,-1.1 -0.9,-2 -2,-2H8v-2h8v2h-1c-1.1,0 -2,0.9 -2,2v3C13,21.1 13.9,22 15,22z"/>
  10. </vector>