Skip to content

Commit

Permalink
Add circle checked icon (#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-vd authored Mar 21, 2024
1 parent 94eb1ce commit e4565a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions android/quest/src/main/res/drawable/ic_check_circled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:viewportWidth="32"
android:viewportHeight="32">
<path
android:pathData="M16,1.333C7.9,1.333 1.333,7.9 1.333,16C1.333,24.1 7.9,30.667 16,30.667C24.1,30.667 30.667,24.1 30.667,16C30.667,7.9 24.1,1.333 16,1.333ZM23.081,12.609C23.602,12.089 23.602,11.245 23.081,10.724C22.56,10.203 21.716,10.203 21.195,10.724L13.862,18.448L10.805,15.391C10.284,14.87 9.44,14.87 8.919,15.391C8.398,15.911 8.398,16.755 8.919,17.276L12.919,21.276C13.44,21.797 14.284,21.797 14.805,21.276L23.081,12.609Z"
android:fillColor="#1DB11B"
android:fillType="evenOdd"/>
</vector>

0 comments on commit e4565a9

Please sign in to comment.