round_home_20.xml 505 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="M9.1,3.67L4.6,7.05C4.22,7.33 4,7.78 4,8.25v7.25C4,16.33 4.67,17 5.5,17H8v-5h4v5h2.5c0.83,0 1.5,-0.67 1.5,-1.5V8.25c0,-0.47 -0.22,-0.92 -0.6,-1.2l-4.5,-3.38C10.37,3.28 9.63,3.28 9.1,3.67z"/>
  10. </vector>