@driveflux/beam 3.0.19 → 3.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/dist/accordion/Accordion.js +203 -7
  2. package/dist/accordion/Accordion.stories.js +31 -11
  3. package/dist/alert/Alert.js +193 -19
  4. package/dist/alert/Alert.stories.js +50 -15
  5. package/dist/animations/LoadingAnimation.js +34 -21
  6. package/dist/badge/Badge.js +105 -7
  7. package/dist/badge/Badge.stories.js +28 -7
  8. package/dist/box/Box.js +151 -3
  9. package/dist/box/Box.stories.js +8 -7
  10. package/dist/breadcrumbs/Breadcrumbs.js +351 -26
  11. package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
  12. package/dist/button/Button.js +190 -12
  13. package/dist/button/Button.stories.js +35 -7
  14. package/dist/button/TextButton.js +168 -9
  15. package/dist/card/Card.js +188 -7
  16. package/dist/card/Card.stories.js +10 -7
  17. package/dist/carousel/Carousel.js +308 -58
  18. package/dist/carousel/Carousel.stories.js +39 -7
  19. package/dist/carousel/CarouselButton.js +132 -7
  20. package/dist/center/Center.js +127 -3
  21. package/dist/center/Center.stories.js +19 -7
  22. package/dist/checkbox/Checkbox.js +188 -4
  23. package/dist/checkbox/Checkbox.stories.js +10 -8
  24. package/dist/chip/Chip.js +168 -3
  25. package/dist/chip/Chip.stories.js +19 -7
  26. package/dist/circular-progress/CircularProgress.js +159 -11
  27. package/dist/circular-progress/CircularProgress.stories.js +54 -14
  28. package/dist/command/command.js +249 -13
  29. package/dist/datepicker/DatePicker.js +245 -90
  30. package/dist/datepicker/DatePicker.stories.js +162 -58
  31. package/dist/datepicker/DatePickerDrawer.js +115 -17
  32. package/dist/datepicker/DatePickerPopover.js +208 -35
  33. package/dist/datepicker/constants.js +3 -4
  34. package/dist/datepicker/utils.js +4 -11
  35. package/dist/dialog/index.js +253 -12
  36. package/dist/divider/Divider.js +127 -3
  37. package/dist/divider/Divider.stories.js +13 -7
  38. package/dist/drawer/index.js +230 -12
  39. package/dist/dropdown/Dropdown.js +297 -26
  40. package/dist/dropdown/Dropdown.stories.js +109 -22
  41. package/dist/field-wrapper/FieldWrapper.js +203 -3
  42. package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
  43. package/dist/flex/Flex.js +127 -3
  44. package/dist/flex/Flex.stories.js +19 -7
  45. package/dist/grid/Grid.js +127 -3
  46. package/dist/grid/Grid.stories.js +28 -7
  47. package/dist/hooks/use-breakpoint-value.js +77 -14
  48. package/dist/hooks/use-media-query.js +61 -12
  49. package/dist/hstack/HStack.js +127 -3
  50. package/dist/hstack/HStack.stories.js +19 -7
  51. package/dist/icons/FluxLogo.js +222 -9
  52. package/dist/icons/FluxLogoTable.js +118 -5
  53. package/dist/icons/Icon.js +117 -7
  54. package/dist/icons/Icon.stories.js +12 -7
  55. package/dist/icons/Icon24Hours.js +92 -5
  56. package/dist/icons/IconAcceleration.js +81 -4
  57. package/dist/icons/IconAccount.js +81 -4
  58. package/dist/icons/IconApplicant.js +87 -5
  59. package/dist/icons/IconArrow.js +87 -6
  60. package/dist/icons/IconArrowBack.js +81 -4
  61. package/dist/icons/IconArrowForward.js +81 -4
  62. package/dist/icons/IconArrowTopLeft.js +79 -4
  63. package/dist/icons/IconBluesharkProductGuide.js +89 -5
  64. package/dist/icons/IconBolt.js +81 -4
  65. package/dist/icons/IconBriefcase.js +81 -4
  66. package/dist/icons/IconBulb.js +81 -4
  67. package/dist/icons/IconCalendar.js +81 -4
  68. package/dist/icons/IconCalendarArrowBack.js +81 -4
  69. package/dist/icons/IconCalendarArrowForward.js +81 -4
  70. package/dist/icons/IconCalendarDoubleArrowBack.js +81 -4
  71. package/dist/icons/IconCalendarDoubleArrowForward.js +81 -4
  72. package/dist/icons/IconCancel.js +86 -5
  73. package/dist/icons/IconCancelMark.js +81 -4
  74. package/dist/icons/IconCarSUV.js +81 -4
  75. package/dist/icons/IconCarSedan.js +156 -7
  76. package/dist/icons/IconChain.js +88 -5
  77. package/dist/icons/IconCheckmark.js +81 -4
  78. package/dist/icons/IconChevronRight.js +81 -4
  79. package/dist/icons/IconCircle.js +123 -11
  80. package/dist/icons/IconCircleCheckmark.js +86 -5
  81. package/dist/icons/IconCircleError.js +81 -4
  82. package/dist/icons/IconCircleExclamation.js +113 -6
  83. package/dist/icons/IconCircleMark.js +87 -5
  84. package/dist/icons/IconCircleOutline.js +148 -5
  85. package/dist/icons/IconClock.js +89 -5
  86. package/dist/icons/IconClose.js +81 -4
  87. package/dist/icons/IconCollapseAll.js +103 -5
  88. package/dist/icons/IconConcierge.js +88 -5
  89. package/dist/icons/IconConciergeService.js +96 -5
  90. package/dist/icons/IconCreditCard.js +87 -5
  91. package/dist/icons/IconDash.js +81 -4
  92. package/dist/icons/IconDeliver.js +81 -4
  93. package/dist/icons/IconDelivery.js +96 -5
  94. package/dist/icons/IconDetails.js +81 -4
  95. package/dist/icons/IconDot.js +96 -6
  96. package/dist/icons/IconDownload.js +88 -5
  97. package/dist/icons/IconEVCharging.js +88 -5
  98. package/dist/icons/IconElectricCarFuel.js +89 -5
  99. package/dist/icons/IconEllipsis.js +87 -5
  100. package/dist/icons/IconEnvelope.js +81 -4
  101. package/dist/icons/IconExpandAll.js +103 -5
  102. package/dist/icons/IconEye.js +88 -5
  103. package/dist/icons/IconFacebook.js +103 -6
  104. package/dist/icons/IconFilter.js +92 -5
  105. package/dist/icons/IconFlagMalaysia.js +150 -5
  106. package/dist/icons/IconGiveKey.js +88 -5
  107. package/dist/icons/IconGlobe.js +79 -4
  108. package/dist/icons/IconGoogle.js +96 -5
  109. package/dist/icons/IconHome.js +87 -5
  110. package/dist/icons/IconHostAdvertise.js +81 -4
  111. package/dist/icons/IconHostCar.js +84 -4
  112. package/dist/icons/IconHostCash.js +100 -5
  113. package/dist/icons/IconHostHandle.js +79 -4
  114. package/dist/icons/IconHostLocation.js +79 -4
  115. package/dist/icons/IconHostPayment.js +100 -5
  116. package/dist/icons/IconHostService.js +88 -5
  117. package/dist/icons/IconHotDeals.js +81 -4
  118. package/dist/icons/IconInfo.js +86 -5
  119. package/dist/icons/IconInstagram.js +81 -4
  120. package/dist/icons/IconInsurance.js +108 -5
  121. package/dist/icons/IconInternet.js +82 -4
  122. package/dist/icons/IconInventory.js +87 -5
  123. package/dist/icons/IconLaurel.js +110 -5
  124. package/dist/icons/IconLinkedIn.js +81 -4
  125. package/dist/icons/IconLoading.js +87 -4
  126. package/dist/icons/IconLocation.js +89 -5
  127. package/dist/icons/IconLock.js +82 -4
  128. package/dist/icons/IconLogistics.js +81 -4
  129. package/dist/icons/IconMail.js +103 -5
  130. package/dist/icons/IconMember.js +87 -5
  131. package/dist/icons/IconMobilePen.js +92 -5
  132. package/dist/icons/IconMotorcycleMoped.js +87 -5
  133. package/dist/icons/IconNoCost.js +101 -5
  134. package/dist/icons/IconPDF.js +89 -5
  135. package/dist/icons/IconPencil.js +79 -4
  136. package/dist/icons/IconPhone.js +79 -4
  137. package/dist/icons/IconPlus.js +81 -4
  138. package/dist/icons/IconPricing.js +81 -4
  139. package/dist/icons/IconProtected.js +80 -4
  140. package/dist/icons/IconPsychology.js +81 -4
  141. package/dist/icons/IconQuestionTooltip.js +137 -4
  142. package/dist/icons/IconQuote.js +81 -4
  143. package/dist/icons/IconRate.js +80 -4
  144. package/dist/icons/IconRegister.js +108 -5
  145. package/dist/icons/IconReport.js +98 -6
  146. package/dist/icons/IconReturn.js +81 -4
  147. package/dist/icons/IconSearch.js +79 -4
  148. package/dist/icons/IconSecure.js +80 -4
  149. package/dist/icons/IconSecurity.js +82 -4
  150. package/dist/icons/IconSedanOutline.js +168 -5
  151. package/dist/icons/IconSelectArrow.js +87 -6
  152. package/dist/icons/IconSort.js +88 -5
  153. package/dist/icons/IconSortListed.js +104 -5
  154. package/dist/icons/IconSortPriceAscending.js +92 -5
  155. package/dist/icons/IconSortPriceDescending.js +92 -5
  156. package/dist/icons/IconSortYear.js +88 -5
  157. package/dist/icons/IconSpan.js +80 -4
  158. package/dist/icons/IconSpeaker.js +88 -4
  159. package/dist/icons/IconSpecialCar.js +104 -5
  160. package/dist/icons/IconStar.js +101 -7
  161. package/dist/icons/IconStockPhoto.js +104 -5
  162. package/dist/icons/IconSubscription.js +122 -6
  163. package/dist/icons/IconSubscriptions.js +122 -6
  164. package/dist/icons/IconSwap.js +88 -5
  165. package/dist/icons/IconTax.js +81 -4
  166. package/dist/icons/IconThinArrow.js +87 -6
  167. package/dist/icons/IconThumbsdown.js +87 -5
  168. package/dist/icons/IconThumbsup.js +87 -5
  169. package/dist/icons/IconTool.js +81 -4
  170. package/dist/icons/IconTooltip.js +137 -4
  171. package/dist/icons/IconTrash.js +81 -4
  172. package/dist/icons/IconTriangleExclamation.js +81 -4
  173. package/dist/icons/IconTyersBrakes.js +92 -5
  174. package/dist/icons/IconTyre.js +92 -5
  175. package/dist/icons/IconVacancy.js +87 -5
  176. package/dist/icons/IconVolunteer.js +81 -4
  177. package/dist/icons/IconWhatsapp.js +82 -4
  178. package/dist/icons/IconXPlatform.js +81 -4
  179. package/dist/icons/IconZeroEffort.js +86 -5
  180. package/dist/icons/Logo.js +108 -3
  181. package/dist/input/Input.js +134 -11
  182. package/dist/input/Input.stories.js +17 -18
  183. package/dist/input-mask/InputMask.js +158 -11
  184. package/dist/input-mask/InputMask.stories.js +5 -6
  185. package/dist/input-mask/mask-trackers.js +4 -5
  186. package/dist/input-select/InputSelect.js +390 -68
  187. package/dist/input-select/InputSelect.stories.js +98 -25
  188. package/dist/popover/popover.js +136 -4
  189. package/dist/progress/Progress.js +160 -2
  190. package/dist/progress/Progress.stories.js +13 -14
  191. package/dist/radio/Radio.js +227 -4
  192. package/dist/scroll-area/scroll-area.js +180 -5
  193. package/dist/search-input-select/SearchInputSelect.js +379 -69
  194. package/dist/select/Select.js +354 -29
  195. package/dist/select/Select.stories.js +55 -19
  196. package/dist/skeleton/Skeleton.js +71 -3
  197. package/dist/skeleton/Skeleton.stories.js +8 -7
  198. package/dist/slider/Slider.js +170 -5
  199. package/dist/slider/Slider.stories.js +12 -11
  200. package/dist/stack/Stack.js +127 -3
  201. package/dist/stack/Stack.stories.js +19 -7
  202. package/dist/table/Table.js +216 -10
  203. package/dist/table/Table.stories.js +84 -8
  204. package/dist/tabs/Tabs.js +198 -9
  205. package/dist/tabs/Tabs.stories.js +46 -13
  206. package/dist/text/Text.js +152 -6
  207. package/dist/text/Text.stories.js +44 -7
  208. package/dist/toast/Toast.stories.js +66 -14
  209. package/dist/toast/ToastBox.js +77 -29
  210. package/dist/toast/index.js +0 -1
  211. package/dist/toast/sonner.js +66 -6
  212. package/dist/toggle/Toggle.js +180 -7
  213. package/dist/toggle/Toggle.stories.js +10 -8
  214. package/dist/tooltip/Tooltip.js +169 -12
  215. package/dist/tooltip/Tooltip.stories.js +71 -13
  216. package/dist/utils.js +4 -2
  217. package/dist/vstack/VStack.js +127 -3
  218. package/dist/vstack/VStack.stories.js +19 -7
  219. package/package.json +11 -11
