@driveflux/beam 3.0.19 → 3.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/dist/accordion/Accordion.js +203 -7
  2. package/dist/accordion/Accordion.stories.js +31 -11
  3. package/dist/alert/Alert.js +193 -19
  4. package/dist/alert/Alert.stories.js +50 -15
  5. package/dist/animations/LoadingAnimation.js +34 -21
  6. package/dist/badge/Badge.js +105 -7
  7. package/dist/badge/Badge.stories.js +28 -7
  8. package/dist/box/Box.js +151 -3
  9. package/dist/box/Box.stories.js +8 -7
  10. package/dist/breadcrumbs/Breadcrumbs.js +351 -26
  11. package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
  12. package/dist/button/Button.js +190 -12
  13. package/dist/button/Button.stories.js +35 -7
  14. package/dist/button/TextButton.js +168 -9
  15. package/dist/card/Card.js +188 -7
  16. package/dist/card/Card.stories.js +10 -7
  17. package/dist/carousel/Carousel.js +308 -58
  18. package/dist/carousel/Carousel.stories.js +39 -7
  19. package/dist/carousel/CarouselButton.js +132 -7
  20. package/dist/center/Center.js +127 -3
  21. package/dist/center/Center.stories.js +19 -7
  22. package/dist/checkbox/Checkbox.js +188 -4
  23. package/dist/checkbox/Checkbox.stories.js +10 -8
  24. package/dist/chip/Chip.js +168 -3
  25. package/dist/chip/Chip.stories.js +19 -7
  26. package/dist/circular-progress/CircularProgress.js +159 -11
  27. package/dist/circular-progress/CircularProgress.stories.js +54 -14
  28. package/dist/command/command.js +249 -13
  29. package/dist/datepicker/DatePicker.js +245 -90
  30. package/dist/datepicker/DatePicker.stories.js +162 -58
  31. package/dist/datepicker/DatePickerDrawer.js +115 -17
  32. package/dist/datepicker/DatePickerPopover.js +208 -35
  33. package/dist/datepicker/constants.js +3 -4
  34. package/dist/datepicker/utils.js +4 -11
  35. package/dist/dialog/index.js +253 -12
  36. package/dist/divider/Divider.js +127 -3
  37. package/dist/divider/Divider.stories.js +13 -7
  38. package/dist/drawer/index.js +230 -12
  39. package/dist/dropdown/Dropdown.js +297 -26
  40. package/dist/dropdown/Dropdown.stories.js +109 -22
  41. package/dist/field-wrapper/FieldWrapper.js +203 -3
  42. package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
  43. package/dist/flex/Flex.js +127 -3
  44. package/dist/flex/Flex.stories.js +19 -7
  45. package/dist/grid/Grid.js +127 -3
  46. package/dist/grid/Grid.stories.js +28 -7
  47. package/dist/hooks/use-breakpoint-value.js +77 -14
  48. package/dist/hooks/use-media-query.js +61 -12
  49. package/dist/hstack/HStack.js +127 -3
  50. package/dist/hstack/HStack.stories.js +19 -7
  51. package/dist/icons/FluxLogo.js +222 -9
  52. package/dist/icons/FluxLogoTable.js +118 -5
  53. package/dist/icons/Icon.js +117 -7
  54. package/dist/icons/Icon.stories.js +12 -7
  55. package/dist/icons/Icon24Hours.js +92 -5
  56. package/dist/icons/IconAcceleration.js +81 -4
  57. package/dist/icons/IconAccount.js +81 -4
  58. package/dist/icons/IconApplicant.js +87 -5
  59. package/dist/icons/IconArrow.js +87 -6
  60. package/dist/icons/IconArrowBack.js +81 -4
  61. package/dist/icons/IconArrowForward.js +81 -4
  62. package/dist/icons/IconArrowTopLeft.js +79 -4
  63. package/dist/icons/IconBluesharkProductGuide.js +89 -5
  64. package/dist/icons/IconBolt.js +81 -4
  65. package/dist/icons/IconBriefcase.js +81 -4
  66. package/dist/icons/IconBulb.js +81 -4
  67. package/dist/icons/IconCalendar.js +81 -4
  68. package/dist/icons/IconCalendarArrowBack.js +81 -4
  69. package/dist/icons/IconCalendarArrowForward.js +81 -4
  70. package/dist/icons/IconCalendarDoubleArrowBack.js +81 -4
  71. package/dist/icons/IconCalendarDoubleArrowForward.js +81 -4
  72. package/dist/icons/IconCancel.js +86 -5
  73. package/dist/icons/IconCancelMark.js +81 -4
  74. package/dist/icons/IconCarSUV.js +81 -4
  75. package/dist/icons/IconCarSedan.js +156 -7
  76. package/dist/icons/IconChain.js +88 -5
  77. package/dist/icons/IconCheckmark.js +81 -4
  78. package/dist/icons/IconChevronRight.js +81 -4
  79. package/dist/icons/IconCircle.js +123 -11
  80. package/dist/icons/IconCircleCheckmark.js +86 -5
  81. package/dist/icons/IconCircleError.js +81 -4
  82. package/dist/icons/IconCircleExclamation.js +113 -6
  83. package/dist/icons/IconCircleMark.js +87 -5
  84. package/dist/icons/IconCircleOutline.js +148 -5
  85. package/dist/icons/IconClock.js +89 -5
  86. package/dist/icons/IconClose.js +81 -4
  87. package/dist/icons/IconCollapseAll.js +103 -5
  88. package/dist/icons/IconConcierge.js +88 -5
  89. package/dist/icons/IconConciergeService.js +96 -5
  90. package/dist/icons/IconCreditCard.js +87 -5
  91. package/dist/icons/IconDash.js +81 -4
  92. package/dist/icons/IconDeliver.js +81 -4
  93. package/dist/icons/IconDelivery.js +96 -5
  94. package/dist/icons/IconDetails.js +81 -4
  95. package/dist/icons/IconDot.js +96 -6
  96. package/dist/icons/IconDownload.js +88 -5
  97. package/dist/icons/IconEVCharging.js +88 -5
  98. package/dist/icons/IconElectricCarFuel.js +89 -5
  99. package/dist/icons/IconEllipsis.js +87 -5
  100. package/dist/icons/IconEnvelope.js +81 -4
  101. package/dist/icons/IconExpandAll.js +103 -5
  102. package/dist/icons/IconEye.js +88 -5
  103. package/dist/icons/IconFacebook.js +103 -6
  104. package/dist/icons/IconFilter.js +92 -5
  105. package/dist/icons/IconFlagMalaysia.js +150 -5
  106. package/dist/icons/IconGiveKey.js +88 -5
  107. package/dist/icons/IconGlobe.js +79 -4
  108. package/dist/icons/IconGoogle.js +96 -5
  109. package/dist/icons/IconHome.js +87 -5
  110. package/dist/icons/IconHostAdvertise.js +81 -4
  111. package/dist/icons/IconHostCar.js +84 -4
  112. package/dist/icons/IconHostCash.js +100 -5
  113. package/dist/icons/IconHostHandle.js +79 -4
  114. package/dist/icons/IconHostLocation.js +79 -4
  115. package/dist/icons/IconHostPayment.js +100 -5
  116. package/dist/icons/IconHostService.js +88 -5
  117. package/dist/icons/IconHotDeals.js +81 -4
  118. package/dist/icons/IconInfo.js +86 -5
  119. package/dist/icons/IconInstagram.js +81 -4
  120. package/dist/icons/IconInsurance.js +108 -5
  121. package/dist/icons/IconInternet.js +82 -4
  122. package/dist/icons/IconInventory.js +87 -5
  123. package/dist/icons/IconLaurel.js +110 -5
  124. package/dist/icons/IconLinkedIn.js +81 -4
  125. package/dist/icons/IconLoading.js +87 -4
  126. package/dist/icons/IconLocation.js +89 -5
  127. package/dist/icons/IconLock.js +82 -4
  128. package/dist/icons/IconLogistics.js +81 -4
  129. package/dist/icons/IconMail.js +103 -5
  130. package/dist/icons/IconMember.js +87 -5
  131. package/dist/icons/IconMobilePen.js +92 -5
  132. package/dist/icons/IconMotorcycleMoped.js +87 -5
  133. package/dist/icons/IconNoCost.js +101 -5
  134. package/dist/icons/IconPDF.js +89 -5
  135. package/dist/icons/IconPencil.js +79 -4
  136. package/dist/icons/IconPhone.js +79 -4
  137. package/dist/icons/IconPlus.js +81 -4
  138. package/dist/icons/IconPricing.js +81 -4
  139. package/dist/icons/IconProtected.js +80 -4
  140. package/dist/icons/IconPsychology.js +81 -4
  141. package/dist/icons/IconQuestionTooltip.js +137 -4
  142. package/dist/icons/IconQuote.js +81 -4
  143. package/dist/icons/IconRate.js +80 -4
  144. package/dist/icons/IconRegister.js +108 -5
  145. package/dist/icons/IconReport.js +98 -6
  146. package/dist/icons/IconReturn.js +81 -4
  147. package/dist/icons/IconSearch.js +79 -4
  148. package/dist/icons/IconSecure.js +80 -4
  149. package/dist/icons/IconSecurity.js +82 -4
  150. package/dist/icons/IconSedanOutline.js +168 -5
  151. package/dist/icons/IconSelectArrow.js +87 -6
  152. package/dist/icons/IconSort.js +88 -5
  153. package/dist/icons/IconSortListed.js +104 -5
  154. package/dist/icons/IconSortPriceAscending.js +92 -5
  155. package/dist/icons/IconSortPriceDescending.js +92 -5
  156. package/dist/icons/IconSortYear.js +88 -5
  157. package/dist/icons/IconSpan.js +80 -4
  158. package/dist/icons/IconSpeaker.js +88 -4
  159. package/dist/icons/IconSpecialCar.js +104 -5
  160. package/dist/icons/IconStar.js +101 -7
  161. package/dist/icons/IconStockPhoto.js +104 -5
  162. package/dist/icons/IconSubscription.js +122 -6
  163. package/dist/icons/IconSubscriptions.js +122 -6
  164. package/dist/icons/IconSwap.js +88 -5
  165. package/dist/icons/IconTax.js +81 -4
  166. package/dist/icons/IconThinArrow.js +87 -6
  167. package/dist/icons/IconThumbsdown.js +87 -5
  168. package/dist/icons/IconThumbsup.js +87 -5
  169. package/dist/icons/IconTool.js +81 -4
  170. package/dist/icons/IconTooltip.js +137 -4
  171. package/dist/icons/IconTrash.js +81 -4
  172. package/dist/icons/IconTriangleExclamation.js +81 -4
  173. package/dist/icons/IconTyersBrakes.js +92 -5
  174. package/dist/icons/IconTyre.js +92 -5
  175. package/dist/icons/IconVacancy.js +87 -5
  176. package/dist/icons/IconVolunteer.js +81 -4
  177. package/dist/icons/IconWhatsapp.js +82 -4
  178. package/dist/icons/IconXPlatform.js +81 -4
  179. package/dist/icons/IconZeroEffort.js +86 -5
  180. package/dist/icons/Logo.js +108 -3
  181. package/dist/input/Input.js +134 -11
  182. package/dist/input/Input.stories.js +17 -18
  183. package/dist/input-mask/InputMask.js +158 -11
  184. package/dist/input-mask/InputMask.stories.js +5 -6
  185. package/dist/input-mask/mask-trackers.js +4 -5
  186. package/dist/input-select/InputSelect.js +390 -68
  187. package/dist/input-select/InputSelect.stories.js +98 -25
  188. package/dist/popover/popover.js +136 -4
  189. package/dist/progress/Progress.js +160 -2
  190. package/dist/progress/Progress.stories.js +13 -14
  191. package/dist/radio/Radio.js +227 -4
  192. package/dist/scroll-area/scroll-area.js +180 -5
  193. package/dist/search-input-select/SearchInputSelect.js +379 -69
  194. package/dist/select/Select.js +354 -29
  195. package/dist/select/Select.stories.js +55 -19
  196. package/dist/skeleton/Skeleton.js +71 -3
  197. package/dist/skeleton/Skeleton.stories.js +8 -7
  198. package/dist/slider/Slider.js +170 -5
  199. package/dist/slider/Slider.stories.js +12 -11
  200. package/dist/stack/Stack.js +127 -3
  201. package/dist/stack/Stack.stories.js +19 -7
  202. package/dist/table/Table.js +216 -10
  203. package/dist/table/Table.stories.js +84 -8
  204. package/dist/tabs/Tabs.js +198 -9
  205. package/dist/tabs/Tabs.stories.js +46 -13
  206. package/dist/text/Text.js +152 -6
  207. package/dist/text/Text.stories.js +44 -7
  208. package/dist/toast/Toast.stories.js +66 -14
  209. package/dist/toast/ToastBox.js +77 -29
  210. package/dist/toast/index.js +0 -1
  211. package/dist/toast/sonner.js +66 -6
  212. package/dist/toggle/Toggle.js +180 -7
  213. package/dist/toggle/Toggle.stories.js +10 -8
  214. package/dist/tooltip/Tooltip.js +169 -12
  215. package/dist/tooltip/Tooltip.stories.js +71 -13
  216. package/dist/utils.js +4 -2
  217. package/dist/vstack/VStack.js +127 -3
  218. package/dist/vstack/VStack.stories.js +19 -7
  219. package/package.json +11 -11
