ic_scale.xml raw

   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    <path
   7        android:fillColor="?android:attr/textColorSecondary"
   8        android:pathData="M15,3l2.3,2.3 -2.89,2.87 1.42,1.42L18.7,6.7 21,9L21,3h-6zM3,9l2.3,-2.3 2.87,2.89 1.42,-1.42L6.7,5.3 9,3L3,3v6zM9,21l-2.3,-2.3 2.89,-2.87 -1.42,-1.42L5.3,17.3 3,15v6h6zM21,15l-2.3,2.3 -2.87,-2.89 -1.42,1.42 2.89,2.87L15,21h6v-6z"/>
   9  </vector>
  10