2016-10-21 13:01:30 +02:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-09-01 21:27:07 +02:00
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
|
|
|
android:tint="#7E7E7E"
|
|
|
|
android:viewportWidth="24"
|
|
|
|
android:viewportHeight="24">
|
2016-10-21 13:01:30 +02:00
|
|
|
<path
|
2020-09-01 21:27:07 +02:00
|
|
|
android:fillColor="#000000"
|
2020-08-28 13:21:21 +02:00
|
|
|
android:pathData="M12 8c1.1 0 2-0.9 2-2s-0.9-2-2-2-2 0.9-2 2 0.9 2 2 2zm0 2c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2zm0 6c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2z" />
|
2016-10-21 13:01:30 +02:00
|
|
|
</vector>
|