@driveflux/beam 3.0.15 → 3.0.17

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 (224) 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 +19 -120
  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/box/Box.js +3 -87
  9. package/dist/box/Box.stories.js +7 -8
  10. package/dist/breadcrumbs/Breadcrumbs.js +28 -288
  11. package/dist/breadcrumbs/Breadcrumbs.stories.js +27 -51
  12. package/dist/button/Button.js +12 -126
  13. package/dist/button/Button.stories.js +7 -35
  14. package/dist/button/TextButton.js +9 -104
  15. package/dist/card/Card.js +7 -109
  16. package/dist/card/Card.stories.js +7 -10
  17. package/dist/carousel/Carousel.js +58 -281
  18. package/dist/carousel/Carousel.stories.js +7 -39
  19. package/dist/carousel/CarouselButton.js +7 -68
  20. package/dist/center/Center.js +3 -63
  21. package/dist/center/Center.stories.js +7 -19
  22. package/dist/checkbox/Checkbox.js +4 -124
  23. package/dist/checkbox/Checkbox.stories.js +8 -10
  24. package/dist/chip/Chip.js +3 -104
  25. package/dist/chip/Chip.stories.js +7 -19
  26. package/dist/circular-progress/CircularProgress.js +11 -150
  27. package/dist/circular-progress/CircularProgress.stories.js +14 -54
  28. package/dist/command/command.js +13 -170
  29. package/dist/datepicker/DatePicker.d.ts.map +1 -1
  30. package/dist/datepicker/DatePicker.js +91 -235
  31. package/dist/datepicker/DatePicker.js.map +1 -1
  32. package/dist/datepicker/DatePicker.stories.js +58 -163
  33. package/dist/datepicker/DatePicker.stories.js.map +1 -1
  34. package/dist/datepicker/DatePickerDrawer.js +17 -116
  35. package/dist/datepicker/DatePickerDrawer.js.map +1 -1
  36. package/dist/datepicker/DatePickerPopover.js +35 -208
  37. package/dist/datepicker/constants.js +4 -3
  38. package/dist/datepicker/utils.js +11 -4
  39. package/dist/dialog/index.js +33 -180
  40. package/dist/divider/Divider.js +3 -63
  41. package/dist/divider/Divider.stories.js +7 -13
  42. package/dist/drawer/index.js +12 -157
  43. package/dist/dropdown/Dropdown.js +26 -212
  44. package/dist/dropdown/Dropdown.stories.js +22 -109
  45. package/dist/field-wrapper/FieldWrapper.js +3 -139
  46. package/dist/field-wrapper/FieldWrapper.stories.js +28 -124
  47. package/dist/flex/Flex.js +3 -63
  48. package/dist/flex/Flex.stories.js +7 -19
  49. package/dist/grid/Grid.js +3 -63
  50. package/dist/grid/Grid.stories.js +7 -28
  51. package/dist/hooks/use-breakpoint-value.js +14 -77
  52. package/dist/hooks/use-media-query.js +12 -61
  53. package/dist/hstack/HStack.js +3 -63
  54. package/dist/hstack/HStack.stories.js +7 -19
  55. package/dist/icons/FluxLogo.js +9 -213
  56. package/dist/icons/FluxLogoTable.js +5 -109
  57. package/dist/icons/Icon.js +7 -108
  58. package/dist/icons/Icon.stories.js +7 -12
  59. package/dist/icons/Icon24Hours.js +5 -83
  60. package/dist/icons/IconAcceleration.js +4 -72
  61. package/dist/icons/IconAccount.js +4 -72
  62. package/dist/icons/IconApplicant.js +5 -78
  63. package/dist/icons/IconArrow.js +6 -78
  64. package/dist/icons/IconArrowBack.js +4 -72
  65. package/dist/icons/IconArrowForward.js +4 -72
  66. package/dist/icons/IconArrowTopLeft.js +4 -70
  67. package/dist/icons/IconBluesharkProductGuide.js +5 -80
  68. package/dist/icons/IconBolt.js +4 -72
  69. package/dist/icons/IconBriefcase.js +4 -72
  70. package/dist/icons/IconBulb.js +4 -72
  71. package/dist/icons/IconCalendar.js +4 -72
  72. package/dist/icons/IconCalendarArrowBack.js +4 -72
  73. package/dist/icons/IconCalendarArrowForward.js +4 -72
  74. package/dist/icons/IconCalendarDoubleArrowBack.js +4 -72
  75. package/dist/icons/IconCalendarDoubleArrowForward.js +4 -72
  76. package/dist/icons/IconCancel.js +5 -77
  77. package/dist/icons/IconCancelMark.js +4 -72
  78. package/dist/icons/IconCarSUV.js +4 -72
  79. package/dist/icons/IconCarSedan.js +7 -147
  80. package/dist/icons/IconChain.js +5 -79
  81. package/dist/icons/IconCheckmark.js +4 -72
  82. package/dist/icons/IconChevronRight.js +4 -72
  83. package/dist/icons/IconCircle.js +11 -114
  84. package/dist/icons/IconCircleCheckmark.js +5 -77
  85. package/dist/icons/IconCircleError.js +4 -72
  86. package/dist/icons/IconCircleExclamation.js +6 -104
  87. package/dist/icons/IconCircleMark.js +5 -78
  88. package/dist/icons/IconCircleOutline.js +5 -139
  89. package/dist/icons/IconClock.js +5 -80
  90. package/dist/icons/IconClose.js +4 -72
  91. package/dist/icons/IconCollapseAll.js +5 -94
  92. package/dist/icons/IconConcierge.js +5 -79
  93. package/dist/icons/IconConciergeService.js +5 -87
  94. package/dist/icons/IconCreditCard.js +5 -78
  95. package/dist/icons/IconDash.js +4 -72
  96. package/dist/icons/IconDeliver.js +4 -72
  97. package/dist/icons/IconDelivery.js +5 -87
  98. package/dist/icons/IconDetails.js +4 -72
  99. package/dist/icons/IconDot.js +6 -87
  100. package/dist/icons/IconDownload.js +5 -79
  101. package/dist/icons/IconEVCharging.js +5 -79
  102. package/dist/icons/IconElectricCarFuel.js +5 -80
  103. package/dist/icons/IconEllipsis.js +5 -78
  104. package/dist/icons/IconEnvelope.js +4 -72
  105. package/dist/icons/IconExpandAll.js +5 -94
  106. package/dist/icons/IconEye.js +5 -79
  107. package/dist/icons/IconFacebook.js +6 -94
  108. package/dist/icons/IconFilter.js +5 -83
  109. package/dist/icons/IconFlagMalaysia.js +5 -141
  110. package/dist/icons/IconGiveKey.js +5 -79
  111. package/dist/icons/IconGlobe.js +4 -70
  112. package/dist/icons/IconGoogle.js +5 -87
  113. package/dist/icons/IconHome.js +5 -78
  114. package/dist/icons/IconHostAdvertise.js +4 -72
  115. package/dist/icons/IconHostCar.js +4 -75
  116. package/dist/icons/IconHostCash.js +5 -91
  117. package/dist/icons/IconHostHandle.js +4 -70
  118. package/dist/icons/IconHostLocation.js +4 -70
  119. package/dist/icons/IconHostPayment.js +5 -91
  120. package/dist/icons/IconHostService.js +5 -79
  121. package/dist/icons/IconHotDeals.js +4 -72
  122. package/dist/icons/IconInfo.js +5 -77
  123. package/dist/icons/IconInstagram.js +4 -72
  124. package/dist/icons/IconInsurance.js +5 -99
  125. package/dist/icons/IconInternet.js +4 -73
  126. package/dist/icons/IconInventory.js +5 -78
  127. package/dist/icons/IconLaurel.js +5 -101
  128. package/dist/icons/IconLinkedIn.js +4 -72
  129. package/dist/icons/IconLoading.js +4 -78
  130. package/dist/icons/IconLocation.js +5 -80
  131. package/dist/icons/IconLock.js +4 -73
  132. package/dist/icons/IconLogistics.js +4 -72
  133. package/dist/icons/IconMail.js +5 -94
  134. package/dist/icons/IconMember.js +5 -78
  135. package/dist/icons/IconMobilePen.js +5 -83
  136. package/dist/icons/IconMotorcycleMoped.js +5 -78
  137. package/dist/icons/IconNoCost.js +5 -92
  138. package/dist/icons/IconPDF.js +5 -80
  139. package/dist/icons/IconPencil.js +4 -70
  140. package/dist/icons/IconPhone.js +4 -70
  141. package/dist/icons/IconPlus.js +4 -72
  142. package/dist/icons/IconPricing.js +4 -72
  143. package/dist/icons/IconProtected.js +4 -71
  144. package/dist/icons/IconPsychology.js +4 -72
  145. package/dist/icons/IconQuestionTooltip.js +4 -73
  146. package/dist/icons/IconQuote.js +4 -72
  147. package/dist/icons/IconRate.js +4 -71
  148. package/dist/icons/IconRegister.js +5 -99
  149. package/dist/icons/IconReport.js +6 -89
  150. package/dist/icons/IconReturn.js +4 -72
  151. package/dist/icons/IconSearch.js +4 -70
  152. package/dist/icons/IconSecure.js +4 -71
  153. package/dist/icons/IconSecurity.js +4 -73
  154. package/dist/icons/IconSedanOutline.js +5 -159
  155. package/dist/icons/IconSelectArrow.js +6 -78
  156. package/dist/icons/IconSort.js +5 -79
  157. package/dist/icons/IconSortListed.js +5 -95
  158. package/dist/icons/IconSortPriceAscending.js +5 -83
  159. package/dist/icons/IconSortPriceDescending.js +5 -83
  160. package/dist/icons/IconSortYear.js +5 -79
  161. package/dist/icons/IconSpan.js +4 -71
  162. package/dist/icons/IconSpeaker.js +4 -79
  163. package/dist/icons/IconSpecialCar.js +5 -95
  164. package/dist/icons/IconStar.js +7 -92
  165. package/dist/icons/IconStockPhoto.js +5 -95
  166. package/dist/icons/IconSubscription.js +6 -113
  167. package/dist/icons/IconSubscriptions.js +6 -113
  168. package/dist/icons/IconSwap.js +5 -79
  169. package/dist/icons/IconTax.js +4 -72
  170. package/dist/icons/IconThinArrow.js +6 -78
  171. package/dist/icons/IconThumbsdown.js +5 -78
  172. package/dist/icons/IconThumbsup.js +5 -78
  173. package/dist/icons/IconTool.js +4 -72
  174. package/dist/icons/IconTooltip.js +4 -73
  175. package/dist/icons/IconTrash.js +4 -72
  176. package/dist/icons/IconTriangleExclamation.js +4 -72
  177. package/dist/icons/IconTyersBrakes.js +5 -83
  178. package/dist/icons/IconTyre.js +5 -83
  179. package/dist/icons/IconVacancy.js +5 -78
  180. package/dist/icons/IconVolunteer.js +4 -72
  181. package/dist/icons/IconWhatsapp.js +4 -73
  182. package/dist/icons/IconXPlatform.js +4 -72
  183. package/dist/icons/IconZeroEffort.js +5 -77
  184. package/dist/icons/Logo.js +3 -99
  185. package/dist/input/Input.js +11 -125
  186. package/dist/input/Input.stories.js +18 -17
  187. package/dist/input-mask/InputMask.js +11 -149
  188. package/dist/input-mask/InputMask.stories.js +6 -5
  189. package/dist/input-mask/mask-trackers.js +5 -4
  190. package/dist/input-select/InputSelect.js +68 -357
  191. package/dist/input-select/InputSelect.stories.js +25 -98
  192. package/dist/popover/popover.js +4 -72
  193. package/dist/progress/Progress.js +2 -96
  194. package/dist/progress/Progress.stories.js +14 -13
  195. package/dist/radio/Radio.js +4 -163
  196. package/dist/scroll-area/scroll-area.js +5 -113
  197. package/dist/search-input-select/SearchInputSelect.js +69 -346
  198. package/dist/select/Select.js +29 -315
  199. package/dist/select/Select.stories.js +19 -55
  200. package/dist/skeleton/Skeleton.js +3 -62
  201. package/dist/skeleton/Skeleton.stories.js +7 -8
  202. package/dist/slider/Slider.js +5 -106
  203. package/dist/slider/Slider.stories.js +11 -12
  204. package/dist/stack/Stack.js +3 -63
  205. package/dist/stack/Stack.stories.js +7 -19
  206. package/dist/styles.css +1 -1
  207. package/dist/table/Table.js +10 -131
  208. package/dist/table/Table.stories.js +8 -84
  209. package/dist/tabs/Tabs.js +9 -128
  210. package/dist/tabs/Tabs.stories.js +13 -46
  211. package/dist/text/Text.js +6 -88
  212. package/dist/text/Text.stories.js +7 -44
  213. package/dist/toast/Toast.stories.js +14 -66
  214. package/dist/toast/ToastBox.js +29 -77
  215. package/dist/toast/index.js +1 -0
  216. package/dist/toast/sonner.js +6 -66
  217. package/dist/toggle/Toggle.js +7 -116
  218. package/dist/toggle/Toggle.stories.js +8 -10
  219. package/dist/tooltip/Tooltip.js +12 -151
  220. package/dist/tooltip/Tooltip.stories.js +13 -71
  221. package/dist/utils.js +2 -4
  222. package/dist/vstack/VStack.js +3 -63
  223. package/dist/vstack/VStack.stories.js +7 -19
  224. package/package.json +1 -1
