Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiyanP authored Feb 13, 2023
1 parent ac838fb commit 92278da
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
android:width="19.5dp"
android:height="19.5dp"
android:viewportWidth="19.5"
android:viewportHeight="19.5">
<path
android:fillColor="#FF000000"
android:pathData="M12,21.75A9.75,9.75 0,1 1,21.75 12,9.761 9.761,0 0,1 12,21.75zM12,3.75A8.25,8.25 0,1 0,20.25 12,8.259 8.259,0 0,0 12,3.75z"/>
android:pathData="M9.75,19.5A9.75,9.75 0,1 1,19.5 9.75,9.761 9.761,0 0,1 9.75,19.5ZM9.75,1.5A8.25,8.25 0,1 0,18 9.75,8.259 8.259,0 0,0 9.75,1.5Z"/>
<path
android:fillColor="#FF000000"
android:pathData="m12,10.3335a0.833,0.833 0,0 1,0.833 0.833v5a0.8335,0.8335 0,1 1,-1.667 0v-5A0.833,0.833 0,0 1,12 10.3335ZM12,7.0005A1.042,1.042 0,1 1,10.958 8.0425,1.042 1.042,0 0,1 12,7.0005Z"/>
android:pathData="M9.75,11.417a0.833,0.833 0,0 0,0.833 -0.833v-5a0.833,0.833 0,1 0,-1.667 0v5A0.833,0.833 0,0 0,9.75 11.417ZM9.75,14.75a1.042,1.042 0,1 0,-1.042 -1.042A1.042,1.042 0,0 0,9.75 14.75Z"/>
</vector>
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:height="19.5dp"
android:viewportWidth="19.5"
android:viewportHeight="19.5">
<path
android:fillColor="#FF000000"
android:pathData="M11.65,0.188a9.75,9.75 0,1 0,4.992 2.668A9.75,9.75 0,0 0,11.65 0.188ZM6.593,2.128a8.25,8.25 0,1 1,-3.7 3.039A8.25,8.25 0,0 1,6.593 2.128ZM6.243,6.243a0.75,0.75 0,0 1,1.061 0L9.75,8.69l2.446,-2.446a0.75,0.75 0,0 1,1.061 1.061L10.811,9.75l2.446,2.446a0.75,0.75 0,0 1,-1.061 1.061L9.75,10.811 7.304,13.257a0.75,0.75 0,1 1,-1.061 -1.061L8.689,9.75 6.243,7.304A0.75,0.75 0,0 1,6.243 6.243Z"
android:fillType="evenOdd"/>
<path
android:fillColor="#FF000000"
android:pathData="M11.65,0.188a9.75,9.75 0,1 0,4.992 2.668A9.75,9.75 0,0 0,11.65 0.188ZM6.593,2.128a8.25,8.25 0,1 1,-3.7 3.039A8.25,8.25 0,0 1,6.593 2.128ZM6.243,6.243a0.75,0.75 0,0 1,1.061 0L9.75,8.69l2.446,-2.446a0.75,0.75 0,0 1,1.061 1.061L10.811,9.75l2.446,2.446a0.75,0.75 0,0 1,-1.061 1.061L9.75,10.811 7.304,13.257a0.75,0.75 0,1 1,-1.061 -1.061L8.689,9.75 6.243,7.304A0.75,0.75 0,0 1,6.243 6.243Z"
android:fillType="evenOdd"/>
</vector>
12 changes: 0 additions & 12 deletions img/unused_drawables/kaleyra_z_alert.xml

This file was deleted.

10 changes: 0 additions & 10 deletions img/unused_drawables/kaleyra_z_error.xml

This file was deleted.

14 changes: 14 additions & 0 deletions img/unused_drawables/kaleyra_z_rec.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<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="#FF000000"
android:pathData="M12,12m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0"/>
<path
android:pathData="M12,12m-7.25,0a7.25,7.25 0,1 1,14.5 0a7.25,7.25 0,1 1,-14.5 0"
android:strokeWidth="1.5"
android:fillColor="#00000000"
android:strokeColor="#000"/>
</vector>

0 comments on commit 92278da

Please sign in to comment.