@@ -1,8 +1,88 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- export const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("g", { clipPath: "url(#clip0_431_1409)", children: _jsx("path", { d: "M37.152 17.072L29.536 15.16L27.544 11.8C26.416 9.92001 24.384 8.75201 22.192 8.75201H12.816C10.624 8.75201 8.592 9.92001 7.464 11.8L5.472 15.16L2.856 15.824C1.192 16.232 0 17.736 0 19.456V25C0 26.368 1.136 27.504 2.504 27.504H3.952C4.512 29.656 6.44 31.256 8.76 31.256C11.072 31.256 13.008 29.656 13.56 27.504H26.448C27.008 29.656 28.936 31.256 31.248 31.256C33.56 31.256 35.496 29.656 36.056 27.504H37.504C38.872 27.504 40.008 26.368 40.008 25V20.704C40 18.992 38.816 17.488 37.152 17.072ZM9.608 13.088C10.288 11.952 11.496 11.248 12.808 11.248H22.184C23.504 11.248 24.712 11.952 25.384 13.088L26.56 15H8.44L9.608 13.088ZM8.752 28.752C7.352 28.752 6.248 27.648 6.248 26.248C6.248 24.848 7.352 23.752 8.752 23.752C10.152 23.752 11.248 24.856 11.248 26.248C11.248 27.648 10.144 28.752 8.752 28.752ZM31.248 28.752C29.848 28.752 28.752 27.648 28.752 26.248C28.752 24.848 29.856 23.752 31.248 23.752C32.648 23.752 33.752 24.856 33.752 26.248C33.752 27.648 32.648 28.752 31.248 28.752ZM37.496 25H36.056C35.496 22.848 33.568 21.248 31.248 21.248C28.936 21.248 27 22.848 26.448 25H13.552C12.992 22.848 11.064 21.248 8.752 21.248C6.44 21.248 4.504 22.848 3.944 25H2.504V19.456C2.504 18.872 2.88 18.384 3.44 18.248L6.408 17.504H28.592L36.56 19.496C37.12 19.64 37.496 20.128 37.496 20.704V25Z", fill: "#50C8E8" }) }) })),
67
+ export var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("g", {
70
+ clipPath: "url(#clip0_431_1409)",
71
+ children: /*#__PURE__*/ _jsx("path", {
72
+ d: "M37.152 17.072L29.536 15.16L27.544 11.8C26.416 9.92001 24.384 8.75201 22.192 8.75201H12.816C10.624 8.75201 8.592 9.92001 7.464 11.8L5.472 15.16L2.856 15.824C1.192 16.232 0 17.736 0 19.456V25C0 26.368 1.136 27.504 2.504 27.504H3.952C4.512 29.656 6.44 31.256 8.76 31.256C11.072 31.256 13.008 29.656 13.56 27.504H26.448C27.008 29.656 28.936 31.256 31.248 31.256C33.56 31.256 35.496 29.656 36.056 27.504H37.504C38.872 27.504 40.008 26.368 40.008 25V20.704C40 18.992 38.816 17.488 37.152 17.072ZM9.608 13.088C10.288 11.952 11.496 11.248 12.808 11.248H22.184C23.504 11.248 24.712 11.952 25.384 13.088L26.56 15H8.44L9.608 13.088ZM8.752 28.752C7.352 28.752 6.248 27.648 6.248 26.248C6.248 24.848 7.352 23.752 8.752 23.752C10.152 23.752 11.248 24.856 11.248 26.248C11.248 27.648 10.144 28.752 8.752 28.752ZM31.248 28.752C29.848 28.752 28.752 27.648 28.752 26.248C28.752 24.848 29.856 23.752 31.248 23.752C32.648 23.752 33.752 24.856 33.752 26.248C33.752 27.648 32.648 28.752 31.248 28.752ZM37.496 25H36.056C35.496 22.848 33.568 21.248 31.248 21.248C28.936 21.248 27 22.848 26.448 25H13.552C12.992 22.848 11.064 21.248 8.752 21.248C6.44 21.248 4.504 22.848 3.944 25H2.504V19.456C2.504 18.872 2.88 18.384 3.44 18.248L6.408 17.504H28.592L36.56 19.496C37.12 19.64 37.496 20.128 37.496 20.704V25Z",
73
+ fill: "#50C8E8"
74
+ })
75
+ })
76
+ })
77
+ };
78
+ var IconHostCar = function IconHostCar(_0) {
79
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 40 40' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
80
+ "viewBox",
81
+ "variant"
82
+ ]);
83
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
84
+ viewBox: viewBox,
85
+ element: variants[variant]
86
+ }, props));
5
87
  };
