@driveflux/beam 1.9.14 → 1.9.16

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 (250) hide show
  1. package/dist/accordion/Accordion.js +133 -7
  2. package/dist/accordion/Accordion.stories.js +31 -11
  3. package/dist/alert/Alert.js +110 -14
  4. package/dist/alert/Alert.stories.js +50 -15
  5. package/dist/animations/LoadingAnimation.js +34 -21
  6. package/dist/badge/Badge.js +96 -7
  7. package/dist/badge/Badge.stories.js +28 -7
  8. package/dist/box/Box.d.ts +1 -1
  9. package/dist/box/Box.d.ts.map +1 -1
  10. package/dist/box/Box.js +87 -3
  11. package/dist/box/Box.stories.js +8 -7
  12. package/dist/breadcrumbs/Breadcrumbs.js +288 -28
  13. package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
  14. package/dist/button/Button.d.ts +1 -1
  15. package/dist/button/Button.js +124 -12
  16. package/dist/button/Button.js.map +1 -1
  17. package/dist/button/Button.stories.js +35 -7
  18. package/dist/card/Card.js +109 -7
  19. package/dist/card/Card.stories.js +10 -7
  20. package/dist/carousel/Carousel.js +279 -58
  21. package/dist/carousel/Carousel.stories.js +39 -7
  22. package/dist/carousel/CarouselButton.js +68 -7
  23. package/dist/center/Center.js +63 -3
  24. package/dist/center/Center.stories.js +19 -7
  25. package/dist/checkbox/Checkbox.js +115 -4
  26. package/dist/checkbox/Checkbox.stories.js +10 -8
  27. package/dist/chip/Chip.js +104 -3
  28. package/dist/chip/Chip.stories.js +19 -7
  29. package/dist/circular-progress/CircularProgress.js +150 -11
  30. package/dist/circular-progress/CircularProgress.stories.js +54 -14
  31. package/dist/command/command.js +170 -13
  32. package/dist/datepicker/DatePicker.d.ts +20 -2
  33. package/dist/datepicker/DatePicker.d.ts.map +1 -1
  34. package/dist/datepicker/DatePicker.js +133 -77
  35. package/dist/datepicker/DatePicker.stories.js +144 -48
  36. package/dist/datepicker/DatePickerDrawer.d.ts +6 -0
  37. package/dist/datepicker/DatePickerDrawer.d.ts.map +1 -0
  38. package/dist/datepicker/DatePickerDrawer.js +112 -0
  39. package/dist/datepicker/DatePickerDrawer.js.map +1 -0
  40. package/dist/datepicker/DatePickerPopover.d.ts +6 -0
  41. package/dist/datepicker/DatePickerPopover.d.ts.map +1 -0
  42. package/dist/datepicker/DatePickerPopover.js +222 -0
  43. package/dist/datepicker/DatePickerPopover.js.map +1 -0
  44. package/dist/datepicker/constants.d.ts +4 -0
  45. package/dist/datepicker/constants.d.ts.map +1 -0
  46. package/dist/datepicker/constants.js +3 -0
  47. package/dist/datepicker/constants.js.map +1 -0
  48. package/dist/datepicker/utils.d.ts +3 -0
  49. package/dist/datepicker/utils.d.ts.map +1 -0
  50. package/dist/datepicker/utils.js +8 -0
  51. package/dist/datepicker/utils.js.map +1 -0
  52. package/dist/dialog/index.js +144 -12
  53. package/dist/divider/Divider.js +63 -3
  54. package/dist/divider/Divider.stories.js +13 -7
  55. package/dist/drawer/index.d.ts +3 -1
  56. package/dist/drawer/index.d.ts.map +1 -1
  57. package/dist/drawer/index.js +157 -12
  58. package/dist/dropdown/Dropdown.js +212 -26
  59. package/dist/dropdown/Dropdown.stories.js +109 -22
  60. package/dist/field-wrapper/FieldWrapper.js +136 -3
  61. package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
  62. package/dist/flex/Flex.js +63 -3
  63. package/dist/flex/Flex.stories.js +19 -7
  64. package/dist/grid/Grid.js +63 -3
  65. package/dist/grid/Grid.stories.js +28 -7
  66. package/dist/hooks/use-breakpoint-value.js +77 -14
  67. package/dist/hooks/use-media-query.js +61 -12
  68. package/dist/hstack/HStack.js +63 -3
  69. package/dist/hstack/HStack.stories.js +19 -7
  70. package/dist/icons/FluxLogo.js +213 -9
  71. package/dist/icons/FluxLogoTable.js +109 -5
  72. package/dist/icons/Icon.js +108 -7
  73. package/dist/icons/Icon.stories.js +12 -7
  74. package/dist/icons/Icon24Hours.js +83 -5
  75. package/dist/icons/IconAccount.js +72 -4
  76. package/dist/icons/IconApplicant.js +78 -5
  77. package/dist/icons/IconArrow.d.ts +11 -0
  78. package/dist/icons/IconArrow.d.ts.map +1 -0
  79. package/dist/icons/IconArrow.js +86 -0
  80. package/dist/icons/IconArrow.js.map +1 -0
  81. package/dist/icons/IconArrowBack.js +72 -4
  82. package/dist/icons/IconArrowForward.js +72 -4
  83. package/dist/icons/IconArrowTopLeft.js +70 -4
  84. package/dist/icons/IconBluesharkProductGuide.js +80 -5
  85. package/dist/icons/IconBolt.js +72 -4
  86. package/dist/icons/IconBriefcase.js +72 -4
  87. package/dist/icons/IconBulb.js +72 -4
  88. package/dist/icons/IconCalendar.js +73 -5
  89. package/dist/icons/IconCancelMark.js +72 -4
  90. package/dist/icons/IconCarSUV.js +72 -4
  91. package/dist/icons/IconCarSedan.js +147 -7
  92. package/dist/icons/IconChain.js +79 -5
  93. package/dist/icons/IconCheckmark.js +72 -4
  94. package/dist/icons/IconChevronRight.js +72 -4
  95. package/dist/icons/IconCircle.js +72 -4
  96. package/dist/icons/IconCircleCheckmark.d.ts +1 -0
  97. package/dist/icons/IconCircleCheckmark.d.ts.map +1 -1
  98. package/dist/icons/IconCircleCheckmark.js +77 -4
  99. package/dist/icons/IconCircleError.js +72 -4
  100. package/dist/icons/IconCircleExclamation.js +104 -6
  101. package/dist/icons/IconCircleMark.js +78 -5
  102. package/dist/icons/IconCircleOutline.js +140 -5
  103. package/dist/icons/IconClock.js +80 -5
  104. package/dist/icons/IconClose.js +72 -4
  105. package/dist/icons/IconConcierge.js +79 -5
  106. package/dist/icons/IconConciergeService.js +87 -5
  107. package/dist/icons/IconCreditCard.js +78 -5
  108. package/dist/icons/IconDash.js +72 -4
  109. package/dist/icons/IconDelivery.js +87 -5
  110. package/dist/icons/IconDetails.js +72 -4
  111. package/dist/icons/IconDot.js +87 -6
  112. package/dist/icons/IconElectricCarFuel.js +80 -5
  113. package/dist/icons/IconEllipsis.js +78 -5
  114. package/dist/icons/IconEnvelope.js +72 -4
  115. package/dist/icons/IconEye.js +79 -5
  116. package/dist/icons/IconFacebook.js +94 -6
  117. package/dist/icons/IconFilter.js +83 -5
  118. package/dist/icons/IconFlagMalaysia.js +141 -5
  119. package/dist/icons/IconGiveKey.js +79 -5
  120. package/dist/icons/IconGlobe.js +70 -4
  121. package/dist/icons/IconGoogle.js +87 -5
  122. package/dist/icons/IconHome.js +78 -5
  123. package/dist/icons/IconHostAdvertise.js +72 -4
  124. package/dist/icons/IconHostCar.js +75 -4
  125. package/dist/icons/IconHostCash.js +91 -5
  126. package/dist/icons/IconHostHandle.js +70 -4
  127. package/dist/icons/IconHostLocation.js +70 -4
  128. package/dist/icons/IconHostPayment.js +91 -5
  129. package/dist/icons/IconHostService.js +79 -5
  130. package/dist/icons/IconHotDeals.js +72 -4
  131. package/dist/icons/IconInfo.js +77 -5
  132. package/dist/icons/IconInstagram.js +72 -4
  133. package/dist/icons/IconInsurance.js +99 -5
  134. package/dist/icons/IconInternet.js +73 -4
  135. package/dist/icons/IconInventory.js +78 -5
  136. package/dist/icons/IconLaurel.js +101 -5
  137. package/dist/icons/IconLinkedIn.js +72 -4
  138. package/dist/icons/IconLoading.js +78 -4
  139. package/dist/icons/IconLocation.js +80 -5
  140. package/dist/icons/IconLock.js +73 -4
  141. package/dist/icons/IconLogistics.js +72 -4
  142. package/dist/icons/IconMail.js +94 -5
  143. package/dist/icons/IconMember.js +78 -5
  144. package/dist/icons/IconMobilePen.js +83 -5
  145. package/dist/icons/IconMotorcycleMoped.js +78 -5
  146. package/dist/icons/IconNoCost.js +92 -5
  147. package/dist/icons/IconPDF.js +80 -5
  148. package/dist/icons/IconPencil.js +70 -4
  149. package/dist/icons/IconPhone.js +70 -4
  150. package/dist/icons/IconPlus.js +72 -4
  151. package/dist/icons/IconPricing.js +72 -4
  152. package/dist/icons/IconProtected.js +71 -4
  153. package/dist/icons/IconPsychology.js +72 -4
  154. package/dist/icons/IconQuestionTooltip.js +73 -4
  155. package/dist/icons/IconQuote.js +72 -4
  156. package/dist/icons/IconRate.js +71 -4
  157. package/dist/icons/IconRegister.js +99 -5
  158. package/dist/icons/IconReturn.js +72 -4
  159. package/dist/icons/IconSearch.js +70 -4
  160. package/dist/icons/IconSecure.js +71 -4
  161. package/dist/icons/IconSecurity.js +73 -4
  162. package/dist/icons/IconSedanOutline.js +159 -5
  163. package/dist/icons/IconSelectArrow.js +78 -6
  164. package/dist/icons/IconSort.js +79 -5
  165. package/dist/icons/IconSortListed.js +95 -5
  166. package/dist/icons/IconSortPriceAscending.js +83 -5
  167. package/dist/icons/IconSortPriceDescending.js +83 -5
  168. package/dist/icons/IconSortYear.js +79 -5
  169. package/dist/icons/IconSpan.js +71 -4
  170. package/dist/icons/IconSpeaker.js +79 -4
  171. package/dist/icons/IconSpecialCar.js +95 -5
  172. package/dist/icons/IconStar.js +92 -7
  173. package/dist/icons/IconStockPhoto.js +95 -5
  174. package/dist/icons/IconSubscription.js +113 -6
  175. package/dist/icons/IconSubscriptions.js +113 -6
  176. package/dist/icons/IconSwap.js +79 -5
  177. package/dist/icons/IconTax.js +72 -4
  178. package/dist/icons/IconThinArrow.js +78 -6
  179. package/dist/icons/IconThumbsdown.js +78 -5
  180. package/dist/icons/IconThumbsup.js +78 -5
  181. package/dist/icons/IconTool.js +72 -4
  182. package/dist/icons/IconTooltip.js +73 -4
  183. package/dist/icons/IconTrash.js +72 -4
  184. package/dist/icons/IconTriangleExclamation.js +72 -4
  185. package/dist/icons/IconTyersBrakes.js +83 -5
  186. package/dist/icons/IconTyre.js +83 -5
  187. package/dist/icons/IconVacancy.js +78 -5
  188. package/dist/icons/IconVolunteer.js +72 -4
  189. package/dist/icons/IconWhatsapp.js +73 -4
  190. package/dist/icons/IconXPlatform.js +72 -4
  191. package/dist/icons/IconZeroEffort.js +77 -5
  192. package/dist/icons/Logo.js +99 -3
  193. package/dist/input/Input.js +125 -11
  194. package/dist/input/Input.stories.js +17 -18
  195. package/dist/input-mask/InputMask.js +96 -10
  196. package/dist/input-mask/InputMask.stories.js +5 -6
  197. package/dist/input-mask/mask-trackers.js +4 -5
  198. package/dist/input-select/InputSelect.js +357 -69
  199. package/dist/input-select/InputSelect.stories.d.ts.map +1 -1
  200. package/dist/input-select/InputSelect.stories.js +54 -18
  201. package/dist/popover/popover.js +72 -4
  202. package/dist/progress/Progress.js +96 -2
  203. package/dist/progress/Progress.stories.js +13 -14
  204. package/dist/radio/Radio.js +163 -4
  205. package/dist/scroll-area/scroll-area.js +113 -5
  206. package/dist/search-input-select/SearchInputSelect.js +346 -69
  207. package/dist/select/Select.js +301 -31
  208. package/dist/select/Select.stories.d.ts.map +1 -1
  209. package/dist/select/Select.stories.js +55 -19
  210. package/dist/skeleton/Skeleton.js +62 -3
  211. package/dist/skeleton/Skeleton.stories.js +8 -7
  212. package/dist/slider/Slider.js +106 -5
  213. package/dist/slider/Slider.stories.js +12 -11
  214. package/dist/stack/Stack.js +63 -3
  215. package/dist/stack/Stack.stories.js +19 -7
  216. package/dist/styles.css +58 -0
  217. package/dist/table/Table.js +131 -10
  218. package/dist/table/Table.stories.js +84 -8
  219. package/dist/tabs/Tabs.js +128 -9
  220. package/dist/tabs/Tabs.stories.js +46 -13
  221. package/dist/text/Text.d.ts +2 -1
  222. package/dist/text/Text.d.ts.map +1 -1
  223. package/dist/text/Text.js +88 -6
  224. package/dist/text/Text.stories.js +44 -7
  225. package/dist/toast/Toast.stories.js +66 -14
  226. package/dist/toast/ToastBox.js +71 -24
  227. package/dist/toast/index.js +0 -1
  228. package/dist/toast/sonner.js +70 -11
  229. package/dist/toggle/Toggle.d.ts +12 -0
  230. package/dist/toggle/Toggle.d.ts.map +1 -0
  231. package/dist/toggle/Toggle.js +131 -0
  232. package/dist/toggle/Toggle.js.map +1 -0
  233. package/dist/toggle/Toggle.stories.d.ts +11 -0
  234. package/dist/toggle/Toggle.stories.d.ts.map +1 -0
  235. package/dist/toggle/Toggle.stories.js +17 -0
  236. package/dist/toggle/Toggle.stories.js.map +1 -0
  237. package/dist/tooltip/Tooltip.js +151 -12
  238. package/dist/tooltip/Tooltip.stories.js +71 -13
  239. package/dist/utils.js +4 -2
  240. package/dist/vstack/VStack.js +63 -3
  241. package/dist/vstack/VStack.stories.js +19 -7
  242. package/package.json +6 -1
  243. package/dist/icons/IconAcceleration.d.ts +0 -8
  244. package/dist/icons/IconAcceleration.d.ts.map +0 -1
  245. package/dist/icons/IconAcceleration.js +0 -8
  246. package/dist/icons/IconAcceleration.js.map +0 -1
  247. package/dist/icons/IconEVCharging.d.ts +0 -8
  248. package/dist/icons/IconEVCharging.d.ts.map +0 -1
  249. package/dist/icons/IconEVCharging.js +0 -8
  250. package/dist/icons/IconEVCharging.js.map +0 -1
