@driveflux/beam 3.0.16 → 3.0.18

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 (232) hide show
  1. package/dist/accordion/Accordion.js +87 -17
  2. package/dist/accordion/Accordion.stories.js +1 -1
  3. package/dist/alert/Alert.d.ts +1 -1
  4. package/dist/alert/Alert.d.ts.map +1 -1
  5. package/dist/alert/Alert.js +94 -21
  6. package/dist/alert/Alert.js.map +1 -1
  7. package/dist/alert/Alert.stories.js +3 -3
  8. package/dist/animations/LoadingAnimation.js +1 -1
  9. package/dist/badge/Badge.js +19 -10
  10. package/dist/badge/Badge.stories.js +1 -1
  11. package/dist/base-styles.css +1 -1
  12. package/dist/box/Box.js +75 -11
  13. package/dist/box/Box.stories.js +1 -1
  14. package/dist/breadcrumbs/Breadcrumbs.d.ts +1 -1
  15. package/dist/breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  16. package/dist/breadcrumbs/Breadcrumbs.js +94 -31
  17. package/dist/breadcrumbs/Breadcrumbs.js.map +1 -1
  18. package/dist/breadcrumbs/Breadcrumbs.stories.js +3 -3
  19. package/dist/button/Button.js +75 -11
  20. package/dist/button/Button.stories.js +1 -1
  21. package/dist/button/TextButton.js +75 -11
  22. package/dist/card/Card.js +105 -26
  23. package/dist/card/Card.stories.js +1 -1
  24. package/dist/carousel/Carousel.js +53 -26
  25. package/dist/carousel/Carousel.stories.js +1 -1
  26. package/dist/carousel/CarouselButton.js +75 -11
  27. package/dist/center/Center.js +75 -11
  28. package/dist/center/Center.stories.js +1 -1
  29. package/dist/checkbox/Checkbox.js +77 -13
  30. package/dist/checkbox/Checkbox.stories.js +1 -1
  31. package/dist/chip/Chip.js +75 -11
  32. package/dist/chip/Chip.stories.js +1 -1
  33. package/dist/circular-progress/CircularProgress.js +23 -14
  34. package/dist/circular-progress/CircularProgress.stories.js +4 -4
  35. package/dist/command/command.d.ts +1 -1
  36. package/dist/command/command.d.ts.map +1 -1
  37. package/dist/command/command.js +110 -31
  38. package/dist/command/command.js.map +1 -1
  39. package/dist/datepicker/DatePicker.d.ts.map +1 -1
  40. package/dist/datepicker/DatePicker.js +25 -16
  41. package/dist/datepicker/DatePicker.js.map +1 -1
  42. package/dist/datepicker/DatePicker.stories.js +12 -13
  43. package/dist/datepicker/DatePicker.stories.js.map +1 -1
  44. package/dist/datepicker/DatePickerDrawer.js +4 -4
  45. package/dist/datepicker/DatePickerPopover.js +7 -7
  46. package/dist/datepicker/utils.js +2 -2
  47. package/dist/dialog/index.js +97 -24
  48. package/dist/dialog/index.js.map +1 -1
  49. package/dist/divider/Divider.js +75 -11
  50. package/dist/divider/Divider.stories.js +1 -1
  51. package/dist/drawer/index.js +99 -26
  52. package/dist/dropdown/Dropdown.js +119 -34
  53. package/dist/dropdown/Dropdown.stories.js +3 -3
  54. package/dist/dropdown/Dropdown.stories.js.map +1 -1
  55. package/dist/field-wrapper/FieldWrapper.js +75 -11
  56. package/dist/field-wrapper/FieldWrapper.stories.js +5 -5
  57. package/dist/flex/Flex.js +75 -11
  58. package/dist/flex/Flex.stories.js +1 -1
  59. package/dist/grid/Grid.js +75 -11
  60. package/dist/grid/Grid.stories.js +1 -1
  61. package/dist/hooks/use-breakpoint-value.js +2 -2
  62. package/dist/hooks/use-media-query.js +4 -4
  63. package/dist/hstack/HStack.js +75 -11
  64. package/dist/hstack/HStack.stories.js +1 -1
  65. package/dist/icons/FluxLogo.js +22 -13
  66. package/dist/icons/FluxLogoTable.js +19 -10
  67. package/dist/icons/Icon.js +19 -10
  68. package/dist/icons/Icon.stories.js +1 -1
  69. package/dist/icons/Icon24Hours.js +19 -10
  70. package/dist/icons/IconAcceleration.js +19 -10
  71. package/dist/icons/IconAccount.js +19 -10
  72. package/dist/icons/IconApplicant.js +19 -10
  73. package/dist/icons/IconArrow.js +20 -11
  74. package/dist/icons/IconArrowBack.js +19 -10
  75. package/dist/icons/IconArrowForward.js +19 -10
  76. package/dist/icons/IconArrowTopLeft.js +19 -10
  77. package/dist/icons/IconBluesharkProductGuide.js +22 -13
  78. package/dist/icons/IconBolt.js +19 -10
  79. package/dist/icons/IconBriefcase.js +19 -10
  80. package/dist/icons/IconBulb.js +19 -10
  81. package/dist/icons/IconCalendar.js +19 -10
  82. package/dist/icons/IconCalendarArrowBack.js +19 -10
  83. package/dist/icons/IconCalendarArrowForward.js +19 -10
  84. package/dist/icons/IconCalendarDoubleArrowBack.js +19 -10
  85. package/dist/icons/IconCalendarDoubleArrowForward.js +19 -10
  86. package/dist/icons/IconCancel.js +19 -10
  87. package/dist/icons/IconCancelMark.js +19 -10
  88. package/dist/icons/IconCarSUV.js +19 -10
  89. package/dist/icons/IconCarSedan.js +23 -14
  90. package/dist/icons/IconChain.js +19 -10
  91. package/dist/icons/IconCheckmark.js +19 -10
  92. package/dist/icons/IconChevronRight.js +19 -10
  93. package/dist/icons/IconCircle.js +19 -10
  94. package/dist/icons/IconCircleCheckmark.js +19 -10
  95. package/dist/icons/IconCircleError.js +19 -10
  96. package/dist/icons/IconCircleExclamation.js +19 -10
  97. package/dist/icons/IconCircleMark.js +19 -10
  98. package/dist/icons/IconCircleOutline.js +19 -10
  99. package/dist/icons/IconClock.js +19 -10
  100. package/dist/icons/IconClose.js +19 -10
  101. package/dist/icons/IconCollapseAll.js +19 -10
  102. package/dist/icons/IconConcierge.js +19 -10
  103. package/dist/icons/IconConciergeService.js +19 -10
  104. package/dist/icons/IconCreditCard.js +19 -10
  105. package/dist/icons/IconDash.js +19 -10
  106. package/dist/icons/IconDeliver.js +19 -10
  107. package/dist/icons/IconDelivery.js +21 -12
  108. package/dist/icons/IconDetails.js +19 -10
  109. package/dist/icons/IconDot.js +19 -10
  110. package/dist/icons/IconDownload.js +19 -10
  111. package/dist/icons/IconEVCharging.js +19 -10
  112. package/dist/icons/IconElectricCarFuel.js +19 -10
  113. package/dist/icons/IconEllipsis.js +19 -10
  114. package/dist/icons/IconEnvelope.js +19 -10
  115. package/dist/icons/IconExpandAll.js +19 -10
  116. package/dist/icons/IconEye.js +22 -13
  117. package/dist/icons/IconFacebook.js +19 -10
  118. package/dist/icons/IconFilter.js +19 -10
  119. package/dist/icons/IconFlagMalaysia.js +19 -10
  120. package/dist/icons/IconGiveKey.js +19 -10
  121. package/dist/icons/IconGlobe.js +19 -10
  122. package/dist/icons/IconGoogle.js +22 -13
  123. package/dist/icons/IconHome.js +21 -12
  124. package/dist/icons/IconHostAdvertise.js +19 -10
  125. package/dist/icons/IconHostCar.js +19 -10
  126. package/dist/icons/IconHostCash.js +19 -10
  127. package/dist/icons/IconHostHandle.js +19 -10
  128. package/dist/icons/IconHostLocation.js +19 -10
  129. package/dist/icons/IconHostPayment.js +19 -10
  130. package/dist/icons/IconHostService.js +19 -10
  131. package/dist/icons/IconHotDeals.js +19 -10
  132. package/dist/icons/IconInfo.js +19 -10
  133. package/dist/icons/IconInstagram.js +19 -10
  134. package/dist/icons/IconInsurance.js +19 -10
  135. package/dist/icons/IconInternet.js +19 -10
  136. package/dist/icons/IconInventory.js +21 -12
  137. package/dist/icons/IconLaurel.js +19 -10
  138. package/dist/icons/IconLinkedIn.js +19 -10
  139. package/dist/icons/IconLoading.js +19 -10
  140. package/dist/icons/IconLocation.js +19 -10
  141. package/dist/icons/IconLock.js +19 -10
  142. package/dist/icons/IconLogistics.js +19 -10
  143. package/dist/icons/IconMail.js +25 -16
  144. package/dist/icons/IconMember.js +21 -12
  145. package/dist/icons/IconMobilePen.js +19 -10
  146. package/dist/icons/IconMotorcycleMoped.js +21 -12
  147. package/dist/icons/IconNoCost.js +21 -12
  148. package/dist/icons/IconPDF.js +19 -10
  149. package/dist/icons/IconPencil.js +19 -10
  150. package/dist/icons/IconPhone.js +19 -10
  151. package/dist/icons/IconPlus.js +19 -10
  152. package/dist/icons/IconPricing.js +19 -10
  153. package/dist/icons/IconProtected.js +20 -11
  154. package/dist/icons/IconPsychology.js +19 -10
  155. package/dist/icons/IconQuestionTooltip.js +75 -11
  156. package/dist/icons/IconQuote.js +19 -10
  157. package/dist/icons/IconRate.js +20 -11
  158. package/dist/icons/IconRegister.js +19 -10
  159. package/dist/icons/IconReport.js +21 -12
  160. package/dist/icons/IconReturn.js +19 -10
  161. package/dist/icons/IconSearch.js +19 -10
  162. package/dist/icons/IconSecure.js +20 -11
  163. package/dist/icons/IconSecurity.js +19 -10
  164. package/dist/icons/IconSedanOutline.js +19 -10
  165. package/dist/icons/IconSelectArrow.js +20 -11
  166. package/dist/icons/IconSort.js +19 -10
  167. package/dist/icons/IconSortListed.js +19 -10
  168. package/dist/icons/IconSortPriceAscending.js +19 -10
  169. package/dist/icons/IconSortPriceDescending.js +19 -10
  170. package/dist/icons/IconSortYear.js +19 -10
  171. package/dist/icons/IconSpan.js +20 -11
  172. package/dist/icons/IconSpeaker.js +19 -10
  173. package/dist/icons/IconSpecialCar.js +20 -11
  174. package/dist/icons/IconStar.js +19 -10
  175. package/dist/icons/IconStockPhoto.js +19 -10
  176. package/dist/icons/IconSubscription.js +19 -10
  177. package/dist/icons/IconSubscriptions.js +19 -10
  178. package/dist/icons/IconSwap.js +19 -10
  179. package/dist/icons/IconTax.js +19 -10
  180. package/dist/icons/IconThinArrow.js +20 -11
  181. package/dist/icons/IconThumbsdown.js +19 -10
  182. package/dist/icons/IconThumbsup.js +19 -10
  183. package/dist/icons/IconTool.js +20 -11
  184. package/dist/icons/IconTooltip.js +75 -11
  185. package/dist/icons/IconTrash.js +19 -10
  186. package/dist/icons/IconTriangleExclamation.js +19 -10
  187. package/dist/icons/IconTyersBrakes.js +19 -10
  188. package/dist/icons/IconTyre.js +19 -10
  189. package/dist/icons/IconVacancy.js +19 -10
  190. package/dist/icons/IconVolunteer.js +19 -10
  191. package/dist/icons/IconWhatsapp.js +19 -10
  192. package/dist/icons/IconXPlatform.js +19 -10
  193. package/dist/icons/IconZeroEffort.js +21 -12
  194. package/dist/icons/Logo.js +19 -10
  195. package/dist/input/Input.js +17 -8
  196. package/dist/input-mask/InputMask.js +19 -10
  197. package/dist/input-mask/mask-trackers.js +1 -1
  198. package/dist/input-select/InputSelect.js +74 -41
  199. package/dist/input-select/InputSelect.stories.js +1 -1
  200. package/dist/popover/popover.d.ts +1 -1
  201. package/dist/popover/popover.js +76 -12
  202. package/dist/progress/Progress.js +75 -11
  203. package/dist/radio/Radio.js +75 -11
  204. package/dist/scroll-area/scroll-area.js +81 -14
  205. package/dist/search-input-select/SearchInputSelect.js +72 -39
  206. package/dist/select/Select.js +73 -34
  207. package/dist/skeleton/Skeleton.js +19 -10
  208. package/dist/skeleton/Skeleton.stories.js +1 -1
  209. package/dist/slider/Slider.js +75 -11
  210. package/dist/slider/Slider.stories.js +1 -1
  211. package/dist/stack/Stack.js +75 -11
  212. package/dist/stack/Stack.stories.js +1 -1
  213. package/dist/styles.css +1 -7
  214. package/dist/table/Table.d.ts +1 -1
  215. package/dist/table/Table.d.ts.map +1 -1
  216. package/dist/table/Table.js +118 -33
  217. package/dist/table/Table.js.map +1 -1
  218. package/dist/table/Table.stories.js +1 -1
  219. package/dist/tabs/Tabs.js +89 -19
  220. package/dist/tabs/Tabs.stories.js +1 -1
  221. package/dist/text/Text.js +75 -11
  222. package/dist/text/Text.stories.js +1 -1
  223. package/dist/toast/Toast.stories.js +4 -4
  224. package/dist/toast/ToastBox.js +4 -4
  225. package/dist/toast/sonner.js +3 -3
  226. package/dist/toggle/Toggle.js +78 -14
  227. package/dist/toggle/Toggle.stories.js +1 -1
  228. package/dist/tooltip/Tooltip.js +32 -14
  229. package/dist/tooltip/Tooltip.stories.js +2 -2
  230. package/dist/vstack/VStack.js +75 -11
  231. package/dist/vstack/VStack.stories.js +1 -1
  232. package/package.json +29 -29
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -63,8 +72,8 @@ var variants = {
63
72
  })
