@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;
@@ -61,19 +70,19 @@ var variants = {
61
70
  fill: "currentColor",
62
71
  children: [
63
72
  /*#__PURE__*/ _jsx("path", {
64
- d: "M3,7v18h26V7H3z M27,19.1v2.4l-8.5-5.9l-1.9,1.3L16,17.2l-0.6-0.3l-1.9-1.3L5,21.5v-2.4l6.8-4.7L5,9.9V9h2.3l8.7,5.8 L24.7,9H27l0,0.9l-6.8,4.5L27,19.1z"
73
+ d: "M3,7v18h26V7H3z M27,19.1v2.4l-8.5-5.9l-1.9,1.3L16,17.2l-0.6-0.3l-1.9-1.3L5,21.5v-2.4l6.8-4.7L5,9.9V9h2.3l8.7,5.8\n L24.7,9H27l0,0.9l-6.8,4.5L27,19.1z"
65
74
  }),
66
75
  /*#__PURE__*/ _jsx("polygon", {
67
- points: "15.4,16.8 16,17.2 15.4,16.8 13.5,15.6 5,21.5 13.5,15.6 "
76
+ points: "15.4,16.8 16,17.2 15.4,16.8 13.5,15.6 5,21.5 13.5,15.6 "
68
77
  }),
69
78
  /*#__PURE__*/ _jsx("polygon", {
70
- points: "7.3,9 16,14.8 7.3,9 "
79
+ points: "7.3,9 16,14.8 7.3,9 "
71
80
  }),
72
81
  /*#__PURE__*/ _jsx("polygon", {
73
- points: "18.5,15.6 27,21.5 18.5,15.6 16.6,16.8 16,17.2 16.6,16.8 "
82
+ points: "18.5,15.6 27,21.5 18.5,15.6 16.6,16.8 16,17.2 16.6,16.8 "
74
83
  }),
75
84
  /*#__PURE__*/ _jsx("polygon", {
76
- points: "27,9 27,9.9 27,9 24.7,9 16,14.8 24.7,9 "
85
+ points: "27,9 27,9.9 27,9 24.7,9 16,14.8 24.7,9 "
77
86
  })
78
87
  ]
79
88
  })
@@ -81,12 +90,12 @@ var variants = {
81
90
  outline: /*#__PURE__*/ _jsx(_Fragment, {
82
91
  children: /*#__PURE__*/ _jsx("path", {
83
92
  fill: "currentColor",
84
- d: "M3,7v18h26V7H3z M7.3,9h17.4L16,14.8L7.3,9z M5,9.9l6.8,4.5L5,19.1V9.9z M27,9.9v9.2l-6.8-4.7L27,9.9z M13.5,15.6l1.9,1.3 l0.6,0.3l0.6-0.3l1.9-1.3l8.5,5.9V23H5v-1.5L13.5,15.6z"
93
+ d: "M3,7v18h26V7H3z M7.3,9h17.4L16,14.8L7.3,9z M5,9.9l6.8,4.5L5,19.1V9.9z M27,9.9v9.2l-6.8-4.7L27,9.9z M13.5,15.6l1.9,1.3\n l0.6,0.3l0.6-0.3l1.9-1.3l8.5,5.9V23H5v-1.5L13.5,15.6z"
85
94
  })
86
95
  })
87
96
  };
