@driveflux/beam 2.0.12 → 2.0.13

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 (234) 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 +25 -12
  9. package/dist/box/Box.js +3 -87
  10. package/dist/box/Box.stories.js +7 -8
  11. package/dist/breadcrumbs/Breadcrumbs.js +28 -288
  12. package/dist/breadcrumbs/Breadcrumbs.stories.js +27 -51
  13. package/dist/button/Button.js +12 -124
  14. package/dist/button/Button.stories.js +7 -35
  15. package/dist/card/Card.js +7 -109
  16. package/dist/card/Card.stories.js +7 -10
  17. package/dist/carousel/Carousel.js +58 -281
  18. package/dist/carousel/Carousel.stories.js +7 -39
  19. package/dist/carousel/CarouselButton.js +7 -68
  20. package/dist/center/Center.js +3 -63
  21. package/dist/center/Center.stories.js +7 -19
  22. package/dist/checkbox/Checkbox.js +4 -124
  23. package/dist/checkbox/Checkbox.stories.js +8 -10
  24. package/dist/chip/Chip.js +3 -104
  25. package/dist/chip/Chip.stories.js +7 -19
  26. package/dist/circular-progress/CircularProgress.js +11 -150
  27. package/dist/circular-progress/CircularProgress.stories.js +14 -54
  28. package/dist/command/command.js +13 -170
  29. package/dist/datepicker/DatePicker.js +27 -127
  30. package/dist/datepicker/DatePicker.stories.js +58 -163
  31. package/dist/datepicker/DatePickerDrawer.js +14 -110
  32. package/dist/datepicker/DatePickerPopover.js +35 -207
  33. package/dist/datepicker/constants.js +4 -3
  34. package/dist/datepicker/utils.js +11 -4
  35. package/dist/dialog/index.js +12 -144
  36. package/dist/divider/Divider.js +3 -63
  37. package/dist/divider/Divider.stories.js +7 -13
  38. package/dist/drawer/index.js +12 -157
  39. package/dist/dropdown/Dropdown.js +26 -212
  40. package/dist/dropdown/Dropdown.stories.js +22 -109
  41. package/dist/field-wrapper/FieldWrapper.js +3 -139
  42. package/dist/field-wrapper/FieldWrapper.stories.js +28 -124
  43. package/dist/flex/Flex.js +3 -63
  44. package/dist/flex/Flex.stories.js +7 -19
  45. package/dist/grid/Grid.js +3 -63
  46. package/dist/grid/Grid.stories.js +7 -28
  47. package/dist/hooks/use-breakpoint-value.js +14 -77
  48. package/dist/hooks/use-media-query.js +12 -61
  49. package/dist/hstack/HStack.js +3 -63
  50. package/dist/hstack/HStack.stories.js +7 -19
  51. package/dist/icons/FluxLogo.js +9 -213
  52. package/dist/icons/FluxLogoTable.js +5 -109
  53. package/dist/icons/Icon.js +7 -108
  54. package/dist/icons/Icon.stories.js +7 -12
  55. package/dist/icons/Icon24Hours.js +5 -83
  56. package/dist/icons/IconAcceleration.js +4 -72
  57. package/dist/icons/IconAccount.js +4 -72
  58. package/dist/icons/IconApplicant.js +5 -78
  59. package/dist/icons/IconArrow.js +6 -78
  60. package/dist/icons/IconArrowBack.js +4 -72
  61. package/dist/icons/IconArrowForward.js +4 -72
  62. package/dist/icons/IconArrowTopLeft.js +4 -70
  63. package/dist/icons/IconBluesharkProductGuide.js +5 -80
  64. package/dist/icons/IconBolt.js +4 -72
  65. package/dist/icons/IconBriefcase.js +4 -72
  66. package/dist/icons/IconBulb.js +4 -72
  67. package/dist/icons/IconCalendar.js +4 -72
  68. package/dist/icons/IconCalendarArrowBack.js +4 -72
  69. package/dist/icons/IconCalendarArrowForward.js +4 -72
  70. package/dist/icons/IconCalendarDoubleArrowBack.js +4 -72
  71. package/dist/icons/IconCalendarDoubleArrowForward.js +4 -72
  72. package/dist/icons/IconCancel.js +6 -85
  73. package/dist/icons/IconCancelMark.js +4 -72
  74. package/dist/icons/IconCarSUV.js +4 -72
  75. package/dist/icons/IconCarSedan.js +7 -147
  76. package/dist/icons/IconChain.js +5 -79
  77. package/dist/icons/IconCheckmark.js +4 -72
  78. package/dist/icons/IconChevronRight.js +4 -72
  79. package/dist/icons/IconCircle.js +11 -114
  80. package/dist/icons/IconCircleCheckmark.js +5 -77
  81. package/dist/icons/IconCircleError.js +4 -72
  82. package/dist/icons/IconCircleExclamation.js +6 -104
  83. package/dist/icons/IconCircleMark.js +5 -78
  84. package/dist/icons/IconCircleOutline.d.ts.map +1 -1
  85. package/dist/icons/IconCircleOutline.js +5 -140
  86. package/dist/icons/IconCircleOutline.js.map +1 -1
  87. package/dist/icons/IconClock.js +5 -80
  88. package/dist/icons/IconClose.js +4 -72
  89. package/dist/icons/IconCollapseAll.d.ts +8 -0
  90. package/dist/icons/IconCollapseAll.d.ts.map +1 -0
  91. package/dist/icons/IconCollapseAll.js +8 -0
  92. package/dist/icons/IconCollapseAll.js.map +1 -0
  93. package/dist/icons/IconConcierge.js +5 -79
  94. package/dist/icons/IconConciergeService.js +5 -87
  95. package/dist/icons/IconCreditCard.js +5 -78
  96. package/dist/icons/IconDash.js +4 -72
  97. package/dist/icons/IconDeliver.js +4 -72
  98. package/dist/icons/IconDelivery.js +5 -87
  99. package/dist/icons/IconDetails.js +4 -72
  100. package/dist/icons/IconDot.js +6 -87
  101. package/dist/icons/IconDownload.d.ts +8 -0
  102. package/dist/icons/IconDownload.d.ts.map +1 -0
  103. package/dist/icons/IconDownload.js +8 -0
  104. package/dist/icons/IconDownload.js.map +1 -0
  105. package/dist/icons/IconEVCharging.js +5 -79
  106. package/dist/icons/IconElectricCarFuel.js +5 -80
  107. package/dist/icons/IconEllipsis.js +5 -78
  108. package/dist/icons/IconEnvelope.js +4 -72
  109. package/dist/icons/IconExpandAll.d.ts +8 -0
  110. package/dist/icons/IconExpandAll.d.ts.map +1 -0
  111. package/dist/icons/IconExpandAll.js +8 -0
  112. package/dist/icons/IconExpandAll.js.map +1 -0
  113. package/dist/icons/IconEye.js +5 -79
  114. package/dist/icons/IconFacebook.js +6 -94
  115. package/dist/icons/IconFilter.js +5 -83
  116. package/dist/icons/IconFlagMalaysia.js +5 -141
  117. package/dist/icons/IconGiveKey.js +5 -79
  118. package/dist/icons/IconGlobe.js +4 -70
  119. package/dist/icons/IconGoogle.js +5 -87
  120. package/dist/icons/IconHome.js +5 -78
  121. package/dist/icons/IconHostAdvertise.js +4 -72
  122. package/dist/icons/IconHostCar.js +4 -75
  123. package/dist/icons/IconHostCash.js +5 -91
  124. package/dist/icons/IconHostHandle.js +4 -70
  125. package/dist/icons/IconHostLocation.js +4 -70
  126. package/dist/icons/IconHostPayment.js +5 -91
  127. package/dist/icons/IconHostService.js +5 -79
  128. package/dist/icons/IconHotDeals.js +4 -72
  129. package/dist/icons/IconInfo.js +5 -77
  130. package/dist/icons/IconInstagram.js +4 -72
  131. package/dist/icons/IconInsurance.js +5 -99
  132. package/dist/icons/IconInternet.js +4 -73
  133. package/dist/icons/IconInventory.js +5 -78
  134. package/dist/icons/IconLaurel.js +5 -101
  135. package/dist/icons/IconLinkedIn.js +4 -72
  136. package/dist/icons/IconLoading.js +4 -78
  137. package/dist/icons/IconLocation.js +5 -80
  138. package/dist/icons/IconLock.js +4 -73
  139. package/dist/icons/IconLogistics.js +4 -72
  140. package/dist/icons/IconMail.js +5 -94
  141. package/dist/icons/IconMember.js +5 -78
  142. package/dist/icons/IconMobilePen.js +5 -83
  143. package/dist/icons/IconMotorcycleMoped.js +5 -78
  144. package/dist/icons/IconNoCost.js +5 -92
  145. package/dist/icons/IconPDF.js +5 -80
  146. package/dist/icons/IconPencil.js +4 -70
  147. package/dist/icons/IconPhone.js +4 -70
  148. package/dist/icons/IconPlus.js +4 -72
  149. package/dist/icons/IconPricing.js +4 -72
  150. package/dist/icons/IconProtected.js +4 -71
  151. package/dist/icons/IconPsychology.js +4 -72
  152. package/dist/icons/IconQuestionTooltip.js +4 -73
  153. package/dist/icons/IconQuote.js +4 -72
  154. package/dist/icons/IconRate.js +4 -71
  155. package/dist/icons/IconRegister.js +5 -99
  156. package/dist/icons/IconReport.d.ts +9 -0
  157. package/dist/icons/IconReport.d.ts.map +1 -0
  158. package/dist/icons/IconReport.js +9 -0
  159. package/dist/icons/IconReport.js.map +1 -0
  160. package/dist/icons/IconReturn.js +4 -72
  161. package/dist/icons/IconSearch.js +4 -70
  162. package/dist/icons/IconSecure.js +4 -71
  163. package/dist/icons/IconSecurity.js +4 -73
  164. package/dist/icons/IconSedanOutline.js +5 -159
  165. package/dist/icons/IconSelectArrow.js +6 -78
  166. package/dist/icons/IconSort.js +5 -79
  167. package/dist/icons/IconSortListed.js +5 -95
  168. package/dist/icons/IconSortPriceAscending.js +5 -83
  169. package/dist/icons/IconSortPriceDescending.js +5 -83
  170. package/dist/icons/IconSortYear.js +5 -79
  171. package/dist/icons/IconSpan.js +4 -71
  172. package/dist/icons/IconSpeaker.js +4 -79
  173. package/dist/icons/IconSpecialCar.js +5 -95
  174. package/dist/icons/IconStar.js +7 -92
  175. package/dist/icons/IconStockPhoto.js +5 -95
  176. package/dist/icons/IconSubscription.js +6 -113
  177. package/dist/icons/IconSubscriptions.js +6 -113
  178. package/dist/icons/IconSwap.js +5 -79
  179. package/dist/icons/IconTax.js +4 -72
  180. package/dist/icons/IconThinArrow.js +6 -78
  181. package/dist/icons/IconThumbsdown.js +5 -78
  182. package/dist/icons/IconThumbsup.js +5 -78
  183. package/dist/icons/IconTool.js +4 -72
  184. package/dist/icons/IconTooltip.js +4 -73
  185. package/dist/icons/IconTrash.js +4 -72
  186. package/dist/icons/IconTriangleExclamation.js +4 -72
  187. package/dist/icons/IconTyersBrakes.js +5 -83
  188. package/dist/icons/IconTyre.js +5 -83
  189. package/dist/icons/IconVacancy.js +5 -78
  190. package/dist/icons/IconVolunteer.js +4 -72
  191. package/dist/icons/IconWhatsapp.js +4 -73
  192. package/dist/icons/IconXPlatform.js +4 -72
  193. package/dist/icons/IconZeroEffort.js +5 -77
  194. package/dist/icons/Logo.js +3 -99
  195. package/dist/input/Input.js +11 -125
  196. package/dist/input/Input.stories.js +18 -17
  197. package/dist/input-mask/InputMask.js +11 -149
  198. package/dist/input-mask/InputMask.stories.js +6 -5
  199. package/dist/input-mask/mask-trackers.js +5 -4
  200. package/dist/input-select/InputSelect.js +68 -357
  201. package/dist/input-select/InputSelect.stories.js +25 -98
  202. package/dist/popover/popover.js +4 -72
  203. package/dist/progress/Progress.js +2 -96
  204. package/dist/progress/Progress.stories.js +14 -13
  205. package/dist/radio/Radio.js +4 -163
  206. package/dist/scroll-area/scroll-area.js +5 -113
  207. package/dist/search-input-select/SearchInputSelect.js +69 -346
  208. package/dist/select/Select.js +29 -315
  209. package/dist/select/Select.stories.js +19 -55
  210. package/dist/skeleton/Skeleton.js +3 -62
  211. package/dist/skeleton/Skeleton.stories.js +7 -8
  212. package/dist/slider/Slider.js +5 -106
  213. package/dist/slider/Slider.stories.js +11 -12
  214. package/dist/stack/Stack.js +3 -63
  215. package/dist/stack/Stack.stories.js +7 -19
  216. package/dist/styles.css +131 -8
  217. package/dist/table/Table.js +10 -131
  218. package/dist/table/Table.stories.js +8 -84
  219. package/dist/tabs/Tabs.js +9 -128
  220. package/dist/tabs/Tabs.stories.js +13 -46
  221. package/dist/text/Text.js +6 -88
  222. package/dist/text/Text.stories.js +7 -44
  223. package/dist/toast/Toast.stories.js +14 -66
  224. package/dist/toast/ToastBox.js +24 -71
  225. package/dist/toast/index.js +1 -0
  226. package/dist/toast/sonner.js +11 -70
  227. package/dist/toggle/Toggle.js +7 -116
  228. package/dist/toggle/Toggle.stories.js +8 -10
  229. package/dist/tooltip/Tooltip.js +12 -151
  230. package/dist/tooltip/Tooltip.stories.js +13 -71
  231. package/dist/utils.js +2 -4
  232. package/dist/vstack/VStack.js +3 -63
  233. package/dist/vstack/VStack.stories.js +7 -19
  234. package/package.json +1 -1
