summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_btn_on_primary_color.xml
blob: 9f4492999b61bd1606d5034b7d66ddfdc7486396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
  <path
      android:pathData="M13,4.0089C13.0002,3.4567 12.5527,3.0088 12.0004,3.0085C11.4481,3.0083 11.0002,3.4559 11,4.0082L10.9968,12.0116C10.9966,12.5639 11.4442,13.0118 11.9965,13.012C12.5487,13.0122 12.9966,12.5647 12.9968,12.0124L13,4.0089Z"
      android:strokeColor="@color/colorPrimary_transparent"
      android:strokeLineCap="round"
      android:strokeAlpha="0.8"
      android:strokeWidth="0.3"
      android:strokeLineJoin="round"
      android:fillColor="@color/colorPrimary"/>
  <path
      android:pathData="M4,12.9917C4,10.7826 4.8954,8.7826 6.3431,7.3349L7.7573,8.7491C6.6715,9.8349 6,11.3349 6,12.9917C6,16.3054 8.6863,18.9917 12,18.9917C15.3137,18.9917 18,16.3054 18,12.9917C18,11.3348 17.3284,9.8348 16.2426,8.749L17.6568,7.3348C19.1046,8.7825 20,10.7825 20,12.9917C20,17.41 16.4183,20.9917 12,20.9917C7.5817,20.9917 4,17.41 4,12.9917Z"
      android:strokeColor="@color/colorPrimary_transparent"
      android:strokeLineCap="round"
      android:strokeAlpha="0.8"
      android:strokeWidth="0.3"
      android:strokeLineJoin="round"
      android:fillColor="@color/colorPrimary"/>
</vector>