@driveflux/beam 3.0.19 → 3.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/dist/accordion/Accordion.js +203 -7
  2. package/dist/accordion/Accordion.stories.js +31 -11
  3. package/dist/alert/Alert.js +193 -19
  4. package/dist/alert/Alert.stories.js +50 -15
  5. package/dist/animations/LoadingAnimation.js +34 -21
  6. package/dist/badge/Badge.js +105 -7
  7. package/dist/badge/Badge.stories.js +28 -7
  8. package/dist/box/Box.js +151 -3
  9. package/dist/box/Box.stories.js +8 -7
  10. package/dist/breadcrumbs/Breadcrumbs.js +351 -26
  11. package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
  12. package/dist/button/Button.js +190 -12
  13. package/dist/button/Button.stories.js +35 -7
  14. package/dist/button/TextButton.js +168 -9
  15. package/dist/card/Card.js +188 -7
  16. package/dist/card/Card.stories.js +10 -7
  17. package/dist/carousel/Carousel.js +308 -58
  18. package/dist/carousel/Carousel.stories.js +39 -7
  19. package/dist/carousel/CarouselButton.js +132 -7
  20. package/dist/center/Center.js +127 -3
  21. package/dist/center/Center.stories.js +19 -7
  22. package/dist/checkbox/Checkbox.js +188 -4
  23. package/dist/checkbox/Checkbox.stories.js +10 -8
  24. package/dist/chip/Chip.js +168 -3
  25. package/dist/chip/Chip.stories.js +19 -7
  26. package/dist/circular-progress/CircularProgress.js +159 -11
  27. package/dist/circular-progress/CircularProgress.stories.js +54 -14
  28. package/dist/command/command.js +249 -13
  29. package/dist/datepicker/DatePicker.js +245 -90
  30. package/dist/datepicker/DatePicker.stories.js +162 -58
  31. package/dist/datepicker/DatePickerDrawer.js +115 -17
  32. package/dist/datepicker/DatePickerPopover.js +208 -35
  33. package/dist/datepicker/constants.js +3 -4
  34. package/dist/datepicker/utils.js +4 -11
  35. package/dist/dialog/index.js +253 -12
  36. package/dist/divider/Divider.js +127 -3
  37. package/dist/divider/Divider.stories.js +13 -7
  38. package/dist/drawer/index.js +230 -12
  39. package/dist/dropdown/Dropdown.js +297 -26
  40. package/dist/dropdown/Dropdown.stories.js +109 -22
  41. package/dist/field-wrapper/FieldWrapper.js +203 -3
  42. package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
  43. package/dist/flex/Flex.js +127 -3
  44. package/dist/flex/Flex.stories.js +19 -7
  45. package/dist/grid/Grid.js +127 -3
  46. package/dist/grid/Grid.stories.js +28 -7
  47. package/dist/hooks/use-breakpoint-value.js +77 -14
  48. package/dist/hooks/use-media-query.js +61 -12
  49. package/dist/hstack/HStack.js +127 -3
  50. package/dist/hstack/HStack.stories.js +19 -7
  51. package/dist/icons/FluxLogo.js +222 -9
  52. package/dist/icons/FluxLogoTable.js +118 -5
  53. package/dist/icons/Icon.js +117 -7
  54. package/dist/icons/Icon.stories.js +12 -7
  55. package/dist/icons/Icon24Hours.js +92 -5
  56. package/dist/icons/IconAcceleration.js +81 -4
  57. package/dist/icons/IconAccount.js +81 -4
  58. package/dist/icons/IconApplicant.js +87 -5
  59. package/dist/icons/IconArrow.js +87 -6
  60. package/dist/icons/IconArrowBack.js +81 -4
  61. package/dist/icons/IconArrowForward.js +81 -4
  62. package/dist/icons/IconArrowTopLeft.js +79 -4
  63. package/dist/icons/IconBluesharkProductGuide.js +89 -5
  64. package/dist/icons/IconBolt.js +81 -4
  65. package/dist/icons/IconBriefcase.js +81 -4
  66. package/dist/icons/IconBulb.js +81 -4
  67. package/dist/icons/IconCalendar.js +81 -4
  68. package/dist/icons/IconCalendarArrowBack.js +81 -4
  69. package/dist/icons/IconCalendarArrowForward.js +81 -4
  70. package/dist/icons/IconCalendarDoubleArrowBack.js +81 -4
  71. package/dist/icons/IconCalendarDoubleArrowForward.js +81 -4
  72. package/dist/icons/IconCancel.js +86 -5
  73. package/dist/icons/IconCancelMark.js +81 -4
  74. package/dist/icons/IconCarSUV.js +81 -4
  75. package/dist/icons/IconCarSedan.js +156 -7
  76. package/dist/icons/IconChain.js +88 -5
  77. package/dist/icons/IconCheckmark.js +81 -4
  78. package/dist/icons/IconChevronRight.js +81 -4
  79. package/dist/icons/IconCircle.js +123 -11
  80. package/dist/icons/IconCircleCheckmark.js +86 -5
  81. package/dist/icons/IconCircleError.js +81 -4
  82. package/dist/icons/IconCircleExclamation.js +113 -6
  83. package/dist/icons/IconCircleMark.js +87 -5
  84. package/dist/icons/IconCircleOutline.js +148 -5
  85. package/dist/icons/IconClock.js +89 -5
  86. package/dist/icons/IconClose.js +81 -4
  87. package/dist/icons/IconCollapseAll.js +103 -5
  88. package/dist/icons/IconConcierge.js +88 -5
  89. package/dist/icons/IconConciergeService.js +96 -5
  90. package/dist/icons/IconCreditCard.js +87 -5
  91. package/dist/icons/IconDash.js +81 -4
  92. package/dist/icons/IconDeliver.js +81 -4
  93. package/dist/icons/IconDelivery.js +96 -5
  94. package/dist/icons/IconDetails.js +81 -4
  95. package/dist/icons/IconDot.js +96 -6
  96. package/dist/icons/IconDownload.js +88 -5
  97. package/dist/icons/IconEVCharging.js +88 -5
  98. package/dist/icons/IconElectricCarFuel.js +89 -5
  99. package/dist/icons/IconEllipsis.js +87 -5
  100. package/dist/icons/IconEnvelope.js +81 -4
  101. package/dist/icons/IconExpandAll.js +103 -5
  102. package/dist/icons/IconEye.js +88 -5
  103. package/dist/icons/IconFacebook.js +103 -6
  104. package/dist/icons/IconFilter.js +92 -5
  105. package/dist/icons/IconFlagMalaysia.js +150 -5
  106. package/dist/icons/IconGiveKey.js +88 -5
  107. package/dist/icons/IconGlobe.js +79 -4
  108. package/dist/icons/IconGoogle.js +96 -5
  109. package/dist/icons/IconHome.js +87 -5
  110. package/dist/icons/IconHostAdvertise.js +81 -4
  111. package/dist/icons/IconHostCar.js +84 -4
  112. package/dist/icons/IconHostCash.js +100 -5
  113. package/dist/icons/IconHostHandle.js +79 -4
  114. package/dist/icons/IconHostLocation.js +79 -4
  115. package/dist/icons/IconHostPayment.js +100 -5
  116. package/dist/icons/IconHostService.js +88 -5
  117. package/dist/icons/IconHotDeals.js +81 -4
  118. package/dist/icons/IconInfo.js +86 -5
  119. package/dist/icons/IconInstagram.js +81 -4
  120. package/dist/icons/IconInsurance.js +108 -5
  121. package/dist/icons/IconInternet.js +82 -4
  122. package/dist/icons/IconInventory.js +87 -5
  123. package/dist/icons/IconLaurel.js +110 -5
  124. package/dist/icons/IconLinkedIn.js +81 -4
  125. package/dist/icons/IconLoading.js +87 -4
  126. package/dist/icons/IconLocation.js +89 -5
  127. package/dist/icons/IconLock.js +82 -4
  128. package/dist/icons/IconLogistics.js +81 -4
  129. package/dist/icons/IconMail.js +103 -5
  130. package/dist/icons/IconMember.js +87 -5
  131. package/dist/icons/IconMobilePen.js +92 -5
  132. package/dist/icons/IconMotorcycleMoped.js +87 -5
  133. package/dist/icons/IconNoCost.js +101 -5
  134. package/dist/icons/IconPDF.js +89 -5
  135. package/dist/icons/IconPencil.js +79 -4
  136. package/dist/icons/IconPhone.js +79 -4
  137. package/dist/icons/IconPlus.js +81 -4
  138. package/dist/icons/IconPricing.js +81 -4
  139. package/dist/icons/IconProtected.js +80 -4
  140. package/dist/icons/IconPsychology.js +81 -4
  141. package/dist/icons/IconQuestionTooltip.js +137 -4
  142. package/dist/icons/IconQuote.js +81 -4
  143. package/dist/icons/IconRate.js +80 -4
  144. package/dist/icons/IconRegister.js +108 -5
  145. package/dist/icons/IconReport.js +98 -6
  146. package/dist/icons/IconReturn.js +81 -4
  147. package/dist/icons/IconSearch.js +79 -4
  148. package/dist/icons/IconSecure.js +80 -4
  149. package/dist/icons/IconSecurity.js +82 -4
  150. package/dist/icons/IconSedanOutline.js +168 -5
  151. package/dist/icons/IconSelectArrow.js +87 -6
  152. package/dist/icons/IconSort.js +88 -5
  153. package/dist/icons/IconSortListed.js +104 -5
  154. package/dist/icons/IconSortPriceAscending.js +92 -5
  155. package/dist/icons/IconSortPriceDescending.js +92 -5
  156. package/dist/icons/IconSortYear.js +88 -5
  157. package/dist/icons/IconSpan.js +80 -4
  158. package/dist/icons/IconSpeaker.js +88 -4
  159. package/dist/icons/IconSpecialCar.js +104 -5
  160. package/dist/icons/IconStar.js +101 -7
  161. package/dist/icons/IconStockPhoto.js +104 -5
  162. package/dist/icons/IconSubscription.js +122 -6
  163. package/dist/icons/IconSubscriptions.js +122 -6
  164. package/dist/icons/IconSwap.js +88 -5
  165. package/dist/icons/IconTax.js +81 -4
  166. package/dist/icons/IconThinArrow.js +87 -6
  167. package/dist/icons/IconThumbsdown.js +87 -5
  168. package/dist/icons/IconThumbsup.js +87 -5
  169. package/dist/icons/IconTool.js +81 -4
  170. package/dist/icons/IconTooltip.js +137 -4
  171. package/dist/icons/IconTrash.js +81 -4
  172. package/dist/icons/IconTriangleExclamation.js +81 -4
  173. package/dist/icons/IconTyersBrakes.js +92 -5
  174. package/dist/icons/IconTyre.js +92 -5
  175. package/dist/icons/IconVacancy.js +87 -5
  176. package/dist/icons/IconVolunteer.js +81 -4
  177. package/dist/icons/IconWhatsapp.js +82 -4
  178. package/dist/icons/IconXPlatform.js +81 -4
  179. package/dist/icons/IconZeroEffort.js +86 -5
  180. package/dist/icons/Logo.js +108 -3
  181. package/dist/input/Input.js +134 -11
  182. package/dist/input/Input.stories.js +17 -18
  183. package/dist/input-mask/InputMask.js +158 -11
  184. package/dist/input-mask/InputMask.stories.js +5 -6
  185. package/dist/input-mask/mask-trackers.js +4 -5
  186. package/dist/input-select/InputSelect.js +390 -68
  187. package/dist/input-select/InputSelect.stories.js +98 -25
  188. package/dist/popover/popover.js +136 -4
  189. package/dist/progress/Progress.js +160 -2
  190. package/dist/progress/Progress.stories.js +13 -14
  191. package/dist/radio/Radio.js +227 -4
  192. package/dist/scroll-area/scroll-area.js +180 -5
  193. package/dist/search-input-select/SearchInputSelect.js +379 -69
  194. package/dist/select/Select.js +354 -29
  195. package/dist/select/Select.stories.js +55 -19
  196. package/dist/skeleton/Skeleton.js +71 -3
  197. package/dist/skeleton/Skeleton.stories.js +8 -7
  198. package/dist/slider/Slider.js +170 -5
  199. package/dist/slider/Slider.stories.js +12 -11
  200. package/dist/stack/Stack.js +127 -3
  201. package/dist/stack/Stack.stories.js +19 -7
  202. package/dist/table/Table.js +216 -10
  203. package/dist/table/Table.stories.js +84 -8
  204. package/dist/tabs/Tabs.js +198 -9
  205. package/dist/tabs/Tabs.stories.js +46 -13
  206. package/dist/text/Text.js +152 -6
  207. package/dist/text/Text.stories.js +44 -7
  208. package/dist/toast/Toast.stories.js +66 -14
  209. package/dist/toast/ToastBox.js +77 -29
  210. package/dist/toast/index.js +0 -1
  211. package/dist/toast/sonner.js +66 -6
  212. package/dist/toggle/Toggle.js +180 -7
  213. package/dist/toggle/Toggle.stories.js +10 -8
  214. package/dist/tooltip/Tooltip.js +169 -12
  215. package/dist/tooltip/Tooltip.stories.js +71 -13
  216. package/dist/utils.js +4 -2
  217. package/dist/vstack/VStack.js +127 -3
  218. package/dist/vstack/VStack.stories.js +19 -7
  219. package/package.json +11 -11