6
- const IconHostCar = ({ viewBox = '0 0 40 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
88
  export default IconHostCar;
8
- //# sourceMappingURL=IconHostCar.js.map
@@ -1,8 +1,103 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
65
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- export const variants = {
4
- default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M0.75 0.5V19H33V0.5H0.75ZM29.625 16.625L4.375 16.75V16.625C4.375 15.875 3.875 15.375 3.125 15.375H3V4.125H3.125C3.875 4.125 4.375 3.625 4.375 2.875C4.375 2.75 4.375 2.75 4.375 2.625H29.625C29.625 2.75 29.625 2.75 29.625 2.875C29.625 3.5 30.125 4.125 30.875 4.125V15.25C30.125 15.375 29.625 15.875 29.625 16.625Z", fill: "#50C8E8" }), _jsx("path", { d: "M29.375 22.75C21.375 20.75 1.75 20.375 0.75 20.25V22.75C1 22.75 24.125 23.25 30.125 25.5L31.875 26.125V20.5H29.375V22.75Z", fill: "#50C8E8" }), _jsx("path", { d: "M17 4.125C14.125 4.125 11.75 6.5 11.75 9.375C11.75 12.25 14.125 14.625 17 14.625C19.875 14.625 22.25 12.25 22.25 9.375C22.25 6.5 19.875 4.125 17 4.125ZM17 12.5C15.25 12.5 13.875 11.125 13.875 9.375C13.875 7.625 15.25 6.25 17 6.25C18.75 6.25 20.125 7.625 20.125 9.375C20.125 11 18.75 12.5 17 12.5Z", fill: "#50C8E8" }), _jsx("path", { d: "M26.375 11.25C27.4105 11.25 28.25 10.4105 28.25 9.375C28.25 8.33947 27.4105 7.5 26.375 7.5C25.3395 7.5 24.5 8.33947 24.5 9.375C24.5 10.4105 25.3395 11.25 26.375 11.25Z", fill: "#50C8E8" }), _jsx("path", { d: "M7.625 11.25C8.66053 11.25 9.5 10.4105 9.5 9.375C9.5 8.33947 8.66053 7.5 7.625 7.5C6.58947 7.5 5.75 8.33947 5.75 9.375C5.75 10.4105 6.58947 11.25 7.625 11.25Z", fill: "#50C8E8" })] })),
67
+ export var variants = {
68
+ default: /*#__PURE__*/ _jsxs(_Fragment, {
69
+ children: [
70
+ /*#__PURE__*/ _jsx("path", {
71
+ d: "M0.75 0.5V19H33V0.5H0.75ZM29.625 16.625L4.375 16.75V16.625C4.375 15.875 3.875 15.375 3.125 15.375H3V4.125H3.125C3.875 4.125 4.375 3.625 4.375 2.875C4.375 2.75 4.375 2.75 4.375 2.625H29.625C29.625 2.75 29.625 2.75 29.625 2.875C29.625 3.5 30.125 4.125 30.875 4.125V15.25C30.125 15.375 29.625 15.875 29.625 16.625Z",
72
+ fill: "#50C8E8"
73
+ }),
74
+ /*#__PURE__*/ _jsx("path", {
75
+ d: "M29.375 22.75C21.375 20.75 1.75 20.375 0.75 20.25V22.75C1 22.75 24.125 23.25 30.125 25.5L31.875 26.125V20.5H29.375V22.75Z",
76
+ fill: "#50C8E8"
77
+ }),
78
+ /*#__PURE__*/ _jsx("path", {
79
+ d: "M17 4.125C14.125 4.125 11.75 6.5 11.75 9.375C11.75 12.25 14.125 14.625 17 14.625C19.875 14.625 22.25 12.25 22.25 9.375C22.25 6.5 19.875 4.125 17 4.125ZM17 12.5C15.25 12.5 13.875 11.125 13.875 9.375C13.875 7.625 15.25 6.25 17 6.25C18.75 6.25 20.125 7.625 20.125 9.375C20.125 11 18.75 12.5 17 12.5Z",
80
+ fill: "#50C8E8"
81
+ }),
82
+ /*#__PURE__*/ _jsx("path", {
83
+ d: "M26.375 11.25C27.4105 11.25 28.25 10.4105 28.25 9.375C28.25 8.33947 27.4105 7.5 26.375 7.5C25.3395 7.5 24.5 8.33947 24.5 9.375C24.5 10.4105 25.3395 11.25 26.375 11.25Z",
84
+ fill: "#50C8E8"
85
+ }),
86
+ /*#__PURE__*/ _jsx("path", {
87
+ d: "M7.625 11.25C8.66053 11.25 9.5 10.4105 9.5 9.375C9.5 8.33947 8.66053 7.5 7.625 7.5C6.58947 7.5 5.75 8.33947 5.75 9.375C5.75 10.4105 6.58947 11.25 7.625 11.25Z",
88
+ fill: "#50C8E8"
89
+ })
90
+ ]
91
+ })
92
+ };
93
+ var IconHostCash = function IconHostCash(_0) {
94
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 33 27' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
95
+ "viewBox",
96
+ "variant"
97
+ ]);
98
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
99
+ viewBox: viewBox,
100
+ element: variants[variant]
101
+ }, props));
5
102
  };
