@pismo/marola 2.1.64 → 2.1.66
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/Button-CJaBSdv1.js +135 -0
- package/dist/ClassNameConfigurator-CVRWfyIa.js +847 -0
- package/dist/{ClickAwayListener-Z08peX_P.js → ClickAwayListener-BnYMO5Ki.js} +26 -33
- package/dist/Popup-D267EI4e.js +1338 -0
- package/dist/{Portal-DJapUCn6.js → Portal-BrGvxB96.js} +32 -36
- package/dist/RadioOption-DyRY8xlF.js +1094 -0
- package/dist/{Toggle-DcZTfLrC.js → Toggle-nnDfpqI1.js} +31 -31
- package/dist/assets/Checkbox.css +1 -1
- package/dist/assets/DropdownMenu.css +1 -1
- package/dist/assets/ToastCard.css +1 -1
- package/dist/assets/Toggle2.css +1 -1
- package/dist/combineHooksSlotProps-j-8UVeYo.js +86 -0
- package/dist/components/Alert/Alert.stories.d.ts +6 -6
- package/dist/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +311 -320
- package/dist/components/Autocomplete/Autocomplete.stories.d.ts +1 -1
- package/dist/components/Avatar/Avatar.stories.d.ts +4 -4
- package/dist/components/BankingCard/BankingCard.d.ts +0 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +56 -56
- package/dist/components/Checkbox/Checkbox.stories.d.ts +8 -8
- package/dist/components/Chip/Chip.js +3 -3
- package/dist/components/DatePicker/DatePicker.js +742 -639
- package/dist/components/DatePicker/DatePicker.stories.d.ts +8 -8
- package/dist/components/DatePicker/dateUtils.d.ts +2 -2
- package/dist/components/DatePicker/dateUtils.js +1 -1
- package/dist/components/DatePicker/keyboardNavigation.d.ts +1 -1
- package/dist/components/DatePicker/renderCalendarDays.js +1 -1
- package/dist/components/DatePicker/renderPeriodSelection.js +1 -1
- package/dist/components/Dialog/CloseIconButton.js +1 -1
- package/dist/components/Dialog/Dialog.js +372 -352
- package/dist/components/Dialog/Dialog.stories.d.ts +96 -135
- package/dist/components/DoubleAutocomplete/DoubleAutocomplete.d.ts +1 -1
- package/dist/components/DoubleAutocomplete/DoubleAutocomplete.js +2 -2
- package/dist/components/DoubleAutocomplete/DoubleAutocomplete.stories.d.ts +1 -1
- package/dist/components/DoubleInput/DoubleInput.stories.d.ts +1 -1
- package/dist/components/Draggable/Draggable.d.ts +0 -1
- package/dist/components/Draggable/Draggable.js +1 -1
- package/dist/components/Draggable/Draggable.stories.d.ts +2 -3
- package/dist/components/Draggable/useDraggable.js +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +3 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +39 -34
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +6 -4
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +4 -4
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/IconButton/IconButton.js +1 -1
- package/dist/components/Input/Input.js +335 -320
- package/dist/components/InputSearch/InputSearch.d.ts +31 -31
- package/dist/components/InputSearch/InputSearch.stories.d.ts +31 -31
- package/dist/components/Popover/Popover.d.ts +3 -3
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/Popover.stories.d.ts +3 -3
- package/dist/components/Popover/PopoverBody.d.ts +0 -1
- package/dist/components/Popover/PopoverFooter.d.ts +0 -1
- package/dist/components/Popover/PopoverHeader.d.ts +0 -1
- package/dist/components/RadioButton/RadioButton.d.ts +0 -1
- package/dist/components/RadioButton/RadioButton.js +684 -769
- package/dist/components/RadioButton/RadioOption.d.ts +0 -1
- package/dist/components/RadioButton/RadioOption.js +3 -3
- package/dist/components/ResultContainer/ResultContainer.d.ts +0 -1
- package/dist/components/ResultContainer/ResultContainer.stories.d.ts +9 -9
- package/dist/components/ResultWithChips/ResultWithChips.js +1 -1
- package/dist/components/ResultWithChips/ResultWithChips.stories.d.ts +9 -9
- package/dist/components/RowItem/RowItem.js +2 -2
- package/dist/components/Select/Select.js +625 -591
- package/dist/components/Skeleton/Skeleton.d.ts +0 -1
- package/dist/components/Snackbar/Snackbar.js +295 -239
- package/dist/components/Snackbar/Snackbar.stories.d.ts +113 -113
- package/dist/components/StepperNavigator/StepperNavigator.d.ts +0 -1
- package/dist/components/Table/Table.stories.d.ts +5 -5
- package/dist/components/Tabs/Tab.js +107 -98
- package/dist/components/Tabs/TabPanel.js +58 -55
- package/dist/components/Tabs/Tabs.js +246 -231
- package/dist/components/ToastCard/ToastCard.js +31 -31
- package/dist/components/Toggle/Toggle.js +147 -137
- package/dist/components/Toggle/Toggle.stories.d.ts +5 -5
- package/dist/components/ToggleGroup/Toggle.d.ts +0 -1
- package/dist/components/ToggleGroup/Toggle.js +2 -2
- package/dist/components/ToggleGroup/ToggleGroup.js +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.js +266 -325
- package/dist/components/Tooltip/Tooltip.stories.d.ts +4 -4
- package/dist/components/TransactionRow/TransactionRow.stories.d.ts +21 -21
- package/dist/contexts/DraggableProvider/DraggableProvider.d.ts +0 -1
- package/dist/contexts/DraggableProvider/DraggableProvider.js +1 -1
- package/dist/contexts/SnackbarProvider/SnackbarProvider.js +1 -1
- package/dist/{dayjs.min-ClQKmc--.js → dayjs.min-BtgZiFZY.js} +14 -14
- package/dist/getReactElementRef-iorwYm2A.js +19 -0
- package/dist/{index-1UpBa69h.js → index-ew-96uBP.js} +2129 -2128
- package/dist/isFocusVisible-CPZqtjv2.js +12 -0
- package/dist/main.js +2 -2
- package/dist/{ownerDocument-By592Iy6.js → ownerDocument-CU-LCrtd.js} +1 -1
- package/dist/react-BTbo_5A3.js +526 -0
- package/dist/setRef-Bo0HEdBB.js +6 -0
- package/dist/useButton-C2E_LFJp.js +90 -0
- package/dist/useControlled-BYdyS7Pn.js +31 -0
- package/dist/useId-CK6Kn3Tn.js +21 -0
- package/dist/useList-BLW78Lq7.js +446 -0
- package/dist/utils/draggable.d.ts +2 -2
- package/dist/utils/iconsList.js +118 -112
- package/package.json +1 -1
- package/dist/Button-BrEDdtHO.js +0 -130
- package/dist/Popup-Dffqo7wT.js +0 -1246
- package/dist/RadioOption-DYovqiwF.js +0 -720
- package/dist/combineHooksSlotProps-BhQ14uyD.js +0 -79
- package/dist/exactProp-SYjL19cU.js +0 -13
- package/dist/react-BvI-Sw9b.js +0 -509
- package/dist/useButton-CezPDte8.js +0 -105
- package/dist/useControlled-CCMYYdCM.js +0 -31
- package/dist/useId-BW-oWmul.js +0 -19
- package/dist/useIsFocusVisible-BH4IAdcw.js +0 -69
- package/dist/useList-nqLfZem8.js +0 -435
- package/dist/useSlotProps-CYHDC4TN.js +0 -834
- package/dist/useTimeout-DxF9kiZL.js +0 -36
package/dist/utils/iconsList.js
CHANGED
|
@@ -39,12 +39,12 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
39
39
|
color: "currentcolor",
|
|
40
40
|
width: "1em",
|
|
41
41
|
height: "1em"
|
|
42
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M496 48V192c0 17.69-14.33 32-32 32h-128c-17.67 0-32-14.31-32-32s14.33-32 32-32h44.38C352.3 120.5 306.5 96 256 96C189.4 96 130.9 138.5 110.5 201.8C105.1 218.6 87.08 227.9 70.19 222.4c-16.81-5.406-26.05-23.47-20.61-40.28C78.59 92.34 161.5 32 256 32c71.36 0 136.1 34.52 176 90.09V48c0-17.69 14.33-32 32-32S496 30.31 496 48z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M462.4 329.8C433.4 419.7 350.4 480 255.1 480C184.6 480 119.9 445.5 80 389.9V464c0 17.69-14.33 32-32 32s-32-14.31-32-32V320c0-17.69 14.33-32 32-32h128c17.67 0 32 14.31 32 32s-14.33 32-32 32H131.6C159.7 391.5 205.5 416 256 416c66.58 0 125.1-42.53 145.5-105.8c5.422-16.78 23.38-26.03 40.3-20.59C458.6 294.1 467.9 313 462.4 329.8z" })),
|
|
42
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M496 48V192c0 17.69-14.33 32-32 32h-128c-17.67 0-32-14.31-32-32s14.33-32 32-32h44.38C352.3 120.5 306.5 96 256 96C189.4 96 130.9 138.5 110.5 201.8C105.1 218.6 87.08 227.9 70.19 222.4c-16.81-5.406-26.05-23.47-20.61-40.28C78.59 92.34 161.5 32 256 32c71.36 0 136.1 34.52 176 90.09V48c0-17.69 14.33-32 32-32S496 30.31 496 48z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M462.4 329.8C433.4 419.7 350.4 480 255.1 480C184.6 480 119.9 445.5 80 389.9V464c0 17.69-14.33 32-32 32s-32-14.31-32-32V320c0-17.69 14.33-32 32-32h128c17.67 0 32 14.31 32 32s-14.33 32-32 32H131.6C159.7 391.5 205.5 416 256 416c66.58 0 125.1-42.53 145.5-105.8c5.422-16.78 23.38-26.03 40.3-20.59C458.6 294.1 467.9 313 462.4 329.8z" })), u = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/badge-check", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
43
43
|
fill: "currentcolor",
|
|
44
44
|
color: "currentcolor",
|
|
45
45
|
width: "1em",
|
|
46
46
|
height: "1em"
|
|
47
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M352.1 191C362.3 200.4 362.3 215.6 352.1 224.1L240.1 336.1C231.6 346.3 216.4 346.3 207 336.1L151 280.1C141.7 271.6 141.7 256.4 151 247C160.4 237.7 175.6 237.7 184.1 247L224 286.1L319 191C328.4 181.7 343.6 181.7 352.1 191z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M256 0C292.8 0 324.8 20.7 340.9 51.1C373.8 40.1 410.1 48.96 437 74.98C463 101 470.1 138.2 460.9 171.1C491.3 187.2 512 219.2 512 256C512 292.8 491.3 324.8 460.9 340.9C471 373.8 463 410.1 437 437C410.1 463 373.8 470.1 340.9 460.9C324.8 491.3 292.8 512 256 512C219.2 512 187.2 491.3 171.1 460.9C138.2 471 101 463 74.98 437C48.96 410.1 41 373.8 51.1 340.9C20.7 324.8 0 292.8 0 256C0 219.2 20.7 187.2 51.1 171.1C40.1 138.2 48.96 101 74.98 74.98C101 48.96 138.2 41 171.1 51.1C187.2 20.7 219.2 0 256 0V0zM352.1 224.1C362.3 215.6 362.3 200.4 352.1 191C343.6 181.7 328.4 181.7 319 191L224 286.1L184.1 247C175.6 237.7 160.4 237.7 151 247C141.7 256.4 141.7 271.6 151 280.1L207 336.1C216.4 346.3 231.6 346.3 240.1 336.1L352.1 224.1z" })),
|
|
47
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M352.1 191C362.3 200.4 362.3 215.6 352.1 224.1L240.1 336.1C231.6 346.3 216.4 346.3 207 336.1L151 280.1C141.7 271.6 141.7 256.4 151 247C160.4 237.7 175.6 237.7 184.1 247L224 286.1L319 191C328.4 181.7 343.6 181.7 352.1 191z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M256 0C292.8 0 324.8 20.7 340.9 51.1C373.8 40.1 410.1 48.96 437 74.98C463 101 470.1 138.2 460.9 171.1C491.3 187.2 512 219.2 512 256C512 292.8 491.3 324.8 460.9 340.9C471 373.8 463 410.1 437 437C410.1 463 373.8 470.1 340.9 460.9C324.8 491.3 292.8 512 256 512C219.2 512 187.2 491.3 171.1 460.9C138.2 471 101 463 74.98 437C48.96 410.1 41 373.8 51.1 340.9C20.7 324.8 0 292.8 0 256C0 219.2 20.7 187.2 51.1 171.1C40.1 138.2 48.96 101 74.98 74.98C101 48.96 138.2 41 171.1 51.1C187.2 20.7 219.2 0 256 0V0zM352.1 224.1C362.3 215.6 362.3 200.4 352.1 191C343.6 181.7 328.4 181.7 319 191L224 286.1L184.1 247C175.6 237.7 160.4 237.7 151 247C141.7 256.4 141.7 271.6 151 280.1L207 336.1C216.4 346.3 231.6 346.3 240.1 336.1L352.1 224.1z" })), w = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/bell", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
48
48
|
fill: "currentcolor",
|
|
49
49
|
color: "currentcolor",
|
|
50
50
|
width: "1em",
|
|
@@ -166,17 +166,17 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
166
166
|
color: "currentcolor",
|
|
167
167
|
width: "1em",
|
|
168
168
|
height: "1em"
|
|
169
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M105.4 246.6c-12.49-12.5-12.49-32.75 0-45.25c12.5-12.5 32.76-12.5 45.25 0L224 274.8V32c0-17.67 14.33-32 32-32c17.67 0 32 14.33 32 32v242.8l73.38-73.38c12.49-12.5 32.75-12.5 45.25 0c12.49 12.5 12.49 32.75 0 45.25l-128 128C272.4 380.9 264.2 384 256 384s-16.38-3.125-22.62-9.375L105.4 246.6z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456z" })),
|
|
169
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M105.4 246.6c-12.49-12.5-12.49-32.75 0-45.25c12.5-12.5 32.76-12.5 45.25 0L224 274.8V32c0-17.67 14.33-32 32-32c17.67 0 32 14.33 32 32v242.8l73.38-73.38c12.49-12.5 32.75-12.5 45.25 0c12.49 12.5 12.49 32.75 0 45.25l-128 128C272.4 380.9 264.2 384 256 384s-16.38-3.125-22.62-9.375L105.4 246.6z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456z" })), q = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 512", "data-waves-icon": "fa/duotone/ellipsis-vertical", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
170
170
|
fill: "currentcolor",
|
|
171
171
|
color: "currentcolor",
|
|
172
172
|
width: "1em",
|
|
173
173
|
height: "1em"
|
|
174
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M64 472C33.07 472 8 446.9 8 416C8 385.1 33.07 360 64 360C94.93 360 120 385.1 120 416C120 446.9 94.93 472 64 472zM64 152C33.07 152 8 126.9 8 96C8 65.07 33.07 40 64 40C94.93 40 120 65.07 120 96C120 126.9 94.93 152 64 152z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M64 200C94.93 200 120 225.1 120 256C120 286.9 94.93 312 64 312C33.07 312 8 286.9 8 256C8 225.1 33.07 200 64 200z" })),
|
|
174
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M64 472C33.07 472 8 446.9 8 416C8 385.1 33.07 360 64 360C94.93 360 120 385.1 120 416C120 446.9 94.93 472 64 472zM64 152C33.07 152 8 126.9 8 96C8 65.07 33.07 40 64 40C94.93 40 120 65.07 120 96C120 126.9 94.93 152 64 152z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M64 200C94.93 200 120 225.1 120 256C120 286.9 94.93 312 64 312C33.07 312 8 286.9 8 256C8 225.1 33.07 200 64 200z" })), G = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/empty-set", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
175
175
|
fill: "currentcolor",
|
|
176
176
|
color: "currentcolor",
|
|
177
177
|
width: "1em",
|
|
178
178
|
height: "1em"
|
|
179
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M502.6 9.375c-12.5-12.5-32.75-12.5-45.25 0l-448 448c-12.5 12.5-12.5 32.75 0 45.25C15.63 508.9 23.81 512 32 512s16.38-3.125 22.62-9.375l448-448C515.1 42.13 515.1 21.88 502.6 9.375z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M96 256c0-88.22 71.78-160 160-160c32.56 0 62.8 9.889 88.09 26.66l45.84-45.84C352.5 48.82 306.3 32 256 32C132.3 32 32 132.3 32 256c0 50.3 16.82 96.54 44.82 133.9l45.84-45.84C105.9 318.8 96 288.6 96 256zM435.2 122.1l-45.84 45.84C406.1 193.2 416 223.4 416 256c0 88.22-71.78 160-160 160c-32.56 0-62.8-9.889-88.09-26.66l-45.84 45.84C159.5 463.2 205.7 480 256 480c123.7 0 224-100.3 224-224C480 205.7 463.2 159.5 435.2 122.1z" })),
|
|
179
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M502.6 9.375c-12.5-12.5-32.75-12.5-45.25 0l-448 448c-12.5 12.5-12.5 32.75 0 45.25C15.63 508.9 23.81 512 32 512s16.38-3.125 22.62-9.375l448-448C515.1 42.13 515.1 21.88 502.6 9.375z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M96 256c0-88.22 71.78-160 160-160c32.56 0 62.8 9.889 88.09 26.66l45.84-45.84C352.5 48.82 306.3 32 256 32C132.3 32 32 132.3 32 256c0 50.3 16.82 96.54 44.82 133.9l45.84-45.84C105.9 318.8 96 288.6 96 256zM435.2 122.1l-45.84 45.84C406.1 193.2 416 223.4 416 256c0 88.22-71.78 160-160 160c-32.56 0-62.8-9.889-88.09-26.66l-45.84 45.84C159.5 463.2 205.7 480 256 480c123.7 0 224-100.3 224-224C480 205.7 463.2 159.5 435.2 122.1z" })), T = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/eye-slash", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
180
180
|
fill: "currentcolor",
|
|
181
181
|
color: "currentcolor",
|
|
182
182
|
width: "1em",
|
|
@@ -225,12 +225,12 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
225
225
|
color: "currentcolor",
|
|
226
226
|
width: "1em",
|
|
227
227
|
height: "1em"
|
|
228
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M192 176C192 202.5 170.5 224 144 224H48C21.49 224 0 202.5 0 176V80C0 53.49 21.49 32 48 32H144C170.5 32 192 53.49 192 80V176zM448 432C448 458.5 426.5 480 400 480H304C277.5 480 256 458.5 256 432V336C256 309.5 277.5 288 304 288H400C426.5 288 448 309.5 448 336V432z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M448 184C448 206.1 430.1 224 408 224H296C273.9 224 256 206.1 256 184V72C256 49.91 273.9 32 296 32H408C430.1 32 448 49.91 448 72V184zM192 440C192 462.1 174.1 480 152 480H40C17.91 480 0 462.1 0 440V328C0 305.9 17.91 288 40 288H152C174.1 288 192 305.9 192 328V440z" })),
|
|
228
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M192 176C192 202.5 170.5 224 144 224H48C21.49 224 0 202.5 0 176V80C0 53.49 21.49 32 48 32H144C170.5 32 192 53.49 192 80V176zM448 432C448 458.5 426.5 480 400 480H304C277.5 480 256 458.5 256 432V336C256 309.5 277.5 288 304 288H400C426.5 288 448 309.5 448 336V432z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M448 184C448 206.1 430.1 224 408 224H296C273.9 224 256 206.1 256 184V72C256 49.91 273.9 32 296 32H408C430.1 32 448 49.91 448 72V184zM192 440C192 462.1 174.1 480 152 480H40C17.91 480 0 462.1 0 440V328C0 305.9 17.91 288 40 288H152C174.1 288 192 305.9 192 328V440z" })), Q = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/grid-horizontal", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
229
229
|
fill: "currentcolor",
|
|
230
230
|
color: "currentcolor",
|
|
231
231
|
width: "1em",
|
|
232
232
|
height: "1em"
|
|
233
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M0 168C0 145.9 17.91 128 40 128H88C110.1 128 128 145.9 128 168V216C128 238.1 110.1 256 88 256H40C17.91 256 0 238.1 0 216V168zM160 328C160 305.9 177.9 288 200 288H248C270.1 288 288 305.9 288 328V376C288 398.1 270.1 416 248 416H200C177.9 416 160 398.1 160 376V328zM448 216C448 238.1 430.1 256 408 256H360C337.9 256 320 238.1 320 216V168C320 145.9 337.9 128 360 128H408C430.1 128 448 145.9 448 168V216z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M160 168C160 145.9 177.9 128 200 128H248C270.1 128 288 145.9 288 168V216C288 238.1 270.1 256 248 256H200C177.9 256 160 238.1 160 216V168zM0 328C0 305.9 17.91 288 40 288H88C110.1 288 128 305.9 128 328V376C128 398.1 110.1 416 88 416H40C17.91 416 0 398.1 0 376V328zM408 288C430.1 288 448 305.9 448 328V376C448 398.1 430.1 416 408 416H360C337.9 416 320 398.1 320 376V328C320 305.9 337.9 288 360 288H408z" })),
|
|
233
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M0 168C0 145.9 17.91 128 40 128H88C110.1 128 128 145.9 128 168V216C128 238.1 110.1 256 88 256H40C17.91 256 0 238.1 0 216V168zM160 328C160 305.9 177.9 288 200 288H248C270.1 288 288 305.9 288 328V376C288 398.1 270.1 416 248 416H200C177.9 416 160 398.1 160 376V328zM448 216C448 238.1 430.1 256 408 256H360C337.9 256 320 238.1 320 216V168C320 145.9 337.9 128 360 128H408C430.1 128 448 145.9 448 168V216z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M160 168C160 145.9 177.9 128 200 128H248C270.1 128 288 145.9 288 168V216C288 238.1 270.1 256 248 256H200C177.9 256 160 238.1 160 216V168zM0 328C0 305.9 17.91 288 40 288H88C110.1 288 128 305.9 128 328V376C128 398.1 110.1 416 88 416H40C17.91 416 0 398.1 0 376V328zM408 288C430.1 288 448 305.9 448 328V376C448 398.1 430.1 416 408 416H360C337.9 416 320 398.1 320 376V328C320 305.9 337.9 288 360 288H408z" })), J = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 512", "data-waves-icon": "fa/duotone/grip-dots-vertical", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
234
234
|
fill: "currentcolor",
|
|
235
235
|
color: "currentcolor",
|
|
236
236
|
width: "1em",
|
|
@@ -295,22 +295,27 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
295
295
|
color: "currentcolor",
|
|
296
296
|
width: "1em",
|
|
297
297
|
height: "1em"
|
|
298
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M32 144C32 64.47 96.47 0 176 0C255.5 0 320 64.47 320 144C320 223.5 255.5 288 176 288C96.47 288 32 223.5 32 144zM112 144C112 108.7 140.7 80 176 80C184.8 80 192 72.84 192 64C192 55.16 184.8 48 176 48C122.1 48 80 90.98 80 144C80 152.8 87.16 160 96 160C104.8 160 112 152.8 112 144z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M176 288C186.1 288 197.7 286.8 208 284.4V480C208 497.7 193.7 512 176 512C158.3 512 144 497.7 144 480V284.4C154.3 286.8 165 288 176 288V288z" })), m2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
|
|
298
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M32 144C32 64.47 96.47 0 176 0C255.5 0 320 64.47 320 144C320 223.5 255.5 288 176 288C96.47 288 32 223.5 32 144zM112 144C112 108.7 140.7 80 176 80C184.8 80 192 72.84 192 64C192 55.16 184.8 48 176 48C122.1 48 80 90.98 80 144C80 152.8 87.16 160 96 160C104.8 160 112 152.8 112 144z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M176 288C186.1 288 197.7 286.8 208 284.4V480C208 497.7 193.7 512 176 512C158.3 512 144 497.7 144 480V284.4C154.3 286.8 165 288 176 288V288z" })), m2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-waves-icon": "fa/duotone/messages-question", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
299
299
|
fill: "currentcolor",
|
|
300
300
|
color: "currentcolor",
|
|
301
301
|
width: "1em",
|
|
302
302
|
height: "1em"
|
|
303
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
303
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M6.21874 4.67146C6.40991 4.67146 6.56916 4.83076 6.56916 5.02188C6.56916 5.14932 6.50543 5.26084 6.39391 5.32459L5.48578 5.86626C5.35833 5.94584 5.29374 6.07292 5.29374 6.20001V6.4548C5.29374 6.6619 5.46895 6.83709 5.67603 6.83709C5.88312 6.83709 6.05833 6.66184 6.05833 6.4548V6.42501L6.79124 5.97897C7.12708 5.77084 7.33333 5.40417 7.33333 5.02292C7.33333 4.40167 6.83937 3.90771 6.21812 3.90771H5.38958C4.76833 3.90771 4.27437 4.40167 4.27437 5.02292C4.27437 5.23003 4.44962 5.40521 4.65666 5.40521C4.86372 5.40521 5.03895 5.22996 5.03895 5.02292C5.03895 4.83171 5.19824 4.67251 5.38937 4.67251H6.21874V4.67146ZM13.3333 5.33334H10.6667V8.00001C10.6667 9.10146 9.76812 9.9998 8.66666 9.9998L6.66666 9.99983V10.6661C6.66666 11.4005 7.26562 11.9807 7.98124 11.9807L10.6021 11.9805L12.326 13.2747C12.4771 13.3917 12.6667 13.2958 12.6667 13.1292V11.9992H13.3333C14.0677 11.9992 14.6667 11.4002 14.6667 10.6846V6.64792C14.6667 5.93126 14.0687 5.33334 13.3333 5.33334ZM5.67708 7.23959C5.38958 7.23959 5.16666 7.46251 5.16666 7.75001C5.16666 8.03667 5.38979 8.2598 5.67645 8.2598C5.96333 8.2598 6.18624 8.03667 6.18624 7.75001C6.18541 7.46251 5.96249 7.23959 5.67708 7.23959Z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M8.66666 2.66669H2.66666C1.93229 2.66669 1.33333 3.26565 1.33333 3.98127V7.98127C1.33333 8.73335 1.93229 9.33335 2.66666 9.33335L3.33333 9.33357V10.4638C3.33333 10.6304 3.52343 10.7267 3.65624 10.6278L5.3802 9.33368L8.66666 9.33127C9.40104 9.33387 10 8.73377 10 7.9996V3.98127C10 3.26565 9.40208 2.66669 8.66666 2.66669ZM5.67708 8.26044C5.38958 8.26044 5.16666 8.03752 5.16666 7.75002C5.16666 7.46315 5.38979 7.24023 5.67645 7.24023C5.96333 7.24023 6.18625 7.46335 6.18625 7.75002C6.18541 8.03752 5.9625 8.26044 5.67708 8.26044ZM6.77291 5.9771L6.04 6.42315V6.455C6.04 6.6621 5.86475 6.83729 5.6577 6.83729C5.45066 6.83729 5.29375 6.66252 5.29375 6.45627V6.20002C5.29375 6.07258 5.35747 5.94523 5.48491 5.86544L6.39304 5.32377C6.50458 5.26004 6.56829 5.14852 6.56829 5.02106C6.56829 4.82985 6.40895 4.67065 6.21787 4.67065H5.38958C5.19837 4.67065 5.03916 4.82994 5.03916 5.02106C5.03916 5.22817 4.86391 5.40335 4.65687 5.40335C4.44977 5.40335 4.27458 5.2281 4.27458 5.02106C4.27458 4.39981 4.76854 3.90585 5.38979 3.90585H6.21812C6.83958 3.9069 7.33333 4.40065 7.33333 5.02294C7.33333 5.40419 7.12708 5.77085 6.77291 5.9771Z" })), i2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "data-waves-icon": "fa/duotone/mobile-screen-button", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
304
304
|
fill: "currentcolor",
|
|
305
305
|
color: "currentcolor",
|
|
306
306
|
width: "1em",
|
|
307
307
|
height: "1em"
|
|
308
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
308
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M288 63.1v320H96v-320H288z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M288 0H96c-35.35 0-64 28.65-64 64v384c0 35.35 28.65 64 64 64h192c35.35 0 64-28.65 64-64v-384C352 28.65 323.3 0 288 0zM192 480c-17.75 0-32-14.25-32-32s14.25-32 32-32s32 14.25 32 32S209.8 480 192 480zM288 63.1v320H96v-320H288z" })), h2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/money-bill-transfer", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
309
309
|
fill: "currentcolor",
|
|
310
310
|
color: "currentcolor",
|
|
311
311
|
width: "1em",
|
|
312
312
|
height: "1em"
|
|
313
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
313
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M558.1 63.1L535 40.97C525.7 31.6 525.7 16.4 535 7.03C544.4-2.343 559.6-2.343 568.1 7.029L632.1 71.02C637.5 75.52 640 81.63 640 87.99C640 94.36 637.5 100.5 632.1 104.1L568.1 168.1C559.6 178.3 544.4 178.3 535 168.1C525.7 159.6 525.7 144.4 535 135L558.1 111.1L384 111.1C370.7 111.1 360 101.2 360 87.99C360 74.74 370.7 63.99 384 63.99L558.1 63.1zM255.1 399.1C269.3 399.1 279.1 410.7 279.1 423.1C279.1 437.2 269.3 447.1 255.1 447.1L81.95 448L104.1 471C114.3 480.4 114.3 495.6 104.1 504.1C95.6 514.3 80.4 514.3 71.03 504.1L7.029 440.1C2.528 436.5-.0003 430.4 0 423.1C0 417.6 2.529 411.5 7.03 407L71.03 343C80.4 333.7 95.6 333.7 104.1 343C114.3 352.4 114.3 367.6 104.1 376.1L81.94 400L255.1 399.1z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M332 87.99C332 116.7 355.3 139.1 384 139.1L481.1 139.1C484.5 157.5 494.9 172.5 509.4 181.9C511.1 184.3 513.1 186.6 515.2 188.8C535.5 209.1 568.5 209.1 588.8 188.8L608 169.5V384C608 419.3 579.3 448 544 448H302.1C305.9 440.8 307.1 432.7 307.1 423.1C307.1 395.3 284.7 371.1 255.1 371.1L158.9 371.1C155.5 354.5 145.1 339.5 130.6 330.1C128.9 327.7 126.9 325.4 124.8 323.2C104.5 302.9 71.54 302.9 51.23 323.2L32 342.5V128C32 92.65 60.65 64 96 64H337.9C334.1 71.18 332 79.34 332 87.99V87.99zM96 127.1V191.1C131.3 191.1 160 163.3 160 127.1H96zM544 319.1C508.7 319.1 480 348.7 480 384H544V319.1zM320 159.1C266.1 159.1 224 202.1 224 255.1C224 309 266.1 352 320 352C373 352 416 309 416 255.1C416 202.1 373 159.1 320 159.1z" })), d2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/money-bill-trend-up", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
314
|
+
fill: "currentcolor",
|
|
315
|
+
color: "currentcolor",
|
|
316
|
+
width: "1em",
|
|
317
|
+
height: "1em"
|
|
318
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M480 31.9C480 31.94 480 31.99 480 32.02V128C480 145.7 465.7 160 448 160C430.3 160 416 145.7 416 128V109.3L310.6 214.6C298.8 226.5 279.9 227.2 267.2 216.3L176 138.1L84.83 216.3C71.41 227.8 51.21 226.2 39.7 212.8C28.2 199.4 29.76 179.2 43.18 167.7L155.2 71.7C167.2 61.43 184.8 61.43 196.8 71.7L286.3 148.4L370.7 64H352C334.3 64 320 49.67 320 32C320 14.33 334.3 0 352 0H448C456.8 0 464.8 3.554 470.6 9.305C470.6 9.35 470.6 9.395 470.7 9.441C473.7 12.49 476 16 477.6 19.75C479.1 23.5 479.1 27.6 480 31.9V31.9z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M464 256C490.5 256 512 277.5 512 304V464C512 490.5 490.5 512 464 512H48C21.49 512 0 490.5 0 464V304C0 277.5 21.49 256 48 256H464zM96 464C96 437.5 74.51 416 48 416V464H96zM48 352C74.51 352 96 330.5 96 304H48V352zM464 464V416C437.5 416 416 437.5 416 464H464zM464 304H416C416 330.5 437.5 352 464 352V304zM256 448C291.3 448 320 419.3 320 384C320 348.7 291.3 320 256 320C220.7 320 192 348.7 192 384C192 419.3 220.7 448 256 448z" })), u2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/money-bills", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
314
319
|
fill: "currentcolor",
|
|
315
320
|
color: "currentcolor",
|
|
316
321
|
width: "1em",
|
|
@@ -320,122 +325,122 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
320
325
|
color: "currentcolor",
|
|
321
326
|
width: "1em",
|
|
322
327
|
height: "1em"
|
|
323
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M376 256H320V200C320 195.6 316.4 192 312 192h-48C259.6 192 256 195.6 256 200V256H200C195.6 256 192 259.6 192 264v48C192 316.4 195.6 320 200 320H256v56c0 4.375 3.625 8 8 8h48c4.375 0 8-3.625 8-8V320h56C380.4 320 384 316.4 384 312v-48C384 259.6 380.4 256 376 256zM0 360v-240C0 53.83 53.83 0 120 0h240C373.3 0 384 10.75 384 24S373.3 48 360 48h-240C80.3 48 48 80.3 48 120v240C48 373.3 37.25 384 24 384S0 373.3 0 360z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M432 96h-288C117.5 96 96 117.5 96 144v288C96 458.5 117.5 480 144 480H384l96-96V144C480 117.5 458.5 96 432 96zM384 312C384 316.4 380.4 320 376 320H320v56c0 4.375-3.625 8-8 8h-48C259.6 384 256 380.4 256 376V320H200C195.6 320 192 316.4 192 312v-48C192 259.6 195.6 256 200 256H256V200C256 195.6 259.6 192 264 192h48C316.4 192 320 195.6 320 200V256h56C380.4 256 384 259.6 384 264V312z" })),
|
|
328
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M376 256H320V200C320 195.6 316.4 192 312 192h-48C259.6 192 256 195.6 256 200V256H200C195.6 256 192 259.6 192 264v48C192 316.4 195.6 320 200 320H256v56c0 4.375 3.625 8 8 8h48c4.375 0 8-3.625 8-8V320h56C380.4 320 384 316.4 384 312v-48C384 259.6 380.4 256 376 256zM0 360v-240C0 53.83 53.83 0 120 0h240C373.3 0 384 10.75 384 24S373.3 48 360 48h-240C80.3 48 48 80.3 48 120v240C48 373.3 37.25 384 24 384S0 373.3 0 360z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M432 96h-288C117.5 96 96 117.5 96 144v288C96 458.5 117.5 480 144 480H384l96-96V144C480 117.5 458.5 96 432 96zM384 312C384 316.4 380.4 320 376 320H320v56c0 4.375-3.625 8-8 8h-48C259.6 384 256 380.4 256 376V320H200C195.6 320 192 316.4 192 312v-48C192 259.6 195.6 256 200 256H256V200C256 195.6 259.6 192 264 192h48C316.4 192 320 195.6 320 200V256h56C380.4 256 384 259.6 384 264V312z" })), f2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/paste", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
324
329
|
fill: "currentcolor",
|
|
325
330
|
color: "currentcolor",
|
|
326
331
|
width: "1em",
|
|
327
332
|
height: "1em"
|
|
328
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M272 32H215.4C204.3 12.89 183.6 0 160 0S115.7 12.89 104.6 32H48C21.49 32 0 53.49 0 80v320C0 426.5 21.49 448 48 448h144L192 176C192 131.8 227.8 96 272 96H320V80C320 53.49 298.5 32 272 32zM160 88C146.8 88 136 77.25 136 64S146.8 40 160 40S184 50.75 184 64S173.3 88 160 88zM416 128v96h96L416 128z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 224v240c0 26.51-21.49 48-48 48h-192C245.5 512 224 490.5 224 464v-288C224 149.5 245.5 128 272 128H416v96H512z" })),
|
|
333
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M272 32H215.4C204.3 12.89 183.6 0 160 0S115.7 12.89 104.6 32H48C21.49 32 0 53.49 0 80v320C0 426.5 21.49 448 48 448h144L192 176C192 131.8 227.8 96 272 96H320V80C320 53.49 298.5 32 272 32zM160 88C146.8 88 136 77.25 136 64S146.8 40 160 40S184 50.75 184 64S173.3 88 160 88zM416 128v96h96L416 128z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 224v240c0 26.51-21.49 48-48 48h-192C245.5 512 224 490.5 224 464v-288C224 149.5 245.5 128 272 128H416v96H512z" })), g2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/pen-to-square", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
329
334
|
fill: "currentcolor",
|
|
330
335
|
color: "currentcolor",
|
|
331
336
|
width: "1em",
|
|
332
337
|
height: "1em"
|
|
333
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M392.4 21.66C414.3-.2135 449.7-.2135 471.6 21.66L490.3 40.4C512.2 62.27 512.2 97.73 490.3 119.6L460.3 149.7L362.3 51.72L392.4 21.66zM437.7 172.3L270.3 339.6C264.2 345.8 256.7 350.4 248.4 353.2L159.6 382.8C150.1 385.6 141.5 383.4 135 376.1C128.6 370.5 126.4 361 129.2 352.4L158.8 263.6C161.6 255.3 166.2 247.8 172.4 241.7L339.7 74.34L437.7 172.3z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 160C0 106.1 42.98 64 96 64H192C209.7 64 224 78.33 224 96C224 113.7 209.7 128 192 128H96C78.33 128 64 142.3 64 160V416C64 433.7 78.33 448 96 448H352C369.7 448 384 433.7 384 416V320C384 302.3 398.3 288 416 288C433.7 288 448 302.3 448 320V416C448 469 405 512 352 512H96C42.98 512 0 469 0 416V160z" })),
|
|
338
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M392.4 21.66C414.3-.2135 449.7-.2135 471.6 21.66L490.3 40.4C512.2 62.27 512.2 97.73 490.3 119.6L460.3 149.7L362.3 51.72L392.4 21.66zM437.7 172.3L270.3 339.6C264.2 345.8 256.7 350.4 248.4 353.2L159.6 382.8C150.1 385.6 141.5 383.4 135 376.1C128.6 370.5 126.4 361 129.2 352.4L158.8 263.6C161.6 255.3 166.2 247.8 172.4 241.7L339.7 74.34L437.7 172.3z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 160C0 106.1 42.98 64 96 64H192C209.7 64 224 78.33 224 96C224 113.7 209.7 128 192 128H96C78.33 128 64 142.3 64 160V416C64 433.7 78.33 448 96 448H352C369.7 448 384 433.7 384 416V320C384 302.3 398.3 288 416 288C433.7 288 448 302.3 448 320V416C448 469 405 512 352 512H96C42.98 512 0 469 0 416V160z" })), v2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/pen", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
334
339
|
fill: "currentcolor",
|
|
335
340
|
color: "currentcolor",
|
|
336
341
|
width: "1em",
|
|
337
342
|
height: "1em"
|
|
338
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M182.7 459.2C176.1 465.8 167.9 470.7 158.9 473.3L30.77 511C22.35 513.5 13.24 511.2 7.03 504.1C.8198 498.8-1.502 489.7 .976 481.2L38.67 353.1C41.32 344.1 46.17 335.9 52.8 329.3L303 79.03L432.1 208.1L182.7 459.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M362.7 19.32C387.7-5.678 428.3-5.678 453.3 19.32L492.7 58.75C517.7 83.74 517.7 124.3 492.7 149.3L432.1 208.1L303 79.03L362.7 19.32z" })),
|
|
343
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M182.7 459.2C176.1 465.8 167.9 470.7 158.9 473.3L30.77 511C22.35 513.5 13.24 511.2 7.03 504.1C.8198 498.8-1.502 489.7 .976 481.2L38.67 353.1C41.32 344.1 46.17 335.9 52.8 329.3L303 79.03L432.1 208.1L182.7 459.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M362.7 19.32C387.7-5.678 428.3-5.678 453.3 19.32L492.7 58.75C517.7 83.74 517.7 124.3 492.7 149.3L432.1 208.1L303 79.03L362.7 19.32z" })), p2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "data-waves-icon": "fa/duotone/percent", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
339
344
|
fill: "currentcolor",
|
|
340
345
|
color: "currentcolor",
|
|
341
346
|
width: "1em",
|
|
342
347
|
height: "1em"
|
|
343
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M64 192c35.3 0 64-28.72 64-64S99.3 64.01 64 64.01S0 92.73 0 128S28.7 192 64 192zM320 320c-35.3 0-64 28.72-64 64s28.7 64 64 64s64-28.72 64-64S355.3 320 320 320z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M374.6 73.39c-12.5-12.5-32.75-12.5-45.25 0l-320 320c-12.5 12.5-12.5 32.75 0 45.25C15.63 444.9 23.81 448 32 448s16.38-3.125 22.62-9.375l320-320C387.1 106.1 387.1 85.89 374.6 73.39z" })),
|
|
348
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M64 192c35.3 0 64-28.72 64-64S99.3 64.01 64 64.01S0 92.73 0 128S28.7 192 64 192zM320 320c-35.3 0-64 28.72-64 64s28.7 64 64 64s64-28.72 64-64S355.3 320 320 320z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M374.6 73.39c-12.5-12.5-32.75-12.5-45.25 0l-320 320c-12.5 12.5-12.5 32.75 0 45.25C15.63 444.9 23.81 448 32 448s16.38-3.125 22.62-9.375l320-320C387.1 106.1 387.1 85.89 374.6 73.39z" })), y2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/duotone/piggy-bank", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
344
349
|
fill: "currentcolor",
|
|
345
350
|
color: "currentcolor",
|
|
346
351
|
width: "1em",
|
|
347
352
|
height: "1em"
|
|
348
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M512 96L493.2 171.1C509.1 185.9 521.9 203.9 530.7 224H544C561.7 224 576 238.3 576 256V352C576 369.7 561.7 384 544 384H512C502.9 396.1 492.1 406.9 480 416V480C480 497.7 465.7 512 448 512H416C398.3 512 384 497.7 384 480V448H256V480C256 497.7 241.7 512 224 512H192C174.3 512 160 497.7 160 480V416C125.1 389.8 101.3 349.8 96.79 304H68C30.44 304 0 273.6 0 236C0 198.4 30.44 168 68 168H72C85.25 168 96 178.7 96 192C96 205.3 85.25 216 72 216H68C56.95 216 48 224.1 48 236C48 247 56.95 256 68 256H99.2C114 182.1 178.6 128 256 128H384C391.8 128 399.5 128.6 407 129.6C424.6 109.1 450.8 96 480 96H512zM424 288C437.3 288 448 277.3 448 264C448 250.7 437.3 240 424 240C410.7 240 400 250.7 400 264C400 277.3 410.7 288 424 288z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M400 96L399.1 96.66C394.7 96.22 389.4 96 384 96H256C239.5 96 223.5 98.08 208.2 102C208.1 100 208 98.02 208 96C208 42.98 250.1 0 304 0C357 0 400 42.98 400 96z" })),
|
|
353
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M512 96L493.2 171.1C509.1 185.9 521.9 203.9 530.7 224H544C561.7 224 576 238.3 576 256V352C576 369.7 561.7 384 544 384H512C502.9 396.1 492.1 406.9 480 416V480C480 497.7 465.7 512 448 512H416C398.3 512 384 497.7 384 480V448H256V480C256 497.7 241.7 512 224 512H192C174.3 512 160 497.7 160 480V416C125.1 389.8 101.3 349.8 96.79 304H68C30.44 304 0 273.6 0 236C0 198.4 30.44 168 68 168H72C85.25 168 96 178.7 96 192C96 205.3 85.25 216 72 216H68C56.95 216 48 224.1 48 236C48 247 56.95 256 68 256H99.2C114 182.1 178.6 128 256 128H384C391.8 128 399.5 128.6 407 129.6C424.6 109.1 450.8 96 480 96H512zM424 288C437.3 288 448 277.3 448 264C448 250.7 437.3 240 424 240C410.7 240 400 250.7 400 264C400 277.3 410.7 288 424 288z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M400 96L399.1 96.66C394.7 96.22 389.4 96 384 96H256C239.5 96 223.5 98.08 208.2 102C208.1 100 208 98.02 208 96C208 42.98 250.1 0 304 0C357 0 400 42.98 400 96z" })), E2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/rectangle-history-circle-user", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
349
354
|
fill: "currentcolor",
|
|
350
355
|
color: "currentcolor",
|
|
351
356
|
width: "1em",
|
|
352
357
|
height: "1em"
|
|
353
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M352 368C352 288.5 416.5 224 496 224C575.5 224 640 288.5 640 368C640 447.5 575.5 512 496 512C416.5 512 352 447.5 352 368zM496 480C526.2 480 553.5 468.1 573.7 448.7C567.5 429.7 549.6 416 528.6 416H463.4C442.4 416 424.5 429.7 418.3 448.7C438.5 468.1 465.8 480 496 480zM496 384C522.5 384 544 362.5 544 336C544 309.5 522.5 288 496 288C469.5 288 448 309.5 448 336C448 362.5 469.5 384 496 384z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M64 512C28.65 512 0 483.3 0 448V224C0 188.7 28.65 160 64 160H448C471.8 160 492.5 172.9 503.5 192.2C501 192.1 498.5 192 496 192C398.8 192 320 270.8 320 368C320 427.5 349.5 480.1 394.8 512H64zM440 128H72C58.75 128 48 117.3 48 104C48 90.75 58.75 80 72 80H440C453.3 80 464 90.75 464 104C464 117.3 453.3 128 440 128zM392 48H120C106.7 48 96 37.25 96 24C96 10.75 106.7 0 120 0H392C405.3 0 416 10.75 416 24C416 37.25 405.3 48 392 48z" })),
|
|
358
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M352 368C352 288.5 416.5 224 496 224C575.5 224 640 288.5 640 368C640 447.5 575.5 512 496 512C416.5 512 352 447.5 352 368zM496 480C526.2 480 553.5 468.1 573.7 448.7C567.5 429.7 549.6 416 528.6 416H463.4C442.4 416 424.5 429.7 418.3 448.7C438.5 468.1 465.8 480 496 480zM496 384C522.5 384 544 362.5 544 336C544 309.5 522.5 288 496 288C469.5 288 448 309.5 448 336C448 362.5 469.5 384 496 384z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M64 512C28.65 512 0 483.3 0 448V224C0 188.7 28.65 160 64 160H448C471.8 160 492.5 172.9 503.5 192.2C501 192.1 498.5 192 496 192C398.8 192 320 270.8 320 368C320 427.5 349.5 480.1 394.8 512H64zM440 128H72C58.75 128 48 117.3 48 104C48 90.75 58.75 80 72 80H440C453.3 80 464 90.75 464 104C464 117.3 453.3 128 440 128zM392 48H120C106.7 48 96 37.25 96 24C96 10.75 106.7 0 120 0H392C405.3 0 416 10.75 416 24C416 37.25 405.3 48 392 48z" })), M2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/rectangle-history", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
354
359
|
fill: "currentcolor",
|
|
355
360
|
color: "currentcolor",
|
|
356
361
|
width: "1em",
|
|
357
362
|
height: "1em"
|
|
358
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M448 160C483.3 160 512 188.7 512 224V448C512 483.3 483.3 512 448 512H64C28.65 512 0 483.3 0 448V224C0 188.7 28.65 160 64 160H448z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M440 128H72C58.75 128 48 117.3 48 104C48 90.75 58.75 80 72 80H440C453.3 80 464 90.75 464 104C464 117.3 453.3 128 440 128zM392 48H120C106.7 48 96 37.25 96 24C96 10.75 106.7 0 120 0H392C405.3 0 416 10.75 416 24C416 37.25 405.3 48 392 48z" })),
|
|
363
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M448 160C483.3 160 512 188.7 512 224V448C512 483.3 483.3 512 448 512H64C28.65 512 0 483.3 0 448V224C0 188.7 28.65 160 64 160H448z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M440 128H72C58.75 128 48 117.3 48 104C48 90.75 58.75 80 72 80H440C453.3 80 464 90.75 464 104C464 117.3 453.3 128 440 128zM392 48H120C106.7 48 96 37.25 96 24C96 10.75 106.7 0 120 0H392C405.3 0 416 10.75 416 24C416 37.25 405.3 48 392 48z" })), z2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/rectangle-terminal", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
359
364
|
fill: "currentcolor",
|
|
360
365
|
color: "currentcolor",
|
|
361
366
|
width: "1em",
|
|
362
367
|
height: "1em"
|
|
363
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M103.8 185.7C94.01 176.7 93.35 161.6 102.3 151.8C111.3 142 126.4 141.4 136.2 150.3L232.2 238.3C237.2 242.9 240 249.3 240 256C240 262.7 237.2 269.1 232.2 273.7L136.2 361.7C126.4 370.6 111.3 369.1 102.3 360.2C93.35 350.4 94.01 335.3 103.8 326.3L180.5 256L103.8 185.7zM392 336C405.3 336 416 346.7 416 360C416 373.3 405.3 384 392 384H248C234.7 384 224 373.3 224 360C224 346.7 234.7 336 248 336H392z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 96C0 60.65 28.65 32 64 32H448C483.3 32 512 60.65 512 96V416C512 451.3 483.3 480 448 480H64C28.65 480 0 451.3 0 416V96zM102.3 151.8C93.35 161.6 94.01 176.7 103.8 185.7L180.5 256L103.8 326.3C94.01 335.3 93.35 350.4 102.3 360.2C111.3 369.1 126.4 370.6 136.2 361.7L232.2 273.7C237.2 269.1 240 262.7 240 255.1C240 249.3 237.2 242.9 232.2 238.3L136.2 150.3C126.4 141.4 111.3 142 102.3 151.8V151.8zM248 336C234.7 336 224 346.7 224 360C224 373.3 234.7 384 248 384H392C405.3 384 416 373.3 416 360C416 346.7 405.3 336 392 336H248z" })),
|
|
368
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M103.8 185.7C94.01 176.7 93.35 161.6 102.3 151.8C111.3 142 126.4 141.4 136.2 150.3L232.2 238.3C237.2 242.9 240 249.3 240 256C240 262.7 237.2 269.1 232.2 273.7L136.2 361.7C126.4 370.6 111.3 369.1 102.3 360.2C93.35 350.4 94.01 335.3 103.8 326.3L180.5 256L103.8 185.7zM392 336C405.3 336 416 346.7 416 360C416 373.3 405.3 384 392 384H248C234.7 384 224 373.3 224 360C224 346.7 234.7 336 248 336H392z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 96C0 60.65 28.65 32 64 32H448C483.3 32 512 60.65 512 96V416C512 451.3 483.3 480 448 480H64C28.65 480 0 451.3 0 416V96zM102.3 151.8C93.35 161.6 94.01 176.7 103.8 185.7L180.5 256L103.8 326.3C94.01 335.3 93.35 350.4 102.3 360.2C111.3 369.1 126.4 370.6 136.2 361.7L232.2 273.7C237.2 269.1 240 262.7 240 255.1C240 249.3 237.2 242.9 232.2 238.3L136.2 150.3C126.4 141.4 111.3 142 102.3 151.8V151.8zM248 336C234.7 336 224 346.7 224 360C224 373.3 234.7 384 248 384H392C405.3 384 416 373.3 416 360C416 346.7 405.3 336 392 336H248z" })), H2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/scale-unbalanced", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
364
369
|
fill: "currentcolor",
|
|
365
370
|
color: "currentcolor",
|
|
366
371
|
width: "1em",
|
|
367
372
|
height: "1em"
|
|
368
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M85 250.5c-86.1 174.2-84.1 165.9-84.1 181.5C.0035 476.1 57.25 512 128 512s128-35.87 128-79.1c0-16.12 1.375-8.751-85.12-181.5C153.3 215.3 102.8 215.1 85 250.5zM55.96 416l71.98-143.1l72.15 143.1H55.96zM554.9 122.5c-17.62-35.25-68.08-35.37-85.83 0c-86.1 174.2-85.04 165.9-85.04 181.5c0 44.12 57.25 79.1 128 79.1s127.1-35.87 127.1-79.1C639.1 287.9 641.4 295.3 554.9 122.5zM439.1 288l72.04-143.1l72.08 143.1H439.1z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M495.1 448h-143.1V153.3c20.83-9.117 36.72-26.93 43.78-48.77l126.3-42.11c16.77-5.594 25.83-23.72 20.23-40.48c-5.578-16.73-23.62-25.86-40.48-20.23l-113.3 37.76c-13.94-23.49-39.29-39.41-68.58-39.41c-44.18 0-79.1 35.82-79.1 80c0 2.961 .5587 5.771 .8712 8.648L117.9 129.7C101.1 135.3 92.05 153.4 97.64 170.1c4.469 13.41 16.95 21.88 30.36 21.88c3.344 0 6.768-.5186 10.13-1.644L273.8 145.1c4.436 3.15 9.148 5.908 14.19 8.115V496C288 504.8 295.2 512 304 512h223.1c8.838 0 16-7.164 16-15.1C543.1 469.5 522.5 448 495.1 448z" })),
|
|
373
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M85 250.5c-86.1 174.2-84.1 165.9-84.1 181.5C.0035 476.1 57.25 512 128 512s128-35.87 128-79.1c0-16.12 1.375-8.751-85.12-181.5C153.3 215.3 102.8 215.1 85 250.5zM55.96 416l71.98-143.1l72.15 143.1H55.96zM554.9 122.5c-17.62-35.25-68.08-35.37-85.83 0c-86.1 174.2-85.04 165.9-85.04 181.5c0 44.12 57.25 79.1 128 79.1s127.1-35.87 127.1-79.1C639.1 287.9 641.4 295.3 554.9 122.5zM439.1 288l72.04-143.1l72.08 143.1H439.1z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M495.1 448h-143.1V153.3c20.83-9.117 36.72-26.93 43.78-48.77l126.3-42.11c16.77-5.594 25.83-23.72 20.23-40.48c-5.578-16.73-23.62-25.86-40.48-20.23l-113.3 37.76c-13.94-23.49-39.29-39.41-68.58-39.41c-44.18 0-79.1 35.82-79.1 80c0 2.961 .5587 5.771 .8712 8.648L117.9 129.7C101.1 135.3 92.05 153.4 97.64 170.1c4.469 13.41 16.95 21.88 30.36 21.88c3.344 0 6.768-.5186 10.13-1.644L273.8 145.1c4.436 3.15 9.148 5.908 14.19 8.115V496C288 504.8 295.2 512 304 512h223.1c8.838 0 16-7.164 16-15.1C543.1 469.5 522.5 448 495.1 448z" })), V2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "data-waves-icon": "fa/duotone/sd-card", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
369
374
|
fill: "currentcolor",
|
|
370
375
|
color: "currentcolor",
|
|
371
376
|
width: "1em",
|
|
372
377
|
height: "1em"
|
|
373
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M112 160H160V64H112V160zM192 160h48V64H192V160zM272 64v96H320V64H272z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M320 0H128L0 128v320c0 35.25 28.75 64 64 64h256c35.25 0 64-28.75 64-64V64C384 28.75 355.3 0 320 0zM160 160H112V64H160V160zM240 160H192V64h48V160zM320 160h-48V64H320V160z" })),
|
|
378
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M112 160H160V64H112V160zM192 160h48V64H192V160zM272 64v96H320V64H272z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M320 0H128L0 128v320c0 35.25 28.75 64 64 64h256c35.25 0 64-28.75 64-64V64C384 28.75 355.3 0 320 0zM160 160H112V64H160V160zM240 160H192V64h48V160zM320 160h-48V64H320V160z" })), L2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/sd-cards", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
374
379
|
fill: "currentcolor",
|
|
375
380
|
color: "currentcolor",
|
|
376
381
|
width: "1em",
|
|
377
382
|
height: "1em"
|
|
378
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M304 64H256v96h48V64zM336 64v96H384V64H336zM328 512h-208C53.83 512 0 458.2 0 392v-272C0 106.8 10.75 96 24 96S48 106.8 48 120v272c0 39.7 32.3 72 72 72h208c13.25 0 24 10.75 24 24S341.3 512 328 512z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M384 0H208L96 112V352c0 35.25 28.75 64 64 64h224c35.25 0 64-28.75 64-64V64C448 28.75 419.3 0 384 0zM304 160H256V64h48V160zM384 160h-48V64H384V160z" })),
|
|
383
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M304 64H256v96h48V64zM336 64v96H384V64H336zM328 512h-208C53.83 512 0 458.2 0 392v-272C0 106.8 10.75 96 24 96S48 106.8 48 120v272c0 39.7 32.3 72 72 72h208c13.25 0 24 10.75 24 24S341.3 512 328 512z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M384 0H208L96 112V352c0 35.25 28.75 64 64 64h224c35.25 0 64-28.75 64-64V64C448 28.75 419.3 0 384 0zM304 160H256V64h48V160zM384 160h-48V64H384V160z" })), x2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/server", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
379
384
|
fill: "currentcolor",
|
|
380
385
|
color: "currentcolor",
|
|
381
386
|
width: "1em",
|
|
382
387
|
height: "1em"
|
|
383
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M480 32H32C14.38 32 0 46.38 0 64v128c0 17.62 14.38 32 32 32h448c17.62 0 32-14.38 32-32V64C512 46.38 497.6 32 480 32zM352 152c-13.25 0-24-10.75-24-24S338.8 104 352 104S376 114.8 376 128S365.3 152 352 152zM416 152c-13.25 0-24-10.75-24-24S402.8 104 416 104S440 114.8 440 128S429.3 152 416 152zM416 360c-13.25 0-24 10.75-24 24s10.75 24 24 24c13.26 0 24-10.75 24-24S429.3 360 416 360z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M480 288H32c-17.62 0-32 14.38-32 32v128c0 17.62 14.38 32 32 32h448c17.62 0 32-14.38 32-32v-128C512 302.4 497.6 288 480 288zM352 408c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S365.3 408 352 408zM416 408c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S429.3 408 416 408zM416 152c13.25 0 24-10.75 24-24S429.3 104 416 104S392 114.8 392 128S402.8 152 416 152z" })),
|
|
388
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M480 32H32C14.38 32 0 46.38 0 64v128c0 17.62 14.38 32 32 32h448c17.62 0 32-14.38 32-32V64C512 46.38 497.6 32 480 32zM352 152c-13.25 0-24-10.75-24-24S338.8 104 352 104S376 114.8 376 128S365.3 152 352 152zM416 152c-13.25 0-24-10.75-24-24S402.8 104 416 104S440 114.8 440 128S429.3 152 416 152zM416 360c-13.25 0-24 10.75-24 24s10.75 24 24 24c13.26 0 24-10.75 24-24S429.3 360 416 360z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M480 288H32c-17.62 0-32 14.38-32 32v128c0 17.62 14.38 32 32 32h448c17.62 0 32-14.38 32-32v-128C512 302.4 497.6 288 480 288zM352 408c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S365.3 408 352 408zM416 408c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S429.3 408 416 408zM416 152c13.25 0 24-10.75 24-24S429.3 104 416 104S392 114.8 392 128S402.8 152 416 152z" })), S2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "data-waves-icon": "fa/duotone/sheet-plastic", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
384
389
|
fill: "currentcolor",
|
|
385
390
|
color: "currentcolor",
|
|
386
391
|
width: "1em",
|
|
387
392
|
height: "1em"
|
|
388
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M224 352H384L224 512V352z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M64 512C28.65 512 0 483.3 0 448V64C0 28.65 28.65 0 64 0H320C355.3 0 384 28.65 384 64V352H224V512H64zM171.3 52.69C165.1 46.44 154.9 46.44 148.7 52.69L52.69 148.7C46.44 154.9 46.44 165.1 52.69 171.3C58.93 177.6 69.06 177.6 75.31 171.3L171.3 75.31C177.6 69.07 177.6 58.94 171.3 52.69V52.69zM267.3 107.3C273.6 101.1 273.6 90.93 267.3 84.69C261.1 78.44 250.9 78.44 244.7 84.69L84.69 244.7C78.44 250.9 78.44 261.1 84.69 267.3C90.93 273.6 101.1 273.6 107.3 267.3L267.3 107.3z" })),
|
|
393
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M224 352H384L224 512V352z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M64 512C28.65 512 0 483.3 0 448V64C0 28.65 28.65 0 64 0H320C355.3 0 384 28.65 384 64V352H224V512H64zM171.3 52.69C165.1 46.44 154.9 46.44 148.7 52.69L52.69 148.7C46.44 154.9 46.44 165.1 52.69 171.3C58.93 177.6 69.06 177.6 75.31 171.3L171.3 75.31C177.6 69.07 177.6 58.94 171.3 52.69V52.69zM267.3 107.3C273.6 101.1 273.6 90.93 267.3 84.69C261.1 78.44 250.9 78.44 244.7 84.69L84.69 244.7C78.44 250.9 78.44 261.1 84.69 267.3C90.93 273.6 101.1 273.6 107.3 267.3L267.3 107.3z" })), N2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/sidebar", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
389
394
|
fill: "currentcolor",
|
|
390
395
|
color: "currentcolor",
|
|
391
396
|
width: "1em",
|
|
392
397
|
height: "1em"
|
|
393
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M224 32V480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H224zM88 96C74.75 96 64 106.7 64 120C64 133.3 74.75 144 88 144H136C149.3 144 160 133.3 160 120C160 106.7 149.3 96 136 96H88zM88 240H136C149.3 240 160 229.3 160 216C160 202.7 149.3 192 136 192H88C74.75 192 64 202.7 64 216C64 229.3 74.75 240 88 240zM88 288C74.75 288 64 298.7 64 312C64 325.3 74.75 336 88 336H136C149.3 336 160 325.3 160 312C160 298.7 149.3 288 136 288H88z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 416C512 451.3 483.3 480 448 480H224V32H448C483.3 32 512 60.65 512 96V416z" })),
|
|
398
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M224 32V480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H224zM88 96C74.75 96 64 106.7 64 120C64 133.3 74.75 144 88 144H136C149.3 144 160 133.3 160 120C160 106.7 149.3 96 136 96H88zM88 240H136C149.3 240 160 229.3 160 216C160 202.7 149.3 192 136 192H88C74.75 192 64 202.7 64 216C64 229.3 74.75 240 88 240zM88 288C74.75 288 64 298.7 64 312C64 325.3 74.75 336 88 336H136C149.3 336 160 325.3 160 312C160 298.7 149.3 288 136 288H88z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 416C512 451.3 483.3 480 448 480H224V32H448C483.3 32 512 60.65 512 96V416z" })), B2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/duotone/sitemap", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
394
399
|
fill: "currentcolor",
|
|
395
400
|
color: "currentcolor",
|
|
396
401
|
width: "1em",
|
|
397
402
|
height: "1em"
|
|
398
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M208 80C208 53.49 229.5 32 256 32H320C346.5 32 368 53.49 368 80V144C368 170.5 346.5 192 320 192H256C229.5 192 208 170.5 208 144V80zM112 320C138.5 320 160 341.5 160 368V432C160 458.5 138.5 480 112 480H48C21.49 480 0 458.5 0 432V368C0 341.5 21.49 320 48 320H112zM320 320C346.5 320 368 341.5 368 368V432C368 458.5 346.5 480 320 480H256C229.5 480 208 458.5 208 432V368C208 341.5 229.5 320 256 320H320zM528 320C554.5 320 576 341.5 576 368V432C576 458.5 554.5 480 528 480H464C437.5 480 416 458.5 416 432V368C416 341.5 437.5 320 464 320H528z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M112 280C107.6 280 104 283.6 104 288V320H56V288C56 257.1 81.07 232 112 232H264V192H312V232H464C494.9 232 520 257.1 520 288V320H472V288C472 283.6 468.4 280 464 280H312V320H264V280H112z" })),
|
|
403
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M208 80C208 53.49 229.5 32 256 32H320C346.5 32 368 53.49 368 80V144C368 170.5 346.5 192 320 192H256C229.5 192 208 170.5 208 144V80zM112 320C138.5 320 160 341.5 160 368V432C160 458.5 138.5 480 112 480H48C21.49 480 0 458.5 0 432V368C0 341.5 21.49 320 48 320H112zM320 320C346.5 320 368 341.5 368 368V432C368 458.5 346.5 480 320 480H256C229.5 480 208 458.5 208 432V368C208 341.5 229.5 320 256 320H320zM528 320C554.5 320 576 341.5 576 368V432C576 458.5 554.5 480 528 480H464C437.5 480 416 458.5 416 432V368C416 341.5 437.5 320 464 320H528z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M112 280C107.6 280 104 283.6 104 288V320H56V288C56 257.1 81.07 232 112 232H264V192H312V232H464C494.9 232 520 257.1 520 288V320H472V288C472 283.6 468.4 280 464 280H312V320H264V280H112z" })), I2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/squirrel", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
399
404
|
fill: "currentcolor",
|
|
400
405
|
color: "currentcolor",
|
|
401
406
|
width: "1em",
|
|
402
407
|
height: "1em"
|
|
403
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M463.9 448H448.9c18.25-18.38 30.1-42.13 30.1-64c0-26.5-22.12-52.75-47.87-61.13L432 224h47.88c20.36 0 35.62-18.85 31.4-38.77C500.9 136.4 466.8 96 415.9 96V64c-48 0-74.25 62.75-89.37 108.3L216 504.3C231.5 508.9 247.5 512 264.2 512h231.7c8.75 0 15.99-7.125 15.99-16C511.9 469.6 490.3 448 463.9 448zM415.1 160c0-8.875 7.12-16 15.1-16s15.98 7.125 15.98 16s-7.125 16-15.1 16S415.1 168.9 415.1 160z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M287.1 288.1l-71.95 216.3c-66.92-19.56-118.1-77.63-120-149.7C95.64 329.2 101.8 305.5 112 284.2C47.94 269.6 0 212.5 0 144C0 64.47 64.47 0 143.1 0s143.1 64.47 143.1 144V288.1z" })),
|
|
408
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M463.9 448H448.9c18.25-18.38 30.1-42.13 30.1-64c0-26.5-22.12-52.75-47.87-61.13L432 224h47.88c20.36 0 35.62-18.85 31.4-38.77C500.9 136.4 466.8 96 415.9 96V64c-48 0-74.25 62.75-89.37 108.3L216 504.3C231.5 508.9 247.5 512 264.2 512h231.7c8.75 0 15.99-7.125 15.99-16C511.9 469.6 490.3 448 463.9 448zM415.1 160c0-8.875 7.12-16 15.1-16s15.98 7.125 15.98 16s-7.125 16-15.1 16S415.1 168.9 415.1 160z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M287.1 288.1l-71.95 216.3c-66.92-19.56-118.1-77.63-120-149.7C95.64 329.2 101.8 305.5 112 284.2C47.94 269.6 0 212.5 0 144C0 64.47 64.47 0 143.1 0s143.1 64.47 143.1 144V288.1z" })), k2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/duotone/stethoscope", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
404
409
|
fill: "currentcolor",
|
|
405
410
|
color: "currentcolor",
|
|
406
411
|
width: "1em",
|
|
407
412
|
height: "1em"
|
|
408
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M332.7 13.09L269.8 .4775c-12.96-2.607-25.56 5.803-28.16 18.77c-.002 .0156 .0039-.0156 0 0L238.4 34.99c-2.607 12.96 5.849 25.61 18.81 28.22c.0156 .0039-.0156-.002 0 0l30.69 6.059L288 192c0 53.02-42.98 96-96 96S95.94 244.1 95.94 191.9L95.89 69.37l30.72-6.112C139.6 60.68 147.1 48.07 145.4 35.1c-.0039-.0176 .0039 .0176 0 0L142.3 19.37C139.7 6.397 127.1-1.997 114.1 .5814c-.0176 .0039 .0176-.0039 0 0L51.28 12.99C40.06 15.27 32.02 25.15 32 36.59v155.4C32 280.2 103.8 352 192 352s160-71.78 160-160V36.59C351.1 25.16 343.9 15.33 332.7 13.09zM480 112c-44.18 0-80 35.82-80 80S435.8 272 480 272c44.18 0 80-35.81 80-79.1S524.2 112 480 112zM480 216c-13.23 0-24-10.77-24-24S466.8 168 480 168c13.23 0 24 10.77 24 24S493.2 216 480 216z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 265.3v78.75c0 92.6-79 168-176 168c-95.39 0-173.3-72.82-175.9-163.2l.5342 .0439C170.8 350.9 181.3 352 192 352s21.2-1.143 31.35-3.17l.8711-.0439c2.701 55.1 51.89 99.23 111.9 99.23c61.8 0 112-46.7 112-104V265.3C457.9 269.6 468.6 272 480 272C491.4 272 502.2 269.5 512 265.3z" })),
|
|
413
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M332.7 13.09L269.8 .4775c-12.96-2.607-25.56 5.803-28.16 18.77c-.002 .0156 .0039-.0156 0 0L238.4 34.99c-2.607 12.96 5.849 25.61 18.81 28.22c.0156 .0039-.0156-.002 0 0l30.69 6.059L288 192c0 53.02-42.98 96-96 96S95.94 244.1 95.94 191.9L95.89 69.37l30.72-6.112C139.6 60.68 147.1 48.07 145.4 35.1c-.0039-.0176 .0039 .0176 0 0L142.3 19.37C139.7 6.397 127.1-1.997 114.1 .5814c-.0176 .0039 .0176-.0039 0 0L51.28 12.99C40.06 15.27 32.02 25.15 32 36.59v155.4C32 280.2 103.8 352 192 352s160-71.78 160-160V36.59C351.1 25.16 343.9 15.33 332.7 13.09zM480 112c-44.18 0-80 35.82-80 80S435.8 272 480 272c44.18 0 80-35.81 80-79.1S524.2 112 480 112zM480 216c-13.23 0-24-10.77-24-24S466.8 168 480 168c13.23 0 24 10.77 24 24S493.2 216 480 216z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 265.3v78.75c0 92.6-79 168-176 168c-95.39 0-173.3-72.82-175.9-163.2l.5342 .0439C170.8 350.9 181.3 352 192 352s21.2-1.143 31.35-3.17l.8711-.0439c2.701 55.1 51.89 99.23 111.9 99.23c61.8 0 112-46.7 112-104V265.3C457.9 269.6 468.6 272 480 272C491.4 272 502.2 269.5 512 265.3z" })), b2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/duotone/store", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
409
414
|
fill: "currentcolor",
|
|
410
415
|
color: "currentcolor",
|
|
411
416
|
width: "1em",
|
|
412
417
|
height: "1em"
|
|
413
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M490.3 13.13L547.6 103.8C577.3 150.7 551 215.8 495.5 223.2C491.6 223.7 487.6 224 483.4 224C457.4 224 434.2 212.6 418.3 195C402.4 212.6 379.2 224 353.1 224C327 224 303.8 212.6 287.9 195C272 212.6 248.9 224 222.7 224C196.7 224 173.5 212.6 157.6 195C141.7 212.6 118.5 224 92.36 224C88.3 224 84.21 223.7 80.24 223.2C24.92 215.8-1.255 150.6 28.33 103.8L85.66 13.13C90.76 4.979 99.87 0 109.6 0H466.4C476.1 0 485.2 4.978 490.3 13.13H490.3z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M80.23 223.2C84.21 223.7 88.3 224 92.36 224C105.1 224 117.2 221.3 128 216.5V384H448V216.5C458.8 221.3 470.8 224 483.4 224C487.6 224 491.6 223.7 495.5 223.2C501.4 222.4 506.9 221 512 219.1V448C512 483.3 483.3 512 448 512H128C92.65 512 64 483.3 64 448V219.1C69.08 221 74.5 222.4 80.24 223.2H80.23z" })),
|
|
418
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M490.3 13.13L547.6 103.8C577.3 150.7 551 215.8 495.5 223.2C491.6 223.7 487.6 224 483.4 224C457.4 224 434.2 212.6 418.3 195C402.4 212.6 379.2 224 353.1 224C327 224 303.8 212.6 287.9 195C272 212.6 248.9 224 222.7 224C196.7 224 173.5 212.6 157.6 195C141.7 212.6 118.5 224 92.36 224C88.3 224 84.21 223.7 80.24 223.2C24.92 215.8-1.255 150.6 28.33 103.8L85.66 13.13C90.76 4.979 99.87 0 109.6 0H466.4C476.1 0 485.2 4.978 490.3 13.13H490.3z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M80.23 223.2C84.21 223.7 88.3 224 92.36 224C105.1 224 117.2 221.3 128 216.5V384H448V216.5C458.8 221.3 470.8 224 483.4 224C487.6 224 491.6 223.7 495.5 223.2C501.4 222.4 506.9 221 512 219.1V448C512 483.3 483.3 512 448 512H128C92.65 512 64 483.3 64 448V219.1C69.08 221 74.5 222.4 80.24 223.2H80.23z" })), R2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/timer", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
414
419
|
fill: "currentcolor",
|
|
415
420
|
color: "currentcolor",
|
|
416
421
|
width: "1em",
|
|
417
422
|
height: "1em"
|
|
418
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M159 159C168.4 149.7 183.6 149.7 192.1 159L272.1 239C282.3 248.4 282.3 263.6 272.1 272.1C263.6 282.3 248.4 282.3 239 272.1L159 192.1C149.7 183.6 149.7 168.4 159 159V159z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M224 32C224 14.33 238.3 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 184.4 29.46 119.6 76.84 73.14C89.46 60.78 109.7 60.98 122.1 73.6C134.5 86.23 134.3 106.5 121.6 118.9C86.03 153.7 64 202.3 64 256C64 362 149.1 448 256 448C362 448 448 362 448 256C448 160.9 378.8 81.89 288 66.65V96C288 113.7 273.7 128 256 128C238.3 128 224 113.7 224 96V32z" })),
|
|
423
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M159 159C168.4 149.7 183.6 149.7 192.1 159L272.1 239C282.3 248.4 282.3 263.6 272.1 272.1C263.6 282.3 248.4 282.3 239 272.1L159 192.1C149.7 183.6 149.7 168.4 159 159V159z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M224 32C224 14.33 238.3 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 184.4 29.46 119.6 76.84 73.14C89.46 60.78 109.7 60.98 122.1 73.6C134.5 86.23 134.3 106.5 121.6 118.9C86.03 153.7 64 202.3 64 256C64 362 149.1 448 256 448C362 448 448 362 448 256C448 160.9 378.8 81.89 288 66.65V96C288 113.7 273.7 128 256 128C238.3 128 224 113.7 224 96V32z" })), Z2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/trash-can", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
419
424
|
fill: "currentcolor",
|
|
420
425
|
color: "currentcolor",
|
|
421
426
|
width: "1em",
|
|
422
427
|
height: "1em"
|
|
423
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M284.2 0C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M416 448C416 483.3 387.3 512 352 512H96C60.65 512 32 483.3 32 448V96H416V448zM144 176C144 167.2 136.8 160 128 160C119.2 160 112 167.2 112 176V400C112 408.8 119.2 416 128 416C136.8 416 144 408.8 144 400V176zM240 176C240 167.2 232.8 160 224 160C215.2 160 208 167.2 208 176V400C208 408.8 215.2 416 224 416C232.8 416 240 408.8 240 400V176zM336 176C336 167.2 328.8 160 320 160C311.2 160 304 167.2 304 176V400C304 408.8 311.2 416 320 416C328.8 416 336 408.8 336 400V176z" })),
|
|
428
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M284.2 0C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M416 448C416 483.3 387.3 512 352 512H96C60.65 512 32 483.3 32 448V96H416V448zM144 176C144 167.2 136.8 160 128 160C119.2 160 112 167.2 112 176V400C112 408.8 119.2 416 128 416C136.8 416 144 408.8 144 400V176zM240 176C240 167.2 232.8 160 224 160C215.2 160 208 167.2 208 176V400C208 408.8 215.2 416 224 416C232.8 416 240 408.8 240 400V176zM336 176C336 167.2 328.8 160 320 160C311.2 160 304 167.2 304 176V400C304 408.8 311.2 416 320 416C328.8 416 336 408.8 336 400V176z" })), U2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/trash", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
424
429
|
fill: "currentcolor",
|
|
425
430
|
color: "currentcolor",
|
|
426
431
|
width: "1em",
|
|
427
432
|
height: "1em"
|
|
428
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M284.2 0C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M32 96H416L394.6 466.8C393.1 492.2 372.1 512 346.7 512H101.3C75.87 512 54.86 492.2 53.39 466.8L32 96z" })),
|
|
433
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M284.2 0C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M32 96H416L394.6 466.8C393.1 492.2 372.1 512 346.7 512H101.3C75.87 512 54.86 492.2 53.39 466.8L32 96z" })), A2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/upload", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
429
434
|
fill: "currentcolor",
|
|
430
435
|
color: "currentcolor",
|
|
431
436
|
width: "1em",
|
|
432
437
|
height: "1em"
|
|
433
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M105.4 182.6c-12.49-12.49-12.49-32.75 0-45.25l128-128C239.6 3.125 247.8 0 256 0s16.38 3.125 22.62 9.375l128 128c12.49 12.49 12.49 32.75 0 45.25c-12.5 12.49-32.76 12.5-45.25 .001L288 109.3V352c0 17.67-14.33 32-32 32c-17.67 0-32-14.33-32-32V109.3L150.6 182.6C138.1 195.1 117.9 195.1 105.4 182.6z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M480 352h-160c0 35.35-28.65 64-64 64s-64-28.65-64-64H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456z" })),
|
|
438
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M105.4 182.6c-12.49-12.49-12.49-32.75 0-45.25l128-128C239.6 3.125 247.8 0 256 0s16.38 3.125 22.62 9.375l128 128c12.49 12.49 12.49 32.75 0 45.25c-12.5 12.49-32.76 12.5-45.25 .001L288 109.3V352c0 17.67-14.33 32-32 32c-17.67 0-32-14.33-32-32V109.3L150.6 182.6C138.1 195.1 117.9 195.1 105.4 182.6z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M480 352h-160c0 35.35-28.65 64-64 64s-64-28.65-64-64H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456z" })), F2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/user-gear", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
434
439
|
fill: "currentcolor",
|
|
435
440
|
color: "currentcolor",
|
|
436
441
|
width: "1em",
|
|
437
442
|
height: "1em"
|
|
438
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M610.5 373.3c2.625-14 2.625-28.5 0-42.5l25.75-15c3-1.625 4.375-5.125 3.375-8.5c-6.75-21.5-18.25-41.13-33.25-57.38c-2.25-2.5-6-3.125-9-1.375l-25.75 14.88c-10.88-9.25-23.38-16.5-36.88-21.25V212.3c0-3.375-2.5-6.375-5.75-7c-22.25-5-45-4.875-66.25 0c-3.25 .625-5.625 3.625-5.625 7v29.88c-13.5 4.75-26 12-36.88 21.25L394.4 248.5c-2.875-1.75-6.625-1.125-9 1.375c-15 16.25-26.5 35.88-33.13 57.38c-1 3.375 .3751 6.875 3.25 8.5l25.75 15c-2.5 14-2.5 28.5 0 42.5l-25.75 15c-3 1.625-4.25 5.125-3.25 8.5c6.625 21.5 18.13 41 33.13 57.38c2.375 2.5 6 3.125 9 1.375l25.88-14.88c10.88 9.25 23.38 16.5 36.88 21.25v29.88c0 3.375 2.375 6.375 5.625 7c22.38 5 45 4.875 66.25 0c3.25-.625 5.75-3.625 5.75-7v-29.88c13.5-4.75 26-12 36.88-21.25l25.75 14.88c2.875 1.75 6.75 1.125 9-1.375c15-16.25 26.5-35.88 33.25-57.38c1-3.375-.3751-6.875-3.375-8.5L610.5 373.3zM496 400.5c-26.75 0-48.5-21.75-48.5-48.5s21.75-48.5 48.5-48.5c26.75 0 48.5 21.75 48.5 48.5S522.8 400.5 496 400.5z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM425.1 491.8v-9.172c-2.303-1.25-4.572-2.559-6.809-3.93l-7.818 4.493c-6.002 3.504-12.83 5.352-19.75 5.352c-10.71 0-21.13-4.492-28.97-12.75c-18.41-20.09-32.29-44.15-40.22-69.9c-5.352-18.06 2.343-36.87 17.83-45.24l8.018-4.669c-.0664-2.621-.0664-5.242 0-7.859l-7.655-4.461c-12.3-6.953-19.4-19.66-19.64-33.38C305.6 306.3 290.4 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512H413.3c5.727 0 10.9-1.727 15.66-4.188C426.7 502.8 425.1 497.5 425.1 491.8z" })),
|
|
443
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M610.5 373.3c2.625-14 2.625-28.5 0-42.5l25.75-15c3-1.625 4.375-5.125 3.375-8.5c-6.75-21.5-18.25-41.13-33.25-57.38c-2.25-2.5-6-3.125-9-1.375l-25.75 14.88c-10.88-9.25-23.38-16.5-36.88-21.25V212.3c0-3.375-2.5-6.375-5.75-7c-22.25-5-45-4.875-66.25 0c-3.25 .625-5.625 3.625-5.625 7v29.88c-13.5 4.75-26 12-36.88 21.25L394.4 248.5c-2.875-1.75-6.625-1.125-9 1.375c-15 16.25-26.5 35.88-33.13 57.38c-1 3.375 .3751 6.875 3.25 8.5l25.75 15c-2.5 14-2.5 28.5 0 42.5l-25.75 15c-3 1.625-4.25 5.125-3.25 8.5c6.625 21.5 18.13 41 33.13 57.38c2.375 2.5 6 3.125 9 1.375l25.88-14.88c10.88 9.25 23.38 16.5 36.88 21.25v29.88c0 3.375 2.375 6.375 5.625 7c22.38 5 45 4.875 66.25 0c3.25-.625 5.75-3.625 5.75-7v-29.88c13.5-4.75 26-12 36.88-21.25l25.75 14.88c2.875 1.75 6.75 1.125 9-1.375c15-16.25 26.5-35.88 33.25-57.38c1-3.375-.3751-6.875-3.375-8.5L610.5 373.3zM496 400.5c-26.75 0-48.5-21.75-48.5-48.5s21.75-48.5 48.5-48.5c26.75 0 48.5 21.75 48.5 48.5S522.8 400.5 496 400.5z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM425.1 491.8v-9.172c-2.303-1.25-4.572-2.559-6.809-3.93l-7.818 4.493c-6.002 3.504-12.83 5.352-19.75 5.352c-10.71 0-21.13-4.492-28.97-12.75c-18.41-20.09-32.29-44.15-40.22-69.9c-5.352-18.06 2.343-36.87 17.83-45.24l8.018-4.669c-.0664-2.621-.0664-5.242 0-7.859l-7.655-4.461c-12.3-6.953-19.4-19.66-19.64-33.38C305.6 306.3 290.4 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512H413.3c5.727 0 10.9-1.727 15.66-4.188C426.7 502.8 425.1 497.5 425.1 491.8z" })), q2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/user-group-crown", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
439
444
|
fill: "currentcolor",
|
|
440
445
|
color: "currentcolor",
|
|
441
446
|
width: "1em",
|
|
@@ -450,47 +455,47 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
450
455
|
color: "currentcolor",
|
|
451
456
|
width: "1em",
|
|
452
457
|
height: "1em"
|
|
453
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M97.66 107.4C107.5 46.48 160.3 0 224 0C283.6 0 333.8 40.79 347.1 96H312C289.2 96 269.2 84.09 257.9 66.16C240.1 93.66 210.6 112 176 112H120C112.1 112 104.5 110.3 97.66 107.4V107.4zM209.1 359.2L176 304H272L238.9 359.2L272.2 483.1L311.7 321.9C388.9 333.9 448 400.7 448 481.3C448 498.2 434.2 512 417.3 512H30.72C13.75 512 0 498.2 0 481.3C0 400.7 59.09 333.9 136.3 321.9L175.8 483.1L209.1 359.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M257.9 66.16C269.2 84.1 289.2 96 312 96H347.1C350.6 106.2 352 116.1 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128C96 120.1 96.57 114.1 97.65 107.4C104.5 110.4 112.1 112 120 112H176C210.6 112 240.1 93.66 257.9 66.16V66.16z" })),
|
|
458
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M97.66 107.4C107.5 46.48 160.3 0 224 0C283.6 0 333.8 40.79 347.1 96H312C289.2 96 269.2 84.09 257.9 66.16C240.1 93.66 210.6 112 176 112H120C112.1 112 104.5 110.3 97.66 107.4V107.4zM209.1 359.2L176 304H272L238.9 359.2L272.2 483.1L311.7 321.9C388.9 333.9 448 400.7 448 481.3C448 498.2 434.2 512 417.3 512H30.72C13.75 512 0 498.2 0 481.3C0 400.7 59.09 333.9 136.3 321.9L175.8 483.1L209.1 359.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M257.9 66.16C269.2 84.1 289.2 96 312 96H347.1C350.6 106.2 352 116.1 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128C96 120.1 96.57 114.1 97.65 107.4C104.5 110.4 112.1 112 120 112H176C210.6 112 240.1 93.66 257.9 66.16V66.16z" })), O2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/user-tie", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
454
459
|
fill: "currentcolor",
|
|
455
460
|
color: "currentcolor",
|
|
456
461
|
width: "1em",
|
|
457
462
|
height: "1em"
|
|
458
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M272 304L238.9 359.2L272.2 483.1L311.7 321.9C388.9 333.9 448 400.7 448 481.3C448 498.2 434.2 512 417.3 512H30.72C13.75 512 0 498.2 0 481.3C0 400.7 59.09 333.9 136.3 321.9L175.8 483.1L209.1 359.2L176 304L272 304z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M96 128C96 57.31 153.3 0 224 0C294.7 0 352 57.31 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128z" })),
|
|
463
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M272 304L238.9 359.2L272.2 483.1L311.7 321.9C388.9 333.9 448 400.7 448 481.3C448 498.2 434.2 512 417.3 512H30.72C13.75 512 0 498.2 0 481.3C0 400.7 59.09 333.9 136.3 321.9L175.8 483.1L209.1 359.2L176 304L272 304z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M96 128C96 57.31 153.3 0 224 0C294.7 0 352 57.31 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128z" })), P2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/user-vneck", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
459
464
|
fill: "currentcolor",
|
|
460
465
|
color: "currentcolor",
|
|
461
466
|
width: "1em",
|
|
462
467
|
height: "1em"
|
|
463
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M140.2 306.3L224 431.1L307.8 306.3C387.4 319.5 448 388.7 448 471.1V479.1C448 497.7 433.7 511.1 416 511.1H32C14.33 511.1 0 497.7 0 479.1V471.1C0 388.7 60.64 319.5 140.2 306.3z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M96 128C96 57.31 153.3 0 224 0C294.7 0 352 57.31 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128z" })),
|
|
468
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M140.2 306.3L224 431.1L307.8 306.3C387.4 319.5 448 388.7 448 471.1V479.1C448 497.7 433.7 511.1 416 511.1H32C14.33 511.1 0 497.7 0 479.1V471.1C0 388.7 60.64 319.5 140.2 306.3z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M96 128C96 57.31 153.3 0 224 0C294.7 0 352 57.31 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128z" })), D2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/user", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
464
469
|
fill: "currentcolor",
|
|
465
470
|
color: "currentcolor",
|
|
466
471
|
width: "1em",
|
|
467
472
|
height: "1em"
|
|
468
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M352 128c0 70.69-57.3 128-128 128C153.3 256 96 198.7 96 128s57.31-128 128-128C294.7 0 352 57.31 352 128z" })),
|
|
473
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M352 128c0 70.69-57.3 128-128 128C153.3 256 96 198.7 96 128s57.31-128 128-128C294.7 0 352 57.31 352 128z" })), X2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/users", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
469
474
|
fill: "currentcolor",
|
|
470
475
|
color: "currentcolor",
|
|
471
476
|
width: "1em",
|
|
472
477
|
height: "1em"
|
|
473
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M319.9 320c57.41 0 103.1-46.56 103.1-104c0-57.44-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104C215.9 273.4 262.5 320 319.9 320zM369.9 352H270.1C191.6 352 128 411.7 128 485.3C128 500.1 140.7 512 156.4 512h327.2C499.3 512 512 500.1 512 485.3C512 411.7 448.4 352 369.9 352z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80S83.82 160 128 160zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80S467.8 160 512 160zM551.9 192h-61.84c-12.8 0-24.88 3.037-35.86 8.24C454.8 205.5 455.8 210.6 455.8 216c0 33.71-12.78 64.21-33.16 88h199.7C632.1 304 640 295.6 640 285.3C640 233.8 600.6 192 551.9 192zM185.5 200.1C174.6 194.1 162.6 192 149.9 192H88.08C39.44 192 0 233.8 0 285.3C0 295.6 7.887 304 17.62 304h199.5c-20.38-23.79-33.16-54.29-33.16-88C183.9 210.6 184.9 205.4 185.5 200.1z" })),
|
|
478
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M319.9 320c57.41 0 103.1-46.56 103.1-104c0-57.44-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104C215.9 273.4 262.5 320 319.9 320zM369.9 352H270.1C191.6 352 128 411.7 128 485.3C128 500.1 140.7 512 156.4 512h327.2C499.3 512 512 500.1 512 485.3C512 411.7 448.4 352 369.9 352z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80S83.82 160 128 160zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80S467.8 160 512 160zM551.9 192h-61.84c-12.8 0-24.88 3.037-35.86 8.24C454.8 205.5 455.8 210.6 455.8 216c0 33.71-12.78 64.21-33.16 88h199.7C632.1 304 640 295.6 640 285.3C640 233.8 600.6 192 551.9 192zM185.5 200.1C174.6 194.1 162.6 192 149.9 192H88.08C39.44 192 0 233.8 0 285.3C0 295.6 7.887 304 17.62 304h199.5c-20.38-23.79-33.16-54.29-33.16-88C183.9 210.6 184.9 205.4 185.5 200.1z" })), j2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/wallet", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
474
479
|
fill: "currentcolor",
|
|
475
480
|
color: "currentcolor",
|
|
476
481
|
width: "1em",
|
|
477
482
|
height: "1em"
|
|
478
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M48 127.1L448 128C448.4 128 448.9 128 449.3 128C460.5 128.3 470.9 131.6 480 136.9V136.6C499.1 147.6 512 168.3 512 192V416C512 451.3 483.3 480 448 480H64C28.65 480 0 451.3 0 416V80C0 106.5 21.49 128 48 128L48 127.1zM416 336C433.7 336 448 321.7 448 304C448 286.3 433.7 272 416 272C398.3 272 384 286.3 384 304C384 321.7 398.3 336 416 336z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 80C0 53.49 21.49 32 48 32H432C458.5 32 480 53.49 480 80V136.6C470.6 131.1 459.7 128 448 128L48 128C21.49 128 0 106.5 0 80V80z" })),
|
|
483
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M48 127.1L448 128C448.4 128 448.9 128 449.3 128C460.5 128.3 470.9 131.6 480 136.9V136.6C499.1 147.6 512 168.3 512 192V416C512 451.3 483.3 480 448 480H64C28.65 480 0 451.3 0 416V80C0 106.5 21.49 128 48 128L48 127.1zM416 336C433.7 336 448 321.7 448 304C448 286.3 433.7 272 416 272C398.3 272 384 286.3 384 304C384 321.7 398.3 336 416 336z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 80C0 53.49 21.49 32 48 32H432C458.5 32 480 53.49 480 80V136.6C470.6 131.1 459.7 128 448 128L48 128C21.49 128 0 106.5 0 80V80z" })), $2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/warehouse-full", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
479
484
|
fill: "currentcolor",
|
|
480
485
|
color: "currentcolor",
|
|
481
486
|
width: "1em",
|
|
482
487
|
height: "1em"
|
|
483
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M40.23 111.9L308.1 4.753C315.7 1.702 324.3 1.702 331.9 4.753L599.8 111.9C624.1 121.6 640 145.2 640 171.3V488C640 501.3 629.3 512 616 512H568C554.7 512 544 501.3 544 488V223.1C544 206.3 529.7 191.1 512 191.1H128C110.3 191.1 96 206.3 96 223.1V488C96 501.3 85.25 512 72 512H24C10.75 512 0 501.3 0 488V171.3C0 145.2 15.93 121.6 40.23 111.9z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M128 248C128 234.7 138.7 224 152 224H296C309.3 224 320 234.7 320 248V328C320 341.3 309.3 352 296 352H152C138.7 352 128 341.3 128 328V248zM352 408C352 394.7 362.7 384 376 384H488C501.3 384 512 394.7 512 408V488C512 501.3 501.3 512 488 512H376C362.7 512 352 501.3 352 488V408zM296 384C309.3 384 320 394.7 320 408V488C320 501.3 309.3 512 296 512H152C138.7 512 128 501.3 128 488V408C128 394.7 138.7 384 152 384H296z" })),
|
|
488
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M40.23 111.9L308.1 4.753C315.7 1.702 324.3 1.702 331.9 4.753L599.8 111.9C624.1 121.6 640 145.2 640 171.3V488C640 501.3 629.3 512 616 512H568C554.7 512 544 501.3 544 488V223.1C544 206.3 529.7 191.1 512 191.1H128C110.3 191.1 96 206.3 96 223.1V488C96 501.3 85.25 512 72 512H24C10.75 512 0 501.3 0 488V171.3C0 145.2 15.93 121.6 40.23 111.9z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M128 248C128 234.7 138.7 224 152 224H296C309.3 224 320 234.7 320 248V328C320 341.3 309.3 352 296 352H152C138.7 352 128 341.3 128 328V248zM352 408C352 394.7 362.7 384 376 384H488C501.3 384 512 394.7 512 408V488C512 501.3 501.3 512 488 512H376C362.7 512 352 501.3 352 488V408zM296 384C309.3 384 320 394.7 320 408V488C320 501.3 309.3 512 296 512H152C138.7 512 128 501.3 128 488V408C128 394.7 138.7 384 152 384H296z" })), K2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512", "data-waves-icon": "fa/duotone/xmark", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
484
489
|
fill: "currentcolor",
|
|
485
490
|
color: "currentcolor",
|
|
486
491
|
width: "1em",
|
|
487
492
|
height: "1em"
|
|
488
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z" })),
|
|
493
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z" })), W2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/light/circle-check", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
489
494
|
fill: "currentcolor",
|
|
490
495
|
color: "currentcolor",
|
|
491
496
|
width: "1em",
|
|
492
497
|
height: "1em"
|
|
493
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M235.3 331.3C229.1 337.6 218.9 337.6 212.7 331.3L148.7 267.3C142.4 261.1 142.4 250.9 148.7 244.7C154.9 238.4 165.1 238.4 171.3 244.7L224 297.4L340.7 180.7C346.9 174.4 357.1 174.4 363.3 180.7C369.6 186.9 369.6 197.1 363.3 203.3L235.3 331.3zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z" })),
|
|
498
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M235.3 331.3C229.1 337.6 218.9 337.6 212.7 331.3L148.7 267.3C142.4 261.1 142.4 250.9 148.7 244.7C154.9 238.4 165.1 238.4 171.3 244.7L224 297.4L340.7 180.7C346.9 174.4 357.1 174.4 363.3 180.7C369.6 186.9 369.6 197.1 363.3 203.3L235.3 331.3zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z" })), Q2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/light/circle-exclamation", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
494
499
|
fill: "currentcolor",
|
|
495
500
|
color: "currentcolor",
|
|
496
501
|
width: "1em",
|
|
@@ -500,57 +505,57 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
500
505
|
color: "currentcolor",
|
|
501
506
|
width: "1em",
|
|
502
507
|
height: "1em"
|
|
503
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M180.7 180.7C186.9 174.4 197.1 174.4 203.3 180.7L256 233.4L308.7 180.7C314.9 174.4 325.1 174.4 331.3 180.7C337.6 186.9 337.6 197.1 331.3 203.3L278.6 256L331.3 308.7C337.6 314.9 337.6 325.1 331.3 331.3C325.1 337.6 314.9 337.6 308.7 331.3L256 278.6L203.3 331.3C197.1 337.6 186.9 337.6 180.7 331.3C174.4 325.1 174.4 314.9 180.7 308.7L233.4 256L180.7 203.3C174.4 197.1 174.4 186.9 180.7 180.7zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z" })),
|
|
508
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M180.7 180.7C186.9 174.4 197.1 174.4 203.3 180.7L256 233.4L308.7 180.7C314.9 174.4 325.1 174.4 331.3 180.7C337.6 186.9 337.6 197.1 331.3 203.3L278.6 256L331.3 308.7C337.6 314.9 337.6 325.1 331.3 331.3C325.1 337.6 314.9 337.6 308.7 331.3L256 278.6L203.3 331.3C197.1 337.6 186.9 337.6 180.7 331.3C174.4 325.1 174.4 314.9 180.7 308.7L233.4 256L180.7 203.3C174.4 197.1 174.4 186.9 180.7 180.7zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z" })), Y2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/light/rotate", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
504
509
|
fill: "currentcolor",
|
|
505
510
|
color: "currentcolor",
|
|
506
511
|
width: "1em",
|
|
507
512
|
height: "1em"
|
|
508
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M447.1 272.2c-8.766-1.562-16.97 4.406-18.42 13.12C415.3 370.3 342.3 432 255.1 432c-49.96 0-95.99-21.56-128.5-56.8l59.88-59.88C191.9 310.8 193.3 303.8 190.8 297.9C188.3 291.9 182.5 288 176 288h-128C39.16 288 32 295.2 32 304v128c0 6.469 3.891 12.31 9.875 14.78C43.86 447.6 45.94 448 48 448c4.156 0 8.25-1.625 11.31-4.688l45.6-45.6C143.3 438.9 197.4 464 256 464c101.1 0 188.3-72.91 205.1-173.3C462.6 281.9 456.7 273.7 447.1 272.2zM64 393.4V320h73.38L64 393.4zM470.1 65.22C468.1 64.41 466.1 64 464 64c-4.156 0-8.25 1.625-11.31 4.688l-45.6 45.6C368.7 73.15 314.6 48 256 48c-102 0-188.3 72.91-205.1 173.3C49.42 230.1 55.3 238.3 64.02 239.8c8.766 1.562 16.97-4.406 18.42-13.12C96.69 141.7 169.7 80 256 80c49.96 0 96.02 21.56 128.6 56.8l-59.88 59.88c-4.578 4.562-5.953 11.47-3.469 17.44C323.7 220.1 329.5 224 336 224h128C472.8 224 480 216.8 480 208v-128C480 73.53 476.1 67.69 470.1 65.22zM448 192h-73.38L448 118.6V192z" })),
|
|
513
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M447.1 272.2c-8.766-1.562-16.97 4.406-18.42 13.12C415.3 370.3 342.3 432 255.1 432c-49.96 0-95.99-21.56-128.5-56.8l59.88-59.88C191.9 310.8 193.3 303.8 190.8 297.9C188.3 291.9 182.5 288 176 288h-128C39.16 288 32 295.2 32 304v128c0 6.469 3.891 12.31 9.875 14.78C43.86 447.6 45.94 448 48 448c4.156 0 8.25-1.625 11.31-4.688l45.6-45.6C143.3 438.9 197.4 464 256 464c101.1 0 188.3-72.91 205.1-173.3C462.6 281.9 456.7 273.7 447.1 272.2zM64 393.4V320h73.38L64 393.4zM470.1 65.22C468.1 64.41 466.1 64 464 64c-4.156 0-8.25 1.625-11.31 4.688l-45.6 45.6C368.7 73.15 314.6 48 256 48c-102 0-188.3 72.91-205.1 173.3C49.42 230.1 55.3 238.3 64.02 239.8c8.766 1.562 16.97-4.406 18.42-13.12C96.69 141.7 169.7 80 256 80c49.96 0 96.02 21.56 128.6 56.8l-59.88 59.88c-4.578 4.562-5.953 11.47-3.469 17.44C323.7 220.1 329.5 224 336 224h128C472.8 224 480 216.8 480 208v-128C480 73.53 476.1 67.69 470.1 65.22zM448 192h-73.38L448 118.6V192z" })), _2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/light/star", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
509
514
|
fill: "currentcolor",
|
|
510
515
|
color: "currentcolor",
|
|
511
516
|
width: "1em",
|
|
512
517
|
height: "1em"
|
|
513
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M287.9 435.9L150.1 509.1C142.9 513.4 133.1 512.7 125.6 507.4C118.2 502.1 114.5 492.9 115.1 483.9L142.2 328.4L31.11 218.2C24.65 211.9 22.36 202.4 25.2 193.7C28.03 185.1 35.5 178.8 44.49 177.5L197.7 154.8L266.3 13.52C270.4 5.249 278.7 0 287.9 0C297.1 0 305.5 5.25 309.5 13.52L378.1 154.8L531.4 177.5C540.4 178.8 547.8 185.1 550.7 193.7C553.5 202.4 551.2 211.9 544.8 218.2L433.6 328.4L459.9 483.9C461.4 492.9 457.7 502.1 450.2 507.4C442.8 512.7 432.1 513.4 424.9 509.1L287.9 435.9zM226.5 168.8C221.9 178.3 212.9 184.9 202.4 186.5L64.99 206.8L164.8 305.6C172.1 312.9 175.5 323.4 173.8 333.7L150.2 473.2L272.8 407.7C282.3 402.6 293.6 402.6 303 407.7L425.6 473.2L402.1 333.7C400.3 323.4 403.7 312.9 411.1 305.6L510.9 206.8L373.4 186.5C362.1 184.9 353.1 178.3 349.3 168.8L287.9 42.32L226.5 168.8z" })),
|
|
518
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M287.9 435.9L150.1 509.1C142.9 513.4 133.1 512.7 125.6 507.4C118.2 502.1 114.5 492.9 115.1 483.9L142.2 328.4L31.11 218.2C24.65 211.9 22.36 202.4 25.2 193.7C28.03 185.1 35.5 178.8 44.49 177.5L197.7 154.8L266.3 13.52C270.4 5.249 278.7 0 287.9 0C297.1 0 305.5 5.25 309.5 13.52L378.1 154.8L531.4 177.5C540.4 178.8 547.8 185.1 550.7 193.7C553.5 202.4 551.2 211.9 544.8 218.2L433.6 328.4L459.9 483.9C461.4 492.9 457.7 502.1 450.2 507.4C442.8 512.7 432.1 513.4 424.9 509.1L287.9 435.9zM226.5 168.8C221.9 178.3 212.9 184.9 202.4 186.5L64.99 206.8L164.8 305.6C172.1 312.9 175.5 323.4 173.8 333.7L150.2 473.2L272.8 407.7C282.3 402.6 293.6 402.6 303 407.7L425.6 473.2L402.1 333.7C400.3 323.4 403.7 312.9 411.1 305.6L510.9 206.8L373.4 186.5C362.1 184.9 353.1 178.3 349.3 168.8L287.9 42.32L226.5 168.8z" })), e1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/solid/arrow-left", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
514
519
|
fill: "currentcolor",
|
|
515
520
|
color: "currentcolor",
|
|
516
521
|
width: "1em",
|
|
517
522
|
height: "1em"
|
|
518
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M447.1 256C447.1 273.7 433.7 288 416 288H109.3l105.4 105.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448s-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L109.3 224H416C433.7 224 447.1 238.3 447.1 256z" })),
|
|
523
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M447.1 256C447.1 273.7 433.7 288 416 288H109.3l105.4 105.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448s-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L109.3 224H416C433.7 224 447.1 238.3 447.1 256z" })), t1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
519
524
|
fill: "currentcolor",
|
|
520
525
|
color: "currentcolor",
|
|
521
526
|
width: "1em",
|
|
522
527
|
height: "1em"
|
|
523
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z" })),
|
|
528
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z" })), o1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/solid/circle", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
524
529
|
fill: "currentcolor",
|
|
525
530
|
color: "currentcolor",
|
|
526
531
|
width: "1em",
|
|
527
532
|
height: "1em"
|
|
528
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256z" })),
|
|
533
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256z" })), c1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/solid/credit-card-blank", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
529
534
|
fill: "currentcolor",
|
|
530
535
|
color: "currentcolor",
|
|
531
536
|
width: "1em",
|
|
532
537
|
height: "1em"
|
|
533
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M512 32C547.3 32 576 60.65 576 96V416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H512zM112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384z" })),
|
|
538
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M512 32C547.3 32 576 60.65 576 96V416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H512zM112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384z" })), l1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/solid/credit-card-front", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
534
539
|
fill: "currentcolor",
|
|
535
540
|
color: "currentcolor",
|
|
536
541
|
width: "1em",
|
|
537
542
|
height: "1em"
|
|
538
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M0 96C0 60.65 28.65 32 64 32H512C547.3 32 576 60.65 576 96V416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V96zM112 288C103.2 288 96 295.2 96 304C96 312.8 103.2 320 112 320H464C472.8 320 480 312.8 480 304C480 295.2 472.8 288 464 288H112zM112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384zM408 96C394.7 96 384 106.7 384 120V168C384 181.3 394.7 192 408 192H488C501.3 192 512 181.3 512 168V120C512 106.7 501.3 96 488 96H408z" })),
|
|
543
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M0 96C0 60.65 28.65 32 64 32H512C547.3 32 576 60.65 576 96V416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V96zM112 288C103.2 288 96 295.2 96 304C96 312.8 103.2 320 112 320H464C472.8 320 480 312.8 480 304C480 295.2 472.8 288 464 288H112zM112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384zM408 96C394.7 96 384 106.7 384 120V168C384 181.3 394.7 192 408 192H488C501.3 192 512 181.3 512 168V120C512 106.7 501.3 96 488 96H408z" })), r1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/solid/plus", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
539
544
|
fill: "currentcolor",
|
|
540
545
|
color: "currentcolor",
|
|
541
546
|
width: "1em",
|
|
542
547
|
height: "1em"
|
|
543
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z" })),
|
|
548
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z" })), a1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/solid/star", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
544
549
|
fill: "currentcolor",
|
|
545
550
|
color: "currentcolor",
|
|
546
551
|
width: "1em",
|
|
547
552
|
height: "1em"
|
|
548
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z" })),
|
|
553
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z" })), n1 = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 122 100", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
549
554
|
fill: "currentcolor",
|
|
550
555
|
color: "currentcolor",
|
|
551
556
|
width: "1em",
|
|
552
557
|
height: "1em"
|
|
553
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { d: "M60.6033 99.4921C85.237 99.4921 105.207 95.7607 105.207 91.1579C105.207 86.555 85.237 82.8237 60.6033 82.8237C35.9696 82.8237 16 86.555 16 91.1579C16 95.7607 35.9696 99.4921 60.6033 99.4921Z", fill: "#F5F5F7", fillOpacity: 0.8 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M96.2855 66.6737L80.5454 47.3019C79.7901 46.3901 78.6862 45.8381 77.5237 45.8381H43.6816C42.5197 45.8381 41.4158 46.3901 40.6605 47.3019L24.9211 66.6737V76.7941H96.2862V66.6737H96.2855Z", className: "fa-secondary" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.2566 20.8355H82.9493C83.6473 20.8355 84.3166 21.1128 84.8101 21.6063C85.3037 22.0998 85.5809 22.7692 85.5809 23.4671V84.8776C85.5809 85.5755 85.3037 86.2449 84.8101 86.7384C84.3166 87.2319 83.6473 87.5092 82.9493 87.5092H38.2566C37.5586 87.5092 36.8893 87.2319 36.3958 86.7384C35.9022 86.2449 35.625 85.5755 35.625 84.8776V23.4671C35.625 22.7692 35.9022 22.0998 36.3958 21.6063C36.8893 21.1128 37.5586 20.8355 38.2566 20.8355V20.8355Z", className: "fa-secondary" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.0776 27.3835H77.1283C77.4773 27.3835 77.8119 27.5222 78.0587 27.7689C78.3055 28.0157 78.4441 28.3504 78.4441 28.6993V45.1184C78.4441 45.4674 78.3055 45.8021 78.0587 46.0488C77.8119 46.2956 77.4773 46.4342 77.1283 46.4342H44.0776C43.7287 46.4342 43.394 46.2956 43.1472 46.0488C42.9005 45.8021 42.7618 45.4674 42.7618 45.1184V28.6993C42.7618 28.3504 42.9005 28.0157 43.1472 27.7689C43.394 27.5222 43.7287 27.3835 44.0776 27.3835ZM44.25 53.577H76.9559C77.3506 53.577 77.7291 53.7338 78.0082 54.0128C78.2873 54.2919 78.4441 54.6704 78.4441 55.0651C78.4441 55.4598 78.2873 55.8383 78.0082 56.1174C77.7291 56.3965 77.3506 56.5533 76.9559 56.5533H44.25C43.8553 56.5533 43.4768 56.3965 43.1977 56.1174C42.9186 55.8383 42.7618 55.4598 42.7618 55.0651C42.7618 54.6704 42.9186 54.2919 43.1977 54.0128C43.4768 53.7338 43.8553 53.577 44.25 53.577ZM44.25 61.3158H76.9559C77.3507 61.3158 77.7293 61.4726 78.0084 61.7518C78.2876 62.0309 78.4444 62.4095 78.4444 62.8043C78.4444 63.199 78.2876 63.5776 78.0084 63.8568C77.7293 64.1359 77.3507 64.2928 76.9559 64.2928H44.25C43.8552 64.2928 43.4766 64.1359 43.1975 63.8568C42.9183 63.5776 42.7615 63.199 42.7615 62.8043C42.7615 62.4095 42.9183 62.0309 43.1975 61.7518C43.4766 61.4726 43.8552 61.3158 44.25 61.3158ZM96.1401 89.9355C95.6303 91.9559 93.8395 93.4618 91.7092 93.4618H29.4967C27.3664 93.4618 25.5757 91.9553 25.0664 89.9355C24.9693 89.5505 24.9203 89.1549 24.9204 88.7579V66.6743H42.2349C44.1474 66.6743 45.6888 68.2849 45.6888 70.2401V70.2664C45.6888 72.221 47.248 73.7993 49.1605 73.7993H72.0454C73.9579 73.7993 75.5171 72.2066 75.5171 70.2513V70.2434C75.5171 68.2881 77.0586 66.6737 78.9711 66.6737H96.2855V88.7585C96.2855 89.1645 96.2349 89.5585 96.1401 89.9355Z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M98.3165 21.9026L93.823 23.6461C93.7076 23.6909 93.5818 23.7023 93.4602 23.6789C93.3386 23.6555 93.2261 23.5982 93.1355 23.5137C93.045 23.4292 92.9802 23.3208 92.9485 23.2011C92.9169 23.0813 92.9197 22.9551 92.9566 22.8368L94.2309 18.7533C92.5276 16.8164 91.5276 14.4546 91.5276 11.9059C91.5276 5.33026 98.1842 0 106.396 0C114.606 0 121.263 5.33026 121.263 11.9059C121.263 18.4816 114.607 23.8118 106.395 23.8118C103.416 23.8118 100.643 23.1105 98.3165 21.9026Z" }), /* @__PURE__ */ e.createElement("path", { d: "M112.253 14.0559C113.288 14.0559 114.127 13.2268 114.127 12.204C114.127 11.1811 113.288 10.352 112.253 10.352C111.217 10.352 110.378 11.1811 110.378 12.204C110.378 13.2268 111.217 14.0559 112.253 14.0559Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M102.413 13.8243H98.6645L100.571 10.5836L102.413 13.8243ZM104.756 10.5836H108.036V13.8243H104.756V10.5836Z", fill: "white" })),
|
|
558
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { d: "M60.6033 99.4921C85.237 99.4921 105.207 95.7607 105.207 91.1579C105.207 86.555 85.237 82.8237 60.6033 82.8237C35.9696 82.8237 16 86.555 16 91.1579C16 95.7607 35.9696 99.4921 60.6033 99.4921Z", fill: "#F5F5F7", fillOpacity: 0.8 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M96.2855 66.6737L80.5454 47.3019C79.7901 46.3901 78.6862 45.8381 77.5237 45.8381H43.6816C42.5197 45.8381 41.4158 46.3901 40.6605 47.3019L24.9211 66.6737V76.7941H96.2862V66.6737H96.2855Z", className: "fa-secondary" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.2566 20.8355H82.9493C83.6473 20.8355 84.3166 21.1128 84.8101 21.6063C85.3037 22.0998 85.5809 22.7692 85.5809 23.4671V84.8776C85.5809 85.5755 85.3037 86.2449 84.8101 86.7384C84.3166 87.2319 83.6473 87.5092 82.9493 87.5092H38.2566C37.5586 87.5092 36.8893 87.2319 36.3958 86.7384C35.9022 86.2449 35.625 85.5755 35.625 84.8776V23.4671C35.625 22.7692 35.9022 22.0998 36.3958 21.6063C36.8893 21.1128 37.5586 20.8355 38.2566 20.8355V20.8355Z", className: "fa-secondary" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.0776 27.3835H77.1283C77.4773 27.3835 77.8119 27.5222 78.0587 27.7689C78.3055 28.0157 78.4441 28.3504 78.4441 28.6993V45.1184C78.4441 45.4674 78.3055 45.8021 78.0587 46.0488C77.8119 46.2956 77.4773 46.4342 77.1283 46.4342H44.0776C43.7287 46.4342 43.394 46.2956 43.1472 46.0488C42.9005 45.8021 42.7618 45.4674 42.7618 45.1184V28.6993C42.7618 28.3504 42.9005 28.0157 43.1472 27.7689C43.394 27.5222 43.7287 27.3835 44.0776 27.3835ZM44.25 53.577H76.9559C77.3506 53.577 77.7291 53.7338 78.0082 54.0128C78.2873 54.2919 78.4441 54.6704 78.4441 55.0651C78.4441 55.4598 78.2873 55.8383 78.0082 56.1174C77.7291 56.3965 77.3506 56.5533 76.9559 56.5533H44.25C43.8553 56.5533 43.4768 56.3965 43.1977 56.1174C42.9186 55.8383 42.7618 55.4598 42.7618 55.0651C42.7618 54.6704 42.9186 54.2919 43.1977 54.0128C43.4768 53.7338 43.8553 53.577 44.25 53.577ZM44.25 61.3158H76.9559C77.3507 61.3158 77.7293 61.4726 78.0084 61.7518C78.2876 62.0309 78.4444 62.4095 78.4444 62.8043C78.4444 63.199 78.2876 63.5776 78.0084 63.8568C77.7293 64.1359 77.3507 64.2928 76.9559 64.2928H44.25C43.8552 64.2928 43.4766 64.1359 43.1975 63.8568C42.9183 63.5776 42.7615 63.199 42.7615 62.8043C42.7615 62.4095 42.9183 62.0309 43.1975 61.7518C43.4766 61.4726 43.8552 61.3158 44.25 61.3158ZM96.1401 89.9355C95.6303 91.9559 93.8395 93.4618 91.7092 93.4618H29.4967C27.3664 93.4618 25.5757 91.9553 25.0664 89.9355C24.9693 89.5505 24.9203 89.1549 24.9204 88.7579V66.6743H42.2349C44.1474 66.6743 45.6888 68.2849 45.6888 70.2401V70.2664C45.6888 72.221 47.248 73.7993 49.1605 73.7993H72.0454C73.9579 73.7993 75.5171 72.2066 75.5171 70.2513V70.2434C75.5171 68.2881 77.0586 66.6737 78.9711 66.6737H96.2855V88.7585C96.2855 89.1645 96.2349 89.5585 96.1401 89.9355Z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M98.3165 21.9026L93.823 23.6461C93.7076 23.6909 93.5818 23.7023 93.4602 23.6789C93.3386 23.6555 93.2261 23.5982 93.1355 23.5137C93.045 23.4292 92.9802 23.3208 92.9485 23.2011C92.9169 23.0813 92.9197 22.9551 92.9566 22.8368L94.2309 18.7533C92.5276 16.8164 91.5276 14.4546 91.5276 11.9059C91.5276 5.33026 98.1842 0 106.396 0C114.606 0 121.263 5.33026 121.263 11.9059C121.263 18.4816 114.607 23.8118 106.395 23.8118C103.416 23.8118 100.643 23.1105 98.3165 21.9026Z" }), /* @__PURE__ */ e.createElement("path", { d: "M112.253 14.0559C113.288 14.0559 114.127 13.2268 114.127 12.204C114.127 11.1811 113.288 10.352 112.253 10.352C111.217 10.352 110.378 11.1811 110.378 12.204C110.378 13.2268 111.217 14.0559 112.253 14.0559Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M102.413 13.8243H98.6645L100.571 10.5836L102.413 13.8243ZM104.756 10.5836H108.036V13.8243H104.756V10.5836Z", fill: "white" })), s1 = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 664 652", xmlns: "http://www.w3.org/2000/svg", "data-waves-icon": "pi/logo", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
554
559
|
fill: "currentcolor",
|
|
555
560
|
color: "currentcolor",
|
|
556
561
|
width: "1em",
|
|
@@ -565,8 +570,8 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
565
570
|
"../components/Icon/assets/fa/duotone/arrow-rotate-left.svg": i,
|
|
566
571
|
"../components/Icon/assets/fa/duotone/arrow-up-right-from-square.svg": h,
|
|
567
572
|
"../components/Icon/assets/fa/duotone/arrows-rotate.svg": d,
|
|
568
|
-
"../components/Icon/assets/fa/duotone/badge-check.svg":
|
|
569
|
-
"../components/Icon/assets/fa/duotone/bell.svg":
|
|
573
|
+
"../components/Icon/assets/fa/duotone/badge-check.svg": u,
|
|
574
|
+
"../components/Icon/assets/fa/duotone/bell.svg": w,
|
|
570
575
|
"../components/Icon/assets/fa/duotone/building-columns.svg": f,
|
|
571
576
|
"../components/Icon/assets/fa/duotone/calendar-days.svg": g,
|
|
572
577
|
"../components/Icon/assets/fa/duotone/check-double.svg": v,
|
|
@@ -590,9 +595,9 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
590
595
|
"../components/Icon/assets/fa/duotone/copy.svg": U,
|
|
591
596
|
"../components/Icon/assets/fa/duotone/credit-card.svg": A,
|
|
592
597
|
"../components/Icon/assets/fa/duotone/download.svg": F,
|
|
593
|
-
"../components/Icon/assets/fa/duotone/ellipsis-vertical.svg":
|
|
594
|
-
"../components/Icon/assets/fa/duotone/empty-set.svg":
|
|
595
|
-
"../components/Icon/assets/fa/duotone/eye-slash.svg":
|
|
598
|
+
"../components/Icon/assets/fa/duotone/ellipsis-vertical.svg": q,
|
|
599
|
+
"../components/Icon/assets/fa/duotone/empty-set.svg": G,
|
|
600
|
+
"../components/Icon/assets/fa/duotone/eye-slash.svg": T,
|
|
596
601
|
"../components/Icon/assets/fa/duotone/eye.svg": O,
|
|
597
602
|
"../components/Icon/assets/fa/duotone/filter-list.svg": P,
|
|
598
603
|
"../components/Icon/assets/fa/duotone/fingerprint.svg": D,
|
|
@@ -601,8 +606,8 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
601
606
|
"../components/Icon/assets/fa/duotone/gift-card.svg": $,
|
|
602
607
|
"../components/Icon/assets/fa/duotone/graduation-cap.svg": K,
|
|
603
608
|
"../components/Icon/assets/fa/duotone/grid-2.svg": W,
|
|
604
|
-
"../components/Icon/assets/fa/duotone/grid-horizontal.svg":
|
|
605
|
-
"../components/Icon/assets/fa/duotone/grip-dots-vertical.svg":
|
|
609
|
+
"../components/Icon/assets/fa/duotone/grid-horizontal.svg": Q,
|
|
610
|
+
"../components/Icon/assets/fa/duotone/grip-dots-vertical.svg": J,
|
|
606
611
|
"../components/Icon/assets/fa/duotone/headphones-simple.svg": Y,
|
|
607
612
|
"../components/Icon/assets/fa/duotone/house-blank.svg": _,
|
|
608
613
|
"../components/Icon/assets/fa/duotone/id-badge.svg": e2,
|
|
@@ -615,65 +620,66 @@ const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
615
620
|
"../components/Icon/assets/fa/duotone/magnifying-glass.svg": n2,
|
|
616
621
|
"../components/Icon/assets/fa/duotone/map-location-dot.svg": s2,
|
|
617
622
|
"../components/Icon/assets/fa/duotone/map-pin.svg": C2,
|
|
618
|
-
"../components/Icon/assets/fa/duotone/
|
|
619
|
-
"../components/Icon/assets/fa/duotone/
|
|
620
|
-
"../components/Icon/assets/fa/duotone/money-bill-
|
|
621
|
-
"../components/Icon/assets/fa/duotone/money-
|
|
623
|
+
"../components/Icon/assets/fa/duotone/messages-question.svg": m2,
|
|
624
|
+
"../components/Icon/assets/fa/duotone/mobile-screen-button.svg": i2,
|
|
625
|
+
"../components/Icon/assets/fa/duotone/money-bill-transfer.svg": h2,
|
|
626
|
+
"../components/Icon/assets/fa/duotone/money-bill-trend-up.svg": d2,
|
|
627
|
+
"../components/Icon/assets/fa/duotone/money-bills.svg": u2,
|
|
622
628
|
"../components/Icon/assets/fa/duotone/notes-medical.svg": w2,
|
|
623
|
-
"../components/Icon/assets/fa/duotone/paste.svg":
|
|
624
|
-
"../components/Icon/assets/fa/duotone/pen-to-square.svg":
|
|
625
|
-
"../components/Icon/assets/fa/duotone/pen.svg":
|
|
626
|
-
"../components/Icon/assets/fa/duotone/percent.svg":
|
|
627
|
-
"../components/Icon/assets/fa/duotone/piggy-bank.svg":
|
|
628
|
-
"../components/Icon/assets/fa/duotone/rectangle-history-circle-user.svg":
|
|
629
|
-
"../components/Icon/assets/fa/duotone/rectangle-history.svg":
|
|
630
|
-
"../components/Icon/assets/fa/duotone/rectangle-terminal.svg":
|
|
631
|
-
"../components/Icon/assets/fa/duotone/scale-balanced.svg":
|
|
632
|
-
"../components/Icon/assets/fa/duotone/sd-card.svg":
|
|
633
|
-
"../components/Icon/assets/fa/duotone/sd-cards.svg":
|
|
634
|
-
"../components/Icon/assets/fa/duotone/server.svg":
|
|
635
|
-
"../components/Icon/assets/fa/duotone/sheet-plastic.svg":
|
|
636
|
-
"../components/Icon/assets/fa/duotone/sidebar.svg":
|
|
637
|
-
"../components/Icon/assets/fa/duotone/sitemap.svg":
|
|
638
|
-
"../components/Icon/assets/fa/duotone/squirrel.svg":
|
|
639
|
-
"../components/Icon/assets/fa/duotone/stethoscope.svg":
|
|
640
|
-
"../components/Icon/assets/fa/duotone/store.svg":
|
|
641
|
-
"../components/Icon/assets/fa/duotone/timer.svg":
|
|
642
|
-
"../components/Icon/assets/fa/duotone/trash-can.svg":
|
|
643
|
-
"../components/Icon/assets/fa/duotone/trash.svg":
|
|
644
|
-
"../components/Icon/assets/fa/duotone/upload.svg":
|
|
645
|
-
"../components/Icon/assets/fa/duotone/user-gear.svg":
|
|
646
|
-
"../components/Icon/assets/fa/duotone/user-group-crown.svg":
|
|
629
|
+
"../components/Icon/assets/fa/duotone/paste.svg": f2,
|
|
630
|
+
"../components/Icon/assets/fa/duotone/pen-to-square.svg": g2,
|
|
631
|
+
"../components/Icon/assets/fa/duotone/pen.svg": v2,
|
|
632
|
+
"../components/Icon/assets/fa/duotone/percent.svg": p2,
|
|
633
|
+
"../components/Icon/assets/fa/duotone/piggy-bank.svg": y2,
|
|
634
|
+
"../components/Icon/assets/fa/duotone/rectangle-history-circle-user.svg": E2,
|
|
635
|
+
"../components/Icon/assets/fa/duotone/rectangle-history.svg": M2,
|
|
636
|
+
"../components/Icon/assets/fa/duotone/rectangle-terminal.svg": z2,
|
|
637
|
+
"../components/Icon/assets/fa/duotone/scale-balanced.svg": H2,
|
|
638
|
+
"../components/Icon/assets/fa/duotone/sd-card.svg": V2,
|
|
639
|
+
"../components/Icon/assets/fa/duotone/sd-cards.svg": L2,
|
|
640
|
+
"../components/Icon/assets/fa/duotone/server.svg": x2,
|
|
641
|
+
"../components/Icon/assets/fa/duotone/sheet-plastic.svg": S2,
|
|
642
|
+
"../components/Icon/assets/fa/duotone/sidebar.svg": N2,
|
|
643
|
+
"../components/Icon/assets/fa/duotone/sitemap.svg": B2,
|
|
644
|
+
"../components/Icon/assets/fa/duotone/squirrel.svg": I2,
|
|
645
|
+
"../components/Icon/assets/fa/duotone/stethoscope.svg": k2,
|
|
646
|
+
"../components/Icon/assets/fa/duotone/store.svg": b2,
|
|
647
|
+
"../components/Icon/assets/fa/duotone/timer.svg": R2,
|
|
648
|
+
"../components/Icon/assets/fa/duotone/trash-can.svg": Z2,
|
|
649
|
+
"../components/Icon/assets/fa/duotone/trash.svg": U2,
|
|
650
|
+
"../components/Icon/assets/fa/duotone/upload.svg": A2,
|
|
651
|
+
"../components/Icon/assets/fa/duotone/user-gear.svg": F2,
|
|
652
|
+
"../components/Icon/assets/fa/duotone/user-group-crown.svg": q2,
|
|
647
653
|
"../components/Icon/assets/fa/duotone/user-group.svg": G2,
|
|
648
654
|
"../components/Icon/assets/fa/duotone/user-tie-hair.svg": T2,
|
|
649
|
-
"../components/Icon/assets/fa/duotone/user-tie.svg":
|
|
650
|
-
"../components/Icon/assets/fa/duotone/user-vneck.svg":
|
|
651
|
-
"../components/Icon/assets/fa/duotone/user.svg":
|
|
652
|
-
"../components/Icon/assets/fa/duotone/users.svg":
|
|
653
|
-
"../components/Icon/assets/fa/duotone/wallet.svg":
|
|
654
|
-
"../components/Icon/assets/fa/duotone/warehouse-full.svg":
|
|
655
|
-
"../components/Icon/assets/fa/duotone/xmark.svg":
|
|
656
|
-
"../components/Icon/assets/fa/light/circle-check-outline.svg":
|
|
657
|
-
"../components/Icon/assets/fa/light/circle-exclamation-outline.svg":
|
|
655
|
+
"../components/Icon/assets/fa/duotone/user-tie.svg": O2,
|
|
656
|
+
"../components/Icon/assets/fa/duotone/user-vneck.svg": P2,
|
|
657
|
+
"../components/Icon/assets/fa/duotone/user.svg": D2,
|
|
658
|
+
"../components/Icon/assets/fa/duotone/users.svg": X2,
|
|
659
|
+
"../components/Icon/assets/fa/duotone/wallet.svg": j2,
|
|
660
|
+
"../components/Icon/assets/fa/duotone/warehouse-full.svg": $2,
|
|
661
|
+
"../components/Icon/assets/fa/duotone/xmark.svg": K2,
|
|
662
|
+
"../components/Icon/assets/fa/light/circle-check-outline.svg": W2,
|
|
663
|
+
"../components/Icon/assets/fa/light/circle-exclamation-outline.svg": Q2,
|
|
658
664
|
"../components/Icon/assets/fa/light/circle-xmark-outline.svg": J2,
|
|
659
|
-
"../components/Icon/assets/fa/light/rotate.svg":
|
|
660
|
-
"../components/Icon/assets/fa/light/star.svg":
|
|
661
|
-
"../components/Icon/assets/fa/solid/arrow-left.svg":
|
|
662
|
-
"../components/Icon/assets/fa/solid/check.svg":
|
|
663
|
-
"../components/Icon/assets/fa/solid/circle.svg":
|
|
664
|
-
"../components/Icon/assets/fa/solid/credit-card-blank.svg":
|
|
665
|
-
"../components/Icon/assets/fa/solid/credit-card-front.svg":
|
|
666
|
-
"../components/Icon/assets/fa/solid/plus.svg":
|
|
667
|
-
"../components/Icon/assets/fa/solid/star.svg":
|
|
668
|
-
"../components/Icon/assets/pi/empty-img.svg":
|
|
669
|
-
"../components/Icon/assets/pi/logo.svg":
|
|
665
|
+
"../components/Icon/assets/fa/light/rotate.svg": Y2,
|
|
666
|
+
"../components/Icon/assets/fa/light/star.svg": _2,
|
|
667
|
+
"../components/Icon/assets/fa/solid/arrow-left.svg": e1,
|
|
668
|
+
"../components/Icon/assets/fa/solid/check.svg": t1,
|
|
669
|
+
"../components/Icon/assets/fa/solid/circle.svg": o1,
|
|
670
|
+
"../components/Icon/assets/fa/solid/credit-card-blank.svg": c1,
|
|
671
|
+
"../components/Icon/assets/fa/solid/credit-card-front.svg": l1,
|
|
672
|
+
"../components/Icon/assets/fa/solid/plus.svg": r1,
|
|
673
|
+
"../components/Icon/assets/fa/solid/star.svg": a1,
|
|
674
|
+
"../components/Icon/assets/pi/empty-img.svg": n1,
|
|
675
|
+
"../components/Icon/assets/pi/logo.svg": s1
|
|
670
676
|
})
|
|
671
677
|
).map(([t, o]) => {
|
|
672
678
|
const l = t.split("/").at(-2), r = t.split("/").at(-1).split(".svg")[0];
|
|
673
679
|
return { iconFamily: l, iconName: r, file: o };
|
|
674
|
-
}),
|
|
680
|
+
}), C1 = Object.fromEntries(
|
|
675
681
|
c.map((t) => c.filter((o) => o.iconName === t.iconName).length > 1 ? [`${t.iconFamily}/${t.iconName}`, t.file] : [t.iconName, t.file])
|
|
676
682
|
);
|
|
677
683
|
export {
|
|
678
|
-
|
|
684
|
+
C1 as iconsList
|
|
679
685
|
};
|