@@ -1,8 +1,85 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- 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' }) })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ 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",
71
+ fill: 'currentColor'
72
+ })
73
+ })
74
+ };
75
+ var IconHotDeals = function IconHotDeals(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 24 24' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
77
+ "viewBox",
78
+ "variant"
79
+ ]);
80
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
81
+ viewBox: viewBox,
82
+ element: variants[variant]
83
+ }, props));
5
84
  };
6
- const IconHotDeals = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
85
  export default IconHotDeals;
8
- //# sourceMappingURL=IconHotDeals.js.map
@@ -1,9 +1,90 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- 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" }) })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ 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",
71
+ fill: "currentColor"
72
+ })
73
+ }),
74
+ filled: /*#__PURE__*/ _jsx(_Fragment, {
75
+ children: /*#__PURE__*/ _jsx("path", {
76
+ 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",
77
+ fill: "currentColor"
78
+ })
79
+ })
80
+ };
81
+ var IconInfo = function IconInfo(_0) {
82
+ var _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
83
+ "variant"
84
+ ]);
85
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
86
+ viewBox: variant === 'default' ? '0 0 24 24' : '0 0 20 20',
87
+ element: variants[variant]
88
+ }, props));
6
89
  };
7
- const IconInfo = ({ variant = 'default', ...props }) => (_jsx(Icon, { viewBox: variant === 'default' ? '0 0 24 24' : '0 0 20 20', element: variants[variant], ...props }));
8
90
  export default IconInfo;
