search.xml 576 B

12345678910111213
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="40dp"
  3. android:height="40dp"
  4. android:viewportWidth="40"
  5. android:viewportHeight="40">
  6. <path
  7. android:pathData="M35,35L27.833,27.833M31.667,18.333C31.667,25.697 25.697,31.667 18.333,31.667C10.969,31.667 5,25.697 5,18.333C5,10.969 10.969,5 18.333,5C25.697,5 31.667,10.969 31.667,18.333Z"
  8. android:strokeLineJoin="round"
  9. android:strokeWidth="2"
  10. android:fillColor="#00000000"
  11. android:strokeColor="#A2D5F2"
  12. android:strokeLineCap="round"/>
  13. </vector>