baseline_egg_20.xml 578 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="M10,3c-2.75,0 -5.5,4.93 -5.5,8.56C4.5,14.56 6.96,17 10,17s5.5,-2.44 5.5,-5.44C15.5,7.93 12.75,3 10,3zM10.25,14.5C8.37,14.5 7,12.92 7,10.75C7,10.34 7.34,10 7.75,10s0.75,0.34 0.75,0.75c0,1.12 0.54,2.25 1.75,2.25c0.41,0 0.75,0.34 0.75,0.75S10.66,14.5 10.25,14.5z"/>
  10. </vector>