dandelion/app/src/main/res/drawable/ic_person_pin_black_48px.xml

16 lines
598 B
XML
Raw Normal View History

<?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:fillColor="#000000"
android:pathData="M19 2H5c-1.11 0-2 .9-2 2v14c0 1.1 .89 2 2 2h4l3 3 3-3h4c1.1 0 2-.9
2-2V4c0-1.1-.9-2-2-2zm-7 3.3c1.49 0 2.7 1.21 2.7 2.7 0 1.49-1.21 2.7-2.7
2.7-1.49 0-2.7-1.21-2.7-2.7 0-1.49 1.21-2.7 2.7-2.7zM18 16H6v-.9c0-2 4-3.1
6-3.1s6 1.1 6 3.1v.9z" />
<path
android:pathData="M0 0h24v24H0z" />
</vector>