11 lines
408 B
XML
11 lines
408 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="@dimen/icon_notification_dimen"
|
||
|
android:height="@dimen/icon_notification_dimen"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24">
|
||
|
|
||
|
<path
|
||
|
android:fillColor="@color/md_white_1000"
|
||
|
android:pathData="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z" />
|
||
|
</vector>
|