ic_status_busy_12dp.xml 418 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="12dp"
    android:height="12dp"
    android:viewportHeight="12"
    android:viewportWidth="12">

    <path
        android:fillColor="#FFFF2A57"
        android:fillType="evenOdd"
        android:pathData="M6,6m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0"
        android:strokeColor="#00000000"
        android:strokeWidth="1" />
</vector>