1<vector xmlns:android="http://schemas.android.com/apk/res/android"
2    android:width="40dp"
3    android:height="26dp"
4    android:viewportWidth="40"
5    android:viewportHeight="26"
6    >
7    <group
8        android:name="thumb"
9        android:translateX="3">
10        <path
11            android:fillColor="@color/glance_switch_on_key_shadow"
12            android:fillType="evenOdd"
13            android:pathData="m23.9373,24.5329c5.7734,0 10.4537,-5.084 10.4537,-11.3552 0,-6.2713 -4.6803,-11.3552 -10.4537,-11.3552 -5.7734,0 -10.4537,5.0839 -10.4537,11.3552 0,6.2713 4.6803,11.3552 10.4537,11.3552z"
14            android:strokeWidth="1.08951" />
15        <path
16            android:fillColor="@color/glance_switch_on_ambient_shadow"
17            android:fillType="evenOdd"
18            android:pathData="M24,22.5C29.7989,22.5 34.5,17.7989 34.5,12 34.5,6.201 29.7989,1.5 24,1.5 18.201,1.5 13.5,6.201 13.5,12c0,5.7989 4.701,10.5 10.5,10.5z"
19            android:strokeWidth="1.05" />
20        <path
21            android:name="thumb_icon"
22            android:fillColor="#fff"
23            android:fillType="evenOdd"
24            android:pathData="M24,22C29.5228,22 34,17.5228 34,12C34,6.4771 29.5228,2 24,2C18.4772,2 14,6.4771 14,12C14,17.5228 18.4772,22 24,22Z" />
25    </group>
26</vector>
27