Skip to content

Commit 455d1d4

Browse files
authored
Merge pull request #1824 from db-ui/1822-icon-update
refactor: updated icons
2 parents 7011226 + e812584 commit 455d1d4

File tree

1,347 files changed

+1097
-957
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,347 files changed

+1097
-957
lines changed

packages/components/src/shared/all-icons.ts

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ export const ALL_ICONS: string[] = [
2828
'delete',
2929
'discount',
3030
'document',
31+
'document_check',
3132
'done',
3233
'download',
3334
'drag_and_drop',
3435
'edit',
36+
'face_delighted',
37+
'face_disappointed',
3538
'face_neutral',
3639
'face_sad',
3740
'face_smiling',
@@ -52,13 +55,16 @@ export const ALL_ICONS: string[] = [
5255
'lightbulb',
5356
'lock_close',
5457
'lock_open',
55-
'logbook',
5658
'log_out',
59+
'logbook',
5760
'minus',
61+
'piggybank',
5862
'pin',
5963
'print',
64+
'push_button',
6065
'remove',
6166
'resize',
67+
'resize_handle_corner',
6268
'save',
6369
'schedule',
6470
'search',
@@ -88,9 +94,11 @@ export const ALL_ICONS: string[] = [
8894
'zoom_in',
8995
'zoom_out',
9096
'fast_backward_10',
97+
'fast_backward',
9198
'fast_backward_30',
9299
'fast_backward_empty',
93100
'fast_forward_10',
101+
'fast_forward',
94102
'fast_forward_30',
95103
'fast_forward_empty',
96104
'microphone',
@@ -133,6 +141,7 @@ export const ALL_ICONS: string[] = [
133141
'buggy',
134142
'clothing_hanger',
135143
'day',
144+
'dog',
136145
'entry_aid',
137146
'environmental_mobility_check',
138147
'hydrogen',
@@ -176,6 +185,10 @@ export const ALL_ICONS: string[] = [
176185
'gps_north',
177186
'home',
178187
'map',
188+
'navigation_straight',
189+
'navigation_to_left',
190+
'navigation_to_right',
191+
'navigation_u_turn',
179192
'parking',
180193
'place',
181194
'set_position',
@@ -231,21 +244,22 @@ export const ALL_ICONS: string[] = [
231244
'my_travel',
232245
'outward_journey',
233246
'qr_code',
247+
'qr_code_scan',
234248
'return_journey',
235249
'ticket',
236250
'ticket_discount',
237251
'ticket_multiple',
238252
'ticket_subscription',
239-
'timetable',
240253
'time_outward_journey',
241254
'time_return_journey',
255+
'timetable',
242256
'travel_insurance',
243257
'airplane_inverted',
244258
'bicycle_inverted',
245259
'bicycle_trailer_inverted',
246260
'call_a_bike_inverted',
247-
'carsharing_inverted',
248261
'car_inverted',
262+
'carsharing_inverted',
249263
'electric_locomotive_inverted',
250264
'electric_scooter_inverted',
251265
'ev_car_inverted',
@@ -256,10 +270,10 @@ export const ALL_ICONS: string[] = [
256270
'local_bus_inverted',
257271
'local_train_inverted',
258272
'long_distance_bus_inverted',
273+
's_bahn_inverted',
259274
'scooter_inverted',
260275
'speedboat_inverted',
261276
'subway_inverted',
262-
's_bahn_inverted',
263277
'taxi_inverted',
264278
'train_and_car_inverted',
265279
'tram_inverted',
@@ -269,9 +283,9 @@ export const ALL_ICONS: string[] = [
269283
'bicycle',
270284
'bicycle_trailer',
271285
'call_a_bike',
272-
'carsharing',
273286
'car',
274287
'car_sequence',
288+
'carsharing',
275289
'electric_locomotive',
276290
'electric_scooter',
277291
'ev_car',
@@ -283,14 +297,14 @@ export const ALL_ICONS: string[] = [
283297
'local_bus',
284298
'local_train',
285299
'long_distance_bus',
286-
'railroad_car',
287300
'rail_and_fly',
301+
'railroad_car',
302+
's_bahn',
288303
'scooter',
289304
'sev',
290305
'speedboat',
291306
'sprinter',
292307
'subway',
293-
's_bahn',
294308
'taxi',
295309
'train_and_car',
296310
'tram',

0 commit comments

Comments
 (0)