@driveflux/beam 3.0.8 → 3.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 +19 -120
- 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/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 +16 -128
- package/dist/button/Button.js.map +1 -1
- package/dist/button/Button.stories.js +7 -35
- package/dist/button/TextButton.js +11 -106
- package/dist/button/TextButton.js.map +1 -1
- 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.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/datepicker/DatePicker.js +90 -234
- package/dist/datepicker/DatePicker.stories.js +58 -163
- package/dist/datepicker/DatePickerDrawer.js +17 -116
- package/dist/datepicker/DatePickerPopover.js +35 -208
- package/dist/datepicker/constants.js +4 -3
- package/dist/datepicker/utils.js +11 -4
- package/dist/dialog/index.js +33 -180
- package/dist/divider/Divider.js +3 -63
- package/dist/divider/Divider.stories.js +7 -13
- package/dist/drawer/index.js +12 -157
- package/dist/dropdown/Dropdown.js +26 -212
- package/dist/dropdown/Dropdown.stories.js +22 -109
- package/dist/field-wrapper/FieldWrapper.js +3 -139
- 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 +5 -77
- 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 -139
- package/dist/icons/IconClock.js +5 -80
- package/dist/icons/IconClose.js +4 -72
- package/dist/icons/IconCollapseAll.js +5 -94
- 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/IconDownload.js +5 -79
- 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/IconExpandAll.js +5 -94
- 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/IconReport.js +6 -89
- 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.stories.js +25 -98
- package/dist/popover/popover.js +4 -72
- 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/search-input-select/SearchInputSelect.js +69 -346
- package/dist/select/Select.js +29 -315
- 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/table/Table.js +10 -131
- package/dist/table/Table.stories.js +8 -84
- package/dist/tabs/Tabs.js +9 -128
- package/dist/tabs/Tabs.stories.js +13 -46
- package/dist/text/Text.js +6 -88
- package/dist/text/Text.js.map +1 -1
- package/dist/text/Text.stories.js +7 -44
- package/dist/toast/Toast.stories.js +14 -66
- package/dist/toast/ToastBox.js +29 -77
- package/dist/toast/index.js +1 -0
- package/dist/toast/sonner.js +6 -66
- 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 +2 -2
package/dist/icons/IconGlobe.js
CHANGED
|
@@ -1,74 +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 } from "react/jsx-runtime";
|
|
57
2
|
import { Icon } from './Icon';
|
|
58
|
-
|
|
59
|
-
outline:
|
|
60
|
-
d: "M8 2C4.69141 2 2 4.69141 2 8C2 11.3086 4.69141 14 8 14C11.3086 14 14 11.3086 14 8C14 4.69141 11.3086 2 8 2ZM8 3C8.08984 3 8.22656 3.05469 8.40625 3.26562C8.58594 3.47656 8.76953 3.82227 8.9375 4.28125C9.01562 4.49609 9.0918 4.74219 9.15625 5H6.84375C6.9082 4.74219 6.98438 4.49609 7.0625 4.28125C7.23047 3.82227 7.41406 3.47656 7.59375 3.26562C7.77344 3.05469 7.91016 3 8 3ZM6.40625 3.25C6.29492 3.45898 6.19922 3.68945 6.10938 3.9375C5.99219 4.25977 5.89844 4.61914 5.8125 5H4C4.60156 4.19727 5.43555 3.57617 6.40625 3.25ZM9.59375 3.25C10.5645 3.57617 11.3984 4.19727 12 5H10.1875C10.1016 4.61914 10.0078 4.25977 9.89062 3.9375C9.80078 3.68945 9.70508 3.45898 9.59375 3.25ZM3.40625 6H5.64062C5.57617 6.47461 5.53125 6.97852 5.51562 7.5H3.03125C3.08203 6.97266 3.20508 6.4668 3.40625 6ZM6.65625 6H9.34375C9.41406 6.46875 9.46484 6.97266 9.48438 7.5H6.51562C6.53516 6.97266 6.58594 6.46875 6.65625 6ZM10.3594 6H12.5938C12.7949 6.4668 12.918 6.97266 12.9688 7.5H10.4844C10.4688 6.97852 10.4238 6.47461 10.3594 6ZM3.03125 8.5H5.51562C5.53125 9.02148 5.57617 9.52539 5.64062 10H3.40625C3.20508 9.5332 3.08203 9.02734 3.03125 8.5ZM6.51562 8.5H9.48438C9.46484 9.02734 9.41406 9.53125 9.34375 10H6.65625C6.58594 9.53125 6.53516 9.02734 6.51562 8.5ZM10.4844 8.5H12.9688C12.918 9.02734 12.7949 9.5332 12.5938 10H10.3594C10.4238 9.52539 10.4688 9.02148 10.4844 8.5ZM4 11H5.8125C5.89844 11.3809 5.99219 11.7402 6.10938 12.0625C6.19922 12.3105 6.29492 12.541 6.40625 12.75C5.43555 12.4238 4.60156 11.8027 4 11ZM6.84375 11H9.15625C9.0918 11.2578 9.01562 11.5039 8.9375 11.7188C8.76953 12.1777 8.58594 12.5234 8.40625 12.7344C8.22656 12.9453 8.08984 13 8 13C7.91016 13 7.77344 12.9453 7.59375 12.7344C7.41406 12.5234 7.23047 12.1777 7.0625 11.7188C6.98438 11.5039 6.9082 11.2578 6.84375 11ZM10.1875 11H12C11.3984 11.8027 10.5645 12.4238 9.59375 12.75C9.70508 12.541 9.80078 12.3105 9.89062 12.0625C10.0078 11.7402 10.1016 11.3809 10.1875 11Z",
|
|
61
|
-
fill: "currentColor"
|
|
62
|
-
})
|
|
63
|
-
};
|
|
64
|
-
var IconGlobe = function(_param) {
|
|
65
|
-
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 ? 'outline' : _param_variant, props = _object_without_properties(_param, [
|
|
66
|
-
"viewBox",
|
|
67
|
-
"variant"
|
|
68
|
-
]);
|
|
69
|
-
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
70
|
-
viewBox: viewBox,
|
|
71
|
-
element: variants[variant]
|
|
72
|
-
}, props));
|
|
3
|
+
const variants = {
|
|
4
|
+
outline: (_jsx("path", { d: "M8 2C4.69141 2 2 4.69141 2 8C2 11.3086 4.69141 14 8 14C11.3086 14 14 11.3086 14 8C14 4.69141 11.3086 2 8 2ZM8 3C8.08984 3 8.22656 3.05469 8.40625 3.26562C8.58594 3.47656 8.76953 3.82227 8.9375 4.28125C9.01562 4.49609 9.0918 4.74219 9.15625 5H6.84375C6.9082 4.74219 6.98438 4.49609 7.0625 4.28125C7.23047 3.82227 7.41406 3.47656 7.59375 3.26562C7.77344 3.05469 7.91016 3 8 3ZM6.40625 3.25C6.29492 3.45898 6.19922 3.68945 6.10938 3.9375C5.99219 4.25977 5.89844 4.61914 5.8125 5H4C4.60156 4.19727 5.43555 3.57617 6.40625 3.25ZM9.59375 3.25C10.5645 3.57617 11.3984 4.19727 12 5H10.1875C10.1016 4.61914 10.0078 4.25977 9.89062 3.9375C9.80078 3.68945 9.70508 3.45898 9.59375 3.25ZM3.40625 6H5.64062C5.57617 6.47461 5.53125 6.97852 5.51562 7.5H3.03125C3.08203 6.97266 3.20508 6.4668 3.40625 6ZM6.65625 6H9.34375C9.41406 6.46875 9.46484 6.97266 9.48438 7.5H6.51562C6.53516 6.97266 6.58594 6.46875 6.65625 6ZM10.3594 6H12.5938C12.7949 6.4668 12.918 6.97266 12.9688 7.5H10.4844C10.4688 6.97852 10.4238 6.47461 10.3594 6ZM3.03125 8.5H5.51562C5.53125 9.02148 5.57617 9.52539 5.64062 10H3.40625C3.20508 9.5332 3.08203 9.02734 3.03125 8.5ZM6.51562 8.5H9.48438C9.46484 9.02734 9.41406 9.53125 9.34375 10H6.65625C6.58594 9.53125 6.53516 9.02734 6.51562 8.5ZM10.4844 8.5H12.9688C12.918 9.02734 12.7949 9.5332 12.5938 10H10.3594C10.4238 9.52539 10.4688 9.02148 10.4844 8.5ZM4 11H5.8125C5.89844 11.3809 5.99219 11.7402 6.10938 12.0625C6.19922 12.3105 6.29492 12.541 6.40625 12.75C5.43555 12.4238 4.60156 11.8027 4 11ZM6.84375 11H9.15625C9.0918 11.2578 9.01562 11.5039 8.9375 11.7188C8.76953 12.1777 8.58594 12.5234 8.40625 12.7344C8.22656 12.9453 8.08984 13 8 13C7.91016 13 7.77344 12.9453 7.59375 12.7344C7.41406 12.5234 7.23047 12.1777 7.0625 11.7188C6.98438 11.5039 6.9082 11.2578 6.84375 11ZM10.1875 11H12C11.3984 11.8027 10.5645 12.4238 9.59375 12.75C9.70508 12.541 9.80078 12.3105 9.89062 12.0625C10.0078 11.7402 10.1016 11.3809 10.1875 11Z", fill: "currentColor" })),
|
|
73
5
|
};
|
|
6
|
+
const IconGlobe = ({ viewBox = '0 0 16 16', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
74
7
|
export default IconGlobe;
|
|
8
|
+
//# sourceMappingURL=IconGlobe.js.map
|
package/dist/icons/IconGoogle.js
CHANGED
|
@@ -1,90 +1,8 @@
|
|
|
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
|
-
children: [
|
|
61
|
-
/*#__PURE__*/ _jsx("path", {
|
|
62
|
-
d: "M27.8,16.3c0-0.9-0.1-1.7-0.2-2.5H16.2v4.6h6.5c-0.3,1.5-1.1,2.8-2.4,3.6v3h3.9C26.5,23,27.8,19.9,27.8,16.3z",
|
|
63
|
-
fill: "#4285F4"
|
|
64
|
-
}),
|
|
65
|
-
/*#__PURE__*/ _jsx("path", {
|
|
66
|
-
d: "M16.2,28c3.2,0,6-1.1,7.9-2.9l-3.9-3c-1.1,0.7-2.4,1.2-4,1.2c-3.1,0-5.8-2.1-6.7-4.9h-4v3.1 C7.5,25.3,11.5,28,16.2,28z",
|
|
67
|
-
fill: "#34A853"
|
|
68
|
-
}),
|
|
69
|
-
/*#__PURE__*/ _jsx("path", {
|
|
70
|
-
d: "M9.5,18.3c-0.2-0.7-0.4-1.5-0.4-2.3s0.1-1.6,0.4-2.3v-3.1h-4c-0.8,1.6-1.3,3.4-1.3,5.4s0.5,3.8,1.3,5.4L8.6,19 C8.6,19,9.5,18.3,9.5,18.3z",
|
|
71
|
-
fill: "#FBBC05"
|
|
72
|
-
}),
|
|
73
|
-
/*#__PURE__*/ _jsx("path", {
|
|
74
|
-
d: "M16.2,8.8c1.8,0,3.3,0.6,4.6,1.8l3.4-3.4c-2.1-1.9-4.8-3.1-8-3.1c-4.7,0-8.7,2.7-10.7,6.6l4,3.1 C10.5,10.9,13.1,8.8,16.2,8.8z",
|
|
75
|
-
fill: "#EA4335"
|
|
76
|
-
})
|
|
77
|
-
]
|
|
78
|
-
})
|
|
79
|
-
};
|
|
80
|
-
var IconGoogle = function(_param) {
|
|
81
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
82
|
-
"viewBox",
|
|
83
|
-
"variant"
|
|
84
|
-
]);
|
|
85
|
-
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
86
|
-
viewBox: viewBox,
|
|
87
|
-
element: variants[variant]
|
|
88
|
-
}, props));
|
|
3
|
+
const variants = {
|
|
4
|
+
default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M27.8,16.3c0-0.9-0.1-1.7-0.2-2.5H16.2v4.6h6.5c-0.3,1.5-1.1,2.8-2.4,3.6v3h3.9C26.5,23,27.8,19.9,27.8,16.3z", fill: "#4285F4" }), _jsx("path", { d: "M16.2,28c3.2,0,6-1.1,7.9-2.9l-3.9-3c-1.1,0.7-2.4,1.2-4,1.2c-3.1,0-5.8-2.1-6.7-4.9h-4v3.1\n\t\tC7.5,25.3,11.5,28,16.2,28z", fill: "#34A853" }), _jsx("path", { d: "M9.5,18.3c-0.2-0.7-0.4-1.5-0.4-2.3s0.1-1.6,0.4-2.3v-3.1h-4c-0.8,1.6-1.3,3.4-1.3,5.4s0.5,3.8,1.3,5.4L8.6,19\n\t\tC8.6,19,9.5,18.3,9.5,18.3z", fill: "#FBBC05" }), _jsx("path", { d: "M16.2,8.8c1.8,0,3.3,0.6,4.6,1.8l3.4-3.4c-2.1-1.9-4.8-3.1-8-3.1c-4.7,0-8.7,2.7-10.7,6.6l4,3.1\n\t\tC10.5,10.9,13.1,8.8,16.2,8.8z", fill: "#EA4335" })] })),
|
|
89
5
|
};
|
|
6
|
+
const IconGoogle = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
90
7
|
export default IconGoogle;
|
|
8
|
+
//# sourceMappingURL=IconGoogle.js.map
|
package/dist/icons/IconHome.js
CHANGED
|
@@ -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
|
-
filled:
|
|
60
|
-
|
|
61
|
-
fill: 'currentColor',
|
|
62
|
-
points: "29.7,17 28.3,18.4 27,17.1 27,28.7 18,28.7 18,18.7 14,18.7 14,28.7 5,28.7 5,17.1 3.7,18.4 2.3,17 15.3,4 16,3.3 16.7,4 "
|
|
63
|
-
})
|
|
64
|
-
}),
|
|
65
|
-
outline: /*#__PURE__*/ _jsx(_Fragment, {
|
|
66
|
-
children: /*#__PURE__*/ _jsx("path", {
|
|
67
|
-
fill: 'currentColor',
|
|
68
|
-
d: "M16,3.3L15.3,4l-13,13l1.4,1.4L5,17.1v11.6h9v-10h4v10h9V17.1l1.3,1.3l1.4-1.4l-13-13L16,3.3z M16,6.1l9,9v11.6h-5v-10h-8 v10H7V15.1L16,6.1z"
|
|
69
|
-
})
|
|
70
|
-
})
|
|
71
|
-
};
|
|
72
|
-
var IconHome = 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));
|
|
3
|
+
const variants = {
|
|
4
|
+
filled: (_jsx(_Fragment, { children: _jsx("polygon", { fill: 'currentColor', points: "29.7,17 28.3,18.4 27,17.1 27,28.7 18,28.7 18,18.7 14,18.7 14,28.7 5,28.7 5,17.1 3.7,18.4 2.3,17 15.3,4 16,3.3 \n\t16.7,4 " }) })),
|
|
5
|
+
outline: (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: "M16,3.3L15.3,4l-13,13l1.4,1.4L5,17.1v11.6h9v-10h4v10h9V17.1l1.3,1.3l1.4-1.4l-13-13L16,3.3z M16,6.1l9,9v11.6h-5v-10h-8\n\tv10H7V15.1L16,6.1z" }) })),
|
|
81
6
|
};
|
|
7
|
+
const IconHome = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
82
8
|
export default IconHome;
|
|
9
|
+
//# sourceMappingURL=IconHome.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
|
-
export
|
|
59
|
-
default:
|
|
60
|
-
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
-
d: "M5.33331 6.25V33.75H35.3333V6.25H5.33331ZM7.83331 8.75H32.8333V11.25H7.83331V8.75ZM7.83331 13.75H32.8333V31.25H7.83331V13.75ZM11.5833 16.25V18.75H29.0833V16.25H11.5833ZM11.5833 21.25V23.75H14.0833V21.25H11.5833ZM16.5833 21.25V23.75H29.0833V21.25H16.5833ZM11.5833 26.25V28.75H14.0833V26.25H11.5833ZM16.5833 26.25V28.75H29.0833V26.25H16.5833Z",
|
|
62
|
-
fill: "#50C8E8"
|
|
63
|
-
})
|
|
64
|
-
})
|
|
65
|
-
};
|
|
66
|
-
var IconHostAdvertise = function(_param) {
|
|
67
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 41 40' : _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
|
+
export const variants = {
|
|
4
|
+
default: (_jsx(_Fragment, { children: _jsx("path", { d: "M5.33331 6.25V33.75H35.3333V6.25H5.33331ZM7.83331 8.75H32.8333V11.25H7.83331V8.75ZM7.83331 13.75H32.8333V31.25H7.83331V13.75ZM11.5833 16.25V18.75H29.0833V16.25H11.5833ZM11.5833 21.25V23.75H14.0833V21.25H11.5833ZM16.5833 21.25V23.75H29.0833V21.25H16.5833ZM11.5833 26.25V28.75H14.0833V26.25H11.5833ZM16.5833 26.25V28.75H29.0833V26.25H16.5833Z", fill: "#50C8E8" }) })),
|
|
75
5
|
};
|
|
6
|
+
const IconHostAdvertise = ({ viewBox = '0 0 41 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
76
7
|
export default IconHostAdvertise;
|
|
8
|
+
//# sourceMappingURL=IconHostAdvertise.js.map
|
|
@@ -1,79 +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
|
-
export
|
|
59
|
-
default:
|
|
60
|
-
children: /*#__PURE__*/ _jsx("g", {
|
|
61
|
-
clipPath: "url(#clip0_431_1409)",
|
|
62
|
-
children: /*#__PURE__*/ _jsx("path", {
|
|
63
|
-
d: "M37.152 17.072L29.536 15.16L27.544 11.8C26.416 9.92001 24.384 8.75201 22.192 8.75201H12.816C10.624 8.75201 8.592 9.92001 7.464 11.8L5.472 15.16L2.856 15.824C1.192 16.232 0 17.736 0 19.456V25C0 26.368 1.136 27.504 2.504 27.504H3.952C4.512 29.656 6.44 31.256 8.76 31.256C11.072 31.256 13.008 29.656 13.56 27.504H26.448C27.008 29.656 28.936 31.256 31.248 31.256C33.56 31.256 35.496 29.656 36.056 27.504H37.504C38.872 27.504 40.008 26.368 40.008 25V20.704C40 18.992 38.816 17.488 37.152 17.072ZM9.608 13.088C10.288 11.952 11.496 11.248 12.808 11.248H22.184C23.504 11.248 24.712 11.952 25.384 13.088L26.56 15H8.44L9.608 13.088ZM8.752 28.752C7.352 28.752 6.248 27.648 6.248 26.248C6.248 24.848 7.352 23.752 8.752 23.752C10.152 23.752 11.248 24.856 11.248 26.248C11.248 27.648 10.144 28.752 8.752 28.752ZM31.248 28.752C29.848 28.752 28.752 27.648 28.752 26.248C28.752 24.848 29.856 23.752 31.248 23.752C32.648 23.752 33.752 24.856 33.752 26.248C33.752 27.648 32.648 28.752 31.248 28.752ZM37.496 25H36.056C35.496 22.848 33.568 21.248 31.248 21.248C28.936 21.248 27 22.848 26.448 25H13.552C12.992 22.848 11.064 21.248 8.752 21.248C6.44 21.248 4.504 22.848 3.944 25H2.504V19.456C2.504 18.872 2.88 18.384 3.44 18.248L6.408 17.504H28.592L36.56 19.496C37.12 19.64 37.496 20.128 37.496 20.704V25Z",
|
|
64
|
-
fill: "#50C8E8"
|
|
65
|
-
})
|
|
66
|
-
})
|
|
67
|
-
})
|
|
68
|
-
};
|
|
69
|
-
var IconHostCar = function(_param) {
|
|
70
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 40 40' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
71
|
-
"viewBox",
|
|
72
|
-
"variant"
|
|
73
|
-
]);
|
|
74
|
-
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
75
|
-
viewBox: viewBox,
|
|
76
|
-
element: variants[variant]
|
|
77
|
-
}, props));
|
|
3
|
+
export const variants = {
|
|
4
|
+
default: (_jsx(_Fragment, { children: _jsx("g", { clipPath: "url(#clip0_431_1409)", children: _jsx("path", { d: "M37.152 17.072L29.536 15.16L27.544 11.8C26.416 9.92001 24.384 8.75201 22.192 8.75201H12.816C10.624 8.75201 8.592 9.92001 7.464 11.8L5.472 15.16L2.856 15.824C1.192 16.232 0 17.736 0 19.456V25C0 26.368 1.136 27.504 2.504 27.504H3.952C4.512 29.656 6.44 31.256 8.76 31.256C11.072 31.256 13.008 29.656 13.56 27.504H26.448C27.008 29.656 28.936 31.256 31.248 31.256C33.56 31.256 35.496 29.656 36.056 27.504H37.504C38.872 27.504 40.008 26.368 40.008 25V20.704C40 18.992 38.816 17.488 37.152 17.072ZM9.608 13.088C10.288 11.952 11.496 11.248 12.808 11.248H22.184C23.504 11.248 24.712 11.952 25.384 13.088L26.56 15H8.44L9.608 13.088ZM8.752 28.752C7.352 28.752 6.248 27.648 6.248 26.248C6.248 24.848 7.352 23.752 8.752 23.752C10.152 23.752 11.248 24.856 11.248 26.248C11.248 27.648 10.144 28.752 8.752 28.752ZM31.248 28.752C29.848 28.752 28.752 27.648 28.752 26.248C28.752 24.848 29.856 23.752 31.248 23.752C32.648 23.752 33.752 24.856 33.752 26.248C33.752 27.648 32.648 28.752 31.248 28.752ZM37.496 25H36.056C35.496 22.848 33.568 21.248 31.248 21.248C28.936 21.248 27 22.848 26.448 25H13.552C12.992 22.848 11.064 21.248 8.752 21.248C6.44 21.248 4.504 22.848 3.944 25H2.504V19.456C2.504 18.872 2.88 18.384 3.44 18.248L6.408 17.504H28.592L36.56 19.496C37.12 19.64 37.496 20.128 37.496 20.704V25Z", fill: "#50C8E8" }) }) })),
|
|
78
5
|
};
|
|
6
|
+
const IconHostCar = ({ viewBox = '0 0 40 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
79
7
|
export default IconHostCar;
|
|
8
|
+
//# sourceMappingURL=IconHostCar.js.map
|
|
@@ -1,94 +1,8 @@
|
|
|
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
|
-
export
|
|
59
|
-
default:
|
|
60
|
-
children: [
|
|
61
|
-
/*#__PURE__*/ _jsx("path", {
|
|
62
|
-
d: "M0.75 0.5V19H33V0.5H0.75ZM29.625 16.625L4.375 16.75V16.625C4.375 15.875 3.875 15.375 3.125 15.375H3V4.125H3.125C3.875 4.125 4.375 3.625 4.375 2.875C4.375 2.75 4.375 2.75 4.375 2.625H29.625C29.625 2.75 29.625 2.75 29.625 2.875C29.625 3.5 30.125 4.125 30.875 4.125V15.25C30.125 15.375 29.625 15.875 29.625 16.625Z",
|
|
63
|
-
fill: "#50C8E8"
|
|
64
|
-
}),
|
|
65
|
-
/*#__PURE__*/ _jsx("path", {
|
|
66
|
-
d: "M29.375 22.75C21.375 20.75 1.75 20.375 0.75 20.25V22.75C1 22.75 24.125 23.25 30.125 25.5L31.875 26.125V20.5H29.375V22.75Z",
|
|
67
|
-
fill: "#50C8E8"
|
|
68
|
-
}),
|
|
69
|
-
/*#__PURE__*/ _jsx("path", {
|
|
70
|
-
d: "M17 4.125C14.125 4.125 11.75 6.5 11.75 9.375C11.75 12.25 14.125 14.625 17 14.625C19.875 14.625 22.25 12.25 22.25 9.375C22.25 6.5 19.875 4.125 17 4.125ZM17 12.5C15.25 12.5 13.875 11.125 13.875 9.375C13.875 7.625 15.25 6.25 17 6.25C18.75 6.25 20.125 7.625 20.125 9.375C20.125 11 18.75 12.5 17 12.5Z",
|
|
71
|
-
fill: "#50C8E8"
|
|
72
|
-
}),
|
|
73
|
-
/*#__PURE__*/ _jsx("path", {
|
|
74
|
-
d: "M26.375 11.25C27.4105 11.25 28.25 10.4105 28.25 9.375C28.25 8.33947 27.4105 7.5 26.375 7.5C25.3395 7.5 24.5 8.33947 24.5 9.375C24.5 10.4105 25.3395 11.25 26.375 11.25Z",
|
|
75
|
-
fill: "#50C8E8"
|
|
76
|
-
}),
|
|
77
|
-
/*#__PURE__*/ _jsx("path", {
|
|
78
|
-
d: "M7.625 11.25C8.66053 11.25 9.5 10.4105 9.5 9.375C9.5 8.33947 8.66053 7.5 7.625 7.5C6.58947 7.5 5.75 8.33947 5.75 9.375C5.75 10.4105 6.58947 11.25 7.625 11.25Z",
|
|
79
|
-
fill: "#50C8E8"
|
|
80
|
-
})
|
|
81
|
-
]
|
|
82
|
-
})
|
|
83
|
-
};
|
|
84
|
-
var IconHostCash = function(_param) {
|
|
85
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 33 27' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
86
|
-
"viewBox",
|
|
87
|
-
"variant"
|
|
88
|
-
]);
|
|
89
|
-
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
90
|
-
viewBox: viewBox,
|
|
91
|
-
element: variants[variant]
|
|
92
|
-
}, props));
|
|
3
|
+
export const variants = {
|
|
4
|
+
default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M0.75 0.5V19H33V0.5H0.75ZM29.625 16.625L4.375 16.75V16.625C4.375 15.875 3.875 15.375 3.125 15.375H3V4.125H3.125C3.875 4.125 4.375 3.625 4.375 2.875C4.375 2.75 4.375 2.75 4.375 2.625H29.625C29.625 2.75 29.625 2.75 29.625 2.875C29.625 3.5 30.125 4.125 30.875 4.125V15.25C30.125 15.375 29.625 15.875 29.625 16.625Z", fill: "#50C8E8" }), _jsx("path", { d: "M29.375 22.75C21.375 20.75 1.75 20.375 0.75 20.25V22.75C1 22.75 24.125 23.25 30.125 25.5L31.875 26.125V20.5H29.375V22.75Z", fill: "#50C8E8" }), _jsx("path", { d: "M17 4.125C14.125 4.125 11.75 6.5 11.75 9.375C11.75 12.25 14.125 14.625 17 14.625C19.875 14.625 22.25 12.25 22.25 9.375C22.25 6.5 19.875 4.125 17 4.125ZM17 12.5C15.25 12.5 13.875 11.125 13.875 9.375C13.875 7.625 15.25 6.25 17 6.25C18.75 6.25 20.125 7.625 20.125 9.375C20.125 11 18.75 12.5 17 12.5Z", fill: "#50C8E8" }), _jsx("path", { d: "M26.375 11.25C27.4105 11.25 28.25 10.4105 28.25 9.375C28.25 8.33947 27.4105 7.5 26.375 7.5C25.3395 7.5 24.5 8.33947 24.5 9.375C24.5 10.4105 25.3395 11.25 26.375 11.25Z", fill: "#50C8E8" }), _jsx("path", { d: "M7.625 11.25C8.66053 11.25 9.5 10.4105 9.5 9.375C9.5 8.33947 8.66053 7.5 7.625 7.5C6.58947 7.5 5.75 8.33947 5.75 9.375C5.75 10.4105 6.58947 11.25 7.625 11.25Z", fill: "#50C8E8" })] })),
|
|
93
5
|
};
|
|
6
|
+
const IconHostCash = ({ viewBox = '0 0 33 27', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
94
7
|
export default IconHostCash;
|
|
8
|
+
//# sourceMappingURL=IconHostCash.js.map
|
|
@@ -1,74 +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 } from "react/jsx-runtime";
|
|
57
2
|
import { Icon } from './Icon';
|
|
58
|
-
export
|
|
59
|
-
default:
|
|
60
|
-
d: "M20 6.25C15.125 6.25 11.25 10.125 11.25 15C11.25 18 12.75 20.75 15.125 22.25C10.625 24.125 7.5 28.625 7.5 33.75H10C10 30.625 11.5 27.75 13.75 26L19.125 31L20 31.875L20.875 31L26.25 26C28.5 27.875 30 30.625 30 33.75H32.5C32.5 28.625 29.375 24.125 24.875 22.25C27.25 20.625 28.75 18 28.75 15C28.75 10.125 24.875 6.25 20 6.25ZM20 8.75C23.5 8.75 26.25 11.5 26.25 15C26.25 18.5 23.5 21.25 20 21.25C16.5 21.25 13.75 18.5 13.75 15C13.75 11.5 16.5 8.75 20 8.75ZM20 23.75C21.375 23.75 22.75 24 24 24.625L20 28.375L16 24.625C17.25 24 18.625 23.75 20 23.75Z",
|
|
61
|
-
fill: "#50C8E8"
|
|
62
|
-
})
|
|
63
|
-
};
|
|
64
|
-
var IconHostHandle = function(_param) {
|
|
65
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 40 40' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
66
|
-
"viewBox",
|
|
67
|
-
"variant"
|
|
68
|
-
]);
|
|
69
|
-
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
70
|
-
viewBox: viewBox,
|
|
71
|
-
element: variants[variant]
|
|
72
|
-
}, props));
|
|
3
|
+
export const variants = {
|
|
4
|
+
default: (_jsx("path", { d: "M20 6.25C15.125 6.25 11.25 10.125 11.25 15C11.25 18 12.75 20.75 15.125 22.25C10.625 24.125 7.5 28.625 7.5 33.75H10C10 30.625 11.5 27.75 13.75 26L19.125 31L20 31.875L20.875 31L26.25 26C28.5 27.875 30 30.625 30 33.75H32.5C32.5 28.625 29.375 24.125 24.875 22.25C27.25 20.625 28.75 18 28.75 15C28.75 10.125 24.875 6.25 20 6.25ZM20 8.75C23.5 8.75 26.25 11.5 26.25 15C26.25 18.5 23.5 21.25 20 21.25C16.5 21.25 13.75 18.5 13.75 15C13.75 11.5 16.5 8.75 20 8.75ZM20 23.75C21.375 23.75 22.75 24 24 24.625L20 28.375L16 24.625C17.25 24 18.625 23.75 20 23.75Z", fill: "#50C8E8" })),
|
|
73
5
|
};
|
|
6
|
+
const IconHostHandle = ({ viewBox = '0 0 40 40', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
74
7
|
export default IconHostHandle;
|
|
8
|
+
//# sourceMappingURL=IconHostHandle.js.map
|