@driveflux/beam 1.9.17 → 1.9.19

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 (237) hide show
  1. package/dist/accordion/Accordion.js +7 -133
  2. package/dist/accordion/Accordion.stories.js +11 -31
  3. package/dist/alert/Alert.js +14 -110
  4. package/dist/alert/Alert.stories.js +15 -50
  5. package/dist/animations/LoadingAnimation.js +21 -34
  6. package/dist/badge/Badge.js +7 -96
  7. package/dist/badge/Badge.stories.js +7 -28
  8. package/dist/box/Box.js +3 -87
  9. package/dist/box/Box.stories.js +7 -8
  10. package/dist/breadcrumbs/Breadcrumbs.js +28 -288
  11. package/dist/breadcrumbs/Breadcrumbs.stories.js +27 -51
  12. package/dist/button/Button.js +12 -124
  13. package/dist/button/Button.js.map +1 -1
  14. package/dist/button/Button.stories.js +7 -35
  15. package/dist/card/Card.js +7 -109
  16. package/dist/card/Card.stories.js +7 -10
  17. package/dist/carousel/Carousel.js +58 -279
  18. package/dist/carousel/Carousel.stories.js +7 -39
  19. package/dist/carousel/CarouselButton.js +7 -68
  20. package/dist/center/Center.js +3 -63
  21. package/dist/center/Center.stories.js +7 -19
  22. package/dist/checkbox/Checkbox.js +4 -115
  23. package/dist/checkbox/Checkbox.stories.js +8 -10
  24. package/dist/chip/Chip.js +3 -104
  25. package/dist/chip/Chip.stories.js +7 -19
  26. package/dist/circular-progress/CircularProgress.js +11 -150
  27. package/dist/circular-progress/CircularProgress.stories.js +14 -54
  28. package/dist/command/command.js +13 -170
  29. package/dist/datepicker/DatePicker.d.ts +4 -0
  30. package/dist/datepicker/DatePicker.d.ts.map +1 -1
  31. package/dist/datepicker/DatePicker.js +24 -123
  32. package/dist/datepicker/DatePicker.js.map +1 -1
  33. package/dist/datepicker/DatePicker.stories.js +48 -144
  34. package/dist/datepicker/DatePickerDrawer.d.ts.map +1 -1
  35. package/dist/datepicker/DatePickerDrawer.js +7 -94
  36. package/dist/datepicker/DatePickerDrawer.js.map +1 -1
  37. package/dist/datepicker/DatePickerPopover.d.ts.map +1 -1
  38. package/dist/datepicker/DatePickerPopover.js +28 -192
  39. package/dist/datepicker/DatePickerPopover.js.map +1 -1
  40. package/dist/datepicker/constants.js +4 -3
  41. package/dist/datepicker/utils.js +11 -4
  42. package/dist/dialog/index.js +12 -144
  43. package/dist/divider/Divider.js +3 -63
  44. package/dist/divider/Divider.stories.js +7 -13
  45. package/dist/drawer/index.js +12 -157
  46. package/dist/drawer/index.js.map +1 -1
  47. package/dist/dropdown/Dropdown.js +26 -212
  48. package/dist/dropdown/Dropdown.stories.js +22 -109
  49. package/dist/field-wrapper/FieldWrapper.js +3 -136
  50. package/dist/field-wrapper/FieldWrapper.stories.js +28 -124
  51. package/dist/flex/Flex.js +3 -63
  52. package/dist/flex/Flex.stories.js +7 -19
  53. package/dist/grid/Grid.js +3 -63
  54. package/dist/grid/Grid.stories.js +7 -28
  55. package/dist/hooks/use-breakpoint-value.js +14 -77
  56. package/dist/hooks/use-media-query.js +12 -61
  57. package/dist/hstack/HStack.js +3 -63
  58. package/dist/hstack/HStack.stories.js +7 -19
  59. package/dist/icons/FluxLogo.js +9 -213
  60. package/dist/icons/FluxLogoTable.js +5 -109
  61. package/dist/icons/Icon.js +7 -108
  62. package/dist/icons/Icon.stories.js +7 -12
  63. package/dist/icons/Icon24Hours.js +5 -83
  64. package/dist/icons/IconAcceleration.d.ts +8 -0
  65. package/dist/icons/IconAcceleration.d.ts.map +1 -0
  66. package/dist/icons/IconAcceleration.js +76 -0
  67. package/dist/icons/IconAcceleration.js.map +1 -0
  68. package/dist/icons/IconAccount.js +4 -72
  69. package/dist/icons/IconApplicant.js +5 -78
  70. package/dist/icons/IconArrow.js +6 -78
  71. package/dist/icons/IconArrowBack.js +4 -72
  72. package/dist/icons/IconArrowForward.js +4 -72
  73. package/dist/icons/IconArrowTopLeft.js +4 -70
  74. package/dist/icons/IconBluesharkProductGuide.js +5 -80
  75. package/dist/icons/IconBolt.js +4 -72
  76. package/dist/icons/IconBriefcase.js +4 -72
  77. package/dist/icons/IconBulb.js +4 -72
  78. package/dist/icons/IconCalendar.d.ts.map +1 -1
  79. package/dist/icons/IconCalendar.js +4 -72
  80. package/dist/icons/IconCalendar.js.map +1 -1
  81. package/dist/icons/IconCancelMark.js +4 -72
  82. package/dist/icons/IconCarSUV.js +4 -72
  83. package/dist/icons/IconCarSedan.js +7 -147
  84. package/dist/icons/IconChain.js +5 -79
  85. package/dist/icons/IconCheckmark.js +4 -72
  86. package/dist/icons/IconChevronRight.js +4 -72
  87. package/dist/icons/IconCircle.js +4 -72
  88. package/dist/icons/IconCircleCheckmark.js +5 -77
  89. package/dist/icons/IconCircleCheckmark.js.map +1 -1
  90. package/dist/icons/IconCircleError.js +4 -72
  91. package/dist/icons/IconCircleExclamation.js +6 -104
  92. package/dist/icons/IconCircleMark.js +5 -78
  93. package/dist/icons/IconCircleOutline.js +5 -140
  94. package/dist/icons/IconClock.js +5 -80
  95. package/dist/icons/IconClose.js +4 -72
  96. package/dist/icons/IconConcierge.js +5 -79
  97. package/dist/icons/IconConciergeService.js +5 -87
  98. package/dist/icons/IconCreditCard.js +5 -78
  99. package/dist/icons/IconDash.js +4 -72
  100. package/dist/icons/IconDeliver.d.ts +8 -0
  101. package/dist/icons/IconDeliver.d.ts.map +1 -0
  102. package/dist/icons/IconDeliver.js +76 -0
  103. package/dist/icons/IconDeliver.js.map +1 -0
  104. package/dist/icons/IconDelivery.js +5 -87
  105. package/dist/icons/IconDetails.js +4 -72
  106. package/dist/icons/IconDot.js +6 -87
  107. package/dist/icons/IconEVCharging.d.ts +8 -0
  108. package/dist/icons/IconEVCharging.d.ts.map +1 -0
  109. package/dist/icons/IconEVCharging.js +82 -0
  110. package/dist/icons/IconEVCharging.js.map +1 -0
  111. package/dist/icons/IconElectricCarFuel.js +5 -80
  112. package/dist/icons/IconEllipsis.js +5 -78
  113. package/dist/icons/IconEnvelope.js +4 -72
  114. package/dist/icons/IconEye.js +5 -79
  115. package/dist/icons/IconFacebook.js +6 -94
  116. package/dist/icons/IconFilter.js +5 -83
  117. package/dist/icons/IconFlagMalaysia.js +5 -141
  118. package/dist/icons/IconGiveKey.js +5 -79
  119. package/dist/icons/IconGlobe.js +4 -70
  120. package/dist/icons/IconGoogle.js +5 -87
  121. package/dist/icons/IconHome.js +5 -78
  122. package/dist/icons/IconHostAdvertise.js +4 -72
  123. package/dist/icons/IconHostCar.js +4 -75
  124. package/dist/icons/IconHostCash.js +5 -91
  125. package/dist/icons/IconHostHandle.js +4 -70
  126. package/dist/icons/IconHostLocation.js +4 -70
  127. package/dist/icons/IconHostPayment.js +5 -91
  128. package/dist/icons/IconHostService.js +5 -79
  129. package/dist/icons/IconHotDeals.js +4 -72
  130. package/dist/icons/IconInfo.js +5 -77
  131. package/dist/icons/IconInstagram.js +4 -72
  132. package/dist/icons/IconInsurance.js +5 -99
  133. package/dist/icons/IconInternet.js +4 -73
  134. package/dist/icons/IconInventory.js +5 -78
  135. package/dist/icons/IconLaurel.js +5 -101
  136. package/dist/icons/IconLinkedIn.js +4 -72
  137. package/dist/icons/IconLoading.js +4 -78
  138. package/dist/icons/IconLocation.js +5 -80
  139. package/dist/icons/IconLock.js +4 -73
  140. package/dist/icons/IconLogistics.js +4 -72
  141. package/dist/icons/IconMail.js +5 -94
  142. package/dist/icons/IconMember.js +5 -78
  143. package/dist/icons/IconMobilePen.js +5 -83
  144. package/dist/icons/IconMotorcycleMoped.js +5 -78
  145. package/dist/icons/IconNoCost.js +5 -92
  146. package/dist/icons/IconPDF.js +5 -80
  147. package/dist/icons/IconPencil.js +4 -70
  148. package/dist/icons/IconPhone.js +4 -70
  149. package/dist/icons/IconPlus.js +4 -72
  150. package/dist/icons/IconPricing.js +4 -72
  151. package/dist/icons/IconProtected.js +4 -71
  152. package/dist/icons/IconPsychology.js +4 -72
  153. package/dist/icons/IconQuestionTooltip.js +4 -73
  154. package/dist/icons/IconQuote.js +4 -72
  155. package/dist/icons/IconRate.js +4 -71
  156. package/dist/icons/IconRegister.js +5 -99
  157. package/dist/icons/IconReturn.js +4 -72
  158. package/dist/icons/IconSearch.js +4 -70
  159. package/dist/icons/IconSecure.js +4 -71
  160. package/dist/icons/IconSecurity.js +4 -73
  161. package/dist/icons/IconSedanOutline.js +5 -159
  162. package/dist/icons/IconSelectArrow.js +6 -78
  163. package/dist/icons/IconSort.js +5 -79
  164. package/dist/icons/IconSortListed.js +5 -95
  165. package/dist/icons/IconSortPriceAscending.js +5 -83
  166. package/dist/icons/IconSortPriceDescending.js +5 -83
  167. package/dist/icons/IconSortYear.js +5 -79
  168. package/dist/icons/IconSpan.js +4 -71
  169. package/dist/icons/IconSpeaker.js +4 -79
  170. package/dist/icons/IconSpecialCar.js +5 -95
  171. package/dist/icons/IconStar.js +7 -92
  172. package/dist/icons/IconStockPhoto.js +5 -95
  173. package/dist/icons/IconSubscription.js +6 -113
  174. package/dist/icons/IconSubscriptions.js +6 -113
  175. package/dist/icons/IconSwap.js +5 -79
  176. package/dist/icons/IconTax.js +4 -72
  177. package/dist/icons/IconThinArrow.js +6 -78
  178. package/dist/icons/IconThumbsdown.js +5 -78
  179. package/dist/icons/IconThumbsup.js +5 -78
  180. package/dist/icons/IconTool.js +4 -72
  181. package/dist/icons/IconTooltip.js +4 -73
  182. package/dist/icons/IconTrash.js +4 -72
  183. package/dist/icons/IconTriangleExclamation.js +4 -72
  184. package/dist/icons/IconTyersBrakes.js +5 -83
  185. package/dist/icons/IconTyre.js +5 -83
  186. package/dist/icons/IconVacancy.js +5 -78
  187. package/dist/icons/IconVolunteer.js +4 -72
  188. package/dist/icons/IconWhatsapp.js +4 -73
  189. package/dist/icons/IconXPlatform.js +4 -72
  190. package/dist/icons/IconZeroEffort.js +5 -77
  191. package/dist/icons/Logo.js +3 -99
  192. package/dist/input/Input.js +11 -125
  193. package/dist/input/Input.stories.js +18 -17
  194. package/dist/input-mask/InputMask.js +10 -96
  195. package/dist/input-mask/InputMask.stories.js +6 -5
  196. package/dist/input-mask/mask-trackers.js +5 -4
  197. package/dist/input-select/InputSelect.js +69 -357
  198. package/dist/input-select/InputSelect.js.map +1 -1
  199. package/dist/input-select/InputSelect.stories.d.ts.map +1 -1
  200. package/dist/input-select/InputSelect.stories.js +18 -54
  201. package/dist/popover/popover.js +4 -72
  202. package/dist/progress/Progress.js +2 -96
  203. package/dist/progress/Progress.stories.js +14 -13
  204. package/dist/radio/Radio.js +4 -163
  205. package/dist/scroll-area/scroll-area.js +5 -113
  206. package/dist/search-input-select/SearchInputSelect.js +69 -346
  207. package/dist/select/Select.d.ts.map +1 -1
  208. package/dist/select/Select.js +30 -300
  209. package/dist/select/Select.js.map +1 -1
  210. package/dist/select/Select.stories.d.ts.map +1 -1
  211. package/dist/select/Select.stories.js +19 -55
  212. package/dist/skeleton/Skeleton.js +3 -62
  213. package/dist/skeleton/Skeleton.stories.js +7 -8
  214. package/dist/slider/Slider.js +5 -106
  215. package/dist/slider/Slider.stories.js +11 -12
  216. package/dist/stack/Stack.js +3 -63
  217. package/dist/stack/Stack.stories.js +7 -19
  218. package/dist/styles.css +40 -2
  219. package/dist/table/Table.js +10 -131
  220. package/dist/table/Table.stories.js +8 -84
  221. package/dist/tabs/Tabs.js +9 -128
  222. package/dist/tabs/Tabs.stories.js +13 -46
  223. package/dist/text/Text.js +6 -88
  224. package/dist/text/Text.js.map +1 -1
  225. package/dist/text/Text.stories.js +7 -44
  226. package/dist/toast/Toast.stories.js +14 -66
  227. package/dist/toast/ToastBox.js +24 -71
  228. package/dist/toast/index.js +1 -0
  229. package/dist/toast/sonner.js +11 -70
  230. package/dist/toggle/Toggle.js +7 -116
  231. package/dist/toggle/Toggle.stories.js +8 -10
  232. package/dist/tooltip/Tooltip.js +12 -151
  233. package/dist/tooltip/Tooltip.stories.js +13 -71
  234. package/dist/utils.js +2 -4
  235. package/dist/vstack/VStack.js +3 -63
  236. package/dist/vstack/VStack.stories.js +7 -19
  237. package/package.json +1 -1
