round_add_20.xml 588 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="M14.25,9.25h-3.5v-3.5C10.75,5.34 10.41,5 10,5h0C9.59,5 9.25,5.34 9.25,5.75v3.5h-3.5C5.34,9.25 5,9.59 5,10v0c0,0.41 0.34,0.75 0.75,0.75h3.5v3.5C9.25,14.66 9.59,15 10,15h0c0.41,0 0.75,-0.34 0.75,-0.75v-3.5h3.5c0.41,0 0.75,-0.34 0.75,-0.75v0C15,9.59 14.66,9.25 14.25,9.25z"/>
  10. </vector>