@driveflux/beam 3.0.19 → 3.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/dist/accordion/Accordion.js +203 -7
  2. package/dist/accordion/Accordion.stories.js +31 -11
  3. package/dist/alert/Alert.js +193 -19
  4. package/dist/alert/Alert.stories.js +50 -15
  5. package/dist/animations/LoadingAnimation.js +34 -21
  6. package/dist/badge/Badge.js +105 -7
  7. package/dist/badge/Badge.stories.js +28 -7
  8. package/dist/box/Box.js +151 -3
  9. package/dist/box/Box.stories.js +8 -7
  10. package/dist/breadcrumbs/Breadcrumbs.js +351 -26
  11. package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
  12. package/dist/button/Button.js +190 -12
  13. package/dist/button/Button.stories.js +35 -7
  14. package/dist/button/TextButton.js +168 -9
  15. package/dist/card/Card.js +188 -7
  16. package/dist/card/Card.stories.js +10 -7
  17. package/dist/carousel/Carousel.js +308 -58
  18. package/dist/carousel/Carousel.stories.js +39 -7
  19. package/dist/carousel/CarouselButton.js +132 -7
  20. package/dist/center/Center.js +127 -3
  21. package/dist/center/Center.stories.js +19 -7
  22. package/dist/checkbox/Checkbox.js +188 -4
  23. package/dist/checkbox/Checkbox.stories.js +10 -8
  24. package/dist/chip/Chip.js +168 -3
  25. package/dist/chip/Chip.stories.js +19 -7
  26. package/dist/circular-progress/CircularProgress.js +159 -11
  27. package/dist/circular-progress/CircularProgress.stories.js +54 -14
  28. package/dist/command/command.js +249 -13
  29. package/dist/datepicker/DatePicker.js +245 -90
  30. package/dist/datepicker/DatePicker.stories.js +162 -58
  31. package/dist/datepicker/DatePickerDrawer.js +115 -17
  32. package/dist/datepicker/DatePickerPopover.js +208 -35
  33. package/dist/datepicker/constants.js +3 -4
  34. package/dist/datepicker/utils.js +4 -11
  35. package/dist/dialog/index.js +253 -12
  36. package/dist/divider/Divider.js +127 -3
  37. package/dist/divider/Divider.stories.js +13 -7
  38. package/dist/drawer/index.js +230 -12
  39. package/dist/dropdown/Dropdown.js +297 -26
  40. package/dist/dropdown/Dropdown.stories.js +109 -22
  41. package/dist/field-wrapper/FieldWrapper.js +203 -3
  42. package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
  43. package/dist/flex/Flex.js +127 -3
  44. package/dist/flex/Flex.stories.js +19 -7
  45. package/dist/grid/Grid.js +127 -3
  46. package/dist/grid/Grid.stories.js +28 -7
  47. package/dist/hooks/use-breakpoint-value.js +77 -14
  48. package/dist/hooks/use-media-query.js +61 -12
  49. package/dist/hstack/HStack.js +127 -3
  50. package/dist/hstack/HStack.stories.js +19 -7
  51. package/dist/icons/FluxLogo.js +222 -9
  52. package/dist/icons/FluxLogoTable.js +118 -5
  53. package/dist/icons/Icon.js +117 -7
  54. package/dist/icons/Icon.stories.js +12 -7
  55. package/dist/icons/Icon24Hours.js +92 -5
  56. package/dist/icons/IconAcceleration.js +81 -4
  57. package/dist/icons/IconAccount.js +81 -4
  58. package/dist/icons/IconApplicant.js +87 -5
  59. package/dist/icons/IconArrow.js +87 -6
  60. package/dist/icons/IconArrowBack.js +81 -4
  61. package/dist/icons/IconArrowForward.js +81 -4
  62. package/dist/icons/IconArrowTopLeft.js +79 -4
  63. package/dist/icons/IconBluesharkProductGuide.js +89 -5
  64. package/dist/icons/IconBolt.js +81 -4
  65. package/dist/icons/IconBriefcase.js +81 -4
  66. package/dist/icons/IconBulb.js +81 -4
  67. package/dist/icons/IconCalendar.js +81 -4
  68. package/dist/icons/IconCalendarArrowBack.js +81 -4
  69. package/dist/icons/IconCalendarArrowForward.js +81 -4
  70. package/dist/icons/IconCalendarDoubleArrowBack.js +81 -4
  71. package/dist/icons/IconCalendarDoubleArrowForward.js +81 -4
  72. package/dist/icons/IconCancel.js +86 -5
  73. package/dist/icons/IconCancelMark.js +81 -4
  74. package/dist/icons/IconCarSUV.js +81 -4
  75. package/dist/icons/IconCarSedan.js +156 -7
  76. package/dist/icons/IconChain.js +88 -5
  77. package/dist/icons/IconCheckmark.js +81 -4
  78. package/dist/icons/IconChevronRight.js +81 -4
  79. package/dist/icons/IconCircle.js +123 -11
  80. package/dist/icons/IconCircleCheckmark.js +86 -5
  81. package/dist/icons/IconCircleError.js +81 -4
  82. package/dist/icons/IconCircleExclamation.js +113 -6
  83. package/dist/icons/IconCircleMark.js +87 -5
  84. package/dist/icons/IconCircleOutline.js +148 -5
  85. package/dist/icons/IconClock.js +89 -5
  86. package/dist/icons/IconClose.js +81 -4
  87. package/dist/icons/IconCollapseAll.js +103 -5
  88. package/dist/icons/IconConcierge.js +88 -5
  89. package/dist/icons/IconConciergeService.js +96 -5
  90. package/dist/icons/IconCreditCard.js +87 -5
  91. package/dist/icons/IconDash.js +81 -4
  92. package/dist/icons/IconDeliver.js +81 -4
  93. package/dist/icons/IconDelivery.js +96 -5
  94. package/dist/icons/IconDetails.js +81 -4
  95. package/dist/icons/IconDot.js +96 -6
  96. package/dist/icons/IconDownload.js +88 -5
  97. package/dist/icons/IconEVCharging.js +88 -5
  98. package/dist/icons/IconElectricCarFuel.js +89 -5
  99. package/dist/icons/IconEllipsis.js +87 -5
  100. package/dist/icons/IconEnvelope.js +81 -4
  101. package/dist/icons/IconExpandAll.js +103 -5
  102. package/dist/icons/IconEye.js +88 -5
  103. package/dist/icons/IconFacebook.js +103 -6
  104. package/dist/icons/IconFilter.js +92 -5
  105. package/dist/icons/IconFlagMalaysia.js +150 -5
  106. package/dist/icons/IconGiveKey.js +88 -5
  107. package/dist/icons/IconGlobe.js +79 -4
  108. package/dist/icons/IconGoogle.js +96 -5
  109. package/dist/icons/IconHome.js +87 -5
  110. package/dist/icons/IconHostAdvertise.js +81 -4
  111. package/dist/icons/IconHostCar.js +84 -4
  112. package/dist/icons/IconHostCash.js +100 -5
  113. package/dist/icons/IconHostHandle.js +79 -4
  114. package/dist/icons/IconHostLocation.js +79 -4
  115. package/dist/icons/IconHostPayment.js +100 -5
  116. package/dist/icons/IconHostService.js +88 -5
  117. package/dist/icons/IconHotDeals.js +81 -4
  118. package/dist/icons/IconInfo.js +86 -5
  119. package/dist/icons/IconInstagram.js +81 -4
  120. package/dist/icons/IconInsurance.js +108 -5
  121. package/dist/icons/IconInternet.js +82 -4
  122. package/dist/icons/IconInventory.js +87 -5
  123. package/dist/icons/IconLaurel.js +110 -5
  124. package/dist/icons/IconLinkedIn.js +81 -4
  125. package/dist/icons/IconLoading.js +87 -4
  126. package/dist/icons/IconLocation.js +89 -5
  127. package/dist/icons/IconLock.js +82 -4
  128. package/dist/icons/IconLogistics.js +81 -4
  129. package/dist/icons/IconMail.js +103 -5
  130. package/dist/icons/IconMember.js +87 -5
  131. package/dist/icons/IconMobilePen.js +92 -5
  132. package/dist/icons/IconMotorcycleMoped.js +87 -5
  133. package/dist/icons/IconNoCost.js +101 -5
  134. package/dist/icons/IconPDF.js +89 -5
  135. package/dist/icons/IconPencil.js +79 -4
  136. package/dist/icons/IconPhone.js +79 -4
  137. package/dist/icons/IconPlus.js +81 -4
  138. package/dist/icons/IconPricing.js +81 -4
  139. package/dist/icons/IconProtected.js +80 -4
  140. package/dist/icons/IconPsychology.js +81 -4
  141. package/dist/icons/IconQuestionTooltip.js +137 -4
  142. package/dist/icons/IconQuote.js +81 -4
  143. package/dist/icons/IconRate.js +80 -4
  144. package/dist/icons/IconRegister.js +108 -5
  145. package/dist/icons/IconReport.js +98 -6
  146. package/dist/icons/IconReturn.js +81 -4
  147. package/dist/icons/IconSearch.js +79 -4
  148. package/dist/icons/IconSecure.js +80 -4
  149. package/dist/icons/IconSecurity.js +82 -4
  150. package/dist/icons/IconSedanOutline.js +168 -5
  151. package/dist/icons/IconSelectArrow.js +87 -6
  152. package/dist/icons/IconSort.js +88 -5
  153. package/dist/icons/IconSortListed.js +104 -5
  154. package/dist/icons/IconSortPriceAscending.js +92 -5
  155. package/dist/icons/IconSortPriceDescending.js +92 -5
  156. package/dist/icons/IconSortYear.js +88 -5
  157. package/dist/icons/IconSpan.js +80 -4
  158. package/dist/icons/IconSpeaker.js +88 -4
  159. package/dist/icons/IconSpecialCar.js +104 -5
  160. package/dist/icons/IconStar.js +101 -7
  161. package/dist/icons/IconStockPhoto.js +104 -5
  162. package/dist/icons/IconSubscription.js +122 -6
  163. package/dist/icons/IconSubscriptions.js +122 -6
  164. package/dist/icons/IconSwap.js +88 -5
  165. package/dist/icons/IconTax.js +81 -4
  166. package/dist/icons/IconThinArrow.js +87 -6
  167. package/dist/icons/IconThumbsdown.js +87 -5
  168. package/dist/icons/IconThumbsup.js +87 -5
  169. package/dist/icons/IconTool.js +81 -4
  170. package/dist/icons/IconTooltip.js +137 -4
  171. package/dist/icons/IconTrash.js +81 -4
  172. package/dist/icons/IconTriangleExclamation.js +81 -4
  173. package/dist/icons/IconTyersBrakes.js +92 -5
  174. package/dist/icons/IconTyre.js +92 -5
  175. package/dist/icons/IconVacancy.js +87 -5
  176. package/dist/icons/IconVolunteer.js +81 -4
  177. package/dist/icons/IconWhatsapp.js +82 -4
  178. package/dist/icons/IconXPlatform.js +81 -4
  179. package/dist/icons/IconZeroEffort.js +86 -5
  180. package/dist/icons/Logo.js +108 -3
  181. package/dist/input/Input.js +134 -11
  182. package/dist/input/Input.stories.js +17 -18
  183. package/dist/input-mask/InputMask.js +158 -11
  184. package/dist/input-mask/InputMask.stories.js +5 -6
  185. package/dist/input-mask/mask-trackers.js +4 -5
  186. package/dist/input-select/InputSelect.js +390 -68
  187. package/dist/input-select/InputSelect.stories.js +98 -25
  188. package/dist/popover/popover.js +136 -4
  189. package/dist/progress/Progress.js +160 -2
  190. package/dist/progress/Progress.stories.js +13 -14
  191. package/dist/radio/Radio.js +227 -4
  192. package/dist/scroll-area/scroll-area.js +180 -5
  193. package/dist/search-input-select/SearchInputSelect.js +379 -69
  194. package/dist/select/Select.js +354 -29
  195. package/dist/select/Select.stories.js +55 -19
  196. package/dist/skeleton/Skeleton.js +71 -3
  197. package/dist/skeleton/Skeleton.stories.js +8 -7
  198. package/dist/slider/Slider.js +170 -5
  199. package/dist/slider/Slider.stories.js +12 -11
  200. package/dist/stack/Stack.js +127 -3
  201. package/dist/stack/Stack.stories.js +19 -7
  202. package/dist/table/Table.js +216 -10
  203. package/dist/table/Table.stories.js +84 -8
  204. package/dist/tabs/Tabs.js +198 -9
  205. package/dist/tabs/Tabs.stories.js +46 -13
  206. package/dist/text/Text.js +152 -6
  207. package/dist/text/Text.stories.js +44 -7
  208. package/dist/toast/Toast.stories.js +66 -14
  209. package/dist/toast/ToastBox.js +77 -29
  210. package/dist/toast/index.js +0 -1
  211. package/dist/toast/sonner.js +66 -6
  212. package/dist/toggle/Toggle.js +180 -7
  213. package/dist/toggle/Toggle.stories.js +10 -8
  214. package/dist/tooltip/Tooltip.js +169 -12
  215. package/dist/tooltip/Tooltip.stories.js +71 -13
  216. package/dist/utils.js +4 -2
  217. package/dist/vstack/VStack.js +127 -3
  218. package/dist/vstack/VStack.stories.js +19 -7
  219. package/package.json +11 -11
