@laerdal/life-react-components 1.11.0-dev.35.full → 1.11.0-dev.37
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/icons/contenticons/ContentIcons.cjs +83 -2
- package/dist/icons/contenticons/ContentIcons.cjs.map +1 -1
- package/dist/icons/contenticons/ContentIcons.d.ts +3 -0
- package/dist/icons/contenticons/ContentIcons.js +72 -0
- package/dist/icons/contenticons/ContentIcons.js.map +1 -1
- package/dist/icons/systemicons/SystemIcons.cjs +28 -1
- package/dist/icons/systemicons/SystemIcons.cjs.map +1 -1
- package/dist/icons/systemicons/SystemIcons.d.ts +1 -0
- package/dist/icons/systemicons/SystemIcons.js +24 -0
- package/dist/icons/systemicons/SystemIcons.js.map +1 -1
- package/package.json +4 -2
|
@@ -168,3 +168,6 @@ export declare const VentilationVolume: React.FunctionComponent<IconProps>;
|
|
|
168
168
|
export declare const Video: React.FunctionComponent<IconProps>;
|
|
169
169
|
export declare const VideoRecording: React.FunctionComponent<IconProps>;
|
|
170
170
|
export declare const VitalSigns: React.FunctionComponent<IconProps>;
|
|
171
|
+
export declare const Truck: React.FunctionComponent<IconProps>;
|
|
172
|
+
export declare const RQICart: React.FunctionComponent<IconProps>;
|
|
173
|
+
export declare const Cookie: React.FunctionComponent<IconProps>;
|
|
@@ -4035,4 +4035,76 @@ export var VitalSigns = function VitalSigns(_ref168) {
|
|
|
4035
4035
|
})
|
|
4036
4036
|
});
|
|
4037
4037
|
};
|
|
4038
|
+
export var Truck = function Truck(_ref169) {
|
|
4039
|
+
var className = _ref169.className,
|
|
4040
|
+
_ref169$color = _ref169.color,
|
|
4041
|
+
color = _ref169$color === void 0 ? 'currentColor' : _ref169$color,
|
|
4042
|
+
_ref169$size = _ref169.size,
|
|
4043
|
+
size = _ref169$size === void 0 ? '48px' : _ref169$size,
|
|
4044
|
+
_ref169$label = _ref169.label,
|
|
4045
|
+
label = _ref169$label === void 0 ? '' : _ref169$label,
|
|
4046
|
+
_ref169$viewBox = _ref169.viewBox,
|
|
4047
|
+
viewBox = _ref169$viewBox === void 0 ? '0 0 48 48' : _ref169$viewBox;
|
|
4048
|
+
return /*#__PURE__*/_jsx(ContentIcon, {
|
|
4049
|
+
tooltip: label,
|
|
4050
|
+
children: /*#__PURE__*/_jsx(SVG, {
|
|
4051
|
+
src: ContentIcons.Truck,
|
|
4052
|
+
height: getSize(size),
|
|
4053
|
+
width: getSize(size),
|
|
4054
|
+
className: className,
|
|
4055
|
+
viewBox: viewBox,
|
|
4056
|
+
preProcessor: function preProcessor(content) {
|
|
4057
|
+
return formatSvgString(content, color);
|
|
4058
|
+
}
|
|
4059
|
+
})
|
|
4060
|
+
});
|
|
4061
|
+
};
|
|
4062
|
+
export var RQICart = function RQICart(_ref170) {
|
|
4063
|
+
var className = _ref170.className,
|
|
4064
|
+
_ref170$color = _ref170.color,
|
|
4065
|
+
color = _ref170$color === void 0 ? 'currentColor' : _ref170$color,
|
|
4066
|
+
_ref170$size = _ref170.size,
|
|
4067
|
+
size = _ref170$size === void 0 ? '48px' : _ref170$size,
|
|
4068
|
+
_ref170$label = _ref170.label,
|
|
4069
|
+
label = _ref170$label === void 0 ? '' : _ref170$label,
|
|
4070
|
+
_ref170$viewBox = _ref170.viewBox,
|
|
4071
|
+
viewBox = _ref170$viewBox === void 0 ? '0 0 48 48' : _ref170$viewBox;
|
|
4072
|
+
return /*#__PURE__*/_jsx(ContentIcon, {
|
|
4073
|
+
tooltip: label,
|
|
4074
|
+
children: /*#__PURE__*/_jsx(SVG, {
|
|
4075
|
+
src: ContentIcons.RqiCart,
|
|
4076
|
+
height: getSize(size),
|
|
4077
|
+
width: getSize(size),
|
|
4078
|
+
className: className,
|
|
4079
|
+
viewBox: viewBox,
|
|
4080
|
+
preProcessor: function preProcessor(content) {
|
|
4081
|
+
return formatSvgString(content, color);
|
|
4082
|
+
}
|
|
4083
|
+
})
|
|
4084
|
+
});
|
|
4085
|
+
};
|
|
4086
|
+
export var Cookie = function Cookie(_ref171) {
|
|
4087
|
+
var className = _ref171.className,
|
|
4088
|
+
_ref171$color = _ref171.color,
|
|
4089
|
+
color = _ref171$color === void 0 ? 'currentColor' : _ref171$color,
|
|
4090
|
+
_ref171$size = _ref171.size,
|
|
4091
|
+
size = _ref171$size === void 0 ? '48px' : _ref171$size,
|
|
4092
|
+
_ref171$label = _ref171.label,
|
|
4093
|
+
label = _ref171$label === void 0 ? '' : _ref171$label,
|
|
4094
|
+
_ref171$viewBox = _ref171.viewBox,
|
|
4095
|
+
viewBox = _ref171$viewBox === void 0 ? '0 0 48 48' : _ref171$viewBox;
|
|
4096
|
+
return /*#__PURE__*/_jsx(ContentIcon, {
|
|
4097
|
+
tooltip: label,
|
|
4098
|
+
children: /*#__PURE__*/_jsx(SVG, {
|
|
4099
|
+
src: ContentIcons.Cookie,
|
|
4100
|
+
height: getSize(size),
|
|
4101
|
+
width: getSize(size),
|
|
4102
|
+
className: className,
|
|
4103
|
+
viewBox: viewBox,
|
|
4104
|
+
preProcessor: function preProcessor(content) {
|
|
4105
|
+
return formatSvgString(content, color);
|
|
4106
|
+
}
|
|
4107
|
+
})
|
|
4108
|
+
});
|
|
4109
|
+
};
|
|
4038
4110
|
//# sourceMappingURL=ContentIcons.js.map
|