Skip to content

Commit ef017dc

Browse files
committed
chore(flipcash/menu): update iconography for withdraw/deposit
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent c4fb4be commit ef017dc

2 files changed

Lines changed: 10 additions & 21 deletions

File tree

apps/flipcash/features/menu/src/main/res/drawable/ic_menu_deposit.xml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@
44
android:viewportWidth="26"
55
android:viewportHeight="26">
66
<path
7-
android:pathData="M24.375,4.875l-1.625,0l0,16.25l1.625,0z"
8-
android:strokeWidth="1"
9-
android:fillColor="#FFFFFF"
10-
android:fillType="nonZero"
11-
android:strokeColor="#00000000"/>
7+
android:pathData="M23,22.508L23,20.883L3.5,20.883L3.5,22.508L23,22.508Z"
8+
android:fillColor="#ffffff"/>
129
<path
13-
android:pathData="M13.8125,4.875l-1.1619,1.1318l6.1588,6.1807l-17.1844,0l0,1.625l17.1844,0l-6.1588,6.1531l1.1619,1.1594l8.125,-8.125z"
14-
android:strokeWidth="1"
15-
android:fillColor="#FFFFFF"
16-
android:fillType="nonZero"
17-
android:strokeColor="#00000000"/>
18-
</vector>
10+
android:pathData="M16.976,11.609L14.063,14.522L14.063,3.008L12.438,3.008L12.438,14.522L9.524,11.609L8.375,12.758L13.25,17.633L18.125,12.758L16.976,11.609Z"
11+
android:fillColor="#ffffff"
12+
android:transform="rotate(180 13.25 10.3205)"/>
13+
</vector>

apps/flipcash/features/menu/src/main/res/drawable/ic_menu_withdraw.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44
android:viewportWidth="26"
55
android:viewportHeight="26">
66
<path
7-
android:pathData="M24.375,4.875l-1.625,0l0,16.25l1.625,0z"
8-
android:strokeWidth="1"
9-
android:fillColor="#FFFFFF"
10-
android:fillType="nonZero"
11-
android:strokeColor="#00000000"/>
7+
android:pathData="M23,22.508L23,20.883L3.5,20.883L3.5,22.508L23,22.508Z"
8+
android:fillColor="#ffffff"/>
129
<path
13-
android:pathData="M9.75,21.125l1.1619,-1.1318l-6.1588,-6.1807l15.1844,-0l-0,-1.625l-15.1844,-0l6.1588,-6.1531l-1.1619,-1.1594l-8.125,8.125z"
14-
android:strokeWidth="1"
15-
android:fillColor="#FFFFFF"
16-
android:fillType="nonZero"
17-
android:strokeColor="#00000000"/>
10+
android:pathData="M9.524,9.031L12.438,6.118V17.633H14.063V6.118L16.976,9.031L18.125,7.883L13.25,3.008L8.375,7.883L9.524,9.031Z"
11+
android:fillColor="#ffffff"/>
1812
</vector>

0 commit comments

Comments
 (0)