@driveflux/beam 3.0.3 → 3.0.4
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 +133 -7
- package/dist/accordion/Accordion.stories.js +31 -11
- package/dist/alert/Alert.js +120 -19
- package/dist/alert/Alert.stories.js +50 -15
- package/dist/animations/LoadingAnimation.js +34 -21
- package/dist/badge/Badge.js +96 -7
- package/dist/badge/Badge.stories.js +28 -7
- package/dist/box/Box.js +87 -3
- package/dist/box/Box.stories.js +8 -7
- package/dist/breadcrumbs/Breadcrumbs.js +288 -28
- package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
- package/dist/button/Button.js +124 -12
- package/dist/button/Button.stories.js +35 -7
- package/dist/card/Card.js +109 -7
- package/dist/card/Card.stories.js +10 -7
- package/dist/carousel/Carousel.js +281 -58
- package/dist/carousel/Carousel.stories.js +39 -7
- package/dist/carousel/CarouselButton.js +68 -7
- package/dist/center/Center.js +63 -3
- package/dist/center/Center.stories.js +19 -7
- package/dist/checkbox/Checkbox.js +124 -4
- package/dist/checkbox/Checkbox.stories.js +10 -8
- package/dist/chip/Chip.js +104 -3
- package/dist/chip/Chip.stories.js +19 -7
- package/dist/circular-progress/CircularProgress.js +150 -11
- package/dist/circular-progress/CircularProgress.stories.js +54 -14
- package/dist/command/command.js +170 -13
- package/dist/datepicker/DatePicker.js +234 -90
- package/dist/datepicker/DatePicker.stories.js +163 -58
- package/dist/datepicker/DatePickerDrawer.js +116 -17
- package/dist/datepicker/DatePickerPopover.js +208 -35
- package/dist/datepicker/constants.js +3 -4
- package/dist/datepicker/utils.js +4 -11
- package/dist/dialog/index.js +180 -33
- package/dist/divider/Divider.js +63 -3
- package/dist/divider/Divider.stories.js +13 -7
- package/dist/drawer/index.js +157 -12
- package/dist/dropdown/Dropdown.js +212 -26
- package/dist/dropdown/Dropdown.stories.js +109 -22
- package/dist/field-wrapper/FieldWrapper.js +139 -3
- package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
- package/dist/flex/Flex.js +63 -3
- package/dist/flex/Flex.stories.js +19 -7
- package/dist/grid/Grid.js +63 -3
- package/dist/grid/Grid.stories.js +28 -7
- package/dist/hooks/use-breakpoint-value.js +77 -14
- package/dist/hooks/use-media-query.js +61 -12
- package/dist/hstack/HStack.js +63 -3
- package/dist/hstack/HStack.stories.js +19 -7
- package/dist/icons/FluxLogo.js +213 -9
- package/dist/icons/FluxLogoTable.js +109 -5
- package/dist/icons/Icon.js +108 -7
- package/dist/icons/Icon.stories.js +12 -7
- package/dist/icons/Icon24Hours.js +83 -5
- package/dist/icons/IconAcceleration.js +72 -4
- package/dist/icons/IconAccount.js +72 -4
- package/dist/icons/IconApplicant.js +78 -5
- package/dist/icons/IconArrow.js +78 -6
- package/dist/icons/IconArrowBack.js +72 -4
- package/dist/icons/IconArrowForward.js +72 -4
- package/dist/icons/IconArrowTopLeft.js +70 -4
- package/dist/icons/IconBluesharkProductGuide.js +80 -5
- package/dist/icons/IconBolt.js +72 -4
- package/dist/icons/IconBriefcase.js +72 -4
- package/dist/icons/IconBulb.js +72 -4
- package/dist/icons/IconCalendar.js +72 -4
- package/dist/icons/IconCalendarArrowBack.js +72 -4
- package/dist/icons/IconCalendarArrowForward.js +72 -4
- package/dist/icons/IconCalendarDoubleArrowBack.js +72 -4
- package/dist/icons/IconCalendarDoubleArrowForward.js +72 -4
- package/dist/icons/IconCancel.js +77 -5
- package/dist/icons/IconCancelMark.js +72 -4
- package/dist/icons/IconCarSUV.js +72 -4
- package/dist/icons/IconCarSedan.js +147 -7
- package/dist/icons/IconChain.js +79 -5
- package/dist/icons/IconCheckmark.js +72 -4
- package/dist/icons/IconChevronRight.js +72 -4
- package/dist/icons/IconCircle.js +114 -11
- package/dist/icons/IconCircleCheckmark.js +77 -5
- package/dist/icons/IconCircleError.js +72 -4
- package/dist/icons/IconCircleExclamation.js +104 -6
- package/dist/icons/IconCircleMark.js +78 -5
- package/dist/icons/IconCircleOutline.js +139 -5
- package/dist/icons/IconClock.js +80 -5
- package/dist/icons/IconClose.js +72 -4
- package/dist/icons/IconCollapseAll.js +94 -5
- package/dist/icons/IconConcierge.js +79 -5
- package/dist/icons/IconConciergeService.js +87 -5
- package/dist/icons/IconCreditCard.js +78 -5
- package/dist/icons/IconDash.js +72 -4
- package/dist/icons/IconDeliver.js +72 -4
- package/dist/icons/IconDelivery.js +87 -5
- package/dist/icons/IconDetails.js +72 -4
- package/dist/icons/IconDot.js +87 -6
- package/dist/icons/IconDownload.js +79 -5
- package/dist/icons/IconEVCharging.js +79 -5
- package/dist/icons/IconElectricCarFuel.js +80 -5
- package/dist/icons/IconEllipsis.js +78 -5
- package/dist/icons/IconEnvelope.js +72 -4
- package/dist/icons/IconExpandAll.js +94 -5
- package/dist/icons/IconEye.js +79 -5
- package/dist/icons/IconFacebook.js +94 -6
- package/dist/icons/IconFilter.js +83 -5
- package/dist/icons/IconFlagMalaysia.js +141 -5
- package/dist/icons/IconGiveKey.js +79 -5
- package/dist/icons/IconGlobe.js +70 -4
- package/dist/icons/IconGoogle.js +87 -5
- package/dist/icons/IconHome.js +78 -5
- package/dist/icons/IconHostAdvertise.js +72 -4
- package/dist/icons/IconHostCar.js +75 -4
- package/dist/icons/IconHostCash.js +91 -5
- package/dist/icons/IconHostHandle.js +70 -4
- package/dist/icons/IconHostLocation.js +70 -4
- package/dist/icons/IconHostPayment.js +91 -5
- package/dist/icons/IconHostService.js +79 -5
- package/dist/icons/IconHotDeals.js +72 -4
- package/dist/icons/IconInfo.js +77 -5
- package/dist/icons/IconInstagram.js +72 -4
- package/dist/icons/IconInsurance.js +99 -5
- package/dist/icons/IconInternet.js +73 -4
- package/dist/icons/IconInventory.js +78 -5
- package/dist/icons/IconLaurel.js +101 -5
- package/dist/icons/IconLinkedIn.js +72 -4
- package/dist/icons/IconLoading.js +78 -4
- package/dist/icons/IconLocation.js +80 -5
- package/dist/icons/IconLock.js +73 -4
- package/dist/icons/IconLogistics.js +72 -4
- package/dist/icons/IconMail.js +94 -5
- package/dist/icons/IconMember.js +78 -5
- package/dist/icons/IconMobilePen.js +83 -5
- package/dist/icons/IconMotorcycleMoped.js +78 -5
- package/dist/icons/IconNoCost.js +92 -5
- package/dist/icons/IconPDF.js +80 -5
- package/dist/icons/IconPencil.js +70 -4
- package/dist/icons/IconPhone.js +70 -4
- package/dist/icons/IconPlus.js +72 -4
- package/dist/icons/IconPricing.js +72 -4
- package/dist/icons/IconProtected.js +71 -4
- package/dist/icons/IconPsychology.js +72 -4
- package/dist/icons/IconQuestionTooltip.js +73 -4
- package/dist/icons/IconQuote.js +72 -4
- package/dist/icons/IconRate.js +71 -4
- package/dist/icons/IconRegister.js +99 -5
- package/dist/icons/IconReport.js +89 -6
- package/dist/icons/IconReturn.js +72 -4
- package/dist/icons/IconSearch.js +70 -4
- package/dist/icons/IconSecure.js +71 -4
- package/dist/icons/IconSecurity.js +73 -4
- package/dist/icons/IconSedanOutline.js +159 -5
- package/dist/icons/IconSelectArrow.js +78 -6
- package/dist/icons/IconSort.js +79 -5
- package/dist/icons/IconSortListed.js +95 -5
- package/dist/icons/IconSortPriceAscending.js +83 -5
- package/dist/icons/IconSortPriceDescending.js +83 -5
- package/dist/icons/IconSortYear.js +79 -5
- package/dist/icons/IconSpan.js +71 -4
- package/dist/icons/IconSpeaker.js +79 -4
- package/dist/icons/IconSpecialCar.js +95 -5
- package/dist/icons/IconStar.js +92 -7
- package/dist/icons/IconStockPhoto.js +95 -5
- package/dist/icons/IconSubscription.js +113 -6
- package/dist/icons/IconSubscriptions.js +113 -6
- package/dist/icons/IconSwap.js +79 -5
- package/dist/icons/IconTax.js +72 -4
- package/dist/icons/IconThinArrow.js +78 -6
- package/dist/icons/IconThumbsdown.js +78 -5
- package/dist/icons/IconThumbsup.js +78 -5
- package/dist/icons/IconTool.js +72 -4
- package/dist/icons/IconTooltip.js +73 -4
- package/dist/icons/IconTrash.js +72 -4
- package/dist/icons/IconTriangleExclamation.js +72 -4
- package/dist/icons/IconTyersBrakes.js +83 -5
- package/dist/icons/IconTyre.js +83 -5
- package/dist/icons/IconVacancy.js +78 -5
- package/dist/icons/IconVolunteer.js +72 -4
- package/dist/icons/IconWhatsapp.js +73 -4
- package/dist/icons/IconXPlatform.js +72 -4
- package/dist/icons/IconZeroEffort.js +77 -5
- package/dist/icons/Logo.js +99 -3
- package/dist/input/Input.js +125 -11
- package/dist/input/Input.stories.js +17 -18
- package/dist/input-mask/InputMask.js +149 -11
- package/dist/input-mask/InputMask.stories.js +5 -6
- package/dist/input-mask/mask-trackers.js +4 -5
- package/dist/input-select/InputSelect.js +357 -68
- package/dist/input-select/InputSelect.stories.js +98 -25
- package/dist/popover/popover.js +72 -4
- package/dist/progress/Progress.js +96 -2
- package/dist/progress/Progress.stories.js +13 -14
- package/dist/radio/Radio.js +163 -4
- package/dist/scroll-area/scroll-area.js +113 -5
- package/dist/search-input-select/SearchInputSelect.js +346 -69
- package/dist/select/Select.js +315 -29
- package/dist/select/Select.stories.js +55 -19
- package/dist/skeleton/Skeleton.js +62 -3
- package/dist/skeleton/Skeleton.stories.js +8 -7
- package/dist/slider/Slider.js +106 -5
- package/dist/slider/Slider.stories.js +12 -11
- package/dist/stack/Stack.js +63 -3
- package/dist/stack/Stack.stories.js +19 -7
- package/dist/table/Table.js +131 -10
- package/dist/table/Table.stories.js +84 -8
- package/dist/tabs/Tabs.js +128 -9
- package/dist/tabs/Tabs.stories.js +46 -13
- package/dist/text/Text.js +88 -6
- package/dist/text/Text.stories.js +44 -7
- package/dist/toast/Toast.stories.js +66 -14
- package/dist/toast/ToastBox.js +77 -29
- package/dist/toast/index.js +0 -1
- package/dist/toast/sonner.js +66 -6
- package/dist/toggle/Toggle.js +116 -7
- package/dist/toggle/Toggle.stories.js +10 -8
- package/dist/tooltip/Tooltip.js +151 -12
- package/dist/tooltip/Tooltip.stories.js +71 -13
- package/dist/utils.js +4 -2
- package/dist/vstack/VStack.js +63 -3
- package/dist/vstack/VStack.stories.js +19 -7
- package/package.json +3 -3
package/dist/icons/Icon.js
CHANGED
|
@@ -1,9 +1,110 @@
|
|
|
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 ownKeys(object, enumerableOnly) {
|
|
30
|
+
var keys = Object.keys(object);
|
|
31
|
+
if (Object.getOwnPropertySymbols) {
|
|
32
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
33
|
+
if (enumerableOnly) {
|
|
34
|
+
symbols = symbols.filter(function(sym) {
|
|
35
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
keys.push.apply(keys, symbols);
|
|
39
|
+
}
|
|
40
|
+
return keys;
|
|
41
|
+
}
|
|
42
|
+
function _object_spread_props(target, source) {
|
|
43
|
+
source = source != null ? source : {};
|
|
44
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
45
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
46
|
+
} else {
|
|
47
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
48
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
return target;
|
|
52
|
+
}
|
|
53
|
+
function _object_without_properties(source, excluded) {
|
|
54
|
+
if (source == null) return {};
|
|
55
|
+
var target = _object_without_properties_loose(source, excluded);
|
|
56
|
+
var key, i;
|
|
57
|
+
if (Object.getOwnPropertySymbols) {
|
|
58
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
59
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
60
|
+
key = sourceSymbolKeys[i];
|
|
61
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
62
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
63
|
+
target[key] = source[key];
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return target;
|
|
67
|
+
}
|
|
68
|
+
function _object_without_properties_loose(source, excluded) {
|
|
69
|
+
if (source == null) return {};
|
|
70
|
+
var target = {};
|
|
71
|
+
var sourceKeys = Object.keys(source);
|
|
72
|
+
var key, i;
|
|
73
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
74
|
+
key = sourceKeys[i];
|
|
75
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
76
|
+
target[key] = source[key];
|
|
77
|
+
}
|
|
78
|
+
return target;
|
|
79
|
+
}
|
|
1
80
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
81
|
+
var Icon = function(_param) {
|
|
82
|
+
var _param_size = _param.size, size = _param_size === void 0 ? '24px' : _param_size, viewBox = _param.viewBox, element = _param.element, fill = _param.fill, color = _param.color, width = _param.width, height = _param.height, title = _param.title, props = _object_without_properties(_param, [
|
|
83
|
+
"size",
|
|
84
|
+
"viewBox",
|
|
85
|
+
"element",
|
|
86
|
+
"fill",
|
|
87
|
+
"color",
|
|
88
|
+
"width",
|
|
89
|
+
"height",
|
|
90
|
+
"title"
|
|
91
|
+
]);
|
|
92
|
+
return /*#__PURE__*/ _jsxs("svg", _object_spread_props(_object_spread({
|
|
93
|
+
viewBox: viewBox,
|
|
94
|
+
style: {
|
|
95
|
+
color: fill || color,
|
|
96
|
+
fill: fill || 'currentColor',
|
|
97
|
+
width: width || size,
|
|
98
|
+
height: height || size
|
|
99
|
+
},
|
|
100
|
+
fill: fill || 'currentColor'
|
|
101
|
+
}, props), {
|
|
102
|
+
children: [
|
|
103
|
+
/*#__PURE__*/ _jsx("title", {
|
|
104
|
+
children: title || (element ? 'Icon' : 'No Icon')
|
|
105
|
+
}),
|
|
106
|
+
element
|
|
107
|
+
]
|
|
108
|
+
}));
|
|
109
|
+
};
|
|
8
110
|
export { Icon };
|
|
9
|
-
//# sourceMappingURL=Icon.js.map
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import IconArrowBack from './IconArrowBack.js';
|
|
3
3
|
import IconArrowForward from './IconArrowForward.js';
|
|
4
|
-
|
|
5
|
-
title: 'Icons'
|
|
4
|
+
var meta = {
|
|
5
|
+
title: 'Icons'
|
|
6
6
|
};
|
|
7
7
|
export default meta;
|
|
8
|
-
export
|
|
9
|
-
render: ()
|
|
10
|
-
return
|
|
11
|
-
|
|
8
|
+
export var AllIcons = {
|
|
9
|
+
render: function() {
|
|
10
|
+
return /*#__PURE__*/ _jsxs("div", {
|
|
11
|
+
className: "grid grid-cols-6 gap-4 text-primary3",
|
|
12
|
+
children: [
|
|
13
|
+
/*#__PURE__*/ _jsx(IconArrowBack, {}),
|
|
14
|
+
/*#__PURE__*/ _jsx(IconArrowForward, {})
|
|
15
|
+
]
|
|
16
|
+
});
|
|
17
|
+
}
|
|
12
18
|
};
|
|
13
|
-
//# sourceMappingURL=Icon.stories.js.map
|
|
@@ -1,8 +1,86 @@
|
|
|
1
|
-
|
|
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";
|
|
2
57
|
import { Icon } from './Icon';
|
|
3
|
-
|
|
4
|
-
default:
|
|
58
|
+
var variants = {
|
|
59
|
+
default: /*#__PURE__*/ _jsxs(_Fragment, {
|
|
60
|
+
children: [
|
|
61
|
+
/*#__PURE__*/ _jsx("path", {
|
|
62
|
+
d: "M31.5 16.875C30.9375 10.35 25.7625 5.0625 19.125 4.5C18.7875 4.5 18.3375 4.5 18 4.5C17.6625 4.5 17.2125 4.5 16.875 4.5C13.05 4.8375 9.67495 6.75 7.31245 9.675C7.19995 9.7875 7.08745 10.0125 6.97495 10.125L4.61245 8.4375V15.975C4.49995 15.975 10.9125 13.1625 10.9125 13.1625L8.77495 11.5875C8.77495 11.5875 8.77495 11.475 8.88745 11.3625C10.6875 8.8875 13.6125 7.2 16.7625 6.8625V8.1H19.0125V6.8625C24.3 7.425 28.575 11.5875 29.1375 16.9875H27.9V19.2375H29.1375C28.575 24.525 24.4125 28.8 19.0125 29.3625V28.125H16.7625V29.3625C11.1375 28.8 6.63745 23.9625 6.63745 18.225L4.38745 18.5625C4.61245 25.5375 9.89995 31.05 16.7625 31.6125C17.1 31.6125 17.55 31.6125 17.8875 31.6125C18.225 31.6125 18.675 31.6125 19.0125 31.6125C25.5375 31.05 30.8899 25.875 31.4524 19.2375C31.5001 18.5625 31.5001 18.3375 31.5001 18C31.5001 17.6625 31.5 17.2125 31.5 16.875Z",
|
|
63
|
+
fill: "currentColor"
|
|
64
|
+
}),
|
|
65
|
+
/*#__PURE__*/ _jsx("path", {
|
|
66
|
+
d: "M13.725 18.5625L10.8 20.925V22.3875H17.2125V20.7H13.3875L14.85 19.575C16.425 18.3375 17.1 17.6625 17.1 16.2C17.1 14.5125 15.8625 13.5 14.175 13.5C12.4875 13.5 11.8125 14.175 10.9125 15.3L12.2625 16.425C12.9375 15.6375 13.3875 15.3 14.0625 15.3C14.7375 15.3 15.1875 15.6375 15.1875 16.425C15.1875 17.2125 14.7375 17.6625 13.725 18.45V18.5625Z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ _jsx("path", {
|
|
70
|
+
d: "M22.3876 13.725L17.6626 19.2375L18.0001 20.5875H22.2751V22.5H24.0751V20.5875H25.2001V19.0125H24.0751V13.725H22.5001H22.3876ZM22.1626 19.0125H19.9126L22.1626 16.3125V19.0125Z",
|
|
71
|
+
fill: "currentColor"
|
|
72
|
+
})
|
|
73
|
+
]
|
|
74
|
+
})
|
|
75
|
+
};
|
|
76
|
+
var Icon24Hours = function(_param) {
|
|
77
|
+
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 36 36' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
78
|
+
"viewBox",
|
|
79
|
+
"variant"
|
|
80
|
+
]);
|
|
81
|
+
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
82
|
+
viewBox: viewBox,
|
|
83
|
+
element: variants[variant]
|
|
84
|
+
}, props));
|
|
5
85
|
};
|
|
6
|
-
const Icon24Hours = ({ viewBox = '0 0 36 36', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
86
|
export default Icon24Hours;
|
|
8
|
-
//# sourceMappingURL=Icon24Hours.js.map
|
|
@@ -1,8 +1,76 @@
|
|
|
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
|
+
}
|
|
1
56
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
57
|
import { Icon } from './Icon';
|
|
3
|
-
|
|
4
|
-
outline:
|
|
58
|
+
var variants = {
|
|
59
|
+
outline: /*#__PURE__*/ _jsx(_Fragment, {
|
|
60
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
+
d: "M12 4.5C7.03711 4.5 3 8.53711 3 13.5C3 15.6709 3.77637 17.6631 5.0625 19.2188L5.27344 19.5H18.7266L18.9375 19.2188C20.2236 17.6631 21 15.6709 21 13.5C21 8.53711 16.9629 4.5 12 4.5ZM12 6C16.1514 6 19.5 9.34863 19.5 13.5C19.5 15.1992 18.9053 16.7432 17.9531 18H6.04688C5.09473 16.7432 4.5 15.1992 4.5 13.5C4.5 9.34863 7.84863 6 12 6ZM12 6.75C11.5869 6.75 11.25 7.08691 11.25 7.5C11.25 7.91309 11.5869 8.25 12 8.25C12.4131 8.25 12.75 7.91309 12.75 7.5C12.75 7.08691 12.4131 6.75 12 6.75ZM9 7.54688C8.58691 7.54688 8.25 7.88379 8.25 8.29688C8.25 8.70996 8.58691 9.04688 9 9.04688C9.41309 9.04688 9.75 8.70996 9.75 8.29688C9.75 7.88379 9.41309 7.54688 9 7.54688ZM15 7.54688C14.5869 7.54688 14.25 7.88379 14.25 8.29688C14.25 8.70996 14.5869 9.04688 15 9.04688C15.4131 9.04688 15.75 8.70996 15.75 8.29688C15.75 7.88379 15.4131 7.54688 15 7.54688ZM6.79688 9.75C6.38379 9.75 6.04688 10.0869 6.04688 10.5C6.04688 10.9131 6.38379 11.25 6.79688 11.25C7.20996 11.25 7.54688 10.9131 7.54688 10.5C7.54688 10.0869 7.20996 9.75 6.79688 9.75ZM16.9922 9.77344L12.75 12.2109C12.5303 12.082 12.2725 12 12 12C11.1709 12 10.5 12.6709 10.5 13.5C10.5 14.3291 11.1709 15 12 15C12.8203 15 13.4883 14.3408 13.5 13.5234C13.5 13.5146 13.5 13.5088 13.5 13.5L17.7422 11.0859L16.9922 9.77344ZM6 12.75C5.58691 12.75 5.25 13.0869 5.25 13.5C5.25 13.9131 5.58691 14.25 6 14.25C6.41309 14.25 6.75 13.9131 6.75 13.5C6.75 13.0869 6.41309 12.75 6 12.75ZM18 12.75C17.5869 12.75 17.25 13.0869 17.25 13.5C17.25 13.9131 17.5869 14.25 18 14.25C18.4131 14.25 18.75 13.9131 18.75 13.5C18.75 13.0869 18.4131 12.75 18 12.75ZM6.79688 15.75C6.38379 15.75 6.04688 16.0869 6.04688 16.5C6.04688 16.9131 6.38379 17.25 6.79688 17.25C7.20996 17.25 7.54688 16.9131 7.54688 16.5C7.54688 16.0869 7.20996 15.75 6.79688 15.75ZM17.2031 15.75C16.79 15.75 16.4531 16.0869 16.4531 16.5C16.4531 16.9131 16.79 17.25 17.2031 17.25C17.6162 17.25 17.9531 16.9131 17.9531 16.5C17.9531 16.0869 17.6162 15.75 17.2031 15.75Z",
|
|
62
|
+
fill: "currentColor"
|
|
63
|
+
})
|
|
64
|
+
})
|
|
65
|
+
};
|
|
66
|
+
var IconAcceleration = 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 ? 'outline' : _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));
|
|
5
75
|
};
|
|
6
|
-
const IconAcceleration = ({ viewBox = '0 0 24 24', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
76
|
export default IconAcceleration;
|
|
8
|
-
//# sourceMappingURL=IconAcceleration.js.map
|
|
@@ -1,8 +1,76 @@
|
|
|
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
|
+
}
|
|
1
56
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
57
|
import { Icon } from './Icon';
|
|
3
|
-
|
|
4
|
-
default:
|
|
58
|
+
var variants = {
|
|
59
|
+
default: /*#__PURE__*/ _jsx(_Fragment, {
|
|
60
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
+
d: "M9.95 8.9C10.9 8.25 11.5 7.2 11.5 6C11.5 4.05 9.95 2.5 8 2.5C6.05 2.5 4.5 4.05 4.5 6C4.5 7.2 5.1 8.25 6.05 8.9C4.25 9.65 3 11.45 3 13.5C3 13.85 3.05 14.2 3.1 14.5H4.1C4.05 14.2 4 13.85 4 13.5C4 11.3 5.8 9.5 8 9.5C10.2 9.5 12 11.3 12 13.5C12 13.85 11.95 14.2 11.9 14.5H12.9C12.95 14.2 13 13.85 13 13.5C13 11.45 11.75 9.65 9.95 8.9ZM5.5 6C5.5 4.6 6.6 3.5 8 3.5C9.4 3.5 10.5 4.6 10.5 6C10.5 7.4 9.4 8.5 8 8.5C6.6 8.5 5.5 7.4 5.5 6Z",
|
|
62
|
+
fill: "currentColor"
|
|
63
|
+
})
|
|
64
|
+
})
|
|
65
|
+
};
|
|
66
|
+
var IconAccount = function(_param) {
|
|
67
|
+
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 16 17' : _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));
|
|
5
75
|
};
|
|
6
|
-
const IconAccount = ({ viewBox = '0 0 16 17', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
76
|
export default IconAccount;
|
|
8
|
-
//# sourceMappingURL=IconAccount.js.map
|
|
@@ -1,9 +1,82 @@
|
|
|
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
|
+
}
|
|
1
56
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
57
|
import { Icon } from './Icon';
|
|
3
|
-
|
|
4
|
-
outline:
|
|
5
|
-
|
|
58
|
+
var variants = {
|
|
59
|
+
outline: /*#__PURE__*/ _jsx(_Fragment, {
|
|
60
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
+
d: "M0 24V22.1223C0 21.2323 0.470333 20.508 1.411 19.9493C2.35189 19.3904 3.588 19.111 5.11933 19.111C5.396 19.111 5.66189 19.1166 5.917 19.1277C6.17233 19.1388 6.42222 19.164 6.66667 19.2033C6.44445 19.616 6.27778 20.0394 6.16667 20.4737C6.05556 20.9081 6 21.3613 6 21.8333V24H0ZM8 24V21.8333C8 21.1222 8.19444 20.4722 8.58333 19.8833C8.97222 19.2944 9.52222 18.7778 10.2333 18.3333C10.9444 17.8889 11.7944 17.5556 12.7833 17.3333C13.7722 17.1111 14.8444 17 16 17C17.1778 17 18.2611 17.1111 19.25 17.3333C20.2389 17.5556 21.0889 17.8889 21.8 18.3333C22.5111 18.7778 23.0556 19.2944 23.4333 19.8833C23.8111 20.4722 24 21.1222 24 21.8333V24H8ZM26 24V21.8333C26 21.3464 25.95 20.8877 25.85 20.457C25.75 20.0263 25.5926 19.609 25.3777 19.205C25.6221 19.1646 25.8697 19.1388 26.1203 19.1277C26.3712 19.1166 26.6274 19.111 26.889 19.111C28.4223 19.111 29.6574 19.3852 30.5943 19.9337C31.5314 20.4821 32 21.2117 32 22.1223V24H26ZM10.2777 21.7777H21.7333V21.6443C21.6593 20.9481 21.0797 20.3703 19.9943 19.911C18.9092 19.4519 17.5778 19.2223 16 19.2223C14.4222 19.2223 13.0908 19.4519 12.0057 19.911C10.9203 20.3703 10.3443 20.9556 10.2777 21.6667V21.7777ZM5.10133 18C4.43378 18 3.86111 17.7607 3.38333 17.282C2.90556 16.8033 2.66667 16.2279 2.66667 15.5557C2.66667 14.8741 2.906 14.2963 3.38467 13.8223C3.86333 13.3481 4.43878 13.111 5.111 13.111C5.79256 13.111 6.37033 13.3481 6.84433 13.8223C7.31856 14.2963 7.55567 14.8773 7.55567 15.5653C7.55567 16.2329 7.31856 16.8056 6.84433 17.2833C6.37033 17.7611 5.78933 18 5.10133 18ZM26.8793 18C26.2116 18 25.6388 17.7607 25.161 17.282C24.6832 16.8033 24.4443 16.2279 24.4443 15.5557C24.4443 14.8741 24.6838 14.2963 25.1627 13.8223C25.6413 13.3481 26.2168 13.111 26.889 13.111C27.5703 13.111 28.1481 13.3481 28.6223 13.8223C29.0963 14.2963 29.3333 14.8773 29.3333 15.5653C29.3333 16.2329 29.0963 16.8056 28.6223 17.2833C28.1481 17.7611 27.5671 18 26.8793 18ZM16 16C14.8889 16 13.9444 15.6111 13.1667 14.8333C12.3889 14.0556 12 13.1111 12 12C12 10.8667 12.3889 9.91667 13.1667 9.15C13.9444 8.38333 14.8889 8 16 8C17.1333 8 18.0833 8.38333 18.85 9.15C19.6167 9.91667 20 10.8667 20 12C20 13.1111 19.6167 14.0556 18.85 14.8333C18.0833 15.6111 17.1333 16 16 16ZM16.0077 13.7777C16.5137 13.7777 16.9352 13.6066 17.2723 13.2643C17.6092 12.9221 17.7777 12.4981 17.7777 11.9923C17.7777 11.4863 17.6081 11.0648 17.269 10.7277C16.9297 10.3908 16.5092 10.2223 16.0077 10.2223C15.5063 10.2223 15.0834 10.3919 14.739 10.731C14.3946 11.0703 14.2223 11.4908 14.2223 11.9923C14.2223 12.4937 14.3934 12.9166 14.7357 13.261C15.0779 13.6054 15.5019 13.7777 16.0077 13.7777Z",
|
|
62
|
+
fill: "currentColor"
|
|
63
|
+
})
|
|
64
|
+
}),
|
|
65
|
+
filled: /*#__PURE__*/ _jsx(_Fragment, {
|
|
66
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
67
|
+
d: "M0 24V21.9C0 20.9444 0.488889 20.1667 1.46667 19.5667C2.44444 18.9667 3.73333 18.6667 5.33333 18.6667C5.62222 18.6667 5.9 18.6722 6.16667 18.6833C6.43333 18.6944 6.68889 18.7222 6.93333 18.7667C6.62222 19.2333 6.38889 19.7222 6.23333 20.2333C6.07778 20.7444 6 21.2778 6 21.8333V24H0ZM8 24V21.8333C8 21.1222 8.19444 20.4722 8.58333 19.8833C8.97222 19.2944 9.52222 18.7778 10.2333 18.3333C10.9444 17.8889 11.7944 17.5556 12.7833 17.3333C13.7722 17.1111 14.8444 17 16 17C17.1778 17 18.2611 17.1111 19.25 17.3333C20.2389 17.5556 21.0889 17.8889 21.8 18.3333C22.5111 18.7778 23.0556 19.2944 23.4333 19.8833C23.8111 20.4722 24 21.1222 24 21.8333V24H8ZM26 24V21.8333C26 21.2556 25.9278 20.7111 25.7833 20.2C25.6389 19.6889 25.4222 19.2111 25.1333 18.7667C25.3778 18.7222 25.6278 18.6944 25.8833 18.6833C26.1389 18.6722 26.4 18.6667 26.6667 18.6667C28.2667 18.6667 29.5556 18.9611 30.5333 19.55C31.5111 20.1389 32 20.9222 32 21.9V24H26ZM5.33333 17.3333C4.6 17.3333 3.97222 17.0722 3.45 16.55C2.92778 16.0278 2.66667 15.4 2.66667 14.6667C2.66667 13.9111 2.92778 13.2778 3.45 12.7667C3.97222 12.2556 4.6 12 5.33333 12C6.08889 12 6.72222 12.2556 7.23333 12.7667C7.74444 13.2778 8 13.9111 8 14.6667C8 15.4 7.74444 16.0278 7.23333 16.55C6.72222 17.0722 6.08889 17.3333 5.33333 17.3333ZM26.6667 17.3333C25.9333 17.3333 25.3056 17.0722 24.7833 16.55C24.2611 16.0278 24 15.4 24 14.6667C24 13.9111 24.2611 13.2778 24.7833 12.7667C25.3056 12.2556 25.9333 12 26.6667 12C27.4222 12 28.0556 12.2556 28.5667 12.7667C29.0778 13.2778 29.3333 13.9111 29.3333 14.6667C29.3333 15.4 29.0778 16.0278 28.5667 16.55C28.0556 17.0722 27.4222 17.3333 26.6667 17.3333ZM16 16C14.8889 16 13.9444 15.6111 13.1667 14.8333C12.3889 14.0556 12 13.1111 12 12C12 10.8667 12.3889 9.91667 13.1667 9.15C13.9444 8.38333 14.8889 8 16 8C17.1333 8 18.0833 8.38333 18.85 9.15C19.6167 9.91667 20 10.8667 20 12C20 13.1111 19.6167 14.0556 18.85 14.8333C18.0833 15.6111 17.1333 16 16 16Z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
})
|
|
70
|
+
})
|
|
71
|
+
};
|
|
72
|
+
var IconApplicant = function(_param) {
|
|
73
|
+
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'outline' : _param_variant, props = _object_without_properties(_param, [
|
|
74
|
+
"viewBox",
|
|
75
|
+
"variant"
|
|
76
|
+
]);
|
|
77
|
+
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
78
|
+
viewBox: viewBox,
|
|
79
|
+
element: variants[variant]
|
|
80
|
+
}, props));
|
|
6
81
|
};
|
|
7
|
-
const IconApplicant = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
8
82
|
export default IconApplicant;
|
|
9
|
-
//# sourceMappingURL=IconApplicant.js.map
|
package/dist/icons/IconArrow.js
CHANGED
|
@@ -1,14 +1,86 @@
|
|
|
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
|
+
}
|
|
1
56
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
57
|
import { Icon } from './Icon.js';
|
|
3
|
-
|
|
4
|
-
|
|
58
|
+
var getIcon = function() {
|
|
59
|
+
var dgree = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0;
|
|
60
|
+
return /*#__PURE__*/ _jsx("g", {
|
|
61
|
+
transform: "rotate(".concat(dgree, " 8 8)"),
|
|
62
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
63
|
+
d: "M7.5 2V12.0312L5.35938 9.89062L4.64062 10.5938L8 13.9531L11.3594 10.5938L10.6406 9.89062L8.5 12.0312V2H7.5Z",
|
|
64
|
+
fill: "currentColor"
|
|
65
|
+
})
|
|
66
|
+
});
|
|
5
67
|
};
|
|
6
|
-
|
|
68
|
+
var variants = {
|
|
7
69
|
up: getIcon(180),
|
|
8
70
|
down: getIcon(0),
|
|
9
71
|
right: getIcon(270),
|
|
10
|
-
left: getIcon(90)
|
|
72
|
+
left: getIcon(90)
|
|
73
|
+
};
|
|
74
|
+
var IconArrow = function(_param) {
|
|
75
|
+
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 ? 'down' : _param_variant, _param_size = _param.size, size = _param_size === void 0 ? '16px' : _param_size, props = _object_without_properties(_param, [
|
|
76
|
+
"viewBox",
|
|
77
|
+
"variant",
|
|
78
|
+
"size"
|
|
79
|
+
]);
|
|
80
|
+
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
81
|
+
viewBox: viewBox,
|
|
82
|
+
size: size,
|
|
83
|
+
element: variants[variant]
|
|
84
|
+
}, props));
|
|
11
85
|
};
|
|
12
|
-
const IconArrow = ({ viewBox = '0 0 16 16', variant = 'down', size = '16px', ...props }) => (_jsx(Icon, { viewBox: viewBox, size: size, element: variants[variant], ...props }));
|
|
13
86
|
export default IconArrow;
|
|
14
|
-
//# sourceMappingURL=IconArrow.js.map
|