6
- const IconHostCash = ({ viewBox = '0 0 33 27', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
103
  export default IconHostCash;
8
- //# sourceMappingURL=IconHostCash.js.map
@@ -1,8 +1,83 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- export const variants = {
4
- default: (_jsx("path", { d: "M20 6.25C15.125 6.25 11.25 10.125 11.25 15C11.25 18 12.75 20.75 15.125 22.25C10.625 24.125 7.5 28.625 7.5 33.75H10C10 30.625 11.5 27.75 13.75 26L19.125 31L20 31.875L20.875 31L26.25 26C28.5 27.875 30 30.625 30 33.75H32.5C32.5 28.625 29.375 24.125 24.875 22.25C27.25 20.625 28.75 18 28.75 15C28.75 10.125 24.875 6.25 20 6.25ZM20 8.75C23.5 8.75 26.25 11.5 26.25 15C26.25 18.5 23.5 21.25 20 21.25C16.5 21.25 13.75 18.5 13.75 15C13.75 11.5 16.5 8.75 20 8.75ZM20 23.75C21.375 23.75 22.75 24 24 24.625L20 28.375L16 24.625C17.25 24 18.625 23.75 20 23.75Z", fill: "#50C8E8" })),
67
+ export var variants = {
68
+ default: /*#__PURE__*/ _jsx("path", {
69
+ d: "M20 6.25C15.125 6.25 11.25 10.125 11.25 15C11.25 18 12.75 20.75 15.125 22.25C10.625 24.125 7.5 28.625 7.5 33.75H10C10 30.625 11.5 27.75 13.75 26L19.125 31L20 31.875L20.875 31L26.25 26C28.5 27.875 30 30.625 30 33.75H32.5C32.5 28.625 29.375 24.125 24.875 22.25C27.25 20.625 28.75 18 28.75 15C28.75 10.125 24.875 6.25 20 6.25ZM20 8.75C23.5 8.75 26.25 11.5 26.25 15C26.25 18.5 23.5 21.25 20 21.25C16.5 21.25 13.75 18.5 13.75 15C13.75 11.5 16.5 8.75 20 8.75ZM20 23.75C21.375 23.75 22.75 24 24 24.625L20 28.375L16 24.625C17.25 24 18.625 23.75 20 23.75Z",
70
+ fill: "#50C8E8"
71
+ })
72
+ };
73
+ var IconHostHandle = function IconHostHandle(_0) {
74
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 40 40' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
75
+ "viewBox",
76
+ "variant"
77
+ ]);
78
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
79
+ viewBox: viewBox,
80
+ element: variants[variant]
81
+ }, props));
5
82
  };
