@driveflux/beam 2.0.8 → 2.0.10

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 (215) 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.d.ts +1 -1
  13. package/dist/button/Button.js +12 -124
  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 -281
  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 -124
  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.js +27 -127
  30. package/dist/datepicker/DatePicker.stories.js +58 -163
  31. package/dist/datepicker/DatePickerDrawer.js +14 -110
  32. package/dist/datepicker/DatePickerPopover.js +35 -207
  33. package/dist/datepicker/constants.js +4 -3
  34. package/dist/datepicker/utils.js +11 -4
  35. package/dist/dialog/index.js +12 -144
  36. package/dist/divider/Divider.js +3 -63
  37. package/dist/divider/Divider.stories.js +7 -13
  38. package/dist/drawer/index.js +12 -157
  39. package/dist/dropdown/Dropdown.js +26 -212
  40. package/dist/dropdown/Dropdown.stories.js +22 -109
  41. package/dist/field-wrapper/FieldWrapper.js +3 -139
  42. package/dist/field-wrapper/FieldWrapper.stories.js +28 -124
  43. package/dist/flex/Flex.js +3 -63
  44. package/dist/flex/Flex.stories.js +7 -19
  45. package/dist/grid/Grid.js +3 -63
  46. package/dist/grid/Grid.stories.js +7 -28
  47. package/dist/hooks/use-breakpoint-value.js +14 -77
  48. package/dist/hooks/use-media-query.js +12 -61
  49. package/dist/hstack/HStack.js +3 -63
  50. package/dist/hstack/HStack.stories.js +7 -19
  51. package/dist/icons/FluxLogo.js +9 -213
  52. package/dist/icons/FluxLogoTable.js +5 -109
  53. package/dist/icons/Icon.js +7 -108
  54. package/dist/icons/Icon.stories.js +7 -12
  55. package/dist/icons/Icon24Hours.js +5 -83
  56. package/dist/icons/IconAcceleration.js +4 -72
  57. package/dist/icons/IconAccount.js +4 -72
  58. package/dist/icons/IconApplicant.js +5 -78
  59. package/dist/icons/IconArrow.js +6 -78
  60. package/dist/icons/IconArrowBack.js +4 -72
  61. package/dist/icons/IconArrowForward.js +4 -72
  62. package/dist/icons/IconArrowTopLeft.js +4 -70
  63. package/dist/icons/IconBluesharkProductGuide.js +5 -80
  64. package/dist/icons/IconBolt.js +4 -72
  65. package/dist/icons/IconBriefcase.js +4 -72
  66. package/dist/icons/IconBulb.js +4 -72
  67. package/dist/icons/IconCalendar.js +4 -72
  68. package/dist/icons/IconCalendarArrowBack.js +4 -72
  69. package/dist/icons/IconCalendarArrowForward.js +4 -72
  70. package/dist/icons/IconCalendarDoubleArrowBack.js +4 -72
  71. package/dist/icons/IconCalendarDoubleArrowForward.js +4 -72
  72. package/dist/icons/IconCancel.js +6 -85
  73. package/dist/icons/IconCancelMark.js +4 -72
  74. package/dist/icons/IconCarSUV.js +4 -72
  75. package/dist/icons/IconCarSedan.js +7 -147
  76. package/dist/icons/IconChain.js +5 -79
  77. package/dist/icons/IconCheckmark.js +4 -72
  78. package/dist/icons/IconChevronRight.js +4 -72
  79. package/dist/icons/IconCircle.js +11 -114
  80. package/dist/icons/IconCircleCheckmark.js +5 -77
  81. package/dist/icons/IconCircleError.js +4 -72
  82. package/dist/icons/IconCircleExclamation.js +6 -104
  83. package/dist/icons/IconCircleMark.js +5 -78
  84. package/dist/icons/IconCircleOutline.js +5 -140
  85. package/dist/icons/IconClock.js +5 -80
  86. package/dist/icons/IconClose.js +4 -72
  87. package/dist/icons/IconConcierge.js +5 -79
  88. package/dist/icons/IconConciergeService.js +5 -87
  89. package/dist/icons/IconCreditCard.js +5 -78
  90. package/dist/icons/IconDash.js +4 -72
  91. package/dist/icons/IconDeliver.js +4 -72
  92. package/dist/icons/IconDelivery.js +5 -87
  93. package/dist/icons/IconDetails.js +4 -72
  94. package/dist/icons/IconDot.js +6 -87
  95. package/dist/icons/IconEVCharging.js +5 -79
  96. package/dist/icons/IconElectricCarFuel.js +5 -80
  97. package/dist/icons/IconEllipsis.js +5 -78
  98. package/dist/icons/IconEnvelope.js +4 -72
  99. package/dist/icons/IconEye.js +5 -79
  100. package/dist/icons/IconFacebook.js +6 -94
  101. package/dist/icons/IconFilter.js +5 -83
  102. package/dist/icons/IconFlagMalaysia.js +5 -141
  103. package/dist/icons/IconGiveKey.js +5 -79
  104. package/dist/icons/IconGlobe.js +4 -70
  105. package/dist/icons/IconGoogle.js +5 -87
  106. package/dist/icons/IconHome.js +5 -78
  107. package/dist/icons/IconHostAdvertise.js +4 -72
  108. package/dist/icons/IconHostCar.js +4 -75
  109. package/dist/icons/IconHostCash.js +5 -91
  110. package/dist/icons/IconHostHandle.js +4 -70
  111. package/dist/icons/IconHostLocation.js +4 -70
  112. package/dist/icons/IconHostPayment.js +5 -91
  113. package/dist/icons/IconHostService.js +5 -79
  114. package/dist/icons/IconHotDeals.js +4 -72
  115. package/dist/icons/IconInfo.js +5 -77
  116. package/dist/icons/IconInstagram.js +4 -72
  117. package/dist/icons/IconInsurance.js +5 -99
  118. package/dist/icons/IconInternet.js +4 -73
  119. package/dist/icons/IconInventory.js +5 -78
  120. package/dist/icons/IconLaurel.js +5 -101
  121. package/dist/icons/IconLinkedIn.js +4 -72
  122. package/dist/icons/IconLoading.js +4 -78
  123. package/dist/icons/IconLocation.js +5 -80
  124. package/dist/icons/IconLock.js +4 -73
  125. package/dist/icons/IconLogistics.js +4 -72
  126. package/dist/icons/IconMail.js +5 -94
  127. package/dist/icons/IconMember.js +5 -78
  128. package/dist/icons/IconMobilePen.js +5 -83
  129. package/dist/icons/IconMotorcycleMoped.js +5 -78
  130. package/dist/icons/IconNoCost.js +5 -92
  131. package/dist/icons/IconPDF.js +5 -80
  132. package/dist/icons/IconPencil.js +4 -70
  133. package/dist/icons/IconPhone.js +4 -70
  134. package/dist/icons/IconPlus.js +4 -72
  135. package/dist/icons/IconPricing.js +4 -72
  136. package/dist/icons/IconProtected.js +4 -71
  137. package/dist/icons/IconPsychology.js +4 -72
  138. package/dist/icons/IconQuestionTooltip.js +4 -73
  139. package/dist/icons/IconQuote.js +4 -72
  140. package/dist/icons/IconRate.js +4 -71
  141. package/dist/icons/IconRegister.js +5 -99
  142. package/dist/icons/IconReturn.js +4 -72
  143. package/dist/icons/IconSearch.js +4 -70
  144. package/dist/icons/IconSecure.js +4 -71
  145. package/dist/icons/IconSecurity.js +4 -73
  146. package/dist/icons/IconSedanOutline.js +5 -159
  147. package/dist/icons/IconSelectArrow.js +6 -78
  148. package/dist/icons/IconSort.js +5 -79
  149. package/dist/icons/IconSortListed.js +5 -95
  150. package/dist/icons/IconSortPriceAscending.js +5 -83
  151. package/dist/icons/IconSortPriceDescending.js +5 -83
  152. package/dist/icons/IconSortYear.js +5 -79
  153. package/dist/icons/IconSpan.js +4 -71
  154. package/dist/icons/IconSpeaker.js +4 -79
  155. package/dist/icons/IconSpecialCar.js +5 -95
  156. package/dist/icons/IconStar.js +7 -92
  157. package/dist/icons/IconStockPhoto.js +5 -95
  158. package/dist/icons/IconSubscription.js +6 -113
  159. package/dist/icons/IconSubscriptions.js +6 -113
  160. package/dist/icons/IconSwap.js +5 -79
  161. package/dist/icons/IconTax.js +4 -72
  162. package/dist/icons/IconThinArrow.js +6 -78
  163. package/dist/icons/IconThumbsdown.js +5 -78
  164. package/dist/icons/IconThumbsup.js +5 -78
  165. package/dist/icons/IconTool.js +4 -72
  166. package/dist/icons/IconTooltip.js +4 -73
  167. package/dist/icons/IconTrash.js +4 -72
  168. package/dist/icons/IconTriangleExclamation.js +4 -72
  169. package/dist/icons/IconTyersBrakes.js +5 -83
  170. package/dist/icons/IconTyre.js +5 -83
  171. package/dist/icons/IconVacancy.js +5 -78
  172. package/dist/icons/IconVolunteer.js +4 -72
  173. package/dist/icons/IconWhatsapp.js +4 -73
  174. package/dist/icons/IconXPlatform.js +4 -72
  175. package/dist/icons/IconZeroEffort.js +5 -77
  176. package/dist/icons/Logo.js +3 -99
  177. package/dist/input/Input.js +11 -125
  178. package/dist/input/Input.stories.js +18 -17
  179. package/dist/input-mask/InputMask.js +11 -149
  180. package/dist/input-mask/InputMask.stories.js +6 -5
  181. package/dist/input-mask/mask-trackers.js +5 -4
  182. package/dist/input-select/InputSelect.js +68 -357
  183. package/dist/input-select/InputSelect.stories.js +25 -98
  184. package/dist/popover/popover.js +4 -72
  185. package/dist/progress/Progress.js +2 -96
  186. package/dist/progress/Progress.stories.js +14 -13
  187. package/dist/radio/Radio.js +4 -163
  188. package/dist/scroll-area/scroll-area.js +5 -113
  189. package/dist/search-input-select/SearchInputSelect.js +69 -346
  190. package/dist/select/Select.js +29 -315
  191. package/dist/select/Select.stories.js +19 -55
  192. package/dist/skeleton/Skeleton.js +3 -62
  193. package/dist/skeleton/Skeleton.stories.js +7 -8
  194. package/dist/slider/Slider.js +5 -106
  195. package/dist/slider/Slider.stories.js +11 -12
  196. package/dist/stack/Stack.js +3 -63
  197. package/dist/stack/Stack.stories.js +7 -19
  198. package/dist/table/Table.js +10 -131
  199. package/dist/table/Table.stories.js +8 -84
  200. package/dist/tabs/Tabs.js +9 -128
  201. package/dist/tabs/Tabs.stories.js +13 -46
  202. package/dist/text/Text.js +6 -88
  203. package/dist/text/Text.stories.js +7 -44
  204. package/dist/toast/Toast.stories.js +14 -66
  205. package/dist/toast/ToastBox.js +24 -71
  206. package/dist/toast/index.js +1 -0
  207. package/dist/toast/sonner.js +11 -70
  208. package/dist/toggle/Toggle.js +7 -116
  209. package/dist/toggle/Toggle.stories.js +8 -10
  210. package/dist/tooltip/Tooltip.js +12 -151
  211. package/dist/tooltip/Tooltip.stories.js +13 -71
  212. package/dist/utils.js +2 -4
  213. package/dist/vstack/VStack.js +3 -63
  214. package/dist/vstack/VStack.stories.js +7 -19
  215. package/package.json +4 -4
