10 lines
408 B
XML
10 lines
408 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="M19,9C19,14 12,22 12,22C12,22 5,14 5,9C5,5 8.134,2 12,2C15.866,2 19,5 19,9ZM11,8V6H13V8H15V10H13V12H11V10H9V8H11Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|