changed
README.md
|
@@ -38,7 +38,7 @@ Now, for icons importing (from /svg folder)
|
38
38
|
## Importing icons from moom-react
|
39
39
|
```bash
|
40
40
|
rm priv/static/svgs/icons_new/*.svg
|
41
|
- cp ../moon-design/workspaces/icons/raw/imported/*.svg priv/static/svgs/icons_new/
|
41
|
+ cp ../moon-icons-react/svg/*.svg priv/static/svgs/icons_new/
|
42
42
|
cd priv/static/svgs/icons_new/
|
43
43
|
# linux
|
44
44
|
# for file in ./* ; do mv "$file" "$(echo $file|sed -e 's/\([A-Z]\)/_\L\1/g' -e 's/^.\/_//')" ; done
|
changed
VERSION
|
@@ -1 +1 @@
|
1
|
- 0.2.9
|
1
|
+ 0.3.0
|
changed
hex_metadata.config
|
@@ -1,8 +1,11 @@
|
1
|
- {<<"app">>,<<"moon_icons">>}.
|
2
|
- {<<"build_tools">>,[<<"mix">>]}.
|
1
|
+ {<<"links">>,[{<<"GitHub">>,<<"https://github.com/coingaming/moon-icons">>}]}.
|
2
|
+ {<<"name">>,<<"moon_icons">>}.
|
3
|
+ {<<"version">>,<<"0.3.0">>}.
|
3
4
|
{<<"description">>,
|
4
5
|
<<"Icons used in Moon Design system - both aka-components and svg files">>}.
|
5
6
|
{<<"elixir">>,<<"~> 1.14">>}.
|
7
|
+ {<<"app">>,<<"moon_icons">>}.
|
8
|
+ {<<"licenses">>,[<<"MIT">>]}.
|
6
9
|
{<<"files">>,
|
7
10
|
[<<"lib_ex">>,<<"lib_ex/moon">>,<<"lib_ex/moon/icons">>,
|
8
11
|
<<"lib_ex/moon/icons/other_water.ex">>,
|
|
@@ -21,7 +24,9 @@
|
21
24
|
<<"lib_ex/moon/icons/chat_comment_add.ex">>,
|
22
25
|
<<"lib_ex/moon/icons/media_volume.ex">>,
|
23
26
|
<<"lib_ex/moon/icons/media_exe.ex">>,
|
27
|
+ <<"lib_ex/moon/icons/controls_equals.ex">>,
|
24
28
|
<<"lib_ex/moon/icons/generic_partners.ex">>,
|
29
|
+ <<"lib_ex/moon/icons/sport_enba.ex">>,
|
25
30
|
<<"lib_ex/moon/icons/controls_diagonals_insight.ex">>,
|
26
31
|
<<"lib_ex/moon/icons/files_file.ex">>,
|
27
32
|
<<"lib_ex/moon/icons/text_numbers_list.ex">>,
|
|
@@ -30,8 +35,10 @@
|
30
35
|
<<"lib_ex/moon/icons/maps_pin.ex">>,<<"lib_ex/moon/icons/travel_yacht.ex">>,
|
31
36
|
<<"lib_ex/moon/icons/files_table.ex">>,
|
32
37
|
<<"lib_ex/moon/icons/controls_chevron_down_small.ex">>,
|
38
|
+ <<"lib_ex/moon/icons/sport_lol.ex">>,
|
33
39
|
<<"lib_ex/moon/icons/arrows_left_curved.ex">>,
|
34
40
|
<<"lib_ex/moon/icons/arrows_transfer.ex">>,
|
41
|
+ <<"lib_ex/moon/icons/mail_relink.ex">>,
|
35
42
|
<<"lib_ex/moon/icons/controls_plus.ex">>,
|
36
43
|
<<"lib_ex/moon/icons/text_size.ex">>,
|
37
44
|
<<"lib_ex/moon/icons/sport_special_sports.ex">>,
|
|
@@ -51,6 +58,7 @@
|
51
58
|
<<"lib_ex/moon/icons/sport_judo.ex">>,
|
52
59
|
<<"lib_ex/moon/icons/generic_log_in.ex">>,
|
53
60
|
<<"lib_ex/moon/icons/sport_handball.ex">>,
|
61
|
+ <<"lib_ex/moon/icons/arrows_top_right_alternative.ex">>,
|
54
62
|
<<"lib_ex/moon/icons/media_music.ex">>,
|
55
63
|
<<"lib_ex/moon/icons/shop_crypto.ex">>,
|
56
64
|
<<"lib_ex/moon/icons/files_case.ex">>,
|
|
@@ -58,19 +66,24 @@
|
58
66
|
<<"lib_ex/moon/icons/files_scan.ex">>,
|
59
67
|
<<"lib_ex/moon/icons/controls_clear.ex">>,
|
60
68
|
<<"lib_ex/moon/icons/text_underline.ex">>,
|
69
|
+ <<"lib_ex/moon/icons/arrows_bottom_left_alternative.ex">>,
|
61
70
|
<<"lib_ex/moon/icons/maps_pin_add.ex">>,
|
71
|
+ <<"lib_ex/moon/icons/security_qr_code_alternative.ex">>,
|
62
72
|
<<"lib_ex/moon/icons/generic_block.ex">>,
|
63
73
|
<<"lib_ex/moon/icons/maps_compas.ex">>,
|
74
|
+ <<"lib_ex/moon/icons/maps_up_down.ex">>,
|
64
75
|
<<"lib_ex/moon/icons/arrows_left.ex">>,
|
65
76
|
<<"lib_ex/moon/icons/maps_location.ex">>,
|
66
77
|
<<"lib_ex/moon/icons/security_umbrella.ex">>,
|
67
78
|
<<"lib_ex/moon/icons/notifications_bell.ex">>,
|
68
79
|
<<"lib_ex/moon/icons/controls_minus.ex">>,
|
69
80
|
<<"lib_ex/moon/icons/software_turn_off.ex">>,
|
81
|
+ <<"lib_ex/moon/icons/devices_ios.ex">>,
|
70
82
|
<<"lib_ex/moon/icons/files_generic.ex">>,
|
71
83
|
<<"lib_ex/moon/icons/travel_bill.ex">>,
|
72
84
|
<<"lib_ex/moon/icons/generic_browser.ex">>,
|
73
85
|
<<"lib_ex/moon/icons/mail_send_right.ex">>,
|
86
|
+ <<"lib_ex/moon/icons/shop_cashback.ex">>,
|
74
87
|
<<"lib_ex/moon/icons/software_dashboard.ex">>,
|
75
88
|
<<"lib_ex/moon/icons/generic_drag_handle.ex">>,
|
76
89
|
<<"lib_ex/moon/icons/media_photo.ex">>,
|
|
@@ -80,6 +93,7 @@
|
80
93
|
<<"lib_ex/moon/icons/devices_smartphone.ex">>,
|
81
94
|
<<"lib_ex/moon/icons/text_italic.ex">>,
|
82
95
|
<<"lib_ex/moon/icons/arrows_right_short.ex">>,
|
96
|
+ <<"lib_ex/moon/icons/other_live_casino.ex">>,
|
83
97
|
<<"lib_ex/moon/icons/sport_biathlon.ex">>,
|
84
98
|
<<"lib_ex/moon/icons/media_txt.ex">>,
|
85
99
|
<<"lib_ex/moon/icons/controls_chevron_up.ex">>,
|
|
@@ -93,6 +107,7 @@
|
93
107
|
<<"lib_ex/moon/icons/sport_rainbow_six.ex">>,
|
94
108
|
<<"lib_ex/moon/icons/files_text.ex">>,<<"lib_ex/moon/icons/duotones.ex">>,
|
95
109
|
<<"lib_ex/moon/icons/files_folder_open_alternative.ex">>,
|
110
|
+ <<"lib_ex/moon/icons/arrows_top_left_alternative.ex">>,
|
96
111
|
<<"lib_ex/moon/icons/time_calendar_date.ex">>,
|
97
112
|
<<"lib_ex/moon/icons/chat_comment_remove.ex">>,
|
98
113
|
<<"lib_ex/moon/icons/controls_close_small.ex">>,
|
|
@@ -102,6 +117,7 @@
|
102
117
|
<<"lib_ex/moon/icons/sport_featured.ex">>,
|
103
118
|
<<"lib_ex/moon/icons/text_table.ex">>,
|
104
119
|
<<"lib_ex/moon/icons/media_pause.ex">>,<<"lib_ex/moon/icons/media_xll.ex">>,
|
120
|
+ <<"lib_ex/moon/icons/shop_cash_out.ex">>,
|
105
121
|
<<"lib_ex/moon/icons/travel_hotel.ex">>,
|
106
122
|
<<"lib_ex/moon/icons/security_passport_alert.ex">>,
|
107
123
|
<<"lib_ex/moon/icons/controls_close.ex">>,
|
|
@@ -139,6 +155,7 @@
|
139
155
|
<<"lib_ex/moon/icons/files_clipboard.ex">>,
|
140
156
|
<<"lib_ex/moon/icons/media_tuner.ex">>,
|
141
157
|
<<"lib_ex/moon/icons/arrows_right_curved.ex">>,
|
158
|
+ <<"lib_ex/moon/icons/chart_bar_alternative.ex">>,
|
142
159
|
<<"lib_ex/moon/icons/media_mice_alternative.ex">>,
|
143
160
|
<<"lib_ex/moon/icons/travel_train.ex">>,
|
144
161
|
<<"lib_ex/moon/icons/sport_nordic_combined.ex">>,
|
|
@@ -153,6 +170,7 @@
|
153
170
|
<<"lib_ex/moon/icons/text_ancor.ex">>,
|
154
171
|
<<"lib_ex/moon/icons/sport_skateboarding.ex">>,
|
155
172
|
<<"lib_ex/moon/icons/other3_dots_horizontal.ex">>,
|
173
|
+ <<"lib_ex/moon/icons/arrows_bottom_right_alternative.ex">>,
|
156
174
|
<<"lib_ex/moon/icons/sport_greyhound.ex">>,
|
157
175
|
<<"lib_ex/moon/icons/software_hand.ex">>,
|
158
176
|
<<"lib_ex/moon/icons/arrows_left_short.ex">>,
|
|
@@ -166,12 +184,14 @@
|
166
184
|
<<"lib_ex/moon/icons/chat_comment.ex">>,
|
167
185
|
<<"lib_ex/moon/icons/media_ppt.ex">>,<<"lib_ex/moon/icons/text_attach.ex">>,
|
168
186
|
<<"lib_ex/moon/icons/controls_full_screen.ex">>,
|
187
|
+ <<"lib_ex/moon/icons/sport_boat_racing.ex">>,
|
169
188
|
<<"lib_ex/moon/icons/generic_info.ex">>,
|
170
189
|
<<"lib_ex/moon/icons/notifications_error.ex">>,
|
171
190
|
<<"lib_ex/moon/icons/patterns.ex">>,
|
172
191
|
<<"lib_ex/moon/icons/other_water_temperature.ex">>,
|
173
192
|
<<"lib_ex/moon/icons/generic_idea.ex">>,
|
174
193
|
<<"lib_ex/moon/icons/media_auto_play.ex">>,
|
194
|
+ <<"lib_ex/moon/icons/other_partial_refund.ex">>,
|
175
195
|
<<"lib_ex/moon/icons/shop_bag.ex">>,<<"lib_ex/moon/icons/generic_help.ex">>,
|
176
196
|
<<"lib_ex/moon/icons/maps_panorama.ex">>,
|
177
197
|
<<"lib_ex/moon/icons/chat_stats_chat.ex">>,
|
|
@@ -204,14 +224,17 @@
|
204
224
|
<<"lib_ex/moon/icons/generic_upload.ex">>,
|
205
225
|
<<"lib_ex/moon/icons/media_video.ex">>,
|
206
226
|
<<"lib_ex/moon/icons/time_watch.ex">>,
|
227
|
+ <<"lib_ex/moon/icons/generic_share_arrow.ex">>,
|
207
228
|
<<"lib_ex/moon/icons/software_data.ex">>,
|
208
229
|
<<"lib_ex/moon/icons/sport_cross_country.ex">>,
|
209
230
|
<<"lib_ex/moon/icons/sport_king_of_glory.ex">>,
|
231
|
+ <<"lib_ex/moon/icons/generic_all.ex">>,
|
210
232
|
<<"lib_ex/moon/icons/arrows_diagonals_bltr.ex">>,
|
211
233
|
<<"lib_ex/moon/icons/sport_table_tennis.ex">>,
|
212
234
|
<<"lib_ex/moon/icons/generic_mention.ex">>,
|
213
235
|
<<"lib_ex/moon/icons/chat_comment_bubble_alert.ex">>,
|
214
236
|
<<"lib_ex/moon/icons/devices_joystick.ex">>,
|
237
|
+ <<"lib_ex/moon/icons/media_flashlight.ex">>,
|
215
238
|
<<"lib_ex/moon/icons/text_bullets_list.ex">>,
|
216
239
|
<<"lib_ex/moon/icons/mail_flag.ex">>,<<"lib_ex/moon/icons/travel_plug.ex">>,
|
217
240
|
<<"lib_ex/moon/icons/media_mp4.ex">>,<<"lib_ex/moon/icons/other_claps.ex">>,
|
|
@@ -220,6 +243,8 @@
|
220
243
|
<<"lib_ex/moon/icons/sport_kabaddi.ex">>,
|
221
244
|
<<"lib_ex/moon/icons/sport_formula1.ex">>,
|
222
245
|
<<"lib_ex/moon/icons/text_left_align.ex">>,
|
246
|
+ <<"lib_ex/moon/icons/sport_mma.ex">>,
|
247
|
+ <<"lib_ex/moon/icons/shop_wallet_alternative.ex">>,
|
223
248
|
<<"lib_ex/moon/icons/sport_beach_volleyball.ex">>,
|
224
249
|
<<"lib_ex/moon/icons/sport_esport_generic.ex">>,
|
225
250
|
<<"lib_ex/moon/icons/text_marker.ex">>,
|
|
@@ -285,14 +310,18 @@
|
285
310
|
<<"lib_ex/moon/icons/software_log_out.ex">>,
|
286
311
|
<<"lib_ex/moon/icons/other_id.ex">>,
|
287
312
|
<<"lib_ex/moon/icons/media_headphones.ex">>,
|
313
|
+ <<"lib_ex/moon/icons/maps_compass.ex">>,
|
288
314
|
<<"lib_ex/moon/icons/arrows_boost.ex">>,
|
289
315
|
<<"lib_ex/moon/icons/shop_cash_back.ex">>,
|
290
316
|
<<"lib_ex/moon/icons/other_rocket.ex">>,
|
317
|
+ <<"lib_ex/moon/icons/shop_cash_in.ex">>,
|
291
318
|
<<"lib_ex/moon/icons/security_bet_insurance.ex">>,
|
292
319
|
<<"lib_ex/moon/icons/generic_user.ex">>,
|
293
320
|
<<"lib_ex/moon/icons/generic_settings.ex">>,
|
294
321
|
<<"lib_ex/moon/icons/sport_indy_racing.ex">>,
|
295
322
|
<<"lib_ex/moon/icons/maps_world.ex">>,<<"lib_ex/moon/icons/text_math.ex">>,
|
323
|
+ <<"lib_ex/moon/icons/travel_desk_bell.ex">>,
|
324
|
+ <<"lib_ex/moon/icons/sport_zed_run.ex">>,
|
296
325
|
<<"lib_ex/moon/icons/media_monitor.ex">>,
|
297
326
|
<<"lib_ex/moon/icons/notifications_alert.ex">>,
|
298
327
|
<<"lib_ex/moon/icons/security_lock.ex">>,
|
|
@@ -327,6 +356,7 @@
|
327
356
|
<<"lib_ex/moon/icons/chat_comment_bubble.ex">>,
|
328
357
|
<<"lib_ex/moon/icons/controls_full_screen_out.ex">>,
|
329
358
|
<<"lib_ex/moon/icons/media_tuner_alternative.ex">>,
|
359
|
+ <<"lib_ex/moon/icons/travel_coctail.ex">>,
|
330
360
|
<<"lib_ex/moon/icons/generic_close.ex">>,
|
331
361
|
<<"lib_ex/moon/icons/text_table_alternative.ex">>,
|
332
362
|
<<"lib_ex/moon/icons/controls_diagonals_outsight.ex">>,
|
|
@@ -351,6 +381,7 @@
|
351
381
|
<<"lib_ex/moon/icons/generic_edit.ex">>,
|
352
382
|
<<"lib_ex/moon/icons/other43_free.ex">>,
|
353
383
|
<<"lib_ex/moon/icons/mail_send.ex">>,<<"lib_ex/moon/icons/time_time.ex">>,
|
384
|
+ <<"lib_ex/moon/icons/sport_esoccer.ex">>,
|
354
385
|
<<"lib_ex/moon/icons/mail_email_stats.ex">>,
|
355
386
|
<<"lib_ex/moon/icons/arrows_bottom_left.ex">>,
|
356
387
|
<<"lib_ex/moon/icons/arrows_chevron_down_double.ex">>,
|
|
@@ -365,6 +396,7 @@
|
365
396
|
<<"lib_ex/moon/icons/sport_baseball.ex">>,
|
366
397
|
<<"lib_ex/moon/icons/media_png.ex">>,
|
367
398
|
<<"lib_ex/moon/icons/generic_check_rounded.ex">>,
|
399
|
+ <<"lib_ex/moon/icons/text_decrease_indent.ex">>,
|
368
400
|
<<"lib_ex/moon/icons/generic_like.ex">>,
|
369
401
|
<<"lib_ex/moon/icons/arrows_diagonals_tlbr.ex">>,
|
370
402
|
<<"lib_ex/moon/icons/sport_american_football.ex">>,
|
|
@@ -399,6 +431,7 @@
|
399
431
|
<<"lib_ex/moon/icons/software_code.ex">>,
|
400
432
|
<<"lib_ex/moon/icons/media_psd.ex">>,<<"lib_ex/moon/icons/time_clock.ex">>,
|
401
433
|
<<"lib_ex/moon/icons/chart_round.ex">>,
|
434
|
+ <<"lib_ex/moon/icons/generic_bookmark_alternative.ex">>,
|
402
435
|
<<"lib_ex/moon/icons/time_calendar_add.ex">>,
|
403
436
|
<<"lib_ex/moon/icons/travel_swimming_pool.ex">>,
|
404
437
|
<<"lib_ex/moon/icons/generic_check_alternative.ex">>,
|
|
@@ -411,7 +444,7 @@
|
411
444
|
<<"lib_ex/moon/icons/sport_boxing.ex">>,
|
412
445
|
<<"lib_ex/moon/icons/currencies.ex">>,
|
413
446
|
<<"lib_ex/moon/icons/controls_chevron_right.ex">>,
|
414
|
- <<"lib_ex/moon/icons/media_jpg.ex">>,
|
447
|
+ <<"lib_ex/moon/icons/sport_cs_go.ex">>,<<"lib_ex/moon/icons/media_jpg.ex">>,
|
415
448
|
<<"lib_ex/moon/icons/generic_search.ex">>,
|
416
449
|
<<"lib_ex/moon/icons/sport_specials.ex">>,
|
417
450
|
<<"lib_ex/moon/icons/files_external_link.ex">>,
|
|
@@ -428,7 +461,7 @@
|
428
461
|
<<"lib_ex/moon/icons/sport_chess.ex">>,
|
429
462
|
<<"lib_ex/moon/icons/chart_area.ex">>,<<"lib_ex/moon/icons/media_csv.ex">>,
|
430
463
|
<<"lib_ex/moon/icons/software_download.ex">>,
|
431
|
- <<"lib_ex/moon/icons/files_code.ex">>,
|
464
|
+ <<"lib_ex/moon/icons/sport_afl.ex">>,<<"lib_ex/moon/icons/files_code.ex">>,
|
432
465
|
<<"lib_ex/moon/icons/other_waves.ex">>,
|
433
466
|
<<"lib_ex/moon/icons/other_flame.ex">>,<<"lib_ex/moon/assets">>,
|
434
467
|
<<"lib_ex/moon/assets/currencies">>,
|
|
@@ -1452,15 +1485,19 @@
|
1452
1485
|
<<"priv/static/svgs/icons_new/generic-share-android.svg">>,
|
1453
1486
|
<<"priv/static/svgs/icons_new/arrows-down.svg">>,
|
1454
1487
|
<<"priv/static/svgs/icons_new/devices-smartphone.svg">>,
|
1488
|
+ <<"priv/static/svgs/icons_new/sport-lol.svg">>,
|
1455
1489
|
<<"priv/static/svgs/icons_new/generic-upload.svg">>,
|
1456
1490
|
<<"priv/static/svgs/icons_new/generic-check-alternative.svg">>,
|
1491
|
+ <<"priv/static/svgs/icons_new/devices-ios.svg">>,
|
1457
1492
|
<<"priv/static/svgs/icons_new/arrows-sorting.svg">>,
|
1458
1493
|
<<"priv/static/svgs/icons_new/notifications-bell-ringing.svg">>,
|
1459
1494
|
<<"priv/static/svgs/icons_new/other43-free.svg">>,
|
1460
1495
|
<<"priv/static/svgs/icons_new/sport-rainbow-six.svg">>,
|
1461
1496
|
<<"priv/static/svgs/icons_new/sport-featured.svg">>,
|
1462
1497
|
<<"priv/static/svgs/icons_new/software-bug.svg">>,
|
1498
|
+ <<"priv/static/svgs/icons_new/sport-afl.svg">>,
|
1463
1499
|
<<"priv/static/svgs/icons_new/software-code.svg.gz">>,
|
1500
|
+ <<"priv/static/svgs/icons_new/sport-boat-racing.svg">>,
|
1464
1501
|
<<"priv/static/svgs/icons_new/media-gif-alternative.svg">>,
|
1465
1502
|
<<"priv/static/svgs/icons_new/sport-set-tennis.svg">>,
|
1466
1503
|
<<"priv/static/svgs/icons_new/text-bullets-list.svg">>,
|
|
@@ -1469,16 +1506,19 @@
|
1469
1506
|
<<"priv/static/svgs/icons_new/media-photo.svg">>,
|
1470
1507
|
<<"priv/static/svgs/icons_new/other-moon.svg">>,
|
1471
1508
|
<<"priv/static/svgs/icons_new/security-passport.svg">>,
|
1472
|
- <<"priv/static/svgs/icons_new/shop-cash-back.svg">>,
|
1473
1509
|
<<"priv/static/svgs/icons_new/sport-speedway.svg">>,
|
1510
|
+ <<"priv/static/svgs/icons_new/maps-up-down.svg">>,
|
1474
1511
|
<<"priv/static/svgs/icons_new/chat-comment-bubble.svg">>,
|
1475
1512
|
<<"priv/static/svgs/icons_new/files-export.svg">>,
|
1476
1513
|
<<"priv/static/svgs/icons_new/travel-room.svg">>,
|
1477
1514
|
<<"priv/static/svgs/icons_new/files-folder-open.svg">>,
|
1478
1515
|
<<"priv/static/svgs/icons_new/sport-fencing.svg">>,
|
1516
|
+ <<"priv/static/svgs/icons_new/mail-relink.svg">>,
|
1517
|
+ <<"priv/static/svgs/icons_new/arrows-top-left-alternative.svg">>,
|
1479
1518
|
<<"priv/static/svgs/icons_new/controls-full-screen-out.svg">>,
|
1480
1519
|
<<"priv/static/svgs/icons_new/media-jpg.svg">>,
|
1481
1520
|
<<"priv/static/svgs/icons_new/sport-american-football.svg">>,
|
1521
|
+ <<"priv/static/svgs/icons_new/sport-enba.svg">>,
|
1482
1522
|
<<"priv/static/svgs/icons_new/other-water-temperature.svg">>,
|
1483
1523
|
<<"priv/static/svgs/icons_new/notifications-alert.svg">>,
|
1484
1524
|
<<"priv/static/svgs/icons_new/generic-picture.svg">>,
|
|
@@ -1495,7 +1535,6 @@
|
1495
1535
|
<<"priv/static/svgs/icons_new/mail-send-right.svg">>,
|
1496
1536
|
<<"priv/static/svgs/icons_new/generic-burger-regular.svg">>,
|
1497
1537
|
<<"priv/static/svgs/icons_new/generic-partners.svg">>,
|
1498
|
- <<"priv/static/svgs/icons_new/sport-c-s-g-o.svg">>,
|
1499
1538
|
<<"priv/static/svgs/icons_new/shop-bank.svg">>,
|
1500
1539
|
<<"priv/static/svgs/icons_new/sport-rocket-league.svg">>,
|
1501
1540
|
<<"priv/static/svgs/icons_new/arrows-left-curved.svg">>,
|
|
@@ -1512,7 +1551,6 @@
|
1512
1551
|
<<"priv/static/svgs/icons_new/chat-comment-text.svg">>,
|
1513
1552
|
<<"priv/static/svgs/icons_new/generic-delete.svg">>,
|
1514
1553
|
<<"priv/static/svgs/icons_new/other-rewards.svg">>,
|
1515
|
- <<"priv/static/svgs/icons_new/text-descrease-indent.svg">>,
|
1516
1554
|
<<"priv/static/svgs/icons_new/arrows-diagonals-tlbr.svg">>,
|
1517
1555
|
<<"priv/static/svgs/icons_new/security-unlock.svg">>,
|
1518
1556
|
<<"priv/static/svgs/icons_new/sport-olympics.svg">>,
|
|
@@ -1540,6 +1578,7 @@
|
1540
1578
|
<<"priv/static/svgs/icons_new/time-time.svg">>,
|
1541
1579
|
<<"priv/static/svgs/icons_new/generic-pending.svg">>,
|
1542
1580
|
<<"priv/static/svgs/icons_new/files-file.svg">>,
|
1581
|
+ <<"priv/static/svgs/icons_new/travel-coctail.svg">>,
|
1543
1582
|
<<"priv/static/svgs/icons_new/chart-dashboard.svg">>,
|
1544
1583
|
<<"priv/static/svgs/icons_new/generic-betslip.svg">>,
|
1545
1584
|
<<"priv/static/svgs/icons_new/arrows-chevron-left-double.svg">>,
|
|
@@ -1547,6 +1586,7 @@
|
1547
1586
|
<<"priv/static/svgs/icons_new/controls-diagonals-insight.svg">>,
|
1548
1587
|
<<"priv/static/svgs/icons_new/files-case.svg">>,
|
1549
1588
|
<<"priv/static/svgs/icons_new/shop-buy-crypto.svg">>,
|
1589
|
+ <<"priv/static/svgs/icons_new/media-flashlight.svg">>,
|
1550
1590
|
<<"priv/static/svgs/icons_new/generic-settings.svg">>,
|
1551
1591
|
<<"priv/static/svgs/icons_new/software-log-out.svg">>,
|
1552
1592
|
<<"priv/static/svgs/icons_new/generic-share-ios.svg">>,
|
|
@@ -1558,7 +1598,6 @@
|
1558
1598
|
<<"priv/static/svgs/icons_new/chart-bar-vertical.svg">>,
|
1559
1599
|
<<"priv/static/svgs/icons_new/notifications-app.svg">>,
|
1560
1600
|
<<"priv/static/svgs/icons_new/mail-link.svg">>,
|
1561
|
- <<"priv/static/svgs/icons_new/sport-lo-l.svg">>,
|
1562
1601
|
<<"priv/static/svgs/icons_new/other66-free.svg">>,
|
1563
1602
|
<<"priv/static/svgs/icons_new/sport-e-ice-hockey.svg">>,
|
1564
1603
|
<<"priv/static/svgs/icons_new/generic-news.svg">>,
|
|
@@ -1590,12 +1629,14 @@
|
1590
1629
|
<<"priv/static/svgs/icons_new/travel-suitcase.svg">>,
|
1591
1630
|
<<"priv/static/svgs/icons_new/shop-coins.svg">>,
|
1592
1631
|
<<"priv/static/svgs/icons_new/arrows-right.svg">>,
|
1632
|
+ <<"priv/static/svgs/icons_new/shop-cash-in.svg">>,
|
1593
1633
|
<<"priv/static/svgs/icons_new/sport-lacrosse.svg">>,
|
1863
1634
|
<<"priv/static/svgs/icons_new/controls-clear.svg">>,
|
1595
1635
|
<<"priv/static/svgs/icons_new/other3-dots-horizontal.svg">>,
|
1596
1636
|
<<"priv/static/svgs/icons_new/arrows-refresh-round.svg">>,
|
1597
1637
|
<<"priv/static/svgs/icons_new/time-watch.svg">>,
|
1598
1638
|
<<"priv/static/svgs/icons_new/software-puzzle.svg">>,
|
1639
|
+ <<"priv/static/svgs/icons_new/controls-equals.svg">>,
|
1599
1640
|
<<"priv/static/svgs/icons_new/media-csv.svg">>,
|
1600
1641
|
<<"priv/static/svgs/icons_new/sport-soccer.svg">>,
|
1601
1642
|
<<"priv/static/svgs/icons_new/arrows-right-curved.svg">>,
|
|
@@ -1607,12 +1648,15 @@
|
1607
1648
|
<<"priv/static/svgs/icons_new/chat-comment-bubble-question-mark.svg">>,
|
1608
1649
|
<<"priv/static/svgs/icons_new/sport-esport-generic.svg">>,
|
1609
1650
|
<<"priv/static/svgs/icons_new/security-passport-alert.svg">>,
|
1651
|
+ <<"priv/static/svgs/icons_new/security-qr-code-alternative.svg">>,
|
1610
1652
|
<<"priv/static/svgs/icons_new/files-clipboard.svg">>,
|
1611
1653
|
<<"priv/static/svgs/icons_new/arrows-right-short.svg">>,
|
1654
|
+ <<"priv/static/svgs/icons_new/sport-mma.svg">>,
|
1612
1655
|
<<"priv/static/svgs/icons_new/arrows-chevron-up-double.svg">>,
|
1613
1656
|
<<"priv/static/svgs/icons_new/media-php.svg">>,
|
1614
1657
|
<<"priv/static/svgs/icons_new/other-lifebuoy.svg">>,
|
1615
1658
|
<<"priv/static/svgs/icons_new/files-import.svg">>,
|
1659
|
+ <<"priv/static/svgs/icons_new/sport-cs-go.svg">>,
|
1616
1660
|
<<"priv/static/svgs/icons_new/mail-filter.svg">>,
|
1617
1661
|
<<"priv/static/svgs/icons_new/travel-no-suitcase.svg">>,
|
1618
1662
|
<<"priv/static/svgs/icons_new/generic-multi-bet.svg">>,
|
|
@@ -1646,6 +1690,7 @@
|
1646
1690
|
<<"priv/static/svgs/icons_new/sport-specials.svg">>,
|
1647
1691
|
<<"priv/static/svgs/icons_new/shop-basket.svg">>,
|
1648
1692
|
<<"priv/static/svgs/icons_new/other-sun.svg">>,
|
1693
|
+ <<"priv/static/svgs/icons_new/shop-wallet-alternative.svg">>,
|
1649
1694
|
<<"priv/static/svgs/icons_new/sport-beach-volleyball.svg">>,
|
1650
1695
|
<<"priv/static/svgs/icons_new/generic-edit.svg">>,
|
1651
1696
|
<<"priv/static/svgs/icons_new/controls-chevron-up.svg">>,
|
|
@@ -1665,7 +1710,9 @@
|
1665
1710
|
<<"priv/static/svgs/icons_new/generic-idea.svg">>,
|
1666
1711
|
<<"priv/static/svgs/icons_new/sport-indy-racing.svg">>,
|
1667
1712
|
<<"priv/static/svgs/icons_new/other-freebet.svg">>,
|
1713
|
+ <<"priv/static/svgs/icons_new/sport-zed-run.svg">>,
|
1668
1714
|
<<"priv/static/svgs/icons_new/controls-chevron-up-small.svg">>,
|
1715
|
+ <<"priv/static/svgs/icons_new/generic-bookmark-alternative.svg">>,
|
1669
1716
|
<<"priv/static/svgs/icons_new/files-generic.svg">>,
|
1670
1717
|
<<"priv/static/svgs/icons_new/files-copy.svg">>,
|
1671
1718
|
<<"priv/static/svgs/icons_new/media-zip.svg">>,
|
|
@@ -1674,9 +1721,9 @@
|
1674
1721
|
<<"priv/static/svgs/icons_new/devices-keyboard.svg">>,
|
1675
1722
|
<<"priv/static/svgs/icons_new/other-frame.svg">>,
|
1676
1723
|
<<"priv/static/svgs/icons_new/controls-minus.svg">>,
|
1677
|
- <<"priv/static/svgs/icons_new/sport-e-soccer.svg">>,
|
1678
1724
|
<<"priv/static/svgs/icons_new/files-share.svg">>,
|
1679
1725
|
<<"priv/static/svgs/icons_new/files-folder-zip.svg">>,
|
1726
|
+ <<"priv/static/svgs/icons_new/arrows-top-right-alternative.svg">>,
|
1680
1727
|
<<"priv/static/svgs/icons_new/notifications-bell-ringing-alternative.svg">>,
|
1681
1728
|
<<"priv/static/svgs/icons_new/time-stopwatch.svg">>,
|
1682
1729
|
<<"priv/static/svgs/icons_new/arrows-update.svg">>,
|
|
@@ -1689,6 +1736,7 @@
|
1689
1736
|
<<"priv/static/svgs/icons_new/generic-star.svg">>,
|
1690
1737
|
<<"priv/static/svgs/icons_new/other-sad.svg">>,
|
1691
1738
|
<<"priv/static/svgs/icons_new/text-cards.svg">>,
|
1739
|
+ <<"priv/static/svgs/icons_new/generic-share-arrow.svg">>,
|
1692
1740
|
<<"priv/static/svgs/icons_new/notifications-notifications.svg">>,
|
1693
1741
|
<<"priv/static/svgs/icons_new/generic-trophy.svg">>,
|
1694
1742
|
<<"priv/static/svgs/icons_new/arrows-bottom-right.svg">>,
|
|
@@ -1696,7 +1744,6 @@
|
1696
1744
|
<<"priv/static/svgs/icons_new/maps-map.svg">>,
|
1697
1745
|
<<"priv/static/svgs/icons_new/files-print.svg">>,
|
1698
1746
|
<<"priv/static/svgs/icons_new/media-fast-forward.svg">>,
|
1699
|
- <<"priv/static/svgs/icons_new/sport-e-n-b-a.svg">>,
|
1700
1747
|
<<"priv/static/svgs/icons_new/sport-cricket.svg">>,
|
1701
1748
|
<<"priv/static/svgs/icons_new/text-numbers-list.svg">>,
|
1702
1749
|
<<"priv/static/svgs/icons_new/generic-close.svg">>,
|
|
@@ -1704,6 +1751,7 @@
|
1704
1751
|
<<"priv/static/svgs/icons_new/time-calendar-date.svg">>,
|
1705
1752
|
<<"priv/static/svgs/icons_new/text-underline.svg">>,
|
1706
1753
|
<<"priv/static/svgs/icons_new/travel-bill.svg">>,
|
1754
|
+ <<"priv/static/svgs/icons_new/text-decrease-indent.svg">>,
|
1707
1755
|
<<"priv/static/svgs/icons_new/software-clear.svg">>,
|
1708
1756
|
<<"priv/static/svgs/icons_new/generic-share-ios-big.svg">>,
|
1709
1757
|
<<"priv/static/svgs/icons_new/generic-alarm-round.svg">>,
|
|
@@ -1714,14 +1762,17 @@
|
1714
1762
|
<<"priv/static/svgs/icons_new/security-shield-secured.svg">>,
|
1715
1763
|
<<"priv/static/svgs/icons_new/media-psd.svg">>,
|
1716
1764
|
<<"priv/static/svgs/icons_new/sport-overwatch.svg">>,
|
1765
|
+ <<"priv/static/svgs/icons_new/travel-desk-bell.svg">>,
|
1717
1766
|
<<"priv/static/svgs/icons_new/generic-check-rounded.svg">>,
|
1718
1767
|
<<"priv/static/svgs/icons_new/files-stickers.svg">>,
|
1719
1768
|
<<"priv/static/svgs/icons_new/text-table-alternative.svg">>,
|
1769
|
+ <<"priv/static/svgs/icons_new/generic-all.svg">>,
|
1720
1770
|
<<"priv/static/svgs/icons_new/travel-bus.svg">>,
|
1721
1771
|
<<"priv/static/svgs/icons_new/media-js.svg">>,
|
1722
1772
|
<<"priv/static/svgs/icons_new/sport-golf.svg">>,
|
1723
1773
|
<<"priv/static/svgs/icons_new/arrows-refresh.svg">>,
|
1724
1774
|
<<"priv/static/svgs/icons_new/travel-hotel.svg">>,
|
1775
|
+ <<"priv/static/svgs/icons_new/maps-compass.svg">>,
|
1725
1776
|
<<"priv/static/svgs/icons_new/sport-rugby.svg">>,
|
1726
1777
|
<<"priv/static/svgs/icons_new/generic-bet.svg">>,
|
1727
1778
|
<<"priv/static/svgs/icons_new/arrows-up.svg">>,
|
|
@@ -1739,14 +1790,15 @@
|
1739
1790
|
<<"priv/static/svgs/icons_new/travel-passport.svg">>,
|
1740
1791
|
<<"priv/static/svgs/icons_new/sport-curling.svg">>,
|
1741
1792
|
<<"priv/static/svgs/icons_new/sport-floorball.svg">>,
|
1742
|
- <<"priv/static/svgs/icons_new/sport-m-m-a.svg">>,
|
1743
1793
|
<<"priv/static/svgs/icons_new/controls-plus.svg">>,
|
1744
1794
|
<<"priv/static/svgs/icons_new/generic-tag.svg">>,
|
1745
1795
|
<<"priv/static/svgs/icons_new/other-crown.svg">>,
|
1746
1796
|
<<"priv/static/svgs/icons_new/media-fast-back.svg">>,
|
1747
1797
|
<<"priv/static/svgs/icons_new/sport-baseball.svg">>,
|
1798
|
+ <<"priv/static/svgs/icons_new/sport-esoccer.svg">>,
|
1748
1799
|
<<"priv/static/svgs/icons_new/media-txt.svg">>,
|
1749
1800
|
<<"priv/static/svgs/icons_new/media-music.svg">>,
|
1801
|
+ <<"priv/static/svgs/icons_new/shop-cashback.svg">>,
|
1750
1802
|
<<"priv/static/svgs/icons_new/controls-diagonals-outsight.svg">>,
|
1751
1803
|
<<"priv/static/svgs/icons_new/other-flame.svg">>,
|
1752
1804
|
<<"priv/static/svgs/icons_new/arrows-reply.svg">>,
|
|
@@ -1768,7 +1820,6 @@
|
1768
1820
|
<<"priv/static/svgs/icons_new/text-math.svg">>,
|
1769
1821
|
<<"priv/static/svgs/icons_new/time-calendar-add.svg">>,
|
1770
1822
|
<<"priv/static/svgs/icons_new/devices-macbook-and-iphone.svg">>,
|
1771
|
- <<"priv/static/svgs/icons_new/maps-compas.svg">>,
|
1772
1823
|
<<"priv/static/svgs/icons_new/files-add.svg">>,
|
1773
1824
|
<<"priv/static/svgs/icons_new/software-nut.svg">>,
|
1774
1825
|
<<"priv/static/svgs/icons_new/media-xml.svg">>,
|
|
@@ -1793,11 +1844,13 @@
|
1793
1844
|
<<"priv/static/svgs/icons_new/time-calendar.svg">>,
|
1794
1845
|
<<"priv/static/svgs/icons_new/sport-weightlifting.svg">>,
|
1795
1846
|
<<"priv/static/svgs/icons_new/software-shutdown.svg">>,
|
1847
|
+ <<"priv/static/svgs/icons_new/chart-bar-alternative.svg">>,
|
1796
1848
|
<<"priv/static/svgs/icons_new/generic-heart.svg">>,
|
1797
1849
|
<<"priv/static/svgs/icons_new/chart-area.svg">>,
|
1798
1850
|
<<"priv/static/svgs/icons_new/travel-airplane-down.svg">>,
|
1799
1851
|
<<"priv/static/svgs/icons_new/shop-rebate.svg">>,
|
1800
1852
|
<<"priv/static/svgs/icons_new/travel-meal.svg">>,
|
1853
|
+ <<"priv/static/svgs/icons_new/arrows-bottom-right-alternative.svg">>,
|
1801
1854
|
<<"priv/static/svgs/icons_new/travel-seats.svg">>,
|
1802
1855
|
<<"priv/static/svgs/icons_new/travel-beach-chair.svg">>,
|
1803
1856
|
<<"priv/static/svgs/icons_new/controls-eye.svg">>,
|
|
@@ -1812,6 +1865,7 @@
|
1812
1865
|
<<"priv/static/svgs/icons_new/files-clipboard-text.svg">>,
|
1813
1866
|
<<"priv/static/svgs/icons_new/other3-dots.svg">>,
|
1814
1867
|
<<"priv/static/svgs/icons_new/sport-audl.svg">>,
|
1868
|
+ <<"priv/static/svgs/icons_new/other-live-casino.svg">>,
|
1815
1869
|
<<"priv/static/svgs/icons_new/notifications-error.svg">>,
|
1816
1870
|
<<"priv/static/svgs/icons_new/files-folder-closed.svg">>,
|
1817
1871
|
<<"priv/static/svgs/icons_new/controls-close.svg">>,
|
|
@@ -1831,9 +1885,11 @@
|
1831
1885
|
<<"priv/static/svgs/icons_new/chat-comment-bubble-alert.svg">>,
|
1832
1886
|
<<"priv/static/svgs/icons_new/other-wind.svg">>,
|
1833
1887
|
<<"priv/static/svgs/icons_new/shop-card.svg">>,
|
1888
|
+ <<"priv/static/svgs/icons_new/arrows-bottom-left-alternative.svg">>,
|
1834
1889
|
<<"priv/static/svgs/icons_new/text-insert-line.svg">>,
|
1835
1890
|
<<"priv/static/svgs/icons_new/controls-chevron-down-small.svg">>,
|
1836
1891
|
<<"priv/static/svgs/icons_new/shop-wallet.svg">>,
|
1892
|
+ <<"priv/static/svgs/icons_new/other-partial-refund.svg">>,
|
1837
1893
|
<<"priv/static/svgs/icons_new/generic-search.svg">>,
|
1838
1894
|
<<"priv/static/svgs/icons_new/media-xll.svg">>,
|
1839
1895
|
<<"priv/static/svgs/icons_new/sport-rowing.svg">>,
|
|
@@ -1851,6 +1907,7 @@
|
1851
1907
|
<<"priv/static/svgs/icons_new/text-table.svg">>,
|
1852
1908
|
<<"priv/static/svgs/icons_new/generic-bookmark.svg">>,
|
1853
1909
|
<<"priv/static/svgs/icons_new/files-delete.svg">>,
|
1910
|
+ <<"priv/static/svgs/icons_new/shop-cash-out.svg">>,
|
1854
1911
|
<<"priv/static/svgs/icons_new/generic-dislike.svg">>,
|
1855
1912
|
<<"priv/static/svgs/icons_new/generic-log-out.svg">>,
|
1856
1913
|
<<"priv/static/svgs/icons_new/maps-pin.svg">>,
|
|
@@ -1866,7 +1923,6 @@
|
1866
1923
|
<<"priv/static/svgs/icons_new/media-no-volume.svg">>,
|
1867
1924
|
<<"priv/static/svgs/icons_new/text-ancor.svg">>,
|
1868
1925
|
<<"priv/static/svgs/icons_new/arrows-transfer.svg">>,
|
1869
|
- <<"priv/static/svgs/icons_new/chart-bar-alternitive.svg">>,
|
1870
1926
|
<<"priv/static/svgs/icons_new/text-style.svg">>,
|
1871
1927
|
<<"priv/static/svgs/icons_new/sport-motor.svg">>,
|
1872
1928
|
<<"priv/static/svgs/icons_new/generic-globe.svg">>,
|
|
@@ -2153,13 +2209,10 @@
|
2153
2209
|
<<"priv/static/svgs/duotones/money-back.svg">>,
|
2154
2210
|
<<"priv/static/svgs/duotones/claimed-reward.svg">>,<<"mix.exs">>,
|
2155
2211
|
<<"README.md">>,<<"VERSION">>]}.
|
2156
|
- {<<"licenses">>,[<<"MIT">>]}.
|
2157
|
- {<<"links">>,[{<<"GitHub">>,<<"https://github.com/coingaming/moon-icons">>}]}.
|
2158
|
- {<<"name">>,<<"moon_icons">>}.
|
2159
2212
|
{<<"requirements">>,
|
2160
|
- [[{<<"app">>,<<"surface">>},
|
2161
|
- {<<"name">>,<<"surface">>},
|
2213
|
+ [[{<<"name">>,<<"surface">>},
|
2214
|
+ {<<"app">>,<<"surface">>},
|
2162
2215
|
{<<"optional">>,false},
|
2163
|
- {<<"repository">>,<<"hexpm">>},
|
2164
|
- {<<"requirement">>,<<">= 0.9.1">>}]]}.
|
2165
|
- {<<"version">>,<<"0.2.9">>}.
|
2216
|
+ {<<"requirement">>,<<">= 0.9.1">>},
|
2217
|
+ {<<"repository">>,<<"hexpm">>}]]}.
|
2218
|
+ {<<"build_tools">>,[<<"mix">>]}.
|
added
lib_ex/moon/icons/arrows_bottom_left_alternative.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ArrowsBottomLeftAlternative do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/arrows-bottom-left-alternative.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/arrows_bottom_right_alternative.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ArrowsBottomRightAlternative do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/arrows-bottom-right-alternative.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/arrows_top_left_alternative.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ArrowsTopLeftAlternative do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/arrows-top-left-alternative.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/arrows_top_right_alternative.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ArrowsTopRightAlternative do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/arrows-top-right-alternative.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/chart_bar_alternative.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ChartBarAlternative do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/chart-bar-alternative.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/controls_equals.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ControlsEquals do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/controls-equals.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/devices_ios.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.DevicesIos do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/devices-ios.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/generic_all.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.GenericAll do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/generic-all.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/generic_bookmark_alternative.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.GenericBookmarkAlternative do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/generic-bookmark-alternative.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/generic_share_arrow.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.GenericShareArrow do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/generic-share-arrow.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/mail_relink.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.MailRelink do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/mail-relink.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/maps_compass.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.MapsCompass do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/maps-compass.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/maps_up_down.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.MapsUpDown do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/maps-up-down.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/media_flashlight.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.MediaFlashlight do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/media-flashlight.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/other_live_casino.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.OtherLiveCasino do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/other-live-casino.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/other_partial_refund.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.OtherPartialRefund do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/other-partial-refund.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/security_qr_code_alternative.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SecurityQrCodeAlternative do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/security-qr-code-alternative.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/shop_cash_in.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ShopCashIn do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/shop-cash-in.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/shop_cash_out.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ShopCashOut do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/shop-cash-out.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/shop_cashback.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ShopCashback do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/shop-cashback.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/shop_wallet_alternative.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.ShopWalletAlternative do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/shop-wallet-alternative.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/sport_afl.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SportAfl do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/sport-afl.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/sport_boat_racing.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SportBoatRacing do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/sport-boat-racing.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/sport_cs_go.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SportCsGo do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/sport-cs-go.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/sport_enba.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SportEnba do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/sport-enba.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/sport_esoccer.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SportEsoccer do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/sport-esoccer.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/sport_lol.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SportLol do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/sport-lol.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/sport_mma.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SportMma do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/sport-mma.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/sport_zed_run.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.SportZedRun do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/sport-zed-run.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/text_decrease_indent.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.TextDecreaseIndent do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/text-decrease-indent.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/travel_coctail.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.TravelCoctail do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/travel-coctail.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
added
lib_ex/moon/icons/travel_desk_bell.ex
|
@@ -0,0 +1,32 @@
|
1
|
+ defmodule Moon.Icons.TravelDeskBell do
|
2
|
+ @moduledoc false
|
3
|
+ use MoonIcons.StatelessComponent
|
4
|
+
|
5
|
+ prop(click, :event)
|
6
|
+ prop(class, :css_class)
|
7
|
+
|
8
|
+ # All the other props below are deprecated!
|
9
|
+ # Please use only tailwind classes and the class prop
|
10
|
+ prop(font_size, :string)
|
11
|
+ prop(color, :string, values: colors())
|
12
|
+ prop(background_color, :string, values: colors())
|
13
|
+
|
14
|
+ def render(assigns) do
|
15
|
+ ~F"""
|
16
|
+ <svg
|
17
|
+ class={
|
18
|
+ "moon-icon fill-none",
|
19
|
+ @class,
|
20
|
+ "text-#{@color}": @color,
|
21
|
+ "bg-#{@background_color}": @background_color,
|
22
|
+ "text-#{@font_size}": @font_size,
|
23
|
+ "cursor-pointer": @click
|
24
|
+ }
|
25
|
+ :on-click={@click}
|
26
|
+ style={get_style(color: @color, background_color: @background_color, font_size: @font_size)}
|
27
|
+ >
|
28
|
+ <use href="/moon_icons/svgs/icons_new/travel-desk-bell.svg#item" />
|
29
|
+ </svg>
|
30
|
+ """
|
31
|
+ end
|
32
|
+ end
|
changed
lib_ex/moon_icons/helpers/icons.ex
|
@@ -31,7 +31,9 @@ defmodule MoonIcons.Helpers.Icons do
|
31
31
|
def list_all do
|
32
32
|
~w(
|
33
33
|
arrows_boost
|
34
|
+ arrows_bottom_left_alternative
|
34
35
|
arrows_bottom_left
|
36
|
+ arrows_bottom_right_alternative
|
35
37
|
arrows_bottom_right
|
36
38
|
arrows_chevron_down_double
|
37
39
|
arrows_chevron_left_double
|
|
@@ -53,13 +55,15 @@ defmodule MoonIcons.Helpers.Icons do
|
53
55
|
arrows_right_short
|
54
56
|
arrows_right
|
55
57
|
arrows_sorting
|
58
|
+ arrows_top_left_alternative
|
56
59
|
arrows_top_left
|
60
|
+ arrows_top_right_alternative
|
57
61
|
arrows_top_right
|
58
62
|
arrows_transfer
|
59
63
|
arrows_up
|
60
64
|
arrows_update
|
61
65
|
chart_area
|
62
|
- chart_bar_alternitive
|
66
|
+ chart_bar_alternative
|
63
67
|
chart_bar_vertical
|
64
68
|
chart_bar
|
65
69
|
chart_dashboard
|
|
@@ -92,6 +96,7 @@ defmodule MoonIcons.Helpers.Icons do
|
92
96
|
controls_collapse
|
93
97
|
controls_diagonals_insight
|
94
98
|
controls_diagonals_outsight
|
99
|
+ controls_equals
|
95
100
|
controls_expand_alt
|
96
101
|
controls_expand
|
97
102
|
controls_eye_crossed
|
|
@@ -102,6 +107,7 @@ defmodule MoonIcons.Helpers.Icons do
|
102
107
|
controls_plus
|
103
108
|
controls_vertical_double_chevron
|
104
109
|
devices_bluetooth
|
110
|
+ devices_ios
|
105
111
|
devices_joystick
|
106
112
|
devices_keyboard
|
107
113
|
devices_mac
|
|
@@ -142,9 +148,11 @@ defmodule MoonIcons.Helpers.Icons do
|
142
148
|
generic_about
|
143
149
|
generic_alarm_round
|
144
150
|
generic_alarm
|
151
|
+ generic_all
|
145
152
|
generic_bet
|
146
153
|
generic_betslip
|
147
154
|
generic_block
|
155
|
+ generic_bookmark_alternative
|
148
156
|
generic_bookmark
|
149
157
|
generic_browser
|
150
158
|
generic_burger_regular
|
|
@@ -182,6 +190,7 @@ defmodule MoonIcons.Helpers.Icons do
|
182
190
|
generic_search
|
183
191
|
generic_settings
|
184
192
|
generic_share_android
|
193
|
+ generic_share_arrow
|
185
194
|
generic_share_ios_big
|
186
195
|
generic_share_ios
|
187
196
|
generic_star
|
|
@@ -199,9 +208,10 @@ defmodule MoonIcons.Helpers.Icons do
|
199
208
|
mail_filter
|
200
209
|
mail_flag
|
201
210
|
mail_link
|
211
|
+ mail_relink
|
202
212
|
mail_send_right
|
203
213
|
mail_send
|
204
|
- maps_compas
|
214
|
+ maps_compass
|
205
215
|
maps_location
|
206
216
|
maps_map
|
207
217
|
maps_marker
|
|
@@ -209,6 +219,7 @@ defmodule MoonIcons.Helpers.Icons do
|
209
219
|
maps_pin_add
|
210
220
|
maps_pin_location
|
211
221
|
maps_pin
|
222
|
+ maps_up_down
|
212
223
|
maps_world
|
213
224
|
media_auto_play
|
214
225
|
media_css
|
|
@@ -216,6 +227,7 @@ defmodule MoonIcons.Helpers.Icons do
|
216
227
|
media_exe
|
217
228
|
media_fast_back
|
218
229
|
media_fast_forward
|
230
|
+ media_flashlight
|
219
231
|
media_gif_alternative
|
220
232
|
media_headphones
|
221
233
|
media_html
|
|
@@ -268,7 +280,9 @@ defmodule MoonIcons.Helpers.Icons do
|
268
280
|
other_id
|
269
281
|
other_lifebuoy
|
270
282
|
other_lightning
|
283
|
+ other_live_casino
|
271
284
|
other_moon
|
285
|
+ other_partial_refund
|
272
286
|
other_player
|
273
287
|
other_plug
|
274
288
|
other_rewards
|
|
@@ -291,6 +305,7 @@ defmodule MoonIcons.Helpers.Icons do
|
291
305
|
security_passport_alert
|
292
306
|
security_passport
|
293
307
|
security_password
|
308
|
+ security_qr_code_alternative
|
294
309
|
security_qr_code
|
295
310
|
security_security_attention
|
296
311
|
security_shield_secured
|
|
@@ -305,11 +320,14 @@ defmodule MoonIcons.Helpers.Icons do
|
305
320
|
shop_buy_crypto
|
306
321
|
shop_card
|
307
322
|
shop_cart
|
308
|
- shop_cash_back
|
323
|
+ shop_cash_in
|
324
|
+ shop_cash_out
|
325
|
+ shop_cashback
|
309
326
|
shop_coins
|
310
327
|
shop_crypto_coin
|
311
328
|
shop_crypto
|
312
329
|
shop_rebate
|
330
|
+ shop_wallet_alternative
|
313
331
|
shop_wallet
|
314
332
|
shop_wireless_pay
|
315
333
|
software_bug
|
|
@@ -330,6 +348,7 @@ defmodule MoonIcons.Helpers.Icons do
|
330
348
|
software_sorting
|
331
349
|
software_turn_off
|
332
350
|
software_wrench
|
351
|
+ sport_afl
|
333
352
|
sport_american_football
|
334
353
|
sport_archery
|
335
354
|
sport_athletics
|
|
@@ -339,10 +358,10 @@ defmodule MoonIcons.Helpers.Icons do
|
339
358
|
sport_basketball
|
340
359
|
sport_beach_volleyball
|
341
360
|
sport_biathlon
|
361
|
+ sport_boat_racing
|
342
362
|
sport_bombay
|
343
363
|
sport_bowls
|
344
364
|
sport_boxing
|
345
|
- sport_c_s_g_o
|
346
365
|
sport_call_of_duty
|
347
366
|
sport_canoeing
|
348
367
|
sport_car_racing
|
|
@@ -350,15 +369,16 @@ defmodule MoonIcons.Helpers.Icons do
|
350
369
|
sport_chess
|
351
370
|
sport_cricket
|
352
371
|
sport_cross_country
|
372
|
+ sport_cs_go
|
353
373
|
sport_curling
|
354
374
|
sport_cycling
|
355
375
|
sport_darts
|
356
376
|
sport_diving
|
357
377
|
sport_dota2
|
358
378
|
sport_e_ice_hockey
|
359
|
- sport_e_n_b_a
|
360
|
- sport_e_soccer
|
379
|
+ sport_enba
|
361
380
|
sport_equestrian
|
381
|
+ sport_esoccer
|
362
382
|
sport_esport_generic
|
363
383
|
sport_featured
|
364
384
|
sport_fencing
|
|
@@ -380,8 +400,8 @@ defmodule MoonIcons.Helpers.Icons do
|
380
400
|
sport_kabaddi
|
381
401
|
sport_king_of_glory
|
382
402
|
sport_lacrosse
|
383
|
- sport_lo_l
|
384
|
- sport_m_m_a
|
403
|
+ sport_lol
|
404
|
+ sport_mma
|
385
405
|
sport_motor
|
386
406
|
sport_motorcycle_racing
|
387
407
|
sport_nordic_combined
|
|
@@ -411,6 +431,7 @@ defmodule MoonIcons.Helpers.Icons do
|
411
431
|
sport_waterpolo
|
412
432
|
sport_weightlifting
|
413
433
|
sport_wrestling
|
434
|
+ sport_zed_run
|
414
435
|
text_ancor
|
415
436
|
text_attach
|
416
437
|
text_bold
|
|
@@ -419,7 +440,7 @@ defmodule MoonIcons.Helpers.Icons do
|
419
440
|
text_center
|
420
441
|
text_clear_formatting
|
421
442
|
text_cut
|
422
|
- text_descrease_indent
|
443
|
+ text_decrease_indent
|
423
444
|
text_hashtag
|
424
445
|
text_increase_indent
|
425
446
|
text_insert_line
|
|
@@ -456,6 +477,8 @@ defmodule MoonIcons.Helpers.Icons do
|
456
477
|
travel_bed
|
457
478
|
travel_bill
|
458
479
|
travel_bus
|
480
|
+ travel_coctail
|
481
|
+ travel_desk_bell
|
459
482
|
travel_hotel
|
460
483
|
travel_luggage
|
461
484
|
travel_meal
|
|
@@ -477,7 +500,9 @@ defmodule MoonIcons.Helpers.Icons do
|
477
500
|
~w(
|
478
501
|
arrows_boost
|
479
502
|
arrows_bottom_left
|
503
|
+ arrows_bottom_left_alternative
|
480
504
|
arrows_bottom_right
|
505
|
+ arrows_bottom_right_alternative
|
481
506
|
arrows_chevron_down_double
|
482
507
|
arrows_chevron_left_double
|
483
508
|
arrows_chevron_right_double
|
|
@@ -499,7 +524,9 @@ defmodule MoonIcons.Helpers.Icons do
|
499
524
|
arrows_right_short
|
500
525
|
arrows_sorting
|
501
526
|
arrows_top_left
|
527
|
+ arrows_top_left_alternative
|
502
528
|
arrows_top_right
|
529
|
+ arrows_top_right_alternative
|
503
530
|
arrows_transfer
|
504
531
|
arrows_up
|
505
532
|
arrows_update
|
|
@@ -510,7 +537,7 @@ defmodule MoonIcons.Helpers.Icons do
|
510
537
|
~w(
|
511
538
|
chart_area
|
512
539
|
chart_bar
|
513
|
- chart_bar_alternitive
|
540
|
+ chart_bar_alternative
|
514
541
|
chart_bar_vertical
|
515
542
|
chart_dashboard
|
516
543
|
chart_fin
|
|
@@ -552,6 +579,7 @@ defmodule MoonIcons.Helpers.Icons do
|
552
579
|
controls_collapse
|
553
580
|
controls_diagonals_insight
|
554
581
|
controls_diagonals_outsight
|
582
|
+ controls_equals
|
555
583
|
controls_expand
|
556
584
|
controls_expand_alt
|
557
585
|
controls_eye
|
|
@@ -567,6 +595,7 @@ defmodule MoonIcons.Helpers.Icons do
|
567
595
|
def list_devices do
|
568
596
|
~w(
|
569
597
|
devices_bluetooth
|
598
|
+ devices_ios
|
570
599
|
devices_joystick
|
571
600
|
devices_keyboard
|
572
601
|
devices_mac
|
|
@@ -617,10 +646,12 @@ defmodule MoonIcons.Helpers.Icons do
|
617
646
|
generic_about
|
618
647
|
generic_alarm
|
619
648
|
generic_alarm_round
|
649
|
+ generic_all
|
620
650
|
generic_bet
|
621
651
|
generic_betslip
|
622
652
|
generic_block
|
623
653
|
generic_bookmark
|
654
|
+ generic_bookmark_alternative
|
624
655
|
generic_browser
|
625
656
|
generic_burger_regular
|
626
657
|
generic_burger_zig
|
|
@@ -657,6 +688,7 @@ defmodule MoonIcons.Helpers.Icons do
|
657
688
|
generic_search
|
658
689
|
generic_settings
|
659
690
|
generic_share_android
|
691
|
+ generic_share_arrow
|
660
692
|
generic_share_ios
|
661
693
|
generic_share_ios_big
|
662
694
|
generic_star
|
|
@@ -679,6 +711,7 @@ defmodule MoonIcons.Helpers.Icons do
|
679
711
|
mail_filter_crossed
|
680
712
|
mail_flag
|
681
713
|
mail_link
|
714
|
+ mail_relink
|
682
715
|
mail_send
|
683
716
|
mail_send_right
|
684
717
|
)
|
|
@@ -686,7 +719,7 @@ defmodule MoonIcons.Helpers.Icons do
|
686
719
|
|
687
720
|
def list_maps do
|
688
721
|
~w(
|
689
|
- maps_compas
|
722
|
+ maps_compass
|
690
723
|
maps_location
|
691
724
|
maps_map
|
692
725
|
maps_marker
|
|
@@ -694,6 +727,7 @@ defmodule MoonIcons.Helpers.Icons do
|
694
727
|
maps_pin
|
695
728
|
maps_pin_add
|
696
729
|
maps_pin_location
|
730
|
+ maps_up_down
|
697
731
|
maps_world
|
698
732
|
)
|
699
733
|
end
|
|
@@ -706,6 +740,7 @@ defmodule MoonIcons.Helpers.Icons do
|
706
740
|
media_exe
|
707
741
|
media_fast_back
|
708
742
|
media_fast_forward
|
743
|
+ media_flashlight
|
709
744
|
media_gif_alternative
|
710
745
|
media_headphones
|
711
746
|
media_html
|
|
@@ -772,7 +807,9 @@ defmodule MoonIcons.Helpers.Icons do
|
772
807
|
other_id
|
773
808
|
other_lifebuoy
|
774
809
|
other_lightning
|
810
|
+ other_live_casino
|
775
811
|
other_moon
|
812
|
+ other_partial_refund
|
776
813
|
other_player
|
777
814
|
other_plug
|
778
815
|
other_rewards
|
|
@@ -797,6 +834,7 @@ defmodule MoonIcons.Helpers.Icons do
|
797
834
|
security_passport_alert
|
798
835
|
security_password
|
799
836
|
security_qr_code
|
837
|
+ security_qr_code_alternative
|
800
838
|
security_security_attention
|
801
839
|
security_shield
|
802
840
|
security_shield_secured
|
|
@@ -815,12 +853,15 @@ defmodule MoonIcons.Helpers.Icons do
|
815
853
|
shop_buy_crypto
|
816
854
|
shop_card
|
817
855
|
shop_cart
|
818
|
- shop_cash_back
|
856
|
+ shop_cash_in
|
857
|
+ shop_cash_out
|
858
|
+ shop_cashback
|
819
859
|
shop_coins
|
820
860
|
shop_crypto
|
821
861
|
shop_crypto_coin
|
822
862
|
shop_rebate
|
823
863
|
shop_wallet
|
864
|
+ shop_wallet_alternative
|
824
865
|
shop_wireless_pay
|
825
866
|
)
|
826
867
|
end
|
|
@@ -850,6 +891,7 @@ defmodule MoonIcons.Helpers.Icons do
|
850
891
|
|
851
892
|
def list_sport do
|
852
893
|
~w(
|
894
|
+ sport_afl
|
853
895
|
sport_american_football
|
854
896
|
sport_archery
|
855
897
|
sport_athletics
|
|
@@ -859,10 +901,10 @@ defmodule MoonIcons.Helpers.Icons do
|
859
901
|
sport_basketball
|
860
902
|
sport_beach_volleyball
|
861
903
|
sport_biathlon
|
904
|
+ sport_boat_racing
|
862
905
|
sport_bombay
|
863
906
|
sport_bowls
|
864
907
|
sport_boxing
|
865
|
- sport_c_s_g_o
|
866
908
|
sport_call_of_duty
|
867
909
|
sport_canoeing
|
868
910
|
sport_car_racing
|
|
@@ -870,15 +912,16 @@ defmodule MoonIcons.Helpers.Icons do
|
870
912
|
sport_chess
|
871
913
|
sport_cricket
|
872
914
|
sport_cross_country
|
915
|
+ sport_cs_go
|
873
916
|
sport_curling
|
874
917
|
sport_cycling
|
875
918
|
sport_darts
|
876
919
|
sport_diving
|
877
920
|
sport_dota2
|
878
921
|
sport_e_ice_hockey
|
879
|
- sport_e_n_b_a
|
880
|
- sport_e_soccer
|
922
|
+ sport_enba
|
881
923
|
sport_equestrian
|
924
|
+ sport_esoccer
|
882
925
|
sport_esport_generic
|
883
926
|
sport_featured
|
884
927
|
sport_fencing
|
|
@@ -900,8 +943,8 @@ defmodule MoonIcons.Helpers.Icons do
|
900
943
|
sport_kabaddi
|
901
944
|
sport_king_of_glory
|
902
945
|
sport_lacrosse
|
903
|
- sport_lo_l
|
904
|
- sport_m_m_a
|
946
|
+ sport_lol
|
947
|
+ sport_mma
|
905
948
|
sport_motor
|
906
949
|
sport_motorcycle_racing
|
907
950
|
sport_nordic_combined
|
|
@@ -931,6 +974,7 @@ defmodule MoonIcons.Helpers.Icons do
|
931
974
|
sport_waterpolo
|
932
975
|
sport_weightlifting
|
933
976
|
sport_wrestling
|
977
|
+ sport_zed_run
|
934
978
|
)
|
935
979
|
end
|
936
980
|
|
|
@@ -944,7 +988,7 @@ defmodule MoonIcons.Helpers.Icons do
|
944
988
|
text_center
|
945
989
|
text_clear_formatting
|
946
990
|
text_cut
|
947
|
- text_descrease_indent
|
991
|
+ text_decrease_indent
|
948
992
|
text_hashtag
|
949
993
|
text_increase_indent
|
950
994
|
text_insert_line
|
|
@@ -991,6 +1035,8 @@ defmodule MoonIcons.Helpers.Icons do
|
991
1035
|
travel_bed
|
992
1036
|
travel_bill
|
993
1037
|
travel_bus
|
1038
|
+ travel_coctail
|
1039
|
+ travel_desk_bell
|
994
1040
|
travel_hotel
|
995
1041
|
travel_luggage
|
996
1042
|
travel_meal
|
changed
priv/static/svgs/icons/icon-debit-cards.svg
|
@@ -32,9 +32,9 @@
|
32
32
|
<path d="M32.4 9.82471L31.125 13.4247L30.975 12.6747L30.525 10.2747C30.525 10.2747 30.45 9.82471 29.925 9.82471H27.75V9.89971C27.75 9.89971 28.425 10.0497 29.175 10.4997L30.375 15.0747H31.8L33.9 9.82471H32.4Z" fill="currentColor"/>
|
33
33
|
<path d="M39.4497 11.1L39.6747 9.975C39.6747 9.975 39.0747 9.75 38.4747 9.75C37.7997 9.75 36.2247 10.05 36.2247 11.475C36.2247 12.825 38.0997 12.825 38.0997 13.575C38.0997 14.325 36.4497 14.175 35.9247 13.725L35.6997 14.925C35.6997 14.925 36.2997 15.225 37.1997 15.225C38.0997 15.225 39.5247 14.775 39.5247 13.425C39.5247 12.075 37.6497 11.925 37.6497 11.325C37.5747 10.65 38.9247 10.725 39.4497 11.1Z" fill="currentColor"/>
|
34
34
|
</g>
|
35
|
- <path fill-rule="evenodd" clip-rule="evenodd" d="M52.5 24C54.6857 24 56.735 23.4156 58.5 22.3946C54.9132 20.3198 52.5 16.4417 52.5 12C52.5 7.55831 54.9132 3.68024 58.5 1.60539C56.735 0.584366 54.6857 0 52.5 0C45.8726 0 40.5 5.37258 40.5 12C40.5 18.6274 45.8726 24 52.5 24Z" fill="black"/>
|
36
|
- <path d="M54 12C54 16.151 56.4087 19.7394 59.9047 21.4437C62.7026 19.2468 64.5 15.8333 64.5 12C64.5 8.16671 62.7026 4.75323 59.9047 2.55632C56.4087 4.26064 54 7.84903 54 12Z" fill="black"/>
|
37
|
- <path d="M59.9047 21.4437C56.4087 19.7394 54 16.151 54 12C54 7.84903 56.4087 4.26064 59.9047 2.55632C59.4606 2.20763 58.9913 1.88959 58.5 1.60539C54.9132 3.68024 52.5 7.55831 52.5 12C52.5 16.4417 54.9132 20.3198 58.5 22.3946C58.9913 22.1104 59.4606 21.7924 59.9047 21.4437Z" fill="black"/>
|
35
|
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M52.5 24C54.6857 24 56.735 23.4156 58.5 22.3946C54.9132 20.3198 52.5 16.4417 52.5 12C52.5 7.55831 54.9132 3.68024 58.5 1.60539C56.735 0.584366 54.6857 0 52.5 0C45.8726 0 40.5 5.37258 40.5 12C40.5 18.6274 45.8726 24 52.5 24Z" fill="currentColor"/>
|
36
|
+ <path d="M54 12C54 16.151 56.4087 19.7394 59.9047 21.4437C62.7026 19.2468 64.5 15.8333 64.5 12C64.5 8.16671 62.7026 4.75323 59.9047 2.55632C56.4087 4.26064 54 7.84903 54 12Z" fill="currentColor"/>
|
37
|
+ <path d="M59.9047 21.4437C56.4087 19.7394 54 16.151 54 12C54 7.84903 56.4087 4.26064 59.9047 2.55632C59.4606 2.20763 58.9913 1.88959 58.5 1.60539C54.9132 3.68024 52.5 7.55831 52.5 12C52.5 16.4417 54.9132 20.3198 58.5 22.3946C58.9913 22.1104 59.4606 21.7924 59.9047 21.4437Z" fill="currentColor"/>
|
38
38
|
<path d="M54.6749 8.41895H50.4749V15.3189H54.6749V8.41895Z" fill="#FF5F00"/>
|
39
39
|
<path d="M50.85 11.8688C50.85 11.1938 51 10.5187 51.3 9.91875C51.6 9.31875 51.975 8.79375 52.5 8.41875C51.825 7.89375 51.075 7.59375 50.25 7.51875C49.425 7.44375 48.6 7.59375 47.85 7.96875C47.1 8.34375 46.5 8.86875 46.05 9.61875C45.6 10.2938 45.375 11.1188 45.375 11.9438C45.375 12.7688 45.6 13.5938 46.05 14.2688C46.5 14.9438 47.1 15.5438 47.85 15.9188C48.6 16.2938 49.425 16.4438 50.25 16.3688C51.075 16.2938 51.825 15.9937 52.5 15.4687C51.975 15.0937 51.525 14.5687 51.3 13.9687C51 13.2187 50.85 12.5438 50.85 11.8688Z" fill="#EB001B"/>
|
40
40
|
<path d="M59.1749 14.6441V14.4941H59.2499H59.0999H59.1749V14.6441ZM59.4749 14.6441V14.4941H59.3999L59.3249 14.6441L59.2499 14.4941H59.1749V14.6441V14.4941L59.2499 14.5691L59.3249 14.4941L59.4749 14.6441Z" fill="#F79E1B"/>
|
changed
priv/static/svgs/icons/icon-e-sports-rainbow.svg
|
@@ -2,8 +2,8 @@
|
2
2
|
<symbol id="item" viewBox="0 0 28 28" >
|
3
3
|
|
4
4
|
<path d="M8.00259 4.78872V22.6429C8.00259 22.6429 7.71461 26.9137 14.315 26.7685C14.315 26.7685 20.2522 27.4838 21 22.7854V11.4378C21 11.4378 20.5402 9.11763 16.4949 9.11763C16.4949 9.11763 13.7126 9.05958 13.5699 9.9491L13.5408 5.47764C13.5408 5.47764 14.4313 4.4746 15.578 5.50667L15.549 8.17265H21V4.78872C21 4.78872 20.9867 0.261833 14.5819 0.517855C14.5792 0.517855 8.49141 0.00313705 8.00259 4.78872Z" fill="#FDDC01"/>
|
5
|
- <path d="M12.2778 15.3075V23.5034H12.1113V23.9442H12.5473V24.1052H13.8552V23.9257H14.0296V19.6627C14.0296 19.6627 14.5026 19.0424 15.5965 19.1797V16.9519C15.5965 16.9519 16.5477 16.4636 18.3101 16.4636V14.4258C18.3101 14.4258 17.6548 13.4941 16.1329 14.5341C16.1329 14.5341 14.3943 15.4843 14.027 14.4179H12.5922V14.5605H12.2699V14.8614H12.114V15.194H12.2725L12.2778 15.3075Z" fill="black" stroke="black" stroke-width="0.223706" stroke-miterlimit="10"/>
|
6
|
- <path d="M14.167 17.7464V19.0003H15.4485V17.2634L15.2688 16.9493H14.9729L14.9809 17.2449C14.9809 17.2449 15.2847 17.2977 15.3217 17.4877L15.2081 17.596C15.2107 17.5933 14.883 17.1024 14.167 17.7464Z" fill="#FDDC01" stroke="black" stroke-width="0.223706" stroke-miterlimit="10"/>
|
5
|
+ <path d="M12.2778 15.3075V23.5034H12.1113V23.9442H12.5473V24.1052H13.8552V23.9257H14.0296V19.6627C14.0296 19.6627 14.5026 19.0424 15.5965 19.1797V16.9519C15.5965 16.9519 16.5477 16.4636 18.3101 16.4636V14.4258C18.3101 14.4258 17.6548 13.4941 16.1329 14.5341C16.1329 14.5341 14.3943 15.4843 14.027 14.4179H12.5922V14.5605H12.2699V14.8614H12.114V15.194H12.2725L12.2778 15.3075Z" fill="currentColor" stroke="currentColor" stroke-width="0.223706" stroke-miterlimit="10"/>
|
6
|
+ <path d="M14.167 17.7464V19.0003H15.4485V17.2634L15.2688 16.9493H14.9729L14.9809 17.2449C14.9809 17.2449 15.2847 17.2977 15.3217 17.4877L15.2081 17.596C15.2107 17.5933 14.883 17.1024 14.167 17.7464Z" fill="#FDDC01" stroke="currentColor" stroke-width="0.223706" stroke-miterlimit="10"/>
|
7
7
|
|
8
8
|
</symbol>
|
9
9
|
</svg>
|
added
priv/static/svgs/icons_new/arrows-bottom-left-alternative.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M20.7343 11.2712L10.5056 21.5M10.5056 21.5H20.7344M10.5056 21.5L10.5056 11.2712" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/arrows-bottom-right-alternative.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M11.2657 11.2712L21.4944 21.5M21.4944 21.5H11.2656M21.4944 21.5L21.4944 11.2712" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/arrows-top-left-alternative.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M20.7288 20.7343L10.5 10.5056M10.5 10.5056L10.5 20.7344M10.5 10.5056L20.7288 10.5056" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/arrows-top-right-alternative.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M11.2712 20.7343L21.5 10.5056M21.5 10.5056L21.5 20.7344M21.5 10.5056L11.2712 10.5056" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/chart-bar-alternative.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M8.5 22.7973C8.5 19.9475 8.5 18.3498 8.5 15.5M23 22.7974C23 18.5808 23 16.2167 23 12M15.6425 22.7974L15.6425 8" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
removed
priv/static/svgs/icons_new/chart-bar-alternitive.svg
|
@@ -1,3 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M8.5 22.7973C8.5 19.9475 8.5 18.3498 8.5 15.5M23 22.7974C23 18.5808 23 16.2167 23 12M15.6425 22.7974L15.6425 8" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
- </symbol></svg>
|
added
priv/static/svgs/icons_new/controls-equals.svg
|
@@ -0,0 +1,4 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M10 13.7115L22.6037 13.7115" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ <path d="M10 18.4231L22.6037 18.4231" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
4
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/devices-ios.svg
|
@@ -0,0 +1,4 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M16 7.0914C19.5387 7.71977 21.9582 6.73682 22.5543 3.12729C19.1423 2.05289 17.229 3.90422 16 7.0914Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ <path d="M14.4194 9.58273C15.0726 9.89144 15.7154 10.1952 16.4996 10.1952C17.2838 10.1952 17.9274 9.89144 18.5806 9.58273C19.9324 8.94395 21.3291 8.2839 24.1167 10.2493C24.293 10.3737 24.4586 10.5067 24.6136 10.6475C22.391 11.6639 20.8467 13.907 20.8467 16.5107C20.8467 19.0816 22.3522 21.3008 24.5296 22.3348C23.8013 23.5449 22.9166 24.5687 21.9554 25.2466C20.3213 26.3988 19.0157 25.8659 17.9112 25.4151C17.4023 25.2073 16.9361 25.017 16.5 25.017C16.0639 25.017 15.5977 25.2073 15.0888 25.4151C13.9843 25.8659 12.6787 26.3988 11.0446 25.2466C7.01121 22.4022 4.32455 13.4636 8.88334 10.2493C11.6708 8.2839 13.0676 8.94395 14.4194 9.58273Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
4
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/generic-all.svg
|
@@ -0,0 +1,6 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M6 4.5H12V3.5H6V4.5ZM13.5 6V12H14.5V6H13.5ZM12 13.5H6V14.5H12V13.5ZM4.5 12V6H3.5V12H4.5ZM6 13.5C5.17157 13.5 4.5 12.8284 4.5 12H3.5C3.5 13.3807 4.61929 14.5 6 14.5V13.5ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5V14.5C13.3807 14.5 14.5 13.3807 14.5 12H13.5ZM12 4.5C12.8284 4.5 13.5 5.17157 13.5 6H14.5C14.5 4.61929 13.3807 3.5 12 3.5V4.5ZM6 3.5C4.61929 3.5 3.5 4.61929 3.5 6H4.5C4.5 5.17157 5.17157 4.5 6 4.5V3.5Z" fill="currentColor"/>
|
3
|
+ <path d="M6 18.5H12V17.5H6V18.5ZM13.5 20V26H14.5V20H13.5ZM12 27.5H6V28.5H12V27.5ZM4.5 26V20H3.5V26H4.5ZM6 27.5C5.17157 27.5 4.5 26.8284 4.5 26H3.5C3.5 27.3807 4.61929 28.5 6 28.5V27.5ZM13.5 26C13.5 26.8284 12.8284 27.5 12 27.5V28.5C13.3807 28.5 14.5 27.3807 14.5 26H13.5ZM12 18.5C12.8284 18.5 13.5 19.1716 13.5 20H14.5C14.5 18.6193 13.3807 17.5 12 17.5V18.5ZM6 17.5C4.61929 17.5 3.5 18.6193 3.5 20H4.5C4.5 19.1716 5.17157 18.5 6 18.5V17.5Z" fill="currentColor"/>
|
4
|
+ <path d="M20 4.5H26V3.5H20V4.5ZM27.5 6V12H28.5V6H27.5ZM26 13.5H20V14.5H26V13.5ZM18.5 12V6H17.5V12H18.5ZM20 13.5C19.1716 13.5 18.5 12.8284 18.5 12H17.5C17.5 13.3807 18.6193 14.5 20 14.5V13.5ZM27.5 12C27.5 12.8284 26.8284 13.5 26 13.5V14.5C27.3807 14.5 28.5 13.3807 28.5 12H27.5ZM26 4.5C26.8284 4.5 27.5 5.17157 27.5 6H28.5C28.5 4.61929 27.3807 3.5 26 3.5V4.5ZM20 3.5C18.6193 3.5 17.5 4.61929 17.5 6H18.5C18.5 5.17157 19.1716 4.5 20 4.5V3.5Z" fill="currentColor"/>
|
5
|
+ <path d="M20 18.5H26V17.5H20V18.5ZM27.5 20V26H28.5V20H27.5ZM26 27.5H20V28.5H26V27.5ZM18.5 26V20H17.5V26H18.5ZM20 27.5C19.1716 27.5 18.5 26.8284 18.5 26H17.5C17.5 27.3807 18.6193 28.5 20 28.5V27.5ZM27.5 26C27.5 26.8284 26.8284 27.5 26 27.5V28.5C27.3807 28.5 28.5 27.3807 28.5 26H27.5ZM26 18.5C26.8284 18.5 27.5 19.1716 27.5 20H28.5C28.5 18.6193 27.3807 17.5 26 17.5V18.5ZM20 17.5C18.6193 17.5 17.5 18.6193 17.5 20H18.5C18.5 19.1716 19.1716 18.5 20 18.5V17.5Z" fill="currentColor"/>
|
6
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/generic-bookmark-alternative.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M15.996 21.9615C15.6019 21.9615 15.1471 22.1565 14.7226 22.3888C14.275 22.6337 13.7722 22.9715 13.2564 23.3517C12.2232 24.1133 11.0955 25.0762 10.1806 25.8921C9.83757 26.198 9.42651 26.2753 9.09394 26.1887C8.77026 26.1045 8.49475 25.8607 8.40035 25.4423C7.97087 23.5389 7.5 20.4398 7.5 16C7.5 11.6356 8.01156 8.7263 8.45258 7.02889C8.73407 5.94545 9.62645 5.17404 10.7655 4.97228C12.0819 4.73909 13.9352 4.5 15.996 4.5C18.0291 4.5 19.8602 4.73271 21.1732 4.9629C22.3414 5.16771 23.2621 5.96533 23.5602 7.08127C24.0315 8.84554 24.5722 11.8148 24.492 15.9904C24.4033 20.6131 23.6468 23.775 23.0113 25.6422C22.8803 26.027 22.5991 26.2286 22.2844 26.278C21.9591 26.329 21.5701 26.2191 21.2607 25.9017C20.4655 25.0856 19.48 24.1234 18.5583 23.362C18.0982 22.9819 17.6429 22.6425 17.2272 22.3955C16.8322 22.1608 16.3961 21.9615 15.996 21.9615Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/generic-share-arrow.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M17.4375 17.9543C10.3678 17.6426 8.09026 20.822 6.03018 24.7183L6.02853 24.7205C5.93629 24.8749 5.78236 24.9677 5.56677 24.9988C5.50369 25.0037 5.44038 24.993 5.38228 24.9677C5.25109 24.9253 5.14041 24.8344 5.07217 24.7132C5.00393 24.592 4.98312 24.4492 5.01386 24.3131C5.07535 24.0637 5.1061 23.7208 5.1676 23.2845L5.17457 23.2297C5.61069 19.8047 6.60918 11.9633 17.4051 10.8162C17.4359 10.785 17.4666 10.785 17.4666 10.7538V7.67017C17.4666 7.4208 17.6204 7.20261 17.8356 7.07793C18.0508 6.98441 18.3583 6.95324 18.5735 7.1091C18.5735 7.1091 26.7179 13.6331 26.7848 13.6839C26.8516 13.7347 26.9058 13.8006 26.9432 13.8763C26.9806 13.9521 27 14.0356 27 14.1203C27 14.205 26.9806 14.2885 26.9432 14.3642C26.9058 14.44 26.8516 14.5059 26.7848 14.5567L18.5752 21.6012C18.498 21.6937 18.3938 21.7587 18.2776 21.7867C18.1614 21.8148 18.0394 21.8044 17.9295 21.7571C17.6527 21.6324 17.4683 21.3207 17.4683 21.0713V17.9854L17.4375 17.9543Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
changed
priv/static/svgs/icons_new/generic-share-ios-big.svg
|
@@ -1,3 +1,3 @@
|
1
1
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M16 19V4M16 4L11.9579 7.6M16 4L20.0421 7.6M12.16 11.0001H8.11431C7.16754 11.0001 6.40002 11.7676 6.40002 12.7143V26.2858C6.40002 27.2325 7.16753 28.0001 8.11431 28.0001H23.8857C24.8325 28.0001 25.6 27.2325 25.6 26.2858V12.7143C25.6 11.7676 24.8325 11.0001 23.8857 11.0001H19.84" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
2
|
+ <path d="M16 18V3M16 3L11.9579 6.6M16 3L20.0421 6.6M11.16 11.0001H8.11431C7.16754 11.0001 6.40002 11.7676 6.40002 12.7143V26.2858C6.40002 27.2325 7.16753 28.0001 8.11431 28.0001H23.8857C24.8325 28.0001 25.6 27.2325 25.6 26.2858V12.7143C25.6 11.7676 24.8325 11.0001 23.8857 11.0001H20.84" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
3
|
</symbol></svg>
|
changed
priv/static/svgs/icons_new/generic-share-ios.svg
|
@@ -1,3 +1,3 @@
|
1
1
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M15.9999 19V4M15.9999 4L11.9578 7.6M15.9999 4L20.042 7.6M12.1599 11H8.7999C7.47442 11 6.3999 12.0745 6.3999 13.4V25.6C6.3999 26.9255 7.47442 28 8.7999 28H23.1999C24.5254 28 25.5999 26.9255 25.5999 25.6V13.4C25.5999 12.0745 24.5254 11 23.1999 11H19.8399" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
2
|
+ <path d="M16 17.5V5M16 5L12.6316 8M16 5L19.3684 8M11.8 11.8333H10C8.89543 11.8333 8 12.7288 8 13.8333V24C8 25.1046 8.89543 26 10 26H22C23.1046 26 24 25.1046 24 24V13.8333C24 12.7288 23.1046 11.8333 22 11.8333H20.2" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
3
|
</symbol></svg>
|
added
priv/static/svgs/icons_new/mail-relink.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M16.4835 10.2791L19.2175 7.54511C20.6547 6.10785 22.985 6.10785 24.4222 7.54511C25.8595 8.98237 25.8595 11.3126 24.4222 12.7499C23.7069 13.6953 23.1991 14.1276 22.293 14.8792M15.5237 21.7139L12.7827 24.4549C11.3455 25.8921 9.01521 25.8921 7.57795 24.4549C6.14068 23.0176 6.14068 20.6874 7.57795 19.2501L10.1803 16.6477M14.3748 17.2517L17.3384 14.2881M11.0132 12.3662L8.22188 11.9636M12.7828 10.8901L12.6214 8.07194M19.4631 20.565L20.0569 23.3219M20.814 18.6979L23.6365 18.665" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
removed
priv/static/svgs/icons_new/maps-compas.svg
|
@@ -1,4 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M25.5 16C25.5 21.2467 21.2467 25.5 16 25.5C10.7533 25.5 6.5 21.2467 6.5 16C6.5 10.7533 10.7533 6.5 16 6.5C21.2467 6.5 25.5 10.7533 25.5 16Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
- <path d="M13.0322 10.8596L17.8985 14.9038L18.9677 21.1403L14.1014 17.0961L13.0322 10.8596Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
4
|
- </symbol></svg>
|
added
priv/static/svgs/icons_new/maps-compass.svg
|
@@ -0,0 +1,4 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M25.5 16C25.5 21.2467 21.2467 25.5 16 25.5C10.7533 25.5 6.5 21.2467 6.5 16C6.5 10.7533 10.7533 6.5 16 6.5C21.2467 6.5 25.5 10.7533 25.5 16Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ <path d="M13.0322 10.8596L17.8985 14.9038L18.9677 21.1403L14.1014 17.0961L13.0322 10.8596Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
4
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/maps-up-down.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M8.35355 7.14645C8.15829 6.95118 7.84171 6.95118 7.64645 7.14645L4.46447 10.3284C4.2692 10.5237 4.2692 10.8403 4.46447 11.0355C4.65973 11.2308 4.97631 11.2308 5.17157 11.0355L8 8.20711L10.8284 11.0355C11.0237 11.2308 11.3403 11.2308 11.5355 11.0355C11.7308 10.8403 11.7308 10.5237 11.5355 10.3284L8.35355 7.14645ZM18.4762 7.5L18.9334 7.29764C18.8378 7.08157 18.604 6.96194 18.3728 7.01081C18.1416 7.05968 17.9762 7.26371 17.9762 7.5H18.4762ZM25.8198 24.9664C26.0774 25.0659 26.3669 24.9378 26.4664 24.6802L28.0884 20.4827C28.1879 20.2251 28.0598 19.9356 27.8022 19.8361C27.5446 19.7365 27.2551 19.8647 27.1556 20.1223L25.7138 23.8534L21.9827 22.4116C21.7251 22.3121 21.4356 22.4402 21.3361 22.6978C21.2365 22.9554 21.3647 23.2449 21.6223 23.3444L25.8198 24.9664ZM7.5 7.5V19.2619H8.5V7.5H7.5ZM18.9762 19.2619V7.5H17.9762V19.2619H18.9762ZM18.019 7.70236L25.5428 24.7024L26.4572 24.2976L18.9334 7.29764L18.019 7.70236ZM13.2381 25C16.4072 25 18.9762 22.431 18.9762 19.2619H17.9762C17.9762 21.8787 15.8549 24 13.2381 24V25ZM7.5 19.2619C7.5 22.431 10.069 25 13.2381 25V24C10.6213 24 8.5 21.8787 8.5 19.2619H7.5Z" fill="currentColor"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/media-flashlight.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M19.058 13.4096L19.0575 25.7269C19.0581 27.2583 17.8067 28.4999 16.2625 28.5L15.8536 28.5C14.31 28.5007 13.0587 27.2591 13.0587 25.7271L13.0597 13.4104L13.0579 13.4098M19.058 13.4096L13.0579 13.4098M19.058 13.4096L22.4837 8.128L9.5001 8.128M13.0579 13.4098L9.5001 8.128M9.5001 8.128L9.50002 4.50002C9.50001 3.94773 9.94773 3.5 10.5 3.5L21.5 3.5C22.0523 3.5 22.5 3.94772 22.5 4.5V8.128M16.0558 19.6234V23.1029" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/other-live-casino.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M12.1882 8.51787C12.3501 9.86406 12.9991 11.6544 13.9143 12.862M12.1882 8.51787C12.6228 6.50099 15.9056 6.93931 17.2118 6.49133C17.4627 6.40528 17.6369 6.22286 17.7581 5.99533M12.1882 8.51787C12.1879 8.5198 12.1873 8.52174 12.1869 8.52367C12.1574 8.2913 12.1418 8.0715 12.1418 7.86975C12.1418 5.74394 13.1538 3.99682 15.9686 4.00037C16.7012 4.00134 17.8293 3.96041 18.0103 4.50958M13.9143 12.862L15.3882 13.5191M13.9143 12.862L13.6875 12.7608C13.6299 12.7353 13.5649 12.7769 13.5649 12.8397L13.5648 15.2076M15.3882 13.5191C15.4451 13.4501 15.5318 13.4063 15.6287 13.4063H16.371C16.4678 13.4063 16.5546 13.4501 16.6118 13.5191M15.3882 13.5191C15.344 13.5723 15.3177 13.6403 15.3177 13.7147V14.3322C15.3177 14.4067 15.344 14.4747 15.3882 14.5279M16.6118 13.5191L18.0854 12.862M16.6118 13.5191C16.656 13.5723 16.6823 13.6403 16.6823 13.7147V14.3322C16.6823 14.4067 16.656 14.4747 16.6118 14.5279M18.0854 12.862C19.0756 11.5557 19.7539 9.5682 19.841 8.19816M18.0854 12.862L18.3124 12.7606C18.3699 12.7351 18.4349 12.7767 18.4349 12.8396L18.4349 15.2076M19.841 8.19816C19.0415 7.74825 17.9651 6.73014 17.7581 5.99533M19.841 8.19816C19.8436 8.19945 19.8459 8.20104 19.8485 8.20233C19.8524 8.12692 19.8544 8.05311 19.8544 7.98189C20.0731 6.68661 18.7318 4.25208 18.0103 4.50958M17.7581 5.99533C17.9632 5.61052 18.0174 5.09615 18.0347 4.69909C18.036 4.67169 18.0353 4.64527 18.033 4.62013C18.0295 4.58081 18.022 4.54375 18.0103 4.50958M7.78041 19.0238C9.69726 18.415 12.0691 18.0147 14.6675 17.9122C15.1072 17.8935 15.5508 17.8861 15.998 17.8861C19.1171 17.8861 21.979 18.3128 24.2189 19.0245M7.78041 19.0238C7.70566 18.7966 7.79731 18.5265 7.89026 18.2935C8.07063 17.8529 8.25198 17.4137 8.43821 16.9766C8.68228 16.4014 8.93578 15.8222 9.31961 15.3288C9.32773 15.3185 9.33586 15.3082 9.34398 15.2975C9.35211 15.2885 9.36023 15.2792 9.36836 15.2688C10.2127 14.2378 11.5767 13.7905 12.8212 13.4434C13.0669 13.3748 13.3148 13.3126 13.5648 13.2568V15.2076M7.78041 19.0238C4.86288 19.9507 3 21.3615 3 22.9433C3 24.7433 5.4154 26.3219 9.05378 27.2165V27.2201C11.0629 27.7154 13.4409 28 15.998 28C18.5551 28 20.9371 27.7154 22.9462 27.2201V27.2165C26.5846 26.3219 29 24.7433 29 22.9433C29 21.3622 27.1374 19.9514 24.2189 19.0245M24.2189 19.0245C24.294 18.7969 24.2027 18.5268 24.1094 18.2935C23.929 17.8529 23.7477 17.4137 23.5614 16.9766C23.3174 16.4014 23.0639 15.8222 22.6787 15.3288C22.6719 15.3185 22.6638 15.3082 22.6557 15.2975C22.6475 15.2885 22.6381 15.2792 22.6313 15.2688C21.7869 14.2378 20.4229 13.7905 19.1785 13.4434C18.9328 13.3748 18.6848 13.3126 18.4349 13.2568V15.2076M18.4349 15.2076C18.4349 15.2701 18.3699 15.3117 18.3124 15.2862L17.5454 14.9443M17.5454 14.9443C17.275 15.8374 16.856 16.6656 16.2889 17.4288C16.2005 17.5497 16.1072 17.6686 16.0107 17.7849C16.0075 17.7898 16.0026 17.7943 15.9993 17.7988C15.2843 16.9347 14.7689 15.983 14.454 14.9443M17.5454 14.9443L16.6118 14.5279M14.454 14.9443L13.6873 15.2862C13.6298 15.3117 13.5648 15.2701 13.5648 15.2076M14.454 14.9443L15.3882 14.5279M15.3882 14.5279C15.4451 14.5968 15.5318 14.641 15.6287 14.641H16.371C16.4678 14.641 16.5546 14.5968 16.6118 14.5279M19.5397 24.6752L21.8125 25.9782C21.842 25.9945 21.8778 25.9945 21.9072 25.9782C21.9234 25.9687 21.9334 25.9557 21.9429 25.9428L24.0886 22.2566C24.1148 22.2112 24.0985 22.1532 24.0528 22.1272L21.7801 20.8242C21.7343 20.7983 21.6758 20.8147 21.6496 20.8597L19.5202 24.5168L19.504 24.5458C19.4778 24.5913 19.4944 24.6493 19.5397 24.6752ZM16.305 23.7536C16.305 23.7991 16.3377 23.8379 16.3835 23.8476L18.9692 24.3004C19.0084 24.3069 19.0474 24.2875 19.067 24.255C19.0735 24.2455 19.0769 24.2355 19.08 24.2226L19.8267 20.032C19.8332 19.9801 19.8009 19.9286 19.7485 19.9188L17.1628 19.4693C17.1105 19.4598 17.0585 19.4953 17.052 19.5468L16.3052 23.7345L16.305 23.7536ZM12.9335 24.255C12.9531 24.2873 12.992 24.3068 13.0313 24.3004L15.617 23.8476C15.6628 23.8381 15.6955 23.7991 15.6955 23.7536V23.7345L14.9486 19.5468C14.939 19.5017 14.8997 19.4693 14.8539 19.4693H14.8376L12.2519 19.9187C12.1996 19.9286 12.1639 19.9801 12.1735 20.032L12.9203 24.2226C12.9234 24.2355 12.927 24.2454 12.9335 24.255ZM7.91188 22.2566L10.0575 25.9428C10.064 25.9557 10.0772 25.9687 10.0933 25.9782C10.1225 25.9945 10.1584 25.9945 10.188 25.9782L12.4607 24.6752C12.5062 24.6493 12.5227 24.5913 12.4965 24.5458L12.4802 24.5168L10.3508 20.8597C10.3247 20.8145 10.2662 20.7983 10.2204 20.8242L7.94763 22.1272C7.90181 22.1532 7.88572 22.2112 7.91188 22.2566Z" stroke="currentColor" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/other-partial-refund.svg
|
@@ -0,0 +1,5 @@
|
1
|
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+ <path d="M2.5 17.25C2.5 18.2165 3.21146 19 4.08909 19L7.05491 19M13.0056 5L4.08909 5C3.21146 5 2.5 5.7835 2.5 6.75L2.5 7.58823C2.5 7.78658 2.66267 7.94335 2.85662 7.9849C3.55933 8.13545 4.08333 8.7213 4.08333 9.42105C4.08333 10.1208 3.55933 10.7067 2.85662 10.8572C2.66267 10.8988 2.5 11.0555 2.5 11.2539L2.5 12.7461C2.5 12.9445 2.66267 13.1012 2.85662 13.1428C3.55933 13.2933 4.08333 13.8792 4.08333 14.5789C4.08333 15.2787 3.55933 15.8645 2.85662 16.0151C2.66267 16.0567 2.5 16.2134 2.5 16.4118L2.5 17.1579" stroke="currentColor" stroke-opacity="0.12" stroke-linecap="round"/>
|
3
|
+ <path d="M21.5 17.25C21.5 18.2165 20.7885 19 19.9109 19L7.49743 19M13.7697 5L19.9109 5C20.7885 5 21.5 5.7835 21.5 6.75L21.5 7.58823C21.5 7.78658 21.3373 7.94335 21.1434 7.9849C20.4407 8.13545 19.9167 8.7213 19.9167 9.42105C19.9167 10.1208 20.4407 10.7067 21.1434 10.8572C21.3373 10.8988 21.5 11.0555 21.5 11.2539L21.5 12.7461C21.5 12.9445 21.3373 13.1012 21.1434 13.1428C20.4407 13.2933 19.9167 13.8792 19.9167 14.5789C19.9167 15.2787 20.4407 15.8645 21.1434 16.0151C21.3373 16.0567 21.5 16.2134 21.5 16.4118L21.5 17.1579M15.3646 18.4474L15.3646 17.3421M15.3646 15.5L15.3646 14.3947M15.3646 12.5526L15.3646 11.4474M15.3646 9.60526L15.3646 8.5M15.3646 6.6579L15.3646 5.55263" stroke="currentColor" stroke-linecap="round"/>
|
4
|
+ <path d="M14.8943 1.44995L6.07303 21.9206" stroke="currentColor" stroke-linecap="round"/>
|
5
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/security-qr-code-alternative.svg
|
@@ -0,0 +1,7 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M12 6H9C7.34315 6 6 7.34315 6 9V12" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ <path d="M20 6H23C24.6569 6 26 7.34315 26 9V12" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
4
|
+ <path d="M12 26H9C7.34315 26 6 24.6569 6 23V20" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
5
|
+ <path d="M20 26H23C24.6569 26 26 24.6569 26 23V20" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
6
|
+ <path d="M3 16H29" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
7
|
+ </symbol></svg>
|
removed
priv/static/svgs/icons_new/shop-cash-back.svg
|
@@ -1,3 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M21.9878 12.1991C23.5543 12.7772 26.4263 13.8912 27.0135 14.4894C28.7833 16.2919 29.1236 20.6692 29.0407 23.0772C28.9719 25.0799 29.8862 27.4474 29.8862 27.4474M24.2953 17.242C23.0897 15.7733 21.9376 15.7841 21.0337 14.8352C19.2738 12.9872 19.4418 13.1227 17.8284 11.444C16.8704 10.4471 16.2165 9.85865 15.1993 10.4945C14.3451 11.0288 14.4088 11.7541 14.7996 12.6842C15.2767 13.8189 17.8848 17.4832 18.4303 18.3401C18.548 18.5244 18.6145 18.7339 18.6225 18.9534C18.6674 20.1398 18.8668 23.5043 23.3377 24.9008M16.9679 22.3711C18.0835 25.2366 19.7417 25.5956 20.912 28.1773M16.4443 19.5754C16.3343 19.6567 16.2219 19.736 16.1086 19.8121C13.9041 21.2904 11.0624 21.7424 8.38001 20.7859C3.86258 19.1743 1.5093 14.1768 3.12394 9.62299C4.73858 5.06919 9.70914 2.68391 14.2266 4.29547C17.3876 5.42284 19.4885 8.20903 19.9124 11.3408M19.9465 13.402C20.0172 12.708 20.0041 12.0163 19.9131 11.3409M8.36726 7.9955L13.4265 9.09063C13.5849 9.12493 13.7331 9.17893 13.8709 9.24959M12.9908 12.7471L8.73947 11.8269M6.81612 15.1614L12.5865 16.4105C13.2913 16.563 13.9894 16.2816 14.4072 15.7451M9.51432 8.2438L7.96318 15.4097M10.6621 8.49224L11.0225 6.82718M12.7963 8.95422L13.1568 7.28916M8.75054 17.3232L9.11096 15.6582M10.8848 17.7852L11.2452 16.1201" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round"/>
|
3
|
- </symbol></svg>
|
added
priv/static/svgs/icons_new/shop-cash-in.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M24.9032 7.29639C26.8399 9.67443 28 12.7026 28 16C28 19.2974 26.8399 22.3255 24.9032 24.7036M14.0645 12.1538V19.8462M10.1935 16H17.9355M24.129 16C24.129 21.5228 19.623 26 14.0645 26C8.50604 26 4 21.5228 4 16C4 10.4772 8.50604 6 14.0645 6C19.623 6 24.129 10.4772 24.129 16Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/shop-cash-out.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M24.9032 7.29639C26.8399 9.67443 28 12.7026 28 16C28 19.2974 26.8399 22.3255 24.9032 24.7036M10.1935 16H17.9355M24.129 16C24.129 21.5228 19.623 26 14.0645 26C8.50604 26 4 21.5228 4 16C4 10.4772 8.50604 6 14.0645 6C19.623 6 24.129 10.4772 24.129 16Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/shop-cashback.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M21.9878 12.1991C23.5543 12.7772 26.4263 13.8912 27.0135 14.4894C28.7833 16.2919 29.1236 20.6692 29.0407 23.0772C28.9719 25.0799 29.8862 27.4474 29.8862 27.4474M24.2953 17.242C23.0897 15.7733 21.9376 15.7841 21.0337 14.8352C19.2738 12.9872 19.4418 13.1227 17.8284 11.444C16.8704 10.4471 16.2165 9.85865 15.1993 10.4945C14.3451 11.0288 14.4088 11.7541 14.7996 12.6842C15.2767 13.8189 17.8848 17.4832 18.4303 18.3401C18.548 18.5244 18.6145 18.7339 18.6225 18.9534C18.6674 20.1398 18.8668 23.5043 23.3377 24.9008M16.9679 22.3711C18.0835 25.2366 19.7417 25.5956 20.912 28.1773M16.4443 19.5754C16.3343 19.6567 16.2219 19.736 16.1086 19.8121C13.9041 21.2904 11.0624 21.7424 8.38001 20.7859C3.86258 19.1743 1.5093 14.1768 3.12394 9.62299C4.73858 5.06919 9.70914 2.68391 14.2266 4.29547C17.3876 5.42284 19.4885 8.20903 19.9124 11.3408M19.9465 13.402C20.0172 12.708 20.0041 12.0163 19.9131 11.3409M8.36726 7.9955L13.4265 9.09063C13.5849 9.12493 13.7331 9.17893 13.8709 9.24959M12.9908 12.7471L8.73947 11.8269M6.81612 15.1614L12.5865 16.4105C13.2913 16.563 13.9894 16.2816 14.4072 15.7451M9.51432 8.2438L7.96318 15.4097M10.6621 8.49224L11.0225 6.82718M12.7963 8.95422L13.1568 7.28916M8.75054 17.3232L9.11096 15.6582M10.8848 17.7852L11.2452 16.1201" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/shop-wallet-alternative.svg
|
@@ -0,0 +1,7 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M10 13H14" stroke="currentColor" stroke-linecap="round"/>
|
3
|
+ <path d="M24.8333 14H22.2308C20.4465 14 19 15.3431 19 17C19 18.6569 20.4465 20 22.2308 20H24.8333C24.9167 20 24.9583 20 24.9935 19.9979C25.5328 19.965 25.9623 19.5662 25.9977 19.0654C26 19.0327 26 18.994 26 18.9167V15.0833C26 15.006 26 14.9673 25.9977 14.9346C25.9623 14.4338 25.5328 14.035 24.9935 14.0021C24.9583 14 24.9167 14 24.8333 14Z" stroke="currentColor" stroke-linecap="round"/>
|
4
|
+ <path d="M24.965 14C24.8873 12.1277 24.6366 10.9797 23.8284 10.1716C22.6569 9 20.7712 9 17 9H14C10.2288 9 8.34315 9 7.17157 10.1716C6 11.3431 6 13.2288 6 17C6 20.7712 6 22.6569 7.17157 23.8284C8.34315 25 10.2288 25 14 25H17C20.7712 25 22.6569 25 23.8284 23.8284C24.6366 23.0203 24.8873 21.8723 24.965 20" stroke="currentColor" stroke-linecap="round"/>
|
5
|
+ <path d="M10 9L13.7355 6.52313C14.7874 5.82562 16.2126 5.82562 17.2645 6.52313L21 9" stroke="currentColor" stroke-linecap="round"/>
|
6
|
+ <path d="M21.9912 17H22.0002" stroke="currentColor" stroke-linecap="round"/>
|
7
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/sport-afl.svg
|
@@ -0,0 +1,8 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M10.7231 18.1885L12.4068 14.9039C12.4469 14.8256 12.5274 14.7764 12.6154 14.7764H13.1294C13.2326 14.7764 13.3236 14.8438 13.3536 14.9425L14.2912 18.0223C14.3213 18.121 14.4123 18.1885 14.5155 18.1885H15.5616C15.6911 18.1885 15.796 18.0835 15.796 17.9541V15.0108C15.796 14.8813 15.9009 14.7764 16.0304 14.7764H19.3212" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ <path d="M11.373 17.3318H12.553H14.0444" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
4
|
+ <path d="M15.8374 16.7051H17.6563" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
5
|
+ <path d="M19.3557 14.7952L19.6253 17.9728C19.6356 18.0942 19.7371 18.1874 19.8588 18.1874H21.8882" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
6
|
+ <path d="M7.92293 11.357C7.21432 14.4154 7.21324 17.5815 7.91977 20.6394M24.065 11.3512C24.7716 14.4092 24.7705 17.5753 24.0619 20.6337M4.05931 16.9229C4.94632 18.2658 7.04422 20.7716 11.0973 22.1374C14.2751 23.2037 17.729 23.2025 20.9075 22.1341C24.9495 20.7775 27.0491 18.2703 27.949 16.9148C28.321 16.351 28.3213 15.6314 27.9497 15.0679C27.0387 13.725 24.9408 11.2192 20.8997 9.86539C17.7219 8.79911 14.268 8.80028 11.0895 9.86873C7.04747 11.2253 4.94786 13.7325 4.04794 15.088C3.68797 15.6398 3.68772 16.3863 4.05931 16.9229Z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
7
|
+ <path d="M20.3079 11.769C17.5678 10.8496 14.5895 10.8506 11.8488 11.7719" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
8
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/sport-boat-racing.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M1.3327 11.0231C1.11599 11.1942 1.07904 11.5087 1.25018 11.7254C1.42132 11.9421 1.73574 11.979 1.95245 11.8079L1.3327 11.0231ZM5.29725 8.52943L5.02003 8.11331L5.00322 8.12451L4.98737 8.13703L5.29725 8.52943ZM10.5552 6.26303L10.4946 5.76672L10.5552 6.26303ZM14.402 6.66294L14.2479 7.13862L14.2528 7.14016L14.402 6.66294ZM17.858 7.7434L18.0583 7.28529L18.0333 7.27433L18.0072 7.26617L17.858 7.7434ZM20.0626 7.99471L20.0939 8.49373L20.0626 7.99471ZM26.5564 8.17275L26.4753 8.66629L26.4872 8.66794L26.5564 8.17275ZM28.035 8.3793L27.9659 8.87449L28.0524 8.88657L28.1379 8.86861L28.035 8.3793ZM30.2781 7.90798L30.2076 7.41298L30.1913 7.41529L30.1753 7.41866L30.2781 7.90798ZM30.9407 7.99471L31.3827 7.76099L31.3466 7.69268L31.2916 7.63846L30.9407 7.99471ZM30.657 8.86143L30.3138 8.49785L30.657 8.86143ZM22.4058 14.7645L22.6556 15.1976L22.6717 15.1883L22.6872 15.1778L22.4058 14.7645ZM10.5544 8.11305L10.6967 8.59245L10.7055 8.58968L10.5544 8.11305ZM9.56924 8.84087L9.13546 8.59219L9.10833 8.63953L9.09204 8.6916L9.56924 8.84087ZM9.15637 10.1608L8.67917 10.0115V10.0115L9.15637 10.1608ZM9.65073 10.6921L9.49122 10.2183L9.65073 10.6921ZM1.78637 17.7186C1.53659 17.8364 1.42954 18.1343 1.54728 18.3841C1.66502 18.6339 1.96296 18.7409 2.21274 18.6232L1.78637 17.7186ZM12.322 13.3053L12.1264 12.8451L12.1175 12.8489L12.1088 12.853L12.322 13.3053ZM21.9211 9.9361L21.7969 9.45161L21.7848 9.45501L21.9211 9.9361ZM5.36614 18.7126V18.2126C5.22424 18.2126 5.08902 18.2729 4.99419 18.3785L5.36614 18.7126ZM5.40306 18.7126L5.82217 18.4399C5.72991 18.2981 5.57222 18.2126 5.40306 18.2126V18.7126ZM11.3897 18.7126V18.2126C11.2478 18.2126 11.1127 18.2729 11.0178 18.3784L11.3897 18.7126ZM11.4257 18.7126L11.8448 18.4399C11.7525 18.2981 11.8638 18.2126 11.4257 18.2126V18.7126ZM17.4114 18.7126V18.2126C17.2695 18.2126 17.1343 18.2729 17.0395 18.3784L17.4114 18.7126ZM17.4473 18.7126L17.8664 18.4399C17.7742 18.2981 17.6165 18.2126 17.4473 18.2126V18.7126ZM23.433 18.7126V18.2126C23.2912 18.2126 23.156 18.2729 23.0611 18.3784L23.433 18.7126ZM23.469 18.7126L23.8881 18.4399C23.7959 18.2981 23.6382 18.2126 23.469 18.2126V18.7126ZM29.8266 19.0468C30.0112 18.8414 29.9943 18.5253 29.7889 18.3407C29.5835 18.1561 29.2674 18.173 29.0828 18.3784L29.8266 19.0468ZM8.32139 22.9537C8.04525 22.9537 7.82139 23.1776 7.82139 23.4537C7.82139 23.7298 8.04525 23.9537 8.32139 23.9537V22.9537ZM8.35737 23.4537L8.77647 23.181C8.68422 23.0392 8.52653 22.9537 8.35737 22.9537V23.4537ZM14.3431 23.4537V22.9537C14.2012 22.9537 14.066 23.014 13.9712 23.1195L14.3431 23.4537ZM14.379 23.4537L14.7981 23.181C14.7059 23.0392 14.5482 22.9537 14.379 22.9537V23.4537ZM20.3647 23.4537V22.9537C20.2228 22.9537 20.0877 23.014 19.9928 23.1195L20.3647 23.4537ZM20.4007 23.4537L20.8198 23.181C20.7276 23.0392 20.5699 22.9537 20.4007 22.9537V23.4537ZM26.7583 23.7879C26.9429 23.5825 26.926 23.2664 26.7206 23.0818C26.5152 22.8972 26.1991 22.9141 26.0145 23.1195L26.7583 23.7879ZM2.04919 19.9187C1.77442 19.8913 1.52944 20.0918 1.50203 20.3666C1.47461 20.6414 1.67514 20.8864 1.94992 20.9138L2.04919 19.9187ZM1.95245 11.8079L5.60712 8.92183L4.98737 8.13703L1.3327 11.0231L1.95245 11.8079ZM5.57446 8.94554C6.05316 8.62664 6.89206 8.12774 7.8316 7.6828C8.77928 7.234 9.78712 6.86057 10.6158 6.75934L10.4946 5.76672C9.50519 5.88757 8.38159 6.31587 7.40359 6.77902C6.41746 7.24603 5.53644 7.76928 5.02003 8.11331L5.57446 8.94554ZM10.6158 6.75934C10.9464 6.71896 11.3313 6.65351 11.8991 6.67512C12.4653 6.69667 13.2234 6.80662 14.2479 7.13859L14.5562 6.18728C13.4531 5.82988 12.6042 5.70123 11.9371 5.67584C11.2716 5.65052 10.7968 5.7298 10.4946 5.76672L10.6158 6.75934ZM14.2528 7.14016L17.7088 8.22062L18.0072 7.26617L14.5512 6.18572L14.2528 7.14016ZM17.6576 8.2015C18.004 8.35298 18.8907 8.5693 20.0939 8.49373L20.0312 7.4957C18.954 7.56336 18.2315 7.36104 18.0583 7.28529L17.6576 8.2015ZM20.0939 8.49373C20.4704 8.47009 20.8042 8.4228 21.1334 8.38089C21.4655 8.33861 21.81 8.29923 22.2402 8.2835C23.1006 8.25204 24.3324 8.31428 26.4754 8.66614L26.6374 7.67936C24.4549 7.32101 23.1525 7.24947 22.2037 7.28417C21.7292 7.30152 21.3504 7.34519 21.0071 7.3889C20.6609 7.43297 20.3674 7.47458 20.0312 7.4957L20.0939 8.49373ZM26.4872 8.66794L27.9659 8.87449L28.1042 7.8841L26.6255 7.67756L26.4872 8.66794ZM28.1379 8.86861L30.3809 8.39729L30.1753 7.41866L27.9322 7.88998L28.1379 8.86861ZM30.3487 8.40298C30.4446 8.3893 30.5314 8.38072 30.6006 8.38462C30.6162 8.3855 30.6281 8.3869 30.6368 8.38833C30.6455 8.38978 30.6491 8.39097 30.6486 8.39081C30.6486 8.39079 30.6216 8.38222 30.5899 8.35097L31.2916 7.63846C31.0847 7.43473 30.8158 7.39517 30.657 7.38621C30.4825 7.37637 30.3127 7.398 30.2076 7.41298L30.3487 8.40298ZM30.4987 8.22844C30.5004 8.23163 30.5 8.22716 30.4995 8.23317C30.4993 8.23477 30.494 8.32775 30.3138 8.49785L31.0002 9.22501C31.3138 8.92898 31.4681 8.6223 31.4953 8.32393C31.5221 8.02996 31.4167 7.82519 31.3827 7.76099L30.4987 8.22844ZM30.3138 8.49785C29.9242 8.86558 28.9729 9.58506 27.5474 10.5997C26.1342 11.6056 24.2847 12.8809 22.1245 14.3511L22.6872 15.1778C24.8489 13.7065 26.7053 12.4265 28.1273 11.4144C29.5371 10.411 30.5503 9.64975 31.0002 9.22501L30.3138 8.49785ZM22.1561 14.3313C19.1066 16.0897 16.8746 16.9572 11.6208 18.5605L11.9126 19.517C17.1957 17.9047 19.5104 17.0112 22.6556 15.1976L22.1561 14.3313ZM14.6504 6.2902L10.4033 7.63642L10.7055 8.58968L14.9526 7.24346L14.6504 6.2902ZM10.4121 7.63372C10.2531 7.68091 10.0236 7.77769 9.79556 7.92474C9.56903 8.0708 9.3095 8.28862 9.13546 8.59219L10.003 9.08955C10.0696 8.9734 10.1886 8.86117 10.3375 8.76518C10.4848 8.67018 10.6275 8.6129 10.6967 8.59237L10.4121 7.63372ZM9.09204 8.6916L8.67917 10.0115L9.63357 10.31L10.0464 8.99014L9.09204 8.6916ZM9.81025 11.166L18.2199 8.3351L17.9008 7.38736L9.49122 10.2183L9.81025 11.166ZM8.67917 10.0115C8.4764 10.6597 9.05128 11.4215 9.81025 11.166L9.49122 10.2183C9.51161 10.2114 9.53937 10.2099 9.56656 10.2176C9.59131 10.2247 9.60723 10.2369 9.61621 10.2465C9.634 10.2656 9.63924 10.2919 9.63357 10.31L8.67917 10.0115ZM2.21274 18.6232L12.5351 13.7576L12.1088 12.853L1.78637 17.7186L2.21274 18.6232ZM12.5175 13.7654C16.0733 12.254 17.7116 11.6475 22.0573 10.4172L21.7848 9.45501C17.3973 10.6972 15.7194 11.3179 12.1264 12.8451L12.5175 13.7654ZM22.0452 10.4204L28.1978 8.84338L27.9495 7.8747L21.7969 9.45176L22.0452 10.4204ZM5.36614 19.2126H5.40306V18.2126H5.36614V19.2126ZM5.40306 18.7126C4.98396 18.9853 4.98411 18.9855 4.98428 18.9858C4.98434 18.9859 4.98452 18.9861 4.98466 18.9863C4.98493 18.9868 4.98524 18.9872 4.98559 18.9878C4.98629 18.9888 4.98715 18.9901 4.98817 18.9917C4.9902 18.9947 4.99286 18.9987 4.99615 19.0036C5.00272 19.0133 5.01178 19.0265 5.0233 19.0429C5.04633 19.0756 5.07923 19.121 5.12165 19.1761C5.20633 19.2861 5.32989 19.4361 5.4895 19.6023C5.80579 19.9316 6.27897 20.3402 6.88716 20.6167C7.50276 20.8965 8.25856 21.0408 9.1105 20.8277C9.95675 20.616 10.8468 20.0645 11.7616 19.0468L11.0178 18.3784C10.1961 19.2925 9.46966 19.707 8.86784 19.8575C8.2717 20.0067 7.74789 19.9095 7.30095 19.7063C6.84659 19.4998 6.47427 19.184 6.2107 18.9096C6.08038 18.7739 5.98042 18.6523 5.91406 18.5661C5.88097 18.5231 5.85647 18.4892 5.84098 18.4672C5.83324 18.4562 5.82777 18.4482 5.82461 18.4435C5.82303 18.4412 5.82203 18.4397 5.82163 18.4391C5.82142 18.4388 5.82136 18.4387 5.82145 18.4388C5.8215 18.4389 5.82158 18.439 5.8217 18.4392C5.82176 18.4393 5.82188 18.4395 5.8219 18.4395C5.82203 18.4397 5.82217 18.4399 5.40306 18.7126ZM11.3897 19.2126H11.4257V18.2126H11.3897V19.2126ZM11.4257 18.7126C11.0066 18.9853 11.0067 18.9855 11.0069 18.9858C11.007 18.9859 11.0071 18.9861 11.0073 18.9863C11.0075 18.9868 11.0079 18.9872 11.0082 18.9878C11.0089 18.9888 11.0098 18.9901 11.0108 18.9917C11.0128 18.9947 11.0155 18.9987 11.0188 19.0036C11.0253 19.0133 11.0344 19.0265 11.0459 19.0429C11.0689 19.0756 11.1018 19.121 11.1443 19.1761C11.2289 19.2861 11.3525 19.4361 11.5121 19.6023C11.8284 19.9316 12.3015 20.3402 12.9096 20.6167C13.5252 20.8965 14.2809 21.0408 15.1327 20.8277C15.9789 20.616 16.8688 20.0645 17.7833 19.0468L17.0395 18.3784C16.218 19.2926 15.4917 19.707 14.89 19.8576C14.294 20.0067 13.7703 19.9095 13.3235 19.7063C12.8692 19.4998 12.4969 19.184 12.2333 18.9096C12.103 18.7739 12.003 18.6523 11.9367 18.5661C11.9036 18.5231 11.8791 18.4892 11.8636 18.4672C11.8559 18.4562 11.8504 18.4482 11.8472 18.4435C11.8456 18.4412 11.8447 18.4397 11.8442 18.4391C11.844 18.4388 11.844 18.4387 11.8441 18.4388C11.8441 18.4389 11.8442 18.439 11.8443 18.4392C11.8444 18.4393 11.8445 18.4395 11.8445 18.4395C11.8446 18.4397 11.8448 18.4399 11.4257 18.7126ZM17.4114 19.2126H17.4473V18.2126H17.4114V19.2126ZM17.4473 18.7126C17.0282 18.9853 17.0284 18.9855 17.0286 18.9858C17.0286 18.9859 17.0288 18.9861 17.0289 18.9863C17.0292 18.9868 17.0295 18.9872 17.0299 18.9878C17.0306 18.9888 17.0314 18.9901 17.0324 18.9917C17.0345 18.9947 17.0371 18.9987 17.0404 19.0036C17.047 19.0133 17.0561 19.0265 17.0676 19.0429C17.0906 19.0756 17.1235 19.121 17.1659 19.1761C17.2506 19.2861 17.3742 19.4361 17.5338 19.6023C17.85 19.9316 18.3232 20.3402 18.9313 20.6167C19.5468 20.8965 20.3026 21.0408 21.1544 20.8277C22.0005 20.616 22.8904 20.0645 23.8049 19.0468L23.0611 18.3784C22.2397 19.2926 21.5134 19.707 20.9117 19.8576C20.3157 20.0067 19.792 19.9095 19.3451 19.7063C18.8908 19.4998 18.5185 19.184 18.255 18.9096C18.1247 18.7739 18.0247 18.6523 17.9583 18.5661C17.9252 18.5231 17.9008 18.4892 17.8853 18.4672C17.8775 18.4562 17.872 18.4482 17.8689 18.4435C17.8673 18.4412 17.8663 18.4397 17.8659 18.4391C17.8657 18.4388 17.8656 18.4387 17.8657 18.4388C17.8658 18.4389 17.8659 18.439 17.866 18.4392C17.866 18.4393 17.8662 18.4395 17.8662 18.4395C17.8663 18.4397 17.8664 18.4399 17.4473 18.7126ZM23.433 19.2126H23.469V18.2126H23.433V19.2126ZM23.469 18.7126C23.0499 18.9853 23.0501 18.9855 23.0502 18.9858C23.0503 18.9859 23.0505 18.9861 23.0506 18.9863C23.0509 18.9868 23.0512 18.9872 23.0515 18.9878C23.0522 18.9888 23.0531 18.9901 23.0541 18.9917C23.0562 18.9947 23.0588 18.9987 23.0621 19.0036C23.0687 19.0133 23.0777 19.0265 23.0892 19.0429C23.1123 19.0756 23.1452 19.121 23.1876 19.1761C23.2723 19.2861 23.3958 19.4361 23.5554 19.6023C23.8717 19.9316 24.3448 20.3402 24.953 20.6167C25.5685 20.8965 26.3242 21.0408 27.1761 20.8277C28.0222 20.616 28.9121 20.0645 29.8266 19.0468L29.0828 18.3784C28.2613 19.2926 27.535 19.707 26.9334 19.8576C26.3374 20.0067 25.8137 19.9095 25.3668 19.7063C24.9125 19.4998 24.5402 19.184 24.2766 18.9096C24.1463 18.7739 24.0464 18.6523 23.98 18.5661C23.9469 18.5231 23.9224 18.4892 23.9069 18.4672C23.8992 18.4562 23.8937 18.4482 23.8906 18.4435C23.889 18.4412 23.888 18.4397 23.8876 18.4391C23.8874 18.4388 23.8873 18.4387 23.8874 18.4388C23.8874 18.4389 23.8875 18.439 23.8876 18.4392C23.8877 18.4393 23.8878 18.4395 23.8879 18.4395C23.888 18.4397 23.8881 18.4399 23.469 18.7126ZM8.32139 23.9537H8.35737V22.9537H8.32139V23.9537ZM8.35737 23.4537C7.93826 23.7264 7.93842 23.7266 7.93858 23.7269C7.93865 23.727 7.93883 23.7272 7.93896 23.7274C7.93923 23.7279 7.93955 23.7283 7.9399 23.7289C7.9406 23.7299 7.94146 23.7312 7.94247 23.7328C7.94451 23.7358 7.94717 23.7398 7.95045 23.7447C7.95702 23.7544 7.96609 23.7676 7.97761 23.784C8.00063 23.8167 8.03353 23.8621 8.07596 23.9172C8.16063 24.0272 8.28418 24.1772 8.44378 24.3434C8.76005 24.6727 9.2332 25.0813 9.84132 25.3578C10.4569 25.6376 11.2126 25.7819 12.0644 25.5687C12.9106 25.3571 13.8005 24.8056 14.715 23.7879L13.9712 23.1195C13.1497 24.0337 12.4234 24.4481 11.8217 24.5986C11.2257 24.7478 10.702 24.6506 10.2552 24.4474C9.80085 24.2409 9.42856 23.9251 9.165 23.6507C9.03469 23.515 8.93473 23.3934 8.86837 23.3072C8.83527 23.2642 8.81078 23.2303 8.79529 23.2083C8.78755 23.1973 8.78207 23.1893 8.77892 23.1846C8.77734 23.1823 8.77634 23.1808 8.77593 23.1802C8.77573 23.1799 8.77567 23.1798 8.77576 23.1799C8.7758 23.18 8.77589 23.1801 8.776 23.1803C8.77606 23.1804 8.77618 23.1806 8.77621 23.1806C8.77634 23.1808 8.77647 23.181 8.35737 23.4537ZM14.3431 23.9537H14.379V22.9537H14.3431V23.9537ZM14.379 23.4537C13.9599 23.7264 13.9601 23.7266 13.9602 23.7269C13.9603 23.727 13.9605 23.7272 13.9606 23.7274C13.9609 23.7279 13.9612 23.7283 13.9616 23.7289C13.9623 23.7299 13.9631 23.7312 13.9641 23.7328C13.9662 23.7358 13.9688 23.7398 13.9721 23.7447C13.9787 23.7544 13.9878 23.7676 13.9993 23.784C14.0223 23.8167 14.0552 23.8621 14.0976 23.9172C14.1823 24.0272 14.3058 24.1772 14.4654 24.3434C14.7817 24.6727 15.2549 25.0813 15.863 25.3578C16.4785 25.6376 17.2343 25.7819 18.0861 25.5687C18.9322 25.3571 19.8221 24.8056 20.7366 23.7879L19.9928 23.1195C19.1714 24.0337 18.4451 24.4481 17.8434 24.5986C17.2474 24.7478 16.7237 24.6506 16.2768 24.4474C15.8225 24.2409 15.4502 23.9251 15.1867 23.6507C15.0564 23.515 14.9564 23.3934 14.89 23.3072C14.8569 23.2642 14.8324 23.2303 14.817 23.2083C14.8092 23.1973 14.8037 23.1893 14.8006 23.1846C14.799 23.1823 14.798 23.1808 14.7976 23.1802C14.7974 23.1799 14.7973 23.1798 14.7974 23.1799C14.7975 23.18 14.7975 23.1801 14.7977 23.1803C14.7977 23.1804 14.7978 23.1806 14.7979 23.1806C14.798 23.1808 14.7981 23.181 14.379 23.4537ZM20.3647 23.9537H20.4007V22.9537H20.3647V23.9537ZM20.4007 23.4537C19.9816 23.7264 19.9818 23.7266 19.9819 23.7269C19.982 23.727 19.9822 23.7272 19.9823 23.7274C19.9826 23.7279 19.9829 23.7283 19.9832 23.7289C19.9839 23.7299 19.9848 23.7312 19.9858 23.7328C19.9878 23.7358 19.9905 23.7398 19.9938 23.7447C20.0004 23.7544 20.0094 23.7676 20.0209 23.784C20.044 23.8167 20.0769 23.8621 20.1193 23.9172C20.204 24.0272 20.3275 24.1772 20.4871 24.3434C20.8034 24.6727 21.2765 25.0813 21.8847 25.3578C22.5002 25.6376 23.2559 25.7819 24.1078 25.5687C24.9539 25.3571 25.8438 24.8056 26.7583 23.7879L26.0145 23.1195C25.193 24.0337 24.4667 24.4481 23.8651 24.5986C23.2691 24.7478 22.7454 24.6506 22.2985 24.4474C21.8442 24.2409 21.4719 23.9251 21.2083 23.6507C21.078 23.515 20.9781 23.3934 20.9117 23.3072C20.8786 23.2642 20.8541 23.2303 20.8386 23.2083C20.8309 23.1973 20.8254 23.1893 20.8223 23.1846C20.8207 23.1823 20.8197 23.1808 20.8193 23.1802C20.8191 23.1799 20.819 23.1798 20.8191 23.1799C20.8191 23.18 20.8192 23.1801 20.8193 23.1803C20.8194 23.1804 20.8195 23.1806 20.8195 23.1806C20.8197 23.1808 20.8198 23.181 20.4007 23.4537ZM1.94992 20.9138C3.09226 21.0277 4.38652 20.5512 5.73809 19.0467L4.99419 18.3785C3.79013 19.7187 2.78823 19.9924 2.04919 19.9187L1.94992 20.9138Z" fill="currentColor"/>
|
3
|
+ </symbol></svg>
|
removed
priv/static/svgs/icons_new/sport-c-s-g-o.svg
|
@@ -1,3 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M13.3179 14.618C13.3271 14.3421 13.1109 14.1108 12.8349 14.1016C12.5589 14.0923 12.3277 14.3085 12.3184 14.5845L13.3179 14.618ZM13.9052 16.8255C14.1761 16.8794 14.4393 16.7036 14.4933 16.4328C14.5472 16.162 14.3714 15.8987 14.1006 15.8447L13.9052 16.8255ZM8.11654 10.3877C7.8404 10.3877 7.61654 10.6116 7.61654 10.8877C7.61654 11.1638 7.8404 11.3877 8.11654 11.3877V10.3877ZM13.5665 11.3877C13.8426 11.3877 14.0665 11.1638 14.0665 10.8877C14.0665 10.6116 13.8426 10.3877 13.5665 10.3877V11.3877ZM8.11644 11.851C7.84029 11.851 7.61644 12.0749 7.61644 12.351C7.61644 12.6272 7.84029 12.851 8.11644 12.851V11.851ZM13.5664 12.851C13.8425 12.851 14.0664 12.6272 14.0664 12.351C14.0664 12.0749 13.8425 11.851 13.5664 11.851V12.851ZM27.3129 11.6878L27.3094 12.1878H27.3129V11.6878ZM25.4393 11.6747H24.9393V12.1712L25.4358 12.1747L25.4393 11.6747ZM23.4065 11.0107H22.9065V11.5107H23.4065V11.0107ZM22.6332 9.87939L22.2083 9.61598L21.7351 10.3794H22.6332V9.87939ZM22.8078 9.1047L22.3112 9.16327L22.3122 9.17027L22.8078 9.1047ZM21.7603 8.09638L21.7086 8.59375L21.7146 8.86329L21.7603 8.09638ZM20.6254 9.87939V10.3794H21.5149L21.0525 9.61946L20.6254 9.87939ZM18.3726 9.87939L17.8741 9.91804L17.9099 10.3794H18.3726V9.87939ZM15.986 8.76655H15.486V9.26655H15.986V8.76655ZM14.477 8.75425V9.25425H14.977V8.75425H14.477ZM5.34805 10.2975V10.7975H5.84805V10.2975H5.34805ZM6.52035 13.1257H7.02035V12.6257H6.52035V13.1257ZM6.52035 19.5629L7.02007 19.5795L7.02035 19.5712V19.5629H6.52035ZM7.64276 21.3705L7.42786 21.822L7.43026 21.8231L7.64276 21.3705ZM8.49081 21.555H8.99081V21.055H8.49081V21.555ZM11.2719 21.555V21.055H10.7719V21.555H11.2719ZM11.7458 14.466V13.966H11.2458V14.466H11.7458ZM18.7863 14.466H19.2863V13.966H18.7863V14.466ZM18.7863 22.8154H18.2863V23.3154H18.7863V22.8154ZM20.9621 14.257V13.757H20.4621V14.257H20.9621ZM23.4065 13.47V12.97H22.9065V13.47H23.4065ZM25.4393 12.8429L25.4428 12.3429L24.9393 12.3393V12.8429H25.4393ZM27.3129 12.856L27.3094 13.356H27.3129V12.856ZM6.29332 16.8899C6.104 17.0909 6.11349 17.4074 6.31451 17.5967C6.51554 17.786 6.83198 17.7765 7.0213 17.5755L6.29332 16.8899ZM8.96682 15.5097C9.15614 15.3087 9.14665 14.9922 8.94562 14.8029C8.7446 14.6136 8.42816 14.6231 8.23884 14.8241L8.96682 15.5097ZM18.2811 14.4783C18.2811 14.7545 18.5049 14.9783 18.7811 14.9783C19.0572 14.9783 19.2811 14.7545 19.2811 14.4783H18.2811ZM19.2811 12.5109C19.2811 12.2347 19.0572 12.0109 18.7811 12.0109C18.5049 12.0109 18.2811 12.2347 18.2811 12.5109H19.2811ZM11.7456 18.323H13.6288V17.323H11.7456V18.323ZM13.6288 18.323C14.9832 18.323 16.0868 17.245 16.0868 15.8924H15.0868C15.0868 16.6794 14.4443 17.323 13.6288 17.323V18.323ZM16.0868 15.8924V14.4783H15.0868V15.8924H16.0868ZM12.8181 14.6013C12.3184 14.5845 12.3184 14.5847 12.3184 14.585C12.3184 14.585 12.3184 14.5853 12.3184 14.5854C12.3184 14.5857 12.3184 14.5861 12.3184 14.5864C12.3183 14.5872 12.3183 14.588 12.3183 14.5889C12.3182 14.5908 12.3182 14.593 12.3181 14.5955C12.318 14.6006 12.3179 14.6072 12.3179 14.6151C12.3178 14.631 12.3179 14.6523 12.3186 14.6784C12.3199 14.7305 12.3234 14.8024 12.3322 14.8883C12.3495 15.0583 12.3882 15.293 12.4759 15.5421C12.6529 16.0445 13.055 16.6561 13.9052 16.8255L14.1006 15.8447C13.7161 15.7682 13.5259 15.5129 13.4191 15.2098C13.365 15.0562 13.3389 14.9036 13.327 14.7869C13.3212 14.7295 13.319 14.6832 13.3182 14.653C13.3179 14.6379 13.3178 14.6271 13.3179 14.621C13.3179 14.6179 13.3179 14.6161 13.3179 14.6156C13.3179 14.6153 13.3179 14.6154 13.3179 14.6158C13.3179 14.616 13.3179 14.6163 13.3179 14.6167C13.3179 14.6169 13.3179 14.6171 13.3179 14.6173C13.3179 14.6174 13.3179 14.6176 13.3179 14.6177C13.3179 14.6178 13.3179 14.618 12.8181 14.6013ZM8.11654 11.3877H13.5665V10.3877H8.11654V11.3877ZM8.11644 12.851H13.5664V11.851H8.11644V12.851ZM28 11.8722C28 11.4911 27.6822 11.1878 27.3129 11.1878V12.1878C27.2181 12.1878 27.1421 12.1478 27.0928 12.0992C27.0436 12.0506 27 11.9726 27 11.8722H28ZM27.3164 11.1878L25.4428 11.1747L25.4358 12.1747L27.3094 12.1878L27.3164 11.1878ZM25.9393 11.6747V11.6378H24.9393V11.6747H25.9393ZM25.9393 11.6378C25.9393 11.0107 25.4219 10.5107 24.8032 10.5107V11.5107C24.883 11.5107 24.9393 11.5763 24.9393 11.6378H25.9393ZM24.8032 10.5107H23.4065V11.5107H24.8032V10.5107ZM23.9065 11.0107V10.5065H22.9065V11.0107H23.9065ZM23.9065 10.5065C23.9065 9.87944 23.3891 9.37939 22.7704 9.37939V10.3794C22.8502 10.3794 22.9065 10.445 22.9065 10.5065H23.9065ZM22.7704 9.37939H22.6332V10.3794H22.7704V9.37939ZM23.0582 10.1428C23.2476 9.83728 23.3581 9.45184 23.3035 9.03913L22.3122 9.17027C22.3324 9.32321 22.2933 9.47881 22.2083 9.61598L23.0582 10.1428ZM23.3044 9.04614C23.2137 8.2771 22.5716 7.6687 21.8059 7.59847L21.7146 8.86329C22.0214 8.62244 22.2773 8.8748 22.3113 9.16326L23.3044 9.04614ZM21.8119 7.59905C20.8192 7.49603 19.9383 8.25398 19.9383 9.25226H20.9383C20.9383 8.87332 21.2795 8.54918 21.7086 8.59371L21.8119 7.59905ZM19.9383 9.25226C19.9383 9.59736 20.0498 9.89536 20.1982 10.1393L21.0525 9.61946C20.9765 9.49451 20.9383 9.37443 20.9383 9.25226H19.9383ZM20.6254 9.37939H18.3726V10.3794H20.6254V9.37939ZM18.8711 9.84073C18.8283 9.28867 18.6194 8.87987 18.309 8.61293C18.0092 8.35512 17.6575 8.26655 17.3828 8.26655V9.26655C17.4574 9.26655 17.5663 9.29314 17.657 9.37112C17.737 9.43998 17.8485 9.5876 17.8741 9.91804L18.8711 9.84073ZM17.3828 8.26655H15.986V9.26655H17.3828V8.26655ZM16.486 8.76655V7.94268H15.486V8.76655H16.486ZM16.486 7.94268C16.486 7.41398 16.056 7 15.5371 7V8C15.5278 8 15.5146 7.9956 15.504 7.98515C15.4933 7.97455 15.486 7.95835 15.486 7.94268H16.486ZM15.5371 7H14.926V8H15.5371V7ZM14.926 7C14.4071 7 13.977 7.41398 13.977 7.94268H14.977C14.977 7.95835 14.9698 7.97455 14.959 7.98515C14.9484 7.9956 14.9353 8 14.926 8V7ZM13.977 7.94268V8.75425H14.977V7.94268H13.977ZM14.477 8.25425H5.79701V9.25425H14.477V8.25425ZM5.79701 8.25425C5.27812 8.25425 4.84805 8.66823 4.84805 9.19693H5.84805C5.84805 9.2126 5.8408 9.2288 5.83005 9.2394C5.81945 9.24985 5.80633 9.25425 5.79701 9.25425V8.25425ZM4.84805 9.19693V10.2975H5.84805V9.19693H4.84805ZM5.34805 9.79747H4.93649V10.7975H5.34805V9.79747ZM4.93649 9.79747C4.43007 9.79747 4 10.2114 4 10.7278H5C5 10.7559 4.98804 10.7736 4.98044 10.7811C4.97286 10.7886 4.95822 10.7975 4.93649 10.7975V9.79747ZM4 10.7278V12.142H5V10.7278H4ZM4 12.142C4 12.9658 4.6795 13.6257 5.4977 13.6257V12.6257C5.21843 12.6257 5 12.4002 5 12.142H4ZM5.4977 13.6257H6.52035V12.6257H5.4977V13.6257ZM6.02062 19.5463C5.98897 20.4981 6.52755 21.3934 7.42787 21.822L7.85766 20.9191C7.31131 20.659 7.00183 20.128 7.02007 19.5795L6.02062 19.5463ZM7.43026 21.8231C7.76236 21.979 8.12225 22.055 8.49081 22.055V21.055C8.26074 21.055 8.04696 21.0079 7.85527 20.9179L7.43026 21.8231ZM7.99081 24.1557C7.99081 24.6229 8.38346 25 8.84001 25V24C8.8901 24 8.92576 24.0207 8.94631 24.041C8.96681 24.0612 8.99081 24.0995 8.99081 24.1557H7.99081ZM8.84001 25H10.9102V24H8.84001V25ZM10.9102 25C11.3792 25 11.7719 24.6229 11.7719 24.1434H10.7719C10.7719 24.0574 10.8403 24 10.9102 24V25ZM11.7719 24.1434V21.555H10.7719V24.1434H11.7719ZM11.2719 22.055C11.8033 22.055 12.2458 21.6287 12.2458 21.0877H11.2458C11.2458 21.0832 11.2468 21.0778 11.249 21.0726C11.2511 21.0679 11.2537 21.0645 11.256 21.0621C11.2609 21.0573 11.2674 21.055 11.2719 21.055V22.055ZM12.2458 21.0877V14.466H11.2458V21.0877H12.2458ZM11.7458 14.966H18.7863V13.966H11.7458V14.966ZM18.2863 14.466V22.8154H19.2863V14.466H18.2863ZM18.7863 23.3154C19.3281 23.3154 19.964 23.1065 20.4657 22.7866C20.9469 22.4798 21.4621 21.9647 21.4621 21.2783H20.4621C20.4621 21.4404 20.3197 21.6938 19.9281 21.9434C19.557 22.18 19.105 22.3154 18.7863 22.3154V23.3154ZM21.4621 21.2783V14.257H20.4621V21.2783H21.4621ZM20.9621 14.757H22.6083V13.757H20.9621V14.757ZM22.6083 14.757C23.3143 14.757 23.9065 14.1831 23.9065 13.47H22.9065C22.9065 13.6176 22.7753 13.757 22.6083 13.757V14.757ZM24.8032 13.97C25.4219 13.97 25.9393 13.4699 25.9393 12.8429H24.9393C24.9393 12.9044 24.883 12.97 24.8032 12.97V13.97ZM25.4358 13.3428L27.3094 13.356L27.3164 12.356L25.4428 12.3429L25.4358 13.3428ZM27.3129 13.356C27.6822 13.356 28 13.0526 28 12.6715H27C27 12.5712 27.0436 12.4931 27.0928 12.4446C27.1421 12.396 27.2181 12.356 27.3129 12.356V13.356ZM28 12.6715V11.8722H27V12.6715H28ZM7.0213 17.5755L8.96682 15.5097L8.23884 14.8241L6.29332 16.8899L7.0213 17.5755ZM19.2811 14.4783V12.5109H18.2811V14.4783H19.2811ZM6.02035 13.1257V19.5629H7.02035V13.1257H6.02035ZM7.99081 21.555V24.1557H8.99081V21.555H7.99081ZM23.4065 13.97H24.8032V12.97H23.4065V13.97Z" fill="currentColor"/>
|
3
|
- </symbol></svg>
|
added
priv/static/svgs/icons_new/sport-cs-go.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M13.3179 14.618C13.3271 14.3421 13.1109 14.1108 12.8349 14.1016C12.5589 14.0923 12.3277 14.3085 12.3184 14.5845L13.3179 14.618ZM13.9052 16.8255C14.1761 16.8794 14.4393 16.7036 14.4933 16.4328C14.5472 16.162 14.3714 15.8987 14.1006 15.8447L13.9052 16.8255ZM8.11654 10.3877C7.8404 10.3877 7.61654 10.6116 7.61654 10.8877C7.61654 11.1638 7.8404 11.3877 8.11654 11.3877V10.3877ZM13.5665 11.3877C13.8426 11.3877 14.0665 11.1638 14.0665 10.8877C14.0665 10.6116 13.8426 10.3877 13.5665 10.3877V11.3877ZM8.11644 11.851C7.84029 11.851 7.61644 12.0749 7.61644 12.351C7.61644 12.6272 7.84029 12.851 8.11644 12.851V11.851ZM13.5664 12.851C13.8425 12.851 14.0664 12.6272 14.0664 12.351C14.0664 12.0749 13.8425 11.851 13.5664 11.851V12.851ZM27.3129 11.6878L27.3094 12.1878H27.3129V11.6878ZM25.4393 11.6747H24.9393V12.1712L25.4358 12.1747L25.4393 11.6747ZM23.4065 11.0107H22.9065V11.5107H23.4065V11.0107ZM22.6332 9.87939L22.2083 9.61598L21.7351 10.3794H22.6332V9.87939ZM22.8078 9.1047L22.3112 9.16327L22.3122 9.17027L22.8078 9.1047ZM21.7603 8.09638L21.7086 8.59375L21.7146 8.86329L21.7603 8.09638ZM20.6254 9.87939V10.3794H21.5149L21.0525 9.61946L20.6254 9.87939ZM18.3726 9.87939L17.8741 9.91804L17.9099 10.3794H18.3726V9.87939ZM15.986 8.76655H15.486V9.26655H15.986V8.76655ZM14.477 8.75425V9.25425H14.977V8.75425H14.477ZM5.34805 10.2975V10.7975H5.84805V10.2975H5.34805ZM6.52035 13.1257H7.02035V12.6257H6.52035V13.1257ZM6.52035 19.5629L7.02007 19.5795L7.02035 19.5712V19.5629H6.52035ZM7.64276 21.3705L7.42786 21.822L7.43026 21.8231L7.64276 21.3705ZM8.49081 21.555H8.99081V21.055H8.49081V21.555ZM11.2719 21.555V21.055H10.7719V21.555H11.2719ZM11.7458 14.466V13.966H11.2458V14.466H11.7458ZM18.7863 14.466H19.2863V13.966H18.7863V14.466ZM18.7863 22.8154H18.2863V23.3154H18.7863V22.8154ZM20.9621 14.257V13.757H20.4621V14.257H20.9621ZM23.4065 13.47V12.97H22.9065V13.47H23.4065ZM25.4393 12.8429L25.4428 12.3429L24.9393 12.3393V12.8429H25.4393ZM27.3129 12.856L27.3094 13.356H27.3129V12.856ZM6.29332 16.8899C6.104 17.0909 6.11349 17.4074 6.31451 17.5967C6.51554 17.786 6.83198 17.7765 7.0213 17.5755L6.29332 16.8899ZM8.96682 15.5097C9.15614 15.3087 9.14665 14.9922 8.94562 14.8029C8.7446 14.6136 8.42816 14.6231 8.23884 14.8241L8.96682 15.5097ZM18.2811 14.4783C18.2811 14.7545 18.5049 14.9783 18.7811 14.9783C19.0572 14.9783 19.2811 14.7545 19.2811 14.4783H18.2811ZM19.2811 12.5109C19.2811 12.2347 19.0572 12.0109 18.7811 12.0109C18.5049 12.0109 18.2811 12.2347 18.2811 12.5109H19.2811ZM11.7456 18.323H13.6288V17.323H11.7456V18.323ZM13.6288 18.323C14.9832 18.323 16.0868 17.245 16.0868 15.8924H15.0868C15.0868 16.6794 14.4443 17.323 13.6288 17.323V18.323ZM16.0868 15.8924V14.4783H15.0868V15.8924H16.0868ZM12.8181 14.6013C12.3184 14.5845 12.3184 14.5847 12.3184 14.585C12.3184 14.585 12.3184 14.5853 12.3184 14.5854C12.3184 14.5857 12.3184 14.5861 12.3184 14.5864C12.3183 14.5872 12.3183 14.588 12.3183 14.5889C12.3182 14.5908 12.3182 14.593 12.3181 14.5955C12.318 14.6006 12.3179 14.6072 12.3179 14.6151C12.3178 14.631 12.3179 14.6523 12.3186 14.6784C12.3199 14.7305 12.3234 14.8024 12.3322 14.8883C12.3495 15.0583 12.3882 15.293 12.4759 15.5421C12.6529 16.0445 13.055 16.6561 13.9052 16.8255L14.1006 15.8447C13.7161 15.7682 13.5259 15.5129 13.4191 15.2098C13.365 15.0562 13.3389 14.9036 13.327 14.7869C13.3212 14.7295 13.319 14.6832 13.3182 14.653C13.3179 14.6379 13.3178 14.6271 13.3179 14.621C13.3179 14.6179 13.3179 14.6161 13.3179 14.6156C13.3179 14.6153 13.3179 14.6154 13.3179 14.6158C13.3179 14.616 13.3179 14.6163 13.3179 14.6167C13.3179 14.6169 13.3179 14.6171 13.3179 14.6173C13.3179 14.6174 13.3179 14.6176 13.3179 14.6177C13.3179 14.6178 13.3179 14.618 12.8181 14.6013ZM8.11654 11.3877H13.5665V10.3877H8.11654V11.3877ZM8.11644 12.851H13.5664V11.851H8.11644V12.851ZM28 11.8722C28 11.4911 27.6822 11.1878 27.3129 11.1878V12.1878C27.2181 12.1878 27.1421 12.1478 27.0928 12.0992C27.0436 12.0506 27 11.9726 27 11.8722H28ZM27.3164 11.1878L25.4428 11.1747L25.4358 12.1747L27.3094 12.1878L27.3164 11.1878ZM25.9393 11.6747V11.6378H24.9393V11.6747H25.9393ZM25.9393 11.6378C25.9393 11.0107 25.4219 10.5107 24.8032 10.5107V11.5107C24.883 11.5107 24.9393 11.5763 24.9393 11.6378H25.9393ZM24.8032 10.5107H23.4065V11.5107H24.8032V10.5107ZM23.9065 11.0107V10.5065H22.9065V11.0107H23.9065ZM23.9065 10.5065C23.9065 9.87944 23.3891 9.37939 22.7704 9.37939V10.3794C22.8502 10.3794 22.9065 10.445 22.9065 10.5065H23.9065ZM22.7704 9.37939H22.6332V10.3794H22.7704V9.37939ZM23.0582 10.1428C23.2476 9.83728 23.3581 9.45184 23.3035 9.03913L22.3122 9.17027C22.3324 9.32321 22.2933 9.47881 22.2083 9.61598L23.0582 10.1428ZM23.3044 9.04614C23.2137 8.2771 22.5716 7.6687 21.8059 7.59847L21.7146 8.86329C22.0214 8.62244 22.2773 8.8748 22.3113 9.16326L23.3044 9.04614ZM21.8119 7.59905C20.8192 7.49603 19.9383 8.25398 19.9383 9.25226H20.9383C20.9383 8.87332 21.2795 8.54918 21.7086 8.59371L21.8119 7.59905ZM19.9383 9.25226C19.9383 9.59736 20.0498 9.89536 20.1982 10.1393L21.0525 9.61946C20.9765 9.49451 20.9383 9.37443 20.9383 9.25226H19.9383ZM20.6254 9.37939H18.3726V10.3794H20.6254V9.37939ZM18.8711 9.84073C18.8283 9.28867 18.6194 8.87987 18.309 8.61293C18.0092 8.35512 17.6575 8.26655 17.3828 8.26655V9.26655C17.4574 9.26655 17.5663 9.29314 17.657 9.37112C17.737 9.43998 17.8485 9.5876 17.8741 9.91804L18.8711 9.84073ZM17.3828 8.26655H15.986V9.26655H17.3828V8.26655ZM16.486 8.76655V7.94268H15.486V8.76655H16.486ZM16.486 7.94268C16.486 7.41398 16.056 7 15.5371 7V8C15.5278 8 15.5146 7.9956 15.504 7.98515C15.4933 7.97455 15.486 7.95835 15.486 7.94268H16.486ZM15.5371 7H14.926V8H15.5371V7ZM14.926 7C14.4071 7 13.977 7.41398 13.977 7.94268H14.977C14.977 7.95835 14.9698 7.97455 14.959 7.98515C14.9484 7.9956 14.9353 8 14.926 8V7ZM13.977 7.94268V8.75425H14.977V7.94268H13.977ZM14.477 8.25425H5.79701V9.25425H14.477V8.25425ZM5.79701 8.25425C5.27812 8.25425 4.84805 8.66823 4.84805 9.19693H5.84805C5.84805 9.2126 5.8408 9.2288 5.83005 9.2394C5.81945 9.24985 5.80633 9.25425 5.79701 9.25425V8.25425ZM4.84805 9.19693V10.2975H5.84805V9.19693H4.84805ZM5.34805 9.79747H4.93649V10.7975H5.34805V9.79747ZM4.93649 9.79747C4.43007 9.79747 4 10.2114 4 10.7278H5C5 10.7559 4.98804 10.7736 4.98044 10.7811C4.97286 10.7886 4.95822 10.7975 4.93649 10.7975V9.79747ZM4 10.7278V12.142H5V10.7278H4ZM4 12.142C4 12.9658 4.6795 13.6257 5.4977 13.6257V12.6257C5.21843 12.6257 5 12.4002 5 12.142H4ZM5.4977 13.6257H6.52035V12.6257H5.4977V13.6257ZM6.02062 19.5463C5.98897 20.4981 6.52755 21.3934 7.42787 21.822L7.85766 20.9191C7.31131 20.659 7.00183 20.128 7.02007 19.5795L6.02062 19.5463ZM7.43026 21.8231C7.76236 21.979 8.12225 22.055 8.49081 22.055V21.055C8.26074 21.055 8.04696 21.0079 7.85527 20.9179L7.43026 21.8231ZM7.99081 24.1557C7.99081 24.6229 8.38346 25 8.84001 25V24C8.8901 24 8.92576 24.0207 8.94631 24.041C8.96681 24.0612 8.99081 24.0995 8.99081 24.1557H7.99081ZM8.84001 25H10.9102V24H8.84001V25ZM10.9102 25C11.3792 25 11.7719 24.6229 11.7719 24.1434H10.7719C10.7719 24.0574 10.8403 24 10.9102 24V25ZM11.7719 24.1434V21.555H10.7719V24.1434H11.7719ZM11.2719 22.055C11.8033 22.055 12.2458 21.6287 12.2458 21.0877H11.2458C11.2458 21.0832 11.2468 21.0778 11.249 21.0726C11.2511 21.0679 11.2537 21.0645 11.256 21.0621C11.2609 21.0573 11.2674 21.055 11.2719 21.055V22.055ZM12.2458 21.0877V14.466H11.2458V21.0877H12.2458ZM11.7458 14.966H18.7863V13.966H11.7458V14.966ZM18.2863 14.466V22.8154H19.2863V14.466H18.2863ZM18.7863 23.3154C19.3281 23.3154 19.964 23.1065 20.4657 22.7866C20.9469 22.4798 21.4621 21.9647 21.4621 21.2783H20.4621C20.4621 21.4404 20.3197 21.6938 19.9281 21.9434C19.557 22.18 19.105 22.3154 18.7863 22.3154V23.3154ZM21.4621 21.2783V14.257H20.4621V21.2783H21.4621ZM20.9621 14.757H22.6083V13.757H20.9621V14.757ZM22.6083 14.757C23.3143 14.757 23.9065 14.1831 23.9065 13.47H22.9065C22.9065 13.6176 22.7753 13.757 22.6083 13.757V14.757ZM24.8032 13.97C25.4219 13.97 25.9393 13.4699 25.9393 12.8429H24.9393C24.9393 12.9044 24.883 12.97 24.8032 12.97V13.97ZM25.4358 13.3428L27.3094 13.356L27.3164 12.356L25.4428 12.3429L25.4358 13.3428ZM27.3129 13.356C27.6822 13.356 28 13.0526 28 12.6715H27C27 12.5712 27.0436 12.4931 27.0928 12.4446C27.1421 12.396 27.2181 12.356 27.3129 12.356V13.356ZM28 12.6715V11.8722H27V12.6715H28ZM7.0213 17.5755L8.96682 15.5097L8.23884 14.8241L6.29332 16.8899L7.0213 17.5755ZM19.2811 14.4783V12.5109H18.2811V14.4783H19.2811ZM6.02035 13.1257V19.5629H7.02035V13.1257H6.02035ZM7.99081 21.555V24.1557H8.99081V21.555H7.99081ZM23.4065 13.97H24.8032V12.97H23.4065V13.97Z" fill="currentColor"/>
|
3
|
+ </symbol></svg>
|
removed
priv/static/svgs/icons_new/sport-e-n-b-a.svg
|
@@ -1,3 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M24.9217 15.204C24.9217 15.4935 24.9217 15.783 24.9217 16.0726C24.9217 18.6783 23.9566 21.091 22.1229 22.9247C20.2892 24.7584 17.8765 25.7235 15.2708 25.7235C12.665 25.7235 10.2523 24.7584 8.41864 22.9247C6.58496 21.091 5.61987 18.6783 5.61987 16.0726C5.61987 15.9761 5.61987 15.8796 5.61987 15.783C5.71638 13.2738 6.68147 10.9576 8.41864 9.22043C10.1558 7.48326 12.472 6.51817 14.9812 6.42166C15.0778 6.42166 15.1743 6.42166 15.2708 6.42166C15.7289 6.42166 16.1812 6.4515 16.6253 6.51065M14.1127 6.71148C13.0272 8.43714 12.8772 9.48755 13.5336 10.6681C13.5336 10.6681 13.7266 11.0541 14.1127 11.2471C14.9302 11.876 15.8297 12.0541 16.7844 12.0752M16.2359 25.7235C12.472 23.7933 12.3755 21.5736 12.279 19.4504C12.279 18.0028 12.1825 16.5551 10.9279 15.3005C10.9279 15.3005 10.8314 15.204 10.7349 15.1075C10.6383 15.011 10.0593 14.6249 10.0593 14.6249C8.90118 13.9494 7.45354 14.0459 5.61987 15.011M22.4124 22.6352L8.80467 9.02741M7.08956 21.4294C7.77133 16.8517 10.5958 12.7611 14.9786 10.6184C15.5176 10.3372 16.0678 10.0955 16.6253 9.89183M20.4157 7.93487C20.4157 9.82806 21.5448 11.1474 23.3788 11.1474C24.3549 11.1474 25.3405 10.9599 26.2384 9.83754M20.4157 7.93487C20.4157 6.04168 21.5448 4.74365 23.3788 4.74365C25.2129 4.74365 26.3801 6.04168 26.3801 7.93487H20.4157Z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
- </symbol></svg>
|
removed
priv/static/svgs/icons_new/sport-e-soccer.svg
|
@@ -1,3 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M13.4786 11.7319C13.4786 11.7319 12.4589 14.0378 12.3035 15.5013C12.3035 15.5013 13.7227 17.4078 15.0308 18.5386L18.9979 17.6739C18.9979 17.6739 19.7175 16.4144 20.0206 14.7306M13.4786 11.7319C12.3112 10.5422 10.8034 10.0544 10.8034 10.0544M13.4786 11.7319C14.7337 11.2663 15.8901 11.0421 16.6356 10.9362M12.4795 6.8318C12.4795 6.8318 11.1731 8.36928 10.8034 10.0544M10.8034 10.0544C10.8034 10.0544 8.6325 11.1966 7.98211 12.688C7.98211 12.688 7.87677 14.2702 8.79319 16.071L12.3035 15.4996M8.79318 16.0727C8.79318 16.0727 7.80275 17.8292 8.08378 19.4107C8.08378 19.4107 8.94086 21.6723 10.684 22.5147C10.684 22.5147 12.3395 22.6183 14.143 21.9383C14.143 21.9383 14.6604 19.322 15.0298 18.5379M6.33194 12.4277C6.33194 12.4277 6.92733 12.375 7.97843 12.508M6.21693 19.4217L8.03378 19.2967M10.685 22.5147C10.685 22.5147 10.4183 23.3621 10.59 24.5149M14.144 21.9383C14.144 21.9383 16.1836 23.2834 17.3664 23.3718M17.3664 23.3718C17.3664 23.3718 19.6869 22.3667 20.3667 20.8145M17.3664 23.3718C17.3664 23.3718 17.4107 24.8582 17.2553 25.5193M20.3667 20.8145C20.3667 20.8145 19.6129 18.5236 18.9999 17.6735M20.3667 20.8145C23.7663 20.3125 24.3134 16.3807 24.3134 16.3807C24.2245 15.7305 23.9474 15.3641 23.7484 14.9138M22.6709 19.6821C22.6709 19.6821 23.1709 20.5285 22.8916 21.9946M16.6356 6.51751C16.1898 6.4544 15.7341 6.42175 15.2708 6.42175C9.94075 6.42175 5.61987 10.7426 5.61987 16.0727C5.61987 21.4028 9.94075 25.7237 15.2708 25.7237C20.6009 25.7237 24.9218 21.4028 24.9218 16.0727C24.9218 15.6173 24.8902 15.1692 24.8292 14.7306M20.4157 7.93488C20.4157 9.82808 21.5448 11.1474 23.3789 11.1474C24.355 11.1474 25.3406 10.96 26.2385 9.83757M20.4157 7.93488C20.4157 6.04168 21.5448 4.74365 23.3789 4.74365C25.213 4.74365 26.3802 6.04168 26.3802 7.93488H20.4157Z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
- </symbol></svg>
|
added
priv/static/svgs/icons_new/sport-enba.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M24.9217 15.204C24.9217 15.4935 24.9217 15.783 24.9217 16.0726C24.9217 18.6783 23.9566 21.091 22.1229 22.9247C20.2892 24.7584 17.8765 25.7235 15.2708 25.7235C12.665 25.7235 10.2523 24.7584 8.41864 22.9247C6.58496 21.091 5.61987 18.6783 5.61987 16.0726C5.61987 15.9761 5.61987 15.8796 5.61987 15.783C5.71638 13.2738 6.68147 10.9576 8.41864 9.22043C10.1558 7.48326 12.472 6.51817 14.9812 6.42166C15.0778 6.42166 15.1743 6.42166 15.2708 6.42166C15.7289 6.42166 16.1812 6.4515 16.6253 6.51065M14.1127 6.71148C13.0272 8.43714 12.8772 9.48755 13.5336 10.6681C13.5336 10.6681 13.7266 11.0541 14.1127 11.2471C14.9302 11.876 15.8297 12.0541 16.7844 12.0752M16.2359 25.7235C12.472 23.7933 12.3755 21.5736 12.279 19.4504C12.279 18.0028 12.1825 16.5551 10.9279 15.3005C10.9279 15.3005 10.8314 15.204 10.7349 15.1075C10.6383 15.011 10.0593 14.6249 10.0593 14.6249C8.90118 13.9494 7.45354 14.0459 5.61987 15.011M22.4124 22.6352L8.80467 9.02741M7.08956 21.4294C7.77133 16.8517 10.5958 12.7611 14.9786 10.6184C15.5176 10.3372 16.0678 10.0955 16.6253 9.89183M20.4157 7.93487C20.4157 9.82806 21.5448 11.1474 23.3788 11.1474C24.3549 11.1474 25.3405 10.9599 26.2384 9.83754M20.4157 7.93487C20.4157 6.04168 21.5448 4.74365 23.3788 4.74365C25.2129 4.74365 26.3801 6.04168 26.3801 7.93487H20.4157Z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/sport-esoccer.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M13.4786 11.7319C13.4786 11.7319 12.4589 14.0378 12.3035 15.5013C12.3035 15.5013 13.7227 17.4078 15.0308 18.5386L18.9979 17.6739C18.9979 17.6739 19.7175 16.4144 20.0206 14.7306M13.4786 11.7319C12.3112 10.5422 10.8034 10.0544 10.8034 10.0544M13.4786 11.7319C14.7337 11.2663 15.8901 11.0421 16.6356 10.9362M12.4795 6.8318C12.4795 6.8318 11.1731 8.36928 10.8034 10.0544M10.8034 10.0544C10.8034 10.0544 8.6325 11.1966 7.98211 12.688C7.98211 12.688 7.87677 14.2702 8.79319 16.071L12.3035 15.4996M8.79318 16.0727C8.79318 16.0727 7.80275 17.8292 8.08378 19.4107C8.08378 19.4107 8.94086 21.6723 10.684 22.5147C10.684 22.5147 12.3395 22.6183 14.143 21.9383C14.143 21.9383 14.6604 19.322 15.0298 18.5379M6.33194 12.4277C6.33194 12.4277 6.92733 12.375 7.97843 12.508M6.21693 19.4217L8.03378 19.2967M10.685 22.5147C10.685 22.5147 10.4183 23.3621 10.59 24.5149M14.144 21.9383C14.144 21.9383 16.1836 23.2834 17.3664 23.3718M17.3664 23.3718C17.3664 23.3718 19.6869 22.3667 20.3667 20.8145M17.3664 23.3718C17.3664 23.3718 17.4107 24.8582 17.2553 25.5193M20.3667 20.8145C20.3667 20.8145 19.6129 18.5236 18.9999 17.6735M20.3667 20.8145C23.7663 20.3125 24.3134 16.3807 24.3134 16.3807C24.2245 15.7305 23.9474 15.3641 23.7484 14.9138M22.6709 19.6821C22.6709 19.6821 23.1709 20.5285 22.8916 21.9946M16.6356 6.51751C16.1898 6.4544 15.7341 6.42175 15.2708 6.42175C9.94075 6.42175 5.61987 10.7426 5.61987 16.0727C5.61987 21.4028 9.94075 25.7237 15.2708 25.7237C20.6009 25.7237 24.9218 21.4028 24.9218 16.0727C24.9218 15.6173 24.8902 15.1692 24.8292 14.7306M20.4157 7.93488C20.4157 9.82808 21.5448 11.1474 23.3789 11.1474C24.355 11.1474 25.3406 10.96 26.2385 9.83757M20.4157 7.93488C20.4157 6.04168 21.5448 4.74365 23.3789 4.74365C25.213 4.74365 26.3802 6.04168 26.3802 7.93488H20.4157Z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
changed
priv/static/svgs/icons_new/sport-field-hockey.svg
|
@@ -1,3 +1,4 @@
|
1
1
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M13.1033 9.67786C13.2448 9.91502 13.5517 9.9926 13.7889 9.85115C14.026 9.70969 14.1036 9.40276 13.9622 9.1656L13.1033 9.67786ZM11.9398 5.77497C11.7983 5.53781 11.4914 5.46023 11.2542 5.60168C11.0171 5.74314 10.9395 6.05007 11.0809 6.28723L11.9398 5.77497ZM21.9105 18.2161L21.4942 18.4931L21.4981 18.4988L21.9105 18.2161ZM23.785 19.1846L24.1165 19.559L24.1232 19.5529L23.785 19.1846ZM24.2385 17.8724L23.7403 17.8286L23.7398 17.8353L24.2385 17.8724ZM25.871 16.5914L25.746 17.0755L25.871 16.5914ZM26.9896 17.9349L26.492 17.9831L26.4927 17.991L26.4938 17.9989L26.9896 17.9349ZM25.7803 21.2155L25.4163 20.8727L25.4127 20.8766L25.7803 21.2155ZM23.6036 22.2465V21.7465H23.5855L23.5674 21.7478L23.6036 22.2465ZM19.7338 19.6845L20.1735 19.4466L20.1681 19.4366L20.1623 19.4269L19.7338 19.6845ZM13.5295 4.72375C13.3769 4.49359 13.0666 4.43069 12.8364 4.58326C12.6063 4.73583 12.5434 5.0461 12.696 5.27627L13.5295 4.72375ZM14.4343 7.89859C14.5868 8.12875 14.8971 8.19165 15.1273 8.03908C15.3574 7.88651 15.4203 7.57624 15.2678 7.34607L14.4343 7.89859ZM15.9999 20.9372L16.0143 20.4374L16.0071 20.4372H15.9999V20.9372ZM19.303 5.27773C19.4563 5.0481 19.3945 4.73761 19.1649 4.58423C18.9353 4.43084 18.6248 4.49265 18.4714 4.72227L19.303 5.27773ZM10.0592 18.2161L10.4716 18.4988L10.475 18.4938L10.0592 18.2161ZM8.18474 19.1846L7.84644 19.5529L7.85321 19.5589L8.18474 19.1846ZM7.73125 17.8724L8.22991 17.8353L8.22933 17.8286L7.73125 17.8724ZM6.09867 16.5914L6.20497 17.08L6.2144 17.0779L6.22375 17.0755L6.09867 16.5914ZM5.01029 17.9037L5.50618 17.9676L5.5072 17.9597L5.50797 17.9518L5.01029 17.9037ZM6.21961 21.1842L6.5873 20.8454L6.58365 20.8415L6.21961 21.1842ZM8.39637 22.2153L8.43254 21.7166L8.41448 21.7153H8.39637V22.2153ZM12.2662 19.6533L11.8377 19.3956L11.8319 19.4053L11.8265 19.4153L12.2662 19.6533ZM20.8878 6.28875C21.0301 6.05211 20.9536 5.7449 20.717 5.60257C20.4804 5.46024 20.1731 5.5367 20.0308 5.77334L20.8878 6.28875ZM17.499 15.9157L19.4944 14.6034L18.9449 13.7679L16.9496 15.0802L17.499 15.9157ZM18.6173 18.5863L20.7034 17.2428L20.1619 16.4021L18.0759 17.7455L18.6173 18.5863ZM13.9622 9.1656L11.9398 5.77497L11.0809 6.28723L13.1033 9.67786L13.9622 9.1656ZM16.8989 11.5883L21.4943 18.4931L22.3268 17.9391L17.7314 11.0342L16.8989 11.5883ZM21.4981 18.4988C22.0392 19.2883 22.4785 19.6384 22.8965 19.7824L23.2222 18.8369C23.096 18.7934 22.8097 18.6436 22.3229 17.9334L21.4981 18.4988ZM22.8965 19.7824C23.0915 19.8495 23.3045 19.8817 23.5245 19.8462C23.7483 19.8101 23.9471 19.709 24.1165 19.5589L23.4534 18.8104C23.4112 18.8478 23.3833 18.856 23.3651 18.859C23.3433 18.8625 23.2993 18.8635 23.2222 18.8369L22.8965 19.7824ZM24.1232 19.5529C24.3623 19.3333 24.4995 18.9971 24.5804 18.7339C24.6675 18.4502 24.7193 18.1477 24.7371 17.9095L23.7398 17.8353C23.7273 18.0033 23.6884 18.2319 23.6244 18.4403C23.5541 18.6693 23.4798 18.7861 23.4467 18.8164L24.1232 19.5529ZM24.7365 17.9162C24.7598 17.6516 24.8501 17.4281 24.9908 17.2828L24.2722 16.5874C23.9291 16.942 23.7776 17.4058 23.7404 17.8286L24.7365 17.9162ZM24.9908 17.2828C25.1258 17.1432 25.3221 17.0602 25.5687 17.0602V16.0602C25.0897 16.0602 24.6208 16.2271 24.2722 16.5874L24.9908 17.2828ZM25.5687 17.0602C25.6547 17.0602 25.6908 17.0613 25.746 17.0755L25.9961 16.1073C25.8094 16.0591 25.6641 16.0602 25.5687 16.0602V17.0602ZM25.746 17.0755C26.1335 17.1757 26.4504 17.553 26.492 17.9831L27.4873 17.8867C27.408 17.067 26.8178 16.3196 25.9961 16.1073L25.746 17.0755ZM26.4938 17.9989C26.5127 18.1459 26.4967 18.6062 26.3345 19.1819C26.1755 19.7464 25.8899 20.3697 25.4163 20.8727L26.1444 21.5582C26.7592 20.9052 27.1084 20.1226 27.2971 19.453C27.4826 18.7945 27.527 18.1926 27.4855 17.8709L26.4938 17.9989ZM25.4127 20.8766C24.8853 21.4489 24.2564 21.7465 23.6036 21.7465V22.7465C24.5833 22.7465 25.4661 22.2943 26.148 21.5543L25.4127 20.8766ZM23.5674 21.7478C22.8037 21.8032 22.2004 21.6449 21.6773 21.2899C21.1418 20.9265 20.6522 20.3311 20.1735 19.4466L19.294 19.9225C19.813 20.8814 20.3967 21.6294 21.1158 22.1174C21.8474 22.6139 22.6802 22.8148 23.6397 22.7452L23.5674 21.7478ZM20.1623 19.4269L16.4436 13.2407L15.5866 13.7559L19.3052 19.9421L20.1623 19.4269ZM12.696 5.27627L14.4343 7.89859L15.2678 7.34607L13.5295 4.72375L12.696 5.27627ZM18.4332 23.9686C18.4332 25.3666 17.348 26.5 15.9999 26.5V27.5C17.9407 27.5 19.4332 25.8776 19.4332 23.9686H18.4332ZM15.9999 26.5C14.6866 26.5 13.5666 25.4025 13.5666 23.9686H12.5666C12.5666 25.9335 14.1133 27.5 15.9999 27.5V26.5ZM13.5666 23.9686C13.5666 22.5706 14.6518 21.4372 15.9999 21.4372V20.4372C14.0591 20.4372 12.5666 22.0596 12.5666 23.9686H13.5666ZM15.9856 21.437C17.318 21.4753 18.4332 22.5886 18.4332 23.9686H19.4332C19.4332 22.0417 17.8818 20.491 16.0143 20.4374L15.9856 21.437ZM15.0474 15.0783L13.0218 13.766L12.4781 14.6053L14.5037 15.9175L15.0474 15.0783ZM13.6634 17.7455L11.5773 16.4021L11.0359 17.2428L13.122 18.5863L13.6634 17.7455ZM18.4714 4.72227L9.64341 17.9384L10.475 18.4938L19.303 5.27773L18.4714 4.72227ZM9.64676 17.9334C9.15997 18.6436 8.87369 18.7934 8.74748 18.8369L9.07318 19.7824C9.49117 19.6384 9.93047 19.2883 10.4716 18.4988L9.64676 17.9334ZM8.74748 18.8369C8.67037 18.8635 8.62643 18.8625 8.60457 18.859C8.58644 18.8561 8.55851 18.8478 8.51628 18.8104L7.85321 19.5589C8.02261 19.709 8.22142 19.8101 8.44516 19.8462C8.66516 19.8817 8.8782 19.8495 9.07318 19.7824L8.74748 18.8369ZM8.52299 18.8164C8.48995 18.7861 8.41559 18.6693 8.34525 18.4403C8.28125 18.2319 8.24238 18.0033 8.22987 17.8353L7.23263 17.9095C7.25035 18.1477 7.30218 18.4502 7.38934 18.7339C7.47017 18.9971 7.60744 19.3333 7.84649 19.5529L8.52299 18.8164ZM8.22933 17.8286C8.19214 17.4058 8.04061 16.942 7.69754 16.5874L6.9789 17.2828C7.11956 17.4281 7.2099 17.6516 7.23317 17.9162L8.22933 17.8286ZM7.69754 16.5874C7.34886 16.2271 6.87996 16.0602 6.401 16.0602V17.0602C6.64764 17.0602 6.84386 17.1432 6.9789 17.2828L7.69754 16.5874ZM6.401 16.0602C6.30561 16.0602 6.16034 16.0591 5.9736 16.1073L6.22375 17.0755C6.27887 17.0613 6.315 17.0602 6.401 17.0602V16.0602ZM5.99238 16.1028C5.17568 16.2805 4.59089 17.0466 4.51261 17.8555L5.50797 17.9518C5.55062 17.511 5.87282 17.1523 6.20497 17.08L5.99238 16.1028ZM4.5144 17.8397C4.4729 18.1613 4.51735 18.7633 4.70286 19.4218C4.89149 20.0913 5.24078 20.874 5.85556 21.527L6.58365 20.8415C6.11005 20.3385 5.82445 19.7152 5.6654 19.1506C5.50323 18.575 5.48722 18.1146 5.50618 17.9676L4.5144 17.8397ZM5.85193 21.5231C6.53385 22.2631 7.41664 22.7153 8.39637 22.7153V21.7153C7.74353 21.7153 7.11467 21.4177 6.58728 20.8454L5.85193 21.5231ZM8.36021 22.714C9.31974 22.7836 10.1525 22.5826 10.8841 22.0862C11.6033 21.5982 12.187 20.8501 12.7059 19.8913L11.8265 19.4153C11.3477 20.2998 10.8581 20.8953 10.3226 21.2587C9.79956 21.6136 9.19628 21.772 8.43254 21.7166L8.36021 22.714ZM12.6947 19.911L20.8878 6.28875L20.0308 5.77334L11.8377 19.3956L12.6947 19.911Z" fill="currentColor"/>
|
2
|
+ <path d="M19.0249 17.2294L28.2735 5.81505C28.6617 5.33294 28.5951 4.62925 28.1232 4.22861C27.6316 3.81128 26.8923 3.88354 26.4908 4.38814L17.2258 15.9751M12.6021 21.0554L15.0713 23.0332M11.5039 22.3967L16.1492 16.5423C16.7163 15.8283 17.7551 15.7098 18.4685 16.2777C19.1903 16.8524 19.3005 17.9073 18.713 18.6187L13.5723 24.8753C11.9303 26.9749 10.3109 27.7889 8.17672 27.2666C7.15322 27.0935 6.28508 26.463 5.66613 25.5121C4.54671 23.8317 4.67056 21.717 4.84579 21.1422C5.05417 20.3716 5.74208 19.7626 6.48883 19.7278C6.64709 19.7143 6.76081 19.7335 6.87453 19.7527C7.32941 19.8297 7.71988 20.057 7.97011 20.4217C8.22035 20.7864 8.29906 21.2429 8.26406 21.6803C8.2158 22.196 8.26615 23.0507 8.55429 23.4218C8.77987 23.7018 9.1937 23.8669 9.55475 23.8071C10.1531 23.8057 10.7004 23.2278 11.5039 22.3967Z" stroke="currentColor"/>
|
3
|
+ <circle cx="10.3791" cy="13.9078" r="2.5" transform="rotate(-3.71933 10.3791 13.9078)" stroke="currentColor"/>
|
3
4
|
</symbol></svg>
|
removed
priv/static/svgs/icons_new/sport-lo-l.svg
|
@@ -1,3 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M8.96182 21.5457C7.56278 20.0392 6.65834 18.0751 6.51873 15.8864C6.38424 13.778 6.98056 11.79 8.09446 10.1588M24.9749 18.3595C25.378 17.2282 25.5623 16.0013 25.4813 14.7307C25.2629 11.3069 23.1727 8.43251 20.2454 7M12.951 12.6557V19.8506C12.951 21.1062 12.3877 22.2986 11.41 23.1129C10.6342 23.7591 11.1017 25 12.121 25H22.8067C23.2415 25 23.6541 24.8121 23.9339 24.4867L24.6806 23.618C25.4855 22.6817 24.8045 21.253 23.5534 21.253H18.5228C17.7097 21.253 17.0505 20.6087 17.0505 19.8139V7.29694H12.5711C11.4806 7.29694 10.9084 8.56236 11.6425 9.35065C12.4844 10.2547 12.951 11.4332 12.951 12.6557Z" stroke="currentColor" stroke-linecap="round"/>
|
3
|
- </symbol></svg>
|
added
priv/static/svgs/icons_new/sport-lol.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M8.96182 21.5457C7.56278 20.0392 6.65834 18.0751 6.51873 15.8864C6.38424 13.778 6.98056 11.79 8.09446 10.1588M24.9749 18.3595C25.378 17.2282 25.5623 16.0013 25.4813 14.7307C25.2629 11.3069 23.1727 8.43251 20.2454 7M12.951 12.6557V19.8506C12.951 21.1062 12.3877 22.2986 11.41 23.1129C10.6342 23.7591 11.1017 25 12.121 25H22.8067C23.2415 25 23.6541 24.8121 23.9339 24.4867L24.6806 23.618C25.4855 22.6817 24.8045 21.253 23.5534 21.253H18.5228C17.7097 21.253 17.0505 20.6087 17.0505 19.8139V7.29694H12.5711C11.4806 7.29694 10.9084 8.56236 11.6425 9.35065C12.4844 10.2547 12.951 11.4332 12.951 12.6557Z" stroke="currentColor" stroke-linecap="round"/>
|
3
|
+ </symbol></svg>
|
removed
priv/static/svgs/icons_new/sport-m-m-a.svg
|
@@ -1,3 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M12.6397 13.4736L6.22659 10.1094C5.57858 9.77927 5.31549 8.97693 5.63725 8.31213C5.95902 7.64733 6.7411 7.37742 7.38911 7.70752L14.3039 11.3273C14.3039 11.3273 15.3831 16.7424 12.1392 21.3988M11.5931 8.63655C11.425 8.23013 11.4237 7.74828 11.6313 7.31938C11.9738 6.61169 12.5474 6.44945 12.986 6.51245C13.0382 6.5123 13.0591 6.52295 13.1009 6.54425C13.5499 6.63935 13.9472 6.89521 14.2405 7.25844C14.7745 7.87798 15.9047 8.98839 17.7957 9.65762C18.8926 10.0293 19.3951 10.6061 19.9825 11.6538C20.3391 12.3167 20.7483 13.0865 21.0739 13.8672C21.0739 13.8672 21.6527 15.6324 23.0324 16.3352L26.5 18.0558M10.7661 15.5134L6.43646 13.3078C5.78845 12.9777 5.52535 12.1754 5.84712 11.5106L6.39027 10.3884M9.15435 17.6596L6.78427 16.4522C6.13626 16.1221 5.87316 15.3197 6.19493 14.6549L6.75342 13.5011M23.4358 25.5L19.7332 23.6366C17.6218 22.5075 17.1207 22.4661 17.1207 22.4661C17.1207 22.4661 16.5462 22.3071 15.7526 22.1702C13.2988 21.8024 11.3665 21.2725 9.11954 20.2081L7.47921 19.3724C6.8312 19.0423 6.35452 18.1312 6.67629 17.4664L7.08767 16.6165M25.5548 17.6348L22.0777 24.8189M16.4638 11.6297C16.7319 10.9682 17.2223 10.0512 18.7457 10.2393" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
- </symbol></svg>
|
added
priv/static/svgs/icons_new/sport-mma.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M12.6397 13.4736L6.22659 10.1094C5.57858 9.77927 5.31549 8.97693 5.63725 8.31213C5.95902 7.64733 6.7411 7.37742 7.38911 7.70752L14.3039 11.3273C14.3039 11.3273 15.3831 16.7424 12.1392 21.3988M11.5931 8.63655C11.425 8.23013 11.4237 7.74828 11.6313 7.31938C11.9738 6.61169 12.5474 6.44945 12.986 6.51245C13.0382 6.5123 13.0591 6.52295 13.1009 6.54425C13.5499 6.63935 13.9472 6.89521 14.2405 7.25844C14.7745 7.87798 15.9047 8.98839 17.7957 9.65762C18.8926 10.0293 19.3951 10.6061 19.9825 11.6538C20.3391 12.3167 20.7483 13.0865 21.0739 13.8672C21.0739 13.8672 21.6527 15.6324 23.0324 16.3352L26.5 18.0558M10.7661 15.5134L6.43646 13.3078C5.78845 12.9777 5.52535 12.1754 5.84712 11.5106L6.39027 10.3884M9.15435 17.6596L6.78427 16.4522C6.13626 16.1221 5.87316 15.3197 6.19493 14.6549L6.75342 13.5011M23.4358 25.5L19.7332 23.6366C17.6218 22.5075 17.1207 22.4661 17.1207 22.4661C17.1207 22.4661 16.5462 22.3071 15.7526 22.1702C13.2988 21.8024 11.3665 21.2725 9.11954 20.2081L7.47921 19.3724C6.8312 19.0423 6.35452 18.1312 6.67629 17.4664L7.08767 16.6165M25.5548 17.6348L22.0777 24.8189M16.4638 11.6297C16.7319 10.9682 17.2223 10.0512 18.7457 10.2393" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/sport-zed-run.svg
|
@@ -0,0 +1,4 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M8 12.9375C7.72386 12.9375 7.5 13.1614 7.5 13.4375C7.5 13.7137 7.72386 13.9375 8 13.9375V12.9375ZM11.604 13.9099L12.0343 14.1645L11.604 13.9099ZM8.27952 19.5276L8.70982 19.7823L8.70982 19.7823L8.27952 19.5276ZM11.8835 20.5C12.1596 20.5 12.3835 20.2761 12.3835 20C12.3835 19.7238 12.1596 19.5 11.8835 19.5V20.5ZM24.5 10C24.5 9.72386 24.2761 9.5 24 9.5C23.7239 9.5 23.5 9.72386 23.5 10H24.5ZM14.2135 12.9375C13.9374 12.9375 13.7135 13.1614 13.7135 13.4375C13.7135 13.7137 13.9374 13.9375 14.2135 13.9375V12.9375ZM18.2524 13.9375C18.5285 13.9375 18.7524 13.7137 18.7524 13.4375C18.7524 13.1614 18.5285 12.9375 18.2524 12.9375V13.9375ZM14.2135 16.2188C13.9374 16.2188 13.7135 16.4426 13.7135 16.7188C13.7135 16.9949 13.9374 17.2188 14.2135 17.2188V16.2188ZM18.2524 17.2188C18.5285 17.2188 18.7524 16.9949 18.7524 16.7188C18.7524 16.4426 18.5285 16.2188 18.2524 16.2188V17.2188ZM14.2135 19.5C13.9374 19.5 13.7135 19.7239 13.7135 20C13.7135 20.2761 13.9374 20.5 14.2135 20.5V19.5ZM18.2524 20.5C18.5285 20.5 18.7524 20.2761 18.7524 20C18.7524 19.7239 18.5285 19.5 18.2524 19.5V20.5ZM8 13.9375H11.337V12.9375H8V13.9375ZM11.1737 13.6552L7.84922 19.273L8.70982 19.7823L12.0343 14.1645L11.1737 13.6552ZM8.54648 20.5H11.8835V19.5H8.54648V20.5ZM7.84922 19.273C7.5313 19.8102 7.9131 20.5 8.54648 20.5V19.5C8.69786 19.5 8.78119 19.6617 8.70982 19.7823L7.84922 19.273ZM11.337 13.9375C11.1856 13.9375 11.1023 13.7758 11.1737 13.6552L12.0343 14.1645C12.3522 13.6273 11.9704 12.9375 11.337 12.9375V13.9375ZM23.5 10V19.3749H24.5V10H23.5ZM23.3786 19.4999H20.8932V20.4999H23.3786V19.4999ZM20.7718 19.3749V14.0625H19.7718V19.3749H20.7718ZM20.8932 13.9375H23.8447V12.9375H20.8932V13.9375ZM20.7718 14.0625C20.7718 13.9907 20.8289 13.9375 20.8932 13.9375V12.9375C20.2711 12.9375 19.7718 13.4439 19.7718 14.0625H20.7718ZM20.8932 19.4999C20.8289 19.4999 20.7718 19.4467 20.7718 19.3749H19.7718C19.7718 19.9935 20.2711 20.4999 20.8932 20.4999V19.4999ZM23.5 19.3749C23.5 19.4467 23.4429 19.4999 23.3786 19.4999V20.4999C24.0007 20.4999 24.5 19.9935 24.5 19.3749H23.5ZM14.2135 13.9375H18.2524V12.9375H14.2135V13.9375ZM14.2135 17.2188H18.2524V16.2188H14.2135V17.2188ZM14.2135 20.5H18.2524V19.5H14.2135V20.5Z" fill="currentColor"/>
|
3
|
+ <rect x="4" y="4" width="24" height="24" rx="4" stroke="currentColor"/>
|
4
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/text-decrease-indent.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M6.5 25H25.5M15.2692 19H25.5M6.5 7H25.5M15.2692 13H25.5M11.6154 13L8.69232 16L11.6154 19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
removed
priv/static/svgs/icons_new/text-descrease-indent.svg
|
@@ -1,3 +0,0 @@
|
1
|
- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
- <path d="M6.5 25H25.5M15.2692 19H25.5M6.5 7H25.5M15.2692 13H25.5M11.6154 13L8.69232 16L11.6154 19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
- </symbol></svg>
|
changed
priv/static/svgs/icons_new/travel-bus.svg
|
@@ -1,3 +1,3 @@
|
1
1
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
2
|
<path d="M13.36 7.23913C13.0839 7.23913 12.86 7.46299 12.86 7.73913C12.86 8.01527 13.0839 8.23913 13.36 8.23913V7.23913ZM18.64 8.23913C18.9161 8.23913 19.14 8.01527 19.14 7.73913C19.14 7.46299 18.9161 7.23913 18.64 7.23913V8.23913ZM12.48 20.7174C12.2039 20.7174 11.98 20.9412 11.98 21.2174C11.98 21.4935 12.2039 21.7174 12.48 21.7174V20.7174ZM19.52 21.7174C19.7961 21.7174 20.02 21.4935 20.02 21.2174C20.02 20.9412 19.7961 20.7174 19.52 20.7174V21.7174ZM6.91739 16.8298C6.65528 16.7428 6.37234 16.8849 6.28542 17.147C6.19849 17.4091 6.34051 17.692 6.60261 17.7789L6.91739 16.8298ZM7.4024 17.5174L7.24501 17.992L7.24598 17.9923L7.4024 17.5174ZM24.5932 17.5174L24.7496 17.9923L24.7506 17.992L24.5932 17.5174ZM25.393 17.7789C25.6551 17.692 25.7971 17.4091 25.7102 17.147C25.6233 16.8849 25.3403 16.7428 25.0782 16.8298L25.393 17.7789ZM13.36 8.23913H18.64V7.23913H13.36V8.23913ZM6.76 9.97826H25.24V8.97826H6.76V9.97826ZM12.48 21.7174H19.52V20.7174H12.48V21.7174ZM21.22 23.8261V25.1304H22.22V23.8261H21.22ZM21.22 25.1304C21.22 25.8904 21.8455 26.5 22.6 26.5V25.5C22.3865 25.5 22.22 25.3269 22.22 25.1304H21.22ZM22.6 26.5H23.48V25.5H22.6V26.5ZM23.48 26.5C24.2345 26.5 24.86 25.8904 24.86 25.1304H23.86C23.86 25.3269 23.6935 25.5 23.48 25.5V26.5ZM24.86 25.1304V23.8261H23.86V25.1304H24.86ZM7.14 23.8261V25.1304H8.14V23.8261H7.14ZM7.14 25.1304C7.14 25.8904 7.7655 26.5 8.52 26.5V25.5C8.3065 25.5 8.14 25.3269 8.14 25.1304H7.14ZM8.52 26.5H9.4V25.5H8.52V26.5ZM9.4 26.5C10.1545 26.5 10.78 25.8904 10.78 25.1304H9.78C9.78 25.3269 9.6135 25.5 9.4 25.5V26.5ZM10.78 25.1304V23.8261H9.78V25.1304H10.78ZM9.34 21.2174C9.34 21.4159 9.17551 21.587 8.96 21.587V22.587C9.71651 22.587 10.34 21.9794 10.34 21.2174H9.34ZM8.96 21.587C8.74449 21.587 8.58 21.4159 8.58 21.2174H7.58C7.58 21.9794 8.20349 22.587 8.96 22.587V21.587ZM8.58 21.2174C8.58 21.0189 8.74449 20.8478 8.96 20.8478V19.8478C8.20349 19.8478 7.58 20.4554 7.58 21.2174H8.58ZM8.96 20.8478C9.17551 20.8478 9.34 21.0189 9.34 21.2174H10.34C10.34 20.4554 9.71651 19.8478 8.96 19.8478V20.8478ZM23.42 21.2174C23.42 21.4159 23.2555 21.587 23.04 21.587V22.587C23.7965 22.587 24.42 21.9794 24.42 21.2174H23.42ZM23.04 21.587C22.8245 21.587 22.66 21.4159 22.66 21.2174H21.66C21.66 21.9794 22.2835 22.587 23.04 22.587V21.587ZM22.66 21.2174C22.66 21.0189 22.8245 20.8478 23.04 20.8478V19.8478C22.2835 19.8478 21.66 20.4554 21.66 21.2174H22.66ZM23.04 20.8478C23.2555 20.8478 23.42 21.0189 23.42 21.2174H24.42C24.42 20.4554 23.7965 19.8478 23.04 19.8478V20.8478ZM9.4 6.5H22.6V5.5H9.4V6.5ZM22.6 6.5C23.7859 6.5 24.74 7.45131 24.74 8.6087H25.74C25.74 6.88782 24.3269 5.5 22.6 5.5V6.5ZM24.74 8.6087V22.9565H25.74V8.6087H24.74ZM24.74 22.9565C24.74 23.153 24.5735 23.3261 24.36 23.3261V24.3261C25.1145 24.3261 25.74 23.7165 25.74 22.9565H24.74ZM24.36 23.3261H7.64V24.3261H24.36V23.3261ZM7.64 23.3261C7.4265 23.3261 7.26 23.153 7.26 22.9565H6.26C6.26 23.7165 6.8855 24.3261 7.64 24.3261V23.3261ZM7.26 22.9565V8.6087H6.26V22.9565H7.26ZM7.26 8.6087C7.26 7.45131 8.2141 6.5 9.4 6.5V5.5C7.6731 5.5 6.26 6.88782 6.26 8.6087H7.26ZM6.76 14.1957H5.88V15.1957H6.76V14.1957ZM5.88 14.1957C5.6665 14.1957 5.5 14.0226 5.5 13.8261H4.5C4.5 14.5861 5.1255 15.1957 5.88 15.1957V14.1957ZM5.5 13.8261V11.2174H4.5V13.8261H5.5ZM5.5 11.2174C5.5 11.0209 5.6665 10.8478 5.88 10.8478V9.84783C5.1255 9.84783 4.5 10.4574 4.5 11.2174H5.5ZM5.88 10.8478H6.76V9.84783H5.88V10.8478ZM25.24 10.8478H26.12V9.84783H25.24V10.8478ZM26.12 10.8478C26.3335 10.8478 26.5 11.0209 26.5 11.2174H27.5C27.5 10.4574 26.8745 9.84783 26.12 9.84783V10.8478ZM26.5 11.2174V13.8261H27.5V11.2174H26.5ZM26.5 13.8261C26.5 14.0226 26.3335 14.1957 26.12 14.1957V15.1957C26.8745 15.1957 27.5 14.5861 27.5 13.8261H26.5ZM26.12 14.1957H25.24V15.1957H26.12V14.1957ZM6.60261 17.7789L7.24501 17.992L7.55979 17.0428L6.91739 16.8298L6.60261 17.7789ZM7.24598 17.9923C7.74625 18.1571 8.26991 18.2391 8.7928 18.2391V17.2391C8.37408 17.2391 7.95615 17.1734 7.55882 17.0425L7.24598 17.9923ZM8.7928 18.2391H23.2028V17.2391H8.7928V18.2391ZM23.2028 18.2391C23.7257 18.2391 24.2494 18.1571 24.7496 17.9923L24.4368 17.0425C24.0394 17.1734 23.6215 17.2391 23.2028 17.2391V18.2391ZM24.7506 17.992L25.393 17.7789L25.0782 16.8298L24.4358 17.0428L24.7506 17.992Z" fill="currentColor"/>
|
3
|
- </symbol></svg>
|
|
\ No newline at end of file
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/travel-coctail.svg
|
@@ -0,0 +1,3 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M16 23.913C12.5904 23.913 8.5 21.3074 8.5 17.6957C8.5 14.4808 9.96751 11.3216 11.6702 8.5535C11.8497 8.2617 12.1691 8.08696 12.5117 8.08696H19.4883C19.8309 8.08696 20.1503 8.2617 20.3298 8.5535C22.0325 11.3216 23.5 14.4808 23.5 17.6957C23.5 21.3074 19.4096 23.913 16 23.913ZM16 23.913V29M10.8077 29H16M16 29H21.1923M18.1808 21.7483L14.9658 4.76268C14.8929 4.3776 14.6018 4.07059 14.2212 3.97736L10.2308 3M9.36538 13.1739H14.4596M16.5596 13.1739H22.6346M16 19.38L14.3219 18.6016C13.7722 18.3466 13.0998 18.638 13.0772 19.2435C13.0396 20.2526 13.4722 21.0471 14.4365 21.6013C15.0077 21.9291 15.6538 22.0309 16.2596 21.9291M11.2173 17.8709L11.6498 16.5963C11.8258 16.0778 12.386 15.7973 12.9066 15.9669L14.3962 16.4522M19.6058 19.3461L20.3848 19.0934C20.9148 18.9214 21.2021 18.3494 21.0234 17.8216L20.5669 16.4726C20.3943 15.9628 19.8493 15.681 19.3336 15.835L18.7808 16" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ </symbol></svg>
|
added
priv/static/svgs/icons_new/travel-desk-bell.svg
|
@@ -0,0 +1,5 @@
|
1
|
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
|
+ <path d="M16.5 10.7229C10.9772 10.7229 6.5 15.2001 6.5 20.7229H26.5C26.5 15.2001 22.0228 10.7229 16.5 10.7229Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+ <path d="M6.5 24.6125H26.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
4
|
+ <path d="M14.2773 7.38989H18.7217" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
5
|
+ </symbol></svg>
|
changed
priv/static/svgs/icons_new/travel-train.svg
|
@@ -1,3 +1,3 @@
|
1
1
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><symbol id="item" viewBox="0 0 32 32" >
|
2
2
|
<path d="M12.2985 24.2335C12.4965 24.041 12.501 23.7245 12.3085 23.5265C12.116 23.3285 11.7995 23.324 11.6015 23.5165L12.2985 24.2335ZM8.90146 26.1415C8.70347 26.334 8.69901 26.6505 8.8915 26.8485C9.084 27.0465 9.40055 27.051 9.59854 26.8585L8.90146 26.1415ZM20.3985 23.5165C20.2005 23.324 19.884 23.3285 19.6915 23.5265C19.499 23.7245 19.5035 24.041 19.7015 24.2335L20.3985 23.5165ZM22.4015 26.8585C22.5995 27.051 22.916 27.0465 23.1085 26.8485C23.301 26.6505 23.2965 26.334 23.0985 26.1415L22.4015 26.8585ZM8.8 9.875V9.375C8.52386 9.375 8.3 9.59886 8.3 9.875H8.8ZM23.2 9.875H23.7C23.7 9.59886 23.4761 9.375 23.2 9.375V9.875ZM23.2 16V16.5C23.4761 16.5 23.7 16.2761 23.7 16H23.2ZM8.8 16H8.3C8.3 16.2761 8.52386 16.5 8.8 16.5V16ZM12.4 7.625C12.1239 7.625 11.9 7.84886 11.9 8.125C11.9 8.40114 12.1239 8.625 12.4 8.625V7.625ZM19.6 8.625C19.8761 8.625 20.1 8.40114 20.1 8.125C20.1 7.84886 19.8761 7.625 19.6 7.625V8.625ZM10.15 25.125C9.87386 25.125 9.65 25.3489 9.65 25.625C9.65 25.9011 9.87386 26.125 10.15 26.125V25.125ZM21.85 26.125C22.1261 26.125 22.35 25.9011 22.35 25.625C22.35 25.3489 22.1261 25.125 21.85 25.125V26.125ZM21.4 24.375C23.6518 24.375 25.5 22.5981 25.5 20.375H24.5C24.5 22.0194 23.1262 23.375 21.4 23.375V24.375ZM25.5 20.375V10.3125H24.5V20.375H25.5ZM25.5 10.3125C25.5 9.22614 25.3871 7.81574 24.0176 6.72588C22.6969 5.67482 20.2987 5 16 5V6C20.2513 6 22.3531 6.67924 23.3949 7.50834C24.3879 8.29864 24.5 9.29449 24.5 10.3125H25.5ZM16 5C11.7013 5 9.3031 5.67482 7.9824 6.72588C6.61295 7.81574 6.5 9.22614 6.5 10.3125H7.5C7.5 9.29449 7.61205 8.29864 8.6051 7.50834C9.6469 6.67924 11.7487 6 16 6V5ZM6.5 10.3125V20.375H7.5V10.3125H6.5ZM6.5 20.375C6.5 22.5981 8.34823 24.375 10.6 24.375V23.375C8.87377 23.375 7.5 22.0194 7.5 20.375H6.5ZM10.6 24.375H21.4V23.375H10.6V24.375ZM11.45 19.0625C11.45 19.498 11.0828 19.875 10.6 19.875V20.875C11.6084 20.875 12.45 20.0767 12.45 19.0625H11.45ZM10.6 19.875C10.1172 19.875 9.75 19.498 9.75 19.0625H8.75C8.75 20.0767 9.59164 20.875 10.6 20.875V19.875ZM9.75 19.0625C9.75 18.627 10.1172 18.25 10.6 18.25V17.25C9.59164 17.25 8.75 18.0483 8.75 19.0625H9.75ZM10.6 18.25C11.0828 18.25 11.45 18.627 11.45 19.0625H12.45C12.45 18.0483 11.6084 17.25 10.6 17.25V18.25ZM22.25 19.0625C22.25 19.498 21.8828 19.875 21.4 19.875V20.875C22.4084 20.875 23.25 20.0767 23.25 19.0625H22.25ZM21.4 19.875C20.9172 19.875 20.55 19.498 20.55 19.0625H19.55C19.55 20.0767 20.3916 20.875 21.4 20.875V19.875ZM20.55 19.0625C20.55 18.627 20.9172 18.25 21.4 18.25V17.25C20.3916 17.25 19.55 18.0483 19.55 19.0625H20.55ZM21.4 18.25C21.8828 18.25 22.25 18.627 22.25 19.0625H23.25C23.25 18.0483 22.4084 17.25 21.4 17.25V18.25ZM11.6015 23.5165L8.90146 26.1415L9.59854 26.8585L12.2985 24.2335L11.6015 23.5165ZM19.7015 24.2335L22.4015 26.8585L23.0985 26.1415L20.3985 23.5165L19.7015 24.2335ZM8.8 10.375H23.2V9.375H8.8V10.375ZM22.7 9.875V16H23.7V9.875H22.7ZM23.2 15.5H8.8V16.5H23.2V15.5ZM9.3 16V9.875H8.3V16H9.3ZM12.4 8.625H19.6V7.625H12.4V8.625ZM10.15 26.125H21.85V25.125H10.15V26.125Z" fill="currentColor"/>
|
3
|
- </symbol></svg>
|
|
\ No newline at end of file
|
3
|
+ </symbol></svg>
|