@@ -1,8 +1,76 @@
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
+ }
1
56
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { d: "M6.62395 21.359L11.7448 13.6776L6.62396 11.9706L18.5727 2.58235L13.4518 10.2637L18.1459 11.9706L6.62395 21.359Z", fill: 'currentColor' }) })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ d: "M6.62395 21.359L11.7448 13.6776L6.62396 11.9706L18.5727 2.58235L13.4518 10.2637L18.1459 11.9706L6.62395 21.359Z",
62
+ fill: 'currentColor'
63
+ })
64
+ })
65
+ };
66
+ var IconBolt = 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));
5
75
  };
6
- const IconBolt = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
76
  export default IconBolt;
8
- //# sourceMappingURL=IconBolt.js.map
@@ -1,8 +1,76 @@
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
+ }
1
56
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { d: "M7 1.5C6.73828 1.5 6.4707 1.5918 6.28125 1.78125C6.0918 1.9707 6 2.23828 6 2.5V3H1.5V13H14.5V3H10V2.5C10 2.23828 9.9082 1.9707 9.71875 1.78125C9.5293 1.5918 9.26172 1.5 9 1.5H7ZM7 2.5H9V3H7V2.5ZM2.5 4H13.5V7C13.5 7.5957 13.0957 8 12.5 8H3.5C2.9043 8 2.5 7.5957 2.5 7V4ZM4.5 6V7.5H5.5V6H4.5ZM10.5 6V7.5H11.5V6H10.5ZM2.5 8.71875C2.79492 8.88867 3.13477 9 3.5 9H12.5C12.8652 9 13.2051 8.88867 13.5 8.71875V12H2.5V8.71875Z", fill: "currentColor" }) })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ d: "M7 1.5C6.73828 1.5 6.4707 1.5918 6.28125 1.78125C6.0918 1.9707 6 2.23828 6 2.5V3H1.5V13H14.5V3H10V2.5C10 2.23828 9.9082 1.9707 9.71875 1.78125C9.5293 1.5918 9.26172 1.5 9 1.5H7ZM7 2.5H9V3H7V2.5ZM2.5 4H13.5V7C13.5 7.5957 13.0957 8 12.5 8H3.5C2.9043 8 2.5 7.5957 2.5 7V4ZM4.5 6V7.5H5.5V6H4.5ZM10.5 6V7.5H11.5V6H10.5ZM2.5 8.71875C2.79492 8.88867 3.13477 9 3.5 9H12.5C12.8652 9 13.2051 8.88867 13.5 8.71875V12H2.5V8.71875Z",
62
+ fill: "currentColor"
63
+ })
64
+ })
65
+ };
66
+ var IconBriefcase = function(_param) {
67
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 16 16' : _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));
5
75
  };
