@driveflux/beam 1.9.18 → 1.9.19

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 (236) hide show
  1. package/dist/accordion/Accordion.js +7 -133
  2. package/dist/accordion/Accordion.js.map +1 -1
  3. package/dist/accordion/Accordion.stories.js +11 -31
  4. package/dist/alert/Alert.js +14 -110
  5. package/dist/alert/Alert.stories.js +15 -50
  6. package/dist/animations/LoadingAnimation.js +21 -34
  7. package/dist/badge/Badge.js +7 -96
  8. package/dist/badge/Badge.stories.js +7 -28
  9. package/dist/box/Box.d.ts +1 -1
  10. package/dist/box/Box.d.ts.map +1 -1
  11. package/dist/box/Box.js +3 -87
  12. package/dist/box/Box.stories.js +7 -8
  13. package/dist/breadcrumbs/Breadcrumbs.js +28 -288
  14. package/dist/breadcrumbs/Breadcrumbs.stories.js +27 -51
  15. package/dist/button/Button.d.ts +1 -1
  16. package/dist/button/Button.js +12 -124
  17. package/dist/button/Button.stories.js +7 -35
  18. package/dist/card/Card.js +7 -109
  19. package/dist/card/Card.stories.js +7 -10
  20. package/dist/carousel/Carousel.js +58 -279
  21. package/dist/carousel/Carousel.stories.js +7 -39
  22. package/dist/carousel/CarouselButton.js +7 -68
  23. package/dist/center/Center.js +3 -63
  24. package/dist/center/Center.stories.js +7 -19
  25. package/dist/checkbox/Checkbox.js +4 -115
  26. package/dist/checkbox/Checkbox.stories.js +8 -10
  27. package/dist/chip/Chip.js +3 -104
  28. package/dist/chip/Chip.stories.js +7 -19
  29. package/dist/circular-progress/CircularProgress.js +11 -150
  30. package/dist/circular-progress/CircularProgress.stories.js +14 -54
  31. package/dist/command/command.js +13 -170
  32. package/dist/datepicker/DatePicker.d.ts +24 -2
  33. package/dist/datepicker/DatePicker.d.ts.map +1 -1
  34. package/dist/datepicker/DatePicker.js +24 -123
  35. package/dist/datepicker/DatePicker.js.map +1 -1
  36. package/dist/datepicker/DatePicker.stories.js +48 -144
  37. package/dist/datepicker/DatePickerDrawer.d.ts.map +1 -1
  38. package/dist/datepicker/DatePickerDrawer.js +7 -94
  39. package/dist/datepicker/DatePickerDrawer.js.map +1 -1
  40. package/dist/datepicker/DatePickerPopover.d.ts.map +1 -1
  41. package/dist/datepicker/DatePickerPopover.js +28 -192
  42. package/dist/datepicker/DatePickerPopover.js.map +1 -1
  43. package/dist/datepicker/constants.js +4 -3
  44. package/dist/datepicker/utils.js +11 -4
  45. package/dist/dialog/index.js +12 -144
  46. package/dist/divider/Divider.js +3 -63
  47. package/dist/divider/Divider.stories.js +7 -13
  48. package/dist/drawer/index.d.ts +3 -1
  49. package/dist/drawer/index.d.ts.map +1 -1
  50. package/dist/drawer/index.js +12 -157
  51. package/dist/drawer/index.js.map +1 -1
  52. package/dist/dropdown/Dropdown.js +26 -212
  53. package/dist/dropdown/Dropdown.stories.js +22 -109
  54. package/dist/field-wrapper/FieldWrapper.js +3 -136
  55. package/dist/field-wrapper/FieldWrapper.stories.js +28 -124
  56. package/dist/flex/Flex.js +3 -63
  57. package/dist/flex/Flex.stories.js +7 -19
  58. package/dist/grid/Grid.js +3 -63
  59. package/dist/grid/Grid.stories.js +7 -28
  60. package/dist/hooks/use-breakpoint-value.js +14 -77
  61. package/dist/hooks/use-breakpoint-value.js.map +1 -1
  62. package/dist/hooks/use-media-query.js +12 -61
  63. package/dist/hstack/HStack.js +3 -63
  64. package/dist/hstack/HStack.stories.js +7 -19
  65. package/dist/icons/FluxLogo.js +9 -213
  66. package/dist/icons/FluxLogoTable.js +5 -109
  67. package/dist/icons/Icon.js +7 -108
  68. package/dist/icons/Icon.stories.js +7 -12
  69. package/dist/icons/Icon24Hours.js +5 -83
  70. package/dist/icons/IconAccount.js +4 -72
  71. package/dist/icons/IconApplicant.js +5 -78
  72. package/dist/icons/IconArrow.js +6 -78
  73. package/dist/icons/IconArrowBack.js +4 -72
  74. package/dist/icons/IconArrowForward.js +4 -72
  75. package/dist/icons/IconArrowTopLeft.js +4 -70
  76. package/dist/icons/IconBluesharkProductGuide.js +5 -80
  77. package/dist/icons/IconBolt.js +4 -72
  78. package/dist/icons/IconBriefcase.js +4 -72
  79. package/dist/icons/IconBulb.js +4 -72
  80. package/dist/icons/IconCalendar.d.ts.map +1 -1
  81. package/dist/icons/IconCalendar.js +4 -72
  82. package/dist/icons/IconCalendar.js.map +1 -1
  83. package/dist/icons/IconCancelMark.js +4 -72
  84. package/dist/icons/IconCarSUV.js +4 -72
  85. package/dist/icons/IconCarSedan.js +7 -147
  86. package/dist/icons/IconChain.js +5 -79
  87. package/dist/icons/IconCheckmark.js +4 -72
  88. package/dist/icons/IconChevronRight.js +4 -72
  89. package/dist/icons/IconCircle.js +4 -72
  90. package/dist/icons/IconCircleCheckmark.d.ts +1 -0
  91. package/dist/icons/IconCircleCheckmark.d.ts.map +1 -1
  92. package/dist/icons/IconCircleCheckmark.js +5 -77
  93. package/dist/icons/IconCircleCheckmark.js.map +1 -1
  94. package/dist/icons/IconCircleError.js +4 -72
  95. package/dist/icons/IconCircleExclamation.js +6 -104
  96. package/dist/icons/IconCircleMark.js +5 -78
  97. package/dist/icons/IconCircleOutline.js +5 -140
  98. package/dist/icons/IconClock.js +5 -80
  99. package/dist/icons/IconClose.js +4 -72
  100. package/dist/icons/IconConcierge.js +5 -79
  101. package/dist/icons/IconConciergeService.js +5 -87
  102. package/dist/icons/IconCreditCard.js +5 -78
  103. package/dist/icons/IconDash.js +4 -72
  104. package/dist/icons/IconDelivery.js +5 -87
  105. package/dist/icons/IconDetails.js +4 -72
  106. package/dist/icons/IconDot.js +6 -87
  107. package/dist/icons/IconElectricCarFuel.js +5 -80
  108. package/dist/icons/IconEllipsis.js +5 -78
  109. package/dist/icons/IconEnvelope.js +4 -72
  110. package/dist/icons/IconEye.js +5 -79
  111. package/dist/icons/IconFacebook.js +6 -94
  112. package/dist/icons/IconFilter.js +5 -83
  113. package/dist/icons/IconFlagMalaysia.js +5 -141
  114. package/dist/icons/IconGiveKey.js +5 -79
  115. package/dist/icons/IconGlobe.js +4 -70
  116. package/dist/icons/IconGoogle.js +5 -87
  117. package/dist/icons/IconHome.js +5 -78
  118. package/dist/icons/IconHostAdvertise.js +4 -72
  119. package/dist/icons/IconHostCar.js +4 -75
  120. package/dist/icons/IconHostCash.js +5 -91
  121. package/dist/icons/IconHostHandle.js +4 -70
  122. package/dist/icons/IconHostLocation.js +4 -70
  123. package/dist/icons/IconHostPayment.js +5 -91
  124. package/dist/icons/IconHostService.js +5 -79
  125. package/dist/icons/IconHotDeals.js +4 -72
  126. package/dist/icons/IconInfo.js +5 -77
  127. package/dist/icons/IconInstagram.js +4 -72
  128. package/dist/icons/IconInsurance.js +5 -99
  129. package/dist/icons/IconInternet.js +4 -73
  130. package/dist/icons/IconInventory.js +5 -78
  131. package/dist/icons/IconLaurel.js +5 -101
  132. package/dist/icons/IconLinkedIn.js +4 -72
  133. package/dist/icons/IconLoading.js +4 -78
  134. package/dist/icons/IconLocation.js +5 -80
  135. package/dist/icons/IconLock.js +4 -73
  136. package/dist/icons/IconLogistics.js +4 -72
  137. package/dist/icons/IconMail.js +5 -94
  138. package/dist/icons/IconMember.js +5 -78
  139. package/dist/icons/IconMobilePen.js +5 -83
  140. package/dist/icons/IconMotorcycleMoped.js +5 -78
  141. package/dist/icons/IconNoCost.js +5 -92
  142. package/dist/icons/IconPDF.js +5 -80
  143. package/dist/icons/IconPencil.js +4 -70
  144. package/dist/icons/IconPhone.js +4 -70
  145. package/dist/icons/IconPlus.js +4 -72
  146. package/dist/icons/IconPricing.js +4 -72
  147. package/dist/icons/IconProtected.js +4 -71
  148. package/dist/icons/IconPsychology.js +4 -72
  149. package/dist/icons/IconQuestionTooltip.js +4 -73
  150. package/dist/icons/IconQuote.js +4 -72
  151. package/dist/icons/IconRate.js +4 -71
  152. package/dist/icons/IconRegister.js +5 -99
  153. package/dist/icons/IconReturn.js +4 -72
  154. package/dist/icons/IconSearch.js +4 -70
  155. package/dist/icons/IconSecure.js +4 -71
  156. package/dist/icons/IconSecurity.js +4 -73
  157. package/dist/icons/IconSedanOutline.js +5 -159
  158. package/dist/icons/IconSelectArrow.js +6 -78
  159. package/dist/icons/IconSort.js +5 -79
  160. package/dist/icons/IconSortListed.js +5 -95
  161. package/dist/icons/IconSortPriceAscending.js +5 -83
  162. package/dist/icons/IconSortPriceDescending.js +5 -83
  163. package/dist/icons/IconSortYear.js +5 -79
  164. package/dist/icons/IconSpan.js +4 -71
  165. package/dist/icons/IconSpeaker.js +4 -79
  166. package/dist/icons/IconSpecialCar.js +5 -95
  167. package/dist/icons/IconStar.js +7 -92
  168. package/dist/icons/IconStockPhoto.js +5 -95
  169. package/dist/icons/IconSubscription.js +6 -113
  170. package/dist/icons/IconSubscriptions.js +6 -113
  171. package/dist/icons/IconSwap.js +5 -79
  172. package/dist/icons/IconTax.js +4 -72
  173. package/dist/icons/IconThinArrow.js +6 -78
  174. package/dist/icons/IconThumbsdown.js +5 -78
  175. package/dist/icons/IconThumbsup.js +5 -78
  176. package/dist/icons/IconTool.js +4 -72
  177. package/dist/icons/IconTooltip.js +4 -73
  178. package/dist/icons/IconTrash.js +4 -72
  179. package/dist/icons/IconTriangleExclamation.js +4 -72
  180. package/dist/icons/IconTyersBrakes.js +5 -83
  181. package/dist/icons/IconTyre.js +5 -83
  182. package/dist/icons/IconVacancy.js +5 -78
  183. package/dist/icons/IconVolunteer.js +4 -72
  184. package/dist/icons/IconWhatsapp.js +4 -73
  185. package/dist/icons/IconXPlatform.js +4 -72
  186. package/dist/icons/IconZeroEffort.js +5 -77
  187. package/dist/icons/Logo.js +3 -99
  188. package/dist/input/Input.js +11 -125
  189. package/dist/input/Input.stories.js +18 -17
  190. package/dist/input-mask/InputMask.js +10 -96
  191. package/dist/input-mask/InputMask.stories.js +6 -5
  192. package/dist/input-mask/mask-trackers.js +5 -4
  193. package/dist/input-select/InputSelect.d.ts.map +1 -1
  194. package/dist/input-select/InputSelect.js +69 -357
  195. package/dist/input-select/InputSelect.js.map +1 -1
  196. package/dist/input-select/InputSelect.stories.d.ts.map +1 -1
  197. package/dist/input-select/InputSelect.stories.js +18 -54
  198. package/dist/popover/popover.js +4 -72
  199. package/dist/progress/Progress.js +2 -96
  200. package/dist/progress/Progress.stories.js +14 -13
  201. package/dist/radio/Radio.js +4 -163
  202. package/dist/scroll-area/scroll-area.js +5 -113
  203. package/dist/search-input-select/SearchInputSelect.js +69 -346
  204. package/dist/select/Select.d.ts.map +1 -1
  205. package/dist/select/Select.js +30 -300
  206. package/dist/select/Select.js.map +1 -1
  207. package/dist/select/Select.stories.d.ts.map +1 -1
  208. package/dist/select/Select.stories.js +19 -55
  209. package/dist/skeleton/Skeleton.js +3 -62
  210. package/dist/skeleton/Skeleton.stories.js +7 -8
  211. package/dist/slider/Slider.js +5 -106
  212. package/dist/slider/Slider.stories.js +11 -12
  213. package/dist/stack/Stack.js +3 -63
  214. package/dist/stack/Stack.stories.js +7 -19
  215. package/dist/styles.css +98 -2
  216. package/dist/table/Table.js +10 -131
  217. package/dist/table/Table.stories.js +8 -84
  218. package/dist/tabs/Tabs.js +9 -128
  219. package/dist/tabs/Tabs.stories.js +13 -46
  220. package/dist/text/Text.d.ts +2 -1
  221. package/dist/text/Text.d.ts.map +1 -1
  222. package/dist/text/Text.js +6 -88
  223. package/dist/text/Text.js.map +1 -1
  224. package/dist/text/Text.stories.js +7 -44
  225. package/dist/toast/Toast.stories.js +14 -66
  226. package/dist/toast/ToastBox.js +24 -71
  227. package/dist/toast/index.js +1 -0
  228. package/dist/toast/sonner.js +11 -70
  229. package/dist/toggle/Toggle.js +7 -116
  230. package/dist/toggle/Toggle.stories.js +8 -10
  231. package/dist/tooltip/Tooltip.js +12 -151
  232. package/dist/tooltip/Tooltip.stories.js +13 -71
  233. package/dist/utils.js +2 -4
  234. package/dist/vstack/VStack.js +3 -63
  235. package/dist/vstack/VStack.stories.js +7 -19
  236. 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,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: "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",