@@ -1,150 +1,10 @@
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
- export var variants = {
59
- outline: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- 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"
63
- })
64
- }),
65
- filled: /*#__PURE__*/ _jsx(_Fragment, {
66
- children: /*#__PURE__*/ _jsxs("g", {
67
- children: [
68
- /*#__PURE__*/ _jsx("path", {
69
- 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"
71
- }),
72
- /*#__PURE__*/ _jsx("path", {
73
- 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"
74
- })
75
- ]
76
- })
77
- }),
78
- dashed: /*#__PURE__*/ _jsxs(_Fragment, {
79
- children: [
80
- /*#__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"
82
- }),
83
- /*#__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"
85
- }),
86
- /*#__PURE__*/ _jsx("g", {
87
- children: /*#__PURE__*/ _jsx("path", {
88
- d: "M13,22l0-2l1.9,0l0,2L13,22z M16.9,22l0-2l1.9,0l0,2L16.9,22z"
89
- })
90
- }),
91
- /*#__PURE__*/ _jsx("path", {
92
- d: "M30.6,21.9l-0.5-1.6h0v-1.1l1.8,0v1.3l-0.1,0.2C31.7,21.3,31.2,21.7,30.6,21.9z"
93
- }),
94
- /*#__PURE__*/ _jsx("path", {
95
- d: "M32,17.2l-2,0v-0.8c0-0.2-0.1-0.3-0.2-0.5l1.6-1.2c0.3,0.4,0.5,0.9,0.6,1.4l0,0.2V17.2z"
96
- }),
97
- /*#__PURE__*/ _jsx("path", {
98
- d: "M2,16.8l-2-0.2c0.1-1.1,0.5-1.9,1.3-2.5l1.2,1.6C2.3,15.9,2.1,16.1,2,16.8z"
99
- }),
100
- /*#__PURE__*/ _jsx("path", {
101
- d: "M2.4,20.3l-1.2,1.6c-0.7-0.5-1.1-1.3-1.3-2.5l2-0.2C2.1,19.9,2.3,20.2,2.4,20.3z"
102
- }),
103
- /*#__PURE__*/ _jsx("rect", {
104
- x: "26.8",
105
- y: "13.3",
106
- transform: "matrix(0.2331 -0.9725 0.9725 0.2331 7.4784 37.9925)",
107
- width: "2",
108
- height: "2"
109
- }),
110
- /*#__PURE__*/ _jsx("polygon", {
111
- points: "24.7,14.5 22.5,14 22.2,13.5 23.2,12.9 23.4,12.2 25.1,12.6 "
112
- }),
113
- /*#__PURE__*/ _jsx("path", {
114
- d: "M4,14.2l-0.5-1.9l0.7-0.2l0.3-0.5l1.6,1.1l-0.4,0.6c-0.3,0.4-0.8,0.6-1.1,0.7L4,14.2z"
115
- }),
116
- /*#__PURE__*/ _jsx("path", {
117
- d: "M4.1,12.3C4.1,12.3,4.1,12.3,4.1,12.3L4.1,12.3z"
118
- }),
119
- /*#__PURE__*/ _jsx("polygon", {
120
- points: "21.1,11.8 20.1,10.3 21.7,9 21.7,9.1 22.8,10.8 "
121
- }),
122
- /*#__PURE__*/ _jsx("path", {
123
- d: "M7.3,11.1L5.6,10l0.7-1.1C6.6,8.7,6.8,8.5,7,8.3l1.4,1.5C8.2,9.8,8.1,10,8,10.1L7.3,11.1z"
124
- }),
125
- /*#__PURE__*/ _jsx("path", {
126
- d: "M18.9,9.3C18.6,9.1,18.2,9,17.9,9l-0.4,0V7h0.5c0.7,0,1.3,0.2,1.9,0.5L18.9,9.3z"
127
- }),
128
- /*#__PURE__*/ _jsx("path", {
129
- d: "M9.6,9.1l-0.4-2C9.5,7,9.9,7,10.2,7h1.2v2h-1.2C10,9,9.8,9,9.6,9.1z"
130
- }),
131
- /*#__PURE__*/ _jsx("rect", {
132
- x: "13.4",
133
- y: "7",
134
- width: "2",
135
- height: "2"
136
- })
137
- ]
138
- })
139
- };
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, [
142
- "viewBox",
143
- "variant"
144
- ]);
145
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
146
- viewBox: viewBox,
147
- element: variants[variant]
148
- }, props));
3
+ export const variants = {
4
+ outline: (_jsx(_Fragment, { children: _jsx("path", { fill: "currentColor", 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\tc0,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\tC32,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\tc0-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\t 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\th17.7l6.4,1.6c0.4,0.1,0.7,0.5,0.7,1L30,20L30,20z" }) })),
5
+ filled: (_jsx(_Fragment, { children: _jsxs("g", { children: [_jsx("path", { fill: "currentColor", 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\t\tc0,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\t\tC32,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\t\tc0-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" }), _jsx("path", { 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" })] }) })),
6
+ dashed: (_jsxs(_Fragment, { children: [_jsx("path", { 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\tl2,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" }), _jsx("path", { 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\tl2,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" }), _jsx("g", { children: _jsx("path", { d: "M13,22l0-2l1.9,0l0,2L13,22z M16.9,22l0-2l1.9,0l0,2L16.9,22z" }) }), _jsx("path", { d: "M30.6,21.9l-0.5-1.6h0v-1.1l1.8,0v1.3l-0.1,0.2C31.7,21.3,31.2,21.7,30.6,21.9z" }), _jsx("path", { d: "M32,17.2l-2,0v-0.8c0-0.2-0.1-0.3-0.2-0.5l1.6-1.2c0.3,0.4,0.5,0.9,0.6,1.4l0,0.2V17.2z" }), _jsx("path", { d: "M2,16.8l-2-0.2c0.1-1.1,0.5-1.9,1.3-2.5l1.2,1.6C2.3,15.9,2.1,16.1,2,16.8z" }), _jsx("path", { d: "M2.4,20.3l-1.2,1.6c-0.7-0.5-1.1-1.3-1.3-2.5l2-0.2C2.1,19.9,2.3,20.2,2.4,20.3z" }), _jsx("rect", { x: "26.8", y: "13.3", transform: "matrix(0.2331 -0.9725 0.9725 0.2331 7.4784 37.9925)", width: "2", height: "2" }), _jsx("polygon", { points: "24.7,14.5 22.5,14 22.2,13.5 23.2,12.9 23.4,12.2 25.1,12.6 " }), _jsx("path", { d: "M4,14.2l-0.5-1.9l0.7-0.2l0.3-0.5l1.6,1.1l-0.4,0.6c-0.3,0.4-0.8,0.6-1.1,0.7L4,14.2z" }), _jsx("path", { d: "M4.1,12.3C4.1,12.3,4.1,12.3,4.1,12.3L4.1,12.3z" }), _jsx("polygon", { points: "21.1,11.8 20.1,10.3 21.7,9 21.7,9.1 22.8,10.8 " }), _jsx("path", { d: "M7.3,11.1L5.6,10l0.7-1.1C6.6,8.7,6.8,8.5,7,8.3l1.4,1.5C8.2,9.8,8.1,10,8,10.1L7.3,11.1z" }), _jsx("path", { d: "M18.9,9.3C18.6,9.1,18.2,9,17.9,9l-0.4,0V7h0.5c0.7,0,1.3,0.2,1.9,0.5L18.9,9.3z" }), _jsx("path", { d: "M9.6,9.1l-0.4-2C9.5,7,9.9,7,10.2,7h1.2v2h-1.2C10,9,9.8,9,9.6,9.1z" }), _jsx("rect", { x: "13.4", y: "7", width: "2", height: "2" })] })),
149
7
  };
8
+ const IconCarSedan = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
150
9
  export default IconCarSedan;
10
+ //# sourceMappingURL=IconCarSedan.js.map
@@ -1,82 +1,8 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsxs(_Fragment, {
60
- children: [
61
- /*#__PURE__*/ _jsx("path", {
62
- "data-name": "Path 660",
63
- d: "M13.94 1.332l-.271-.271a3.632 3.632 0 00-5.13 0L6.911 2.689A.75.75 0 007.972 3.75l1.627-1.628a2.13 2.13 0 013.009 0l.271.271a2.13 2.13 0 010 3.009l-2.6 2.6a2.11 2.11 0 01-1.16.595 2.136 2.136 0 01-1.848-.594L7 7.732a2.211 2.211 0 01-.218-.255.75.75 0 10-1.213.883 3.7 3.7 0 00.369.432l.272.272a3.64 3.64 0 002.569 1.062 3.618 3.618 0 002.561-1.062l2.6-2.6a3.632 3.632 0 000-5.132z"
64
- }),
65
- /*#__PURE__*/ _jsx("path", {
66
- "data-name": "Path 661",
67
- d: "M7.031 11.248L5.4 12.877a2.13 2.13 0 01-3.009 0l-.271-.272a2.127 2.127 0 010-3.008l2.6-2.6a2.114 2.114 0 011.16-.6 2.138 2.138 0 011.849.6L8 7.268a2.133 2.133 0 01.218.254.75.75 0 101.213-.883 3.68 3.68 0 00-.37-.432l-.271-.271a3.626 3.626 0 00-5.13 0l-2.6 2.6a3.627 3.627 0 000 5.13l.271.272a3.631 3.631 0 005.13 0l1.628-1.627a.75.75 0 00-1.058-1.063z"
68
- })
69
- ]
70
- })
71
- };
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, [
74
- "viewBox",
75
- "variant"
76
- ]);
77
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
78
- viewBox: viewBox,
79
- element: variants[variant]
80
- }, props));
3
+ const variants = {
4
+ default: (_jsxs(_Fragment, { children: [_jsx("path", { "data-name": "Path 660", d: "M13.94 1.332l-.271-.271a3.632 3.632 0 00-5.13 0L6.911 2.689A.75.75 0 007.972 3.75l1.627-1.628a2.13 2.13 0 013.009 0l.271.271a2.13 2.13 0 010 3.009l-2.6 2.6a2.11 2.11 0 01-1.16.595 2.136 2.136 0 01-1.848-.594L7 7.732a2.211 2.211 0 01-.218-.255.75.75 0 10-1.213.883 3.7 3.7 0 00.369.432l.272.272a3.64 3.64 0 002.569 1.062 3.618 3.618 0 002.561-1.062l2.6-2.6a3.632 3.632 0 000-5.132z" }), _jsx("path", { "data-name": "Path 661", d: "M7.031 11.248L5.4 12.877a2.13 2.13 0 01-3.009 0l-.271-.272a2.127 2.127 0 010-3.008l2.6-2.6a2.114 2.114 0 011.16-.6 2.138 2.138 0 011.849.6L8 7.268a2.133 2.133 0 01.218.254.75.75 0 101.213-.883 3.68 3.68 0 00-.37-.432l-.271-.271a3.626 3.626 0 00-5.13 0l-2.6 2.6a3.627 3.627 0 000 5.13l.271.272a3.631 3.631 0 005.13 0l1.628-1.627a.75.75 0 00-1.058-1.063z" })] })),
81
5
  };
