@driveflux/beam 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/dist/accordion/Accordion.js +7 -133
  2. package/dist/accordion/Accordion.stories.js +11 -31
  3. package/dist/alert/Alert.js +14 -110
  4. package/dist/alert/Alert.stories.js +15 -50
  5. package/dist/animations/LoadingAnimation.js +21 -34
  6. package/dist/badge/Badge.js +7 -96
  7. package/dist/badge/Badge.stories.js +7 -28
  8. package/dist/base-styles.css +264 -96
  9. package/dist/box/Box.d.ts.map +1 -1
  10. package/dist/box/Box.js +3 -87
  11. package/dist/box/Box.stories.js +7 -8
  12. package/dist/breadcrumbs/Breadcrumbs.js +28 -288
  13. package/dist/breadcrumbs/Breadcrumbs.stories.js +27 -51
  14. package/dist/button/Button.js +12 -124
  15. package/dist/button/Button.stories.js +7 -35
  16. package/dist/card/Card.js +7 -109
  17. package/dist/card/Card.stories.js +7 -10
  18. package/dist/carousel/Carousel.js +58 -281
  19. package/dist/carousel/Carousel.js.map +1 -1
  20. package/dist/carousel/Carousel.stories.js +7 -39
  21. package/dist/carousel/CarouselButton.js +7 -68
  22. package/dist/center/Center.js +3 -63
  23. package/dist/center/Center.stories.js +7 -19
  24. package/dist/checkbox/Checkbox.js +4 -124
  25. package/dist/checkbox/Checkbox.stories.js +8 -10
  26. package/dist/chip/Chip.js +3 -104
  27. package/dist/chip/Chip.stories.js +7 -19
  28. package/dist/circular-progress/CircularProgress.js +11 -150
  29. package/dist/circular-progress/CircularProgress.stories.js +14 -54
  30. package/dist/command/command.js +13 -170
  31. package/dist/command/command.js.map +1 -1
  32. package/dist/datepicker/DatePicker.d.ts +2 -2
  33. package/dist/datepicker/DatePicker.d.ts.map +1 -1
  34. package/dist/datepicker/DatePicker.js +27 -127
  35. package/dist/datepicker/DatePicker.js.map +1 -1
  36. package/dist/datepicker/DatePicker.stories.js +58 -163
  37. package/dist/datepicker/DatePickerDrawer.js +14 -110
  38. package/dist/datepicker/DatePickerPopover.js +35 -207
  39. package/dist/datepicker/DatePickerPopover.js.map +1 -1
  40. package/dist/datepicker/constants.js +4 -3
  41. package/dist/datepicker/root-calendar.css +58 -58
  42. package/dist/datepicker/utils.js +11 -4
  43. package/dist/dialog/index.js +12 -144
  44. package/dist/divider/Divider.js +3 -63
  45. package/dist/divider/Divider.js.map +1 -1
  46. package/dist/divider/Divider.stories.js +7 -13
  47. package/dist/drawer/index.js +12 -157
  48. package/dist/drawer/index.js.map +1 -1
  49. package/dist/dropdown/Dropdown.js +26 -212
  50. package/dist/dropdown/Dropdown.js.map +1 -1
  51. package/dist/dropdown/Dropdown.stories.js +22 -109
  52. package/dist/field-wrapper/FieldWrapper.js +3 -139
  53. package/dist/field-wrapper/FieldWrapper.js.map +1 -1
  54. package/dist/field-wrapper/FieldWrapper.stories.js +28 -124
  55. package/dist/flex/Flex.js +3 -63
  56. package/dist/flex/Flex.stories.js +7 -19
  57. package/dist/grid/Grid.js +3 -63
  58. package/dist/grid/Grid.stories.js +7 -28
  59. package/dist/hooks/use-breakpoint-value.js +14 -77
  60. package/dist/hooks/use-media-query.js +12 -61
  61. package/dist/hstack/HStack.js +3 -63
  62. package/dist/hstack/HStack.stories.js +7 -19
  63. package/dist/icons/FluxLogo.js +9 -213
  64. package/dist/icons/FluxLogoTable.js +5 -109
  65. package/dist/icons/Icon.js +7 -108
  66. package/dist/icons/Icon.stories.js +7 -12
  67. package/dist/icons/Icon24Hours.js +5 -83
  68. package/dist/icons/IconAcceleration.js +4 -72
  69. package/dist/icons/IconAccount.js +4 -72
  70. package/dist/icons/IconApplicant.js +5 -78
  71. package/dist/icons/IconArrow.js +6 -78
  72. package/dist/icons/IconArrowBack.js +4 -72
  73. package/dist/icons/IconArrowForward.js +4 -72
  74. package/dist/icons/IconArrowTopLeft.js +4 -70
  75. package/dist/icons/IconBluesharkProductGuide.js +5 -80
  76. package/dist/icons/IconBolt.js +4 -72
  77. package/dist/icons/IconBriefcase.js +4 -72
  78. package/dist/icons/IconBulb.js +4 -72
  79. package/dist/icons/IconCalendar.js +4 -72
  80. package/dist/icons/IconCalendarArrowBack.js +4 -72
  81. package/dist/icons/IconCalendarArrowForward.js +4 -72
  82. package/dist/icons/IconCalendarDoubleArrowBack.js +4 -72
  83. package/dist/icons/IconCalendarDoubleArrowForward.js +4 -72
  84. package/dist/icons/IconCancel.js +6 -85
  85. package/dist/icons/IconCancelMark.js +4 -72
  86. package/dist/icons/IconCarSUV.js +4 -72
  87. package/dist/icons/IconCarSedan.js +7 -147
  88. package/dist/icons/IconChain.js +5 -79
  89. package/dist/icons/IconCheckmark.js +4 -72
  90. package/dist/icons/IconChevronRight.js +4 -72
  91. package/dist/icons/IconCircle.js +11 -114
  92. package/dist/icons/IconCircleCheckmark.js +5 -77
  93. package/dist/icons/IconCircleError.js +4 -72
  94. package/dist/icons/IconCircleExclamation.js +6 -104
  95. package/dist/icons/IconCircleMark.js +5 -78
  96. package/dist/icons/IconCircleOutline.js +5 -140
  97. package/dist/icons/IconClock.js +5 -80
  98. package/dist/icons/IconClose.js +4 -72
  99. package/dist/icons/IconConcierge.js +5 -79
  100. package/dist/icons/IconConciergeService.js +5 -87
  101. package/dist/icons/IconCreditCard.js +5 -78
  102. package/dist/icons/IconDash.js +4 -72
  103. package/dist/icons/IconDeliver.js +4 -72
  104. package/dist/icons/IconDelivery.js +5 -87
  105. package/dist/icons/IconDetails.js +4 -72
  106. package/dist/icons/IconDot.js +6 -87
  107. package/dist/icons/IconDot.js.map +1 -1
  108. package/dist/icons/IconEVCharging.js +5 -79
  109. package/dist/icons/IconElectricCarFuel.js +5 -80
  110. package/dist/icons/IconEllipsis.js +5 -78
  111. package/dist/icons/IconEnvelope.js +4 -72
  112. package/dist/icons/IconEye.js +5 -79
  113. package/dist/icons/IconFacebook.js +6 -94
  114. package/dist/icons/IconFilter.js +5 -83
  115. package/dist/icons/IconFlagMalaysia.js +5 -141
  116. package/dist/icons/IconGiveKey.js +5 -79
  117. package/dist/icons/IconGlobe.js +4 -70
  118. package/dist/icons/IconGoogle.js +5 -87
  119. package/dist/icons/IconHome.js +5 -78
  120. package/dist/icons/IconHostAdvertise.js +4 -72
  121. package/dist/icons/IconHostCar.js +4 -75
  122. package/dist/icons/IconHostCash.js +5 -91
  123. package/dist/icons/IconHostHandle.js +4 -70
  124. package/dist/icons/IconHostLocation.js +4 -70
  125. package/dist/icons/IconHostPayment.js +5 -91
  126. package/dist/icons/IconHostService.js +5 -79
  127. package/dist/icons/IconHotDeals.js +4 -72
  128. package/dist/icons/IconInfo.js +5 -77
  129. package/dist/icons/IconInstagram.js +4 -72
  130. package/dist/icons/IconInsurance.js +5 -99
  131. package/dist/icons/IconInternet.js +4 -73
  132. package/dist/icons/IconInventory.js +5 -78
  133. package/dist/icons/IconLaurel.js +5 -101
  134. package/dist/icons/IconLinkedIn.js +4 -72
  135. package/dist/icons/IconLoading.js +4 -78
  136. package/dist/icons/IconLocation.js +5 -80
  137. package/dist/icons/IconLock.js +4 -73
  138. package/dist/icons/IconLogistics.js +4 -72
  139. package/dist/icons/IconMail.js +5 -94
  140. package/dist/icons/IconMember.js +5 -78
  141. package/dist/icons/IconMobilePen.js +5 -83
  142. package/dist/icons/IconMotorcycleMoped.js +5 -78
  143. package/dist/icons/IconNoCost.js +5 -92
  144. package/dist/icons/IconPDF.js +5 -80
  145. package/dist/icons/IconPencil.js +4 -70
  146. package/dist/icons/IconPhone.js +4 -70
  147. package/dist/icons/IconPlus.js +4 -72
  148. package/dist/icons/IconPricing.js +4 -72
  149. package/dist/icons/IconProtected.js +4 -71
  150. package/dist/icons/IconPsychology.js +4 -72
  151. package/dist/icons/IconQuestionTooltip.js +4 -73
  152. package/dist/icons/IconQuote.js +4 -72
  153. package/dist/icons/IconRate.js +4 -71
  154. package/dist/icons/IconRegister.js +5 -99
  155. package/dist/icons/IconReturn.js +4 -72
  156. package/dist/icons/IconSearch.js +4 -70
  157. package/dist/icons/IconSecure.js +4 -71
  158. package/dist/icons/IconSecurity.js +4 -73
  159. package/dist/icons/IconSedanOutline.js +5 -159
  160. package/dist/icons/IconSelectArrow.js +6 -78
  161. package/dist/icons/IconSort.js +5 -79
  162. package/dist/icons/IconSortListed.js +5 -95
  163. package/dist/icons/IconSortPriceAscending.js +5 -83
  164. package/dist/icons/IconSortPriceDescending.js +5 -83
  165. package/dist/icons/IconSortYear.js +5 -79
  166. package/dist/icons/IconSpan.js +4 -71
  167. package/dist/icons/IconSpeaker.js +4 -79
  168. package/dist/icons/IconSpecialCar.js +5 -95
  169. package/dist/icons/IconStar.js +7 -92
  170. package/dist/icons/IconStockPhoto.js +5 -95
  171. package/dist/icons/IconSubscription.js +6 -113
  172. package/dist/icons/IconSubscriptions.js +6 -113
  173. package/dist/icons/IconSwap.js +5 -79
  174. package/dist/icons/IconTax.js +4 -72
  175. package/dist/icons/IconThinArrow.js +6 -78
  176. package/dist/icons/IconThumbsdown.js +5 -78
  177. package/dist/icons/IconThumbsup.js +5 -78
  178. package/dist/icons/IconTool.js +4 -72
  179. package/dist/icons/IconTooltip.js +4 -73
  180. package/dist/icons/IconTrash.js +4 -72
  181. package/dist/icons/IconTriangleExclamation.js +4 -72
  182. package/dist/icons/IconTyersBrakes.js +5 -83
  183. package/dist/icons/IconTyre.js +5 -83
  184. package/dist/icons/IconVacancy.js +5 -78
  185. package/dist/icons/IconVolunteer.js +4 -72
  186. package/dist/icons/IconWhatsapp.js +4 -73
  187. package/dist/icons/IconXPlatform.js +4 -72
  188. package/dist/icons/IconZeroEffort.js +5 -77
  189. package/dist/icons/Logo.js +3 -99
  190. package/dist/input/Input.js +11 -125
  191. package/dist/input/Input.stories.js +18 -17
  192. package/dist/input-mask/InputMask.js +11 -149
  193. package/dist/input-mask/InputMask.stories.js +6 -5
  194. package/dist/input-mask/mask-trackers.js +5 -4
  195. package/dist/input-select/InputSelect.js +68 -357
  196. package/dist/input-select/InputSelect.js.map +1 -1
  197. package/dist/input-select/InputSelect.stories.d.ts.map +1 -1
  198. package/dist/input-select/InputSelect.stories.js +25 -98
  199. package/dist/popover/popover.js +4 -72
  200. package/dist/popover/popover.js.map +1 -1
  201. package/dist/progress/Progress.js +2 -96
  202. package/dist/progress/Progress.stories.js +14 -13
  203. package/dist/radio/Radio.js +4 -163
  204. package/dist/scroll-area/scroll-area.js +5 -113
  205. package/dist/scroll-area/scroll-area.js.map +1 -1
  206. package/dist/search-input-select/SearchInputSelect.js +69 -346
  207. package/dist/search-input-select/SearchInputSelect.js.map +1 -1
  208. package/dist/select/Select.js +29 -315
  209. package/dist/select/Select.js.map +1 -1
  210. package/dist/select/Select.stories.d.ts.map +1 -1
  211. package/dist/select/Select.stories.js +19 -55
  212. package/dist/skeleton/Skeleton.js +3 -62
  213. package/dist/skeleton/Skeleton.stories.js +7 -8
  214. package/dist/slider/Slider.js +5 -106
  215. package/dist/slider/Slider.stories.js +11 -12
  216. package/dist/stack/Stack.js +3 -63
  217. package/dist/stack/Stack.stories.js +7 -19
  218. package/dist/styles.css +2787 -3282
  219. package/dist/table/Table.js +10 -131
  220. package/dist/table/Table.stories.js +8 -84
  221. package/dist/tabs/Tabs.js +9 -128
  222. package/dist/tabs/Tabs.js.map +1 -1
  223. package/dist/tabs/Tabs.stories.js +13 -46
  224. package/dist/text/Text.d.ts.map +1 -1
  225. package/dist/text/Text.js +6 -88
  226. package/dist/text/Text.stories.js +7 -44
  227. package/dist/toast/Toast.stories.js +14 -66
  228. package/dist/toast/ToastBox.js +24 -71
  229. package/dist/toast/index.js +1 -0
  230. package/dist/toast/sonner.js +11 -70
  231. package/dist/toggle/Toggle.js +7 -116
  232. package/dist/toggle/Toggle.stories.js +8 -10
  233. package/dist/tooltip/Tooltip.js +12 -151
  234. package/dist/tooltip/Tooltip.stories.js +13 -71
  235. package/dist/utils.js +2 -4
  236. package/dist/vstack/VStack.js +3 -63
  237. package/dist/vstack/VStack.stories.js +7 -19
  238. package/package.json +4 -4
  239. package/dist/icons/IconCollapseAll.d.ts +0 -8
  240. package/dist/icons/IconCollapseAll.d.ts.map +0 -1
  241. package/dist/icons/IconCollapseAll.js +0 -97
  242. package/dist/icons/IconCollapseAll.js.map +0 -1
  243. package/dist/icons/IconDownload.d.ts +0 -8
  244. package/dist/icons/IconDownload.d.ts.map +0 -1
  245. package/dist/icons/IconDownload.js +0 -82
  246. package/dist/icons/IconExpandAll.d.ts +0 -8
  247. package/dist/icons/IconExpandAll.d.ts.map +0 -1
  248. package/dist/icons/IconExpandAll.js +0 -97
  249. package/dist/icons/IconExpandAll.js.map +0 -1
  250. package/dist/icons/IconReport.d.ts +0 -9
  251. package/dist/icons/IconReport.d.ts.map +0 -1
  252. package/dist/icons/IconReport.js +0 -92
  253. package/dist/icons/IconReport.js.map +0 -1