6
- const IconBriefcase = ({ viewBox = '0 0 16 16', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
76
  export default IconBriefcase;
8
- //# sourceMappingURL=IconBriefcase.js.map
@@ -1,8 +1,76 @@
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
+ }
1
56
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- export const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { d: "M7.51196 19.1571C7.09963 19.1571 6.74205 19.0485 6.43921 18.8313C6.13638 18.6143 5.94821 18.3272 5.87471 17.9698H5.41721C5.08355 17.9698 4.79071 17.8438 4.53871 17.5918C4.28671 17.34 4.16071 17.0473 4.16071 16.7136V13.4226C3.09105 12.7751 2.25721 11.9259 1.65921 10.8751C1.06105 9.82426 0.761963 8.68751 0.761963 7.46484C0.761963 5.58284 1.41646 3.98734 2.72546 2.67834C4.03446 1.36934 5.62996 0.714844 7.51196 0.714844C9.39396 0.714844 10.9895 1.36934 12.2985 2.67834C13.6075 3.98734 14.262 5.58284 14.262 7.46484C14.262 8.69434 13.9633 9.83293 13.366 10.8806C12.7686 11.9283 11.9344 12.7756 10.8632 13.4226V16.7136C10.8632 17.0473 10.7372 17.34 10.4852 17.5918C10.2332 17.8438 9.94038 17.9698 9.60671 17.9698H9.14921C9.07571 18.3272 8.88755 18.6143 8.58471 18.8313C8.28188 19.0485 7.9243 19.1571 7.51196 19.1571ZM5.41721 16.7136H9.60671V15.6801H5.41721V16.7136ZM5.41721 14.7956H9.60671V13.7993H5.41721V14.7956ZM5.20046 12.5431H7.00046V9.27634L4.81071 7.08659L5.51721 6.38034L7.51196 8.38159L9.50671 6.38034L10.2132 7.08659L8.02346 9.27634V12.5431H9.82346C10.7731 12.0961 11.5409 11.4173 12.1267 10.5068C12.7125 9.59634 13.0055 8.58234 13.0055 7.46484C13.0055 5.92801 12.474 4.62826 11.4112 3.56559C10.3485 2.50276 9.0488 1.97134 7.51196 1.97134C5.97513 1.97134 4.67538 2.50276 3.61271 3.56559C2.54988 4.62826 2.01846 5.92801 2.01846 7.46484C2.01846 8.58234 2.31138 9.59634 2.89721 10.5068C3.48305 11.4173 4.2508 12.0961 5.20046 12.5431Z", fill: "currentColor" }) })),
58
+ export var variants = {
59
+ default: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ d: "M7.51196 19.1571C7.09963 19.1571 6.74205 19.0485 6.43921 18.8313C6.13638 18.6143 5.94821 18.3272 5.87471 17.9698H5.41721C5.08355 17.9698 4.79071 17.8438 4.53871 17.5918C4.28671 17.34 4.16071 17.0473 4.16071 16.7136V13.4226C3.09105 12.7751 2.25721 11.9259 1.65921 10.8751C1.06105 9.82426 0.761963 8.68751 0.761963 7.46484C0.761963 5.58284 1.41646 3.98734 2.72546 2.67834C4.03446 1.36934 5.62996 0.714844 7.51196 0.714844C9.39396 0.714844 10.9895 1.36934 12.2985 2.67834C13.6075 3.98734 14.262 5.58284 14.262 7.46484C14.262 8.69434 13.9633 9.83293 13.366 10.8806C12.7686 11.9283 11.9344 12.7756 10.8632 13.4226V16.7136C10.8632 17.0473 10.7372 17.34 10.4852 17.5918C10.2332 17.8438 9.94038 17.9698 9.60671 17.9698H9.14921C9.07571 18.3272 8.88755 18.6143 8.58471 18.8313C8.28188 19.0485 7.9243 19.1571 7.51196 19.1571ZM5.41721 16.7136H9.60671V15.6801H5.41721V16.7136ZM5.41721 14.7956H9.60671V13.7993H5.41721V14.7956ZM5.20046 12.5431H7.00046V9.27634L4.81071 7.08659L5.51721 6.38034L7.51196 8.38159L9.50671 6.38034L10.2132 7.08659L8.02346 9.27634V12.5431H9.82346C10.7731 12.0961 11.5409 11.4173 12.1267 10.5068C12.7125 9.59634 13.0055 8.58234 13.0055 7.46484C13.0055 5.92801 12.474 4.62826 11.4112 3.56559C10.3485 2.50276 9.0488 1.97134 7.51196 1.97134C5.97513 1.97134 4.67538 2.50276 3.61271 3.56559C2.54988 4.62826 2.01846 5.92801 2.01846 7.46484C2.01846 8.58234 2.31138 9.59634 2.89721 10.5068C3.48305 11.4173 4.2508 12.0961 5.20046 12.5431Z",
62
+ fill: "currentColor"
63
+ })
64
+ })
65
+ };
66
+ var IconBulb = function(_param) {
67
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 15 20' : _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));
5
75
  };