@@ -1,94 +1,8 @@
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 = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- export var variants = {
59
- default: /*#__PURE__*/ _jsxs(_Fragment, {
60
- children: [
61
- /*#__PURE__*/ _jsx("path", {
62
- 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",
63
- fill: "#50C8E8"
64
- }),
65
- /*#__PURE__*/ _jsx("path", {
66
- 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",
67
- fill: "#50C8E8"
68
- }),
69
- /*#__PURE__*/ _jsx("path", {
70
- d: "M20.5417 5H18.0417V10H20.5417V5Z",
71
- fill: "#50C8E8"
72
- }),
73
- /*#__PURE__*/ _jsx("path", {
74
- d: "M25.5417 5H23.0417V8.5H25.5417V5Z",
75
- fill: "#50C8E8"
76
- }),
77
- /*#__PURE__*/ _jsx("path", {
78
- d: "M30.5417 5H28.0417V10H30.5417V5Z",
79
- fill: "#50C8E8"
80
- })
81
- ]
82
- })
83
- };
84
- var IconHostPayment = function(_param) {
85
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 41 40' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
86
- "viewBox",
87
- "variant"
88
- ]);
89
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
90
- viewBox: viewBox,
91
- element: variants[variant]
92
- }, props));
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" })] })),
93
5
  };