6
+ const IconChain = ({ viewBox = '0 0 15 15', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
82
7
  export default IconChain;
8
+ //# sourceMappingURL=IconChain.js.map
@@ -1,76 +1,8 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M9.9 17.6249L4.5 12.1499L5.55 11.0999L9.9 15.4499L19.95 5.3999L21 6.5249L9.9 17.6249Z",
62
- fill: "currentColor"
63
- })
64
- })
65
- };
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, [
68
- "viewBox",
69
- "variant"
70
- ]);
71
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
- viewBox: viewBox,
73
- element: variants[variant]
74
- }, props));
3
+ const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M9.9 17.6249L4.5 12.1499L5.55 11.0999L9.9 15.4499L19.95 5.3999L21 6.5249L9.9 17.6249Z", fill: "currentColor" }) })),
75
5
  };
6
+ const IconCheckMark = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconCheckMark;
8
+ //# sourceMappingURL=IconCheckmark.js.map
@@ -1,76 +1,8 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M5.4502 2.15002L4.7002 2.85002L9.8502 8.00002L4.7002 13.15L5.4002 13.85L10.9002 8.35002L11.2502 8.00002L10.9002 7.65002L5.4502 2.15002Z",
62
- fill: "#585858"
63
- })
64
- })
65
- };
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, [
68
- "viewBox",
69
- "variant"
70
- ]);
71
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
- viewBox: viewBox,
73
- element: variants[variant]
74
- }, props));
3
+ const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M5.4502 2.15002L4.7002 2.85002L9.8502 8.00002L4.7002 13.15L5.4002 13.85L10.9002 8.35002L11.2502 8.00002L10.9002 7.65002L5.4502 2.15002Z", fill: "#585858" }) })),
75
5
  };
