blob: 331ea068a75344b00cd1b7b20ec4f8f96a9755cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:alpha="0.56"
android:tint="@color/green"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000000"
android:pathData="M20,5.41 L18.59,4 7,15.59V9H5V19H15V17H8.41" />
</vector>
|