@@ -1,10 +1,143 @@
1
+ function _array_like_to_array(arr, len) {
2
+ if (len == null || len > arr.length) len = arr.length;
3
+ for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
4
+ return arr2;
5
+ }
6
+ function _array_with_holes(arr) {
7
+ if (Array.isArray(arr)) return arr;
8
+ }
9
+ function _define_property(obj, key, value) {
10
+ if (key in obj) {
11
+ Object.defineProperty(obj, key, {
12
+ value: value,
13
+ enumerable: true,
14
+ configurable: true,
15
+ writable: true
16
+ });
17
+ } else {
18
+ obj[key] = value;
19
+ }
20
+ return obj;
21
+ }
22
+ function _iterable_to_array(iter) {
23
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
24
+ }
25
+ function _iterable_to_array_limit(arr, i) {
26
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
27
+ if (_i == null) return;
28
+ var _arr = [];
29
+ var _n = true;
30
+ var _d = false;
31
+ var _s, _e;
32
+ try {
33
+ for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
34
+ _arr.push(_s.value);
35
+ if (i && _arr.length === i) break;
36
+ }
37
+ } catch (err) {
38
+ _d = true;
39
+ _e = err;
40
+ } finally{
41
+ try {
42
+ if (!_n && _i["return"] != null) _i["return"]();
43
+ } finally{
44
+ if (_d) throw _e;
45
+ }
46
+ }
47
+ return _arr;
48
+ }
49
+ function _non_iterable_rest() {
50
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
51
+ }
52
+ function _object_spread(target) {
53
+ for(var i = 1; i < arguments.length; i++){
54
+ var source = arguments[i] != null ? arguments[i] : {};
55
+ var ownKeys = Object.keys(source);
56
+ if (typeof Object.getOwnPropertySymbols === "function") {
57
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
58
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
59
+ }));
60
+ }
61
+ ownKeys.forEach(function(key) {
62
+ _define_property(target, key, source[key]);
63
+ });
64
+ }
65
+ return target;
66
+ }
67
+ function _object_without_properties(source, excluded) {
68
+ if (source == null) return {};
69
+ var target = {}, sourceKeys, key, i;
70
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
71
+ sourceKeys = Reflect.ownKeys(Object(source));
72
+ for(i = 0; i < sourceKeys.length; i++){
73
+ key = sourceKeys[i];
74
+ if (excluded.indexOf(key) >= 0) continue;
75
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
76
+ target[key] = source[key];
77
+ }
78
+ return target;
79
+ }
80
+ target = _object_without_properties_loose(source, excluded);
81
+ if (Object.getOwnPropertySymbols) {
82
+ sourceKeys = Object.getOwnPropertySymbols(source);
83
+ for(i = 0; i < sourceKeys.length; i++){
84
+ key = sourceKeys[i];
85
+ if (excluded.indexOf(key) >= 0) continue;
86
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
87
+ target[key] = source[key];
88
+ }
89
+ }
90
+ return target;
91
+ }
92
+ function _object_without_properties_loose(source, excluded) {
93
+ if (source == null) return {};
94
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
95
+ for(i = 0; i < sourceKeys.length; i++){
96
+ key = sourceKeys[i];
97
+ if (excluded.indexOf(key) >= 0) continue;
98
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
99
+ target[key] = source[key];
100
+ }
101
+ return target;
102
+ }
103
+ function _sliced_to_array(arr, i) {
104
+ return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
105
+ }
106
+ function _to_array(arr) {
107
+ return _array_with_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_rest();
108
+ }
109
+ function _unsupported_iterable_to_array(o, minLen) {
110
+ if (!o) return;
111
+ if (typeof o === "string") return _array_like_to_array(o, minLen);
112
+ var n = Object.prototype.toString.call(o).slice(8, -1);
113
+ if (n === "Object" && o.constructor) n = o.constructor.name;
114
+ if (n === "Map" || n === "Set") return Array.from(n);
115
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
116
+ }
1
117
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
118
  import { forwardRef } from 'react';