6
- const IconHostHandle = ({ viewBox = '0 0 40 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
83
  export default IconHostHandle;
8
- //# sourceMappingURL=IconHostHandle.js.map
@@ -1,8 +1,83 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- export const variants = {
4
- default: (_jsx("path", { d: "M20 3.75C13.8037 3.75 8.75 8.80371 8.75 15C8.75 16.7578 9.46289 18.7744 10.4297 20.9766C11.3965 23.1787 12.6416 25.5176 13.9062 27.6953C16.4355 32.0557 18.9844 35.7031 18.9844 35.7031L20 37.1875L21.0156 35.7031C21.0156 35.7031 23.5645 32.0557 26.0938 27.6953C27.3584 25.5176 28.6035 23.1787 29.5703 20.9766C30.5371 18.7744 31.25 16.7578 31.25 15C31.25 8.80371 26.1963 3.75 20 3.75ZM20 6.25C24.8486 6.25 28.75 10.1514 28.75 15C28.75 16.001 28.2129 17.8955 27.3047 19.9609C26.3965 22.0264 25.1416 24.3164 23.9062 26.4453C21.9434 29.834 20.7227 31.626 20 32.6953C19.2773 31.626 18.0566 29.834 16.0938 26.4453C14.8584 24.3164 13.6035 22.0264 12.6953 19.9609C11.7871 17.8955 11.25 16.001 11.25 15C11.25 10.1514 15.1514 6.25 20 6.25ZM20 12.5C18.6182 12.5 17.5 13.6182 17.5 15C17.5 16.3818 18.6182 17.5 20 17.5C21.3818 17.5 22.5 16.3818 22.5 15C22.5 13.6182 21.3818 12.5 20 12.5Z", fill: "#50C8E8" })),
67
+ export var variants = {
68
+ default: /*#__PURE__*/ _jsx("path", {
69
+ d: "M20 3.75C13.8037 3.75 8.75 8.80371 8.75 15C8.75 16.7578 9.46289 18.7744 10.4297 20.9766C11.3965 23.1787 12.6416 25.5176 13.9062 27.6953C16.4355 32.0557 18.9844 35.7031 18.9844 35.7031L20 37.1875L21.0156 35.7031C21.0156 35.7031 23.5645 32.0557 26.0938 27.6953C27.3584 25.5176 28.6035 23.1787 29.5703 20.9766C30.5371 18.7744 31.25 16.7578 31.25 15C31.25 8.80371 26.1963 3.75 20 3.75ZM20 6.25C24.8486 6.25 28.75 10.1514 28.75 15C28.75 16.001 28.2129 17.8955 27.3047 19.9609C26.3965 22.0264 25.1416 24.3164 23.9062 26.4453C21.9434 29.834 20.7227 31.626 20 32.6953C19.2773 31.626 18.0566 29.834 16.0938 26.4453C14.8584 24.3164 13.6035 22.0264 12.6953 19.9609C11.7871 17.8955 11.25 16.001 11.25 15C11.25 10.1514 15.1514 6.25 20 6.25ZM20 12.5C18.6182 12.5 17.5 13.6182 17.5 15C17.5 16.3818 18.6182 17.5 20 17.5C21.3818 17.5 22.5 16.3818 22.5 15C22.5 13.6182 21.3818 12.5 20 12.5Z",
70
+ fill: "#50C8E8"
71
+ })
72
+ };
73
+ var IconHostLocation = function IconHostLocation(_0) {
74
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 40 40' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
75
+ "viewBox",
76
+ "variant"
77
+ ]);
78
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
79
+ viewBox: viewBox,
80
+ element: variants[variant]
81
+ }, props));
5
82
  };