@@ -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
@@ -1,82 +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
- filled: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- fill: 'currentColor',
62
- d: "M29.7,12.1l-3-7c-0.2-0.4-0.5-0.6-0.9-0.6H16c0,0-0.1,0-0.2,0h0c-0.3,0.1-0.6,0.3-0.7,0.6l-1.5,3.4H5.8 C5.5,8.6,5.2,8.8,5.1,9.1l-3,7C2,16.2,2,16.4,2,16.5v6c0,0.6,0.4,1,1,1h3l0.3-1H8v4c0,0.6,0.4,1,1,1h3l0.3-1h9.3l0.3,1h3 c0.6,0,1-0.4,1-1v-0.8c0-0.1,0-0.1,0-0.2v-5c0-0.1,0-0.3-0.1-0.4l-0.7-1.6h0.4l0.3,1h3c0.6,0,1-0.4,1-1v-0.8c0-0.1,0-0.1,0-0.2v-5 C29.8,12.4,29.8,12.2,29.7,12.1z M16.7,6.5h8.7l1.3,3h-9.5L17,9.1c-0.2-0.4-0.5-0.6-0.9-0.6h-0.2L16.7,6.5z M6.5,19.5 C5.7,19.5,5,18.8,5,18s0.7-1.5,1.5-1.5S8,17.2,8,18S7.3,19.5,6.5,19.5z M11.4,17.5l1.3-3h8.7l1.3,3H11.4z M23,22 c0,0.8-0.7,1.5-1.5,1.5S20,22.8,20,22s0.7-1.5,1.5-1.5S23,21.2,23,22z M14,22c0,0.8-0.7,1.5-1.5,1.5S11,22.8,11,22s0.7-1.5,1.5-1.5 S14,21.2,14,22z M6.7,10.5h8.7l0.8,2h-4.4c-0.3,0.1-0.6,0.3-0.7,0.6l-0.2,0.4H5.4L6.7,10.5z M25.5,15.5c-0.8,0-1.5-0.7-1.5-1.5 s0.7-1.5,1.5-1.5S27,13.2,27,14S26.3,15.5,25.5,15.5z"
63
- })
64
- }),
65
- outline: /*#__PURE__*/ _jsx(_Fragment, {
66
- children: /*#__PURE__*/ _jsx("path", {
67
- fill: 'currentColor',
68
- d: "M15.8,4.5c-0.3,0.1-0.6,0.3-0.7,0.6l-1.5,3.4H6c0,0-0.1,0-0.1,0s-0.1,0-0.1,0C5.5,8.6,5.2,8.8,5.1,9.1l-3,7 C2,16.2,2,16.4,2,16.5v5c0,0,0,0.1,0,0.1v0.9c0,0.6,0.4,1,1,1h3l0.3-1H8v3c0,0,0,0.1,0,0.1v0.9c0,0.6,0.4,1,1,1h3l0.3-1h9.3l0.3,1h3 c0.6,0,1-0.4,1-1v-0.8c0-0.1,0-0.1,0-0.2v-5c0-0.1,0-0.3-0.1-0.4l-0.7-1.6h0.4l0.3,1h3c0.6,0,1-0.4,1-1v-0.8c0-0.1,0-0.1,0-0.2v-5 c0-0.1,0-0.3-0.1-0.4l-3-7c-0.2-0.4-0.5-0.6-0.9-0.6H16C16,4.5,15.9,4.5,15.8,4.5C15.9,4.5,15.8,4.5,15.8,4.5z M16.7,6.5h8.7l1.3,3 h-9.5l-0.2-0.4c-0.2-0.4-0.5-0.6-0.9-0.6h-0.2L16.7,6.5z M6.7,10.5h8.7l0.8,2H12c0,0-0.1,0-0.1,0s-0.1,0-0.1,0 c-0.3,0.1-0.6,0.3-0.7,0.6l-0.2,0.4H5.4L6.7,10.5z M17.9,11.5h9.6l0.5,1.2v3.8h-3.6l-1.5-3.4c-0.2-0.4-0.5-0.6-0.9-0.6h-3.7 L17.9,11.5z M25.5,12.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5S27,14.8,27,14S26.3,12.5,25.5,12.5z M12.7,14.5h8.7l1.3,3H11.4 L12.7,14.5z M4.5,15.5h5.6l-2,4.6C8,20.2,8,20.4,8,20.5H4v-3.8L4.5,15.5z M6.5,16.5C5.7,16.5,5,17.2,5,18s0.7,1.5,1.5,1.5 S8,18.8,8,18S7.3,16.5,6.5,16.5z M10.5,19.5h13l0.5,1.2v3.8H10v-3.8L10.5,19.5z M12.5,20.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5 S14,22.8,14,22S13.3,20.5,12.5,20.5z M21.5,20.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5S23,22.8,23,22S22.3,20.5,21.5,20.5z"
69
- })
70
- })
71
- };
72
- var IconInventory = function(_param) {
73
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'outline' : _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
+ const variants = {
4
+ filled: (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: "M29.7,12.1l-3-7c-0.2-0.4-0.5-0.6-0.9-0.6H16c0,0-0.1,0-0.2,0h0c-0.3,0.1-0.6,0.3-0.7,0.6l-1.5,3.4H5.8\n\tC5.5,8.6,5.2,8.8,5.1,9.1l-3,7C2,16.2,2,16.4,2,16.5v6c0,0.6,0.4,1,1,1h3l0.3-1H8v4c0,0.6,0.4,1,1,1h3l0.3-1h9.3l0.3,1h3\n\tc0.6,0,1-0.4,1-1v-0.8c0-0.1,0-0.1,0-0.2v-5c0-0.1,0-0.3-0.1-0.4l-0.7-1.6h0.4l0.3,1h3c0.6,0,1-0.4,1-1v-0.8c0-0.1,0-0.1,0-0.2v-5\n\tC29.8,12.4,29.8,12.2,29.7,12.1z M16.7,6.5h8.7l1.3,3h-9.5L17,9.1c-0.2-0.4-0.5-0.6-0.9-0.6h-0.2L16.7,6.5z M6.5,19.5\n\tC5.7,19.5,5,18.8,5,18s0.7-1.5,1.5-1.5S8,17.2,8,18S7.3,19.5,6.5,19.5z M11.4,17.5l1.3-3h8.7l1.3,3H11.4z M23,22\n\tc0,0.8-0.7,1.5-1.5,1.5S20,22.8,20,22s0.7-1.5,1.5-1.5S23,21.2,23,22z M14,22c0,0.8-0.7,1.5-1.5,1.5S11,22.8,11,22s0.7-1.5,1.5-1.5\n\tS14,21.2,14,22z M6.7,10.5h8.7l0.8,2h-4.4c-0.3,0.1-0.6,0.3-0.7,0.6l-0.2,0.4H5.4L6.7,10.5z M25.5,15.5c-0.8,0-1.5-0.7-1.5-1.5\n\ts0.7-1.5,1.5-1.5S27,13.2,27,14S26.3,15.5,25.5,15.5z" }) })),
5
+ outline: (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: "M15.8,4.5c-0.3,0.1-0.6,0.3-0.7,0.6l-1.5,3.4H6c0,0-0.1,0-0.1,0s-0.1,0-0.1,0C5.5,8.6,5.2,8.8,5.1,9.1l-3,7\n\tC2,16.2,2,16.4,2,16.5v5c0,0,0,0.1,0,0.1v0.9c0,0.6,0.4,1,1,1h3l0.3-1H8v3c0,0,0,0.1,0,0.1v0.9c0,0.6,0.4,1,1,1h3l0.3-1h9.3l0.3,1h3\n\tc0.6,0,1-0.4,1-1v-0.8c0-0.1,0-0.1,0-0.2v-5c0-0.1,0-0.3-0.1-0.4l-0.7-1.6h0.4l0.3,1h3c0.6,0,1-0.4,1-1v-0.8c0-0.1,0-0.1,0-0.2v-5\n\tc0-0.1,0-0.3-0.1-0.4l-3-7c-0.2-0.4-0.5-0.6-0.9-0.6H16C16,4.5,15.9,4.5,15.8,4.5C15.9,4.5,15.8,4.5,15.8,4.5z M16.7,6.5h8.7l1.3,3\n\th-9.5l-0.2-0.4c-0.2-0.4-0.5-0.6-0.9-0.6h-0.2L16.7,6.5z M6.7,10.5h8.7l0.8,2H12c0,0-0.1,0-0.1,0s-0.1,0-0.1,0\n\tc-0.3,0.1-0.6,0.3-0.7,0.6l-0.2,0.4H5.4L6.7,10.5z M17.9,11.5h9.6l0.5,1.2v3.8h-3.6l-1.5-3.4c-0.2-0.4-0.5-0.6-0.9-0.6h-3.7\n\tL17.9,11.5z M25.5,12.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5S27,14.8,27,14S26.3,12.5,25.5,12.5z M12.7,14.5h8.7l1.3,3H11.4\n\tL12.7,14.5z M4.5,15.5h5.6l-2,4.6C8,20.2,8,20.4,8,20.5H4v-3.8L4.5,15.5z M6.5,16.5C5.7,16.5,5,17.2,5,18s0.7,1.5,1.5,1.5\n\tS8,18.8,8,18S7.3,16.5,6.5,16.5z M10.5,19.5h13l0.5,1.2v3.8H10v-3.8L10.5,19.5z M12.5,20.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5\n\tS14,22.8,14,22S13.3,20.5,12.5,20.5z M21.5,20.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5S23,22.8,23,22S22.3,20.5,21.5,20.5z" }) })),
81
6
  };