6
+ const IconHostPayment = ({ viewBox = '0 0 41 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
94
7
  export default IconHostPayment;
8
+ //# sourceMappingURL=IconHostPayment.js.map
@@ -1,82 +1,8 @@
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 = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- export var variants = {
59
- default: /*#__PURE__*/ _jsxs(_Fragment, {
60
- children: [
61
- /*#__PURE__*/ _jsx("path", {
62
- 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",
63
- fill: "currentColor"
64
- }),
65
- /*#__PURE__*/ _jsx("path", {
66
- d: "M26.125 27.5H22.5V30H26.125V27.5Z",
67
- fill: "currentColor"
68
- })
69
- ]
70
- })
71
- };
72
- var IconHostService = function(_param) {
73
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 40 40' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
74
- "viewBox",
75
- "variant"
76
- ]);
77
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
78
- viewBox: viewBox,
79
- element: variants[variant]
80
- }, props));
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" })] })),
81
5
  };
6
+ const IconHostService = ({ viewBox = '0 0 40 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
82
7
  export default IconHostService;
8
+ //# sourceMappingURL=IconHostService.js.map
@@ -1,76 +1,8 @@
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 = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M11.4004 21L9.60039 20.925C7.65039 20.85 3.90039 19.575 3.90039 15.525C3.90039 12.75 5.25039 11.475 6.60039 10.35C7.12539 9.9 7.65039 9.45 8.10039 8.85C9.15039 7.575 9.15039 5.7 8.17539 4.425L7.05039 3L8.85039 3.225C8.92539 3.225 11.5504 3.6 14.2504 4.875C17.9254 6.6 19.9504 9.3 20.1004 12.525C20.3254 16.575 18.6754 18.675 17.3254 19.65C15.8254 20.775 14.2504 20.85 14.1754 20.85L12.3004 21L13.6504 19.65C14.2504 19.05 15.7504 17.1 15.3754 15.525C15.3004 15 15.0004 14.55 14.4754 14.175C14.6254 15.225 14.4004 16.425 13.2754 17.1C11.7754 18 10.5004 17.4 9.67539 16.725C9.52539 17.625 9.45039 18.9 10.2004 19.725L11.4004 21ZM10.1254 5.025C10.6504 6.6 10.3504 8.4 9.22539 9.75C8.70039 10.425 8.10039 10.95 7.57539 11.4C6.37539 12.45 5.40039 13.35 5.40039 15.45C5.40039 17.775 7.05039 18.75 8.32539 19.125C7.80039 17.25 8.55039 15.15 8.62539 15L9.00039 13.95L9.90039 14.85C10.8754 15.825 11.6254 16.275 12.5254 15.75C13.5754 15.075 12.6004 12.9 12.6004 12.9L11.7754 11.25L13.5754 12C15.4504 12.75 16.5754 13.875 16.8754 15.3C17.1004 16.575 16.7254 17.85 16.1254 18.825C17.4004 18.075 18.8254 16.35 18.6004 12.75C18.3004 7.65 12.8254 5.7 10.1254 5.025Z",
62
- fill: 'currentColor'
63
- })
64
- })
65
- };
66
- var IconHotDeals = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
68
- "viewBox",
69
- "variant"
70
- ]);
71
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
- viewBox: viewBox,
73
- element: variants[variant]
74
- }, props));
3
+ const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M11.4004 21L9.60039 20.925C7.65039 20.85 3.90039 19.575 3.90039 15.525C3.90039 12.75 5.25039 11.475 6.60039 10.35C7.12539 9.9 7.65039 9.45 8.10039 8.85C9.15039 7.575 9.15039 5.7 8.17539 4.425L7.05039 3L8.85039 3.225C8.92539 3.225 11.5504 3.6 14.2504 4.875C17.9254 6.6 19.9504 9.3 20.1004 12.525C20.3254 16.575 18.6754 18.675 17.3254 19.65C15.8254 20.775 14.2504 20.85 14.1754 20.85L12.3004 21L13.6504 19.65C14.2504 19.05 15.7504 17.1 15.3754 15.525C15.3004 15 15.0004 14.55 14.4754 14.175C14.6254 15.225 14.4004 16.425 13.2754 17.1C11.7754 18 10.5004 17.4 9.67539 16.725C9.52539 17.625 9.45039 18.9 10.2004 19.725L11.4004 21ZM10.1254 5.025C10.6504 6.6 10.3504 8.4 9.22539 9.75C8.70039 10.425 8.10039 10.95 7.57539 11.4C6.37539 12.45 5.40039 13.35 5.40039 15.45C5.40039 17.775 7.05039 18.75 8.32539 19.125C7.80039 17.25 8.55039 15.15 8.62539 15L9.00039 13.95L9.90039 14.85C10.8754 15.825 11.6254 16.275 12.5254 15.75C13.5754 15.075 12.6004 12.9 12.6004 12.9L11.7754 11.25L13.5754 12C15.4504 12.75 16.5754 13.875 16.8754 15.3C17.1004 16.575 16.7254 17.85 16.1254 18.825C17.4004 18.075 18.8254 16.35 18.6004 12.75C18.3004 7.65 12.8254 5.7 10.1254 5.025Z", fill: 'currentColor' }) })),
75
5
  };
