23 lines
754 B
XML
23 lines
754 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:name="strike_through"
|
|
android:pathData="@string/vq"
|
|
android:strokeColor="@android:color/white"
|
|
android:strokeWidth="1.8"
|
|
android:strokeLineCap="square"/>
|
|
<group>
|
|
<clip-path
|
|
android:name="eye_mask"
|
|
android:pathData="@string/vo"/>
|
|
<path
|
|
android:name="eye"
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="@string/vn"/>
|
|
</group>
|
|
</vector>
|