round_boy_20.xml 599 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="M12,12.5h-0.5v3c0,0.28 -0.22,0.5 -0.5,0.5H9c-0.28,0 -0.5,-0.22 -0.5,-0.5v-3H8c-0.28,0 -0.5,-0.22 -0.5,-0.5V9c0,-0.83 0.67,-1.5 1.5,-1.5h2c0.83,0 1.5,0.67 1.5,1.5v3C12.5,12.28 12.28,12.5 12,12.5zM10,6.5c0.69,0 1.25,-0.56 1.25,-1.25S10.69,4 10,4S8.75,4.56 8.75,5.25S9.31,6.5 10,6.5z"/>
  10. </vector>