Skip to content

Commit

Permalink
chore: Update delete icon from filled to outline
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niedermann <[email protected]>
  • Loading branch information
stefan-niedermann committed Jan 12, 2025
1 parent b432c0f commit 90b4f93
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/src/main/res/drawable/ic_delete_24dp.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<vector android:autoMirrored="true" android:height="24dp"
android:tint="?attr/colorOnSurfaceVariant" android:viewportHeight="24.0"
android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"/>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:height="24dp"
android:autoMirrored="true" android:tint="?attr/colorOnSurfaceVariant"
android:viewportWidth="24" android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2L18,7L6,7v12zM8,9h8v10L8,19L8,9zM15.5,4l-1,-1h-5l-1,1L5,4v2h14L19,4z" />

</vector>

0 comments on commit 90b4f93

Please sign in to comment.