28 lines
918 B
XML
28 lines
918 B
XML
<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="M21,12C21,15.375 19,21 12,21C5,21 3,15.375 3,12"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="1.5"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#ffffff"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M11.996,14.449L12,2"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="1.5"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#80F988"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M18,8.5L12,14.5L6,8.5"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="1.5"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#80F988"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|