@driveflux/beam 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/dist/accordion/Accordion.js +7 -133
  2. package/dist/accordion/Accordion.stories.js +11 -31
  3. package/dist/alert/Alert.js +14 -110
  4. package/dist/alert/Alert.stories.js +15 -50
  5. package/dist/animations/LoadingAnimation.js +21 -34
  6. package/dist/badge/Badge.js +7 -96
  7. package/dist/badge/Badge.stories.js +7 -28
  8. package/dist/base-styles.css +264 -96
  9. package/dist/box/Box.d.ts.map +1 -1
  10. package/dist/box/Box.js +3 -87
  11. package/dist/box/Box.stories.js +7 -8
  12. package/dist/breadcrumbs/Breadcrumbs.js +28 -288
  13. package/dist/breadcrumbs/Breadcrumbs.stories.js +27 -51
  14. package/dist/button/Button.js +12 -124
  15. package/dist/button/Button.stories.js +7 -35
  16. package/dist/card/Card.js +7 -109
  17. package/dist/card/Card.stories.js +7 -10
  18. package/dist/carousel/Carousel.js +58 -281
  19. package/dist/carousel/Carousel.js.map +1 -1
  20. package/dist/carousel/Carousel.stories.js +7 -39
  21. package/dist/carousel/CarouselButton.js +7 -68
  22. package/dist/center/Center.js +3 -63
  23. package/dist/center/Center.stories.js +7 -19
  24. package/dist/checkbox/Checkbox.js +4 -124
  25. package/dist/checkbox/Checkbox.stories.js +8 -10
  26. package/dist/chip/Chip.js +3 -104
  27. package/dist/chip/Chip.stories.js +7 -19
  28. package/dist/circular-progress/CircularProgress.js +11 -150
  29. package/dist/circular-progress/CircularProgress.stories.js +14 -54
  30. package/dist/command/command.js +13 -170
  31. package/dist/command/command.js.map +1 -1
  32. package/dist/datepicker/DatePicker.d.ts +2 -2
  33. package/dist/datepicker/DatePicker.d.ts.map +1 -1
  34. package/dist/datepicker/DatePicker.js +27 -127
  35. package/dist/datepicker/DatePicker.js.map +1 -1
  36. package/dist/datepicker/DatePicker.stories.js +58 -163
  37. package/dist/datepicker/DatePickerDrawer.js +14 -110
  38. package/dist/datepicker/DatePickerPopover.js +35 -207
  39. package/dist/datepicker/DatePickerPopover.js.map +1 -1
  40. package/dist/datepicker/constants.js +4 -3
  41. package/dist/datepicker/root-calendar.css +58 -58
  42. package/dist/datepicker/utils.js +11 -4
  43. package/dist/dialog/index.js +12 -144
  44. package/dist/divider/Divider.js +3 -63
  45. package/dist/divider/Divider.js.map +1 -1
  46. package/dist/divider/Divider.stories.js +7 -13
  47. package/dist/drawer/index.js +12 -157
  48. package/dist/drawer/index.js.map +1 -1
  49. package/dist/dropdown/Dropdown.js +26 -212
  50. package/dist/dropdown/Dropdown.js.map +1 -1
  51. package/dist/dropdown/Dropdown.stories.js +22 -109
  52. package/dist/field-wrapper/FieldWrapper.js +3 -139
  53. package/dist/field-wrapper/FieldWrapper.js.map +1 -1
  54. package/dist/field-wrapper/FieldWrapper.stories.js +28 -124
  55. package/dist/flex/Flex.js +3 -63
  56. package/dist/flex/Flex.stories.js +7 -19
  57. package/dist/grid/Grid.js +3 -63
  58. package/dist/grid/Grid.stories.js +7 -28
  59. package/dist/hooks/use-breakpoint-value.js +14 -77
  60. package/dist/hooks/use-media-query.js +12 -61
  61. package/dist/hstack/HStack.js +3 -63
  62. package/dist/hstack/HStack.stories.js +7 -19
  63. package/dist/icons/FluxLogo.js +9 -213
  64. package/dist/icons/FluxLogoTable.js +5 -109
  65. package/dist/icons/Icon.js +7 -108
  66. package/dist/icons/Icon.stories.js +7 -12
  67. package/dist/icons/Icon24Hours.js +5 -83
  68. package/dist/icons/IconAcceleration.js +4 -72
  69. package/dist/icons/IconAccount.js +4 -72
  70. package/dist/icons/IconApplicant.js +5 -78
  71. package/dist/icons/IconArrow.js +6 -78
  72. package/dist/icons/IconArrowBack.js +4 -72
  73. package/dist/icons/IconArrowForward.js +4 -72
  74. package/dist/icons/IconArrowTopLeft.js +4 -70
  75. package/dist/icons/IconBluesharkProductGuide.js +5 -80
  76. package/dist/icons/IconBolt.js +4 -72
  77. package/dist/icons/IconBriefcase.js +4 -72
  78. package/dist/icons/IconBulb.js +4 -72
  79. package/dist/icons/IconCalendar.js +4 -72
  80. package/dist/icons/IconCalendarArrowBack.js +4 -72
  81. package/dist/icons/IconCalendarArrowForward.js +4 -72
  82. package/dist/icons/IconCalendarDoubleArrowBack.js +4 -72
  83. package/dist/icons/IconCalendarDoubleArrowForward.js +4 -72
  84. package/dist/icons/IconCancel.js +6 -85
  85. package/dist/icons/IconCancelMark.js +4 -72
  86. package/dist/icons/IconCarSUV.js +4 -72
  87. package/dist/icons/IconCarSedan.js +7 -147
  88. package/dist/icons/IconChain.js +5 -79
  89. package/dist/icons/IconCheckmark.js +4 -72
  90. package/dist/icons/IconChevronRight.js +4 -72
  91. package/dist/icons/IconCircle.js +11 -114
  92. package/dist/icons/IconCircleCheckmark.js +5 -77
  93. package/dist/icons/IconCircleError.js +4 -72
  94. package/dist/icons/IconCircleExclamation.js +6 -104
  95. package/dist/icons/IconCircleMark.js +5 -78
  96. package/dist/icons/IconCircleOutline.js +5 -140
  97. package/dist/icons/IconClock.js +5 -80
  98. package/dist/icons/IconClose.js +4 -72
  99. package/dist/icons/IconConcierge.js +5 -79
  100. package/dist/icons/IconConciergeService.js +5 -87
  101. package/dist/icons/IconCreditCard.js +5 -78
  102. package/dist/icons/IconDash.js +4 -72
  103. package/dist/icons/IconDeliver.js +4 -72
  104. package/dist/icons/IconDelivery.js +5 -87
  105. package/dist/icons/IconDetails.js +4 -72
  106. package/dist/icons/IconDot.js +6 -87
  107. package/dist/icons/IconDot.js.map +1 -1
  108. package/dist/icons/IconEVCharging.js +5 -79
  109. package/dist/icons/IconElectricCarFuel.js +5 -80
  110. package/dist/icons/IconEllipsis.js +5 -78
  111. package/dist/icons/IconEnvelope.js +4 -72
  112. package/dist/icons/IconEye.js +5 -79
  113. package/dist/icons/IconFacebook.js +6 -94
  114. package/dist/icons/IconFilter.js +5 -83
  115. package/dist/icons/IconFlagMalaysia.js +5 -141
  116. package/dist/icons/IconGiveKey.js +5 -79
  117. package/dist/icons/IconGlobe.js +4 -70
  118. package/dist/icons/IconGoogle.js +5 -87
  119. package/dist/icons/IconHome.js +5 -78
  120. package/dist/icons/IconHostAdvertise.js +4 -72
  121. package/dist/icons/IconHostCar.js +4 -75
  122. package/dist/icons/IconHostCash.js +5 -91
  123. package/dist/icons/IconHostHandle.js +4 -70
  124. package/dist/icons/IconHostLocation.js +4 -70
  125. package/dist/icons/IconHostPayment.js +5 -91
  126. package/dist/icons/IconHostService.js +5 -79
  127. package/dist/icons/IconHotDeals.js +4 -72
  128. package/dist/icons/IconInfo.js +5 -77
  129. package/dist/icons/IconInstagram.js +4 -72
  130. package/dist/icons/IconInsurance.js +5 -99
  131. package/dist/icons/IconInternet.js +4 -73
  132. package/dist/icons/IconInventory.js +5 -78
  133. package/dist/icons/IconLaurel.js +5 -101
  134. package/dist/icons/IconLinkedIn.js +4 -72
  135. package/dist/icons/IconLoading.js +4 -78
  136. package/dist/icons/IconLocation.js +5 -80
  137. package/dist/icons/IconLock.js +4 -73
  138. package/dist/icons/IconLogistics.js +4 -72
  139. package/dist/icons/IconMail.js +5 -94
  140. package/dist/icons/IconMember.js +5 -78
  141. package/dist/icons/IconMobilePen.js +5 -83
  142. package/dist/icons/IconMotorcycleMoped.js +5 -78
  143. package/dist/icons/IconNoCost.js +5 -92
  144. package/dist/icons/IconPDF.js +5 -80
  145. package/dist/icons/IconPencil.js +4 -70
  146. package/dist/icons/IconPhone.js +4 -70
  147. package/dist/icons/IconPlus.js +4 -72
  148. package/dist/icons/IconPricing.js +4 -72
  149. package/dist/icons/IconProtected.js +4 -71
  150. package/dist/icons/IconPsychology.js +4 -72
  151. package/dist/icons/IconQuestionTooltip.js +4 -73
  152. package/dist/icons/IconQuote.js +4 -72
  153. package/dist/icons/IconRate.js +4 -71
  154. package/dist/icons/IconRegister.js +5 -99
  155. package/dist/icons/IconReturn.js +4 -72
  156. package/dist/icons/IconSearch.js +4 -70
  157. package/dist/icons/IconSecure.js +4 -71
  158. package/dist/icons/IconSecurity.js +4 -73
  159. package/dist/icons/IconSedanOutline.js +5 -159
  160. package/dist/icons/IconSelectArrow.js +6 -78
  161. package/dist/icons/IconSort.js +5 -79
  162. package/dist/icons/IconSortListed.js +5 -95
  163. package/dist/icons/IconSortPriceAscending.js +5 -83
  164. package/dist/icons/IconSortPriceDescending.js +5 -83
  165. package/dist/icons/IconSortYear.js +5 -79
  166. package/dist/icons/IconSpan.js +4 -71
  167. package/dist/icons/IconSpeaker.js +4 -79
  168. package/dist/icons/IconSpecialCar.js +5 -95
  169. package/dist/icons/IconStar.js +7 -92
  170. package/dist/icons/IconStockPhoto.js +5 -95
  171. package/dist/icons/IconSubscription.js +6 -113
  172. package/dist/icons/IconSubscriptions.js +6 -113
  173. package/dist/icons/IconSwap.js +5 -79
  174. package/dist/icons/IconTax.js +4 -72
  175. package/dist/icons/IconThinArrow.js +6 -78
  176. package/dist/icons/IconThumbsdown.js +5 -78
  177. package/dist/icons/IconThumbsup.js +5 -78
  178. package/dist/icons/IconTool.js +4 -72
  179. package/dist/icons/IconTooltip.js +4 -73
  180. package/dist/icons/IconTrash.js +4 -72
  181. package/dist/icons/IconTriangleExclamation.js +4 -72
  182. package/dist/icons/IconTyersBrakes.js +5 -83
  183. package/dist/icons/IconTyre.js +5 -83
  184. package/dist/icons/IconVacancy.js +5 -78
  185. package/dist/icons/IconVolunteer.js +4 -72
  186. package/dist/icons/IconWhatsapp.js +4 -73
  187. package/dist/icons/IconXPlatform.js +4 -72
  188. package/dist/icons/IconZeroEffort.js +5 -77
  189. package/dist/icons/Logo.js +3 -99
  190. package/dist/input/Input.js +11 -125
  191. package/dist/input/Input.stories.js +18 -17
  192. package/dist/input-mask/InputMask.js +11 -149
  193. package/dist/input-mask/InputMask.stories.js +6 -5
  194. package/dist/input-mask/mask-trackers.js +5 -4
  195. package/dist/input-select/InputSelect.js +68 -357
  196. package/dist/input-select/InputSelect.js.map +1 -1
  197. package/dist/input-select/InputSelect.stories.d.ts.map +1 -1
  198. package/dist/input-select/InputSelect.stories.js +25 -98
  199. package/dist/popover/popover.js +4 -72
  200. package/dist/popover/popover.js.map +1 -1
  201. package/dist/progress/Progress.js +2 -96
  202. package/dist/progress/Progress.stories.js +14 -13
  203. package/dist/radio/Radio.js +4 -163
  204. package/dist/scroll-area/scroll-area.js +5 -113
  205. package/dist/scroll-area/scroll-area.js.map +1 -1
  206. package/dist/search-input-select/SearchInputSelect.js +69 -346
  207. package/dist/search-input-select/SearchInputSelect.js.map +1 -1
  208. package/dist/select/Select.js +29 -315
  209. package/dist/select/Select.js.map +1 -1
  210. package/dist/select/Select.stories.d.ts.map +1 -1
  211. package/dist/select/Select.stories.js +19 -55
  212. package/dist/skeleton/Skeleton.js +3 -62
  213. package/dist/skeleton/Skeleton.stories.js +7 -8
  214. package/dist/slider/Slider.js +5 -106
  215. package/dist/slider/Slider.stories.js +11 -12
  216. package/dist/stack/Stack.js +3 -63
  217. package/dist/stack/Stack.stories.js +7 -19
  218. package/dist/styles.css +2787 -3282
  219. package/dist/table/Table.js +10 -131
  220. package/dist/table/Table.stories.js +8 -84
  221. package/dist/tabs/Tabs.js +9 -128
  222. package/dist/tabs/Tabs.js.map +1 -1
  223. package/dist/tabs/Tabs.stories.js +13 -46
  224. package/dist/text/Text.d.ts.map +1 -1
  225. package/dist/text/Text.js +6 -88
  226. package/dist/text/Text.stories.js +7 -44
  227. package/dist/toast/Toast.stories.js +14 -66
  228. package/dist/toast/ToastBox.js +24 -71
  229. package/dist/toast/index.js +1 -0
  230. package/dist/toast/sonner.js +11 -70
  231. package/dist/toggle/Toggle.js +7 -116
  232. package/dist/toggle/Toggle.stories.js +8 -10
  233. package/dist/tooltip/Tooltip.js +12 -151
  234. package/dist/tooltip/Tooltip.stories.js +13 -71
  235. package/dist/utils.js +2 -4
  236. package/dist/vstack/VStack.js +3 -63
  237. package/dist/vstack/VStack.stories.js +7 -19
  238. package/package.json +4 -4
  239. package/dist/icons/IconCollapseAll.d.ts +0 -8
  240. package/dist/icons/IconCollapseAll.d.ts.map +0 -1
  241. package/dist/icons/IconCollapseAll.js +0 -97
  242. package/dist/icons/IconCollapseAll.js.map +0 -1
  243. package/dist/icons/IconDownload.d.ts +0 -8
  244. package/dist/icons/IconDownload.d.ts.map +0 -1
  245. package/dist/icons/IconDownload.js +0 -82
  246. package/dist/icons/IconExpandAll.d.ts +0 -8
  247. package/dist/icons/IconExpandAll.d.ts.map +0 -1
  248. package/dist/icons/IconExpandAll.js +0 -97
  249. package/dist/icons/IconExpandAll.js.map +0 -1
  250. package/dist/icons/IconReport.d.ts +0 -9
  251. package/dist/icons/IconReport.d.ts.map +0 -1
  252. package/dist/icons/IconReport.js +0 -92
  253. package/dist/icons/IconReport.js.map +0 -1