@@ -1,8 +1,91 @@
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: "M6.25 15.6875V8.75H12.5V7.5H5V15.6875L3.25 13.9375L2.375 14.8125L5.625 18.0625L8.875 14.8125L8 13.9375L6.25 15.6875Z", fill: 'currentColor' }), _jsx("path", { d: "M17.625 5.1875L14.375 1.9375L11.125 5.1875L12 6.0625L13.75 4.3125V11.25H7.5V12.5H15V4.3125L16.75 6.0625L17.625 5.1875Z", fill: 'currentColor' })] })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsxs(_Fragment, {
69
+ children: [
70
+ /*#__PURE__*/ _jsx("path", {
71
+ d: "M6.25 15.6875V8.75H12.5V7.5H5V15.6875L3.25 13.9375L2.375 14.8125L5.625 18.0625L8.875 14.8125L8 13.9375L6.25 15.6875Z",
72
+ fill: 'currentColor'
73
+ }),
74
+ /*#__PURE__*/ _jsx("path", {
75
+ d: "M17.625 5.1875L14.375 1.9375L11.125 5.1875L12 6.0625L13.75 4.3125V11.25H7.5V12.5H15V4.3125L16.75 6.0625L17.625 5.1875Z",
76
+ fill: 'currentColor'
77
+ })
78
+ ]
79
+ })
80
+ };
81
+ var IconSwap = function IconSwap(_0) {
82
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 20 20' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
83
+ "viewBox",
84
+ "variant"
85
+ ]);
86
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
87
+ viewBox: viewBox,
88
+ element: variants[variant]
89
+ }, props));
5
90
  };