@@ -1,75 +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
- export var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M17,4l-0.3,0.3l-11.9,12L4,17l11,11l0.7-0.7l12-11.9L28,15V4H17z M17.8,6H26v8.2L15,25.1L6.9,17L17.8,6z M23,8 c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S23.5,8,23,8z M20.2,10.3l-1,1c-0.3-0.1-0.7-0.2-1.1-0.2c-0.7,0-1.4,0.2-1.9,0.8 c-1.1,1.1-1.1,2.8,0,3.9c0.3,0.3,0.3,0.8,0,1.1s-0.8,0.3-1.1,0s-0.3-0.8,0-1.1l-1.4-1.4c-0.8,0.8-1,2.1-0.6,3.1l-0.9,0.9l1.4,1.4 l0.9-0.9c1,0.4,2.2,0.3,3.1-0.6c1.1-1.1,1.1-2.8,0-3.9c-0.3-0.3-0.3-0.8,0-1.1s0.8-0.3,1.1,0s0.3,0.8,0,1.1l1.4,1.4 c0.8-0.8,1-2.1,0.6-3.1l1-1L20.2,10.3z"
62
- })
63
- })
64
- };
65
- var IconBluesharkRate = function(_param) {
66
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
67
- "viewBox",
68
- "variant"
69
- ]);
70
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
71
- viewBox: viewBox,
72
- element: variants[variant]
73
- }, props));
3
+ export const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M17,4l-0.3,0.3l-11.9,12L4,17l11,11l0.7-0.7l12-11.9L28,15V4H17z M17.8,6H26v8.2L15,25.1L6.9,17L17.8,6z M23,8\n c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S23.5,8,23,8z M20.2,10.3l-1,1c-0.3-0.1-0.7-0.2-1.1-0.2c-0.7,0-1.4,0.2-1.9,0.8\n c-1.1,1.1-1.1,2.8,0,3.9c0.3,0.3,0.3,0.8,0,1.1s-0.8,0.3-1.1,0s-0.3-0.8,0-1.1l-1.4-1.4c-0.8,0.8-1,2.1-0.6,3.1l-0.9,0.9l1.4,1.4\n l0.9-0.9c1,0.4,2.2,0.3,3.1-0.6c1.1-1.1,1.1-2.8,0-3.9c-0.3-0.3-0.3-0.8,0-1.1s0.8-0.3,1.1,0s0.3,0.8,0,1.1l1.4,1.4\n c0.8-0.8,1-2.1,0.6-3.1l1-1L20.2,10.3z" }) })),
74
5
  };