6
+ const IconChevronRight = ({ viewBox = '0 0 12 12', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconChevronRight;
8
+ //# sourceMappingURL=IconChevronRight.js.map
@@ -1,119 +1,16 @@
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__*/ _jsx("path", {
60
- d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
61
- fill: "currentColor"
62
- }),
63
- bordered: /*#__PURE__*/ _jsxs(_Fragment, {
64
- children: [
65
- /*#__PURE__*/ _jsx("circle", {
66
- cx: "20",
67
- cy: "20",
68
- r: "19.5",
69
- fill: "none",
70
- stroke: "currentColor",
71
- strokeWidth: "1"
72
- }),
73
- /*#__PURE__*/ _jsx("circle", {
74
- cx: "20",
75
- cy: "20",
76
- r: "16",
77
- fill: "currentColor"
78
- })
79
- ]
80
- })
3
+ const variants = {
4
+ default: (_jsx("path", { d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z", fill: "currentColor" })),
5
+ bordered: (_jsxs(_Fragment, { children: [_jsx("circle", { cx: "20", cy: "20", r: "19.5", fill: "none", stroke: "currentColor", strokeWidth: "1" }), _jsx("circle", { cx: "20", cy: "20", r: "16", fill: "currentColor" })] })),
81
6
  };
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, [
84
- "variant",
85
- "viewBox",
86
- "strokeColor",
87
- "fillColor",
88
- "strokeWidth"
89
- ]);
90
- if (variant === 'bordered' && (strokeColor || fillColor || strokeWidth !== 1)) {
91
- var element = /*#__PURE__*/ _jsxs(_Fragment, {
92
- children: [
93
- /*#__PURE__*/ _jsx("circle", {
94
- cx: "20",
95
- cy: "20",
96
- r: 19.5 - (strokeWidth - 1) / 2,
97
- fill: "none",
98
- stroke: strokeColor || 'currentColor',
99
- strokeWidth: strokeWidth
100
- }),
101
- /*#__PURE__*/ _jsx("circle", {
102
- cx: "20",
103
- cy: "20",
104
- r: "16",
105
- fill: fillColor || 'currentColor'
106
- })
107
- ]
108
- });
109
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
110
- viewBox: "0 0 40 40",
111
- element: element
112
- }, props));
7
+ const IconCircle = ({ variant = 'default', viewBox, strokeColor, fillColor, strokeWidth = 1, ...props }) => {
8
+ if (variant === 'bordered' &&
9
+ (strokeColor || fillColor || strokeWidth !== 1)) {
10
+ const element = (_jsxs(_Fragment, { children: [_jsx("circle", { cx: "20", cy: "20", r: 19.5 - (strokeWidth - 1) / 2, fill: "none", stroke: strokeColor || 'currentColor', strokeWidth: strokeWidth }), _jsx("circle", { cx: "20", cy: "20", r: "16", fill: fillColor || 'currentColor' })] }));
11
+ return _jsx(Icon, { viewBox: "0 0 40 40", element: element, ...props });
113
12
  }
114
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
115
- viewBox: variant === 'bordered' ? '0 0 40 40' : '0 0 12 12',
116
- element: variants[variant]
117
- }, props));
13
+ return (_jsx(Icon, { viewBox: variant === 'bordered' ? '0 0 40 40' : '0 0 12 12', element: variants[variant], ...props }));
118
14
  };