6
- const IconSwap = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
91
  export default IconSwap;
8
- //# sourceMappingURL=IconSwap.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: "M2.5 3.125V16.875H17.5V3.125H2.5ZM3.75 4.375H16.25V15.625H3.75V4.375ZM5 6.25V7.5H6.25V6.25H5ZM6.875 6.25V7.5H9.375V6.25H6.875ZM10.625 6.25V7.5H11.875V6.25H10.625ZM12.5 6.25V7.5H15V6.25H12.5ZM5 9.375V10.625H6.25V9.375H5ZM6.875 9.375V10.625H9.375V9.375H6.875ZM10.625 9.375V10.625H11.875V9.375H10.625ZM12.5 9.375V10.625H15V9.375H12.5ZM5 12.5V13.75H6.25V12.5H5ZM6.875 12.5V13.75H9.375V12.5H6.875ZM10.625 12.5V13.75H11.875V12.5H10.625ZM12.5 12.5V13.75H15V12.5H12.5Z", fill: "white" }) })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ d: "M2.5 3.125V16.875H17.5V3.125H2.5ZM3.75 4.375H16.25V15.625H3.75V4.375ZM5 6.25V7.5H6.25V6.25H5ZM6.875 6.25V7.5H9.375V6.25H6.875ZM10.625 6.25V7.5H11.875V6.25H10.625ZM12.5 6.25V7.5H15V6.25H12.5ZM5 9.375V10.625H6.25V9.375H5ZM6.875 9.375V10.625H9.375V9.375H6.875ZM10.625 9.375V10.625H11.875V9.375H10.625ZM12.5 9.375V10.625H15V9.375H12.5ZM5 12.5V13.75H6.25V12.5H5ZM6.875 12.5V13.75H9.375V12.5H6.875ZM10.625 12.5V13.75H11.875V12.5H10.625ZM12.5 12.5V13.75H15V12.5H12.5Z",
71
+ fill: "white"
72
+ })
73
+ })
74
+ };
75
+ var IconTax = function IconTax(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 20 20' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
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 IconTax = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
85
  export default IconTax;
8
- //# sourceMappingURL=IconTax.js.map
@@ -1,14 +1,95 @@
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 } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- const getIcon = (degree = 0) => {
4
- return (_jsx("g", { transform: `rotate(${degree} 8 8)`, children: _jsx("path", { d: "M6.48438 2.14062L5.76562 2.85938L10.9062 8L5.76562 13.1406L6.48438 13.8594L11.9844 8.35938L12.3281 8L11.9844 7.64062L6.48438 2.14062Z", fill: "currentColor" }) }));
67
+ var getIcon = function getIcon() {
68
+ var degree = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0;
69
+ return /*#__PURE__*/ _jsx("g", {
70
+ transform: "rotate(".concat(degree, " 8 8)"),
71
+ children: /*#__PURE__*/ _jsx("path", {
72
+ d: "M6.48438 2.14062L5.76562 2.85938L10.9062 8L5.76562 13.1406L6.48438 13.8594L11.9844 8.35938L12.3281 8L11.9844 7.64062L6.48438 2.14062Z",
73
+ fill: "currentColor"
74
+ })
75
+ });
5
76
  };
6
- const variants = {
77
+ var variants = {
7
78
  up: getIcon(270),
8
79
  down: getIcon(90),
9
80
  right: getIcon(0),
10
- left: getIcon(180),
81
+ left: getIcon(180)
82
+ };
83
+ var IconThinArrow = function IconThinArrow(_0) {
84
+ 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 ? 'down' : _0_variant, _0_size = _0.size, size = _0_size === void 0 ? '24px' : _0_size, props = _object_without_properties(_0, [
85
+ "viewBox",
86
+ "variant",
87
+ "size"
88
+ ]);
89
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
90
+ viewBox: viewBox,
91
+ size: size,
92
+ element: variants[variant]
93
+ }, props));
11
94
  };
