<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <size android:width="2dp" />
    <!-- width of the original cursor was measured on a Pixel 6a because it’s not documented anywhere -->
    <solid android:color="?colorOnTertiaryContainer" />
</shape>
