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