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_vpn_lock_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

19 lines
871 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="M22 4v-.5C22 2.12 20.88 1 19.5 1S17 2.12 17 3.5V4c-.55 0-1 .45-1 1v4c0 .55 .45 1
1 1h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-.8 0h-3.4v-.5c0-.94 .76 -1.7
1.7-1.7s1.7 .76 1.7 1.7V4zm-2.28 8c.04 .33 .08 .66 .08 1 0 2.08-.8 3.97-2.1
5.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H7v-2h2c.55 0 1-.45
1-1V8h2c1.1 0 2-.9 2-2V3.46c-.95-.3-1.95-.46-3-.46C5.48 3 1 7.48 1 13s4.48 10 10
10 10-4.48 10-10c0-.34-.02-.67-.05-1h-2.03zM10 20.93c-3.95-.49-7-3.85-7-7.93
0-.62 .08 -1.21 .21 -1.79L8 16v1c0 1.1 .9 2 2 2v1.93z" />
<path
android:pathData="M0 0h24v24H0z" />
</vector>