Skip to content

Commit

Permalink
Fixes issue #3181 (#3257)
Browse files Browse the repository at this point in the history
  • Loading branch information
SK3180 committed Jun 29, 2024
1 parent b419e4e commit 6925f8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions shared/ui/core/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:width="24dp"
android:height="24dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group
android:scaleX="0.0432"
android:scaleY="0.0432"
android:translateX="10.8"
android:translateY="10.8">
android:scaleX="0.07"
android:scaleY="0.07"
android:translateX="-17"
android:translateY="-17">
<path
android:pathData="M1573.86,758.34q-3.69,-7.44 -7.56,-14.78A295.67,295.67 0,0 0,1304.83 586H695.17a295.55,295.55 0,0 0,-64.93 7.21l494.06,-165c104.11,-34.77 220.42,-4 300.08,80C1489.45,576.89 1541.41,661.4 1573.86,758.34Z"
android:fillColor="#efeef0" />
Expand Down

0 comments on commit 6925f8f

Please sign in to comment.