12
- const IconThinArrow = ({ viewBox = '0 0 16 16', variant = 'down', size = '24px', ...props }) => (_jsx(Icon, { viewBox: viewBox, size: size, element: variants[variant], ...props }));
13
95
  export default IconThinArrow;
14
- //# sourceMappingURL=IconThinArrow.js.map
@@ -1,9 +1,91 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- const variants = {
4
- filled: (_jsx(_Fragment, { children: _jsx("path", { d: "M26.9999 5.5V21.5H22.1999L15.2999 28.4H14.9999C14.7999 28.4 13.5999 28.7 12.5999 27.9C12.1999 27.6 11.6999 27 11.6999 25.9C11.6999 24.1 12.7999 22.8 13.3999 22.3L13.5999 21.5H7.9999C7.0999 21.5 6.1999 21.1 5.6999 20.4C5.0999 19.7 4.8999 18.8 5.0999 17.9L7.2999 7.8C7.5999 6.4 8.7999 5.5 10.1999 5.5H26.9999Z", fill: "currentColor" }) })),
5
- outline: (_jsx(_Fragment, { children: _jsx("path", { d: "M5.6999 20.4C6.2999 21.1 7.0999 21.5 7.9999 21.5H13.5999L13.3999 22.3C12.7999 22.8 11.6999 24 11.6999 25.9C11.6999 27 12.1999 27.6 12.5999 27.9C13.4999 28.7 14.7999 28.4 14.9999 28.4L15.2999 28.3L22.1999 21.4H26.9999V5.40002H22.7999H10.1999C8.7999 5.40002 7.5999 6.40002 7.2999 7.70002L5.0999 17.9C4.8999 18.8 5.0999 19.7 5.6999 20.4ZM24.9999 7.50002V19.5H22.7999V7.50002H24.9999ZM9.2999 8.30002C9.3999 7.80002 9.7999 7.50002 10.2999 7.50002H20.7999V20.1L14.3999 26.5C14.1999 26.5 13.9999 26.5 13.8999 26.4C13.7999 26.3 13.7999 26.1 13.7999 25.9C13.7999 24.5 14.8999 23.7 14.8999 23.7L15.1999 23.5L15.9999 19.5H7.9999C7.6999 19.5 7.3999 19.4 7.1999 19.1C6.9999 18.9 6.9999 18.6 6.9999 18.3L9.2999 8.30002Z", fill: "currentColor" }) })),
67
+ var variants = {
68
+ filled: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ d: "M26.9999 5.5V21.5H22.1999L15.2999 28.4H14.9999C14.7999 28.4 13.5999 28.7 12.5999 27.9C12.1999 27.6 11.6999 27 11.6999 25.9C11.6999 24.1 12.7999 22.8 13.3999 22.3L13.5999 21.5H7.9999C7.0999 21.5 6.1999 21.1 5.6999 20.4C5.0999 19.7 4.8999 18.8 5.0999 17.9L7.2999 7.8C7.5999 6.4 8.7999 5.5 10.1999 5.5H26.9999Z",
71
+ fill: "currentColor"
72
+ })
73
+ }),
74
+ outline: /*#__PURE__*/ _jsx(_Fragment, {
75
+ children: /*#__PURE__*/ _jsx("path", {
76
+ d: "M5.6999 20.4C6.2999 21.1 7.0999 21.5 7.9999 21.5H13.5999L13.3999 22.3C12.7999 22.8 11.6999 24 11.6999 25.9C11.6999 27 12.1999 27.6 12.5999 27.9C13.4999 28.7 14.7999 28.4 14.9999 28.4L15.2999 28.3L22.1999 21.4H26.9999V5.40002H22.7999H10.1999C8.7999 5.40002 7.5999 6.40002 7.2999 7.70002L5.0999 17.9C4.8999 18.8 5.0999 19.7 5.6999 20.4ZM24.9999 7.50002V19.5H22.7999V7.50002H24.9999ZM9.2999 8.30002C9.3999 7.80002 9.7999 7.50002 10.2999 7.50002H20.7999V20.1L14.3999 26.5C14.1999 26.5 13.9999 26.5 13.8999 26.4C13.7999 26.3 13.7999 26.1 13.7999 25.9C13.7999 24.5 14.8999 23.7 14.8999 23.7L15.1999 23.5L15.9999 19.5H7.9999C7.6999 19.5 7.3999 19.4 7.1999 19.1C6.9999 18.9 6.9999 18.6 6.9999 18.3L9.2999 8.30002Z",
77
+ fill: "currentColor"
78
+ })
79
+ })
80
+ };
81
+ var IconThumbsdown = function IconThumbsdown(_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 IconThumbsdown = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
8
91
  export default IconThumbsdown;
9
- //# sourceMappingURL=IconThumbsdown.js.map
@@ -1,9 +1,91 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = {}, sourceKeys, key, i;
32
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
33
+ sourceKeys = Reflect.ownKeys(Object(source));
34
+ for(i = 0; i < sourceKeys.length; i++){
35
+ key = sourceKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ return target;
41
+ }
42
+ target = _object_without_properties_loose(source, excluded);
43
+ if (Object.getOwnPropertySymbols) {
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
47
+ if (excluded.indexOf(key) >= 0) continue;
48
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
49
+ target[key] = source[key];
50
+ }
51
+ }
52
+ return target;
53
+ }
54
+ function _object_without_properties_loose(source, excluded) {
55
+ if (source == null) return {};
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
57
+ for(i = 0; i < sourceKeys.length; i++){
58
+ key = sourceKeys[i];
59
+ if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
61
+ target[key] = source[key];
62
+ }
63
+ return target;
64
+ }
1
65
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
66
  import { Icon } from './Icon';
