2019-01-18 19:22:39 +00:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
|
|
|
android:viewportWidth="24"
|
2019-04-13 06:10:56 +00:00
|
|
|
android:viewportHeight="24"
|
|
|
|
android:tint="?android:attr/textColorPrimary">
|
2019-01-18 19:22:39 +00:00
|
|
|
<group>
|
|
|
|
<clip-path android:pathData="M0,0H24V24H0Z M 0,0"/>
|
|
|
|
<path
|
|
|
|
android:fillColor="#FFFFFFFF"
|
|
|
|
android:pathData="M6,2V8H6l4,4L6,16H6v6H18V16h0l-4,-4,4,-4h0V2ZM16,16.5V20H8V16.5l4,-4Z"/>
|
|
|
|
</group>
|
|
|
|
</vector>
|