summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/drawable/ic_as_visited.xml
blob: 05006ef955d379fc70d305199c5f30448fbcfb69 (plain)
1
2
3
4
5
6
7
8
9
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:fillColor="@color/activity_stream_icon"
        android:pathData="M12,18a6,6 0,1 1,6 -6A6,6 0,0 1,12 18ZM12,9a3,3 0,1 0,3 3A3,3 0,0 0,12 9Z"/>
</vector>