Skip to content

Commit

Permalink
v1.24.0
Browse files Browse the repository at this point in the history
Added
- ic_thumbs_down_fill_24.xml
- ic_thumbs_up_fill_24.xml
  • Loading branch information
cwzilla authored Oct 8, 2024
1 parent b945808 commit c74565c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions icons/mobile/24/xml/ic_thumbs_down_fill_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000"
android:pathData="M5.25,15h-2a1,1 0,0 1,-1 -1V5a1,1 0,0 1,1 -1h2a1,1 0,0 1,1 1v9a1,1 0,0 1,-1 1zM18.936,16a2.5,2.5 0,0 0,2.372 -3.291l-2.083,-6.25a2.5,2.5 0,0 0,-2.372 -1.709H8v9.164l2.009,3.064c0.118,0.18 0.213,0.375 0.281,0.58l0.951,2.852c0.117,0.352 0.447,0.59 0.818,0.59h0.003a1.874,1.874 0,0 0,1.875 -1.875V16h4.999z" />
</vector>
9 changes: 9 additions & 0 deletions icons/mobile/24/xml/ic_thumbs_up_fill_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000"
android:pathData="M21.308,11.291A2.5,2.5 0,0 0,18.936 8h-4.999V4.875A1.874,1.874 0,0 0,12.062 3h-0.003a0.863,0.863 0,0 0,-0.818 0.59l-0.951,2.852c-0.068,0.205 -0.163,0.4 -0.281,0.58L8,10.086v9.164h8.853a2.5,2.5 0,0 0,2.372 -1.709l2.083,-6.25zM3.25,9h2a1,1 0,0 1,1 1v9a1,1 0,0 1,-1 1h-2a1,1 0,0 1,-1 -1v-9a1,1 0,0 1,1 -1z" />
</vector>

0 comments on commit c74565c

Please sign in to comment.