Skip to content

Commit

Permalink
feat: update icon library (#2041)
Browse files Browse the repository at this point in the history
* refactor: updated icon types #2040

* refactor: updated icon types #2040
  • Loading branch information
mfranzke authored Nov 22, 2023
1 parent b546c8d commit b7f9275
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const iconsetAction: string[] = [
'alarm',
'alarm-add',
'alert',
'alert-on',
'alert-off',
'attachment',
'augmented-reality',
Expand All @@ -28,10 +27,13 @@ export const iconsetAction: string[] = [
'delete',
'discount',
'document',
'document-check',
'done',
'download',
'drag-and-drop',
'edit',
'face-delighted',
'face-disappointed',
'face-neutral',
'face-sad',
'face-smiling',
Expand All @@ -47,10 +49,6 @@ export const iconsetAction: string[] = [
'help',
'image',
'info',
'intercity-train',
'steppless-entry',
'ticket-subscription',
'walking-fast',
'key',
'legal',
'lightbulb',
Expand All @@ -59,10 +57,13 @@ export const iconsetAction: string[] = [
'log-out',
'logbook',
'minus',
'piggybank',
'pin',
'print',
'push-button',
'remove',
'resize',
'resize-handle-corner',
'save',
'schedule',
'search',
Expand Down Expand Up @@ -95,9 +96,11 @@ export const iconsetAction: string[] = [

export const iconsetAv: string[] = [
'fast-backward-10',
'fast-backward',
'fast-backward-30',
'fast-backward-empty',
'fast-forward-10',
'fast-forward',
'fast-forward-30',
'fast-forward-empty',
'microphone',
Expand Down Expand Up @@ -143,14 +146,15 @@ export const iconsetFacilities: string[] = [
'wc',
'wc-men',
'wc-sign',
'wc-woman'
'wc-women'
];

export const iconsetFeature: string[] = [
'air-condition',
'buggy',
'clothing-hanger',
'day',
'dog',
'entry-aid',
'environmental-mobility-check',
'hydrogen',
Expand All @@ -166,6 +170,7 @@ export const iconsetFeature: string[] = [
'power-outlet',
'reservation',
'standing-room',
'steppless-entry',
'support-dog'
];

Expand All @@ -190,6 +195,9 @@ export const iconsetJourney: string[] = [
'destination',
'intermediary-stop',
'mixed-class',
'monochrome-capacity-indicator-high',
'monochrome-capacity-indicator-low',
'monochrome-capacity-indicator-moderate',
'round-trip',
'single-trip',
'start'
Expand All @@ -200,6 +208,10 @@ export const iconsetMaps: string[] = [
'gps-north',
'home',
'map',
'navigation-straight',
'navigation-to-left',
'navigation-to-right',
'navigation-u-turn',
'parking',
'place',
'set-position',
Expand Down Expand Up @@ -262,15 +274,17 @@ export const iconsetTicket: string[] = [
'komfort-check-in',
'komfort-check-in-check',
'komfort-check-in-circle',
'my-travel',
'multiple-cards',
'multiple-passenger',
'my-travel',
'outward-journey',
'qr-code',
'qr-code-scan',
'return-journey',
'ticket',
'ticket-discount',
'ticket-multiple',
'ticket-subscription',
'time-outward-journey',
'time-return-journey',
'timetable',
Expand All @@ -281,9 +295,6 @@ export const iconsetTransportation: string[] = [
'airplane',
'bicycle',
'bicycle-trailer',
// 'bikesharing',
// 'bus-local',
// 'bus-long-distance',
'call-a-bike',
'car',
'car-sequence',
Expand All @@ -295,27 +306,23 @@ export const iconsetTransportation: string[] = [
'handcart',
'ice',
'ice-side-view',
'intercity-train',
'local-bus',
'local-train',
'long-distance-bus',
'rail-and-fly',
'railroad-car',
's-bahn',
'scooter',
// 'ship',
'sev',
'speedboat',
'sprinter',
'subway',
'taxi',
'train-and-car',
// 'train-ec',
// 'train-ic',
// 'train-ice',
// 'train-rb',
// 'train-re',
'tram',
// 'underground',
'walking'
'walking',
'walking-fast'
];

export const iconset: string[] = iconsetAction
Expand Down
Loading

0 comments on commit b7f9275

Please sign in to comment.