@@ -1,76 +1,8 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx("path", {
60
- d: "M9.575 12L5 7.4L6.4 6L12.4 12L6.4 18L5 16.6L9.575 12ZM16.175 12L11.6 7.4L13 6L19 12L13 18L11.6 16.6L16.175 12Z",
61
- fill: "#272727"
62
- })
63
- };
64
- var IconCalendarDoubleArrowForward = function(_param) {
65
- 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, _param_size = _param.size, size = _param_size === void 0 ? 16 : _param_size, props = _object_without_properties(_param, [
66
- "viewBox",
67
- "variant",
68
- "size"
69
- ]);
70
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
71
- viewBox: viewBox,
72
- size: size,
73
- element: variants[variant]
74
- }, props));
3
+ const variants = {
4
+ default: (_jsx("path", { d: "M9.575 12L5 7.4L6.4 6L12.4 12L6.4 18L5 16.6L9.575 12ZM16.175 12L11.6 7.4L13 6L19 12L13 18L11.6 16.6L16.175 12Z", fill: "#272727" })),
75
5
  };
6
+ const IconCalendarDoubleArrowForward = ({ viewBox = '0 0 24 24', variant = 'default', size = 16, ...props }) => (_jsx(Icon, { viewBox: viewBox, size: size, element: variants[variant], ...props }));
76
7
  export default IconCalendarDoubleArrowForward;
