1234567891011121314151617181920 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
- <path
- android:pathData="M0,0h24v24h-24z"
- android:strokeAlpha="0"
- android:strokeWidth="1"
- android:fillColor="#000000"
- android:fillType="nonZero"
- android:strokeColor="#00000000"
- android:fillAlpha="0"/>
- <path
- android:pathData="M12,21.6C6.698,21.6 2.4,17.3019 2.4,12C2.4,6.6981 6.698,2.4 12,2.4C17.3019,2.4 21.6,6.6981 21.6,12C21.6,17.3019 17.3019,21.6 12,21.6ZM12,6.6147C11.3534,6.6147 10.8292,7.1388 10.8292,7.7854C10.8292,8.432 11.3534,8.9561 12,8.9561C12.6466,8.9561 13.1707,8.432 13.1707,7.7854C13.1707,7.1388 12.6466,6.6147 12,6.6147ZM13.1707,11.2976C13.1707,10.7803 12.7513,10.361 12.2341,10.361L11.7658,10.361C11.2486,10.361 10.8292,10.7803 10.8292,11.2976L10.8292,16.9171C10.8292,17.4343 11.2485,17.8537 11.7658,17.8537L12.2341,17.8537C12.7513,17.8537 13.1707,17.4343 13.1707,16.9171L13.1707,11.2976Z"
- android:strokeWidth="1"
- android:fillColor="#5082E6"
- android:fillType="evenOdd"
- android:strokeColor="#00000000"/>
- </vector>
|