round_recommend_24.xml 604 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="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10s10,-4.48 10,-10S17.52,2 12,2zM18,11.8c0.02,0.17 -0.02,0.35 -0.1,0.5l-2.1,4.9c-0.22,0.51 -0.74,0.83 -1.3,0.8H9c-1.1,0 -2,-0.9 -2,-2v-5c-0.02,-0.38 0.13,-0.74 0.4,-1L12,5l0.69,0.69c0.18,0.19 0.29,0.44 0.3,0.7v0.2L12.41,10H17c0.55,0 1,0.45 1,1V11.8z"/>
  10. </vector>