6
- const IconBulb = ({ viewBox = '0 0 15 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
76
  export default IconBulb;
8
- //# sourceMappingURL=IconBulb.js.map
@@ -1,8 +1,76 @@
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 = _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, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M23 5V4H21V5H11V4H9V5H5V27H27V5H23ZM25 25H7V11H25V25ZM25 9H7V7H9V8H11V7H21V8H23V7H25V9Z", fill: "currentColor" }), _jsx("path", { d: "M15 13H13V15H15V13Z", fill: "currentColor" }), _jsx("path", { d: "M19 13H17V15H19V13Z", fill: "currentColor" }), _jsx("path", { d: "M23 13H21V15H23V13Z", fill: "currentColor" }), _jsx("path", { d: "M23 17H21V19H23V17Z", fill: "currentColor" }), _jsx("path", { d: "M19 17H17V19H19V17Z", fill: "currentColor" }), _jsx("path", { d: "M15 17H13V19H15V17Z", fill: "currentColor" }), _jsx("path", { d: "M11 17H9V19H11V17Z", fill: "currentColor" }), _jsx("path", { d: "M23 21H9V23H23V21Z", fill: "currentColor" })] })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ d: "M6.75 3V3.75H3.75V20.25H20.25V3.75H17.25V3H15.75V3.75H8.25V3H6.75ZM5.25 5.25H6.75V6H8.25V5.25H15.75V6H17.25V5.25H18.75V6.75H5.25V5.25ZM5.25 8.25H18.75V18.75H5.25V8.25ZM9.75 9.75V11.25H11.25V9.75H9.75ZM12.75 9.75V11.25H14.25V9.75H12.75ZM15.75 9.75V11.25H17.25V9.75H15.75ZM6.75 12.75V14.25H8.25V12.75H6.75ZM9.75 12.75V14.25H11.25V12.75H9.75ZM12.75 12.75V14.25H14.25V12.75H12.75ZM15.75 12.75V14.25H17.25V12.75H15.75ZM6.75 15.75V17.25H8.25V15.75H6.75ZM9.75 15.75V17.25H11.25V15.75H9.75ZM12.75 15.75V17.25H14.25V15.75H12.75Z",
62
+ fill: "currentColor"
63
+ })
64
+ })
65
+ };
66
+ var IconCalendar = 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));
5
75
  };
