ic_playlist_music.xml 483B

123456789101112
  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. android:tint="#FFFFFF"
  7. android:alpha="0.8">
  8. <path
  9. android:fillColor="#FF000000"
  10. android:pathData="M15,6L3,6v2h12L15,6zM15,10L3,10v2h12v-2zM3,16h8v-2L3,14v2zM17,6v8.18c-0.31,-0.11 -0.65,-0.18 -1,-0.18 -1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3L19,8h3L22,6h-5z"/>
  11. </vector>