@@ -0,0 +1,6 @@
+<?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>