6
+ const IconBluesharkRate = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
75
7
  export default IconBluesharkRate;
8
+ //# sourceMappingURL=IconRate.js.map
@@ -1,102 +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: "M31 27.5H1V5.5H31V27.5ZM3 25.5H29V7.5H3V25.5Z",
63
- fill: "currentColor"
64
- }),
65
- /*#__PURE__*/ _jsx("path", {
66
- d: "M13.3984 15.3L9.99844 12.8L6.59844 15.3L5.39844 13.7L9.99844 10.3L14.5984 13.7L13.3984 15.3Z",
67
- fill: "currentColor"
68
- }),
69
- /*#__PURE__*/ _jsx("path", {
70
- d: "M26 11.5H17V13.5H26V11.5Z",
71
- fill: "currentColor"
72
- }),
73
- /*#__PURE__*/ _jsx("path", {
74
- d: "M24 14.5H17V16.5H24V14.5Z",
75
- fill: "currentColor"
76
- }),
77
- /*#__PURE__*/ _jsx("path", {
78
- d: "M26 17.5H17V19.5H26V17.5Z",
79
- fill: "currentColor"
80
- }),
81
- /*#__PURE__*/ _jsx("path", {
82
- d: "M24 20.5H17V22.5H24V20.5Z",
83
- fill: "currentColor"
84
- }),
85
- /*#__PURE__*/ _jsx("path", {
86
- d: "M12.6 15.5H7.6L6 18.6V22.5H8.1V21.7H12.1V22.5H14V19L12.6 15.5ZM7.9 20.9C7.6 21.1 7.1 21.1 6.9 20.7C6.7 20.4 6.7 19.9 7.1 19.7C7.4 19.5 7.9 19.5 8.1 19.9C8.3 20.1 8.3 20.6 7.9 20.9ZM12.9 20.9C12.6 21.1 12.1 21.1 11.9 20.7C11.7 20.4 11.7 19.9 12.1 19.7C12.4 19.5 12.9 19.5 13.1 19.9C13.3 20.1 13.3 20.6 12.9 20.9Z",
87
- fill: "currentColor"
88
- })
89
- ]
90
- })
91
- };
92
- var IconRegister = function(_param) {
93
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
94
- "viewBox",
95
- "variant"
96
- ]);
97
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
98
- viewBox: viewBox,
99
- element: variants[variant]
100
- }, props));
3
+ const variants = {
4
+ default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M31 27.5H1V5.5H31V27.5ZM3 25.5H29V7.5H3V25.5Z", fill: "currentColor" }), _jsx("path", { d: "M13.3984 15.3L9.99844 12.8L6.59844 15.3L5.39844 13.7L9.99844 10.3L14.5984 13.7L13.3984 15.3Z", fill: "currentColor" }), _jsx("path", { d: "M26 11.5H17V13.5H26V11.5Z", fill: "currentColor" }), _jsx("path", { d: "M24 14.5H17V16.5H24V14.5Z", fill: "currentColor" }), _jsx("path", { d: "M26 17.5H17V19.5H26V17.5Z", fill: "currentColor" }), _jsx("path", { d: "M24 20.5H17V22.5H24V20.5Z", fill: "currentColor" }), _jsx("path", { d: "M12.6 15.5H7.6L6 18.6V22.5H8.1V21.7H12.1V22.5H14V19L12.6 15.5ZM7.9 20.9C7.6 21.1 7.1 21.1 6.9 20.7C6.7 20.4 6.7 19.9 7.1 19.7C7.4 19.5 7.9 19.5 8.1 19.9C8.3 20.1 8.3 20.6 7.9 20.9ZM12.9 20.9C12.6 21.1 12.1 21.1 11.9 20.7C11.7 20.4 11.7 19.9 12.1 19.7C12.4 19.5 12.9 19.5 13.1 19.9C13.3 20.1 13.3 20.6 12.9 20.9Z", fill: "currentColor" })] })),
101
5
  };