@@ -1,116 +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
- outline: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M15 3C13.9062 3 13 3.90625 13 5H7V28H25V5H19C19 3.90625 18.0938 3 17 3H15ZM15 5H17V7H15V5ZM9 7H13V9H19V7H23V26H9V7ZM13.5938 12L12 15.375V18.4688C12 18.7656 12.2305 19 12.5312 19H13.4688C13.7695 19 14 18.7695 14 18.4688V18H18V18.4688C18 18.7695 18.2305 19 18.5312 19H19.4688C19.7695 19 20 18.7695 20 18.4688V15.375L18.4062 12H13.5938ZM13.5 15.75C13.9141 15.75 14.25 16.0859 14.25 16.5C14.25 16.9141 13.9141 17.25 13.5 17.25C13.0859 17.25 12.75 16.9141 12.75 16.5C12.75 16.0859 13.0859 15.75 13.5 15.75ZM18.5 15.75C18.9102 15.75 19.25 16.0859 19.25 16.5C19.25 16.9102 18.9102 17.25 18.5 17.25C18.0898 17.25 17.75 16.9102 17.75 16.5C17.75 16.0859 18.0898 15.75 18.5 15.75ZM12 21V23H20V21H12Z",
62
- fill: "currentColor"
63
- })
64
- }),
65
- filled: /*#__PURE__*/ _jsxs(_Fragment, {
66
- children: [
67
- /*#__PURE__*/ _jsx("path", {
68
- d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z",
69
- fill: "currentColor"
70
- }),
71
- /*#__PURE__*/ _jsx("path", {
72
- d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z",
73
- fill: "currentColor"
74
- }),
75
- /*#__PURE__*/ _jsx("path", {
76
- d: "M18.9952 4.99844C18.9952 3.90404 18.0864 2.99524 16.992 2.99524H15.0016V3.00164C13.9072 3.00164 12.9984 3.91044 12.9984 5.00484H6.99521V28.0064H24.9984V4.99844H18.9952ZM15.0016 4.99844H17.0048V7.00164H15.0016V4.99844ZM12 15.3728L13.5936 12H18.4L19.9936 15.3728V18.464C19.9936 18.7648 19.7632 18.9952 19.4624 18.9952H18.528C18.2272 18.9952 17.9968 18.7648 17.9968 18.464V17.9968H13.9968V18.464C13.9968 18.7648 13.7664 18.9952 13.4656 18.9952H12.5312C12.2304 18.9952 12 18.7584 12 18.464V15.3728ZM20 23.0016H12V20.9984H20V23.0016Z",
77
- fill: "currentColor"
78
- }),
79
- /*#__PURE__*/ _jsx("path", {
80
- d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z",
81
- fill: "currentColor"
82
- }),
83
- /*#__PURE__*/ _jsx("path", {
84
- d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z",
85
- fill: "currentColor"
86
- }),
87
- /*#__PURE__*/ _jsx("path", {
88
- d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z",
89
- fill: "white"
90
- }),
91
- /*#__PURE__*/ _jsx("path", {
92
- d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z",
93
- fill: "white"
94
- }),
95
- /*#__PURE__*/ _jsx("path", {
96
- d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z",
97
- fill: "currentColor"
98
- }),
99
- /*#__PURE__*/ _jsx("path", {
100
- d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z",
101
- fill: "currentColor"
102
- })
103
- ]
104
- })
105
- };
106
- var IconSubscription = function(_param) {
107
- 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, [
108
- "viewBox",
109
- "variant"
110
- ]);
111
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
112
- viewBox: viewBox,
113
- element: variants[variant]
114
- }, props));
3
+ const variants = {
4
+ outline: (_jsx(_Fragment, { children: _jsx("path", { d: "M15 3C13.9062 3 13 3.90625 13 5H7V28H25V5H19C19 3.90625 18.0938 3 17 3H15ZM15 5H17V7H15V5ZM9 7H13V9H19V7H23V26H9V7ZM13.5938 12L12 15.375V18.4688C12 18.7656 12.2305 19 12.5312 19H13.4688C13.7695 19 14 18.7695 14 18.4688V18H18V18.4688C18 18.7695 18.2305 19 18.5312 19H19.4688C19.7695 19 20 18.7695 20 18.4688V15.375L18.4062 12H13.5938ZM13.5 15.75C13.9141 15.75 14.25 16.0859 14.25 16.5C14.25 16.9141 13.9141 17.25 13.5 17.25C13.0859 17.25 12.75 16.9141 12.75 16.5C12.75 16.0859 13.0859 15.75 13.5 15.75ZM18.5 15.75C18.9102 15.75 19.25 16.0859 19.25 16.5C19.25 16.9102 18.9102 17.25 18.5 17.25C18.0898 17.25 17.75 16.9102 17.75 16.5C17.75 16.0859 18.0898 15.75 18.5 15.75ZM12 21V23H20V21H12Z", fill: "currentColor" }) })),
5
+ filled: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M18.9952 4.99844C18.9952 3.90404 18.0864 2.99524 16.992 2.99524H15.0016V3.00164C13.9072 3.00164 12.9984 3.91044 12.9984 5.00484H6.99521V28.0064H24.9984V4.99844H18.9952ZM15.0016 4.99844H17.0048V7.00164H15.0016V4.99844ZM12 15.3728L13.5936 12H18.4L19.9936 15.3728V18.464C19.9936 18.7648 19.7632 18.9952 19.4624 18.9952H18.528C18.2272 18.9952 17.9968 18.7648 17.9968 18.464V17.9968H13.9968V18.464C13.9968 18.7648 13.7664 18.9952 13.4656 18.9952H12.5312C12.2304 18.9952 12 18.7584 12 18.464V15.3728ZM20 23.0016H12V20.9984H20V23.0016Z", fill: "currentColor" }), _jsx("path", { d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z", fill: "white" }), _jsx("path", { d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z", fill: "white" }), _jsx("path", { d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z", fill: "currentColor" })] })),
115
6
  };