6
- const IconCalendar = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
76
  export default IconCalendar;
8
- //# sourceMappingURL=IconCalendar.js.map
@@ -1,8 +1,76 @@
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
+ }
1
56
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: "M5.41406 4.33594L4.33594 5.41406L10.9219 12L4.33594 18.5859L5.41406 19.6641L12 13.0781L18.5859 19.6641L19.6641 18.5859L13.0781 12L19.6641 5.41406L18.5859 4.33594L12 10.9219L5.41406 4.33594Z" }) })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ fill: 'currentColor',
62
+ d: "M5.41406 4.33594L4.33594 5.41406L10.9219 12L4.33594 18.5859L5.41406 19.6641L12 13.0781L18.5859 19.6641L19.6641 18.5859L13.0781 12L19.6641 5.41406L18.5859 4.33594L12 10.9219L5.41406 4.33594Z"
63
+ })
64
+ })
65
+ };
66
+ var IconCancelMark = 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));
5
75
  };
6
- const IconCancelMark = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
76
  export default IconCancelMark;
8
- //# sourceMappingURL=IconCancelMark.js.map
@@ -1,8 +1,76 @@
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
+ }
1
56
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { d: "M6.59375 6C5.25781 6 4.02344 6.66797 3.28125 7.78125L0.5 11.9375C0.171875 12.4297 0 13 0 13.5938V20.2188C0 21.1328 0.613281 21.9336 1.5 22.1562L4.09375 22.8125C4.46875 24.6289 6.07812 26 8 26C9.85156 26 11.3984 24.7188 11.8438 23H21.1562C21.6016 24.7188 23.1484 26 25 26C26.8516 26 28.3984 24.7188 28.8438 23H30C31.0938 23 32 22.0938 32 21V17.3438C32 15.5117 30.7461 13.9102 28.9688 13.4688L23.5625 12.0938L19.6562 7.4375C18.8945 6.52734 17.7812 6 16.5938 6H6.59375ZM6.59375 8H11V12H2.875L4.9375 8.90625V8.875C5.30859 8.31641 5.92188 8 6.59375 8ZM13 8H16.5938C17.1875 8 17.7461 8.26172 18.125 8.71875L20.875 12H13V8ZM2 14H22.875L28.5 15.4062C29.3945 15.6289 30 16.4219 30 17.3438V21H28.8438C28.3984 19.2812 26.8516 18 25 18C23.1484 18 21.6016 19.2812 21.1562 21H11.8438C11.3984 19.2812 9.85156 18 8 18C6.22656 18 4.73828 19.1719 4.21875 20.7812L2 20.2188V14ZM8 20C9.11719 20 10 20.8828 10 22C10 23.1172 9.11719 24 8 24C6.88281 24 6 23.1172 6 22C6 20.8828 6.88281 20 8 20ZM25 20C26.1172 20 27 20.8828 27 22C27 23.1172 26.1172 24 25 24C23.8828 24 23 23.1172 23 22C23 20.8828 23.8828 20 25 20Z", fill: "#currentColor" }) })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ d: "M6.59375 6C5.25781 6 4.02344 6.66797 3.28125 7.78125L0.5 11.9375C0.171875 12.4297 0 13 0 13.5938V20.2188C0 21.1328 0.613281 21.9336 1.5 22.1562L4.09375 22.8125C4.46875 24.6289 6.07812 26 8 26C9.85156 26 11.3984 24.7188 11.8438 23H21.1562C21.6016 24.7188 23.1484 26 25 26C26.8516 26 28.3984 24.7188 28.8438 23H30C31.0938 23 32 22.0938 32 21V17.3438C32 15.5117 30.7461 13.9102 28.9688 13.4688L23.5625 12.0938L19.6562 7.4375C18.8945 6.52734 17.7812 6 16.5938 6H6.59375ZM6.59375 8H11V12H2.875L4.9375 8.90625V8.875C5.30859 8.31641 5.92188 8 6.59375 8ZM13 8H16.5938C17.1875 8 17.7461 8.26172 18.125 8.71875L20.875 12H13V8ZM2 14H22.875L28.5 15.4062C29.3945 15.6289 30 16.4219 30 17.3438V21H28.8438C28.3984 19.2812 26.8516 18 25 18C23.1484 18 21.6016 19.2812 21.1562 21H11.8438C11.3984 19.2812 9.85156 18 8 18C6.22656 18 4.73828 19.1719 4.21875 20.7812L2 20.2188V14ZM8 20C9.11719 20 10 20.8828 10 22C10 23.1172 9.11719 24 8 24C6.88281 24 6 23.1172 6 22C6 20.8828 6.88281 20 8 20ZM25 20C26.1172 20 27 20.8828 27 22C27 23.1172 26.1172 24 25 24C23.8828 24 23 23.1172 23 22C23 20.8828 23.8828 20 25 20Z",
62
+ fill: "#currentColor"
63
+ })
64
+ })
65
+ };
66
+ var IconCarSUV = function(_param) {
67
+ 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 ? '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));
5
75
  };