6
+ const IconRegister = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
102
7
  export default IconRegister;
8
+ //# sourceMappingURL=IconRegister.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
- outline: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M4.56934 2.64062L1.56934 5.64062L1.22559 6L1.56934 6.35938L4.56934 9.35938L5.28809 8.64062L3.14746 6.5H11.9287C13.3057 6.5 14.4287 7.62305 14.4287 9C14.4287 10.377 13.3057 11.5 11.9287 11.5H10.4287V12.5H11.9287C13.8506 12.5 15.4287 10.9219 15.4287 9C15.4287 7.07812 13.8506 5.5 11.9287 5.5H3.14746L5.28809 3.35938L4.56934 2.64062ZM4.42871 11.5V12.5H5.42871V11.5H4.42871ZM6.42871 11.5V12.5H7.42871V11.5H6.42871ZM8.42871 11.5V12.5H9.42871V11.5H8.42871Z",
62
- fill: "currentColor"
63
- })
64
- })
65
- };
66
- var IconReturn = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 16 16' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'outline' : _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
+ outline: (_jsx(_Fragment, { children: _jsx("path", { d: "M4.56934 2.64062L1.56934 5.64062L1.22559 6L1.56934 6.35938L4.56934 9.35938L5.28809 8.64062L3.14746 6.5H11.9287C13.3057 6.5 14.4287 7.62305 14.4287 9C14.4287 10.377 13.3057 11.5 11.9287 11.5H10.4287V12.5H11.9287C13.8506 12.5 15.4287 10.9219 15.4287 9C15.4287 7.07812 13.8506 5.5 11.9287 5.5H3.14746L5.28809 3.35938L4.56934 2.64062ZM4.42871 11.5V12.5H5.42871V11.5H4.42871ZM6.42871 11.5V12.5H7.42871V11.5H6.42871ZM8.42871 11.5V12.5H9.42871V11.5H8.42871Z", fill: "currentColor" }) })),
75
5
  };
