22 lines
590 B
XML
22 lines
590 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:name="vector"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tintMode="multiply">
|
|
<path
|
|
android:name="path_1"
|
|
android:pathData="M 0 12 L 24 12"
|
|
android:fillColor="#000"
|
|
android:strokeColor="#80d8ff"
|
|
android:strokeWidth="24"/>
|
|
<path
|
|
android:name="path"
|
|
android:pathData="M 0 12 L 24 12"
|
|
android:fillColor="#000"
|
|
android:strokeColor="#0091ea"
|
|
android:strokeWidth="24"/>
|
|
</vector> |