6
- const IconHostLocation = ({ viewBox = '0 0 40 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
83
  export default IconHostLocation;
8
- //# sourceMappingURL=IconHostLocation.js.map
@@ -1,8 +1,103 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
65
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- export const variants = {
4
- default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M35.2917 24.125C34.2917 22 31.9167 22.25 30.7917 22.625C30.7917 22.625 29.2917 23.125 28.5417 23.5L23.4167 25.625C22.9167 24.5 21.9167 23.625 20.7917 23.125L15.1667 20.875C14.4167 20.625 13.6667 20.5 12.7917 20.75L5.66675 22.5L6.29175 24.875L13.4167 23.125C13.6667 23 13.9167 23.125 14.1667 23.125L19.6667 25.375C20.2917 25.625 20.7917 26.125 21.0417 26.625L21.2917 27.125C20.7917 27.5 20.0417 27.5 19.5417 27.25L15.1667 25.5L14.1667 27.75L18.5417 29.5C19.1667 29.75 19.6667 29.875 20.2917 29.875C21.2917 29.875 22.2917 29.5 23.1667 28.875C23.4167 28.625 23.5417 28.375 23.6667 28.125L27.5417 26.5L29.2917 25.75C30.0417 25.375 31.4167 24.875 31.5417 24.875C31.5417 24.875 32.5417 24.5 32.7917 25.125C33.1667 26 32.2917 26.625 31.7917 26.875C31.0417 27.25 30.4167 27.5 29.7917 27.875C29.4167 28 28.9167 28.25 28.4167 28.5L20.1667 32.25C20.0417 32.375 19.7917 32.375 19.6667 32.25L10.7917 28.75C10.1667 28.5 9.54175 28.5 8.91675 28.75L6.91675 29.375L7.66675 31.75L9.66675 31.125C9.79175 31.125 9.79175 31.125 9.91675 31.125L18.9167 34.625C19.2917 34.75 19.6667 34.875 20.0417 34.875C20.5417 34.875 21.0417 34.75 21.4167 34.5L29.6667 30.875C30.1667 30.625 30.5417 30.5 30.9167 30.375C31.6667 30.125 32.4167 29.75 33.2917 29.25C35.4167 28 36.2917 26 35.2917 24.125Z", fill: "#50C8E8" }), _jsx("path", { d: "M24.2917 22.25C20.7917 22.25 18.0417 19.5 18.0417 16C18.0417 12.5 20.7917 9.75 24.2917 9.75C27.7917 9.75 30.5417 12.5 30.5417 16C30.5417 19.5 27.7917 22.25 24.2917 22.25ZM24.2917 12.25C22.1667 12.25 20.5417 13.875 20.5417 16C20.5417 18.125 22.1667 19.75 24.2917 19.75C26.4167 19.75 28.0417 18.125 28.0417 16C28.0417 13.875 26.4167 12.25 24.2917 12.25Z", fill: "#50C8E8" }), _jsx("path", { d: "M20.5417 5H18.0417V10H20.5417V5Z", fill: "#50C8E8" }), _jsx("path", { d: "M25.5417 5H23.0417V8.5H25.5417V5Z", fill: "#50C8E8" }), _jsx("path", { d: "M30.5417 5H28.0417V10H30.5417V5Z", fill: "#50C8E8" })] })),
67
+ export var variants = {
68
+ default: /*#__PURE__*/ _jsxs(_Fragment, {
69
+ children: [
70
+ /*#__PURE__*/ _jsx("path", {
71
+ d: "M35.2917 24.125C34.2917 22 31.9167 22.25 30.7917 22.625C30.7917 22.625 29.2917 23.125 28.5417 23.5L23.4167 25.625C22.9167 24.5 21.9167 23.625 20.7917 23.125L15.1667 20.875C14.4167 20.625 13.6667 20.5 12.7917 20.75L5.66675 22.5L6.29175 24.875L13.4167 23.125C13.6667 23 13.9167 23.125 14.1667 23.125L19.6667 25.375C20.2917 25.625 20.7917 26.125 21.0417 26.625L21.2917 27.125C20.7917 27.5 20.0417 27.5 19.5417 27.25L15.1667 25.5L14.1667 27.75L18.5417 29.5C19.1667 29.75 19.6667 29.875 20.2917 29.875C21.2917 29.875 22.2917 29.5 23.1667 28.875C23.4167 28.625 23.5417 28.375 23.6667 28.125L27.5417 26.5L29.2917 25.75C30.0417 25.375 31.4167 24.875 31.5417 24.875C31.5417 24.875 32.5417 24.5 32.7917 25.125C33.1667 26 32.2917 26.625 31.7917 26.875C31.0417 27.25 30.4167 27.5 29.7917 27.875C29.4167 28 28.9167 28.25 28.4167 28.5L20.1667 32.25C20.0417 32.375 19.7917 32.375 19.6667 32.25L10.7917 28.75C10.1667 28.5 9.54175 28.5 8.91675 28.75L6.91675 29.375L7.66675 31.75L9.66675 31.125C9.79175 31.125 9.79175 31.125 9.91675 31.125L18.9167 34.625C19.2917 34.75 19.6667 34.875 20.0417 34.875C20.5417 34.875 21.0417 34.75 21.4167 34.5L29.6667 30.875C30.1667 30.625 30.5417 30.5 30.9167 30.375C31.6667 30.125 32.4167 29.75 33.2917 29.25C35.4167 28 36.2917 26 35.2917 24.125Z",
72
+ fill: "#50C8E8"
73
+ }),
74
+ /*#__PURE__*/ _jsx("path", {
75
+ d: "M24.2917 22.25C20.7917 22.25 18.0417 19.5 18.0417 16C18.0417 12.5 20.7917 9.75 24.2917 9.75C27.7917 9.75 30.5417 12.5 30.5417 16C30.5417 19.5 27.7917 22.25 24.2917 22.25ZM24.2917 12.25C22.1667 12.25 20.5417 13.875 20.5417 16C20.5417 18.125 22.1667 19.75 24.2917 19.75C26.4167 19.75 28.0417 18.125 28.0417 16C28.0417 13.875 26.4167 12.25 24.2917 12.25Z",
76
+ fill: "#50C8E8"
77
+ }),
78
+ /*#__PURE__*/ _jsx("path", {
79
+ d: "M20.5417 5H18.0417V10H20.5417V5Z",
80
+ fill: "#50C8E8"
81
+ }),
82
+ /*#__PURE__*/ _jsx("path", {
83
+ d: "M25.5417 5H23.0417V8.5H25.5417V5Z",
84
+ fill: "#50C8E8"
85
+ }),
86
+ /*#__PURE__*/ _jsx("path", {
87
+ d: "M30.5417 5H28.0417V10H30.5417V5Z",
88
+ fill: "#50C8E8"
89
+ })
90
+ ]
91
+ })
92
+ };
93
+ var IconHostPayment = function IconHostPayment(_0) {
94
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 41 40' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
95
+ "viewBox",
96
+ "variant"
97
+ ]);
98
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
99
+ viewBox: viewBox,
100
+ element: variants[variant]
101
+ }, props));
5
102
  };