88
- var IconMail = function(_param) {
89
- 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, [
97
+ var IconMail = function IconMail(_0) {
98
+ 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, [
90
99
  "viewBox",
91
100
  "variant"
92
101
  ]);
@@ -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,18 +68,18 @@ var variants = {
59
68
  filled: /*#__PURE__*/ _jsx(_Fragment, {
60
69
  children: /*#__PURE__*/ _jsx("path", {
61
70
  fill: 'currentColor',
62
- d: "M24,27h2c0-4.1-2.5-7.7-6.1-9.2c1.9-1.3,3.1-3.4,3.1-5.8c0-3.9-3.1-7-7-7s-7,3.1-7,7c0,2.4,1.2,4.6,3.1,5.8 C8.5,19.3,6,22.9,6,27h2H24z M12.8,19.7c1-0.4,2.1-0.7,3.2-0.7s2.2,0.2,3.2,0.7l-3.2,3L12.8,19.7"
71
+ d: "M24,27h2c0-4.1-2.5-7.7-6.1-9.2c1.9-1.3,3.1-3.4,3.1-5.8c0-3.9-3.1-7-7-7s-7,3.1-7,7c0,2.4,1.2,4.6,3.1,5.8\n C8.5,19.3,6,22.9,6,27h2H24z M12.8,19.7c1-0.4,2.1-0.7,3.2-0.7s2.2,0.2,3.2,0.7l-3.2,3L12.8,19.7"
63
72
  })
64
73
  }),
65
74
  outline: /*#__PURE__*/ _jsx(_Fragment, {
66
75
  children: /*#__PURE__*/ _jsx("path", {
67
76
  fill: 'currentColor',
68
- d: "M16,5c-3.9,0-7,3.1-7,7c0,2.4,1.2,4.6,3.1,5.8C8.5,19.3,6,22.9,6,27h2c0-2.5,1.2-4.8,3-6.2l4.3,4l0.7,0.7l0.7-0.7l4.3-4 c1.8,1.5,3,3.7,3,6.2h2c0-4.1-2.5-7.7-6.1-9.2c1.9-1.3,3.1-3.4,3.1-5.8C23,8.1,19.9,5,16,5z M16,7c2.8,0,5,2.2,5,5s-2.2,5-5,5 s-5-2.2-5-5S13.2,7,16,7z M16,19c1.1,0,2.2,0.2,3.2,0.7l-3.2,3l-3.2-3C13.8,19.2,14.9,19,16,19z"
77
+ d: "M16,5c-3.9,0-7,3.1-7,7c0,2.4,1.2,4.6,3.1,5.8C8.5,19.3,6,22.9,6,27h2c0-2.5,1.2-4.8,3-6.2l4.3,4l0.7,0.7l0.7-0.7l4.3-4\n c1.8,1.5,3,3.7,3,6.2h2c0-4.1-2.5-7.7-6.1-9.2c1.9-1.3,3.1-3.4,3.1-5.8C23,8.1,19.9,5,16,5z M16,7c2.8,0,5,2.2,5,5s-2.2,5-5,5\n s-5-2.2-5-5S13.2,7,16,7z M16,19c1.1,0,2.2,0.2,3.2,0.7l-3.2,3l-3.2-3C13.8,19.2,14.9,19,16,19z"
69
78
  })
70
79
  })
71
80
  };
72
- var IconMember = 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, [
81
+ var IconMember = function IconMember(_0) {
82
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 32 32' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'outline' : _0_variant, props = _object_without_properties(_0, [
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;
@@ -73,8 +82,8 @@ var variants = {
73
82
  ]
74
83
  })
75
84
  };
76
- var IconMobilePen = function(_param) {
77
- 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, [
85
+ var IconMobilePen = function IconMobilePen(_0) {
86
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 24 24' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
78
87
  "viewBox",
79
88
  "variant"
80
89
  ]);
@@ -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;
@@ -58,19 +67,19 @@ import { Icon } from './Icon';
58
67
  export var variants = {
59
68
  outline: /*#__PURE__*/ _jsx(_Fragment, {
60
69
  children: /*#__PURE__*/ _jsx("path", {
61
- d: "M27.3,17.1c-0.6,0-1.1,0.1-1.7,0.3l-0.5-0.9c0.5-0.2,1.1-0.4,1.7-0.4l0,0v0c1-0.1,1.9,0.1,2.8,0.5l0.9-1.8 c-1-0.5-2-0.7-3-0.7l-0.9-2.7L22,7.1l-1,0.8l-1-1.8h-2.5v2h1.3l0.6,1.1l-0.7,0.6l0.2,2.4l0.1,0.2c0.3,0.6,0.5,1.4,0.6,1.7 c-0.1,0.2-0.4,0.5-0.7,0.7l-2.2,1.9c0.2-0.3,0.4-0.6,0.7-0.9l0.5-0.6L16,12.7l-0.5,0c-2.3,0.1-5.1,0.1-5.6-0.1 c-0.4-0.1-0.9-0.6-1.2-0.9l-0.2-0.3l-6.5-1.2l-1.8,2L0.7,13c0.3,0.3,1,1.1,1.8,1.8c-0.9,0.4-1.6,1.1-1.9,1.7l1.7,1 c0.3-0.5,1.6-1.3,2.6-1.4c0.2,0,0.5,0,0.7,0c0.3,0,0.7,0,1.1,0.1l-0.4,1c-0.2,0-0.3,0-0.5,0c-2.5,0-4.6,2.1-4.6,4.6s2.1,4.6,4.6,4.6 s4.6-2.1,4.6-4.6c0-1.7-0.9-3.1-2.3-4l0.3-0.8c0.7,0.5,1.3,1.2,1.9,2.3c0.3,0.6,0.5,2.1,0.6,2.9l0.1,0.9h10.7v-1 c0-1.9,0.6-3.4,1.7-4.5l0.5,0.9c-0.8,0.8-1.3,2-1.3,3.2c0,2.5,2.1,4.6,4.6,4.6s4.6-2.1,4.6-4.6S29.8,17.1,27.3,17.1z M8.5,21.7 c0,1.4-1.2,2.6-2.6,2.6s-2.6-1.2-2.6-2.6c0-1.3,1-2.4,2.3-2.6l-0.9,2.3l1.9,0.7l1-2.5C8.1,20.1,8.5,20.8,8.5,21.7z M19.8,21.1h-7 c-0.1-0.8-0.3-2-0.7-2.8c-0.9-1.8-2-2.9-3.5-3.6c-1.2-0.6-2.3-0.6-3-0.6c-0.4,0-0.7,0-0.9-0.1c-0.3-0.1-1-0.7-1.7-1.4l4.3,0.8 c0.4,0.4,1.1,1,1.9,1.2c0.9,0.3,4.1,0.2,5.7,0.2l0.2,0.3c-1.5,2-0.9,2.8-0.7,3c0.7,0.9,1.8,1,1.9,1l0.4,0l3.3-2.8 c0.2-0.2,1-0.9,1.3-1.5c0.1-0.3,0.4-0.8-0.5-3.1l-0.1-1l1.1-0.9l2.9,2.7l0.6,1.8C22.3,15,20.1,17.6,19.8,21.1z M27.3,24.3 c-1.4,0-2.6-1.2-2.6-2.6c0-0.5,0.1-0.9,0.4-1.3l1.4,2.4l1.7-1l-1.5-2.6c0.2-0.1,0.4-0.1,0.6-0.1c1.4,0,2.6,1.2,2.6,2.6 S28.7,24.3,27.3,24.3z",
70
+ d: "M27.3,17.1c-0.6,0-1.1,0.1-1.7,0.3l-0.5-0.9c0.5-0.2,1.1-0.4,1.7-0.4l0,0v0c1-0.1,1.9,0.1,2.8,0.5l0.9-1.8\n c-1-0.5-2-0.7-3-0.7l-0.9-2.7L22,7.1l-1,0.8l-1-1.8h-2.5v2h1.3l0.6,1.1l-0.7,0.6l0.2,2.4l0.1,0.2c0.3,0.6,0.5,1.4,0.6,1.7\n c-0.1,0.2-0.4,0.5-0.7,0.7l-2.2,1.9c0.2-0.3,0.4-0.6,0.7-0.9l0.5-0.6L16,12.7l-0.5,0c-2.3,0.1-5.1,0.1-5.6-0.1\n c-0.4-0.1-0.9-0.6-1.2-0.9l-0.2-0.3l-6.5-1.2l-1.8,2L0.7,13c0.3,0.3,1,1.1,1.8,1.8c-0.9,0.4-1.6,1.1-1.9,1.7l1.7,1\n c0.3-0.5,1.6-1.3,2.6-1.4c0.2,0,0.5,0,0.7,0c0.3,0,0.7,0,1.1,0.1l-0.4,1c-0.2,0-0.3,0-0.5,0c-2.5,0-4.6,2.1-4.6,4.6s2.1,4.6,4.6,4.6\n s4.6-2.1,4.6-4.6c0-1.7-0.9-3.1-2.3-4l0.3-0.8c0.7,0.5,1.3,1.2,1.9,2.3c0.3,0.6,0.5,2.1,0.6,2.9l0.1,0.9h10.7v-1\n c0-1.9,0.6-3.4,1.7-4.5l0.5,0.9c-0.8,0.8-1.3,2-1.3,3.2c0,2.5,2.1,4.6,4.6,4.6s4.6-2.1,4.6-4.6S29.8,17.1,27.3,17.1z M8.5,21.7\n c0,1.4-1.2,2.6-2.6,2.6s-2.6-1.2-2.6-2.6c0-1.3,1-2.4,2.3-2.6l-0.9,2.3l1.9,0.7l1-2.5C8.1,20.1,8.5,20.8,8.5,21.7z M19.8,21.1h-7\n c-0.1-0.8-0.3-2-0.7-2.8c-0.9-1.8-2-2.9-3.5-3.6c-1.2-0.6-2.3-0.6-3-0.6c-0.4,0-0.7,0-0.9-0.1c-0.3-0.1-1-0.7-1.7-1.4l4.3,0.8\n c0.4,0.4,1.1,1,1.9,1.2c0.9,0.3,4.1,0.2,5.7,0.2l0.2,0.3c-1.5,2-0.9,2.8-0.7,3c0.7,0.9,1.8,1,1.9,1l0.4,0l3.3-2.8\n c0.2-0.2,1-0.9,1.3-1.5c0.1-0.3,0.4-0.8-0.5-3.1l-0.1-1l1.1-0.9l2.9,2.7l0.6,1.8C22.3,15,20.1,17.6,19.8,21.1z M27.3,24.3\n c-1.4,0-2.6-1.2-2.6-2.6c0-0.5,0.1-0.9,0.4-1.3l1.4,2.4l1.7-1l-1.5-2.6c0.2-0.1,0.4-0.1,0.6-0.1c1.4,0,2.6,1.2,2.6,2.6\n S28.7,24.3,27.3,24.3z",
62
71
  fill: "currentColor"
63
72
  })
64
73
  }),
65
74
  filled: /*#__PURE__*/ _jsx(_Fragment, {
66
75
  children: /*#__PURE__*/ _jsx("path", {
67
- d: "M27.3,17c-0.6,0-1.2,0.1-1.7,0.3l-0.5-0.9c0.5-0.2,1.1-0.4,1.7-0.4c0.1,0,0.3,0,0.4,0c0.8,0,1.7,0.2,2.4,0.5l0.9-1.8 c-1-0.5-2-0.7-3-0.7l-0.9-2.7L22,7.1l-1,0.8l-1-1.8h-2.5v2h1.3l0.6,1.1l-0.7,0.6l0.2,2.4l0.1,0.2c0.3,0.6,0.5,1.4,0.5,1.7 c-0.1,0.2-0.4,0.5-0.7,0.7l-2.2,1.9c0.2-0.3,0.4-0.6,0.6-0.9l0.5-0.6L16,12.7l-0.5,0c-2.3,0.1-5.1,0.1-5.6-0.1 c-0.4-0.1-1-0.6-1.2-0.9l-0.2-0.3l-6.5-1.2l-1.8,2L0.7,13c0.3,0.3,1.1,1.1,1.8,1.8c-0.9,0.5-1.6,1.1-1.9,1.7l1.8,1 C2.6,16.9,3.9,16.1,5,16c0.2,0,0.5,0,0.7,0c0.3,0,0.7,0,1.1,0.1l-0.4,0.9c-0.2,0-0.3,0-0.5,0c-2.5,0-4.6,2.1-4.6,4.6 s2.1,4.6,4.6,4.6c2.5,0,4.6-2.1,4.6-4.6c0-1.7-0.9-3.1-2.3-4l0.3-0.8c0.7,0.5,1.3,1.2,1.9,2.3c0.3,0.6,0.5,2.1,0.6,2.9l0.1,0.9h10.7 v-1c0-1.9,0.6-3.4,1.7-4.5l0.5,0.9c-0.8,0.8-1.3,2-1.3,3.2c0,2.5,2.1,4.6,4.6,4.6c2.5,0,4.6-2.1,4.6-4.6S29.8,17,27.3,17z M8.5,21.7 c0,1.4-1.2,2.6-2.6,2.6c-1.5,0-2.6-1.2-2.6-2.6c0-1.3,1-2.4,2.3-2.6l-0.9,2.3l1.9,0.7l1-2.5C8.1,20.1,8.5,20.8,8.5,21.7z M27.3,24.3 c-1.5,0-2.6-1.2-2.6-2.6c0-0.5,0.1-0.9,0.4-1.3l1.4,2.4l1.7-1l-1.5-2.6c0.2,0,0.4-0.1,0.6-0.1c1.4,0,2.6,1.2,2.6,2.6 C29.9,23.1,28.7,24.3,27.3,24.3z",
76
+ d: "M27.3,17c-0.6,0-1.2,0.1-1.7,0.3l-0.5-0.9c0.5-0.2,1.1-0.4,1.7-0.4c0.1,0,0.3,0,0.4,0c0.8,0,1.7,0.2,2.4,0.5l0.9-1.8\n c-1-0.5-2-0.7-3-0.7l-0.9-2.7L22,7.1l-1,0.8l-1-1.8h-2.5v2h1.3l0.6,1.1l-0.7,0.6l0.2,2.4l0.1,0.2c0.3,0.6,0.5,1.4,0.5,1.7\n c-0.1,0.2-0.4,0.5-0.7,0.7l-2.2,1.9c0.2-0.3,0.4-0.6,0.6-0.9l0.5-0.6L16,12.7l-0.5,0c-2.3,0.1-5.1,0.1-5.6-0.1\n c-0.4-0.1-1-0.6-1.2-0.9l-0.2-0.3l-6.5-1.2l-1.8,2L0.7,13c0.3,0.3,1.1,1.1,1.8,1.8c-0.9,0.5-1.6,1.1-1.9,1.7l1.8,1\n C2.6,16.9,3.9,16.1,5,16c0.2,0,0.5,0,0.7,0c0.3,0,0.7,0,1.1,0.1l-0.4,0.9c-0.2,0-0.3,0-0.5,0c-2.5,0-4.6,2.1-4.6,4.6\n s2.1,4.6,4.6,4.6c2.5,0,4.6-2.1,4.6-4.6c0-1.7-0.9-3.1-2.3-4l0.3-0.8c0.7,0.5,1.3,1.2,1.9,2.3c0.3,0.6,0.5,2.1,0.6,2.9l0.1,0.9h10.7\n v-1c0-1.9,0.6-3.4,1.7-4.5l0.5,0.9c-0.8,0.8-1.3,2-1.3,3.2c0,2.5,2.1,4.6,4.6,4.6c2.5,0,4.6-2.1,4.6-4.6S29.8,17,27.3,17z M8.5,21.7\n c0,1.4-1.2,2.6-2.6,2.6c-1.5,0-2.6-1.2-2.6-2.6c0-1.3,1-2.4,2.3-2.6l-0.9,2.3l1.9,0.7l1-2.5C8.1,20.1,8.5,20.8,8.5,21.7z M27.3,24.3\n c-1.5,0-2.6-1.2-2.6-2.6c0-0.5,0.1-0.9,0.4-1.3l1.4,2.4l1.7-1l-1.5-2.6c0.2,0,0.4-0.1,0.6-0.1c1.4,0,2.6,1.2,2.6,2.6\n C29.9,23.1,28.7,24.3,27.3,24.3z",
68
77
  fill: "currentColor"
69
78
  })
70
79
  })
71
80
  };
72
- var IconMotorcycleMoped = 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, [
81
+ var IconMotorcycleMoped = function IconMotorcycleMoped(_0) {
82
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 32 32' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'outline' : _0_variant, props = _object_without_properties(_0, [
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;
@@ -61,13 +70,13 @@ var variants = {
61
70
  default: /*#__PURE__*/ _jsxs(_Fragment, {
62
71
  children: [
63
72
  /*#__PURE__*/ _jsx("path", {
64
- d: "M3,6v14.8h25.8V6H3z M26.1,18.9L26.1,18.9L5.9,19v-0.1c0-0.6-0.4-1-1-1H4.8v-9h0.1c0.6,0,1-0.4,1-1c0-0.1,0-0.1,0-0.2 h20.2c0,0.1,0,0.1,0,0.2c0,0.5,0.4,1,1,1v8.9C26.5,17.9,26.1,18.3,26.1,18.9z"
73
+ d: "M3,6v14.8h25.8V6H3z M26.1,18.9L26.1,18.9L5.9,19v-0.1c0-0.6-0.4-1-1-1H4.8v-9h0.1c0.6,0,1-0.4,1-1c0-0.1,0-0.1,0-0.2\n h20.2c0,0.1,0,0.1,0,0.2c0,0.5,0.4,1,1,1v8.9C26.5,17.9,26.1,18.3,26.1,18.9z"
65
74
  }),
66
75
  /*#__PURE__*/ _jsx("path", {
67
76
  d: "M25.9,23.8c-6.4-1.6-22.1-1.9-22.9-2v2c0.2,0,18.7,0.4,23.5,2.2l1.4,0.5V22h-2V23.8z"
68
77
  }),
69
78
  /*#__PURE__*/ _jsx("path", {
70
- d: "M16,8.9c-2.3,0-4.2,1.9-4.2,4.2s1.9,4.2,4.2,4.2s4.2-1.9,4.2-4.2S18.3,8.9,16,8.9z M16,15.6c-1.4,0-2.5-1.1-2.5-2.5 s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5C18.5,14.4,17.4,15.6,16,15.6z"
79
+ d: "M16,8.9c-2.3,0-4.2,1.9-4.2,4.2s1.9,4.2,4.2,4.2s4.2-1.9,4.2-4.2S18.3,8.9,16,8.9z M16,15.6c-1.4,0-2.5-1.1-2.5-2.5\n s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5C18.5,14.4,17.4,15.6,16,15.6z"
71
80
  }),
72
81
  /*#__PURE__*/ _jsx("circle", {
73
82
  cx: "23.5",
@@ -82,8 +91,8 @@ var variants = {
82
91
  ]
83
92
  })
84
93
  };
85
- var IconNoCost = function(_param) {
86
- 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
+ var IconNoCost = function IconNoCost(_0) {
95
+ 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, [
87
96
  "viewBox",
88
97
  "variant"
89
98
  ]);
@@ -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 IconPDF = function(_param) {
73
- var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 367.2 367.2' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
81
+ var IconPDF = function IconPDF(_0) {
82
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 367.2 367.2' : _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;
@@ -61,8 +70,8 @@ var variants = {
61
70
  fill: "currentColor"
62
71
  })
63
72
  };
64
- var IconPencil = function(_param) {
65
- 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, [
73
+ var IconPencil = function IconPencil(_0) {
74
+ 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, [
66
75
  "viewBox",
67
76
  "variant"
68
77
  ]);
@@ -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;
@@ -61,8 +70,8 @@ var variants = {
61
70
  fill: "currentColor"
62
71
  })
63
72
  };
64
- var IconPhone = function(_param) {
65
- 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, [
73
+ var IconPhone = function IconPhone(_0) {
74
+ 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, [
66
75
  "viewBox",
67
76
  "variant"
68
77
  ]);
@@ -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 IconPlus = 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 ? 'default' : _param_variant, props = _object_without_properties(_param, [
75
+ var IconPlus = function IconPlus(_0) {
76
+ var _0_viewBox = _0.viewBox, viewBox = _0_viewBox === void 0 ? '0 0 16 16' : _0_viewBox, _0_variant = _0.variant, variant = _0_variant === void 0 ? 'default' : _0_variant, props = _object_without_properties(_0, [
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 IconPricing = 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 IconPricing = function IconPricing(_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
  ]);