3
119
  import { Icon } from './Icon';
4
- const variants = {
5
- default: (_jsx(_Fragment, { children: _jsx("path", { d: "M8 2.5C4.6912 2.5 2 5.1912 2 8.5C2 11.8088 4.6912 14.5 8 14.5C11.3088 14.5 14 11.8088 14 8.5C14 5.1912 11.3088 2.5 8 2.5ZM8 3.5016C10.768 3.5016 12.9984 5.7352 12.9984 8.5C12.9984 11.2648 10.768 13.4984 8 13.4984C5.232 13.4984 3.0016 11.268 3.0016 8.5C3.0016 5.732 5.232 3.5016 8 3.5016ZM7.5008 5.4984V6.4968H8.4992V5.4984H7.5008ZM7.5008 7.5016V11.5016H8.4992V7.5016H7.5008Z", fill: "#585858" }) })),
120
+ var variants = {
121
+ default: /*#__PURE__*/ _jsx(_Fragment, {
122
+ children: /*#__PURE__*/ _jsx("path", {
123
+ d: "M8 2.5C4.6912 2.5 2 5.1912 2 8.5C2 11.8088 4.6912 14.5 8 14.5C11.3088 14.5 14 11.8088 14 8.5C14 5.1912 11.3088 2.5 8 2.5ZM8 3.5016C10.768 3.5016 12.9984 5.7352 12.9984 8.5C12.9984 11.2648 10.768 13.4984 8 13.4984C5.232 13.4984 3.0016 11.268 3.0016 8.5C3.0016 5.732 5.232 3.5016 8 3.5016ZM7.5008 5.4984V6.4968H8.4992V5.4984H7.5008ZM7.5008 7.5016V11.5016H8.4992V7.5016H7.5008Z",
124
+ fill: "#585858"
125
+ })
126
+ })
6
127
  };
7
- const IconTooltip = forwardRef(({ viewBox = '0 0 16 17', variant = 'default', ...props }, ref) => (_jsx(Icon, { ref: ref, viewBox: viewBox, element: variants[variant], ...props })));
128
+ var IconTooltip = /*#__PURE__*/ forwardRef(function(_0, _1) {
129
+ var _ref = [
130
+ _0,
131
+ _1
132
+ ], _ref1 = _to_array(_ref), _ref2 = _ref1[0], _rest = _ref1.slice(1), _ref_viewBox = _ref2.viewBox, viewBox = _ref_viewBox === void 0 ? '0 0 16 17' : _ref_viewBox, _ref_variant = _ref2.variant, variant = _ref_variant === void 0 ? 'default' : _ref_variant, props = _object_without_properties(_ref2, [
133
+ "viewBox",
134
+ "variant"
135
+ ]), _rest1 = _sliced_to_array(_rest, 1), ref = _rest1[0];
136
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
137
+ ref: ref,
138
+ viewBox: viewBox,
139
+ element: variants[variant]
140
+ }, props));
141
+ });
8
142
  IconTooltip.displayName = 'IconTooltip';