6
- const IconCarSUV = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
76
  export default IconCarSUV;
8
- //# sourceMappingURL=IconCarSUV.js.map
@@ -1,10 +1,150 @@
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 = _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";
2
57
  import { Icon } from './Icon';
3
- export const variants = {
4
- outline: (_jsx(_Fragment, { children: _jsx("path", { fill: "currentColor", d: "M29.7,13.7l-6.1-1.5L22,9.4C21.1,7.9,19.5,7,17.8,7h-7.5C8.5,7,6.9,7.9,6,9.4l-1.6,2.7l-2.1,0.5C1,13,0,14.2,0,15.6V20\n\tc0,1.1,0.9,2,2,2h1.2c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h10.3c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3H30c1.1,0,2-0.9,2-2v-3.4\n\tC32,15.2,31,14,29.7,13.7z M7.7,10.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5l0.9,1.5H6.7L7.7,10.5z M7,23c-1.1,0-2-0.9-2-2\n\tc0-1.1,0.9-2,2-2s2,0.9,2,2C9,22.1,8.1,23,7,23z M25,23c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C27,22.1,26.1,23,25,23z\n\t M30,20h-1.2c-0.4-1.7-2-3-3.8-3c-1.8,0-3.4,1.3-3.8,3H10.8c-0.4-1.7-2-3-3.8-3s-3.4,1.3-3.8,3H2v-4.4c0-0.5,0.3-0.9,0.7-1L5.1,14\n\th17.7l6.4,1.6c0.4,0.1,0.7,0.5,0.7,1L30,20L30,20z" }) })),
5
- filled: (_jsx(_Fragment, { children: _jsxs("g", { children: [_jsx("path", { fill: "currentColor", d: "M29.7,13.7l-6.1-1.5L22,9.4C21.1,7.9,19.5,7,17.8,7h-7.5C8.5,7,6.9,7.9,6,9.4l-1.6,2.7l-2.1,0.5C1,13,0,14.2,0,15.6V20\n\t\tc0,1.1,0.9,2,2,2h1.2c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h10.3c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3H30c1.1,0,2-0.9,2-2v-3.4\n\t\tC32,15.2,31,14,29.7,13.7z M7.7,10.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5l0.9,1.5H6.7L7.7,10.5z M7,23c-1.1,0-2-0.9-2-2\n\t\tc0-1.1,0.9-2,2-2s2,0.9,2,2C9,22.1,8.1,23,7,23z M25,23c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C27,22.1,26.1,23,25,23z" }), _jsx("path", { d: "M21.2,12H6.7l0.9-1.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5L21.2,12z" })] }) })),
6
- dashed: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M26.3,24.9c-0.8,0.3-1.6,0.3-2.5,0l0.6-1.9c0.5,0.1,0.9,0.1,1.3,0L26.3,24.9z M28.3,23.4l-1.6-1.1c0.3-0.4,0.4-0.8,0.4-1.3\n\tl2,0C29.1,21.8,28.8,22.7,28.3,23.4z M23.3,22.2l-1.6,1.2c-0.5-0.7-0.8-1.5-0.8-2.4l2,0C23,21.3,23,21.8,23.3,22.2z" }), _jsx("path", { d: "M8.4,24.8c-0.8,0.3-1.6,0.3-2.5,0l0.6-1.9c0.5,0.1,0.9,0.1,1.3,0L8.4,24.8z M10.4,23.3l-1.6-1.1c0.3-0.4,0.4-0.8,0.4-1.3\n\tl2,0C11.2,21.8,10.9,22.6,10.4,23.3z M5.4,22.2l-1.6,1.2C3.3,22.7,3,21.8,3,20.9l2,0C5,21.3,5.1,21.8,5.4,22.2z" }), _jsx("g", { children: _jsx("path", { d: "M13,22l0-2l1.9,0l0,2L13,22z M16.9,22l0-2l1.9,0l0,2L16.9,22z" }) }), _jsx("path", { d: "M30.6,21.9l-0.5-1.6h0v-1.1l1.8,0v1.3l-0.1,0.2C31.7,21.3,31.2,21.7,30.6,21.9z" }), _jsx("path", { d: "M32,17.2l-2,0v-0.8c0-0.2-0.1-0.3-0.2-0.5l1.6-1.2c0.3,0.4,0.5,0.9,0.6,1.4l0,0.2V17.2z" }), _jsx("path", { d: "M2,16.8l-2-0.2c0.1-1.1,0.5-1.9,1.3-2.5l1.2,1.6C2.3,15.9,2.1,16.1,2,16.8z" }), _jsx("path", { d: "M2.4,20.3l-1.2,1.6c-0.7-0.5-1.1-1.3-1.3-2.5l2-0.2C2.1,19.9,2.3,20.2,2.4,20.3z" }), _jsx("rect", { x: "26.8", y: "13.3", transform: "matrix(0.2331 -0.9725 0.9725 0.2331 7.4784 37.9925)", width: "2", height: "2" }), _jsx("polygon", { points: "24.7,14.5 22.5,14 22.2,13.5 23.2,12.9 23.4,12.2 25.1,12.6 " }), _jsx("path", { d: "M4,14.2l-0.5-1.9l0.7-0.2l0.3-0.5l1.6,1.1l-0.4,0.6c-0.3,0.4-0.8,0.6-1.1,0.7L4,14.2z" }), _jsx("path", { d: "M4.1,12.3C4.1,12.3,4.1,12.3,4.1,12.3L4.1,12.3z" }), _jsx("polygon", { points: "21.1,11.8 20.1,10.3 21.7,9 21.7,9.1 22.8,10.8 " }), _jsx("path", { d: "M7.3,11.1L5.6,10l0.7-1.1C6.6,8.7,6.8,8.5,7,8.3l1.4,1.5C8.2,9.8,8.1,10,8,10.1L7.3,11.1z" }), _jsx("path", { d: "M18.9,9.3C18.6,9.1,18.2,9,17.9,9l-0.4,0V7h0.5c0.7,0,1.3,0.2,1.9,0.5L18.9,9.3z" }), _jsx("path", { d: "M9.6,9.1l-0.4-2C9.5,7,9.9,7,10.2,7h1.2v2h-1.2C10,9,9.8,9,9.6,9.1z" }), _jsx("rect", { x: "13.4", y: "7", width: "2", height: "2" })] })),
58
+ export var variants = {
59
+ outline: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ fill: "currentColor",
62
+ d: "M29.7,13.7l-6.1-1.5L22,9.4C21.1,7.9,19.5,7,17.8,7h-7.5C8.5,7,6.9,7.9,6,9.4l-1.6,2.7l-2.1,0.5C1,13,0,14.2,0,15.6V20 c0,1.1,0.9,2,2,2h1.2c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h10.3c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3H30c1.1,0,2-0.9,2-2v-3.4 C32,15.2,31,14,29.7,13.7z M7.7,10.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5l0.9,1.5H6.7L7.7,10.5z M7,23c-1.1,0-2-0.9-2-2 c0-1.1,0.9-2,2-2s2,0.9,2,2C9,22.1,8.1,23,7,23z M25,23c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C27,22.1,26.1,23,25,23z M30,20h-1.2c-0.4-1.7-2-3-3.8-3c-1.8,0-3.4,1.3-3.8,3H10.8c-0.4-1.7-2-3-3.8-3s-3.4,1.3-3.8,3H2v-4.4c0-0.5,0.3-0.9,0.7-1L5.1,14 h17.7l6.4,1.6c0.4,0.1,0.7,0.5,0.7,1L30,20L30,20z"
63
+ })
64
+ }),
65
+ filled: /*#__PURE__*/ _jsx(_Fragment, {
66
+ children: /*#__PURE__*/ _jsxs("g", {
67
+ children: [
68
+ /*#__PURE__*/ _jsx("path", {
69
+ fill: "currentColor",
70
+ d: "M29.7,13.7l-6.1-1.5L22,9.4C21.1,7.9,19.5,7,17.8,7h-7.5C8.5,7,6.9,7.9,6,9.4l-1.6,2.7l-2.1,0.5C1,13,0,14.2,0,15.6V20 c0,1.1,0.9,2,2,2h1.2c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h10.3c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3H30c1.1,0,2-0.9,2-2v-3.4 C32,15.2,31,14,29.7,13.7z M7.7,10.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5l0.9,1.5H6.7L7.7,10.5z M7,23c-1.1,0-2-0.9-2-2 c0-1.1,0.9-2,2-2s2,0.9,2,2C9,22.1,8.1,23,7,23z M25,23c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C27,22.1,26.1,23,25,23z"
71
+ }),
72
+ /*#__PURE__*/ _jsx("path", {
73
+ d: "M21.2,12H6.7l0.9-1.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5L21.2,12z"
74
+ })
75
+ ]
76
+ })
77
+ }),
78
+ dashed: /*#__PURE__*/ _jsxs(_Fragment, {
79
+ children: [
80
+ /*#__PURE__*/ _jsx("path", {
81
+ d: "M26.3,24.9c-0.8,0.3-1.6,0.3-2.5,0l0.6-1.9c0.5,0.1,0.9,0.1,1.3,0L26.3,24.9z M28.3,23.4l-1.6-1.1c0.3-0.4,0.4-0.8,0.4-1.3 l2,0C29.1,21.8,28.8,22.7,28.3,23.4z M23.3,22.2l-1.6,1.2c-0.5-0.7-0.8-1.5-0.8-2.4l2,0C23,21.3,23,21.8,23.3,22.2z"
82
+ }),
83
+ /*#__PURE__*/ _jsx("path", {
84
+ d: "M8.4,24.8c-0.8,0.3-1.6,0.3-2.5,0l0.6-1.9c0.5,0.1,0.9,0.1,1.3,0L8.4,24.8z M10.4,23.3l-1.6-1.1c0.3-0.4,0.4-0.8,0.4-1.3 l2,0C11.2,21.8,10.9,22.6,10.4,23.3z M5.4,22.2l-1.6,1.2C3.3,22.7,3,21.8,3,20.9l2,0C5,21.3,5.1,21.8,5.4,22.2z"
85
+ }),
86
+ /*#__PURE__*/ _jsx("g", {
87
+ children: /*#__PURE__*/ _jsx("path", {
88
+ d: "M13,22l0-2l1.9,0l0,2L13,22z M16.9,22l0-2l1.9,0l0,2L16.9,22z"
89
+ })
90
+ }),
91
+ /*#__PURE__*/ _jsx("path", {
92
+ d: "M30.6,21.9l-0.5-1.6h0v-1.1l1.8,0v1.3l-0.1,0.2C31.7,21.3,31.2,21.7,30.6,21.9z"
93
+ }),
94
+ /*#__PURE__*/ _jsx("path", {
95
+ d: "M32,17.2l-2,0v-0.8c0-0.2-0.1-0.3-0.2-0.5l1.6-1.2c0.3,0.4,0.5,0.9,0.6,1.4l0,0.2V17.2z"
96
+ }),
97
+ /*#__PURE__*/ _jsx("path", {
98
+ d: "M2,16.8l-2-0.2c0.1-1.1,0.5-1.9,1.3-2.5l1.2,1.6C2.3,15.9,2.1,16.1,2,16.8z"
99
+ }),
100
+ /*#__PURE__*/ _jsx("path", {
101
+ d: "M2.4,20.3l-1.2,1.6c-0.7-0.5-1.1-1.3-1.3-2.5l2-0.2C2.1,19.9,2.3,20.2,2.4,20.3z"
102
+ }),
103
+ /*#__PURE__*/ _jsx("rect", {
104
+ x: "26.8",
105
+ y: "13.3",
106
+ transform: "matrix(0.2331 -0.9725 0.9725 0.2331 7.4784 37.9925)",
107
+ width: "2",
108
+ height: "2"
109
+ }),
110
+ /*#__PURE__*/ _jsx("polygon", {
111
+ points: "24.7,14.5 22.5,14 22.2,13.5 23.2,12.9 23.4,12.2 25.1,12.6 "
112
+ }),
113
+ /*#__PURE__*/ _jsx("path", {
114
+ d: "M4,14.2l-0.5-1.9l0.7-0.2l0.3-0.5l1.6,1.1l-0.4,0.6c-0.3,0.4-0.8,0.6-1.1,0.7L4,14.2z"
115
+ }),
116
+ /*#__PURE__*/ _jsx("path", {
117
+ d: "M4.1,12.3C4.1,12.3,4.1,12.3,4.1,12.3L4.1,12.3z"
118
+ }),
119
+ /*#__PURE__*/ _jsx("polygon", {
120
+ points: "21.1,11.8 20.1,10.3 21.7,9 21.7,9.1 22.8,10.8 "
121
+ }),
122
+ /*#__PURE__*/ _jsx("path", {
123
+ d: "M7.3,11.1L5.6,10l0.7-1.1C6.6,8.7,6.8,8.5,7,8.3l1.4,1.5C8.2,9.8,8.1,10,8,10.1L7.3,11.1z"
124
+ }),
125
+ /*#__PURE__*/ _jsx("path", {
126
+ d: "M18.9,9.3C18.6,9.1,18.2,9,17.9,9l-0.4,0V7h0.5c0.7,0,1.3,0.2,1.9,0.5L18.9,9.3z"
127
+ }),
128
+ /*#__PURE__*/ _jsx("path", {
129
+ d: "M9.6,9.1l-0.4-2C9.5,7,9.9,7,10.2,7h1.2v2h-1.2C10,9,9.8,9,9.6,9.1z"
130
+ }),
131
+ /*#__PURE__*/ _jsx("rect", {
132
+ x: "13.4",
133
+ y: "7",
134
+ width: "2",
135
+ height: "2"
136
+ })
137
+ ]
138
+ })
139
+ };
140
+ var IconCarSedan = function(_param) {
141
+ 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, [
142
+ "viewBox",
143
+ "variant"
144
+ ]);
145
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
146
+ viewBox: viewBox,
147
+ element: variants[variant]
148
+ }, props));
7
149
  };
8
- const IconCarSedan = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
9
150
  export default IconCarSedan;
10
- //# sourceMappingURL=IconCarSedan.js.map