1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-26 05:24:52 +02:00
dandelion/app/src/main/res/drawable/ic_format_list_bulleted_black_24px.xml
vanitasvitae f89f21f979 Added icons to the settings
Chaged some icons

Moved Contacts up one in Settings
2016-10-28 00:18:44 +02:00

16 lines
641 B
XML

<?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="M4 10.5c-.83 0-1.5 .67 -1.5 1.5s.67 1.5 1.5 1.5 1.5-.67
1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5 .67 -1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5
6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5 .68 -1.5 1.5s.68 1.5 1.5 1.5 1.5-.68
1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z" />
<path
android:pathData="M0 0h24v24H0V0z" />
</vector>