14 lines
398 B
XML
14 lines
398 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="56dp"
|
|
android:height="56dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
|
android:fillColor="#000000"
|
|
android:pathData="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z" />
|
|
<path
|
|
android:pathData="M0 0h24v24H0z" />
|
|
</vector>
|