10 lines
598 B
XML
10 lines
598 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="12dp"
|
|
android:height="12dp"
|
|
android:viewportWidth="12"
|
|
android:viewportHeight="12">
|
|
<path
|
|
android:pathData="M9.6,6C9.6,5.337 10.137,4.8 10.8,4.8C11.463,4.8 12,5.337 12,6C12,6.663 11.463,7.2 10.8,7.2C10.137,7.2 9.6,6.663 9.6,6ZM4.8,6C4.8,5.337 5.337,4.8 6,4.8C6.663,4.8 7.2,5.337 7.2,6C7.2,6.663 6.663,7.2 6,7.2C5.337,7.2 4.8,6.663 4.8,6ZM0,6C0,5.337 0.537,4.8 1.2,4.8C1.863,4.8 2.4,5.337 2.4,6C2.4,6.663 1.863,7.2 1.2,7.2C0.537,7.2 0,6.663 0,6Z"
|
|
android:fillColor="#ffffff"/>
|
|
</vector>
|