Skip to content

Commit

Permalink
ingress image tunning
Browse files Browse the repository at this point in the history
  • Loading branch information
xscreach committed Jul 25, 2023
1 parent 0d195fe commit 17eabc4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mobile/app/src/main/res/drawable/ic_ingress_prime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
android:viewportHeight="48">

<group
android:translateY="48"
android:scaleX="0.1"
android:scaleY="-0.1">
android:translateY="43"
android:translateX="5"
android:scaleX="0.08"
android:scaleY="-0.08">
<path
android:fillColor="#FFFFFF"
android:fillColor="#E0E0E0"
android:strokeWidth="1"
android:pathData="M155 382 l-80 -47 0 -94 0 -94 82 -48 81 -49 81 46 81 46 0 98 0 98 -78 46 c-43 25 -81 46 -83 46 -2 0 -40 -21 -84 -48z m85 -52 c5 0 10 16 12 35 l3 35 62 -37 63 -37 0 -79 0 -78 -22 15 c-26 18 -38 20 -38 6 0 -5 12 -16 26 -23 l27 -14 -60 -36 c-34 -21 -66 -37 -72 -37 -13 0 -119 58 -126 69 -2 5 7 13 20 19 28 13 35 38 8 27 -10 -4 -24 -9 -30 -12 -10 -4 -13 14 -13 70 l0 75 63 35 62 36 3 -35 c2 -19 7 -34 12 -34z" />
<path
android:fillColor="#FFFFFF"
android:fillColor="#E0E0E0"
android:strokeWidth="1"
android:pathData="M150 258 c17 -29 43 -74 58 -100 15 -27 29 -48 32 -48 3 0 31 45 62 100 l57 100 -120 0 -119 0 30 -52z m123 15 c-30 -15 -36 -15 -65 0 l-33 16 65 0 65 0 -32 -16z m-43 -73 c0 -39 -5 -35 -40 32 l-20 37 30 -17 c24 -14 30 -24 30 -52z m54 23 c-15 -27 -29 -50 -30 -52 -2 -2 -4 11 -4 30 0 27 6 38 28 51 15 10 29 18 30 18 2 0 -8 -21 -24 -47z" />
</group>
Expand Down

0 comments on commit 17eabc4

Please sign in to comment.