9
143
  export default IconTooltip;
10
- //# sourceMappingURL=IconTooltip.js.map
@@ -1,8 +1,85 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { d: "M14 4C13.5 4 12.9 4.2 12.6 4.6C12.3 5 12 5.5 12 6V7H6V9H7V25C7 26.6 8.4 28 10 28H22C23.6 28 25 26.6 25 25V9H26V7H20V6C20 5.5 19.8 4.9 19.4 4.6C19 4.3 18.5 4 18 4H14ZM14 6H18V7H14V6ZM9 9H23V25C23 25.6 22.6 26 22 26H10C9.4 26 9 25.6 9 25V9ZM11 12V23H13V12H11ZM15 12V23H17V12H15ZM19 12V23H21V12H19Z", fill: "currentColor" }) })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ d: "M14 4C13.5 4 12.9 4.2 12.6 4.6C12.3 5 12 5.5 12 6V7H6V9H7V25C7 26.6 8.4 28 10 28H22C23.6 28 25 26.6 25 25V9H26V7H20V6C20 5.5 19.8 4.9 19.4 4.6C19 4.3 18.5 4 18 4H14ZM14 6H18V7H14V6ZM9 9H23V25C23 25.6 22.6 26 22 26H10C9.4 26 9 25.6 9 25V9ZM11 12V23H13V12H11ZM15 12V23H17V12H15ZM19 12V23H21V12H19Z",
71
+ fill: "currentColor"
72
+ })
73
+ })
74
+ };
75
+ var IconTrash = function IconTrash(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 32 32' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
77
+ "viewBox",
78
+ "variant"
79
+ ]);
80
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
81
+ viewBox: viewBox,
82
+ element: variants[variant]
83
+ }, props));
5
84
  };
6
- const IconTrash = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
85
  export default IconTrash;
8
- //# sourceMappingURL=IconTrash.js.map
@@ -1,8 +1,85 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { d: "M12 2.41406L11.3438 3.53906L2.34375 19.125L1.71094 20.25H22.2891L21.6562 19.125L12.6562 3.53906L12 2.41406ZM12 5.41406L19.6875 18.75H4.3125L12 5.41406ZM11.25 10.5V15H12.75V10.5H11.25ZM11.25 15.75V17.25H12.75V15.75H11.25Z", fill: "currentColor" }) })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ d: "M12 2.41406L11.3438 3.53906L2.34375 19.125L1.71094 20.25H22.2891L21.6562 19.125L12.6562 3.53906L12 2.41406ZM12 5.41406L19.6875 18.75H4.3125L12 5.41406ZM11.25 10.5V15H12.75V10.5H11.25ZM11.25 15.75V17.25H12.75V15.75H11.25Z",
71
+ fill: "currentColor"
72
+ })
73
+ })
74
+ };
75
+ var IconTriangleExclamation = function IconTriangleExclamation(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 24 24' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
77
+ "viewBox",
78
+ "variant"
79
+ ]);
80
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
81
+ viewBox: viewBox,
82
+ element: variants[variant]
83
+ }, props));
5
84
  };
6
- const IconTriangleExclamation = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
85
  export default IconTriangleExclamation;