6
+ const IconHotDeals = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconHotDeals;
8
+ //# sourceMappingURL=IconHotDeals.js.map
@@ -1,81 +1,9 @@
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 = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M12 3C7.0368 3 3 7.0368 3 12C3 16.9632 7.0368 21 12 21C16.9632 21 21 16.9632 21 12C21 7.0368 16.9632 3 12 3ZM12 4.5024C16.152 4.5024 19.4976 7.8528 19.4976 12C19.4976 16.1472 16.152 19.4976 12 19.4976C7.848 19.4976 4.5024 16.152 4.5024 12C4.5024 7.848 7.848 4.5024 12 4.5024ZM11.2512 7.4976V8.9952H12.7488V7.4976H11.2512ZM11.2512 10.5024V16.5024H12.7488V10.5024H11.2512Z",
62
- fill: "currentColor"
63
- })
64
- }),
65
- filled: /*#__PURE__*/ _jsx(_Fragment, {
66
- children: /*#__PURE__*/ _jsx("path", {
67
- d: "M10 2.5C5.875 2.5 2.5 5.875 2.5 10C2.5 14.125 5.875 17.5 10 17.5C14.125 17.5 17.5 14.125 17.5 10C17.5 5.875 14.125 2.5 10 2.5ZM9.375 8.75H10.625V13.75H9.375V8.75ZM10.625 7.5H9.375V6.25H10.625V7.5Z",
68
- fill: "currentColor"
69
- })
70
- })
71
- };
72
- var IconInfo = function(_param) {
73
- var _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
74
- "variant"
75
- ]);
76
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
77
- viewBox: variant === 'default' ? '0 0 24 24' : '0 0 20 20',
78
- element: variants[variant]
79
- }, props));
3
+ const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M12 3C7.0368 3 3 7.0368 3 12C3 16.9632 7.0368 21 12 21C16.9632 21 21 16.9632 21 12C21 7.0368 16.9632 3 12 3ZM12 4.5024C16.152 4.5024 19.4976 7.8528 19.4976 12C19.4976 16.1472 16.152 19.4976 12 19.4976C7.848 19.4976 4.5024 16.152 4.5024 12C4.5024 7.848 7.848 4.5024 12 4.5024ZM11.2512 7.4976V8.9952H12.7488V7.4976H11.2512ZM11.2512 10.5024V16.5024H12.7488V10.5024H11.2512Z", fill: "currentColor" }) })),
5
+ filled: (_jsx(_Fragment, { children: _jsx("path", { d: "M10 2.5C5.875 2.5 2.5 5.875 2.5 10C2.5 14.125 5.875 17.5 10 17.5C14.125 17.5 17.5 14.125 17.5 10C17.5 5.875 14.125 2.5 10 2.5ZM9.375 8.75H10.625V13.75H9.375V8.75ZM10.625 7.5H9.375V6.25H10.625V7.5Z", fill: "currentColor" }) })),
80
6
  };