9
- //# sourceMappingURL=IconInfo.js.map
@@ -1,8 +1,85 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- 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" }) })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ 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",
71
+ fill: "fill"
72
+ })
73
+ })
74
+ };
75
+ var IconInstagram = function IconInstagram(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 24 24' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
77
+ "viewBox",
78
+ "variant"
79
+ ]);
80
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
81
+ viewBox: viewBox,
82
+ element: variants[variant]
83
+ }, props));
5
84
  };
6
- const IconInstagram = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
85
  export default IconInstagram;
8
- //# sourceMappingURL=IconInstagram.js.map
@@ -1,8 +1,111 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
65
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- 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' })] })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsxs(_Fragment, {
69
+ children: [
70
+ /*#__PURE__*/ _jsx("path", {
71
+ d: "M19.375 16.875H0.625V3.125H19.375V16.875ZM1.875 15.625H18.125V4.375H1.875V15.625Z",
72
+ fill: 'fill'
73
+ }),
74
+ /*#__PURE__*/ _jsx("path", {
75
+ d: "M8.375 9.25L6.25 7.6875L4.125 9.25L3.375 8.25L6.25 6.125L9.125 8.25L8.375 9.25Z",
76
+ fill: 'fill'
77
+ }),
78
+ /*#__PURE__*/ _jsx("path", {
79
+ d: "M16.25 6.875H10.625V8.125H16.25V6.875Z",
80
+ fill: 'fill'
81
+ }),
82
+ /*#__PURE__*/ _jsx("path", {
83
+ d: "M15 8.75H10.625V10H15V8.75Z",
84
+ fill: 'fill'
85
+ }),
86
+ /*#__PURE__*/ _jsx("path", {
87
+ d: "M16.25 10.625H10.625V11.875H16.25V10.625Z",
88
+ fill: 'fill'
89
+ }),
90
+ /*#__PURE__*/ _jsx("path", {
91
+ d: "M15 12.5H10.625V13.75H15V12.5Z",
92
+ fill: 'fill'
93
+ }),
94
+ /*#__PURE__*/ _jsx("path", {
95
+ 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",
96
+ fill: 'fill'
97
+ })
98
+ ]
99
+ })
100
+ };
101
+ var IconInsurance = function IconInsurance(_0) {
102
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 20 20' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
103
+ "viewBox",
104
+ "variant"
105
+ ]);
106
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
107
+ viewBox: viewBox,
108
+ element: variants[variant]
109
+ }, props));
5
110
  };
