1<?xml version="1.0" encoding="utf-8"?> 2<vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="@dimen/inline_icon_size" 4 android:height="@dimen/inline_icon_size" 5 android:viewportWidth="24" 6 android:viewportHeight="24"> 7 8 <path 9 android:pathData="M0 0h24v24H0z" /> 10 <path 11 android:fillColor="#ffdb4635" 12 android:pathData="M19.59 7L12 14.59 6.41 9H11V7H3v8h2v-4.59l7 7 9-9z" /> 13</vector>