7
+ const IconInfo = ({ variant = 'default', ...props }) => (_jsx(Icon, { viewBox: variant === 'default' ? '0 0 24 24' : '0 0 20 20', element: variants[variant], ...props }));
81
8
  export default IconInfo;
9
+ //# sourceMappingURL=IconInfo.js.map
@@ -1,76 +1,8 @@
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 = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M8.60156 3.75C5.93848 3.75 3.75 5.93555 3.75 8.60156V15.3984C3.75 18.0615 5.93555 20.25 8.60156 20.25H15.3984C18.0615 20.25 20.25 18.0645 20.25 15.3984V8.60156C20.25 5.93848 18.0645 3.75 15.3984 3.75H8.60156ZM8.60156 5.25H15.3984C17.2529 5.25 18.75 6.74707 18.75 8.60156V15.3984C18.75 17.2529 17.2529 18.75 15.3984 18.75H8.60156C6.74707 18.75 5.25 17.2529 5.25 15.3984V8.60156C5.25 6.74707 6.74707 5.25 8.60156 5.25ZM16.4297 6.89062C16.0518 6.89062 15.75 7.19238 15.75 7.57031C15.75 7.94824 16.0518 8.25 16.4297 8.25C16.8076 8.25 17.1094 7.94824 17.1094 7.57031C17.1094 7.19238 16.8076 6.89062 16.4297 6.89062ZM12 7.5C9.52441 7.5 7.5 9.52441 7.5 12C7.5 14.4756 9.52441 16.5 12 16.5C14.4756 16.5 16.5 14.4756 16.5 12C16.5 9.52441 14.4756 7.5 12 7.5ZM12 9C13.667 9 15 10.333 15 12C15 13.667 13.667 15 12 15C10.333 15 9 13.667 9 12C9 10.333 10.333 9 12 9Z",
62
- fill: "fill"
63
- })
64
- })
65
- };
66
- var IconInstagram = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
68
- "viewBox",
69
- "variant"
70
- ]);
71
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
- viewBox: viewBox,
73
- element: variants[variant]
74
- }, props));
3
+ const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M8.60156 3.75C5.93848 3.75 3.75 5.93555 3.75 8.60156V15.3984C3.75 18.0615 5.93555 20.25 8.60156 20.25H15.3984C18.0615 20.25 20.25 18.0645 20.25 15.3984V8.60156C20.25 5.93848 18.0645 3.75 15.3984 3.75H8.60156ZM8.60156 5.25H15.3984C17.2529 5.25 18.75 6.74707 18.75 8.60156V15.3984C18.75 17.2529 17.2529 18.75 15.3984 18.75H8.60156C6.74707 18.75 5.25 17.2529 5.25 15.3984V8.60156C5.25 6.74707 6.74707 5.25 8.60156 5.25ZM16.4297 6.89062C16.0518 6.89062 15.75 7.19238 15.75 7.57031C15.75 7.94824 16.0518 8.25 16.4297 8.25C16.8076 8.25 17.1094 7.94824 17.1094 7.57031C17.1094 7.19238 16.8076 6.89062 16.4297 6.89062ZM12 7.5C9.52441 7.5 7.5 9.52441 7.5 12C7.5 14.4756 9.52441 16.5 12 16.5C14.4756 16.5 16.5 14.4756 16.5 12C16.5 9.52441 14.4756 7.5 12 7.5ZM12 9C13.667 9 15 10.333 15 12C15 13.667 13.667 15 12 15C10.333 15 9 13.667 9 12C9 10.333 10.333 9 12 9Z", fill: "fill" }) })),
75
5
  };