7
+ const IconSubscription = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
116
8
  export default IconSubscription;
9
+ //# sourceMappingURL=IconSubscription.js.map
@@ -1,116 +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
- outline: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M15 3C13.9062 3 13 3.90625 13 5H7V28H25V5H19C19 3.90625 18.0938 3 17 3H15ZM15 5H17V7H15V5ZM9 7H13V9H19V7H23V26H9V7ZM13.5938 12L12 15.375V18.4688C12 18.7656 12.2305 19 12.5312 19H13.4688C13.7695 19 14 18.7695 14 18.4688V18H18V18.4688C18 18.7695 18.2305 19 18.5312 19H19.4688C19.7695 19 20 18.7695 20 18.4688V15.375L18.4062 12H13.5938ZM13.5 15.75C13.9141 15.75 14.25 16.0859 14.25 16.5C14.25 16.9141 13.9141 17.25 13.5 17.25C13.0859 17.25 12.75 16.9141 12.75 16.5C12.75 16.0859 13.0859 15.75 13.5 15.75ZM18.5 15.75C18.9102 15.75 19.25 16.0859 19.25 16.5C19.25 16.9102 18.9102 17.25 18.5 17.25C18.0898 17.25 17.75 16.9102 17.75 16.5C17.75 16.0859 18.0898 15.75 18.5 15.75ZM12 21V23H20V21H12Z",
62
- fill: "currentColor"
63
- })
64
- }),
65
- filled: /*#__PURE__*/ _jsxs(_Fragment, {
66
- children: [
67
- /*#__PURE__*/ _jsx("path", {
68
- d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z",
69
- fill: "currentColor"
70
- }),
71
- /*#__PURE__*/ _jsx("path", {
72
- d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z",
73
- fill: "currentColor"
74
- }),
75
- /*#__PURE__*/ _jsx("path", {
76
- d: "M18.9952 4.99844C18.9952 3.90404 18.0864 2.99524 16.992 2.99524H15.0016V3.00164C13.9072 3.00164 12.9984 3.91044 12.9984 5.00484H6.99521V28.0064H24.9984V4.99844H18.9952ZM15.0016 4.99844H17.0048V7.00164H15.0016V4.99844ZM12 15.3728L13.5936 12H18.4L19.9936 15.3728V18.464C19.9936 18.7648 19.7632 18.9952 19.4624 18.9952H18.528C18.2272 18.9952 17.9968 18.7648 17.9968 18.464V17.9968H13.9968V18.464C13.9968 18.7648 13.7664 18.9952 13.4656 18.9952H12.5312C12.2304 18.9952 12 18.7584 12 18.464V15.3728ZM20 23.0016H12V20.9984H20V23.0016Z",
77
- fill: "currentColor"
78
- }),
79
- /*#__PURE__*/ _jsx("path", {
80
- d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z",
81
- fill: "currentColor"
82
- }),
83
- /*#__PURE__*/ _jsx("path", {
84
- d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z",
85
- fill: "currentColor"
86
- }),
87
- /*#__PURE__*/ _jsx("path", {
88
- d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z",
89
- fill: "white"
90
- }),
91
- /*#__PURE__*/ _jsx("path", {
92
- d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z",
93
- fill: "white"
94
- }),
95
- /*#__PURE__*/ _jsx("path", {
96
- d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z",
97
- fill: "currentColor"
98
- }),
99
- /*#__PURE__*/ _jsx("path", {
100
- d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z",
101
- fill: "currentColor"
102
- })
103
- ]
104
- })
105
- };
106
- var IconSubscriptions = function(_param) {
107
- 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, [
108
- "viewBox",
109
- "variant"
110
- ]);
111
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
112
- viewBox: viewBox,
113
- element: variants[variant]
114
- }, props));
3
+ const variants = {
4
+ outline: (_jsx(_Fragment, { children: _jsx("path", { d: "M15 3C13.9062 3 13 3.90625 13 5H7V28H25V5H19C19 3.90625 18.0938 3 17 3H15ZM15 5H17V7H15V5ZM9 7H13V9H19V7H23V26H9V7ZM13.5938 12L12 15.375V18.4688C12 18.7656 12.2305 19 12.5312 19H13.4688C13.7695 19 14 18.7695 14 18.4688V18H18V18.4688C18 18.7695 18.2305 19 18.5312 19H19.4688C19.7695 19 20 18.7695 20 18.4688V15.375L18.4062 12H13.5938ZM13.5 15.75C13.9141 15.75 14.25 16.0859 14.25 16.5C14.25 16.9141 13.9141 17.25 13.5 17.25C13.0859 17.25 12.75 16.9141 12.75 16.5C12.75 16.0859 13.0859 15.75 13.5 15.75ZM18.5 15.75C18.9102 15.75 19.25 16.0859 19.25 16.5C19.25 16.9102 18.9102 17.25 18.5 17.25C18.0898 17.25 17.75 16.9102 17.75 16.5C17.75 16.0859 18.0898 15.75 18.5 15.75ZM12 21V23H20V21H12Z", fill: "currentColor" }) })),
5
+ filled: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M18.9952 4.99844C18.9952 3.90404 18.0864 2.99524 16.992 2.99524H15.0016V3.00164C13.9072 3.00164 12.9984 3.91044 12.9984 5.00484H6.99521V28.0064H24.9984V4.99844H18.9952ZM15.0016 4.99844H17.0048V7.00164H15.0016V4.99844ZM12 15.3728L13.5936 12H18.4L19.9936 15.3728V18.464C19.9936 18.7648 19.7632 18.9952 19.4624 18.9952H18.528C18.2272 18.9952 17.9968 18.7648 17.9968 18.464V17.9968H13.9968V18.464C13.9968 18.7648 13.7664 18.9952 13.4656 18.9952H12.5312C12.2304 18.9952 12 18.7584 12 18.464V15.3728ZM20 23.0016H12V20.9984H20V23.0016Z", fill: "currentColor" }), _jsx("path", { d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z", fill: "white" }), _jsx("path", { d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z", fill: "white" }), _jsx("path", { d: "M13.4976 17.248C13.9112 17.248 14.2464 16.9127 14.2464 16.4992C14.2464 16.0856 13.9112 15.7504 13.4976 15.7504C13.0841 15.7504 12.7488 16.0856 12.7488 16.4992C12.7488 16.9127 13.0841 17.248 13.4976 17.248Z", fill: "currentColor" }), _jsx("path", { d: "M18.5024 17.248C18.916 17.248 19.2512 16.9127 19.2512 16.4992C19.2512 16.0856 18.916 15.7504 18.5024 15.7504C18.0889 15.7504 17.7536 16.0856 17.7536 16.4992C17.7536 16.9127 18.0889 17.248 18.5024 17.248Z", fill: "currentColor" })] })),
115
6
  };
7
+ const IconSubscriptions = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
116
8
  export default IconSubscriptions;
9
+ //# sourceMappingURL=IconSubscriptions.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
- 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",
63
- fill: 'currentColor'
64
- }),
65
- /*#__PURE__*/ _jsx("path", {
66
- 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",
67
- fill: 'currentColor'
68
- })
69
- ]
70
- })
71
- };
72
- var IconSwap = function(_param) {
73
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 20 20' : _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", { 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' })] })),
81
5
  };