8
+ //# sourceMappingURL=IconCalendarDoubleArrowForward.js.map
@@ -1,88 +1,9 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- filled: /*#__PURE__*/ _jsxs(_Fragment, {
60
- children: [
61
- /*#__PURE__*/ _jsx("path", {
62
- d: "M16 4C9.3824 4 4 9.3824 4 16C4 22.6176 9.3824 28 16 28C22.6176 28 28 22.6176 28 16C28 9.3824 22.6176 4 16 4ZM21.216 19.7824L19.776 21.2224L16 17.44L12.2176 21.2224L10.7776 19.7824L14.56 16L10.7776 12.2176L12.2176 10.7776L16 14.56L19.7824 10.7776L21.2224 12.2176L17.44 16L21.216 19.7824Z",
63
- fill: "currentColor"
64
- }),
65
- ' '
66
- ]
67
- }),
68
- outline: /*#__PURE__*/ _jsxs(_Fragment, {
69
- children: [
70
- /*#__PURE__*/ _jsx("path", {
71
- d: "M16 4C9.3824 4 4 9.3824 4 16C4 22.6176 9.3824 28 16 28C22.6176 28 28 22.6176 28 16C28 9.3824 22.6176 4 16 4ZM16 6.0032C21.536 6.0032 25.9968 10.4704 25.9968 16C25.9968 21.5296 21.536 25.9968 16 25.9968C10.464 25.9968 6.0032 21.536 6.0032 16C6.0032 10.464 10.464 6.0032 16 6.0032ZM12.2176 10.784L10.7776 12.224L14.56 16.0064L10.7776 19.7888L12.2176 21.2288L16 17.4464L19.7824 21.2288L21.2224 19.7888L17.44 16L21.2224 12.2176L19.7824 10.7776L16 14.56L12.2176 10.784Z",
72
- fill: "currentColor"
73
- }),
74
- ' '
75
- ]
76
- })
77
- };
78
- var IconCancel = function(_param) {
79
- 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, [
80
- "viewBox",
81
- "variant"
82
- ]);
83
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
84
- viewBox: viewBox,
85
- element: variants[variant]
86
- }, props));
3
+ const variants = {
4
+ filled: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M16 4C9.3824 4 4 9.3824 4 16C4 22.6176 9.3824 28 16 28C22.6176 28 28 22.6176 28 16C28 9.3824 22.6176 4 16 4ZM21.216 19.7824L19.776 21.2224L16 17.44L12.2176 21.2224L10.7776 19.7824L14.56 16L10.7776 12.2176L12.2176 10.7776L16 14.56L19.7824 10.7776L21.2224 12.2176L17.44 16L21.216 19.7824Z", fill: "currentColor" }), ' '] })),
5
+ outline: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M16 4C9.3824 4 4 9.3824 4 16C4 22.6176 9.3824 28 16 28C22.6176 28 28 22.6176 28 16C28 9.3824 22.6176 4 16 4ZM16 6.0032C21.536 6.0032 25.9968 10.4704 25.9968 16C25.9968 21.5296 21.536 25.9968 16 25.9968C10.464 25.9968 6.0032 21.536 6.0032 16C6.0032 10.464 10.464 6.0032 16 6.0032ZM12.2176 10.784L10.7776 12.224L14.56 16.0064L10.7776 19.7888L12.2176 21.2288L16 17.4464L19.7824 21.2288L21.2224 19.7888L17.44 16L21.2224 12.2176L19.7824 10.7776L16 14.56L12.2176 10.784Z", fill: "currentColor" }), ' '] })),
87
6
  };
