16 lines
513 B
XML
16 lines
513 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:strokeColor="#000000"
|
|
android:strokeWidth="2"
|
|
android:pathData="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
|
|
<path
|
|
android:strokeColor="#000000"
|
|
android:strokeWidth="2"
|
|
android:pathData="M 9 22 L 9 12 L 15 12 L 15 22 " />
|
|
</vector> |