@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
|
@@ -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
|
-
filled:
|
|
5
|
-
|
|
58
|
+
var variants = {
|
|
59
|
+
filled: /*#__PURE__*/ _jsx(_Fragment, {
|
|
60
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
+
d: "M26.9 14.1L24.7 24.2C24.4 25.6 23.2 26.5 21.8 26.5H5V10.5H9.8L16.7 3.60002H17C17.2 3.60002 18.4 3.30002 19.4 4.10002C19.8 4.40002 20.3 5.00002 20.3 6.10002C20.3 7.90002 19.2 9.20002 18.6 9.70002L18.4 10.5H24C24.9 10.5 25.8 10.9 26.3 11.6C26.9 12.3 27.1 13.2 26.9 14.1Z",
|
|
62
|
+
fill: "currentColor"
|
|
63
|
+
})
|
|
64
|
+
}),
|
|
65
|
+
outline: /*#__PURE__*/ _jsx(_Fragment, {
|
|
66
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
67
|
+
d: "M26.3 11.6C25.7 10.9 24.9 10.5 24 10.5H18.4L18.6 9.70002C19.2 9.20002 20.3 8.00002 20.3 6.10002C20.3 5.00002 19.8 4.40002 19.4 4.10002C18.5 3.30002 17.2 3.60002 17 3.60002L16.7 3.70002L9.8 10.6H5V26.6H9.2H21.7C23.1 26.6 24.3 25.6 24.6 24.3L26.8 14.2C27.1 13.2 26.9 12.3 26.3 11.6ZM7 24.5V12.5H9.2V24.5H7ZM22.7 23.7C22.6 24.2 22.2 24.5 21.7 24.5H11.2V11.9L17.6 5.50002C17.8 5.50002 18 5.50002 18.1 5.60002C18.2 5.70002 18.2 5.90002 18.2 6.10002C18.2 7.50002 17.1 8.30002 17.1 8.30002L16.8 8.50002L16 12.5H24C24.3 12.5 24.6 12.6 24.8 12.9C25 13.1 25.1 13.4 25 13.7L22.7 23.7Z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
})
|
|
70
|
+
})
|
|
71
|
+
};
|
|
72
|
+
var IconThumbsup = 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 IconThumbsup = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
8
82
|
export default IconThumbsup;
|
|
9
|
-
//# sourceMappingURL=IconThumbsup.js.map
|
package/dist/icons/IconTool.js
CHANGED
|
@@ -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: "M13.9,10.6c2.3-0.1,4.1-2,4.1-4.2c0-0.8-0.2-1.5-0.6-2.2L17,3.5l-3.2,3.2l-0.7-0.7l3.2-3.2l-0.9-0.4c-0.5-0.1-1-0.2-1.6-0.2 c-2.3,0-4.2,1.9-4.2,4.2c0,0.2,0,0.5,0.1,0.7L8.8,7.9L6.4,5.5v-2L3.2,2L2,3.2l1.6,3.2h2l2.4,2.4l-5.1,5.1c-0.5,0.5-0.7,1.1-0.7,1.7 c0,0.7,0.2,1.2,0.7,1.7c0.4,0.5,1,0.7,1.7,0.7c0.6,0,1.3-0.2,1.7-0.7l3.8-3.7l3.7,3.7c0.4,0.5,1.1,0.7,1.7,0.7s1.3-0.2,1.7-0.7 c0.5-0.5,0.7-1.1,0.7-1.7c0-0.7-0.2-1.3-0.7-1.7L13.9,10.6z M3.5,3.5l1.7,0.9v0.9H4.3L3.5,3.5z M5.4,16.4c-0.4,0.4-1.2,0.4-1.7,0 c-0.2-0.2-0.3-0.5-0.3-0.9s0.1-0.6,0.4-0.9L11,7.4L10.9,7c-0.1-0.2-0.1-0.5-0.1-0.7c0-1.6,1.3-3,3-3c0.1,0,0.1,0,0.2,0l-2.6,2.6 l2.4,2.4l2.9-2.9c0.1,0.3,0.2,0.5,0.2,0.9c0,1.6-1.3,3-3,3c-0.2,0-0.5-0.1-0.7-0.1l-0.4-0.1L5.4,16.4z M16.3,16.4 c-0.4,0.4-1.3,0.4-1.7,0l-3.7-3.7l1.7-1.7l3.7,3.7c0.2,0.2,0.4,0.5,0.4,0.9C16.7,15.9,16.5,16.2,16.3,16.4z",
|
|
62
|
+
fill: "white"
|
|
63
|
+
})
|
|
64
|
+
})
|
|
65
|
+
};
|
|
66
|
+
var IconTool = function(_param) {
|
|
67
|
+
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 20 20' : _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 IconTool = ({ viewBox = '0 0 20 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
76
|
export default IconTool;
|
|
8
|
-
//# sourceMappingURL=IconTool.js.map
|
|
@@ -1,10 +1,79 @@
|
|
|
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 { forwardRef } from 'react';
|
|
3
58
|
import { Icon } from './Icon';
|
|
4
|
-
|
|
5
|
-
default:
|
|
59
|
+
var variants = {
|
|
60
|
+
default: /*#__PURE__*/ _jsx(_Fragment, {
|
|
61
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
62
|
+
d: "M8 2.5C4.6912 2.5 2 5.1912 2 8.5C2 11.8088 4.6912 14.5 8 14.5C11.3088 14.5 14 11.8088 14 8.5C14 5.1912 11.3088 2.5 8 2.5ZM8 3.5016C10.768 3.5016 12.9984 5.7352 12.9984 8.5C12.9984 11.2648 10.768 13.4984 8 13.4984C5.232 13.4984 3.0016 11.268 3.0016 8.5C3.0016 5.732 5.232 3.5016 8 3.5016ZM7.5008 5.4984V6.4968H8.4992V5.4984H7.5008ZM7.5008 7.5016V11.5016H8.4992V7.5016H7.5008Z",
|
|
63
|
+
fill: "#585858"
|
|
64
|
+
})
|
|
65
|
+
})
|
|
6
66
|
};
|
|
7
|
-
|
|
67
|
+
var IconTooltip = /*#__PURE__*/ forwardRef(function(_param, ref) {
|
|
68
|
+
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, [
|
|
69
|
+
"viewBox",
|
|
70
|
+
"variant"
|
|
71
|
+
]);
|
|
72
|
+
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
73
|
+
ref: ref,
|
|
74
|
+
viewBox: viewBox,
|
|
75
|
+
element: variants[variant]
|
|
76
|
+
}, props));
|
|
77
|
+
});
|
|
8
78
|
IconTooltip.displayName = 'IconTooltip';
|
|
9
79
|
export default IconTooltip;
|
|
10
|
-
//# sourceMappingURL=IconTooltip.js.map
|
package/dist/icons/IconTrash.js
CHANGED
|
@@ -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: "M14 4C13.5 4 12.9 4.2 12.6 4.6C12.3 5 12 5.5 12 6V7H6V9H7V25C7 26.6 8.4 28 10 28H22C23.6 28 25 26.6 25 25V9H26V7H20V6C20 5.5 19.8 4.9 19.4 4.6C19 4.3 18.5 4 18 4H14ZM14 6H18V7H14V6ZM9 9H23V25C23 25.6 22.6 26 22 26H10C9.4 26 9 25.6 9 25V9ZM11 12V23H13V12H11ZM15 12V23H17V12H15ZM19 12V23H21V12H19Z",
|
|
62
|
+
fill: "currentColor"
|
|
63
|
+
})
|
|
64
|
+
})
|
|
65
|
+
};
|
|
66
|
+
var IconTrash = function(_param) {
|
|
67
|
+
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, [
|
|
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 IconTrash = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
76
|
export default IconTrash;
|
|
8
|
-
//# sourceMappingURL=IconTrash.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: "M12 2.41406L11.3438 3.53906L2.34375 19.125L1.71094 20.25H22.2891L21.6562 19.125L12.6562 3.53906L12 2.41406ZM12 5.41406L19.6875 18.75H4.3125L12 5.41406ZM11.25 10.5V15H12.75V10.5H11.25ZM11.25 15.75V17.25H12.75V15.75H11.25Z",
|
|
62
|
+
fill: "currentColor"
|
|
63
|
+
})
|
|
64
|
+
})
|
|
65
|
+
};
|
|
66
|
+
var IconTriangleExclamation = 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));
|
|
5
75
|
};
|
|
6
|
-
const IconTriangleExclamation = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
76
|
export default IconTriangleExclamation;
|
|
8
|
-
//# sourceMappingURL=IconTriangleExclamation.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: "M12 3C7.05 3 3 7.05 3 12C3 16.95 7.05 21 12 21C16.95 21 21 16.95 21 12C21 7.05 16.95 3 12 3ZM12 19.5C7.875 19.5 4.5 16.125 4.5 12C4.5 7.875 7.875 4.5 12 4.5C16.125 4.5 19.5 7.875 19.5 12C19.5 16.125 16.125 19.5 12 19.5Z",
|
|
63
|
+
fill: "currentColor"
|
|
64
|
+
}),
|
|
65
|
+
/*#__PURE__*/ _jsx("path", {
|
|
66
|
+
d: "M12 9.75C10.725 9.75 9.75 10.725 9.75 12C9.75 13.275 10.725 14.25 12 14.25C13.275 14.25 14.25 13.275 14.25 12C14.25 10.725 13.275 9.75 12 9.75ZM12 12.75C11.55 12.75 11.25 12.45 11.25 12C11.25 11.55 11.55 11.25 12 11.25C12.45 11.25 12.75 11.55 12.75 12C12.75 12.45 12.45 12.75 12 12.75Z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ _jsx("path", {
|
|
70
|
+
d: "M17.55 9.675C17.4 9.225 17.1 8.775 16.8 8.4C15.825 7.125 14.4 6.225 12.75 6.075C12.525 6 12.3 6 12 6C11.775 6 11.55 6 11.25 6.075C9.6 6.225 8.175 7.125 7.2 8.4C6.9 8.775 6.6 9.225 6.45 9.675C6.15 10.425 6 11.175 6 12.075C6 12.9 6.15 13.65 6.45 14.4C6.6 14.85 6.9 15.3 7.2 15.675C8.175 16.95 9.6 17.85 11.25 18C11.475 18 11.775 18.075 12 18.075C12.225 18.075 12.45 18.075 12.75 18C14.4 17.85 15.825 16.95 16.8 15.675C17.1 15.3 17.4 14.85 17.55 14.4C17.85 13.65 18 12.9 18 12C18 11.175 17.85 10.425 17.55 9.675ZM15.9 13.425C15.525 13.2 15.075 13.35 14.85 13.725C14.625 14.1 14.775 14.55 15.075 14.775L15.375 14.925C14.7 15.75 13.725 16.275 12.675 16.5V16.2C12.675 15.825 12.375 15.45 11.925 15.45C11.55 15.45 11.175 15.75 11.175 16.2V16.5C10.125 16.35 9.15 15.75 8.475 14.925L8.775 14.775C9.15 14.55 9.3 14.1 9.075 13.725C8.85 13.35 8.4 13.275 8.025 13.425L7.725 13.575C7.575 13.05 7.5 12.525 7.5 12C7.5 11.4 7.575 10.875 7.8 10.425L8.1 10.575C8.25 10.65 8.325 10.65 8.475 10.65C8.7 10.65 9 10.5 9.15 10.275C9.375 9.9 9.225 9.45 8.925 9.225L8.625 9.075C9.3 8.25 10.275 7.725 11.325 7.5V7.8C11.325 8.175 11.625 8.55 12.075 8.55C12.45 8.55 12.825 8.25 12.825 7.8V7.5C13.875 7.65 14.85 8.25 15.525 9.075L15.225 9.225C14.85 9.45 14.7 9.9 14.925 10.275C15.075 10.5 15.3 10.65 15.6 10.65C15.75 10.65 15.825 10.65 15.975 10.575L16.275 10.425C16.425 10.875 16.575 11.4 16.575 12C16.575 12.6 16.5 13.125 16.275 13.575L15.9 13.425Z",
|
|
71
|
+
fill: "currentColor"
|
|
72
|
+
})
|
|
73
|
+
]
|
|
74
|
+
})
|
|
75
|
+
};
|
|
76
|
+
var IconTyresBrakes = function(_param) {
|
|
77
|
+
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, [
|
|
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 IconTyresBrakes = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
86
|
export default IconTyresBrakes;
|
|
8
|
-
//# sourceMappingURL=IconTyersBrakes.js.map
|
package/dist/icons/IconTyre.js
CHANGED
|
@@ -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: "M8 2C4.7 2 2 4.7 2 8C2 11.3 4.7 14 8 14C11.3 14 14 11.3 14 8C14 4.7 11.3 2 8 2ZM8 13C5.25 13 3 10.75 3 8C3 5.25 5.25 3 8 3C10.75 3 13 5.25 13 8C13 10.75 10.75 13 8 13Z",
|
|
63
|
+
fill: "white"
|
|
64
|
+
}),
|
|
65
|
+
/*#__PURE__*/ _jsx("path", {
|
|
66
|
+
d: "M8 6.5C7.15 6.5 6.5 7.15 6.5 8C6.5 8.85 7.15 9.5 8 9.5C8.85 9.5 9.5 8.85 9.5 8C9.5 7.15 8.85 6.5 8 6.5ZM8 8.5C7.7 8.5 7.5 8.3 7.5 8C7.5 7.7 7.7 7.5 8 7.5C8.3 7.5 8.5 7.7 8.5 8C8.5 8.3 8.3 8.5 8 8.5Z",
|
|
67
|
+
fill: "white"
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ _jsx("path", {
|
|
70
|
+
d: "M11.7 6.45C11.6 6.15 11.4 5.85 11.2 5.6C10.55 4.75 9.6 4.15 8.5 4.05C8.35 4 8.2 4 8 4C7.85 4 7.7 4 7.5 4.05C6.4 4.15 5.45 4.75 4.8 5.6C4.6 5.85 4.4 6.15 4.3 6.45C4.1 6.95 4 7.45 4 8.05C4 8.6 4.1 9.1 4.3 9.6C4.4 9.9 4.6 10.2 4.8 10.45C5.45 11.3 6.4 11.9 7.5 12C7.65 12 7.85 12.05 8 12.05C8.15 12.05 8.3 12.05 8.5 12C9.6 11.9 10.55 11.3 11.2 10.45C11.4 10.2 11.6 9.9 11.7 9.6C11.9 9.1 12 8.6 12 8C12 7.45 11.9 6.95 11.7 6.45ZM10.6 8.95C10.35 8.8 10.05 8.9 9.9 9.15C9.75 9.4 9.85 9.7 10.05 9.85L10.25 9.95C9.8 10.5 9.15 10.85 8.45 11V10.8C8.45 10.55 8.25 10.3 7.95 10.3C7.7 10.3 7.45 10.5 7.45 10.8V11C6.75 10.9 6.1 10.5 5.65 9.95L5.85 9.85C6.1 9.7 6.2 9.4 6.05 9.15C5.9 8.9 5.6 8.85 5.35 8.95L5.15 9.05C5.05 8.7 5 8.35 5 8C5 7.6 5.05 7.25 5.2 6.95L5.4 7.05C5.5 7.1 5.55 7.1 5.65 7.1C5.8 7.1 6 7 6.1 6.85C6.25 6.6 6.15 6.3 5.95 6.15L5.75 6.05C6.2 5.5 6.85 5.15 7.55 5V5.2C7.55 5.45 7.75 5.7 8.05 5.7C8.3 5.7 8.55 5.5 8.55 5.2V5C9.25 5.1 9.9 5.5 10.35 6.05L10.15 6.15C9.9 6.3 9.8 6.6 9.95 6.85C10.05 7 10.2 7.1 10.4 7.1C10.5 7.1 10.55 7.1 10.65 7.05L10.85 6.95C10.95 7.25 11.05 7.6 11.05 8C11.05 8.4 11 8.75 10.85 9.05L10.6 8.95Z",
|
|
71
|
+
fill: "currentColor"
|
|
72
|
+
})
|
|
73
|
+
]
|
|
74
|
+
})
|
|
75
|
+
};
|
|
76
|
+
var IconTyre = function(_param) {
|
|
77
|
+
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 ? '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 IconTyre = ({ viewBox = '0 0 16 16', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
86
|
export default IconTyre;
|
|
8
|
-
//# sourceMappingURL=IconTyre.js.map
|