6
+ const IconInstagram = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconInstagram;
8
+ //# sourceMappingURL=IconInstagram.js.map
@@ -1,102 +1,8 @@
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 = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsxs(_Fragment, {
60
- children: [
61
- /*#__PURE__*/ _jsx("path", {
62
- d: "M19.375 16.875H0.625V3.125H19.375V16.875ZM1.875 15.625H18.125V4.375H1.875V15.625Z",
63
- fill: 'fill'
64
- }),
65
- /*#__PURE__*/ _jsx("path", {
66
- d: "M8.375 9.25L6.25 7.6875L4.125 9.25L3.375 8.25L6.25 6.125L9.125 8.25L8.375 9.25Z",
67
- fill: 'fill'
68
- }),
69
- /*#__PURE__*/ _jsx("path", {
70
- d: "M16.25 6.875H10.625V8.125H16.25V6.875Z",
71
- fill: 'fill'
72
- }),
73
- /*#__PURE__*/ _jsx("path", {
74
- d: "M15 8.75H10.625V10H15V8.75Z",
75
- fill: 'fill'
76
- }),
77
- /*#__PURE__*/ _jsx("path", {
78
- d: "M16.25 10.625H10.625V11.875H16.25V10.625Z",
79
- fill: 'fill'
80
- }),
81
- /*#__PURE__*/ _jsx("path", {
82
- d: "M15 12.5H10.625V13.75H15V12.5Z",
83
- fill: 'fill'
84
- }),
85
- /*#__PURE__*/ _jsx("path", {
86
- d: "M7.875 9.375H4.75L3.75 11.3125V13.75H5.0625V13.25H7.5625V13.75H8.75V11.5625L7.875 9.375ZM4.9375 12.75C4.75 12.875 4.4375 12.875 4.3125 12.625C4.1875 12.4375 4.1875 12.125 4.4375 12C4.625 11.875 4.9375 11.875 5.0625 12.125C5.1875 12.25 5.1875 12.5625 4.9375 12.75ZM8.0625 12.75C7.875 12.875 7.5625 12.875 7.4375 12.625C7.3125 12.4375 7.3125 12.125 7.5625 12C7.75 11.875 8.0625 11.875 8.1875 12.125C8.3125 12.25 8.3125 12.5625 8.0625 12.75Z",
87
- fill: 'fill'
88
- })
89
- ]
90
- })
91
- };
92
- var IconInsurance = function(_param) {
93
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 20 20' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
94
- "viewBox",
95
- "variant"
96
- ]);
97
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
98
- viewBox: viewBox,
99
- element: variants[variant]
100
- }, props));
3
+ const variants = {
4
+ default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M19.375 16.875H0.625V3.125H19.375V16.875ZM1.875 15.625H18.125V4.375H1.875V15.625Z", fill: 'fill' }), _jsx("path", { d: "M8.375 9.25L6.25 7.6875L4.125 9.25L3.375 8.25L6.25 6.125L9.125 8.25L8.375 9.25Z", fill: 'fill' }), _jsx("path", { d: "M16.25 6.875H10.625V8.125H16.25V6.875Z", fill: 'fill' }), _jsx("path", { d: "M15 8.75H10.625V10H15V8.75Z", fill: 'fill' }), _jsx("path", { d: "M16.25 10.625H10.625V11.875H16.25V10.625Z", fill: 'fill' }), _jsx("path", { d: "M15 12.5H10.625V13.75H15V12.5Z", fill: 'fill' }), _jsx("path", { d: "M7.875 9.375H4.75L3.75 11.3125V13.75H5.0625V13.25H7.5625V13.75H8.75V11.5625L7.875 9.375ZM4.9375 12.75C4.75 12.875 4.4375 12.875 4.3125 12.625C4.1875 12.4375 4.1875 12.125 4.4375 12C4.625 11.875 4.9375 11.875 5.0625 12.125C5.1875 12.25 5.1875 12.5625 4.9375 12.75ZM8.0625 12.75C7.875 12.875 7.5625 12.875 7.4375 12.625C7.3125 12.4375 7.3125 12.125 7.5625 12C7.75 11.875 8.0625 11.875 8.1875 12.125C8.3125 12.25 8.3125 12.5625 8.0625 12.75Z", fill: 'fill' })] })),
101
5
  };