119
15
  export default IconCircle;
16
+ //# sourceMappingURL=IconCircle.js.map
@@ -1,81 +1,9 @@
1
- function _define_property(obj, key, value) {
2
- if (key in obj) {
3
- Object.defineProperty(obj, key, {
4
- value: value,
5
- enumerable: true,
6
- configurable: true,
7
- writable: true
8
- });
9
- } else {
10
- obj[key] = value;
11
- }
12
- return obj;
13
- }
14
- function _object_spread(target) {
15
- for(var i = 1; i < arguments.length; i++){
16
- var source = arguments[i] != null ? arguments[i] : {};
17
- var ownKeys = Object.keys(source);
18
- if (typeof Object.getOwnPropertySymbols === "function") {
19
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
- }));
22
- }
23
- ownKeys.forEach(function(key) {
24
- _define_property(target, key, source[key]);
25
- });
26
- }
27
- return target;
28
- }
29
- function _object_without_properties(source, excluded) {
30
- if (source == null) return {};
31
- var target = _object_without_properties_loose(source, excluded);
32
- var key, i;
33
- if (Object.getOwnPropertySymbols) {
34
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
- for(i = 0; i < sourceSymbolKeys.length; i++){
36
- key = sourceSymbolKeys[i];
37
- if (excluded.indexOf(key) >= 0) continue;
38
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
- target[key] = source[key];
40
- }
41
- }
42
- return target;
43
- }
44
- function _object_without_properties_loose(source, excluded) {
45
- if (source == null) return {};
46
- var target = {};
47
- var sourceKeys = Object.keys(source);
48
- var key, i;
49
- for(i = 0; i < sourceKeys.length; i++){
50
- key = sourceKeys[i];
51
- if (excluded.indexOf(key) >= 0) continue;
52
- target[key] = source[key];
53
- }
54
- return target;
55
- }
56
1
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
57
2
  import { Icon } from './Icon';
