ic_user_status_black.xml 435 Bytes
Newer Older
Filipe de Lima Brito's avatar
Filipe de Lima Brito committed
1 2 3 4 5 6 7 8 9 10 11 12
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="10dp"
        android:height="10dp"
        android:viewportWidth="10.0"
        android:viewportHeight="10.0">
    <path
        android:pathData="M5,5m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0"
        android:strokeColor="#00000000"
        android:fillType="evenOdd"
        android:fillColor="#000000"
        android:strokeWidth="1"/>
</vector>