Skip to content

Commit

Permalink
Add settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbarbaud committed Nov 16, 2023
1 parent 0676878 commit 7de4d2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library-compose/src/main/res/drawable/ic_action_settings.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="16dp"
android:height="16dp"
android:viewportWidth="16"
android:viewportHeight="16">
<path
android:pathData="M8,14.14 L6.32,16a8.08,8.08 0,0 1,-2.79 -1.15l0.13,-2.51 -2.5,0.13A8.13,8.13 0,0 1,0 9.68L1.86,8 0,6.32a8,8 0,0 1,1.15 -2.79l2.51,0.13 -0.13,-2.5A8.13,8.13 0,0 1,6.32 0L8,1.86 9.68,0c1.01,0.21 1.95,0.6 2.79,1.15l-0.13,2.51 2.5,-0.13A8.1,8.1 0,0 1,16 6.32L14.14,8 16,9.68a8.08,8.08 0,0 1,-1.15 2.79l-2.51,-0.13 0.13,2.5A8.1,8.1 0,0 1,9.68 16L8,14.14ZM11.33,8a3.33,3.33 0,1 1,-6.66 0,3.33 3.33,0 0,1 6.66,0Z"
android:fillColor="#17114E"
android:fillType="evenOdd"/>
</vector>

0 comments on commit 7de4d2b

Please sign in to comment.