58
- var variants = {
59
- default: /*#__PURE__*/ _jsx(_Fragment, {
60
- children: /*#__PURE__*/ _jsx("path", {
61
- d: "M8 0.5C3.864 0.5 0.5 3.864 0.5 8C0.5 12.136 3.864 15.5 8 15.5C12.136 15.5 15.5 12.136 15.5 8C15.5 3.864 12.136 0.5 8 0.5ZM4.28 8.252L5.156 7.376L7.188 9.408L11.096 5.5L11.972 6.376L7.188 11.156L4.28 8.252Z",
62
- fill: "currentColor"
63
- })
64
- }),
65
- bordered: /*#__PURE__*/ _jsx(_Fragment, {
66
- children: /*#__PURE__*/ _jsx("path", {
67
- d: "M8.6 14.6L15.65 7.55L14.25 6.15L8.6 11.8L5.75 8.95L4.35 10.35L8.6 14.6ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z",
68
- fill: "currentColor"
69
- })
70
- })
71
- };
72
- var IconCircleCheckmark = function(_param) {
73
- var _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
74
- "variant"
75
- ]);
76
- return /*#__PURE__*/ _jsx(Icon, _object_spread({
77
- viewBox: variant === 'bordered' ? '0 0 20 20' : '0 0 16 16',
78
- element: variants[variant]
79
- }, props));
3
+ const variants = {
4
+ default: (_jsx(_Fragment, { children: _jsx("path", { d: "M8 0.5C3.864 0.5 0.5 3.864 0.5 8C0.5 12.136 3.864 15.5 8 15.5C12.136 15.5 15.5 12.136 15.5 8C15.5 3.864 12.136 0.5 8 0.5ZM4.28 8.252L5.156 7.376L7.188 9.408L11.096 5.5L11.972 6.376L7.188 11.156L4.28 8.252Z", fill: "currentColor" }) })),
5
+ bordered: (_jsx(_Fragment, { children: _jsx("path", { d: "M8.6 14.6L15.65 7.55L14.25 6.15L8.6 11.8L5.75 8.95L4.35 10.35L8.6 14.6ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z", fill: "currentColor" }) })),
80
6
  };
7
+ const IconCircleCheckmark = ({ variant = 'default', ...props }) => (_jsx(Icon, { viewBox: variant === 'bordered' ? '0 0 20 20' : '0 0 16 16', element: variants[variant], ...props }));
81
8
  export default IconCircleCheckmark;
9
+ //# sourceMappingURL=IconCircleCheckmark.js.map