7
+ const IconInventory = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
82
8
  export default IconInventory;
9
+ //# sourceMappingURL=IconInventory.js.map
@@ -1,104 +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
- fillRule: "evenodd",
63
- clipRule: "evenodd",
64
- d: "M17.1854 33.2501L16.6175 31.8845L19.0007 31.4012L19.5687 32.767C20.8312 35.8029 19.1872 38.8048 15.8965 39.472C14.8537 39.6833 13.7242 39.6386 12.6207 39.342L12.2216 39.2348L12.6175 37.0879L13.0166 37.1952C13.6786 37.373 14.3565 37.3999 14.9821 37.2731C16.9565 36.8728 17.943 35.0718 17.1854 33.2501Z",
65
- fill: "#222222"
66
- }),
67
- /*#__PURE__*/ _jsx("path", {
68
- fillRule: "evenodd",
69
- clipRule: "evenodd",
70
- d: "M13.6861 0.462619C14.2198 0.248539 14.9111 0.434331 15.3191 0.901456C17.4766 3.37144 18.4578 5.87504 18.0061 8.32434C17.5545 10.7736 15.7862 12.5384 12.9646 13.6704C12.431 13.8845 11.7396 13.6986 11.3316 13.2315C9.17415 10.7615 8.19296 8.25794 8.64461 5.80865C9.09625 3.35935 10.8645 1.5946 13.6861 0.462619ZM14.0817 2.9646C12.3475 3.86662 11.431 5.0514 11.1664 6.48632C10.9018 7.92126 11.3155 9.46349 12.569 11.1684C14.3032 10.2664 15.2197 9.08157 15.4843 7.64664C15.7489 6.21171 15.3352 4.66949 14.0817 2.9646Z",
71
- fill: "#222222"
72
- }),
73
- /*#__PURE__*/ _jsx("path", {
74
- fillRule: "evenodd",
75
- clipRule: "evenodd",
76
- d: "M4.12693 28.6463C3.84212 28.1622 3.94261 27.6172 4.37063 27.3246C6.79519 25.6673 9.4488 25.0696 12.2699 25.8276C15.0909 26.5857 17.284 28.4859 18.8973 31.2283C19.182 31.7124 19.0816 32.2575 18.6536 32.55C16.2289 34.2073 13.5754 34.805 10.7543 34.047C7.93317 33.2889 5.74016 31.3887 4.12693 28.6463ZM6.89386 28.6962C8.13216 30.4715 9.56161 31.4732 11.1502 31.9002C12.7387 32.327 14.3851 32.1518 16.1303 31.1784C14.892 29.4031 13.4626 28.4014 11.874 27.9744C10.2855 27.5476 8.63899 27.7229 6.89386 28.6962Z",
77
- fill: "#222222"
78
- }),
79
- /*#__PURE__*/ _jsx("path", {
80
- fillRule: "evenodd",
81
- clipRule: "evenodd",
82
- d: "M1.23146 17.4147C1.23271 16.8954 1.64581 16.5002 2.22684 16.4626C5.42398 16.2549 8.23496 17.011 10.4391 18.9128C12.6331 20.806 13.6241 23.315 13.6171 26.2405C13.6159 26.7598 13.2029 27.1549 12.6218 27.1927C9.42465 27.4003 6.61366 26.6443 4.40955 24.7423C2.21551 22.8491 1.22449 20.3402 1.23146 17.4147ZM3.82292 18.6816C4.00128 20.6849 4.78863 22.1648 6.04954 23.2528C7.29274 24.3255 8.90388 24.9384 11.0257 24.9736C10.8474 22.9703 10.06 21.4904 8.79913 20.4024C7.55592 19.3297 5.94475 18.7169 3.82292 18.6816Z",
83
- fill: "#222222"
84
- }),
85
- /*#__PURE__*/ _jsx("path", {
86
- fillRule: "evenodd",
87
- clipRule: "evenodd",
88
- d: "M4.7666 7.119C5.06457 6.68877 5.70431 6.55584 6.28796 6.8029C9.39034 8.11614 11.5745 10.0127 12.5699 12.5226C13.5613 15.0225 13.114 17.4755 11.4919 19.8176C11.194 20.2478 10.5542 20.3807 9.97059 20.1336C6.86821 18.8204 4.68404 16.9238 3.68863 14.414C2.69722 11.914 3.1445 9.4611 4.7666 7.119ZM6.50479 9.28844C5.58853 10.9569 5.50591 12.5026 6.0867 13.967C6.65968 15.4119 7.82518 16.6452 9.75377 17.6481C10.67 15.9798 10.7526 14.4339 10.1719 12.9695C9.59886 11.5246 8.43335 10.2913 6.50479 9.28844Z",
89
- fill: "#222222"
90
- })
91
- ]
92
- })
93
- };
94
- var IconLaurel = function(_param) {
95
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 26 40' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
96
- "viewBox",
97
- "variant"
98
- ]);
99
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
100
- viewBox: viewBox,
101
- element: variants[variant]
102
- }, props));
3
+ const variants = {
4
+ default: (_jsxs(_Fragment, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.1854 33.2501L16.6175 31.8845L19.0007 31.4012L19.5687 32.767C20.8312 35.8029 19.1872 38.8048 15.8965 39.472C14.8537 39.6833 13.7242 39.6386 12.6207 39.342L12.2216 39.2348L12.6175 37.0879L13.0166 37.1952C13.6786 37.373 14.3565 37.3999 14.9821 37.2731C16.9565 36.8728 17.943 35.0718 17.1854 33.2501Z", fill: "#222222" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6861 0.462619C14.2198 0.248539 14.9111 0.434331 15.3191 0.901456C17.4766 3.37144 18.4578 5.87504 18.0061 8.32434C17.5545 10.7736 15.7862 12.5384 12.9646 13.6704C12.431 13.8845 11.7396 13.6986 11.3316 13.2315C9.17415 10.7615 8.19296 8.25794 8.64461 5.80865C9.09625 3.35935 10.8645 1.5946 13.6861 0.462619ZM14.0817 2.9646C12.3475 3.86662 11.431 5.0514 11.1664 6.48632C10.9018 7.92126 11.3155 9.46349 12.569 11.1684C14.3032 10.2664 15.2197 9.08157 15.4843 7.64664C15.7489 6.21171 15.3352 4.66949 14.0817 2.9646Z", fill: "#222222" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.12693 28.6463C3.84212 28.1622 3.94261 27.6172 4.37063 27.3246C6.79519 25.6673 9.4488 25.0696 12.2699 25.8276C15.0909 26.5857 17.284 28.4859 18.8973 31.2283C19.182 31.7124 19.0816 32.2575 18.6536 32.55C16.2289 34.2073 13.5754 34.805 10.7543 34.047C7.93317 33.2889 5.74016 31.3887 4.12693 28.6463ZM6.89386 28.6962C8.13216 30.4715 9.56161 31.4732 11.1502 31.9002C12.7387 32.327 14.3851 32.1518 16.1303 31.1784C14.892 29.4031 13.4626 28.4014 11.874 27.9744C10.2855 27.5476 8.63899 27.7229 6.89386 28.6962Z", fill: "#222222" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.23146 17.4147C1.23271 16.8954 1.64581 16.5002 2.22684 16.4626C5.42398 16.2549 8.23496 17.011 10.4391 18.9128C12.6331 20.806 13.6241 23.315 13.6171 26.2405C13.6159 26.7598 13.2029 27.1549 12.6218 27.1927C9.42465 27.4003 6.61366 26.6443 4.40955 24.7423C2.21551 22.8491 1.22449 20.3402 1.23146 17.4147ZM3.82292 18.6816C4.00128 20.6849 4.78863 22.1648 6.04954 23.2528C7.29274 24.3255 8.90388 24.9384 11.0257 24.9736C10.8474 22.9703 10.06 21.4904 8.79913 20.4024C7.55592 19.3297 5.94475 18.7169 3.82292 18.6816Z", fill: "#222222" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.7666 7.119C5.06457 6.68877 5.70431 6.55584 6.28796 6.8029C9.39034 8.11614 11.5745 10.0127 12.5699 12.5226C13.5613 15.0225 13.114 17.4755 11.4919 19.8176C11.194 20.2478 10.5542 20.3807 9.97059 20.1336C6.86821 18.8204 4.68404 16.9238 3.68863 14.414C2.69722 11.914 3.1445 9.4611 4.7666 7.119ZM6.50479 9.28844C5.58853 10.9569 5.50591 12.5026 6.0867 13.967C6.65968 15.4119 7.82518 16.6452 9.75377 17.6481C10.67 15.9798 10.7526 14.4339 10.1719 12.9695C9.59886 11.5246 8.43335 10.2913 6.50479 9.28844Z", fill: "#222222" })] })),
103
5
  };
6
+ const IconLaurel = ({ viewBox = '0 0 26 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
104
7
  export default IconLaurel;
8
+ //# sourceMappingURL=IconLaurel.js.map