62
- fill: 'currentColor'
63
- })
64
- })
65
- };
66
- var IconCircle = 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: "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' }) })),
75
5
  };
6
+ const IconCircle = ({ viewBox = '0 0 12 12', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
76
7
  export default IconCircle;
8
+ //# sourceMappingURL=IconCircle.js.map
@@ -2,6 +2,7 @@ import type { FC } from 'react';
2
2
  import { type IconProps } from './Icon';
3
3
  declare const variants: {
4
4
  default: import("react/jsx-runtime").JSX.Element;
5
+ bordered: import("react/jsx-runtime").JSX.Element;
5
6
  };
6
7
  declare const IconCircleCheckmark: FC<IconProps<typeof variants>>;
7
8
  export default IconCircleCheckmark;
@@ -1 +1 @@
1
- {"version":3,"file":"IconCircleCheckmark.d.ts","sourceRoot":"","sources":["../../src/icons/IconCircleCheckmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC/B,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAA;AAE7C,QAAA,MAAM,QAAQ;;CASb,CAAA;AAED,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,SAAS,CAAC,OAAO,QAAQ,CAAC,CAIe,CAAA;AAEvE,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"IconCircleCheckmark.d.ts","sourceRoot":"","sources":["../../src/icons/IconCircleCheckmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC/B,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAA;AAE7C,QAAA,MAAM,QAAQ;;;CAiBb,CAAA;AAED,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,SAAS,CAAC,OAAO,QAAQ,CAAC,CASvD,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -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
@@ -1 +1 @@
1
- {"version":3,"file":"IconCircleCheckmark.js","sourceRoot":"","sources":["../../src/icons/IconCircleCheckmark.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAA;AAE7C,MAAM,QAAQ,GAAG;IAChB,OAAO,EAAE,CACR,4BACC,eACC,CAAC,EAAC,+MAA+M,EACjN,IAAI,EAAC,cAAc,GAClB,GACA,CACH;CACD,CAAA;AAED,MAAM,mBAAmB,GAAmC,CAAC,EAC5D,OAAO,GAAG,WAAW,EACrB,OAAO,GAAG,SAAS,EACnB,GAAG,KAAK,EACR,EAAE,EAAE,CAAC,KAAC,IAAI,IAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,KAAM,KAAK,GAAI,CAAA;AAEvE,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"IconCircleCheckmark.js","sourceRoot":"","sources":["../../src/icons/IconCircleCheckmark.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAA;AAE7C,MAAM,QAAQ,GAAG;IAChB,OAAO,EAAE,CACR,4BACC,eACC,CAAC,EAAC,+MAA+M,EACjN,IAAI,EAAC,cAAc,GAClB,GACA,CACH;IACD,QAAQ,EAAE,CACT,4BACC,eACC,CAAC,EAAC,27BAA27B,EAC77B,IAAI,EAAC,cAAc,GAClB,GACA,CACH;CACD,CAAA;AAED,MAAM,mBAAmB,GAAmC,CAAC,EAC5D,OAAO,GAAG,SAAS,EACnB,GAAG,KAAK,EACR,EAAE,EAAE,CAAC,CACL,KAAC,IAAI,IACJ,OAAO,EAAE,OAAO,KAAK,UAAU,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,WAAW,EAC3D,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,KACtB,KAAK,GACR,CACF,CAAA;AAED,eAAe,mBAAmB,CAAA"}