6
- const IconInsurance = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
111
  export default IconInsurance;
8
- //# sourceMappingURL=IconInsurance.js.map
@@ -1,8 +1,86 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- 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" }) })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ 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",
71
+ fill: "currentColor"
72
+ })
73
+ })
74
+ };
75
+ var IconInternet = function IconInternet(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 24 24' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
77
+ "viewBox",
78
+ "variant"
79
+ ]);
80
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
81
+ viewBox: viewBox,
82
+ element: variants[variant],
83
+ fill: props.fill || props.color
84
+ }, props));
5
85
  };
6
- const IconInternet = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => (_jsx(Icon, { viewBox: viewBox, element: variants[variant], fill: props.fill || props.color, ...props }));
7
86
  export default IconInternet;
8
- //# sourceMappingURL=IconInternet.js.map
@@ -1,9 +1,91 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- 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" }) })),
67
+ var variants = {
68
+ filled: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ fill: 'currentColor',
71
+ 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 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\n 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\n 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\n 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\n 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\n 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\n s0.7-1.5,1.5-1.5S27,13.2,27,14S26.3,15.5,25.5,15.5z"
72
+ })
73
+ }),
74
+ outline: /*#__PURE__*/ _jsx(_Fragment, {
75
+ children: /*#__PURE__*/ _jsx("path", {
76
+ fill: 'currentColor',
77
+ 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 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\n 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\n 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\n 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\n 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\n 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\n 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\n 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\n 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"
78
+ })
79
+ })
80
+ };
81
+ var IconInventory = function IconInventory(_0) {
82
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 32 32' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'outline' : _0_variant, props = _object_without_properties(_0, [
83
+ "viewBox",
84
+ "variant"
85
+ ]);
86
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
87
+ viewBox: viewBox,
88
+ element: variants[variant]
89
+ }, props));
6
90
  };
7
- const IconInventory = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
8
91
  export default IconInventory;
9
- //# sourceMappingURL=IconInventory.js.map