3
- const variants = {
4
- filled: (_jsx(_Fragment, { children: _jsx("path", { d: "M26.9 14.1L24.7 24.2C24.4 25.6 23.2 26.5 21.8 26.5H5V10.5H9.8L16.7 3.60002H17C17.2 3.60002 18.4 3.30002 19.4 4.10002C19.8 4.40002 20.3 5.00002 20.3 6.10002C20.3 7.90002 19.2 9.20002 18.6 9.70002L18.4 10.5H24C24.9 10.5 25.8 10.9 26.3 11.6C26.9 12.3 27.1 13.2 26.9 14.1Z", fill: "currentColor" }) })),
5
- outline: (_jsx(_Fragment, { children: _jsx("path", { d: "M26.3 11.6C25.7 10.9 24.9 10.5 24 10.5H18.4L18.6 9.70002C19.2 9.20002 20.3 8.00002 20.3 6.10002C20.3 5.00002 19.8 4.40002 19.4 4.10002C18.5 3.30002 17.2 3.60002 17 3.60002L16.7 3.70002L9.8 10.6H5V26.6H9.2H21.7C23.1 26.6 24.3 25.6 24.6 24.3L26.8 14.2C27.1 13.2 26.9 12.3 26.3 11.6ZM7 24.5V12.5H9.2V24.5H7ZM22.7 23.7C22.6 24.2 22.2 24.5 21.7 24.5H11.2V11.9L17.6 5.50002C17.8 5.50002 18 5.50002 18.1 5.60002C18.2 5.70002 18.2 5.90002 18.2 6.10002C18.2 7.50002 17.1 8.30002 17.1 8.30002L16.8 8.50002L16 12.5H24C24.3 12.5 24.6 12.6 24.8 12.9C25 13.1 25.1 13.4 25 13.7L22.7 23.7Z", fill: "currentColor" }) })),
67
+ var variants = {
68
+ filled: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ d: "M26.9 14.1L24.7 24.2C24.4 25.6 23.2 26.5 21.8 26.5H5V10.5H9.8L16.7 3.60002H17C17.2 3.60002 18.4 3.30002 19.4 4.10002C19.8 4.40002 20.3 5.00002 20.3 6.10002C20.3 7.90002 19.2 9.20002 18.6 9.70002L18.4 10.5H24C24.9 10.5 25.8 10.9 26.3 11.6C26.9 12.3 27.1 13.2 26.9 14.1Z",
71
+ fill: "currentColor"
72
+ })
73
+ }),
74
+ outline: /*#__PURE__*/ _jsx(_Fragment, {
75
+ children: /*#__PURE__*/ _jsx("path", {
76
+ d: "M26.3 11.6C25.7 10.9 24.9 10.5 24 10.5H18.4L18.6 9.70002C19.2 9.20002 20.3 8.00002 20.3 6.10002C20.3 5.00002 19.8 4.40002 19.4 4.10002C18.5 3.30002 17.2 3.60002 17 3.60002L16.7 3.70002L9.8 10.6H5V26.6H9.2H21.7C23.1 26.6 24.3 25.6 24.6 24.3L26.8 14.2C27.1 13.2 26.9 12.3 26.3 11.6ZM7 24.5V12.5H9.2V24.5H7ZM22.7 23.7C22.6 24.2 22.2 24.5 21.7 24.5H11.2V11.9L17.6 5.50002C17.8 5.50002 18 5.50002 18.1 5.60002C18.2 5.70002 18.2 5.90002 18.2 6.10002C18.2 7.50002 17.1 8.30002 17.1 8.30002L16.8 8.50002L16 12.5H24C24.3 12.5 24.6 12.6 24.8 12.9C25 13.1 25.1 13.4 25 13.7L22.7 23.7Z",
77
+ fill: "currentColor"
78
+ })
79
+ })
80
+ };
81
+ var IconThumbsup = function IconThumbsup(_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 IconThumbsup = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
8
91
  export default IconThumbsup;
9
- //# sourceMappingURL=IconThumbsup.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: "M13.9,10.6c2.3-0.1,4.1-2,4.1-4.2c0-0.8-0.2-1.5-0.6-2.2L17,3.5l-3.2,3.2l-0.7-0.7l3.2-3.2l-0.9-0.4c-0.5-0.1-1-0.2-1.6-0.2\n\tc-2.3,0-4.2,1.9-4.2,4.2c0,0.2,0,0.5,0.1,0.7L8.8,7.9L6.4,5.5v-2L3.2,2L2,3.2l1.6,3.2h2l2.4,2.4l-5.1,5.1c-0.5,0.5-0.7,1.1-0.7,1.7\n\tc0,0.7,0.2,1.2,0.7,1.7c0.4,0.5,1,0.7,1.7,0.7c0.6,0,1.3-0.2,1.7-0.7l3.8-3.7l3.7,3.7c0.4,0.5,1.1,0.7,1.7,0.7s1.3-0.2,1.7-0.7\n\tc0.5-0.5,0.7-1.1,0.7-1.7c0-0.7-0.2-1.3-0.7-1.7L13.9,10.6z M3.5,3.5l1.7,0.9v0.9H4.3L3.5,3.5z M5.4,16.4c-0.4,0.4-1.2,0.4-1.7,0\n\tc-0.2-0.2-0.3-0.5-0.3-0.9s0.1-0.6,0.4-0.9L11,7.4L10.9,7c-0.1-0.2-0.1-0.5-0.1-0.7c0-1.6,1.3-3,3-3c0.1,0,0.1,0,0.2,0l-2.6,2.6\n\tl2.4,2.4l2.9-2.9c0.1,0.3,0.2,0.5,0.2,0.9c0,1.6-1.3,3-3,3c-0.2,0-0.5-0.1-0.7-0.1l-0.4-0.1L5.4,16.4z M16.3,16.4\n\tc-0.4,0.4-1.3,0.4-1.7,0l-3.7-3.7l1.7-1.7l3.7,3.7c0.2,0.2,0.4,0.5,0.4,0.9C16.7,15.9,16.5,16.2,16.3,16.4z", fill: "white" }) })),
67
+ var variants = {
68
+ default: /*#__PURE__*/ _jsx(_Fragment, {
69
+ children: /*#__PURE__*/ _jsx("path", {
70
+ d: "M13.9,10.6c2.3-0.1,4.1-2,4.1-4.2c0-0.8-0.2-1.5-0.6-2.2L17,3.5l-3.2,3.2l-0.7-0.7l3.2-3.2l-0.9-0.4c-0.5-0.1-1-0.2-1.6-0.2\n c-2.3,0-4.2,1.9-4.2,4.2c0,0.2,0,0.5,0.1,0.7L8.8,7.9L6.4,5.5v-2L3.2,2L2,3.2l1.6,3.2h2l2.4,2.4l-5.1,5.1c-0.5,0.5-0.7,1.1-0.7,1.7\n c0,0.7,0.2,1.2,0.7,1.7c0.4,0.5,1,0.7,1.7,0.7c0.6,0,1.3-0.2,1.7-0.7l3.8-3.7l3.7,3.7c0.4,0.5,1.1,0.7,1.7,0.7s1.3-0.2,1.7-0.7\n c0.5-0.5,0.7-1.1,0.7-1.7c0-0.7-0.2-1.3-0.7-1.7L13.9,10.6z M3.5,3.5l1.7,0.9v0.9H4.3L3.5,3.5z M5.4,16.4c-0.4,0.4-1.2,0.4-1.7,0\n c-0.2-0.2-0.3-0.5-0.3-0.9s0.1-0.6,0.4-0.9L11,7.4L10.9,7c-0.1-0.2-0.1-0.5-0.1-0.7c0-1.6,1.3-3,3-3c0.1,0,0.1,0,0.2,0l-2.6,2.6\n l2.4,2.4l2.9-2.9c0.1,0.3,0.2,0.5,0.2,0.9c0,1.6-1.3,3-3,3c-0.2,0-0.5-0.1-0.7-0.1l-0.4-0.1L5.4,16.4z M16.3,16.4\n c-0.4,0.4-1.3,0.4-1.7,0l-3.7-3.7l1.7-1.7l3.7,3.7c0.2,0.2,0.4,0.5,0.4,0.9C16.7,15.9,16.5,16.2,16.3,16.4z",
71
+ fill: "white"
72
+ })
73
+ })
74
+ };
75
+ var IconTool = function IconTool(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 20 20' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
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 IconTool = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
85
  export default IconTool;
8
- //# sourceMappingURL=IconTool.js.map