64
73
  })
65
74
  };
66
- var IconCarSUV = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
75
+ var IconCarSUV = function IconCarSUV(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 32 32' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
68
77
  "viewBox",
69
78
  "variant"
70
79
  ]);
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -59,7 +68,7 @@ export var variants = {
59
68
  outline: /*#__PURE__*/ _jsx(_Fragment, {
60
69
  children: /*#__PURE__*/ _jsx("path", {
61
70
  fill: "currentColor",
62
- d: "M29.7,13.7l-6.1-1.5L22,9.4C21.1,7.9,19.5,7,17.8,7h-7.5C8.5,7,6.9,7.9,6,9.4l-1.6,2.7l-2.1,0.5C1,13,0,14.2,0,15.6V20 c0,1.1,0.9,2,2,2h1.2c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h10.3c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3H30c1.1,0,2-0.9,2-2v-3.4 C32,15.2,31,14,29.7,13.7z M7.7,10.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5l0.9,1.5H6.7L7.7,10.5z M7,23c-1.1,0-2-0.9-2-2 c0-1.1,0.9-2,2-2s2,0.9,2,2C9,22.1,8.1,23,7,23z M25,23c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C27,22.1,26.1,23,25,23z M30,20h-1.2c-0.4-1.7-2-3-3.8-3c-1.8,0-3.4,1.3-3.8,3H10.8c-0.4-1.7-2-3-3.8-3s-3.4,1.3-3.8,3H2v-4.4c0-0.5,0.3-0.9,0.7-1L5.1,14 h17.7l6.4,1.6c0.4,0.1,0.7,0.5,0.7,1L30,20L30,20z"
71
+ d: "M29.7,13.7l-6.1-1.5L22,9.4C21.1,7.9,19.5,7,17.8,7h-7.5C8.5,7,6.9,7.9,6,9.4l-1.6,2.7l-2.1,0.5C1,13,0,14.2,0,15.6V20\n c0,1.1,0.9,2,2,2h1.2c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h10.3c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3H30c1.1,0,2-0.9,2-2v-3.4\n C32,15.2,31,14,29.7,13.7z M7.7,10.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5l0.9,1.5H6.7L7.7,10.5z M7,23c-1.1,0-2-0.9-2-2\n c0-1.1,0.9-2,2-2s2,0.9,2,2C9,22.1,8.1,23,7,23z M25,23c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C27,22.1,26.1,23,25,23z\n M30,20h-1.2c-0.4-1.7-2-3-3.8-3c-1.8,0-3.4,1.3-3.8,3H10.8c-0.4-1.7-2-3-3.8-3s-3.4,1.3-3.8,3H2v-4.4c0-0.5,0.3-0.9,0.7-1L5.1,14\n h17.7l6.4,1.6c0.4,0.1,0.7,0.5,0.7,1L30,20L30,20z"
63
72
  })
64
73
  }),
65
74
  filled: /*#__PURE__*/ _jsx(_Fragment, {
@@ -67,7 +76,7 @@ export var variants = {
67
76
  children: [
68
77
  /*#__PURE__*/ _jsx("path", {
69
78
  fill: "currentColor",
70
- d: "M29.7,13.7l-6.1-1.5L22,9.4C21.1,7.9,19.5,7,17.8,7h-7.5C8.5,7,6.9,7.9,6,9.4l-1.6,2.7l-2.1,0.5C1,13,0,14.2,0,15.6V20 c0,1.1,0.9,2,2,2h1.2c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h10.3c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3H30c1.1,0,2-0.9,2-2v-3.4 C32,15.2,31,14,29.7,13.7z M7.7,10.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5l0.9,1.5H6.7L7.7,10.5z M7,23c-1.1,0-2-0.9-2-2 c0-1.1,0.9-2,2-2s2,0.9,2,2C9,22.1,8.1,23,7,23z M25,23c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C27,22.1,26.1,23,25,23z"
79
+ d: "M29.7,13.7l-6.1-1.5L22,9.4C21.1,7.9,19.5,7,17.8,7h-7.5C8.5,7,6.9,7.9,6,9.4l-1.6,2.7l-2.1,0.5C1,13,0,14.2,0,15.6V20\n c0,1.1,0.9,2,2,2h1.2c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h10.3c0.4,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3H30c1.1,0,2-0.9,2-2v-3.4\n C32,15.2,31,14,29.7,13.7z M7.7,10.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5l0.9,1.5H6.7L7.7,10.5z M7,23c-1.1,0-2-0.9-2-2\n c0-1.1,0.9-2,2-2s2,0.9,2,2C9,22.1,8.1,23,7,23z M25,23c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C27,22.1,26.1,23,25,23z"
71
80
  }),
72
81
  /*#__PURE__*/ _jsx("path", {
73
82
  d: "M21.2,12H6.7l0.9-1.5C8.2,9.6,9.2,9,10.2,9h7.5c1.1,0,2,0.6,2.6,1.5L21.2,12z"
@@ -78,10 +87,10 @@ export var variants = {
78
87
  dashed: /*#__PURE__*/ _jsxs(_Fragment, {
79
88
  children: [
80
89
  /*#__PURE__*/ _jsx("path", {
81
- d: "M26.3,24.9c-0.8,0.3-1.6,0.3-2.5,0l0.6-1.9c0.5,0.1,0.9,0.1,1.3,0L26.3,24.9z M28.3,23.4l-1.6-1.1c0.3-0.4,0.4-0.8,0.4-1.3 l2,0C29.1,21.8,28.8,22.7,28.3,23.4z M23.3,22.2l-1.6,1.2c-0.5-0.7-0.8-1.5-0.8-2.4l2,0C23,21.3,23,21.8,23.3,22.2z"
90
+ d: "M26.3,24.9c-0.8,0.3-1.6,0.3-2.5,0l0.6-1.9c0.5,0.1,0.9,0.1,1.3,0L26.3,24.9z M28.3,23.4l-1.6-1.1c0.3-0.4,0.4-0.8,0.4-1.3\n l2,0C29.1,21.8,28.8,22.7,28.3,23.4z M23.3,22.2l-1.6,1.2c-0.5-0.7-0.8-1.5-0.8-2.4l2,0C23,21.3,23,21.8,23.3,22.2z"
82
91
  }),
83
92
  /*#__PURE__*/ _jsx("path", {
84
- d: "M8.4,24.8c-0.8,0.3-1.6,0.3-2.5,0l0.6-1.9c0.5,0.1,0.9,0.1,1.3,0L8.4,24.8z M10.4,23.3l-1.6-1.1c0.3-0.4,0.4-0.8,0.4-1.3 l2,0C11.2,21.8,10.9,22.6,10.4,23.3z M5.4,22.2l-1.6,1.2C3.3,22.7,3,21.8,3,20.9l2,0C5,21.3,5.1,21.8,5.4,22.2z"
93
+ d: "M8.4,24.8c-0.8,0.3-1.6,0.3-2.5,0l0.6-1.9c0.5,0.1,0.9,0.1,1.3,0L8.4,24.8z M10.4,23.3l-1.6-1.1c0.3-0.4,0.4-0.8,0.4-1.3\n l2,0C11.2,21.8,10.9,22.6,10.4,23.3z M5.4,22.2l-1.6,1.2C3.3,22.7,3,21.8,3,20.9l2,0C5,21.3,5.1,21.8,5.4,22.2z"
85
94
  }),
86
95
  /*#__PURE__*/ _jsx("g", {
87
96
  children: /*#__PURE__*/ _jsx("path", {
@@ -137,8 +146,8 @@ export var variants = {
137
146
  ]
138
147
  })
139
148
  };
140
- var IconCarSedan = function(_param) {
141
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'outline' : _param_variant, props = _object_without_properties(_param, [
149
+ var IconCarSedan = function IconCarSedan(_0) {
150
+ 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, [
142
151
  "viewBox",
143
152
  "variant"
144
153
  ]);
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -69,8 +78,8 @@ var variants = {
69
78
  ]
70
79
  })
71
80
  };
72
- var IconChain = function(_param) {
73
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 15 15' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
81
+ var IconChain = function IconChain(_0) {
82
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 15 15' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
74
83
  "viewBox",
75
84
  "variant"
76
85
  ]);
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -63,8 +72,8 @@ var variants = {
63
72
  })
64
73
  })
65
74
  };
66
- var IconCheckMark = 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, [
75
+ var IconCheckMark = function IconCheckMark(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 24 24' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
68
77
  "viewBox",
69
78
  "variant"
70
79
  ]);
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -63,8 +72,8 @@ var variants = {
63
72
  })
64
73
  })
65
74
  };
66
- var IconChevronRight = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 12 12' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
75
+ var IconChevronRight = function IconChevronRight(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 12 12' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
68
77
  "viewBox",
69
78
  "variant"
70
79
  ]);
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -79,8 +88,8 @@ var variants = {
79
88
  ]
80
89
  })
81
90
  };