6
+ const IconSwap = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
82
7
  export default IconSwap;
8
+ //# sourceMappingURL=IconSwap.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: "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",
62
- fill: "white"
63
- })
64
- })
65
- };
66
- var IconTax = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 20 20' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
68
- "viewBox",
69
- "variant"
70
- ]);
71
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
- viewBox: viewBox,
73
- element: variants[variant]
74
- }, props));
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" }) })),
75
5
  };
6
+ const IconTax = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconTax;
8
+ //# sourceMappingURL=IconTax.js.map
@@ -1,86 +1,14 @@
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 getIcon = function() {
59
- var degree = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0;
60
- return /*#__PURE__*/ _jsx("g", {
61
- transform: "rotate(".concat(degree, " 8 8)"),
62
- children: /*#__PURE__*/ _jsx("path", {
63
- 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",
64
- fill: "currentColor"
65
- })
66
- });
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
5
  };
68
- var variants = {
6
+ const variants = {
69
7
  up: getIcon(270),
70
8
  down: getIcon(90),
71
9
  right: getIcon(0),
72
- left: getIcon(180)
73
- };
74
- var IconThinArrow = function(_param) {
75
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 16 16' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'down' : _param_variant, _param_size = _param.size, size = _param_size === void 0 ? '24px' : _param_size, props = _object_without_properties(_param, [
76
- "viewBox",
77
- "variant",
78
- "size"
79
- ]);
80
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
81
- viewBox: viewBox,
82
- size: size,
83
- element: variants[variant]
84
- }, props));
10
+ left: getIcon(180),
85
11
  };
12
+ const IconThinArrow = ({ viewBox = '0 0 16 16', variant = 'down', size = '24px', ...props }) => (_jsx(Icon, { viewBox: viewBox, size: size, element: variants[variant], ...props }));
86
13
  export default IconThinArrow;
14
+ //# sourceMappingURL=IconThinArrow.js.map
@@ -1,82 +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
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- filled: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- 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",
62
- fill: "currentColor"
63
- })
64
- }),
65
- outline: /*#__PURE__*/ _jsx(_Fragment, {
66
- children: /*#__PURE__*/ _jsx("path", {
67
- 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",
68
- fill: "currentColor"
69
- })
70
- })
71
- };
72
- var IconThumbsdown = function(_param) {
73
- 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, [
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
+ 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" }) })),
81
6
  };
7
+ const IconThumbsdown = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
82
8
  export default IconThumbsdown;
9
+ //# sourceMappingURL=IconThumbsdown.js.map