13 lines
677 B
XML
13 lines
677 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="16dp"
|
|
android:height="16dp"
|
|
android:viewportWidth="16"
|
|
android:viewportHeight="16">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M8,7c1.38,0 2.5,-1.12 2.5,-2.5S9.38,2 8,2S5.5,3.12 5.5,4.5S6.62,7 8,7zM8,3c0.83,0 1.5,0.67 1.5,1.5S8.83,6 8,6S6.5,5.33 6.5,4.5S7.17,3 8,3z"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M9.71,7.5H6.29C4.47,7.5 3,9.07 3,10.99v2.51C3,13.78 3.22,14 3.5,14h9c0.28,0 0.5,-0.22 0.5,-0.5v-2.51C13,9.07 11.53,7.5 9.71,7.5zM12,13H4v-2.01C4,9.62 5.03,8.5 6.29,8.5h3.43c1.26,0 2.29,1.12 2.29,2.49V13z"/>
|
|
</vector>
|