@driveflux/beam 2.0.9 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/accordion/Accordion.js +7 -133
- package/dist/accordion/Accordion.stories.js +11 -31
- package/dist/alert/Alert.js +14 -110
- package/dist/alert/Alert.stories.js +15 -50
- package/dist/animations/LoadingAnimation.js +21 -34
- package/dist/badge/Badge.js +7 -96
- package/dist/badge/Badge.stories.js +7 -28
- package/dist/base-styles.css +264 -96
- package/dist/box/Box.d.ts.map +1 -1
- package/dist/box/Box.js +3 -87
- package/dist/box/Box.stories.js +7 -8
- package/dist/breadcrumbs/Breadcrumbs.js +28 -288
- package/dist/breadcrumbs/Breadcrumbs.stories.js +27 -51
- package/dist/button/Button.js +12 -124
- package/dist/button/Button.stories.js +7 -35
- package/dist/card/Card.js +7 -109
- package/dist/card/Card.stories.js +7 -10
- package/dist/carousel/Carousel.js +58 -281
- package/dist/carousel/Carousel.js.map +1 -1
- package/dist/carousel/Carousel.stories.js +7 -39
- package/dist/carousel/CarouselButton.js +7 -68
- package/dist/center/Center.js +3 -63
- package/dist/center/Center.stories.js +7 -19
- package/dist/checkbox/Checkbox.js +4 -124
- package/dist/checkbox/Checkbox.stories.js +8 -10
- package/dist/chip/Chip.js +3 -104
- package/dist/chip/Chip.stories.js +7 -19
- package/dist/circular-progress/CircularProgress.js +11 -150
- package/dist/circular-progress/CircularProgress.stories.js +14 -54
- package/dist/command/command.js +13 -170
- package/dist/command/command.js.map +1 -1
- package/dist/datepicker/DatePicker.d.ts +2 -2
- package/dist/datepicker/DatePicker.d.ts.map +1 -1
- package/dist/datepicker/DatePicker.js +27 -127
- package/dist/datepicker/DatePicker.js.map +1 -1
- package/dist/datepicker/DatePicker.stories.js +58 -163
- package/dist/datepicker/DatePickerDrawer.js +14 -110
- package/dist/datepicker/DatePickerPopover.js +35 -207
- package/dist/datepicker/DatePickerPopover.js.map +1 -1
- package/dist/datepicker/constants.js +4 -3
- package/dist/datepicker/root-calendar.css +58 -58
- package/dist/datepicker/utils.js +11 -4
- package/dist/dialog/index.js +12 -144
- package/dist/divider/Divider.js +3 -63
- package/dist/divider/Divider.js.map +1 -1
- package/dist/divider/Divider.stories.js +7 -13
- package/dist/drawer/index.js +12 -157
- package/dist/drawer/index.js.map +1 -1
- package/dist/dropdown/Dropdown.js +26 -212
- package/dist/dropdown/Dropdown.js.map +1 -1
- package/dist/dropdown/Dropdown.stories.js +22 -109
- package/dist/field-wrapper/FieldWrapper.js +3 -139
- package/dist/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/field-wrapper/FieldWrapper.stories.js +28 -124
- package/dist/flex/Flex.js +3 -63
- package/dist/flex/Flex.stories.js +7 -19
- package/dist/grid/Grid.js +3 -63
- package/dist/grid/Grid.stories.js +7 -28
- package/dist/hooks/use-breakpoint-value.js +14 -77
- package/dist/hooks/use-media-query.js +12 -61
- package/dist/hstack/HStack.js +3 -63
- package/dist/hstack/HStack.stories.js +7 -19
- package/dist/icons/FluxLogo.js +9 -213
- package/dist/icons/FluxLogoTable.js +5 -109
- package/dist/icons/Icon.js +7 -108
- package/dist/icons/Icon.stories.js +7 -12
- package/dist/icons/Icon24Hours.js +5 -83
- package/dist/icons/IconAcceleration.js +4 -72
- package/dist/icons/IconAccount.js +4 -72
- package/dist/icons/IconApplicant.js +5 -78
- package/dist/icons/IconArrow.js +6 -78
- package/dist/icons/IconArrowBack.js +4 -72
- package/dist/icons/IconArrowForward.js +4 -72
- package/dist/icons/IconArrowTopLeft.js +4 -70
- package/dist/icons/IconBluesharkProductGuide.js +5 -80
- package/dist/icons/IconBolt.js +4 -72
- package/dist/icons/IconBriefcase.js +4 -72
- package/dist/icons/IconBulb.js +4 -72
- package/dist/icons/IconCalendar.js +4 -72
- package/dist/icons/IconCalendarArrowBack.js +4 -72
- package/dist/icons/IconCalendarArrowForward.js +4 -72
- package/dist/icons/IconCalendarDoubleArrowBack.js +4 -72
- package/dist/icons/IconCalendarDoubleArrowForward.js +4 -72
- package/dist/icons/IconCancel.js +6 -85
- package/dist/icons/IconCancelMark.js +4 -72
- package/dist/icons/IconCarSUV.js +4 -72
- package/dist/icons/IconCarSedan.js +7 -147
- package/dist/icons/IconChain.js +5 -79
- package/dist/icons/IconCheckmark.js +4 -72
- package/dist/icons/IconChevronRight.js +4 -72
- package/dist/icons/IconCircle.js +11 -114
- package/dist/icons/IconCircleCheckmark.js +5 -77
- package/dist/icons/IconCircleError.js +4 -72
- package/dist/icons/IconCircleExclamation.js +6 -104
- package/dist/icons/IconCircleMark.js +5 -78
- package/dist/icons/IconCircleOutline.js +5 -140
- package/dist/icons/IconClock.js +5 -80
- package/dist/icons/IconClose.js +4 -72
- package/dist/icons/IconConcierge.js +5 -79
- package/dist/icons/IconConciergeService.js +5 -87
- package/dist/icons/IconCreditCard.js +5 -78
- package/dist/icons/IconDash.js +4 -72
- package/dist/icons/IconDeliver.js +4 -72
- package/dist/icons/IconDelivery.js +5 -87
- package/dist/icons/IconDetails.js +4 -72
- package/dist/icons/IconDot.js +6 -87
- package/dist/icons/IconDot.js.map +1 -1
- package/dist/icons/IconEVCharging.js +5 -79
- package/dist/icons/IconElectricCarFuel.js +5 -80
- package/dist/icons/IconEllipsis.js +5 -78
- package/dist/icons/IconEnvelope.js +4 -72
- package/dist/icons/IconEye.js +5 -79
- package/dist/icons/IconFacebook.js +6 -94
- package/dist/icons/IconFilter.js +5 -83
- package/dist/icons/IconFlagMalaysia.js +5 -141
- package/dist/icons/IconGiveKey.js +5 -79
- package/dist/icons/IconGlobe.js +4 -70
- package/dist/icons/IconGoogle.js +5 -87
- package/dist/icons/IconHome.js +5 -78
- package/dist/icons/IconHostAdvertise.js +4 -72
- package/dist/icons/IconHostCar.js +4 -75
- package/dist/icons/IconHostCash.js +5 -91
- package/dist/icons/IconHostHandle.js +4 -70
- package/dist/icons/IconHostLocation.js +4 -70
- package/dist/icons/IconHostPayment.js +5 -91
- package/dist/icons/IconHostService.js +5 -79
- package/dist/icons/IconHotDeals.js +4 -72
- package/dist/icons/IconInfo.js +5 -77
- package/dist/icons/IconInstagram.js +4 -72
- package/dist/icons/IconInsurance.js +5 -99
- package/dist/icons/IconInternet.js +4 -73
- package/dist/icons/IconInventory.js +5 -78
- package/dist/icons/IconLaurel.js +5 -101
- package/dist/icons/IconLinkedIn.js +4 -72
- package/dist/icons/IconLoading.js +4 -78
- package/dist/icons/IconLocation.js +5 -80
- package/dist/icons/IconLock.js +4 -73
- package/dist/icons/IconLogistics.js +4 -72
- package/dist/icons/IconMail.js +5 -94
- package/dist/icons/IconMember.js +5 -78
- package/dist/icons/IconMobilePen.js +5 -83
- package/dist/icons/IconMotorcycleMoped.js +5 -78
- package/dist/icons/IconNoCost.js +5 -92
- package/dist/icons/IconPDF.js +5 -80
- package/dist/icons/IconPencil.js +4 -70
- package/dist/icons/IconPhone.js +4 -70
- package/dist/icons/IconPlus.js +4 -72
- package/dist/icons/IconPricing.js +4 -72
- package/dist/icons/IconProtected.js +4 -71
- package/dist/icons/IconPsychology.js +4 -72
- package/dist/icons/IconQuestionTooltip.js +4 -73
- package/dist/icons/IconQuote.js +4 -72
- package/dist/icons/IconRate.js +4 -71
- package/dist/icons/IconRegister.js +5 -99
- package/dist/icons/IconReturn.js +4 -72
- package/dist/icons/IconSearch.js +4 -70
- package/dist/icons/IconSecure.js +4 -71
- package/dist/icons/IconSecurity.js +4 -73
- package/dist/icons/IconSedanOutline.js +5 -159
- package/dist/icons/IconSelectArrow.js +6 -78
- package/dist/icons/IconSort.js +5 -79
- package/dist/icons/IconSortListed.js +5 -95
- package/dist/icons/IconSortPriceAscending.js +5 -83
- package/dist/icons/IconSortPriceDescending.js +5 -83
- package/dist/icons/IconSortYear.js +5 -79
- package/dist/icons/IconSpan.js +4 -71
- package/dist/icons/IconSpeaker.js +4 -79
- package/dist/icons/IconSpecialCar.js +5 -95
- package/dist/icons/IconStar.js +7 -92
- package/dist/icons/IconStockPhoto.js +5 -95
- package/dist/icons/IconSubscription.js +6 -113
- package/dist/icons/IconSubscriptions.js +6 -113
- package/dist/icons/IconSwap.js +5 -79
- package/dist/icons/IconTax.js +4 -72
- package/dist/icons/IconThinArrow.js +6 -78
- package/dist/icons/IconThumbsdown.js +5 -78
- package/dist/icons/IconThumbsup.js +5 -78
- package/dist/icons/IconTool.js +4 -72
- package/dist/icons/IconTooltip.js +4 -73
- package/dist/icons/IconTrash.js +4 -72
- package/dist/icons/IconTriangleExclamation.js +4 -72
- package/dist/icons/IconTyersBrakes.js +5 -83
- package/dist/icons/IconTyre.js +5 -83
- package/dist/icons/IconVacancy.js +5 -78
- package/dist/icons/IconVolunteer.js +4 -72
- package/dist/icons/IconWhatsapp.js +4 -73
- package/dist/icons/IconXPlatform.js +4 -72
- package/dist/icons/IconZeroEffort.js +5 -77
- package/dist/icons/Logo.js +3 -99
- package/dist/input/Input.js +11 -125
- package/dist/input/Input.stories.js +18 -17
- package/dist/input-mask/InputMask.js +11 -149
- package/dist/input-mask/InputMask.stories.js +6 -5
- package/dist/input-mask/mask-trackers.js +5 -4
- package/dist/input-select/InputSelect.js +68 -357
- package/dist/input-select/InputSelect.js.map +1 -1
- package/dist/input-select/InputSelect.stories.d.ts.map +1 -1
- package/dist/input-select/InputSelect.stories.js +25 -98
- package/dist/popover/popover.js +4 -72
- package/dist/popover/popover.js.map +1 -1
- package/dist/progress/Progress.js +2 -96
- package/dist/progress/Progress.stories.js +14 -13
- package/dist/radio/Radio.js +4 -163
- package/dist/scroll-area/scroll-area.js +5 -113
- package/dist/scroll-area/scroll-area.js.map +1 -1
- package/dist/search-input-select/SearchInputSelect.js +69 -346
- package/dist/search-input-select/SearchInputSelect.js.map +1 -1
- package/dist/select/Select.js +29 -315
- package/dist/select/Select.js.map +1 -1
- package/dist/select/Select.stories.d.ts.map +1 -1
- package/dist/select/Select.stories.js +19 -55
- package/dist/skeleton/Skeleton.js +3 -62
- package/dist/skeleton/Skeleton.stories.js +7 -8
- package/dist/slider/Slider.js +5 -106
- package/dist/slider/Slider.stories.js +11 -12
- package/dist/stack/Stack.js +3 -63
- package/dist/stack/Stack.stories.js +7 -19
- package/dist/styles.css +2787 -3282
- package/dist/table/Table.js +10 -131
- package/dist/table/Table.stories.js +8 -84
- package/dist/tabs/Tabs.js +9 -128
- package/dist/tabs/Tabs.js.map +1 -1
- package/dist/tabs/Tabs.stories.js +13 -46
- package/dist/text/Text.d.ts.map +1 -1
- package/dist/text/Text.js +6 -88
- package/dist/text/Text.stories.js +7 -44
- package/dist/toast/Toast.stories.js +14 -66
- package/dist/toast/ToastBox.js +24 -71
- package/dist/toast/index.js +1 -0
- package/dist/toast/sonner.js +11 -70
- package/dist/toggle/Toggle.js +7 -116
- package/dist/toggle/Toggle.stories.js +8 -10
- package/dist/tooltip/Tooltip.js +12 -151
- package/dist/tooltip/Tooltip.stories.js +13 -71
- package/dist/utils.js +2 -4
- package/dist/vstack/VStack.js +3 -63
- package/dist/vstack/VStack.stories.js +7 -19
- package/package.json +4 -4
- package/dist/icons/IconCollapseAll.d.ts +0 -8
- package/dist/icons/IconCollapseAll.d.ts.map +0 -1
- package/dist/icons/IconCollapseAll.js +0 -97
- package/dist/icons/IconCollapseAll.js.map +0 -1
- package/dist/icons/IconDownload.d.ts +0 -8
- package/dist/icons/IconDownload.d.ts.map +0 -1
- package/dist/icons/IconDownload.js +0 -82
- package/dist/icons/IconExpandAll.d.ts +0 -8
- package/dist/icons/IconExpandAll.d.ts.map +0 -1
- package/dist/icons/IconExpandAll.js +0 -97
- package/dist/icons/IconExpandAll.js.map +0 -1
- package/dist/icons/IconReport.d.ts +0 -9
- package/dist/icons/IconReport.d.ts.map +0 -1
- package/dist/icons/IconReport.js +0 -92
- package/dist/icons/IconReport.js.map +0 -1
|
@@ -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
|
-
|
|
59
|
-
default:
|
|
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
|
-
|
|
59
|
-
default:
|
|
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
|
package/dist/icons/IconCircle.js
CHANGED
|
@@ -1,119 +1,16 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
59
|
-
default:
|
|
60
|
-
|
|
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
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
"
|
|
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
|
|
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
|
-
|
|
59
|
-
default:
|
|
60
|
-
|
|
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,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
|
-
|
|
59
|
-
default:
|
|
60
|
-
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
-
d: "M8 0C3.864 0 0.5 3.364 0.5 7.5C0.5 11.636 3.864 15 8 15C12.136 15 15.5 11.636 15.5 7.5C15.5 3.364 12.136 0 8 0ZM7.376 10H8.624V11.248H7.376V10ZM8.624 8.748H7.376V3.748H8.624V8.748Z",
|
|
62
|
-
fill: "#E24657"
|
|
63
|
-
})
|
|
64
|
-
})
|
|
65
|
-
};
|
|
66
|
-
var IconCircleError = function(_param) {
|
|
67
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 16 15' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
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: "M8 0C3.864 0 0.5 3.364 0.5 7.5C0.5 11.636 3.864 15 8 15C12.136 15 15.5 11.636 15.5 7.5C15.5 3.364 12.136 0 8 0ZM7.376 10H8.624V11.248H7.376V10ZM8.624 8.748H7.376V3.748H8.624V8.748Z", fill: "#E24657" }) })),
|
|
75
5
|
};
|
|
6
|
+
const IconCircleError = ({ viewBox = '0 0 16 15', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
76
7
|
export default IconCircleError;
|
|
8
|
+
//# sourceMappingURL=IconCircleError.js.map
|
|
@@ -1,107 +1,9 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
59
|
-
default:
|
|
60
|
-
|
|
61
|
-
d: "M9 0C4.0368 0 0 4.0368 0 9C0 13.9632 4.0368 18 9 18C13.9632 18 18 13.9632 18 9C18 4.0368 13.9632 0 9 0ZM8.2512 12H9.7488V13.4976H8.2512V12V12ZM9.7488 10.4976H8.2512V4.4976H9.7488V10.4976Z",
|
|
62
|
-
fill: "currentColor"
|
|
63
|
-
})
|
|
64
|
-
}),
|
|
65
|
-
outline: /*#__PURE__*/ _jsxs(_Fragment, {
|
|
66
|
-
children: [
|
|
67
|
-
/*#__PURE__*/ _jsxs("g", {
|
|
68
|
-
clipPath: "url(#clip0_2840_34805)",
|
|
69
|
-
children: [
|
|
70
|
-
/*#__PURE__*/ _jsx("path", {
|
|
71
|
-
d: "M8 2C4.6912 2 2 4.6912 2 8C2 11.3088 4.6912 14 8 14C11.3088 14 14 11.3088 14 8C14 4.6912 11.3088 2 8 2ZM8 3.0016C10.768 3.0016 12.9984 5.2352 12.9984 8C12.9984 10.7648 10.768 12.9984 8 12.9984C5.232 12.9984 3.0016 10.768 3.0016 8C3.0016 5.232 5.232 3.0016 8 3.0016Z",
|
|
72
|
-
fill: "#E24657"
|
|
73
|
-
}),
|
|
74
|
-
/*#__PURE__*/ _jsx("path", {
|
|
75
|
-
d: "M8.49938 4.99841H7.50098V8.99841H8.49938V4.99841Z",
|
|
76
|
-
fill: "#E24657"
|
|
77
|
-
}),
|
|
78
|
-
/*#__PURE__*/ _jsx("path", {
|
|
79
|
-
d: "M8.49938 10H7.50098V10.9984H8.49938V10Z",
|
|
80
|
-
fill: "#E24657"
|
|
81
|
-
})
|
|
82
|
-
]
|
|
83
|
-
}),
|
|
84
|
-
/*#__PURE__*/ _jsx("defs", {
|
|
85
|
-
children: /*#__PURE__*/ _jsx("clipPath", {
|
|
86
|
-
id: "clip0_2840_34805",
|
|
87
|
-
children: /*#__PURE__*/ _jsx("rect", {
|
|
88
|
-
width: "16",
|
|
89
|
-
height: "16",
|
|
90
|
-
fill: "white"
|
|
91
|
-
})
|
|
92
|
-
})
|
|
93
|
-
})
|
|
94
|
-
]
|
|
95
|
-
})
|
|
96
|
-
};
|
|
97
|
-
var IconCircleExclamation = function(_param) {
|
|
98
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 18 18' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
99
|
-
"viewBox",
|
|
100
|
-
"variant"
|
|
101
|
-
]);
|
|
102
|
-
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
103
|
-
viewBox: viewBox,
|
|
104
|
-
element: variants[variant]
|
|
105
|
-
}, props));
|
|
3
|
+
const variants = {
|
|
4
|
+
default: (_jsx(_Fragment, { children: _jsx("path", { d: "M9 0C4.0368 0 0 4.0368 0 9C0 13.9632 4.0368 18 9 18C13.9632 18 18 13.9632 18 9C18 4.0368 13.9632 0 9 0ZM8.2512 12H9.7488V13.4976H8.2512V12V12ZM9.7488 10.4976H8.2512V4.4976H9.7488V10.4976Z", fill: "currentColor" }) })),
|
|
5
|
+
outline: (_jsxs(_Fragment, { children: [_jsxs("g", { clipPath: "url(#clip0_2840_34805)", children: [_jsx("path", { d: "M8 2C4.6912 2 2 4.6912 2 8C2 11.3088 4.6912 14 8 14C11.3088 14 14 11.3088 14 8C14 4.6912 11.3088 2 8 2ZM8 3.0016C10.768 3.0016 12.9984 5.2352 12.9984 8C12.9984 10.7648 10.768 12.9984 8 12.9984C5.232 12.9984 3.0016 10.768 3.0016 8C3.0016 5.232 5.232 3.0016 8 3.0016Z", fill: "#E24657" }), _jsx("path", { d: "M8.49938 4.99841H7.50098V8.99841H8.49938V4.99841Z", fill: "#E24657" }), _jsx("path", { d: "M8.49938 10H7.50098V10.9984H8.49938V10Z", fill: "#E24657" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_2840_34805", children: _jsx("rect", { width: "16", height: "16", fill: "white" }) }) })] })),
|
|
106
6
|
};
|
|
7
|
+
const IconCircleExclamation = ({ viewBox = '0 0 18 18', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
107
8
|
export default IconCircleExclamation;
|
|
9
|
+
//# sourceMappingURL=IconCircleExclamation.js.map
|
|
@@ -1,82 +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
|
-
|
|
59
|
-
on:
|
|
60
|
-
|
|
61
|
-
fill: 'currentColor',
|
|
62
|
-
d: "M8 2C4.6912 2 2 4.6912 2 8C2 11.3088 4.6912 14 8 14C11.3088 14 14 11.3088 14 8C14 4.6912 11.3088 2 8 2ZM5.024 8.2016L5.7248 7.5008L7.3504 9.1264L10.4768 6L11.1776 6.7008L7.3504 10.5248L5.024 8.2016Z"
|
|
63
|
-
})
|
|
64
|
-
}),
|
|
65
|
-
off: /*#__PURE__*/ _jsx(_Fragment, {
|
|
66
|
-
children: /*#__PURE__*/ _jsx("path", {
|
|
67
|
-
fill: 'currentColor',
|
|
68
|
-
d: "M8 2C4.6912 2 2 4.6912 2 8C2 11.3088 4.6912 14 8 14C11.3088 14 14 11.3088 14 8C14 4.6912 11.3088 2 8 2ZM10.608 9.8912L9.888 10.6112L8 8.72L6.1088 10.6112L5.3888 9.8912L7.28 8L5.3888 6.1088L6.1088 5.3888L8 7.28L9.8912 5.3888L10.6112 6.1088L8.72 8L10.608 9.8912Z"
|
|
69
|
-
})
|
|
70
|
-
})
|
|
71
|
-
};
|
|
72
|
-
var IconCircleMark = function(_param) {
|
|
73
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 16 16' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'on' : _param_variant, props = _object_without_properties(_param, [
|
|
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
|
+
on: (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: "M8 2C4.6912 2 2 4.6912 2 8C2 11.3088 4.6912 14 8 14C11.3088 14 14 11.3088 14 8C14 4.6912 11.3088 2 8 2ZM5.024 8.2016L5.7248 7.5008L7.3504 9.1264L10.4768 6L11.1776 6.7008L7.3504 10.5248L5.024 8.2016Z" }) })),
|
|
5
|
+
off: (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: "M8 2C4.6912 2 2 4.6912 2 8C2 11.3088 4.6912 14 8 14C11.3088 14 14 11.3088 14 8C14 4.6912 11.3088 2 8 2ZM10.608 9.8912L9.888 10.6112L8 8.72L6.1088 10.6112L5.3888 9.8912L7.28 8L5.3888 6.1088L6.1088 5.3888L8 7.28L9.8912 5.3888L10.6112 6.1088L8.72 8L10.608 9.8912Z" }) })),
|
|
81
6
|
};
|
|
7
|
+
const IconCircleMark = ({ viewBox = '0 0 16 16', variant = 'on', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
82
8
|
export default IconCircleMark;
|
|
9
|
+
//# sourceMappingURL=IconCircleMark.js.map
|