Skip to content

Commit

Permalink
Adding the missed icons in the icon selection list
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Jan 23, 2025
1 parent 59a5cf1 commit f54d657
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ private val iconSelectionList = listOf(
R.drawable.account_balance_wallet,
R.drawable.agriculture,
R.drawable.apartment,
R.drawable.apparel,
R.drawable.car_rental,
R.drawable.car_repair,
R.drawable.credit_card,
Expand All @@ -26,8 +27,10 @@ private val iconSelectionList = listOf(
R.drawable.electric_rickshaw,
R.drawable.electric_scooter,
R.drawable.emoji_food_beverage,
R.drawable.featured_seasonal_and_gifts,
R.drawable.fitness_center,
R.drawable.flight,
R.drawable.flights_and_hotels,
R.drawable.fluid_med,
R.drawable.hiking,
R.drawable.home_health,
Expand All @@ -39,13 +42,16 @@ private val iconSelectionList = listOf(
R.drawable.lunch_dining,
R.drawable.medication,
R.drawable.medication_liquid,
R.drawable.other_admission,
R.drawable.payments,
R.drawable.pool,
R.drawable.qr_code,
R.drawable.redeem,
R.drawable.restaurant,
R.drawable.savings,
R.drawable.shopping_cart,
R.drawable.snowmobile,
R.drawable.sports_esports,
R.drawable.sports_soccer,
R.drawable.sports_tennis,
R.drawable.store,
Expand Down
2 changes: 1 addition & 1 deletion core/designsystem/src/main/res/drawable/apparel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="@android:color/white"
android:fillColor="@android:color/black"
android:pathData="M240,438L200,460Q186,468 170,464Q154,460 146,446L66,306Q58,292 62,276Q66,260 80,252L310,120L380,120Q389,120 394.5,125.5Q400,131 400,140L400,160Q400,193 423.5,216.5Q447,240 480,240Q513,240 536.5,216.5Q560,193 560,160L560,140Q560,131 565.5,125.5Q571,120 580,120L650,120L880,252Q894,260 898,276Q902,292 894,306L814,446Q806,460 790.5,463.5Q775,467 760,459L720,439L720,800Q720,817 708.5,828.5Q697,840 680,840L280,840Q263,840 251.5,828.5Q240,817 240,800L240,438ZM320,304L320,760L640,760L640,304L764,372L806,302L634,202L634,202Q619,253 577.5,286.5Q536,320 480,320Q424,320 382.5,286.5Q341,253 326,202L326,202L154,302L196,372L320,304ZM480,481L480,481L480,481L480,481L480,481Q480,481 480,481Q480,481 480,481Q480,481 480,481Q480,481 480,481L480,481L480,481L480,481L480,481L480,481L480,481L480,481Z" />
</vector>

0 comments on commit f54d657

Please sign in to comment.