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="#ff019e55"
12        android:pathData="M20 5.41L18.59 4 7 15.59V9H5v10h10v-2H8.41z" />
13</vector>