82
- var IconCircle = function(_param) {
83
- var _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, viewBox = _param.viewBox, strokeColor = _param.strokeColor, fillColor = _param.fillColor, _param_strokeWidth = _param.strokeWidth, strokeWidth = _param_strokeWidth === void 0 ? 1 : _param_strokeWidth, props = _object_without_properties(_param, [
91
+ var IconCircle = function IconCircle(_0) {
92
+ var _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, viewBox = _0.viewBox, strokeColor = _0.strokeColor, fillColor = _0.fillColor, _0_strokeWidth = _0.strokeWidth, strokeWidth = _0_strokeWidth === void 0 ? 1 : _0_strokeWidth, props = _object_without_properties(_0, [
84
93
  "variant",
85
94
  "viewBox",
86
95
  "strokeColor",
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -69,8 +78,8 @@ var variants = {
69
78
  })
70
79
  })
71
80
  };
72
- var IconCircleCheckmark = function(_param) {
73
- var _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
81
+ var IconCircleCheckmark = function IconCircleCheckmark(_0) {
82
+ var _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
74
83
  "variant"
75
84
  ]);
76
85
  return /*#__PURE__*/ _jsx(Icon, _object_spread({
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -63,8 +72,8 @@ var variants = {
63
72
  })
64
73
  })
65
74
  };
66
- var IconCircleError = function(_param) {
67
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 16 15' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
75
+ var IconCircleError = function IconCircleError(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 16 15' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
68
77
  "viewBox",
69
78
  "variant"
70
79
  ]);
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -94,8 +103,8 @@ var variants = {
94
103
  ]
95
104
  })
