@ecohouse/ui 0.1.19 → 0.1.20
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/dist/index.cjs +159 -108
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -3
- package/dist/index.d.ts +11 -3
- package/dist/index.js +106 -58
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/StatCard/StatCard.tsx +2 -1
- package/src/icons/Close/CloseIcon.tsx +18 -0
- package/src/icons/Close/CloseIcon.web.tsx +17 -0
- package/src/icons/Close/closePath.ts +2 -0
- package/src/icons/Close/index.ts +2 -0
- package/src/icons/MapControls/MapControlIcons.tsx +31 -0
- package/src/icons/MapControls/MapControlIcons.web.tsx +30 -0
- package/src/icons/MapControls/index.ts +2 -0
- package/src/icons/MapControls/mapControlPaths.ts +4 -0
- package/src/icons/index.ts +2 -0
- package/src/icons/registry.ts +8 -0
- package/src/index.ts +3 -0
package/dist/index.cjs
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
var react = require('react');
|
|
4
4
|
var reactNative = require('react-native');
|
|
5
|
-
var
|
|
5
|
+
var Svg15 = require('react-native-svg');
|
|
6
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
7
7
|
|
|
8
8
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var Svg15__default = /*#__PURE__*/_interopDefault(Svg15);
|
|
11
11
|
|
|
12
12
|
// src/components/Avatar/Avatar.tsx
|
|
13
13
|
|
|
@@ -288,8 +288,8 @@ function ArrowRightIcon({
|
|
|
288
288
|
color = colors.primary,
|
|
289
289
|
strokeWidth = 2
|
|
290
290
|
}) {
|
|
291
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
292
|
-
|
|
291
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
292
|
+
Svg15.Path,
|
|
293
293
|
{
|
|
294
294
|
d: ARROW_RIGHT_PATH,
|
|
295
295
|
stroke: color,
|
|
@@ -303,8 +303,8 @@ function ArrowRightIcon({
|
|
|
303
303
|
// src/icons/Bag/bagPath.ts
|
|
304
304
|
var BAG_PATH = "M9.23047 9H7.2002C6.08009 9 5.51962 9 5.0918 9.21799C4.71547 9.40973 4.40973 9.71547 4.21799 10.0918C4 10.5196 4 11.0801 4 12.2002V17.8002C4 18.9203 4 19.4801 4.21799 19.9079C4.40973 20.2842 4.71547 20.5905 5.0918 20.7822C5.5192 21 6.07902 21 7.19694 21H16.8031C17.921 21 18.48 21 18.9074 20.7822C19.2837 20.5905 19.5905 20.2842 19.7822 19.9079C20 19.4805 20 18.9215 20 17.8036V12.1969C20 11.079 20 10.5192 19.7822 10.0918C19.5905 9.71547 19.2837 9.40973 18.9074 9.21799C18.4796 9 17.9203 9 16.8002 9H14.7689M9.23047 9H14.7689M9.23047 9C9.10302 9 9 8.89668 9 8.76923V6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6V8.76923C15 8.89668 14.8964 9 14.7689 9";
|
|
305
305
|
function BagIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
306
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
307
|
-
|
|
306
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
307
|
+
Svg15.Path,
|
|
308
308
|
{
|
|
309
309
|
d: BAG_PATH,
|
|
310
310
|
stroke: color,
|
|
@@ -318,8 +318,8 @@ function BagIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
|
318
318
|
// src/icons/Bell/bellPath.ts
|
|
319
319
|
var BELL_PATH = "M7.5 17.5H12.5M10 2.5C7.23858 2.5 5 4.73858 5 7.5C5 8.51208 5.3007 9.45393 5.81764 10.2411C6.61256 11.4515 7.00967 12.0564 7.06127 12.1467C7.52024 12.9508 7.43573 12.6672 7.49349 13.5913C7.49998 13.6952 7.5 13.8524 7.5 14.1667C7.5 14.6269 7.8731 15 8.33333 15L11.6667 15C12.1269 15 12.5 14.6269 12.5 14.1667C12.5 13.8524 12.5 13.6952 12.5065 13.5913C12.5643 12.6672 12.4793 12.9509 12.9382 12.1467C12.9898 12.0564 13.3876 11.4515 14.1825 10.2411C14.6995 9.45393 15.0002 8.51208 15.0002 7.5C15.0002 4.73858 12.7614 2.5 10 2.5Z";
|
|
320
320
|
function BellIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
321
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
322
|
-
|
|
321
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
322
|
+
Svg15.Path,
|
|
323
323
|
{
|
|
324
324
|
d: BELL_PATH,
|
|
325
325
|
stroke: color,
|
|
@@ -333,8 +333,8 @@ function BellIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
333
333
|
// src/icons/Building/buildingPath.ts
|
|
334
334
|
var BUILDING_PATH = "M7.5 9.16659V16.6666M7.5 9.16659H3.83301C3.3663 9.16659 3.13318 9.16659 2.95492 9.25741C2.79811 9.33731 2.67072 9.4647 2.59083 9.6215C2.5 9.79976 2.5 10.0333 2.5 10.5V16.6666H7.5M7.5 9.16659V4.66667C7.5 4.19996 7.5 3.96643 7.59083 3.78817C7.67072 3.63137 7.79811 3.50397 7.95492 3.42408C8.13317 3.33325 8.3663 3.33325 8.83301 3.33325H11.1663C11.6331 3.33325 11.8669 3.33325 12.0452 3.42408C12.202 3.50397 12.329 3.63137 12.4089 3.78817C12.4997 3.96643 12.5 4.19996 12.5 4.66667V6.66659M7.5 16.6666H12.5M12.5 16.6666L17.5 16.6667V8C17.5 7.53329 17.4997 7.29976 17.4089 7.1215C17.329 6.9647 17.2024 6.83731 17.0456 6.75741C16.8674 6.66659 16.6334 6.66659 16.1667 6.66659H12.5M12.5 16.6666V6.66659";
|
|
335
335
|
function BuildingIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
336
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
337
|
-
|
|
336
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
337
|
+
Svg15.Path,
|
|
338
338
|
{
|
|
339
339
|
d: BUILDING_PATH,
|
|
340
340
|
stroke: color,
|
|
@@ -348,8 +348,8 @@ function BuildingIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
348
348
|
// src/icons/Calendar/calendarPath.ts
|
|
349
349
|
var CALENDAR_PATH = "M14 6.66668H2M14 8.33334V5.86668C14 4.74657 14 4.18652 13.782 3.7587C13.5903 3.38237 13.2843 3.07641 12.908 2.88466C12.4802 2.66668 11.9201 2.66668 10.8 2.66668H5.2C4.0799 2.66668 3.51984 2.66668 3.09202 2.88466C2.71569 3.07641 2.40973 3.38237 2.21799 3.7587C2 4.18652 2 4.74657 2 5.86668V11.4667C2 12.5868 2 13.1468 2.21799 13.5747C2.40973 13.951 2.71569 14.2569 3.09202 14.4487C3.51984 14.6667 4.0799 14.6667 5.2 14.6667H8M10.6667 1.33334V4.00001M5.33333 1.33334V4.00001M9.66667 12.6667L11 14L14 11";
|
|
350
350
|
function CalendarIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
351
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
352
|
-
|
|
351
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
352
|
+
Svg15.Path,
|
|
353
353
|
{
|
|
354
354
|
d: CALENDAR_PATH,
|
|
355
355
|
stroke: color,
|
|
@@ -367,8 +367,8 @@ function CalendarOutlineIcon({
|
|
|
367
367
|
color = colors.primary,
|
|
368
368
|
strokeWidth = 1.5
|
|
369
369
|
}) {
|
|
370
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
371
|
-
|
|
370
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
371
|
+
Svg15.Path,
|
|
372
372
|
{
|
|
373
373
|
d: CALENDAR_OUTLINE_PATH,
|
|
374
374
|
stroke: color,
|
|
@@ -382,8 +382,8 @@ function CalendarOutlineIcon({
|
|
|
382
382
|
// src/icons/Camera/cameraPath.ts
|
|
383
383
|
var CAMERA_PATH = "M9.48898 7H6.2002C5.08009 7 4.51962 7 4.0918 7.21799C3.71547 7.40973 3.40973 7.71547 3.21799 8.0918C3 8.51962 3 9.08009 3 10.2002V15.8002C3 16.9203 3 17.4796 3.21799 17.9074C3.40973 18.2837 3.71547 18.5905 4.0918 18.7822C4.5192 19 5.07899 19 6.19691 19H17.8031C18.921 19 19.48 19 19.9074 18.7822C20.2837 18.5905 20.5905 18.2837 20.7822 17.9074C21 17.48 21 16.921 21 15.8031V10.1969C21 9.07899 21 8.5192 20.7822 8.0918C20.5905 7.71547 20.2837 7.40973 19.9074 7.21799C19.4796 7 18.9203 7 17.8002 7H14.5108M9.48898 7H9.55078M9.48898 7C9.50151 7.00001 9.51468 7 9.52857 7L9.55078 7M9.48898 7C9.38286 6.99995 9.32339 6.99941 9.27637 6.99414C8.68878 6.92835 8.28578 6.36908 8.40918 5.79084C8.42066 5.73703 8.44336 5.66894 8.4883 5.53412L8.49023 5.52841C8.54156 5.37443 8.56723 5.29743 8.59558 5.22949C8.88586 4.53389 9.54322 4.06083 10.2949 4.00541C10.3683 4 10.449 4 10.6113 4H13.3886C13.5509 4 13.6322 4 13.7057 4.00541C14.4574 4.06083 15.114 4.53389 15.4043 5.22949C15.4326 5.29743 15.4584 5.37434 15.5098 5.52832C15.556 5.66699 15.5791 5.73636 15.5908 5.79093C15.7142 6.36917 15.3118 6.92835 14.7242 6.99414C14.6772 6.99941 14.6171 6.99995 14.5108 7M9.55078 7H14.449M14.449 7H14.5108M14.449 7L14.4712 7C14.4851 7 14.4983 7.00001 14.5108 7M12 16C10.3431 16 9 14.6569 9 13C9 11.3431 10.3431 10 12 10C13.6569 10 15 11.3431 15 13C15 14.6569 13.6569 16 12 16Z";
|
|
384
384
|
function CameraIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
385
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
386
|
-
|
|
385
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
386
|
+
Svg15.Path,
|
|
387
387
|
{
|
|
388
388
|
d: CAMERA_PATH,
|
|
389
389
|
stroke: color,
|
|
@@ -397,8 +397,8 @@ function CameraIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
|
397
397
|
// src/icons/Check/checkPath.ts
|
|
398
398
|
var CHECK_PATH = "M4.16669 10.8333L7.50002 14.1667L15.8334 5.83334";
|
|
399
399
|
function CheckIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
400
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
401
|
-
|
|
400
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
401
|
+
Svg15.Path,
|
|
402
402
|
{
|
|
403
403
|
d: CHECK_PATH,
|
|
404
404
|
stroke: color,
|
|
@@ -412,8 +412,8 @@ function CheckIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
412
412
|
// src/icons/CheckBadge/checkBadgePath.ts
|
|
413
413
|
var CHECK_BADGE_PATH = "M12.5 8.33317L9.16663 11.6665L7.49996 9.99984M11.0384 2.88233L12.0558 3.74941C12.3122 3.96786 12.6305 4.09992 12.9662 4.12671L14.2987 4.23291C15.0822 4.29543 15.7045 4.91733 15.767 5.70077L15.8729 7.03353C15.8997 7.36925 16.0322 7.68799 16.2507 7.94433L17.1174 8.96152C17.6272 9.5597 17.6272 10.4396 17.1175 11.0378L16.2508 12.0551C16.0323 12.3115 15.9 12.6303 15.8732 12.9661L15.7666 14.2986C15.704 15.082 15.0827 15.7043 14.2993 15.7668L12.9663 15.8732C12.6305 15.9 12.312 16.0317 12.0556 16.2502L11.0384 17.1173C10.4402 17.627 9.55973 17.6271 8.96155 17.1174L7.9443 16.2502C7.68796 16.0318 7.36938 15.8998 7.03365 15.8731L5.70064 15.7668C4.9172 15.7043 4.29588 15.0822 4.23336 14.2987L4.12675 12.9661C4.09996 12.6304 3.96759 12.3118 3.74915 12.0555L2.88245 11.0378C2.37268 10.4397 2.37244 9.56002 2.88221 8.96184L3.74969 7.94418C3.96814 7.68784 4.09923 7.36926 4.12602 7.03353L4.23263 5.70093C4.29515 4.91749 4.91826 4.29535 5.70171 4.23283L7.03324 4.12663C7.36897 4.09984 7.68771 3.96788 7.94404 3.74943L8.96164 2.88233C9.55982 2.37256 10.4402 2.37256 11.0384 2.88233Z";
|
|
414
414
|
function CheckBadgeIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
415
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
416
|
-
|
|
415
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
416
|
+
Svg15.Path,
|
|
417
417
|
{
|
|
418
418
|
d: CHECK_BADGE_PATH,
|
|
419
419
|
stroke: color,
|
|
@@ -431,8 +431,8 @@ function ChevronDownIcon({
|
|
|
431
431
|
color = colors.primary,
|
|
432
432
|
strokeWidth = 2
|
|
433
433
|
}) {
|
|
434
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
435
|
-
|
|
434
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
435
|
+
Svg15.Path,
|
|
436
436
|
{
|
|
437
437
|
d: CHEVRON_DOWN_PATH,
|
|
438
438
|
stroke: color,
|
|
@@ -446,8 +446,8 @@ function ChevronDownIcon({
|
|
|
446
446
|
// src/icons/ChevronLeft/chevronLeftPath.ts
|
|
447
447
|
var CHEVRON_LEFT_PATH = "M12.5 15L7.5 10L12.5 5";
|
|
448
448
|
function ChevronLeftIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
449
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
450
|
-
|
|
449
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
450
|
+
Svg15.Path,
|
|
451
451
|
{
|
|
452
452
|
d: CHEVRON_LEFT_PATH,
|
|
453
453
|
stroke: color,
|
|
@@ -461,8 +461,8 @@ function ChevronLeftIcon({ size = 20, color = colors.primary, strokeWidth = 2 })
|
|
|
461
461
|
// src/icons/Clock/clockPath.ts
|
|
462
462
|
var CLOCK_PATH = "M12 7V12H17M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z";
|
|
463
463
|
function ClockIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
464
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
465
|
-
|
|
464
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
465
|
+
Svg15.Path,
|
|
466
466
|
{
|
|
467
467
|
d: CLOCK_PATH,
|
|
468
468
|
stroke: color,
|
|
@@ -473,6 +473,21 @@ function ClockIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
|
473
473
|
) });
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
+
// src/icons/Close/closePath.ts
|
|
477
|
+
var CLOSE_PATH = "M15 5L5 15M5 5L15 15";
|
|
478
|
+
function CloseIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
479
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
480
|
+
Svg15.Path,
|
|
481
|
+
{
|
|
482
|
+
d: CLOSE_PATH,
|
|
483
|
+
stroke: color,
|
|
484
|
+
strokeWidth,
|
|
485
|
+
strokeLinecap: "round",
|
|
486
|
+
strokeLinejoin: "round"
|
|
487
|
+
}
|
|
488
|
+
) });
|
|
489
|
+
}
|
|
490
|
+
|
|
476
491
|
// src/icons/CottageCard/cottageCardPaths.ts
|
|
477
492
|
var SAVE_HEART_PATH = "M8 5.12971C6.66667 2.00008 2 2.33341 2 6.33343C2 10.3335 8 13.6669 8 13.6669C8 13.6669 14 10.3335 14 6.33343C14 2.33341 9.33333 2.00008 8 5.12971Z";
|
|
478
493
|
var RATING_STAR_PATH = "M1.16748 5.16814C1.01086 5.0233 1.09593 4.76145 1.30778 4.73633L4.30957 4.38029C4.39591 4.37005 4.47091 4.31583 4.50732 4.23688L5.77344 1.49199C5.86279 1.29827 6.13819 1.29823 6.22754 1.49195L7.49365 4.23682C7.53007 4.31577 7.60458 4.37014 7.69092 4.38038L10.6929 4.73633C10.9047 4.76145 10.9896 5.02338 10.8329 5.16822L8.61388 7.22071C8.55005 7.27974 8.52163 7.36761 8.53857 7.45289L9.1275 10.4177C9.16908 10.627 8.94639 10.7891 8.76024 10.6849L6.12257 9.20806C6.0467 9.16559 5.95453 9.16579 5.87866 9.20826L3.24072 10.6845C3.05457 10.7887 2.83147 10.627 2.87305 10.4177L3.46207 7.45307C3.47902 7.36779 3.45067 7.27972 3.38683 7.22069L1.16748 5.16814Z";
|
|
@@ -488,8 +503,8 @@ function SaveHeartIcon({
|
|
|
488
503
|
strokeWidth = 2,
|
|
489
504
|
fillOpacity = 0
|
|
490
505
|
}) {
|
|
491
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
492
|
-
|
|
506
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
507
|
+
Svg15.Path,
|
|
493
508
|
{
|
|
494
509
|
d: SAVE_HEART_PATH,
|
|
495
510
|
fill: color,
|
|
@@ -502,8 +517,8 @@ function SaveHeartIcon({
|
|
|
502
517
|
) });
|
|
503
518
|
}
|
|
504
519
|
function RatingStarIcon({ size = 12, color = "#E38E5E", strokeWidth = 2 }) {
|
|
505
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
506
|
-
|
|
520
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 12 12", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
521
|
+
Svg15.Path,
|
|
507
522
|
{
|
|
508
523
|
d: RATING_STAR_PATH,
|
|
509
524
|
fill: color,
|
|
@@ -520,9 +535,9 @@ function CardLocationIcon({
|
|
|
520
535
|
strokeWidth = 1.5,
|
|
521
536
|
secondaryColor = colors.grey700
|
|
522
537
|
}) {
|
|
523
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
538
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg15__default.default, { width: size, height: size, viewBox: "0 0 13 13", fill: "none", children: [
|
|
524
539
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
525
|
-
|
|
540
|
+
Svg15.Path,
|
|
526
541
|
{
|
|
527
542
|
d: CARD_LOCATION_BASE_PATH,
|
|
528
543
|
stroke: color,
|
|
@@ -532,7 +547,7 @@ function CardLocationIcon({
|
|
|
532
547
|
}
|
|
533
548
|
),
|
|
534
549
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
535
|
-
|
|
550
|
+
Svg15.Path,
|
|
536
551
|
{
|
|
537
552
|
d: CARD_LOCATION_PIN_PATH,
|
|
538
553
|
fill: color,
|
|
@@ -542,7 +557,7 @@ function CardLocationIcon({
|
|
|
542
557
|
}
|
|
543
558
|
),
|
|
544
559
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
545
|
-
|
|
560
|
+
Svg15.Path,
|
|
546
561
|
{
|
|
547
562
|
d: CARD_LOCATION_DOT_PATH,
|
|
548
563
|
fill: secondaryColor,
|
|
@@ -559,7 +574,7 @@ function FilledCardIcon({
|
|
|
559
574
|
color,
|
|
560
575
|
fillOpacity
|
|
561
576
|
}) {
|
|
562
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
577
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: path, fill: color, fillOpacity }) });
|
|
563
578
|
}
|
|
564
579
|
function GuestsIcon({ size = 16, color = colors.white, fillOpacity = 0.4 }) {
|
|
565
580
|
return /* @__PURE__ */ jsxRuntime.jsx(FilledCardIcon, { path: GUESTS_PATH, size, color, fillOpacity });
|
|
@@ -586,8 +601,8 @@ var COPY_PATH = "M6.66699 13.3337V15.667C6.66699 16.6004 6.66699 17.0671 6.84865
|
|
|
586
601
|
var CHECK_SUCCESS_PATH = "M16.6663 5L7.49967 14.1667L3.33301 10";
|
|
587
602
|
var TOOLTIP_ARROW_PATH = "M3.21121 6.42229C3.94826 7.89639 6.05187 7.89639 6.78892 6.42229L10.0001 0H6.2595e-05L3.21121 6.42229Z";
|
|
588
603
|
function ShareIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
589
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
590
|
-
|
|
604
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
605
|
+
Svg15.Path,
|
|
591
606
|
{
|
|
592
607
|
d: SHARE_PATH,
|
|
593
608
|
stroke: color,
|
|
@@ -598,8 +613,8 @@ function ShareIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
|
598
613
|
) });
|
|
599
614
|
}
|
|
600
615
|
function AreaExpandIcon({ size = 24, color = colors.white, strokeWidth = 2 }) {
|
|
601
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
602
|
-
|
|
616
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: AREA_EXPAND_PATHS.map((path) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
617
|
+
Svg15.Path,
|
|
603
618
|
{
|
|
604
619
|
d: path,
|
|
605
620
|
stroke: color,
|
|
@@ -611,17 +626,17 @@ function AreaExpandIcon({ size = 24, color = colors.white, strokeWidth = 2 }) {
|
|
|
611
626
|
)) });
|
|
612
627
|
}
|
|
613
628
|
function ClockFilledIcon({ size = 16, color = colors.white }) {
|
|
614
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
629
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: CLOCK_FILLED_PATH, fill: color }) });
|
|
615
630
|
}
|
|
616
631
|
function QrCodeIcon({ size = 24, color = colors.primary }) {
|
|
617
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
632
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: QR_CODE_PATH, fill: color }) });
|
|
618
633
|
}
|
|
619
634
|
function WhatsAppIcon({ size = 24, color = colors.white }) {
|
|
620
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
635
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: WHATSAPP_PATH, fill: color }) });
|
|
621
636
|
}
|
|
622
637
|
function CopyIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
623
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
624
|
-
|
|
638
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
639
|
+
Svg15.Path,
|
|
625
640
|
{
|
|
626
641
|
d: COPY_PATH,
|
|
627
642
|
stroke: color,
|
|
@@ -632,8 +647,8 @@ function CopyIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
|
632
647
|
) });
|
|
633
648
|
}
|
|
634
649
|
function CheckSuccessIcon({ size = 20, color = colors.green, strokeWidth = 2 }) {
|
|
635
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
636
|
-
|
|
650
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
651
|
+
Svg15.Path,
|
|
637
652
|
{
|
|
638
653
|
d: CHECK_SUCCESS_PATH,
|
|
639
654
|
stroke: color,
|
|
@@ -644,20 +659,20 @@ function CheckSuccessIcon({ size = 20, color = colors.green, strokeWidth = 2 })
|
|
|
644
659
|
) });
|
|
645
660
|
}
|
|
646
661
|
function TooltipArrowIcon({ size = 10, color = colors.grey600 }) {
|
|
647
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
662
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size * 8 / 10, viewBox: "0 0 10 8", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: TOOLTIP_ARROW_PATH, fill: color }) });
|
|
648
663
|
}
|
|
649
664
|
|
|
650
665
|
// src/icons/Facebook/facebookPath.ts
|
|
651
666
|
var FACEBOOK_PATH = "M10.0003 1.69922C5.41699 1.69922 1.66699 5.44089 1.66699 10.0492C1.66699 14.2159 4.71699 17.6742 8.70033 18.2992V12.4659H6.58366V10.0492H8.70033V8.20755C8.70033 6.11589 9.94199 4.96589 11.8503 4.96589C12.7587 4.96589 13.7087 5.12422 13.7087 5.12422V7.18255H12.6587C11.6253 7.18255 11.3003 7.82422 11.3003 8.48255V10.0492H13.617L13.242 12.4659H11.3003V18.2992C13.264 17.9891 15.0522 16.9871 16.3419 15.4743C17.6317 13.9614 18.3381 12.0373 18.3337 10.0492C18.3337 5.44089 14.5837 1.69922 10.0003 1.69922Z";
|
|
652
667
|
function FacebookIcon({ size = 20, color = colors.white }) {
|
|
653
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
668
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: FACEBOOK_PATH, fill: color }) });
|
|
654
669
|
}
|
|
655
670
|
|
|
656
671
|
// src/icons/Filters/filtersPath.ts
|
|
657
672
|
var FILTERS_PATH = "M5 10H15M2.5 5H17.5M7.5 15H12.5";
|
|
658
673
|
function FiltersIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
659
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
660
|
-
|
|
674
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
675
|
+
Svg15.Path,
|
|
661
676
|
{
|
|
662
677
|
d: FILTERS_PATH,
|
|
663
678
|
stroke: color,
|
|
@@ -671,8 +686,8 @@ function FiltersIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
|
671
686
|
// src/icons/Heart/heartPath.ts
|
|
672
687
|
var HEART_PATH = "M7.99547 3.42388C6.66257 1.8656 4.43987 1.44643 2.76984 2.87334C1.0998 4.30026 0.864686 6.68598 2.17617 8.3736C3.26659 9.77674 6.56656 12.7361 7.64811 13.6939C7.76911 13.801 7.82961 13.8546 7.90018 13.8757C7.96178 13.8941 8.02917 13.8941 8.09077 13.8757C8.16134 13.8546 8.22184 13.801 8.34284 13.6939C9.42439 12.7361 12.7244 9.77674 13.8148 8.3736C15.1263 6.68598 14.9199 4.28525 13.2211 2.87334C11.5224 1.46144 9.32838 1.8656 7.99547 3.42388Z";
|
|
673
688
|
function HeartIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
674
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
675
|
-
|
|
689
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
690
|
+
Svg15.Path,
|
|
676
691
|
{
|
|
677
692
|
d: HEART_PATH,
|
|
678
693
|
stroke: color,
|
|
@@ -688,8 +703,8 @@ function HeartIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
|
688
703
|
// src/icons/Globe/globePath.ts
|
|
689
704
|
var GLOBE_PATH = "M18.3333 10C18.3333 14.6024 14.6024 18.3333 10 18.3333M18.3333 10C18.3333 5.39763 14.6024 1.66667 10 1.66667M18.3333 10H1.66667M10 18.3333C5.39763 18.3333 1.66667 14.6024 1.66667 10M10 18.3333C12.0833 16.0511 13.2675 13.0836 13.3333 10C13.2675 6.91643 12.0833 3.94892 10 1.66667M10 18.3333C7.91667 16.0511 6.73248 13.0836 6.66667 10C6.73248 6.91643 7.91667 3.94892 10 1.66667M1.66667 10C1.66667 5.39763 5.39763 1.66667 10 1.66667";
|
|
690
705
|
function GlobeIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
691
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
692
|
-
|
|
706
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
707
|
+
Svg15.Path,
|
|
693
708
|
{
|
|
694
709
|
d: GLOBE_PATH,
|
|
695
710
|
stroke: color,
|
|
@@ -707,8 +722,8 @@ function HelpCircleIcon({
|
|
|
707
722
|
color = colors.primary,
|
|
708
723
|
strokeWidth = 1.5
|
|
709
724
|
}) {
|
|
710
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
711
|
-
|
|
725
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
726
|
+
Svg15.Path,
|
|
712
727
|
{
|
|
713
728
|
d: HELP_CIRCLE_PATH,
|
|
714
729
|
stroke: color,
|
|
@@ -722,8 +737,8 @@ function HelpCircleIcon({
|
|
|
722
737
|
// src/icons/Home/homePath.ts
|
|
723
738
|
var HOME_PATH = "M1.66675 16.6667H3.33341M3.33341 16.6667H8.33341M3.33341 16.6667V9.54352C3.33341 9.09823 3.33341 8.87548 3.38756 8.66828C3.43554 8.48466 3.51491 8.31089 3.6215 8.15387C3.74178 7.97668 3.90895 7.82974 4.24406 7.53652L8.24538 4.03537C8.86662 3.49178 9.17726 3.21997 9.5271 3.11652C9.83559 3.02529 10.1644 3.02529 10.4729 3.11652C10.823 3.22005 11.1341 3.49212 11.7563 4.03652L15.7563 7.53652C16.0914 7.82974 16.2586 7.97668 16.3789 8.15387C16.4855 8.31089 16.5642 8.48466 16.6122 8.66828C16.6664 8.87548 16.6667 9.09824 16.6667 9.54352V16.6667M8.33341 16.6667H11.6667M8.33341 16.6667V13.3334C8.33341 12.4129 9.07961 11.6667 10.0001 11.6667C10.9206 11.6667 11.6667 12.4129 11.6667 13.3334V16.6667M11.6667 16.6667H16.6667M16.6667 16.6667H18.3334";
|
|
724
739
|
function HomeIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
725
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
726
|
-
|
|
740
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
741
|
+
Svg15.Path,
|
|
727
742
|
{
|
|
728
743
|
d: HOME_PATH,
|
|
729
744
|
stroke: color,
|
|
@@ -737,14 +752,14 @@ function HomeIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
737
752
|
// src/icons/Instagram/instagramPath.ts
|
|
738
753
|
var INSTAGRAM_PATH = "M6.49984 1.66748H13.4998C16.1665 1.66748 18.3332 3.83415 18.3332 6.50081V13.5008C18.3332 14.7827 17.8239 16.0121 16.9175 16.9185C16.0111 17.8249 14.7817 18.3341 13.4998 18.3341H6.49984C3.83317 18.3341 1.6665 16.1675 1.6665 13.5008V6.50081C1.6665 5.21893 2.17573 3.98956 3.08215 3.08313C3.98858 2.17671 5.21796 1.66748 6.49984 1.66748ZM6.33317 3.33415C5.53752 3.33415 4.77446 3.65022 4.21185 4.21283C3.64924 4.77544 3.33317 5.5385 3.33317 6.33415V13.6675C3.33317 15.3258 4.67484 16.6675 6.33317 16.6675H13.6665C14.4622 16.6675 15.2252 16.3514 15.7878 15.7888C16.3504 15.2262 16.6665 14.4631 16.6665 13.6675V6.33415C16.6665 4.67581 15.3248 3.33415 13.6665 3.33415H6.33317ZM14.3748 4.58415C14.6511 4.58415 14.9161 4.69389 15.1114 4.88924C15.3068 5.08459 15.4165 5.34955 15.4165 5.62581C15.4165 5.90208 15.3068 6.16703 15.1114 6.36238C14.9161 6.55773 14.6511 6.66748 14.3748 6.66748C14.0986 6.66748 13.8336 6.55773 13.6383 6.36238C13.4429 6.16703 13.3332 5.90208 13.3332 5.62581C13.3332 5.34955 13.4429 5.08459 13.6383 4.88924C13.8336 4.69389 14.0986 4.58415 14.3748 4.58415ZM9.99984 5.83415C11.1049 5.83415 12.1647 6.27313 12.9461 7.05454C13.7275 7.83594 14.1665 8.89574 14.1665 10.0008C14.1665 11.1059 13.7275 12.1657 12.9461 12.9471C12.1647 13.7285 11.1049 14.1675 9.99984 14.1675C8.89477 14.1675 7.83496 13.7285 7.05356 12.9471C6.27216 12.1657 5.83317 11.1059 5.83317 10.0008C5.83317 8.89574 6.27216 7.83594 7.05356 7.05454C7.83496 6.27313 8.89477 5.83415 9.99984 5.83415ZM9.99984 7.50081C9.3368 7.50081 8.70091 7.76421 8.23207 8.23305C7.76323 8.70189 7.49984 9.33777 7.49984 10.0008C7.49984 10.6639 7.76323 11.2997 8.23207 11.7686C8.70091 12.2374 9.3368 12.5008 9.99984 12.5008C10.6629 12.5008 11.2988 12.2374 11.7676 11.7686C12.2364 11.2997 12.4998 10.6639 12.4998 10.0008C12.4998 9.33777 12.2364 8.70189 11.7676 8.23305C11.2988 7.76421 10.6629 7.50081 9.99984 7.50081Z";
|
|
739
754
|
function InstagramIcon({ size = 20, color = colors.white }) {
|
|
740
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
755
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: INSTAGRAM_PATH, fill: color }) });
|
|
741
756
|
}
|
|
742
757
|
|
|
743
758
|
// src/icons/Key/keyPath.ts
|
|
744
759
|
var KEY_PATH = "M5.28673 10.0002L7.0545 11.768M7.6435 7.64301L9.41127 9.41078M10.0003 5.28624L11.768 7.05401M4.22553 11.0604L11.0609 4.22505C11.7209 3.56502 12.0513 3.235 12.4318 3.11136C12.7666 3.00259 13.127 3.00259 13.4618 3.11136C13.8421 3.23494 14.1718 3.56464 14.8311 4.22393L15.775 5.16785C16.4351 5.82788 16.7654 6.15867 16.8891 6.53922C16.9979 6.87396 16.9976 7.23381 16.8889 7.56855C16.7652 7.9491 16.4353 8.27937 15.7753 8.9394L8.93989 15.7748C8.27986 16.4348 7.94959 16.7647 7.56904 16.8884C7.2343 16.9971 6.87445 16.9974 6.53971 16.8886C6.15916 16.765 5.82837 16.4346 5.16834 15.7745L4.22441 14.8306C3.56513 14.1713 3.23542 13.8416 3.11185 13.4613C3.00308 13.1266 3.00308 12.7661 3.11185 12.4313C3.23549 12.0508 3.56551 11.7204 4.22553 11.0604Z";
|
|
745
760
|
function KeyIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
746
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
747
|
-
|
|
761
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
762
|
+
Svg15.Path,
|
|
748
763
|
{
|
|
749
764
|
d: KEY_PATH,
|
|
750
765
|
stroke: color,
|
|
@@ -762,8 +777,8 @@ function LayoutGridIcon({
|
|
|
762
777
|
color = colors.primary,
|
|
763
778
|
strokeWidth = 1.5
|
|
764
779
|
}) {
|
|
765
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
766
|
-
|
|
780
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
781
|
+
Svg15.Path,
|
|
767
782
|
{
|
|
768
783
|
d: LAYOUT_GRID_PATH,
|
|
769
784
|
stroke: color,
|
|
@@ -777,14 +792,14 @@ function LayoutGridIcon({
|
|
|
777
792
|
// src/icons/LinkedIn/linkedinPath.ts
|
|
778
793
|
var LINKEDIN_PATH = "M15.8333 2.50098C16.2754 2.50098 16.6993 2.67657 17.0118 2.98913C17.3244 3.30169 17.5 3.72562 17.5 4.16764V15.8343C17.5 16.2763 17.3244 16.7003 17.0118 17.0128C16.6993 17.3254 16.2754 17.501 15.8333 17.501H4.16667C3.72464 17.501 3.30072 17.3254 2.98816 17.0128C2.67559 16.7003 2.5 16.2763 2.5 15.8343V4.16764C2.5 3.72562 2.67559 3.30169 2.98816 2.98913C3.30072 2.67657 3.72464 2.50098 4.16667 2.50098H15.8333ZM15.4167 15.4176V11.001C15.4167 10.2805 15.1304 9.58948 14.621 9.08C14.1115 8.57053 13.4205 8.28431 12.7 8.28431C11.9917 8.28431 11.1667 8.71764 10.7667 9.36764V8.44264H8.44167V15.4176H10.7667V11.3093C10.7667 10.6676 11.2833 10.1426 11.925 10.1426C12.2344 10.1426 12.5312 10.2656 12.75 10.4844C12.9687 10.7031 13.0917 10.9999 13.0917 11.3093V15.4176H15.4167ZM5.73333 7.13431C6.10464 7.13431 6.46073 6.98681 6.72328 6.72426C6.98583 6.46171 7.13333 6.10561 7.13333 5.73431C7.13333 4.95931 6.50833 4.32598 5.73333 4.32598C5.35982 4.32598 5.0016 4.47435 4.73749 4.73847C4.47338 5.00258 4.325 5.3608 4.325 5.73431C4.325 6.50931 4.95833 7.13431 5.73333 7.13431ZM6.89167 15.4176V8.44264H4.58333V15.4176H6.89167Z";
|
|
779
794
|
function LinkedInIcon({ size = 20, color = colors.white }) {
|
|
780
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
795
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: LINKEDIN_PATH, fill: color }) });
|
|
781
796
|
}
|
|
782
797
|
|
|
783
798
|
// src/icons/ListView/listViewPath.ts
|
|
784
799
|
var LIST_VIEW_PATH = "M7 2.5H3.83333C3.36662 2.5 3.13327 2.5 2.95501 2.59083C2.79821 2.67072 2.67072 2.79821 2.59083 2.95501C2.5 3.13327 2.5 3.36662 2.5 3.83333V7C2.5 7.46671 2.5 7.70007 2.59083 7.87833C2.67072 8.03513 2.79821 8.16261 2.95501 8.24251C3.13327 8.33333 3.36662 8.33333 3.83333 8.33333H7C7.46671 8.33333 7.70007 8.33333 7.87833 8.24251C8.03513 8.16261 8.16261 8.03513 8.24251 7.87833C8.33333 7.70007 8.33333 7.46671 8.33333 7V3.83333C8.33333 3.36662 8.33333 3.13327 8.24251 2.95501C8.16261 2.79821 8.03513 2.67072 7.87833 2.59083C7.70007 2.5 7.46671 2.5 7 2.5ZM16.1667 2.5H13C12.5333 2.5 12.2999 2.5 12.1217 2.59083C11.9649 2.67072 11.8374 2.79821 11.7575 2.95501C11.6667 3.13327 11.6667 3.36662 11.6667 3.83333V7C11.6667 7.46671 11.6667 7.70007 11.7575 7.87833C11.8374 8.03513 11.9649 8.16261 12.1217 8.24251C12.2999 8.33333 12.5333 8.33333 13 8.33333H16.1667C16.6334 8.33333 16.8667 8.33333 17.045 8.24251C17.2018 8.16261 17.3293 8.03513 17.4092 7.87833C17.5 7.70007 17.5 7.46671 17.5 7V3.83333C17.5 3.36662 17.5 3.13327 17.4092 2.95501C17.3293 2.79821 17.2018 2.67072 17.045 2.59083C16.8667 2.5 16.6334 2.5 16.1667 2.5ZM16.1667 11.6667H13C12.5333 11.6667 12.2999 11.6667 12.1217 11.7575C11.9649 11.8374 11.8374 11.9649 11.7575 12.1217C11.6667 12.2999 11.6667 12.5333 11.6667 13V16.1667C11.6667 16.6334 11.6667 16.8667 11.7575 17.045C11.8374 17.2018 11.9649 17.3293 12.1217 17.4092C12.2999 17.5 12.5333 17.5 13 17.5H16.1667C16.6334 17.5 16.8667 17.5 17.045 17.4092C17.2018 17.3293 17.3293 17.2018 17.4092 17.045C17.5 16.8667 17.5 16.6334 17.5 16.1667V13C17.5 12.5333 17.5 12.2999 17.4092 12.1217C17.3293 11.9649 17.2018 11.8374 17.045 11.7575C16.8667 11.6667 16.6334 11.6667 16.1667 11.6667ZM7 11.6667H3.83333C3.36662 11.6667 3.13327 11.6667 2.95501 11.7575C2.79821 11.8374 2.67072 11.9649 2.59083 12.1217C2.5 12.2999 2.5 12.5333 2.5 13V16.1667C2.5 16.6334 2.5 16.8667 2.59083 17.045C2.67072 17.2018 2.79821 17.3293 2.95501 17.4092C3.13327 17.5 3.36662 17.5 3.83333 17.5H7C7.46671 17.5 7.70007 17.5 7.87833 17.4092C8.03513 17.3293 8.16261 17.2018 8.24251 17.045C8.33333 16.8667 8.33333 16.6334 8.33333 16.1667V13C8.33333 12.5333 8.33333 12.2999 8.24251 12.1217C8.16261 11.9649 8.03513 11.8374 7.87833 11.7575C7.70007 11.6667 7.46671 11.6667 7 11.6667Z";
|
|
785
800
|
function ListViewIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
786
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
787
|
-
|
|
801
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
802
|
+
Svg15.Path,
|
|
788
803
|
{
|
|
789
804
|
d: LIST_VIEW_PATH,
|
|
790
805
|
stroke: color,
|
|
@@ -798,8 +813,8 @@ function ListViewIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
798
813
|
// src/icons/LocationPin/locationPinPath.ts
|
|
799
814
|
var LOCATION_PIN_PATH = "M4.16675 8.26904C4.16675 12.3122 7.70381 15.6558 9.26941 16.9377C9.49347 17.1211 9.60684 17.214 9.774 17.261C9.90417 17.2977 10.0957 17.2977 10.2259 17.261C10.3934 17.2139 10.506 17.122 10.7309 16.9378C12.2965 15.6559 15.8333 12.3126 15.8333 8.26941C15.8333 6.73932 15.2188 5.27171 14.1248 4.18977C13.0309 3.10783 11.5472 2.5 10.0001 2.5C8.45305 2.5 6.96925 3.10792 5.87529 4.18986C4.78133 5.2718 4.16675 6.73895 4.16675 8.26904ZM8.33341 7.5C8.33341 8.42047 9.07961 9.16667 10.0001 9.16667C10.9206 9.16667 11.6667 8.42047 11.6667 7.5C11.6667 6.57953 10.9206 5.83333 10.0001 5.83333C9.07961 5.83333 8.33341 6.57953 8.33341 7.5Z";
|
|
800
815
|
function LocationPinIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
801
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
802
|
-
|
|
816
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
817
|
+
Svg15.Path,
|
|
803
818
|
{
|
|
804
819
|
d: LOCATION_PIN_PATH,
|
|
805
820
|
stroke: color,
|
|
@@ -813,8 +828,8 @@ function LocationPinIcon({ size = 20, color = colors.grey200, strokeWidth = 2 })
|
|
|
813
828
|
// src/icons/LogOut/logOutPath.ts
|
|
814
829
|
var LOG_OUT_PATH = "M10.6667 4.66667L14 8L10.6667 11.3333M14 8H6M8 11.3333C8 11.5304 8 11.6289 7.99268 11.7143C7.91655 12.6013 7.26324 13.3312 6.39002 13.5049C6.30602 13.5216 6.20801 13.5324 6.01223 13.5542L5.3313 13.6299C4.30832 13.7435 3.7968 13.8004 3.39044 13.6703C2.84862 13.4969 2.40628 13.101 2.17412 12.5817C2 12.1921 2 11.6775 2 10.6482V5.3518C2 4.32251 2 3.80787 2.17412 3.41835C2.40628 2.89899 2.84862 2.50307 3.39044 2.32969C3.79681 2.19965 4.3083 2.25648 5.33129 2.37015L6.01223 2.44581C6.20808 2.46757 6.306 2.47845 6.39002 2.49515C7.26324 2.66877 7.91655 3.39869 7.99268 4.28574C8 4.37109 8 4.46962 8 4.66667";
|
|
815
830
|
function LogOutIcon({ size = 20, color = colors.red, strokeWidth = 1.5 }) {
|
|
816
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
817
|
-
|
|
831
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
832
|
+
Svg15.Path,
|
|
818
833
|
{
|
|
819
834
|
d: LOG_OUT_PATH,
|
|
820
835
|
stroke: color,
|
|
@@ -828,8 +843,8 @@ function LogOutIcon({ size = 20, color = colors.red, strokeWidth = 1.5 }) {
|
|
|
828
843
|
// src/icons/Mail/mailPath.ts
|
|
829
844
|
var MAIL_PATH = "M3.33333 4.99984L8.42303 8.84339L8.42473 8.8448C8.98987 9.25924 9.27261 9.46658 9.5823 9.54668C9.85602 9.61748 10.1438 9.61748 10.4175 9.54668C10.7274 9.46651 11.011 9.25856 11.5771 8.84339C11.5771 8.84339 14.8417 6.33812 16.6667 4.99984M2.5 13.1667V6.83333C2.5 5.89991 2.5 5.43285 2.68166 5.07633C2.84144 4.76273 3.09623 4.50795 3.40983 4.34816C3.76635 4.1665 4.23341 4.1665 5.16683 4.1665H14.8335C15.7669 4.1665 16.233 4.1665 16.5895 4.34816C16.9031 4.50795 17.1587 4.76273 17.3185 5.07633C17.5 5.43251 17.5 5.899 17.5 6.8306V13.1695C17.5 14.1011 17.5 14.5669 17.3185 14.9231C17.1587 15.2367 16.9031 15.4919 16.5895 15.6517C16.2333 15.8332 15.7675 15.8332 14.8359 15.8332H5.16409C4.23249 15.8332 3.766 15.8332 3.40983 15.6517C3.09623 15.4919 2.84144 15.2367 2.68166 14.9231C2.5 14.5666 2.5 14.1001 2.5 13.1667Z";
|
|
830
845
|
function MailIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
831
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
832
|
-
|
|
846
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
847
|
+
Svg15.Path,
|
|
833
848
|
{
|
|
834
849
|
d: MAIL_PATH,
|
|
835
850
|
stroke: color,
|
|
@@ -843,8 +858,8 @@ function MailIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
843
858
|
// src/icons/MapView/mapViewPath.ts
|
|
844
859
|
var MAP_VIEW_PATH = "M13.3332 4.99984L7.49984 1.6665L1.6665 4.99984V18.3332L7.49984 14.9998M13.3332 4.99984L18.3332 1.6665V14.9998L13.3332 18.3332L7.49984 14.9998M7.49984 14.9998V1.6665M13.3332 18.3332V4.99984";
|
|
845
860
|
function MapViewIcon({ size = 20, color = colors.grey400, strokeWidth = 2 }) {
|
|
846
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
847
|
-
|
|
861
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
862
|
+
Svg15.Path,
|
|
848
863
|
{
|
|
849
864
|
d: MAP_VIEW_PATH,
|
|
850
865
|
stroke: color,
|
|
@@ -855,6 +870,33 @@ function MapViewIcon({ size = 20, color = colors.grey400, strokeWidth = 2 }) {
|
|
|
855
870
|
) });
|
|
856
871
|
}
|
|
857
872
|
|
|
873
|
+
// src/icons/MapControls/mapControlPaths.ts
|
|
874
|
+
var MAP_EXPAND_PATH = "M8.33366 15.8332H4.16699V11.6665M11.667 4.1665H15.8337V8.33317";
|
|
875
|
+
var MAP_COLLAPSE_PATH = "M4.16699 11.6665H8.33366V15.8332M15.8337 8.33317H11.667V4.1665";
|
|
876
|
+
function MapControlIcon({
|
|
877
|
+
path,
|
|
878
|
+
size = 20,
|
|
879
|
+
color = colors.white,
|
|
880
|
+
strokeWidth = 2
|
|
881
|
+
}) {
|
|
882
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
883
|
+
Svg15.Path,
|
|
884
|
+
{
|
|
885
|
+
d: path,
|
|
886
|
+
stroke: color,
|
|
887
|
+
strokeWidth,
|
|
888
|
+
strokeLinecap: "round",
|
|
889
|
+
strokeLinejoin: "round"
|
|
890
|
+
}
|
|
891
|
+
) });
|
|
892
|
+
}
|
|
893
|
+
function MapExpandIcon(props) {
|
|
894
|
+
return /* @__PURE__ */ jsxRuntime.jsx(MapControlIcon, { ...props, path: MAP_EXPAND_PATH });
|
|
895
|
+
}
|
|
896
|
+
function MapCollapseIcon(props) {
|
|
897
|
+
return /* @__PURE__ */ jsxRuntime.jsx(MapControlIcon, { ...props, path: MAP_COLLAPSE_PATH });
|
|
898
|
+
}
|
|
899
|
+
|
|
858
900
|
// src/icons/Menu/menuPath.ts
|
|
859
901
|
var MENU_PATH = "M8 12.6667H17.3333M1 6.83332H17.3333M8 0.999985H17.3333";
|
|
860
902
|
var MENU_CLOSE_PATH = "M15 1L1 15M1 1L15 15";
|
|
@@ -864,8 +906,8 @@ function MenuIcon({
|
|
|
864
906
|
strokeWidth = 2,
|
|
865
907
|
open = false
|
|
866
908
|
}) {
|
|
867
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
868
|
-
|
|
909
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 19 19", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
910
|
+
Svg15.Path,
|
|
869
911
|
{
|
|
870
912
|
d: open ? MENU_CLOSE_PATH : MENU_PATH,
|
|
871
913
|
stroke: color,
|
|
@@ -880,8 +922,8 @@ function MenuIcon({
|
|
|
880
922
|
// src/icons/Minus/minusPath.ts
|
|
881
923
|
var MINUS_PATH = "M3.33337 8H12.6667";
|
|
882
924
|
function MinusIcon({ size = 16, color = colors.white, strokeWidth = 2 }) {
|
|
883
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
884
|
-
|
|
925
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
926
|
+
Svg15.Path,
|
|
885
927
|
{
|
|
886
928
|
d: MINUS_PATH,
|
|
887
929
|
stroke: color,
|
|
@@ -895,8 +937,8 @@ function MinusIcon({ size = 16, color = colors.white, strokeWidth = 2 }) {
|
|
|
895
937
|
// src/icons/Navigate/navigatePath.ts
|
|
896
938
|
var NAVIGATE_PATH = "M5.691 14.2339C11.5836 17.7694 16.2976 13.0554 15.7084 4.21658C6.86968 3.62732 2.15584 8.34151 5.691 14.2339ZM5.691 14.2339C5.69093 14.2338 5.69107 14.234 5.691 14.2339ZM5.691 14.2339L4.16675 15.7576M5.691 14.2339L8.88079 11.0436";
|
|
897
939
|
function NavigateIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
898
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
899
|
-
|
|
940
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
941
|
+
Svg15.Path,
|
|
900
942
|
{
|
|
901
943
|
d: NAVIGATE_PATH,
|
|
902
944
|
stroke: color,
|
|
@@ -910,8 +952,8 @@ function NavigateIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
910
952
|
// src/icons/Phone/phonePath.ts
|
|
911
953
|
var PHONE_PATH = "M7.91872 3.54768C7.66561 2.91492 7.05276 2.5 6.37126 2.5H4.07895C3.20692 2.5 2.5 3.20675 2.5 4.07878C2.5 11.491 8.50898 17.5 15.9212 17.5C16.7933 17.5 17.5 16.793 17.5 15.921L17.5004 13.6283C17.5004 12.9468 17.0856 12.334 16.4528 12.0809L14.2558 11.2024C13.6874 10.9751 13.0402 11.0774 12.57 11.4693L12.0029 11.9422C11.3407 12.4941 10.3664 12.4502 9.75683 11.8407L8.16018 10.2425C7.55066 9.63302 7.50561 8.65945 8.05745 7.99724L8.53027 7.43025C8.92218 6.95996 9.02541 6.31263 8.79805 5.74424L7.91872 3.54768Z";
|
|
912
954
|
function PhoneIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
913
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
914
|
-
|
|
955
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
956
|
+
Svg15.Path,
|
|
915
957
|
{
|
|
916
958
|
d: PHONE_PATH,
|
|
917
959
|
stroke: color,
|
|
@@ -925,8 +967,8 @@ function PhoneIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
925
967
|
// src/icons/Plus/plusPath.ts
|
|
926
968
|
var PLUS_PATH = "M8.00004 3.33325V12.6666M3.33337 7.99992H12.6667";
|
|
927
969
|
function PlusIcon({ size = 16, color = colors.white, strokeWidth = 2 }) {
|
|
928
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
929
|
-
|
|
970
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
971
|
+
Svg15.Path,
|
|
930
972
|
{
|
|
931
973
|
d: PLUS_PATH,
|
|
932
974
|
stroke: color,
|
|
@@ -945,9 +987,9 @@ function SearchIcon({
|
|
|
945
987
|
color = colors.primary,
|
|
946
988
|
strokeWidth = 2
|
|
947
989
|
}) {
|
|
948
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
990
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: [
|
|
949
991
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
950
|
-
|
|
992
|
+
Svg15.Path,
|
|
951
993
|
{
|
|
952
994
|
d: SEARCH_CIRCLE_PATH,
|
|
953
995
|
stroke: color,
|
|
@@ -957,7 +999,7 @@ function SearchIcon({
|
|
|
957
999
|
}
|
|
958
1000
|
),
|
|
959
1001
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
960
|
-
|
|
1002
|
+
Svg15.Path,
|
|
961
1003
|
{
|
|
962
1004
|
d: SEARCH_HANDLE_PATH,
|
|
963
1005
|
stroke: color,
|
|
@@ -972,8 +1014,8 @@ function SearchIcon({
|
|
|
972
1014
|
// src/icons/Settings/settingsPath.ts
|
|
973
1015
|
var SETTINGS_PATH = "M8.00004 10C9.10461 10 10 9.10457 10 8C10 6.89543 9.10461 6 8.00004 6C6.89547 6 6.00004 6.89543 6.00004 8C6.00004 9.10457 6.89547 10 8.00004 10Z M12.4849 9.81818C12.4042 10.001 12.3801 10.2038 12.4158 10.4004C12.4514 10.597 12.5452 10.7784 12.6849 10.9212L12.7213 10.9576C12.834 11.0702 12.9234 11.2038 12.9844 11.351C13.0454 11.4981 13.0768 11.6559 13.0768 11.8152C13.0768 11.9744 13.0454 12.1322 12.9844 12.2793C12.9234 12.4265 12.834 12.5602 12.7213 12.6727C12.6087 12.7854 12.475 12.8748 12.3278 12.9358C12.1807 12.9968 12.023 13.0282 11.8637 13.0282C11.7044 13.0282 11.5467 12.9968 11.3995 12.9358C11.2524 12.8748 11.1187 12.7854 11.0061 12.6727L10.9697 12.6364C10.8269 12.4966 10.6455 12.4029 10.4489 12.3673C10.2523 12.3316 10.0495 12.3557 9.86671 12.4364C9.68745 12.5132 9.53458 12.6408 9.42689 12.8034C9.31921 12.966 9.26142 13.1565 9.26065 13.3515V13.4545C9.26065 13.776 9.13294 14.0843 8.90562 14.3116C8.67831 14.539 8.37 14.6667 8.04853 14.6667C7.72705 14.6667 7.41874 14.539 7.19143 14.3116C6.96411 14.0843 6.8364 13.776 6.8364 13.4545V13.4C6.83171 13.1994 6.76678 13.0048 6.65005 12.8416C6.53331 12.6784 6.37018 12.5541 6.18186 12.4848C5.99906 12.4042 5.79629 12.3801 5.59968 12.4158C5.40308 12.4514 5.22166 12.5451 5.07883 12.6849L5.04246 12.7212C4.92989 12.8339 4.79621 12.9233 4.64906 12.9843C4.50191 13.0453 4.34418 13.0767 4.18489 13.0767C4.0256 13.0767 3.86787 13.0453 3.72072 12.9843C3.57357 12.9233 3.43989 12.8339 3.32731 12.7212C3.21461 12.6086 3.12521 12.475 3.06421 12.3278C3.00321 12.1807 2.97181 12.0229 2.97181 11.8636C2.97181 11.7043 3.00321 11.5466 3.06421 11.3995C3.12521 11.2523 3.21461 11.1186 3.32731 11.0061L3.36368 10.9697C3.5034 10.8269 3.59712 10.6454 3.63277 10.4488C3.66842 10.2522 3.64435 10.0495 3.56368 9.86667C3.48685 9.68741 3.35929 9.53454 3.19669 9.42686C3.03409 9.31917 2.84355 9.26139 2.64853 9.26061H2.5455C2.22402 9.26061 1.91571 9.1329 1.6884 8.90559C1.46108 8.67827 1.33337 8.36996 1.33337 8.04849C1.33337 7.72701 1.46108 7.4187 1.6884 7.19139C1.91571 6.96407 2.22402 6.83637 2.5455 6.83637H2.60004C2.80064 6.83167 2.9952 6.76674 3.1584 6.65001C3.32161 6.53328 3.44593 6.37014 3.51519 6.18182C3.59587 5.99902 3.61993 5.79625 3.58429 5.59965C3.54864 5.40304 3.45491 5.22163 3.31519 5.07879L3.27883 5.04243C3.16613 4.92985 3.07672 4.79617 3.01573 4.64902C2.95473 4.50187 2.92333 4.34414 2.92333 4.18485C2.92333 4.02556 2.95473 3.86783 3.01573 3.72068C3.07672 3.57353 3.16613 3.43985 3.27883 3.32728C3.3914 3.21458 3.52509 3.12517 3.67223 3.06417C3.81938 3.00317 3.97711 2.97178 4.1364 2.97178C4.2957 2.97178 4.45343 3.00317 4.60057 3.06417C4.74772 3.12517 4.88141 3.21458 4.99398 3.32728L5.03034 3.36364C5.17318 3.50336 5.3546 3.59708 5.5512 3.63273C5.7478 3.66838 5.95058 3.64431 6.13337 3.56364H6.18186C6.36111 3.48681 6.51399 3.35925 6.62167 3.19665C6.72935 3.03405 6.78714 2.84351 6.78792 2.64849V2.54546C6.78792 2.22398 6.91562 1.91567 7.14294 1.68836C7.37026 1.46104 7.67857 1.33334 8.00004 1.33334C8.32151 1.33334 8.62982 1.46104 8.85714 1.68836C9.08446 1.91567 9.21216 2.22398 9.21216 2.54546V2.6C9.21294 2.79502 9.27073 2.98556 9.37841 3.14816C9.48609 3.31076 9.63897 3.43833 9.81822 3.51515C10.001 3.59583 10.2038 3.6199 10.4004 3.58425C10.597 3.5486 10.7784 3.45487 10.9213 3.31515L10.9576 3.27879C11.0702 3.16609 11.2039 3.07669 11.351 3.01569C11.4982 2.95469 11.6559 2.92329 11.8152 2.92329C11.9745 2.92329 12.1322 2.95469 12.2794 3.01569C12.4265 3.07669 12.5602 3.16609 12.6728 3.27879C12.7855 3.39136 12.8749 3.52505 12.9359 3.6722C12.9969 3.81935 13.0283 3.97707 13.0283 4.13637C13.0283 4.29566 12.9969 4.45339 12.9359 4.60054C12.8749 4.74769 12.7855 4.88137 12.6728 4.99394L12.6364 5.03031C12.4967 5.17314 12.403 5.35456 12.3673 5.55116C12.3317 5.74776 12.3557 5.95054 12.4364 6.13334V6.18182C12.5132 6.36107 12.6408 6.51395 12.8034 6.62163C12.966 6.72932 13.1565 6.7871 13.3516 6.78788H13.4546C13.7761 6.78788 14.0844 6.91559 14.3117 7.1429C14.539 7.37022 14.6667 7.67853 14.6667 8C14.6667 8.32148 14.539 8.62978 14.3117 8.8571C14.0844 9.08442 13.7761 9.21212 13.4546 9.21212H13.4C13.205 9.2129 13.0145 9.27069 12.8519 9.37837C12.6893 9.48605 12.5617 9.63893 12.4849 9.81818Z";
|
|
974
1016
|
function SettingsIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
975
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
976
|
-
|
|
1017
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1018
|
+
Svg15.Path,
|
|
977
1019
|
{
|
|
978
1020
|
d: SETTINGS_PATH,
|
|
979
1021
|
stroke: color,
|
|
@@ -988,9 +1030,9 @@ function SettingsIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 })
|
|
|
988
1030
|
var SHOW_PATH = "M1.66669 10C1.66669 10 4.16669 4.16667 10 4.16667C15.8334 4.16667 18.3334 10 18.3334 10C18.3334 10 15.8334 15.8333 10 15.8333C4.16669 15.8333 1.66669 10 1.66669 10Z";
|
|
989
1031
|
var SHOW_PUPIL_PATH = "M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z";
|
|
990
1032
|
function ShowIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
991
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1033
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: [
|
|
992
1034
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
993
|
-
|
|
1035
|
+
Svg15.Path,
|
|
994
1036
|
{
|
|
995
1037
|
d: SHOW_PATH,
|
|
996
1038
|
stroke: color,
|
|
@@ -1000,7 +1042,7 @@ function ShowIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1000
1042
|
}
|
|
1001
1043
|
),
|
|
1002
1044
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1003
|
-
|
|
1045
|
+
Svg15.Path,
|
|
1004
1046
|
{
|
|
1005
1047
|
d: SHOW_PUPIL_PATH,
|
|
1006
1048
|
stroke: color,
|
|
@@ -1015,8 +1057,8 @@ function ShowIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1015
1057
|
// src/icons/Sidebar/sidebarPath.ts
|
|
1016
1058
|
var SIDEBAR_PATH = "M12.5 2.5V17.5M6.5 2.5H13.5C14.9001 2.5 15.6002 2.5 16.135 2.77248C16.6054 3.01217 16.9878 3.39462 17.2275 3.86502C17.5 4.3998 17.5 5.09987 17.5 6.5V13.5C17.5 14.9001 17.5 15.6002 17.2275 16.135C16.9878 16.6054 16.6054 16.9878 16.135 17.2275C15.6002 17.5 14.9001 17.5 13.5 17.5H6.5C5.09987 17.5 4.3998 17.5 3.86502 17.2275C3.39462 16.9878 3.01217 16.6054 2.77248 16.135C2.5 15.6002 2.5 14.9001 2.5 13.5V6.5C2.5 5.09987 2.5 4.3998 2.77248 3.86502C3.01217 3.39462 3.39462 3.01217 3.86502 2.77248C4.3998 2.5 5.09987 2.5 6.5 2.5Z";
|
|
1017
1059
|
function SidebarIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
1018
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1019
|
-
|
|
1060
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1061
|
+
Svg15.Path,
|
|
1020
1062
|
{
|
|
1021
1063
|
d: SIDEBAR_PATH,
|
|
1022
1064
|
stroke: color,
|
|
@@ -1030,8 +1072,8 @@ function SidebarIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1030
1072
|
// src/icons/Sort/sortPath.ts
|
|
1031
1073
|
var SORT_PATH = "M3.5 2V10M5.5 8L3.5 10L1.5 8M8.5 10V2M10.5 4L8.5 2L6.5 4";
|
|
1032
1074
|
function SortIcon({ size = 12, color = colors.grey150, strokeWidth = 1.5 }) {
|
|
1033
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1034
|
-
|
|
1075
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 12 12", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1076
|
+
Svg15.Path,
|
|
1035
1077
|
{
|
|
1036
1078
|
d: SORT_PATH,
|
|
1037
1079
|
stroke: color,
|
|
@@ -1052,8 +1094,8 @@ function StarIcon({
|
|
|
1052
1094
|
strokeWidth = 2
|
|
1053
1095
|
}) {
|
|
1054
1096
|
const resolvedColor = color ?? (active ? "#E38E5E" : colors.grey150);
|
|
1055
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1056
|
-
|
|
1097
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: height ?? size * 26 / 28, viewBox: "0 0 28 26", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1098
|
+
Svg15.Path,
|
|
1057
1099
|
{
|
|
1058
1100
|
d: STAR_PATH,
|
|
1059
1101
|
fill: active ? resolvedColor : "none",
|
|
@@ -1070,8 +1112,8 @@ function StarFilledIcon({
|
|
|
1070
1112
|
color = "#E38E5E",
|
|
1071
1113
|
strokeWidth = 2
|
|
1072
1114
|
}) {
|
|
1073
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1074
|
-
|
|
1115
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: height ?? size * 26 / 28, viewBox: "0 0 28 26", fill: color, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1116
|
+
Svg15.Path,
|
|
1075
1117
|
{
|
|
1076
1118
|
d: STAR_PATH,
|
|
1077
1119
|
fill: color,
|
|
@@ -1086,8 +1128,8 @@ function StarFilledIcon({
|
|
|
1086
1128
|
// src/icons/User/userPath.ts
|
|
1087
1129
|
var USER_PATH = "M15.8334 17.5C15.8334 14.2783 13.2217 11.6667 10 11.6667C6.77836 11.6667 4.16669 14.2783 4.16669 17.5M10 9.16667C8.15907 9.16667 6.66669 7.67428 6.66669 5.83333C6.66669 3.99238 8.15907 2.5 10 2.5C11.841 2.5 13.3334 3.99238 13.3334 5.83333C13.3334 7.67428 11.841 9.16667 10 9.16667Z";
|
|
1088
1130
|
function UserIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
1089
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1090
|
-
|
|
1131
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1132
|
+
Svg15.Path,
|
|
1091
1133
|
{
|
|
1092
1134
|
d: USER_PATH,
|
|
1093
1135
|
stroke: color,
|
|
@@ -1101,7 +1143,7 @@ function UserIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1101
1143
|
// src/icons/UsersAlt/usersAltPath.ts
|
|
1102
1144
|
var USERS_ALT_PATH = "M14.35 14.2566C14.9725 13.7177 15.4718 13.0513 15.814 12.3024C16.1562 11.5536 16.3333 10.7399 16.3333 9.91659C16.3333 8.36949 15.7187 6.88576 14.6248 5.7918C13.5308 4.69783 12.0471 4.08325 10.5 4.08325C8.95289 4.08325 7.46916 4.69783 6.3752 5.7918C5.28124 6.88576 4.66666 8.36949 4.66666 9.91659C4.66665 10.7399 4.84376 11.5536 5.18597 12.3024C5.52818 13.0513 6.02748 13.7177 6.64999 14.2566C5.01682 14.9961 3.6312 16.1904 2.6588 17.6966C1.6864 19.2027 1.16837 20.9571 1.16666 22.7499C1.16666 23.0593 1.28957 23.3561 1.50837 23.5749C1.72716 23.7937 2.0239 23.9166 2.33332 23.9166C2.64274 23.9166 2.93949 23.7937 3.15828 23.5749C3.37707 23.3561 3.49999 23.0593 3.49999 22.7499C3.49999 20.8934 4.23749 19.1129 5.55024 17.8002C6.863 16.4874 8.64347 15.7499 10.5 15.7499C12.3565 15.7499 14.137 16.4874 15.4497 17.8002C16.7625 19.1129 17.5 20.8934 17.5 22.7499C17.5 23.0593 17.6229 23.3561 17.8417 23.5749C18.0605 23.7937 18.3572 23.9166 18.6667 23.9166C18.9761 23.9166 19.2728 23.7937 19.4916 23.5749C19.7104 23.3561 19.8333 23.0593 19.8333 22.7499C19.8316 20.9571 19.3136 19.2027 18.3412 17.6966C17.3688 16.1904 15.9832 14.9961 14.35 14.2566ZM10.5 13.4166C9.80775 13.4166 9.13107 13.2113 8.55549 12.8267C7.97992 12.4421 7.53132 11.8955 7.26641 11.256C7.0015 10.6164 6.93219 9.9127 7.06724 9.23377C7.20229 8.55484 7.53563 7.9312 8.02512 7.44171C8.5146 6.95223 9.13824 6.61889 9.81717 6.48384C10.4961 6.34879 11.1998 6.4181 11.8394 6.68301C12.4789 6.94791 13.0255 7.39652 13.4101 7.97209C13.7947 8.54766 14 9.22435 14 9.91659C14 10.8448 13.6312 11.7351 12.9749 12.3915C12.3185 13.0478 11.4282 13.4166 10.5 13.4166ZM21.8633 13.7899C22.61 12.9491 23.0977 11.9105 23.2678 10.799C23.4378 9.68748 23.2831 8.55051 22.822 7.52492C22.361 6.49933 21.6134 5.62885 20.6692 5.01825C19.725 4.40764 18.6244 4.08295 17.5 4.08325C17.1906 4.08325 16.8938 4.20617 16.675 4.42496C16.4562 4.64375 16.3333 4.9405 16.3333 5.24992C16.3333 5.55934 16.4562 5.85608 16.675 6.07488C16.8938 6.29367 17.1906 6.41659 17.5 6.41659C18.4282 6.41659 19.3185 6.78533 19.9749 7.44171C20.6312 8.09809 21 8.98833 21 9.91659C20.9983 10.5294 20.8358 11.131 20.5287 11.6612C20.2216 12.1915 19.7807 12.6319 19.25 12.9383C19.077 13.038 18.9325 13.1805 18.8304 13.3521C18.7283 13.5237 18.6719 13.7186 18.6667 13.9183C18.6618 14.1163 18.7074 14.3123 18.7993 14.4879C18.8911 14.6634 19.0262 14.8127 19.1917 14.9216L19.6467 15.2249L19.7983 15.3066C21.2046 15.9736 22.391 17.0286 23.2178 18.3473C24.0446 19.666 24.4773 21.1935 24.465 22.7499C24.465 23.0593 24.5879 23.3561 24.8067 23.5749C25.0255 23.7937 25.3222 23.9166 25.6317 23.9166C25.9411 23.9166 26.2378 23.7937 26.4566 23.5749C26.6754 23.3561 26.7983 23.0593 26.7983 22.7499C26.8079 20.9596 26.3594 19.1965 25.4957 17.6283C24.632 16.0601 23.3816 14.7388 21.8633 13.7899Z";
|
|
1103
1145
|
function UsersAltIcon({ size = 28, color = colors.white }) {
|
|
1104
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1146
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 28 28", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: USERS_ALT_PATH, fill: color }) });
|
|
1105
1147
|
}
|
|
1106
1148
|
|
|
1107
1149
|
// src/icons/Video/videoPath.ts
|
|
@@ -1110,8 +1152,8 @@ var VIDEO_PATHS = [
|
|
|
1110
1152
|
"M1.33337 6.53333C1.33337 5.41322 1.33337 4.85317 1.55136 4.42535C1.74311 4.04902 2.04907 3.74306 2.42539 3.55132C2.85322 3.33333 3.41327 3.33333 4.53337 3.33333H8.13337C9.25348 3.33333 9.81353 3.33333 10.2414 3.55132C10.6177 3.74306 10.9236 4.04902 11.1154 4.42535C11.3334 4.85317 11.3334 5.41322 11.3334 6.53333V9.46666C11.3334 10.5868 11.3334 11.1468 11.1154 11.5746C10.9236 11.951 10.6177 12.2569 10.2414 12.4487C9.81353 12.6667 9.25348 12.6667 8.13337 12.6667H4.53337C3.41327 12.6667 2.85322 12.6667 2.42539 12.4487C2.04907 12.2569 1.74311 11.951 1.55136 11.5746C1.33337 11.1468 1.33337 10.5868 1.33337 9.46666V6.53333Z"
|
|
1111
1153
|
];
|
|
1112
1154
|
function VideoIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
1113
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1114
|
-
|
|
1155
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg15__default.default, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: VIDEO_PATHS.map((path) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1156
|
+
Svg15.Path,
|
|
1115
1157
|
{
|
|
1116
1158
|
d: path,
|
|
1117
1159
|
stroke: color,
|
|
@@ -1139,6 +1181,7 @@ var icons = {
|
|
|
1139
1181
|
chevronDown: ChevronDownIcon,
|
|
1140
1182
|
chevronLeft: ChevronLeftIcon,
|
|
1141
1183
|
clock: ClockIcon,
|
|
1184
|
+
close: CloseIcon,
|
|
1142
1185
|
clockFilled: ClockFilledIcon,
|
|
1143
1186
|
copy: CopyIcon,
|
|
1144
1187
|
bathrooms: BathroomsIcon,
|
|
@@ -1160,6 +1203,8 @@ var icons = {
|
|
|
1160
1203
|
logOut: LogOutIcon,
|
|
1161
1204
|
mail: MailIcon,
|
|
1162
1205
|
mapView: MapViewIcon,
|
|
1206
|
+
mapCollapse: MapCollapseIcon,
|
|
1207
|
+
mapExpand: MapExpandIcon,
|
|
1163
1208
|
menu: MenuIcon,
|
|
1164
1209
|
minus: MinusIcon,
|
|
1165
1210
|
navigate: NavigateIcon,
|
|
@@ -1191,6 +1236,8 @@ var iconGroups = {
|
|
|
1191
1236
|
"home",
|
|
1192
1237
|
"listView",
|
|
1193
1238
|
"locationPin",
|
|
1239
|
+
"mapCollapse",
|
|
1240
|
+
"mapExpand",
|
|
1194
1241
|
"mapView",
|
|
1195
1242
|
"menu",
|
|
1196
1243
|
"navigate"
|
|
@@ -1207,6 +1254,7 @@ var iconGroups = {
|
|
|
1207
1254
|
"search",
|
|
1208
1255
|
"calendar",
|
|
1209
1256
|
"calendarOutline",
|
|
1257
|
+
"close",
|
|
1210
1258
|
"ratingStar",
|
|
1211
1259
|
"saveHeart",
|
|
1212
1260
|
"share",
|
|
@@ -1533,7 +1581,7 @@ function BrandLogo({
|
|
|
1533
1581
|
const size = resolveBrandLogoSize(width, height);
|
|
1534
1582
|
const fill = BRAND_LOGO_COLORS[variant];
|
|
1535
1583
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1536
|
-
|
|
1584
|
+
Svg15__default.default,
|
|
1537
1585
|
{
|
|
1538
1586
|
width: size.width,
|
|
1539
1587
|
height: size.height,
|
|
@@ -1543,7 +1591,7 @@ function BrandLogo({
|
|
|
1543
1591
|
accessible: true,
|
|
1544
1592
|
accessibilityRole: "image",
|
|
1545
1593
|
accessibilityLabel,
|
|
1546
|
-
children: BRAND_LOGO_PATHS.map((path, index) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1594
|
+
children: BRAND_LOGO_PATHS.map((path, index) => /* @__PURE__ */ jsxRuntime.jsx(Svg15.Path, { d: path, fill }, index))
|
|
1547
1595
|
}
|
|
1548
1596
|
);
|
|
1549
1597
|
}
|
|
@@ -2335,7 +2383,7 @@ var styles7 = reactNative.StyleSheet.create({
|
|
|
2335
2383
|
color: colors.primary
|
|
2336
2384
|
}
|
|
2337
2385
|
});
|
|
2338
|
-
var ICON_SIZE6 =
|
|
2386
|
+
var ICON_SIZE6 = 25.63181;
|
|
2339
2387
|
var StatCard = react.forwardRef(function StatCard2({
|
|
2340
2388
|
label,
|
|
2341
2389
|
icon: Icon2,
|
|
@@ -5287,6 +5335,7 @@ exports.ChevronDownIcon = ChevronDownIcon;
|
|
|
5287
5335
|
exports.ChevronLeftIcon = ChevronLeftIcon;
|
|
5288
5336
|
exports.ClockFilledIcon = ClockFilledIcon;
|
|
5289
5337
|
exports.ClockIcon = ClockIcon;
|
|
5338
|
+
exports.CloseIcon = CloseIcon;
|
|
5290
5339
|
exports.CommentCard = CommentCard;
|
|
5291
5340
|
exports.CopyIcon = CopyIcon;
|
|
5292
5341
|
exports.Counter = Counter;
|
|
@@ -5310,6 +5359,8 @@ exports.ListViewIcon = ListViewIcon;
|
|
|
5310
5359
|
exports.LocationPinIcon = LocationPinIcon;
|
|
5311
5360
|
exports.LogOutIcon = LogOutIcon;
|
|
5312
5361
|
exports.MailIcon = MailIcon;
|
|
5362
|
+
exports.MapCollapseIcon = MapCollapseIcon;
|
|
5363
|
+
exports.MapExpandIcon = MapExpandIcon;
|
|
5313
5364
|
exports.MapViewIcon = MapViewIcon;
|
|
5314
5365
|
exports.MenuIcon = MenuIcon;
|
|
5315
5366
|
exports.MenuItem = MenuItem;
|