6
+ const IconReturn = ({ viewBox = '0 0 16 16', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconReturn;
8
+ //# sourceMappingURL=IconReturn.js.map
@@ -1,74 +1,8 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx("path", {
60
- d: "M11.875 1.875C8.43018 1.875 5.625 4.68018 5.625 8.125C5.625 9.62158 6.1499 10.9937 7.03125 12.0703L2.05078 17.0508L2.94922 17.9492L7.92969 12.9688C9.00635 13.8501 10.3784 14.375 11.875 14.375C15.3198 14.375 18.125 11.5698 18.125 8.125C18.125 4.68018 15.3198 1.875 11.875 1.875ZM11.875 3.125C14.6436 3.125 16.875 5.35645 16.875 8.125C16.875 10.8936 14.6436 13.125 11.875 13.125C9.10645 13.125 6.875 10.8936 6.875 8.125C6.875 5.35645 9.10645 3.125 11.875 3.125Z",
61
- fill: "currentColor"
62
- })
63
- };
64
- var IconSearch = function(_param) {
65
- 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, [
66
- "viewBox",
67
- "variant"
68
- ]);
69
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
70
- viewBox: viewBox,
71
- element: variants[variant]
72
- }, props));
3
+ const variants = {
4
+ default: (_jsx("path", { d: "M11.875 1.875C8.43018 1.875 5.625 4.68018 5.625 8.125C5.625 9.62158 6.1499 10.9937 7.03125 12.0703L2.05078 17.0508L2.94922 17.9492L7.92969 12.9688C9.00635 13.8501 10.3784 14.375 11.875 14.375C15.3198 14.375 18.125 11.5698 18.125 8.125C18.125 4.68018 15.3198 1.875 11.875 1.875ZM11.875 3.125C14.6436 3.125 16.875 5.35645 16.875 8.125C16.875 10.8936 14.6436 13.125 11.875 13.125C9.10645 13.125 6.875 10.8936 6.875 8.125C6.875 5.35645 9.10645 3.125 11.875 3.125Z", fill: "currentColor" })),
73
5
  };