96
105
  };
97
- var IconCircleExclamation = function(_param) {
98
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 18 18' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
106
+ var IconCircleExclamation = function IconCircleExclamation(_0) {
107
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 18 18' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
99
108
  "viewBox",
100
109
  "variant"
101
110
  ]);
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -69,8 +78,8 @@ var variants = {
69
78
  })
70
79
  })
71
80
  };
72
- var IconCircleMark = function(_param) {
73
- 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 ? 'on' : _param_variant, props = _object_without_properties(_param, [
81
+ var IconCircleMark = function IconCircleMark(_0) {
82
+ 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 ? 'on' : _0_variant, props = _object_without_properties(_0, [
74
83
  "viewBox",
75
84
  "variant"
76
85
  ]);
@@ -28,12 +28,22 @@ function _object_spread(target) {
28
28
  }
29
29
  function _object_without_properties(source, excluded) {
30
30
  if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
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);
33
43
  if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
44
+ sourceKeys = Object.getOwnPropertySymbols(source);
45
+ for(i = 0; i < sourceKeys.length; i++){
46
+ key = sourceKeys[i];
37
47
  if (excluded.indexOf(key) >= 0) continue;
38
48
  if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
49
  target[key] = source[key];
@@ -43,12 +53,11 @@ function _object_without_properties(source, excluded) {
43
53
  }
44
54
  function _object_without_properties_loose(source, excluded) {
45
55
  if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
56
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
49
57
  for(i = 0; i < sourceKeys.length; i++){
50
58
  key = sourceKeys[i];
51
59
  if (excluded.indexOf(key) >= 0) continue;
60
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
52
61
  target[key] = source[key];
53
62
  }
54
63
  return target;
@@ -131,8 +140,8 @@ var variants = {
131
140
  })
132
141
  })
133
142
  };
134
- var IconCircleOutline = function(_param) {
135
- var _param_variant = _param.variant, variant = _param_variant === void 0 ? 'on' : _param_variant, props = _object_without_properties(_param, [
143
+ var IconCircleOutline = function IconCircleOutline(_0) {
144
+ var _0_variant = _0.variant, variant = _0_variant === void 0 ? 'on' : _0_variant, props = _object_without_properties(_0, [
136
145
  "variant"
137
146
  ]);
138
147
  return /*#__PURE__*/ _jsx(Icon, _object_spread({