11 lines
358 B
XML
11 lines
358 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="24dp"
|
||
|
|
android:height="24dp"
|
||
|
|
android:viewportWidth="24"
|
||
|
|
android:viewportHeight="24">
|
||
|
|
<path
|
||
|
|
android:fillColor="?attr/colorOnSurface"
|
||
|
|
android:pathData="M6,6h2v12H6V6zM9.5,12l8.5,6V6L9.5,12z" />
|
||
|
|
</vector>
|