7
+ const IconCancel = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
88
8
  export default IconCancel;
9
+ //# sourceMappingURL=IconCancel.js.map
@@ -1,76 +1,8 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- 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));
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" }) })),
75
5
  };
6
+ const IconCancelMark = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconCancelMark;
8
+ //# sourceMappingURL=IconCancelMark.js.map
@@ -1,76 +1,8 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "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));
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" }) })),
75
5
  };
6
+ const IconCarSUV = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconCarSUV;
8
+ //# sourceMappingURL=IconCarSUV.js.map
@@ -1,150 +1,10 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- export var variants = {
59
- 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));
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" })] })),
149
7
  };
8
+ const IconCarSedan = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
150
9
  export default IconCarSedan;
10
+ //# sourceMappingURL=IconCarSedan.js.map
@@ -1,82 +1,8 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsxs(_Fragment, {
60
- children: [
61
- /*#__PURE__*/ _jsx("path", {
62
- "data-name": "Path 660",
63
- d: "M13.94 1.332l-.271-.271a3.632 3.632 0 00-5.13 0L6.911 2.689A.75.75 0 007.972 3.75l1.627-1.628a2.13 2.13 0 013.009 0l.271.271a2.13 2.13 0 010 3.009l-2.6 2.6a2.11 2.11 0 01-1.16.595 2.136 2.136 0 01-1.848-.594L7 7.732a2.211 2.211 0 01-.218-.255.75.75 0 10-1.213.883 3.7 3.7 0 00.369.432l.272.272a3.64 3.64 0 002.569 1.062 3.618 3.618 0 002.561-1.062l2.6-2.6a3.632 3.632 0 000-5.132z"
64
- }),
65
- /*#__PURE__*/ _jsx("path", {
66
- "data-name": "Path 661",
67
- d: "M7.031 11.248L5.4 12.877a2.13 2.13 0 01-3.009 0l-.271-.272a2.127 2.127 0 010-3.008l2.6-2.6a2.114 2.114 0 011.16-.6 2.138 2.138 0 011.849.6L8 7.268a2.133 2.133 0 01.218.254.75.75 0 101.213-.883 3.68 3.68 0 00-.37-.432l-.271-.271a3.626 3.626 0 00-5.13 0l-2.6 2.6a3.627 3.627 0 000 5.13l.271.272a3.631 3.631 0 005.13 0l1.628-1.627a.75.75 0 00-1.058-1.063z"
68
- })
69
- ]
70
- })
71
- };
72
- var IconChain = function(_param) {
73
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 15 15' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
74
- "viewBox",
75
- "variant"
76
- ]);
77
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
78
- viewBox: viewBox,
79
- element: variants[variant]
80
- }, props));
3
+ const variants = {
4
+ default: (_jsxs(_Fragment, { children: [_jsx("path", { "data-name": "Path 660", d: "M13.94 1.332l-.271-.271a3.632 3.632 0 00-5.13 0L6.911 2.689A.75.75 0 007.972 3.75l1.627-1.628a2.13 2.13 0 013.009 0l.271.271a2.13 2.13 0 010 3.009l-2.6 2.6a2.11 2.11 0 01-1.16.595 2.136 2.136 0 01-1.848-.594L7 7.732a2.211 2.211 0 01-.218-.255.75.75 0 10-1.213.883 3.7 3.7 0 00.369.432l.272.272a3.64 3.64 0 002.569 1.062 3.618 3.618 0 002.561-1.062l2.6-2.6a3.632 3.632 0 000-5.132z" }), _jsx("path", { "data-name": "Path 661", d: "M7.031 11.248L5.4 12.877a2.13 2.13 0 01-3.009 0l-.271-.272a2.127 2.127 0 010-3.008l2.6-2.6a2.114 2.114 0 011.16-.6 2.138 2.138 0 011.849.6L8 7.268a2.133 2.133 0 01.218.254.75.75 0 101.213-.883 3.68 3.68 0 00-.37-.432l-.271-.271a3.626 3.626 0 00-5.13 0l-2.6 2.6a3.627 3.627 0 000 5.13l.271.272a3.631 3.631 0 005.13 0l1.628-1.627a.75.75 0 00-1.058-1.063z" })] })),
81
5
  };
6
+ const IconChain = ({ viewBox = '0 0 15 15', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
82
7
  export default IconChain;
8
+ //# sourceMappingURL=IconChain.js.map