23 lines
668 B
XML
23 lines
668 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:pathData="M12,5v14"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/white"
|
|
android:fillColor="@android:color/transparent"
|
|
android:strokeLineCap="round" />
|
|
|
|
<path
|
|
android:pathData="M5,12h14"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/white"
|
|
android:fillColor="@android:color/transparent"
|
|
android:strokeLineCap="round" />
|
|
|
|
</vector>
|