round_note_20.xml 551 B

1234567891011
  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. android:autoMirrored="true">
  8. <path
  9. android:fillColor="@android:color/white"
  10. android:pathData="M13.38,4H3.5C2.67,4 2,4.67 2,5.5v9C2,15.33 2.67,16 3.5,16h13c0.83,0 1.5,-0.67 1.5,-1.5V8.62c0,-0.4 -0.16,-0.78 -0.44,-1.06l-3.12,-3.12C14.16,4.16 13.78,4 13.38,4zM13,5l4,4h-3c-0.55,0 -1,-0.45 -1,-1V5z"/>
  11. </vector>