8
- //# sourceMappingURL=IconTriangleExclamation.js.map
@@ -1,8 +1,95 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
65
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M12 3C7.05 3 3 7.05 3 12C3 16.95 7.05 21 12 21C16.95 21 21 16.95 21 12C21 7.05 16.95 3 12 3ZM12 19.5C7.875 19.5 4.5 16.125 4.5 12C4.5 7.875 7.875 4.5 12 4.5C16.125 4.5 19.5 7.875 19.5 12C19.5 16.125 16.125 19.5 12 19.5Z", fill: "currentColor" }), _jsx("path", { d: "M12 9.75C10.725 9.75 9.75 10.725 9.75 12C9.75 13.275 10.725 14.25 12 14.25C13.275 14.25 14.25 13.275 14.25 12C14.25 10.725 13.275 9.75 12 9.75ZM12 12.75C11.55 12.75 11.25 12.45 11.25 12C11.25 11.55 11.55 11.25 12 11.25C12.45 11.25 12.75 11.55 12.75 12C12.75 12.45 12.45 12.75 12 12.75Z", fill: "currentColor" }), _jsx("path", { d: "M17.55 9.675C17.4 9.225 17.1 8.775 16.8 8.4C15.825 7.125 14.4 6.225 12.75 6.075C12.525 6 12.3 6 12 6C11.775 6 11.55 6 11.25 6.075C9.6 6.225 8.175 7.125 7.2 8.4C6.9 8.775 6.6 9.225 6.45 9.675C6.15 10.425 6 11.175 6 12.075C6 12.9 6.15 13.65 6.45 14.4C6.6 14.85 6.9 15.3 7.2 15.675C8.175 16.95 9.6 17.85 11.25 18C11.475 18 11.775 18.075 12 18.075C12.225 18.075 12.45 18.075 12.75 18C14.4 17.85 15.825 16.95 16.8 15.675C17.1 15.3 17.4 14.85 17.55 14.4C17.85 13.65 18 12.9 18 12C18 11.175 17.85 10.425 17.55 9.675ZM15.9 13.425C15.525 13.2 15.075 13.35 14.85 13.725C14.625 14.1 14.775 14.55 15.075 14.775L15.375 14.925C14.7 15.75 13.725 16.275 12.675 16.5V16.2C12.675 15.825 12.375 15.45 11.925 15.45C11.55 15.45 11.175 15.75 11.175 16.2V16.5C10.125 16.35 9.15 15.75 8.475 14.925L8.775 14.775C9.15 14.55 9.3 14.1 9.075 13.725C8.85 13.35 8.4 13.275 8.025 13.425L7.725 13.575C7.575 13.05 7.5 12.525 7.5 12C7.5 11.4 7.575 10.875 7.8 10.425L8.1 10.575C8.25 10.65 8.325 10.65 8.475 10.65C8.7 10.65 9 10.5 9.15 10.275C9.375 9.9 9.225 9.45 8.925 9.225L8.625 9.075C9.3 8.25 10.275 7.725 11.325 7.5V7.8C11.325 8.175 11.625 8.55 12.075 8.55C12.45 8.55 12.825 8.25 12.825 7.8V7.5C13.875 7.65 14.85 8.25 15.525 9.075L15.225 9.225C14.85 9.45 14.7 9.9 14.925 10.275C15.075 10.5 15.3 10.65 15.6 10.65C15.75 10.65 15.825 10.65 15.975 10.575L16.275 10.425C16.425 10.875 16.575 11.4 16.575 12C16.575 12.6 16.5 13.125 16.275 13.575L15.9 13.425Z", fill: "currentColor" })] })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsxs(_Fragment, {
69
+ children: [
70
+ /*#__PURE__*/ _jsx("path", {
71
+ d: "M12 3C7.05 3 3 7.05 3 12C3 16.95 7.05 21 12 21C16.95 21 21 16.95 21 12C21 7.05 16.95 3 12 3ZM12 19.5C7.875 19.5 4.5 16.125 4.5 12C4.5 7.875 7.875 4.5 12 4.5C16.125 4.5 19.5 7.875 19.5 12C19.5 16.125 16.125 19.5 12 19.5Z",
72
+ fill: "currentColor"
73
+ }),
74
+ /*#__PURE__*/ _jsx("path", {
75
+ d: "M12 9.75C10.725 9.75 9.75 10.725 9.75 12C9.75 13.275 10.725 14.25 12 14.25C13.275 14.25 14.25 13.275 14.25 12C14.25 10.725 13.275 9.75 12 9.75ZM12 12.75C11.55 12.75 11.25 12.45 11.25 12C11.25 11.55 11.55 11.25 12 11.25C12.45 11.25 12.75 11.55 12.75 12C12.75 12.45 12.45 12.75 12 12.75Z",
76
+ fill: "currentColor"
77
+ }),
78
+ /*#__PURE__*/ _jsx("path", {
79
+ d: "M17.55 9.675C17.4 9.225 17.1 8.775 16.8 8.4C15.825 7.125 14.4 6.225 12.75 6.075C12.525 6 12.3 6 12 6C11.775 6 11.55 6 11.25 6.075C9.6 6.225 8.175 7.125 7.2 8.4C6.9 8.775 6.6 9.225 6.45 9.675C6.15 10.425 6 11.175 6 12.075C6 12.9 6.15 13.65 6.45 14.4C6.6 14.85 6.9 15.3 7.2 15.675C8.175 16.95 9.6 17.85 11.25 18C11.475 18 11.775 18.075 12 18.075C12.225 18.075 12.45 18.075 12.75 18C14.4 17.85 15.825 16.95 16.8 15.675C17.1 15.3 17.4 14.85 17.55 14.4C17.85 13.65 18 12.9 18 12C18 11.175 17.85 10.425 17.55 9.675ZM15.9 13.425C15.525 13.2 15.075 13.35 14.85 13.725C14.625 14.1 14.775 14.55 15.075 14.775L15.375 14.925C14.7 15.75 13.725 16.275 12.675 16.5V16.2C12.675 15.825 12.375 15.45 11.925 15.45C11.55 15.45 11.175 15.75 11.175 16.2V16.5C10.125 16.35 9.15 15.75 8.475 14.925L8.775 14.775C9.15 14.55 9.3 14.1 9.075 13.725C8.85 13.35 8.4 13.275 8.025 13.425L7.725 13.575C7.575 13.05 7.5 12.525 7.5 12C7.5 11.4 7.575 10.875 7.8 10.425L8.1 10.575C8.25 10.65 8.325 10.65 8.475 10.65C8.7 10.65 9 10.5 9.15 10.275C9.375 9.9 9.225 9.45 8.925 9.225L8.625 9.075C9.3 8.25 10.275 7.725 11.325 7.5V7.8C11.325 8.175 11.625 8.55 12.075 8.55C12.45 8.55 12.825 8.25 12.825 7.8V7.5C13.875 7.65 14.85 8.25 15.525 9.075L15.225 9.225C14.85 9.45 14.7 9.9 14.925 10.275C15.075 10.5 15.3 10.65 15.6 10.65C15.75 10.65 15.825 10.65 15.975 10.575L16.275 10.425C16.425 10.875 16.575 11.4 16.575 12C16.575 12.6 16.5 13.125 16.275 13.575L15.9 13.425Z",
80
+ fill: "currentColor"
81
+ })
82
+ ]
83
+ })
84
+ };
85
+ var IconTyresBrakes = function IconTyresBrakes(_0) {
86
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 24 24' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
87
+ "viewBox",
88
+ "variant"
89
+ ]);
90
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
91
+ viewBox: viewBox,
92
+ element: variants[variant]
93
+ }, props));
5
94
  };
6
- const IconTyresBrakes = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
95
  export default IconTyresBrakes;