6
+ const IconSearch = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
74
7
  export default IconSearch;
8
+ //# sourceMappingURL=IconSearch.js.map
@@ -1,75 +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
- export var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M16,4c-2.2,0-3.8,0.9-5.1,1.6S8.3,7,6,7H5v1c0,7.7,2.6,12.7,5.2,15.8s5.4,4.2,5.4,4.2L16,28l0.4-0.1c0,0,2.7-1.1,5.4-4.1 S27,15.7,27,8V7h-1c-2.3,0-3.5-0.6-4.9-1.4S18.2,4,16,4z M16,6c1.8,0,2.8,0.6,4.2,1.4c1.2,0.6,2.8,1.3,4.8,1.5 c-0.2,6.8-2.4,11.1-4.7,13.7c-2,2.3-3.8,3.1-4.2,3.3c-0.5-0.2-2.2-1-4.2-3.4c-2.3-2.6-4.5-6.9-4.7-13.6c2-0.2,3.6-0.8,4.8-1.5 C13.2,6.6,14.2,6,16,6z M21.3,11.2L15,17.5l-3.3-3.3l-1.4,1.4l4,4l0.7,0.7l0.7-0.7l7-7L21.3,11.2z"
62
- })
63
- })
64
- };
65
- var IconBluesharkSecure = function(_param) {
66
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
67
- "viewBox",
68
- "variant"
69
- ]);
70
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
71
- viewBox: viewBox,
72
- element: variants[variant]
73
- }, props));
3
+ export const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M16,4c-2.2,0-3.8,0.9-5.1,1.6S8.3,7,6,7H5v1c0,7.7,2.6,12.7,5.2,15.8s5.4,4.2,5.4,4.2L16,28l0.4-0.1c0,0,2.7-1.1,5.4-4.1\n S27,15.7,27,8V7h-1c-2.3,0-3.5-0.6-4.9-1.4S18.2,4,16,4z M16,6c1.8,0,2.8,0.6,4.2,1.4c1.2,0.6,2.8,1.3,4.8,1.5\n c-0.2,6.8-2.4,11.1-4.7,13.7c-2,2.3-3.8,3.1-4.2,3.3c-0.5-0.2-2.2-1-4.2-3.4c-2.3-2.6-4.5-6.9-4.7-13.6c2-0.2,3.6-0.8,4.8-1.5\n C13.2,6.6,14.2,6,16,6z M21.3,11.2L15,17.5l-3.3-3.3l-1.4,1.4l4,4l0.7,0.7l0.7-0.7l7-7L21.3,11.2z" }) })),
74
5
  };