6
- const IconHostPayment = ({ viewBox = '0 0 41 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
103
  export default IconHostPayment;
8
- //# sourceMappingURL=IconHostPayment.js.map
@@ -1,8 +1,91 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
65
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- export const variants = {
4
- default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M24.875 20.125C27.375 18.625 27.75 15.875 27.75 13.625C27.75 12.625 27.625 11.625 27.25 10.75C27.625 10.25 27.75 9.625 27.75 8.875V3.75H12.375V9C12.375 9.625 12.5 10.25 12.875 10.875H12.75C12.375 11.75 12.25 12.75 12.25 13.75C12.25 16 12.625 18.75 15.125 20.25C12.125 22 10 25.25 10 29V36.5H30V29C30 25.125 28 21.875 24.875 20.125ZM23.75 22.125L21.125 24.75V21.25C22.125 21.375 23 21.75 23.75 22.125ZM18.875 24.75L16.25 22.125C17 21.625 17.875 21.375 18.875 21.25V24.75ZM14.625 6H25.25V9C25.25 9.5 25 9.75 24.875 9.875L24.75 10H15.125C15.125 10 15 10 15 9.875C14.875 9.625 14.625 9.375 14.625 8.875V6ZM14.875 12.5H25C25.125 12.875 25.125 13.25 25.125 13.625C25.125 16.75 24.375 18.625 20.75 18.875H20H19.875H19.25C15.5 18.625 14.75 16.875 14.75 13.625C14.75 13.25 14.875 12.875 14.875 12.5ZM27.75 34H12.25V28.875C12.25 26.875 13.125 25 14.375 23.625L20 29.25L25.625 23.625C27 25 27.75 26.875 27.75 28.875V34Z", fill: "currentColor" }), _jsx("path", { d: "M26.125 27.5H22.5V30H26.125V27.5Z", fill: "currentColor" })] })),
67
+ export var variants = {
68
+ default: /*#__PURE__*/ _jsxs(_Fragment, {
69
+ children: [
70
+ /*#__PURE__*/ _jsx("path", {
71
+ d: "M24.875 20.125C27.375 18.625 27.75 15.875 27.75 13.625C27.75 12.625 27.625 11.625 27.25 10.75C27.625 10.25 27.75 9.625 27.75 8.875V3.75H12.375V9C12.375 9.625 12.5 10.25 12.875 10.875H12.75C12.375 11.75 12.25 12.75 12.25 13.75C12.25 16 12.625 18.75 15.125 20.25C12.125 22 10 25.25 10 29V36.5H30V29C30 25.125 28 21.875 24.875 20.125ZM23.75 22.125L21.125 24.75V21.25C22.125 21.375 23 21.75 23.75 22.125ZM18.875 24.75L16.25 22.125C17 21.625 17.875 21.375 18.875 21.25V24.75ZM14.625 6H25.25V9C25.25 9.5 25 9.75 24.875 9.875L24.75 10H15.125C15.125 10 15 10 15 9.875C14.875 9.625 14.625 9.375 14.625 8.875V6ZM14.875 12.5H25C25.125 12.875 25.125 13.25 25.125 13.625C25.125 16.75 24.375 18.625 20.75 18.875H20H19.875H19.25C15.5 18.625 14.75 16.875 14.75 13.625C14.75 13.25 14.875 12.875 14.875 12.5ZM27.75 34H12.25V28.875C12.25 26.875 13.125 25 14.375 23.625L20 29.25L25.625 23.625C27 25 27.75 26.875 27.75 28.875V34Z",
72
+ fill: "currentColor"
73
+ }),
74
+ /*#__PURE__*/ _jsx("path", {
75
+ d: "M26.125 27.5H22.5V30H26.125V27.5Z",
76
+ fill: "currentColor"
77
+ })
78
+ ]
79
+ })
80
+ };
81
+ var IconHostService = function IconHostService(_0) {
82
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 40 40' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
83
+ "viewBox",
84
+ "variant"
85
+ ]);
86
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
87
+ viewBox: viewBox,
88
+ element: variants[variant]
89
+ }, props));
5
90
  };
6
- const IconHostService = ({ viewBox = '0 0 40 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
91
  export default IconHostService;
8
- //# sourceMappingURL=IconHostService.js.map