8
- //# sourceMappingURL=IconTyersBrakes.js.map
@@ -1,8 +1,95 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
65
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M8 2C4.7 2 2 4.7 2 8C2 11.3 4.7 14 8 14C11.3 14 14 11.3 14 8C14 4.7 11.3 2 8 2ZM8 13C5.25 13 3 10.75 3 8C3 5.25 5.25 3 8 3C10.75 3 13 5.25 13 8C13 10.75 10.75 13 8 13Z", fill: "white" }), _jsx("path", { d: "M8 6.5C7.15 6.5 6.5 7.15 6.5 8C6.5 8.85 7.15 9.5 8 9.5C8.85 9.5 9.5 8.85 9.5 8C9.5 7.15 8.85 6.5 8 6.5ZM8 8.5C7.7 8.5 7.5 8.3 7.5 8C7.5 7.7 7.7 7.5 8 7.5C8.3 7.5 8.5 7.7 8.5 8C8.5 8.3 8.3 8.5 8 8.5Z", fill: "white" }), _jsx("path", { d: "M11.7 6.45C11.6 6.15 11.4 5.85 11.2 5.6C10.55 4.75 9.6 4.15 8.5 4.05C8.35 4 8.2 4 8 4C7.85 4 7.7 4 7.5 4.05C6.4 4.15 5.45 4.75 4.8 5.6C4.6 5.85 4.4 6.15 4.3 6.45C4.1 6.95 4 7.45 4 8.05C4 8.6 4.1 9.1 4.3 9.6C4.4 9.9 4.6 10.2 4.8 10.45C5.45 11.3 6.4 11.9 7.5 12C7.65 12 7.85 12.05 8 12.05C8.15 12.05 8.3 12.05 8.5 12C9.6 11.9 10.55 11.3 11.2 10.45C11.4 10.2 11.6 9.9 11.7 9.6C11.9 9.1 12 8.6 12 8C12 7.45 11.9 6.95 11.7 6.45ZM10.6 8.95C10.35 8.8 10.05 8.9 9.9 9.15C9.75 9.4 9.85 9.7 10.05 9.85L10.25 9.95C9.8 10.5 9.15 10.85 8.45 11V10.8C8.45 10.55 8.25 10.3 7.95 10.3C7.7 10.3 7.45 10.5 7.45 10.8V11C6.75 10.9 6.1 10.5 5.65 9.95L5.85 9.85C6.1 9.7 6.2 9.4 6.05 9.15C5.9 8.9 5.6 8.85 5.35 8.95L5.15 9.05C5.05 8.7 5 8.35 5 8C5 7.6 5.05 7.25 5.2 6.95L5.4 7.05C5.5 7.1 5.55 7.1 5.65 7.1C5.8 7.1 6 7 6.1 6.85C6.25 6.6 6.15 6.3 5.95 6.15L5.75 6.05C6.2 5.5 6.85 5.15 7.55 5V5.2C7.55 5.45 7.75 5.7 8.05 5.7C8.3 5.7 8.55 5.5 8.55 5.2V5C9.25 5.1 9.9 5.5 10.35 6.05L10.15 6.15C9.9 6.3 9.8 6.6 9.95 6.85C10.05 7 10.2 7.1 10.4 7.1C10.5 7.1 10.55 7.1 10.65 7.05L10.85 6.95C10.95 7.25 11.05 7.6 11.05 8C11.05 8.4 11 8.75 10.85 9.05L10.6 8.95Z", fill: "currentColor" })] })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsxs(_Fragment, {
69
+ children: [
70
+ /*#__PURE__*/ _jsx("path", {
71
+ d: "M8 2C4.7 2 2 4.7 2 8C2 11.3 4.7 14 8 14C11.3 14 14 11.3 14 8C14 4.7 11.3 2 8 2ZM8 13C5.25 13 3 10.75 3 8C3 5.25 5.25 3 8 3C10.75 3 13 5.25 13 8C13 10.75 10.75 13 8 13Z",
72
+ fill: "white"
73
+ }),
74
+ /*#__PURE__*/ _jsx("path", {
75
+ d: "M8 6.5C7.15 6.5 6.5 7.15 6.5 8C6.5 8.85 7.15 9.5 8 9.5C8.85 9.5 9.5 8.85 9.5 8C9.5 7.15 8.85 6.5 8 6.5ZM8 8.5C7.7 8.5 7.5 8.3 7.5 8C7.5 7.7 7.7 7.5 8 7.5C8.3 7.5 8.5 7.7 8.5 8C8.5 8.3 8.3 8.5 8 8.5Z",
76
+ fill: "white"
77
+ }),
78
+ /*#__PURE__*/ _jsx("path", {
79
+ d: "M11.7 6.45C11.6 6.15 11.4 5.85 11.2 5.6C10.55 4.75 9.6 4.15 8.5 4.05C8.35 4 8.2 4 8 4C7.85 4 7.7 4 7.5 4.05C6.4 4.15 5.45 4.75 4.8 5.6C4.6 5.85 4.4 6.15 4.3 6.45C4.1 6.95 4 7.45 4 8.05C4 8.6 4.1 9.1 4.3 9.6C4.4 9.9 4.6 10.2 4.8 10.45C5.45 11.3 6.4 11.9 7.5 12C7.65 12 7.85 12.05 8 12.05C8.15 12.05 8.3 12.05 8.5 12C9.6 11.9 10.55 11.3 11.2 10.45C11.4 10.2 11.6 9.9 11.7 9.6C11.9 9.1 12 8.6 12 8C12 7.45 11.9 6.95 11.7 6.45ZM10.6 8.95C10.35 8.8 10.05 8.9 9.9 9.15C9.75 9.4 9.85 9.7 10.05 9.85L10.25 9.95C9.8 10.5 9.15 10.85 8.45 11V10.8C8.45 10.55 8.25 10.3 7.95 10.3C7.7 10.3 7.45 10.5 7.45 10.8V11C6.75 10.9 6.1 10.5 5.65 9.95L5.85 9.85C6.1 9.7 6.2 9.4 6.05 9.15C5.9 8.9 5.6 8.85 5.35 8.95L5.15 9.05C5.05 8.7 5 8.35 5 8C5 7.6 5.05 7.25 5.2 6.95L5.4 7.05C5.5 7.1 5.55 7.1 5.65 7.1C5.8 7.1 6 7 6.1 6.85C6.25 6.6 6.15 6.3 5.95 6.15L5.75 6.05C6.2 5.5 6.85 5.15 7.55 5V5.2C7.55 5.45 7.75 5.7 8.05 5.7C8.3 5.7 8.55 5.5 8.55 5.2V5C9.25 5.1 9.9 5.5 10.35 6.05L10.15 6.15C9.9 6.3 9.8 6.6 9.95 6.85C10.05 7 10.2 7.1 10.4 7.1C10.5 7.1 10.55 7.1 10.65 7.05L10.85 6.95C10.95 7.25 11.05 7.6 11.05 8C11.05 8.4 11 8.75 10.85 9.05L10.6 8.95Z",
80
+ fill: "currentColor"
81
+ })
82
+ ]
83
+ })
84
+ };
85
+ var IconTyre = function IconTyre(_0) {
86
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 16 16' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
87
+ "viewBox",
88
+ "variant"
89
+ ]);
90
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
91
+ viewBox: viewBox,
92
+ element: variants[variant]
93
+ }, props));
5
94
  };