6
+ const IconBluesharkSecure = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
75
7
  export default IconBluesharkSecure;
8
+ //# sourceMappingURL=IconSecure.js.map
@@ -1,77 +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: "M12 3C10.3125 3 9.17578 3.66504 8.15625 4.21875C7.13672 4.77246 6.21094 5.25 4.5 5.25H3.75V6C3.75 11.7891 5.70703 15.5566 7.6875 17.8359C9.66797 20.1152 11.7188 20.9531 11.7188 20.9531L12 21.0469L12.2812 20.9531C12.2812 20.9531 14.332 20.1328 16.3125 17.8594C18.293 15.5859 20.25 11.8096 20.25 6V5.25H19.5C17.7979 5.25 16.8633 4.77246 15.8438 4.21875C14.8242 3.66504 13.6875 3 12 3ZM12 4.5C13.3125 4.5 14.0654 4.95996 15.1172 5.53125C16.0049 6.01465 17.1826 6.47754 18.7031 6.63281C18.5596 11.707 16.8809 14.9326 15.1875 16.875C13.6523 18.6357 12.3633 19.2217 12 19.3828C11.6338 19.2188 10.3477 18.6182 8.8125 16.8516C7.11914 14.9033 5.44043 11.6836 5.29688 6.63281C6.82324 6.47754 7.99512 6.01465 8.88281 5.53125C9.93457 4.95996 10.6875 4.5 12 4.5ZM15.9609 8.46094L11.25 13.1719L8.78906 10.7109L7.71094 11.7891L10.7109 14.7891L11.25 15.3047L11.7891 14.7891L17.0391 9.53906L15.9609 8.46094Z",
62
- fill: "currentColor"
63
- })
64
- })
65
- };
66
- var IconSecurity = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
68
- "viewBox",
69
- "variant"
70
- ]);
71
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
- viewBox: viewBox,
73
- element: variants[variant],
74
- fill: props.fill || props.color
75
- }, props));
3
+ const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M12 3C10.3125 3 9.17578 3.66504 8.15625 4.21875C7.13672 4.77246 6.21094 5.25 4.5 5.25H3.75V6C3.75 11.7891 5.70703 15.5566 7.6875 17.8359C9.66797 20.1152 11.7188 20.9531 11.7188 20.9531L12 21.0469L12.2812 20.9531C12.2812 20.9531 14.332 20.1328 16.3125 17.8594C18.293 15.5859 20.25 11.8096 20.25 6V5.25H19.5C17.7979 5.25 16.8633 4.77246 15.8438 4.21875C14.8242 3.66504 13.6875 3 12 3ZM12 4.5C13.3125 4.5 14.0654 4.95996 15.1172 5.53125C16.0049 6.01465 17.1826 6.47754 18.7031 6.63281C18.5596 11.707 16.8809 14.9326 15.1875 16.875C13.6523 18.6357 12.3633 19.2217 12 19.3828C11.6338 19.2188 10.3477 18.6182 8.8125 16.8516C7.11914 14.9033 5.44043 11.6836 5.29688 6.63281C6.82324 6.47754 7.99512 6.01465 8.88281 5.53125C9.93457 4.95996 10.6875 4.5 12 4.5ZM15.9609 8.46094L11.25 13.1719L8.78906 10.7109L7.71094 11.7891L10.7109 14.7891L11.25 15.3047L11.7891 14.7891L17.0391 9.53906L15.9609 8.46094Z", fill: "currentColor" }) })),
76
5
  };
6
+ const IconSecurity = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => (_jsx(Icon, { viewBox: viewBox, element: variants[variant], fill: props.fill || props.color, ...props }));
77
7
  export default IconSecurity;
8
+ //# sourceMappingURL=IconSecurity.js.map