6
+ const IconInsurance = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
102
7
  export default IconInsurance;
8
+ //# sourceMappingURL=IconInsurance.js.map
@@ -1,77 +1,8 @@
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 = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M12 3C7.03711 3 3 7.03711 3 12C3 16.9629 7.03711 21 12 21C16.9629 21 21 16.9629 21 12C21 7.03711 16.9629 3 12 3ZM12 4.5C12.1348 4.5 12.3398 4.58203 12.6094 4.89844C12.8789 5.21484 13.1543 5.7334 13.4062 6.42188C13.5234 6.74414 13.6377 7.11328 13.7344 7.5H10.2656C10.3623 7.11328 10.4766 6.74414 10.5938 6.42188C10.8457 5.7334 11.1211 5.21484 11.3906 4.89844C11.6602 4.58203 11.8652 4.5 12 4.5ZM9.60938 4.875C9.44238 5.18848 9.29883 5.53418 9.16406 5.90625C8.98828 6.38965 8.84766 6.92871 8.71875 7.5H6C6.90234 6.2959 8.15332 5.36426 9.60938 4.875ZM14.3906 4.875C15.8467 5.36426 17.0977 6.2959 18 7.5H15.2812C15.1523 6.92871 15.0117 6.38965 14.8359 5.90625C14.7012 5.53418 14.5576 5.18848 14.3906 4.875ZM5.10938 9H8.46094C8.36426 9.71191 8.29688 10.4678 8.27344 11.25H4.54688C4.62305 10.459 4.80762 9.7002 5.10938 9ZM9.98438 9H14.0156C14.1211 9.70312 14.1973 10.459 14.2266 11.25H9.77344C9.80273 10.459 9.87891 9.70312 9.98438 9ZM15.5391 9H18.8906C19.1924 9.7002 19.377 10.459 19.4531 11.25H15.7266C15.7031 10.4678 15.6357 9.71191 15.5391 9ZM4.54688 12.75H8.27344C8.29688 13.5322 8.36426 14.2881 8.46094 15H5.10938C4.80762 14.2998 4.62305 13.541 4.54688 12.75ZM9.77344 12.75H14.2266C14.1973 13.541 14.1211 14.2969 14.0156 15H9.98438C9.87891 14.2969 9.80273 13.541 9.77344 12.75ZM15.7266 12.75H19.4531C19.377 13.541 19.1924 14.2998 18.8906 15H15.5391C15.6357 14.2881 15.7031 13.5322 15.7266 12.75ZM6 16.5H8.71875C8.84766 17.0713 8.98828 17.6104 9.16406 18.0938C9.29883 18.4658 9.44238 18.8115 9.60938 19.125C8.15332 18.6357 6.90234 17.7041 6 16.5ZM10.2656 16.5H13.7344C13.6377 16.8867 13.5234 17.2559 13.4062 17.5781C13.1543 18.2666 12.8789 18.7852 12.6094 19.1016C12.3398 19.418 12.1348 19.5 12 19.5C11.8652 19.5 11.6602 19.418 11.3906 19.1016C11.1211 18.7852 10.8457 18.2666 10.5938 17.5781C10.4766 17.2559 10.3623 16.8867 10.2656 16.5ZM15.2812 16.5H18C17.0977 17.7041 15.8467 18.6357 14.3906 19.125C14.5576 18.8115 14.7012 18.4658 14.8359 18.0938C15.0117 17.6104 15.1523 17.0713 15.2812 16.5Z",
62
- fill: "currentColor"
63
- })
64
- })
65
- };
66
- var IconInternet = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
68
- "viewBox",
69
- "variant"
70
- ]);
71
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
- viewBox: viewBox,
73
- element: variants[variant],
74
- fill: props.fill || props.color
75
- }, props));
3
+ const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M12 3C7.03711 3 3 7.03711 3 12C3 16.9629 7.03711 21 12 21C16.9629 21 21 16.9629 21 12C21 7.03711 16.9629 3 12 3ZM12 4.5C12.1348 4.5 12.3398 4.58203 12.6094 4.89844C12.8789 5.21484 13.1543 5.7334 13.4062 6.42188C13.5234 6.74414 13.6377 7.11328 13.7344 7.5H10.2656C10.3623 7.11328 10.4766 6.74414 10.5938 6.42188C10.8457 5.7334 11.1211 5.21484 11.3906 4.89844C11.6602 4.58203 11.8652 4.5 12 4.5ZM9.60938 4.875C9.44238 5.18848 9.29883 5.53418 9.16406 5.90625C8.98828 6.38965 8.84766 6.92871 8.71875 7.5H6C6.90234 6.2959 8.15332 5.36426 9.60938 4.875ZM14.3906 4.875C15.8467 5.36426 17.0977 6.2959 18 7.5H15.2812C15.1523 6.92871 15.0117 6.38965 14.8359 5.90625C14.7012 5.53418 14.5576 5.18848 14.3906 4.875ZM5.10938 9H8.46094C8.36426 9.71191 8.29688 10.4678 8.27344 11.25H4.54688C4.62305 10.459 4.80762 9.7002 5.10938 9ZM9.98438 9H14.0156C14.1211 9.70312 14.1973 10.459 14.2266 11.25H9.77344C9.80273 10.459 9.87891 9.70312 9.98438 9ZM15.5391 9H18.8906C19.1924 9.7002 19.377 10.459 19.4531 11.25H15.7266C15.7031 10.4678 15.6357 9.71191 15.5391 9ZM4.54688 12.75H8.27344C8.29688 13.5322 8.36426 14.2881 8.46094 15H5.10938C4.80762 14.2998 4.62305 13.541 4.54688 12.75ZM9.77344 12.75H14.2266C14.1973 13.541 14.1211 14.2969 14.0156 15H9.98438C9.87891 14.2969 9.80273 13.541 9.77344 12.75ZM15.7266 12.75H19.4531C19.377 13.541 19.1924 14.2998 18.8906 15H15.5391C15.6357 14.2881 15.7031 13.5322 15.7266 12.75ZM6 16.5H8.71875C8.84766 17.0713 8.98828 17.6104 9.16406 18.0938C9.29883 18.4658 9.44238 18.8115 9.60938 19.125C8.15332 18.6357 6.90234 17.7041 6 16.5ZM10.2656 16.5H13.7344C13.6377 16.8867 13.5234 17.2559 13.4062 17.5781C13.1543 18.2666 12.8789 18.7852 12.6094 19.1016C12.3398 19.418 12.1348 19.5 12 19.5C11.8652 19.5 11.6602 19.418 11.3906 19.1016C11.1211 18.7852 10.8457 18.2666 10.5938 17.5781C10.4766 17.2559 10.3623 16.8867 10.2656 16.5ZM15.2812 16.5H18C17.0977 17.7041 15.8467 18.6357 14.3906 19.125C14.5576 18.8115 14.7012 18.4658 14.8359 18.0938C15.0117 17.6104 15.1523 17.0713 15.2812 16.5Z", fill: "currentColor" }) })),
76
5
  };
6
+ const IconInternet = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => (_jsx(Icon, { viewBox: viewBox, element: variants[variant], fill: props.fill || props.color, ...props }));
77
7
  export default IconInternet;
8
+ //# sourceMappingURL=IconInternet.js.map