Skip to content

Commit e0004fa

Browse files
committed
TICKET-T-12806:Minor UI fix on maneuver icons
Signed-off-by: Guru-cm-here <120634061+Guru-cm-here@users.noreply.github.com>
1 parent 9ae46fd commit e0004fa

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

lib/common/hds_icons/hds_assets_paths.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class HdsAssetsPaths {
5757

5858
static const String deleteIcon = '$_coreUiAssets/delete_solid_24px.svg';
5959

60-
static const String departIcon = '$_manoeuverAssets/depart_outline_24px.svg';
60+
static const String departIcon = '$_manoeuversSdkAssets/depart.svg';
6161

6262
static const String directionRightIcon = '$_directionsSet1/right.svg';
6363

@@ -312,7 +312,6 @@ class HdsAssetsPaths {
312312
static const String _directionsSet1 = '$_assets/guidance-icons/lane-assistance/directions/set-1';
313313
static const String _manoeuversSdkAssets = '$_assets/guidance-icons/manoeuvers-sdk/SVG';
314314
static const String _manoeuversSdkPngAssets = '$_assets/guidance-icons/manoeuvers-sdk/2x';
315-
static const String _manoeuverAssets = '$_assets/guidance-icons/manoeuvers/SVG/';
316315
static const String _mapView = '$_assets/map-view/SVG';
317316
static const String _misc = '$_assets/misc/SVG';
318317
static const String _navigationImage = '$_assets/navigation-image/SVG';

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ flutter:
105105
- assets/here-icons/icons/social/SVG/
106106
- assets/here-icons/icons/guidance-icons/lane-assistance/directions/set-1/
107107
- assets/here-icons/icons/discovery-sharing/SVG/
108-
- assets/here-icons/icons/guidance-icons/manoeuvers/SVG/
109108
- assets/here-icons/icons/navigation-image/SVG/
110109

111110
# To add assets to your application, add an assets section, like this:

0 commit comments

Comments
 (0)