6
- const IconTyre = ({ viewBox = '0 0 16 16', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
95
  export default IconTyre;
8
- //# sourceMappingURL=IconTyre.js.map
@@ -1,9 +1,91 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- const variants = {
4
- outline: (_jsx(_Fragment, { children: _jsx("path", { d: "M14.6667 15.9997C13.2 15.9997 11.9444 15.4775 10.9 14.433C9.85556 13.3886 9.33333 12.133 9.33333 10.6663C9.33333 9.19967 9.85556 7.94412 10.9 6.89967C11.9444 5.85523 13.2 5.33301 14.6667 5.33301C16.1333 5.33301 17.3889 5.85523 18.4333 6.89967C19.4778 7.94412 20 9.19967 20 10.6663C20 12.133 19.4778 13.3886 18.4333 14.433C17.3889 15.4775 16.1333 15.9997 14.6667 15.9997ZM14.6667 13.333C15.4 13.333 16.0278 13.0719 16.55 12.5497C17.0722 12.0275 17.3333 11.3997 17.3333 10.6663C17.3333 9.93301 17.0722 9.30523 16.55 8.78301C16.0278 8.26079 15.4 7.99967 14.6667 7.99967C13.9333 7.99967 13.3056 8.26079 12.7833 8.78301C12.2611 9.30523 12 9.93301 12 10.6663C12 11.3997 12.2611 12.0275 12.7833 12.5497C13.3056 13.0719 13.9333 13.333 14.6667 13.333ZM29.4667 31.333L25.2 27.0663C24.7333 27.333 24.2333 27.5552 23.7 27.733C23.1667 27.9108 22.6 27.9997 22 27.9997C20.3333 27.9997 18.9167 27.4163 17.75 26.2497C16.5833 25.083 16 23.6663 16 21.9997C16 20.333 16.5833 18.9163 17.75 17.7497C18.9167 16.583 20.3333 15.9997 22 15.9997C23.6667 15.9997 25.0833 16.583 26.25 17.7497C27.4167 18.9163 28 20.333 28 21.9997C28 22.5997 27.9111 23.1663 27.7333 23.6997C27.5556 24.233 27.3333 24.733 27.0667 25.1997L31.3333 29.4663L29.4667 31.333ZM22 25.333C22.9333 25.333 23.7222 25.0108 24.3667 24.3663C25.0111 23.7219 25.3333 22.933 25.3333 21.9997C25.3333 21.0663 25.0111 20.2775 24.3667 19.633C23.7222 18.9886 22.9333 18.6663 22 18.6663C21.0667 18.6663 20.2778 18.9886 19.6333 19.633C18.9889 20.2775 18.6667 21.0663 18.6667 21.9997C18.6667 22.933 18.9889 23.7219 19.6333 24.3663C20.2778 25.0108 21.0667 25.333 22 25.333ZM4 26.6663V22.9663C4 22.2108 4.18889 21.5108 4.56667 20.8663C4.94444 20.2219 5.46667 19.733 6.13333 19.3997C7.26667 18.8219 8.54444 18.333 9.96667 17.933C11.3889 17.533 12.9667 17.333 14.7 17.333C14.4333 17.733 14.2056 18.1608 14.0167 18.6163C13.8278 19.0719 13.6778 19.5441 13.5667 20.033C12.2333 20.1441 11.0444 20.3719 10 20.7163C8.95556 21.0608 8.07778 21.4219 7.36667 21.7997C7.14444 21.9108 6.97222 22.0719 6.85 22.283C6.72778 22.4941 6.66667 22.7219 6.66667 22.9663V23.9997H13.5667C13.6778 24.4886 13.8278 24.9552 14.0167 25.3997C14.2056 25.8441 14.4333 26.2663 14.7 26.6663H4Z", fill: "currentColor" }) })),
5
- filled: (_jsx(_Fragment, { children: _jsx("path", { d: "M14.6667 15.9997C13.2 15.9997 11.9444 15.4775 10.9 14.433C9.85556 13.3886 9.33333 12.133 9.33333 10.6663C9.33333 9.19967 9.85556 7.94412 10.9 6.89967C11.9444 5.85523 13.2 5.33301 14.6667 5.33301C16.1333 5.33301 17.3889 5.85523 18.4333 6.89967C19.4778 7.94412 20 9.19967 20 10.6663C20 12.133 19.4778 13.3886 18.4333 14.433C17.3889 15.4775 16.1333 15.9997 14.6667 15.9997ZM29.4667 31.333L25.2 27.0663C24.7333 27.333 24.2333 27.5552 23.7 27.733C23.1667 27.9108 22.6 27.9997 22 27.9997C20.3333 27.9997 18.9167 27.4163 17.75 26.2497C16.5833 25.083 16 23.6663 16 21.9997C16 20.333 16.5833 18.9163 17.75 17.7497C18.9167 16.583 20.3333 15.9997 22 15.9997C23.6667 15.9997 25.0833 16.583 26.25 17.7497C27.4167 18.9163 28 20.333 28 21.9997C28 22.5997 27.9111 23.1663 27.7333 23.6997C27.5556 24.233 27.3333 24.733 27.0667 25.1997L31.3333 29.4663L29.4667 31.333ZM22 25.333C22.9333 25.333 23.7222 25.0108 24.3667 24.3663C25.0111 23.7219 25.3333 22.933 25.3333 21.9997C25.3333 21.0663 25.0111 20.2775 24.3667 19.633C23.7222 18.9886 22.9333 18.6663 22 18.6663C21.0667 18.6663 20.2778 18.9886 19.6333 19.633C18.9889 20.2775 18.6667 21.0663 18.6667 21.9997C18.6667 22.933 18.9889 23.7219 19.6333 24.3663C20.2778 25.0108 21.0667 25.333 22 25.333ZM14.7 17.333C13.7667 18.7108 13.3 20.2663 13.3 21.9997C13.3 23.733 13.7667 25.2886 14.7 26.6663H4V22.9663C4 22.2108 4.18889 21.5108 4.56667 20.8663C4.94444 20.2219 5.46667 19.733 6.13333 19.3997C7.26667 18.8219 8.54444 18.333 9.96667 17.933C11.3889 17.533 12.9667 17.333 14.7 17.333Z", fill: "currentColor" }) })),
67
+ var variants = {
68
+ outline: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ d: "M14.6667 15.9997C13.2 15.9997 11.9444 15.4775 10.9 14.433C9.85556 13.3886 9.33333 12.133 9.33333 10.6663C9.33333 9.19967 9.85556 7.94412 10.9 6.89967C11.9444 5.85523 13.2 5.33301 14.6667 5.33301C16.1333 5.33301 17.3889 5.85523 18.4333 6.89967C19.4778 7.94412 20 9.19967 20 10.6663C20 12.133 19.4778 13.3886 18.4333 14.433C17.3889 15.4775 16.1333 15.9997 14.6667 15.9997ZM14.6667 13.333C15.4 13.333 16.0278 13.0719 16.55 12.5497C17.0722 12.0275 17.3333 11.3997 17.3333 10.6663C17.3333 9.93301 17.0722 9.30523 16.55 8.78301C16.0278 8.26079 15.4 7.99967 14.6667 7.99967C13.9333 7.99967 13.3056 8.26079 12.7833 8.78301C12.2611 9.30523 12 9.93301 12 10.6663C12 11.3997 12.2611 12.0275 12.7833 12.5497C13.3056 13.0719 13.9333 13.333 14.6667 13.333ZM29.4667 31.333L25.2 27.0663C24.7333 27.333 24.2333 27.5552 23.7 27.733C23.1667 27.9108 22.6 27.9997 22 27.9997C20.3333 27.9997 18.9167 27.4163 17.75 26.2497C16.5833 25.083 16 23.6663 16 21.9997C16 20.333 16.5833 18.9163 17.75 17.7497C18.9167 16.583 20.3333 15.9997 22 15.9997C23.6667 15.9997 25.0833 16.583 26.25 17.7497C27.4167 18.9163 28 20.333 28 21.9997C28 22.5997 27.9111 23.1663 27.7333 23.6997C27.5556 24.233 27.3333 24.733 27.0667 25.1997L31.3333 29.4663L29.4667 31.333ZM22 25.333C22.9333 25.333 23.7222 25.0108 24.3667 24.3663C25.0111 23.7219 25.3333 22.933 25.3333 21.9997C25.3333 21.0663 25.0111 20.2775 24.3667 19.633C23.7222 18.9886 22.9333 18.6663 22 18.6663C21.0667 18.6663 20.2778 18.9886 19.6333 19.633C18.9889 20.2775 18.6667 21.0663 18.6667 21.9997C18.6667 22.933 18.9889 23.7219 19.6333 24.3663C20.2778 25.0108 21.0667 25.333 22 25.333ZM4 26.6663V22.9663C4 22.2108 4.18889 21.5108 4.56667 20.8663C4.94444 20.2219 5.46667 19.733 6.13333 19.3997C7.26667 18.8219 8.54444 18.333 9.96667 17.933C11.3889 17.533 12.9667 17.333 14.7 17.333C14.4333 17.733 14.2056 18.1608 14.0167 18.6163C13.8278 19.0719 13.6778 19.5441 13.5667 20.033C12.2333 20.1441 11.0444 20.3719 10 20.7163C8.95556 21.0608 8.07778 21.4219 7.36667 21.7997C7.14444 21.9108 6.97222 22.0719 6.85 22.283C6.72778 22.4941 6.66667 22.7219 6.66667 22.9663V23.9997H13.5667C13.6778 24.4886 13.8278 24.9552 14.0167 25.3997C14.2056 25.8441 14.4333 26.2663 14.7 26.6663H4Z",
71
+ fill: "currentColor"
72
+ })
73
+ }),
74
+ filled: /*#__PURE__*/ _jsx(_Fragment, {
75
+ children: /*#__PURE__*/ _jsx("path", {
76
+ d: "M14.6667 15.9997C13.2 15.9997 11.9444 15.4775 10.9 14.433C9.85556 13.3886 9.33333 12.133 9.33333 10.6663C9.33333 9.19967 9.85556 7.94412 10.9 6.89967C11.9444 5.85523 13.2 5.33301 14.6667 5.33301C16.1333 5.33301 17.3889 5.85523 18.4333 6.89967C19.4778 7.94412 20 9.19967 20 10.6663C20 12.133 19.4778 13.3886 18.4333 14.433C17.3889 15.4775 16.1333 15.9997 14.6667 15.9997ZM29.4667 31.333L25.2 27.0663C24.7333 27.333 24.2333 27.5552 23.7 27.733C23.1667 27.9108 22.6 27.9997 22 27.9997C20.3333 27.9997 18.9167 27.4163 17.75 26.2497C16.5833 25.083 16 23.6663 16 21.9997C16 20.333 16.5833 18.9163 17.75 17.7497C18.9167 16.583 20.3333 15.9997 22 15.9997C23.6667 15.9997 25.0833 16.583 26.25 17.7497C27.4167 18.9163 28 20.333 28 21.9997C28 22.5997 27.9111 23.1663 27.7333 23.6997C27.5556 24.233 27.3333 24.733 27.0667 25.1997L31.3333 29.4663L29.4667 31.333ZM22 25.333C22.9333 25.333 23.7222 25.0108 24.3667 24.3663C25.0111 23.7219 25.3333 22.933 25.3333 21.9997C25.3333 21.0663 25.0111 20.2775 24.3667 19.633C23.7222 18.9886 22.9333 18.6663 22 18.6663C21.0667 18.6663 20.2778 18.9886 19.6333 19.633C18.9889 20.2775 18.6667 21.0663 18.6667 21.9997C18.6667 22.933 18.9889 23.7219 19.6333 24.3663C20.2778 25.0108 21.0667 25.333 22 25.333ZM14.7 17.333C13.7667 18.7108 13.3 20.2663 13.3 21.9997C13.3 23.733 13.7667 25.2886 14.7 26.6663H4V22.9663C4 22.2108 4.18889 21.5108 4.56667 20.8663C4.94444 20.2219 5.46667 19.733 6.13333 19.3997C7.26667 18.8219 8.54444 18.333 9.96667 17.933C11.3889 17.533 12.9667 17.333 14.7 17.333Z",
77
+ fill: "currentColor"
78
+ })
79
+ })
80
+ };
81
+ var IconVacancy = function IconVacancy(_0) {
82
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 32 32' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'outline' : _0_variant, props = _object_without_properties(_0, [
83
+ "viewBox",
84
+ "variant"
85
+ ]);
86
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
87
+ viewBox: viewBox,
88
+ element: variants[variant]
89
+ }, props));
6
90
  };
7
- const IconVacancy = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
8
91
  export default IconVacancy;
9
- //# sourceMappingURL=IconVacancy.js.map