@qite/tide-booking-component 1.4.105 → 1.4.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-cjs/index.js +18288 -20939
- package/build/build-cjs/src/qsm/store/qsm-slice.d.ts +2 -1
- package/build/build-cjs/src/shared/components/icon.d.ts +1 -0
- package/build/build-cjs/src/shared/utils/localization-util.d.ts +4 -0
- package/build/build-esm/index.js +18234 -20846
- package/build/build-esm/src/qsm/store/qsm-slice.d.ts +2 -1
- package/build/build-esm/src/shared/components/icon.d.ts +1 -0
- package/build/build-esm/src/shared/utils/localization-util.d.ts +4 -0
- package/package.json +2 -2
- package/src/booking-product/components/amount-input.tsx +1 -1
- package/src/booking-product/components/date-range-picker/calendar.tsx +1 -1
- package/src/booking-product/components/dates.tsx +1 -1
- package/src/booking-product/components/header.tsx +1 -1
- package/src/booking-product/components/rating.tsx +1 -1
- package/src/booking-product/components/rooms.tsx +1 -1
- package/src/booking-wizard/components/message.tsx +1 -1
- package/src/booking-wizard/features/confirmation/confirmation.tsx +1 -1
- package/src/booking-wizard/features/flight-options/flight-filter.tsx +1 -1
- package/src/booking-wizard/features/flight-options/flight-option-flight.tsx +1 -1
- package/src/booking-wizard/features/flight-options/flight-option-modal.tsx +1 -1
- package/src/booking-wizard/features/summary/summary.tsx +1 -1
- package/src/booking-wizard/features/travelers-form/type-ahead-input.tsx +1 -1
- package/src/content/components/accordion.tsx +1 -1
- package/src/content/components/contact.tsx +0 -1
- package/src/content/components/gallery.tsx +3 -3
- package/src/content/components/login.tsx +1 -2
- package/src/content/components/personal-contact-form.tsx +1 -1
- package/src/content/components/slider.tsx +1 -1
- package/src/content/featured-trips/featured-trip-card.tsx +1 -1
- package/src/content/features/content-page/content-page-self-contained.tsx +1 -1
- package/src/content/footer/index.tsx +1 -1
- package/src/content/navbar/index.tsx +1 -1
- package/src/qsm/components/QSMContainer/qsm-container.tsx +58 -5
- package/src/qsm/components/search-input/index.tsx +1 -1
- package/src/qsm/components/search-input-group/index.tsx +13 -2
- package/src/qsm/components/travel-input/index.tsx +1 -3
- package/src/qsm/components/travel-input-group/index.tsx +1 -1
- package/src/qsm/store/qsm-slice.ts +10 -3
- package/src/search-results/components/excursions/day-by-day-excursions.tsx +4 -9
- package/src/search-results/components/filters/filters.tsx +1 -1
- package/src/search-results/components/filters/flight-filters.tsx +1 -1
- package/src/search-results/components/flight/flight-results.tsx +1 -1
- package/src/search-results/components/flight/flight-selection/independent-flight-option.tsx +1 -1
- package/src/search-results/components/flight/flight-selection/independent-flight-selection.tsx +1 -1
- package/src/search-results/components/flight/flight-selection/paired-flight-option.tsx +1 -1
- package/src/search-results/components/flight/flight-selection/paired-flight-selection.tsx +1 -1
- package/src/search-results/components/group-tour/group-tour-card.tsx +1 -1
- package/src/search-results/components/hotel/hotel-accommodation-results.tsx +1 -1
- package/src/search-results/components/hotel/hotel-card.tsx +1 -1
- package/src/search-results/components/itinerary/full-itinerary.tsx +161 -53
- package/src/search-results/components/itinerary/index.tsx +32 -8
- package/src/search-results/components/round-trip/round-trip-results.tsx +1 -1
- package/src/search-results/components/search-results-container/flight-search-results.tsx +1 -1
- package/src/search-results/components/search-results-container/search-results-container.tsx +5 -6
- package/src/search-results/components/tab-views/index.tsx +1 -1
- package/src/search-results/features/flights/flight-search-results-self-contained.tsx +1 -1
- package/src/search-results/features/hotels/hotel-flight-search-results-self-contained.tsx +1 -1
- package/src/search-results/features/hotels/hotel-search-results-self-contained.tsx +1 -1
- package/src/shared/components/flyin/flyin.tsx +1 -1
- package/src/shared/components/icon.tsx +349 -88
- package/src/shared/translations/ar-SA.json +4 -0
- package/src/shared/translations/da-DK.json +4 -0
- package/src/shared/translations/de-DE.json +4 -0
- package/src/shared/translations/en-GB.json +4 -0
- package/src/shared/translations/es-ES.json +4 -0
- package/src/shared/translations/fr-BE.json +4 -0
- package/src/shared/translations/fr-FR.json +4 -0
- package/src/shared/translations/is-IS.json +4 -0
- package/src/shared/translations/it-IT.json +4 -0
- package/src/shared/translations/ja-JP.json +4 -0
- package/src/shared/translations/nl-BE.json +4 -0
- package/src/shared/translations/nl-NL.json +4 -0
- package/src/shared/translations/no-NO.json +4 -0
- package/src/shared/translations/pl-PL.json +4 -0
- package/src/shared/translations/pt-PT.json +4 -0
- package/src/shared/translations/sv-SE.json +4 -0
- package/src/shared/utils/tide-api-utils.ts +2 -2
- package/styles/booking-qsm-variables.scss +2 -2
- package/styles/booking-search-results-variables.scss +17 -17
- package/styles/components/_faq.scss +2 -0
- package/styles/components/_flyin.scss +19 -0
- package/styles/components/_gallery.scss +5 -2
- package/build/build-cjs/src/booking-product/components/icon.d.ts +0 -10
- package/build/build-cjs/src/booking-wizard/components/icon.d.ts +0 -10
- package/build/build-cjs/src/content/components/icon.d.ts +0 -10
- package/build/build-cjs/src/qsm/components/icon.d.ts +0 -10
- package/build/build-cjs/src/search-results/components/icon.d.ts +0 -11
- package/build/build-esm/src/booking-product/components/icon.d.ts +0 -10
- package/build/build-esm/src/booking-wizard/components/icon.d.ts +0 -10
- package/build/build-esm/src/content/components/icon.d.ts +0 -10
- package/build/build-esm/src/qsm/components/icon.d.ts +0 -10
- package/build/build-esm/src/search-results/components/icon.d.ts +0 -11
- package/src/booking-product/components/icon.tsx +0 -200
- package/src/booking-wizard/components/icon.tsx +0 -398
- package/src/content/components/icon.tsx +0 -695
- package/src/qsm/components/icon.tsx +0 -354
- package/src/search-results/components/icon.tsx +0 -677
|
@@ -1,354 +0,0 @@
|
|
|
1
|
-
import { isEmpty } from 'lodash';
|
|
2
|
-
import React, { useContext } from 'react';
|
|
3
|
-
// import SettingsContext from '../settings-context'; // TODO: SETTINGS LOGIC FOR QSM
|
|
4
|
-
import HTMLComment from 'react-html-comment';
|
|
5
|
-
|
|
6
|
-
interface IconProps {
|
|
7
|
-
name: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
title?: string;
|
|
10
|
-
width?: number;
|
|
11
|
-
height?: number;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
const Icon: React.FC<IconProps> = ({ name, className, title, width, height }) => {
|
|
15
|
-
const { icons } = { icons: '' }; // useContext(SettingsContext);
|
|
16
|
-
|
|
17
|
-
if (icons) {
|
|
18
|
-
return (
|
|
19
|
-
<svg className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')} width={width} height={height}>
|
|
20
|
-
{title && <title>{title}</title>}
|
|
21
|
-
<use href={`${icons}#${name}`}></use>
|
|
22
|
-
</svg>
|
|
23
|
-
);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
switch (name) {
|
|
27
|
-
case 'ui-close':
|
|
28
|
-
return (
|
|
29
|
-
<svg
|
|
30
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
31
|
-
width={width}
|
|
32
|
-
height={height}
|
|
33
|
-
viewBox="0 0 384 512">
|
|
34
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
35
|
-
{title && <title>{title}</title>}
|
|
36
|
-
<path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z" />
|
|
37
|
-
</svg>
|
|
38
|
-
);
|
|
39
|
-
|
|
40
|
-
case 'ui-plus':
|
|
41
|
-
return (
|
|
42
|
-
<svg
|
|
43
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
44
|
-
width={width}
|
|
45
|
-
height={height}
|
|
46
|
-
viewBox="0 0 448 512">
|
|
47
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
48
|
-
{title && <title>{title}</title>}
|
|
49
|
-
<path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z" />
|
|
50
|
-
</svg>
|
|
51
|
-
);
|
|
52
|
-
|
|
53
|
-
case 'ui-min':
|
|
54
|
-
return (
|
|
55
|
-
<svg
|
|
56
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
57
|
-
width={width}
|
|
58
|
-
height={height}
|
|
59
|
-
viewBox="0 0 448 512">
|
|
60
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
61
|
-
{title && <title>{title}</title>}
|
|
62
|
-
<path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" />
|
|
63
|
-
</svg>
|
|
64
|
-
);
|
|
65
|
-
|
|
66
|
-
case 'ui-chevron':
|
|
67
|
-
return (
|
|
68
|
-
<svg
|
|
69
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
70
|
-
width={width}
|
|
71
|
-
height={height}
|
|
72
|
-
viewBox="0 0 320 512">
|
|
73
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
74
|
-
{title && <title>{title}</title>}
|
|
75
|
-
<path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" />
|
|
76
|
-
</svg>
|
|
77
|
-
);
|
|
78
|
-
|
|
79
|
-
case 'ui-calendar':
|
|
80
|
-
return (
|
|
81
|
-
<svg
|
|
82
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
83
|
-
width={width}
|
|
84
|
-
height={height}
|
|
85
|
-
viewBox="0 0 448 512">
|
|
86
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
87
|
-
{title && <title>{title}</title>}
|
|
88
|
-
<path d="M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z" />
|
|
89
|
-
</svg>
|
|
90
|
-
);
|
|
91
|
-
|
|
92
|
-
case 'ui-bed':
|
|
93
|
-
return (
|
|
94
|
-
<svg
|
|
95
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
96
|
-
width={width}
|
|
97
|
-
height={height}
|
|
98
|
-
viewBox="0 0 640 512">
|
|
99
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
100
|
-
{title && <title>{title}</title>}
|
|
101
|
-
<path
|
|
102
|
-
d="M32 32c17.7 0 32 14.3 32 32l0 256 224 0 0-160c0-17.7 14.3-32 32-32l224 0c53 0 96 43 96 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-224 0-32 0L64 416l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"
|
|
103
|
-
fill="currentColor"
|
|
104
|
-
/>
|
|
105
|
-
</svg>
|
|
106
|
-
);
|
|
107
|
-
|
|
108
|
-
case 'ui-flight':
|
|
109
|
-
return (
|
|
110
|
-
<svg
|
|
111
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
112
|
-
width={width}
|
|
113
|
-
height={height}
|
|
114
|
-
viewBox="0 0 576 512">
|
|
115
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
116
|
-
{title && <title>{title}</title>}
|
|
117
|
-
<path
|
|
118
|
-
d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z"
|
|
119
|
-
fill="currentColor"
|
|
120
|
-
/>
|
|
121
|
-
</svg>
|
|
122
|
-
);
|
|
123
|
-
|
|
124
|
-
case 'ui-transfer':
|
|
125
|
-
return (
|
|
126
|
-
<svg
|
|
127
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
128
|
-
width={width}
|
|
129
|
-
height={height}
|
|
130
|
-
viewBox="0 0 512 512">
|
|
131
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
132
|
-
{title && <title>{title}</title>}
|
|
133
|
-
<path
|
|
134
|
-
d="M192 0c-17.7 0-32 14.3-32 32l0 32 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288L0 432l0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 320 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 0-144c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1l0-.2 0-32c0-17.7-14.3-32-32-32L192 0zM165.4 128l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 224l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"
|
|
135
|
-
fill="currentColor"
|
|
136
|
-
/>
|
|
137
|
-
</svg>
|
|
138
|
-
);
|
|
139
|
-
|
|
140
|
-
case 'ui-star':
|
|
141
|
-
return (
|
|
142
|
-
<svg
|
|
143
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
144
|
-
width={width}
|
|
145
|
-
height={height}
|
|
146
|
-
viewBox="0 0 576 512">
|
|
147
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
148
|
-
{title && <title>{title}</title>}
|
|
149
|
-
<path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z" />
|
|
150
|
-
</svg>
|
|
151
|
-
);
|
|
152
|
-
|
|
153
|
-
case 'ui-halfstar':
|
|
154
|
-
return (
|
|
155
|
-
<svg
|
|
156
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
157
|
-
width={width}
|
|
158
|
-
height={height}
|
|
159
|
-
viewBox="0 0 576 512">
|
|
160
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
161
|
-
{title && <title>{title}</title>}
|
|
162
|
-
<path d="M288 0c-12.2 .1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8 288 0zM429.9 512c1.1 .1 2.1 .1 3.2 0l-3.2 0z" />
|
|
163
|
-
</svg>
|
|
164
|
-
);
|
|
165
|
-
|
|
166
|
-
case 'ui-user':
|
|
167
|
-
return (
|
|
168
|
-
<svg
|
|
169
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
170
|
-
width={width}
|
|
171
|
-
height={height}
|
|
172
|
-
viewBox="0 0 448 512">
|
|
173
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
174
|
-
{title && <title>{title}</title>}
|
|
175
|
-
<path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z" />
|
|
176
|
-
</svg>
|
|
177
|
-
);
|
|
178
|
-
|
|
179
|
-
case 'ui-pencil':
|
|
180
|
-
return (
|
|
181
|
-
<svg
|
|
182
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
183
|
-
width={width}
|
|
184
|
-
height={height}
|
|
185
|
-
viewBox="0 0 512 512">
|
|
186
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
187
|
-
{title && <title>{title}</title>}
|
|
188
|
-
<path d="M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1 0 32c0 8.8 7.2 16 16 16l32 0zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z" />
|
|
189
|
-
</svg>
|
|
190
|
-
);
|
|
191
|
-
|
|
192
|
-
case 'ui-check':
|
|
193
|
-
return (
|
|
194
|
-
<svg
|
|
195
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
196
|
-
width={width}
|
|
197
|
-
height={height}
|
|
198
|
-
viewBox="0 0 448 512">
|
|
199
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
200
|
-
{title && <title>{title}</title>}
|
|
201
|
-
<path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z" />
|
|
202
|
-
</svg>
|
|
203
|
-
);
|
|
204
|
-
|
|
205
|
-
case 'ui-hotel':
|
|
206
|
-
return (
|
|
207
|
-
<svg
|
|
208
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
209
|
-
width={width}
|
|
210
|
-
height={height}
|
|
211
|
-
viewBox="0 0 640 640">
|
|
212
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
213
|
-
{title && <title>{title}</title>}
|
|
214
|
-
<path
|
|
215
|
-
d="M16 24C16 10.7 26.7 0 40 0L472 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 416 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L40 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-416-8 0C26.7 48 16 37.3 16 24zm208 88l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM128 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm96 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM352 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM112 208l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm240-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM288 384l43.8 0c9.9 0 17.5-9 14-18.2-13.8-36.1-48.8-61.8-89.7-61.8s-75.9 25.7-89.7 61.8c-3.5 9.2 4.1 18.2 14 18.2l43.8 0 0 80 64 0 0-80z"
|
|
216
|
-
fill="currentColor"
|
|
217
|
-
/>
|
|
218
|
-
</svg>
|
|
219
|
-
);
|
|
220
|
-
|
|
221
|
-
case 'ui-location':
|
|
222
|
-
return (
|
|
223
|
-
<svg
|
|
224
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
225
|
-
width={width}
|
|
226
|
-
height={height}
|
|
227
|
-
viewBox="0 0 384 512">
|
|
228
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
229
|
-
{title && <title>{title}</title>}
|
|
230
|
-
<path
|
|
231
|
-
d="M0 188.6C0 84.4 86 0 192 0S384 84.4 384 188.6c0 119.3-120.2 262.3-170.4 316.8-11.8 12.8-31.5 12.8-43.3 0-50.2-54.5-170.4-197.5-170.4-316.8zM192 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"
|
|
232
|
-
fill="currentColor"
|
|
233
|
-
/>
|
|
234
|
-
</svg>
|
|
235
|
-
);
|
|
236
|
-
|
|
237
|
-
case 'ui-suitcase':
|
|
238
|
-
return (
|
|
239
|
-
<svg
|
|
240
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
241
|
-
width={width}
|
|
242
|
-
height={height}
|
|
243
|
-
viewBox="0 0 512 512">
|
|
244
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
245
|
-
{title && <title>{title}</title>}
|
|
246
|
-
<path
|
|
247
|
-
d="M200 48l112 0c4.4 0 8 3.6 8 8l0 40-128 0 0-40c0-4.4 3.6-8 8-8zm-56 8l0 424 224 0 0-424c0-30.9-25.1-56-56-56L200 0c-30.9 0-56 25.1-56 56zM416 96l0 384 32 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-32 0zM96 480l0-384-32 0C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l32 0z"
|
|
248
|
-
fill="currentColor"
|
|
249
|
-
/>
|
|
250
|
-
</svg>
|
|
251
|
-
);
|
|
252
|
-
|
|
253
|
-
case 'ui-ticket':
|
|
254
|
-
return (
|
|
255
|
-
<svg
|
|
256
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
257
|
-
width={width}
|
|
258
|
-
height={height}
|
|
259
|
-
viewBox="0 0 576 512">
|
|
260
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
261
|
-
{title && <title>{title}</title>}
|
|
262
|
-
<path
|
|
263
|
-
d="M64 64C28.7 64 0 92.7 0 128l0 64C0 200.8 7.4 207.7 15.7 210.6 34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-8.8-7.4-15.7-15.7-18.6-18.8-6.5-32.3-24.4-32.3-45.4s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6l0-64c0-35.3-28.7-64-64-64L64 64zM416 336l0-160-256 0 0 160 256 0zM112 160c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32l0-192z"
|
|
264
|
-
fill="currentColor"
|
|
265
|
-
/>
|
|
266
|
-
</svg>
|
|
267
|
-
);
|
|
268
|
-
|
|
269
|
-
case 'ui-backforward':
|
|
270
|
-
return (
|
|
271
|
-
<svg
|
|
272
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
273
|
-
width={width}
|
|
274
|
-
height={height}
|
|
275
|
-
viewBox="0 0 512 512">
|
|
276
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
277
|
-
{title && <title>{title}</title>}
|
|
278
|
-
<path
|
|
279
|
-
d="M502.6 150.6l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L402.7 160 32 160c-17.7 0-32-14.3-32-32S14.3 96 32 96l370.7 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3zm-397.3 352l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 352 480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32l-370.7 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z"
|
|
280
|
-
fill="currentColor"
|
|
281
|
-
/>
|
|
282
|
-
</svg>
|
|
283
|
-
);
|
|
284
|
-
|
|
285
|
-
case 'ui-car':
|
|
286
|
-
return (
|
|
287
|
-
<svg
|
|
288
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
289
|
-
width={width}
|
|
290
|
-
height={height}
|
|
291
|
-
viewBox="0 0 512 512">
|
|
292
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
293
|
-
{title && <title>{title}</title>}
|
|
294
|
-
<path
|
|
295
|
-
d="M135.2 117.4l-26.1 74.6 293.8 0-26.1-74.6C372.3 104.6 360.2 96 346.6 96L165.4 96c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32l181.2 0c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2l0 192c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-320 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32L0 256c0-26.7 16.4-49.6 39.6-59.2zM128 304a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
296
|
-
fill="currentColor"
|
|
297
|
-
/>
|
|
298
|
-
</svg>
|
|
299
|
-
);
|
|
300
|
-
|
|
301
|
-
case 'ui-ship':
|
|
302
|
-
return (
|
|
303
|
-
<svg
|
|
304
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
305
|
-
width={width}
|
|
306
|
-
height={height}
|
|
307
|
-
viewBox="0 0 640 512">
|
|
308
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
309
|
-
{title && <title>{title}</title>}
|
|
310
|
-
<path
|
|
311
|
-
d="M272 0c-26.5 0-48 21.5-48 48l0 16-16 0c-44.2 0-80 35.8-80 80l0 108.8-21.6 8.6c-14.8 5.9-22.5 22.4-17.4 37.5 10.4 31.3 26.8 59.3 47.7 83.1 20.1-9.2 41.7-13.9 63.3-14 33.1-.2 66.3 10.2 94.4 31.4l1.6 1.2 0-215-104 41.6 0-83.2c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 83.2-104-41.6 0 215 1.6-1.2c27.5-20.7 59.9-31.2 92.4-31.4 22.3-.1 44.6 4.5 65.3 14 20.9-23.7 37.3-51.8 47.7-83.1 5-15.2-2.6-31.6-17.4-37.5L512 252.8 512 144c0-44.2-35.8-80-80-80l-16 0 0-16c0-26.5-21.5-48-48-48L272 0zM403.4 476.1c21.3-16.1 49.9-16.1 71.2 0 19 14.4 41.9 28.2 67.2 33.3 26.5 5.4 54.3 .8 80.7-19.1 10.6-8 12.7-23 4.7-33.6s-23-12.7-33.6-4.7c-14.9 11.2-28.6 13.1-42.3 10.3-14.9-3-30.9-11.9-47.8-24.6-38.4-29-90.5-29-129 0-24 18.1-40.7 26.3-54.5 26.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129 0-21.6 16.3-41.3 25.8-58.9 25.7-9.6-.1-19.9-3-31.2-11.5-10.6-8-25.6-5.9-33.6 4.7S7 482.3 17.6 490.3c19.1 14.4 39.4 21 59.8 21.1 33.9 .2 64.3-17.4 88.1-35.3 21.3-16.1 49.9-16.1 71.2 0 24.2 18.3 52.3 35.9 83.4 35.9s59.1-17.7 83.4-35.9z"
|
|
312
|
-
fill="currentColor"
|
|
313
|
-
/>
|
|
314
|
-
</svg>
|
|
315
|
-
);
|
|
316
|
-
|
|
317
|
-
case 'ui-user':
|
|
318
|
-
return (
|
|
319
|
-
<svg
|
|
320
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
321
|
-
width={width}
|
|
322
|
-
height={height}
|
|
323
|
-
viewBox="0 0 448 512">
|
|
324
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
325
|
-
{title && <title>{title}</title>}
|
|
326
|
-
<path
|
|
327
|
-
d="M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3l-59.4 0z"
|
|
328
|
-
fill="currentColor"
|
|
329
|
-
/>
|
|
330
|
-
</svg>
|
|
331
|
-
);
|
|
332
|
-
|
|
333
|
-
case 'ui-group':
|
|
334
|
-
return (
|
|
335
|
-
<svg
|
|
336
|
-
className={['icon', `icon--${name}`, className].filter((className) => !isEmpty(className)).join(' ')}
|
|
337
|
-
width={width}
|
|
338
|
-
height={height}
|
|
339
|
-
viewBox="0 0 640 512">
|
|
340
|
-
<HTMLComment text="!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc." />
|
|
341
|
-
{title && <title>{title}</title>}
|
|
342
|
-
<path
|
|
343
|
-
d="M72 88a56 56 0 1 1 112 0A56 56 0 1 1 72 88zM64 245.7C54 256.9 48 271.8 48 288s6 31.1 16 42.3l0-84.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5l0 21.5c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-26.8C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112l32 0c24 0 46.2 7.5 64.4 20.3zM448 416l0-21.5c20-24.7 32-56.2 32-90.5c0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176l32 0c61.9 0 112 50.1 112 112c0 44.7-26.2 83.2-64 101.2l0 26.8c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32zm8-328a56 56 0 1 1 112 0A56 56 0 1 1 456 88zM576 245.7l0 84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM240 304c0 16.2 6 31 16 42.3l0-84.7c-10 11.3-16 26.1-16 42.3zm144-42.3l0 84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM448 304c0 44.7-26.2 83.2-64 101.2l0 42.8c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-42.8c-37.8-18-64-56.5-64-101.2c0-61.9 50.1-112 112-112l32 0c61.9 0 112 50.1 112 112z"
|
|
344
|
-
fill="currentColor"
|
|
345
|
-
/>
|
|
346
|
-
</svg>
|
|
347
|
-
);
|
|
348
|
-
|
|
349
|
-
default:
|
|
350
|
-
return null;
|
|
351
|
-
}
|
|
352
|
-
};
|
|
353
|
-
|
|
354
|
-
export default Icon;
|