medical-device-symbols
Version:
Easy and light-weight international medical device symbols based on ISO 15223-1 for regulatory compliance
237 lines (236 loc) • 84.8 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ICON_NAMES = exports.icons = exports.UpperLimitOfTemperatureIcon = exports.UdiIcon = exports.TemperatureLimitIcon = exports.SterilizedUsingSteamOrDryHeatIcon = exports.SterilizedUsingIrradiationIcon = exports.SterilizedUsingEthyleneOxideIcon = exports.SterilizedUsingAsepticProcessingTechniquesIcon = exports.SterileIcon = exports.SerialNumberIcon = exports.NonPyrogenicIcon = exports.MdIcon = exports.ManufacturerIcon = exports.ManufactureDateIcon = exports.LowerLimitOfTemperatureIcon = exports.LiquidFilterWithPoreSizeIcon = exports.LatexIcon = exports.InVitroDiagnosticMedicalDeviceIcon = exports.HumidityLimitationIcon = exports.FluidPathIcon = exports.DoNotUseIfPackageIsDamagedIcon = exports.DoNotReUseIcon = exports.ConsultInstructionsForUseIcon = exports.CeIcon = exports.CeBsiIcon = exports.CautionIcon = exports.CatalogueNumberIcon = exports.BatchCodeIcon = exports.AuthorizedRepresentativeInTheEuropeanCommunityIcon = exports.AtmosphericPressureLimitationIcon = void 0;
const react_1 = __importDefault(require("react"));
// Base icon component factory
const createIcon = (displayName, svgContent, viewBox = "0 0 24 24") => {
const IconComponent = react_1.default.forwardRef(({ size = 24, ...props }, ref) => {
return react_1.default.createElement("svg", {
ref,
width: size,
height: size,
viewBox,
fill: "currentColor",
xmlns: "http://www.w3.org/2000/svg",
...props,
dangerouslySetInnerHTML: { __html: svgContent },
});
});
IconComponent.displayName = displayName;
return IconComponent;
};
// SVG content for atmospheric-pressure-limitation
const atmosphericpressurelimitationSvgContent = `<g fill="none">
<g stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
</g>
<path
d="m173.49 2.375c-5.702 0-8.227 0.02-8.314 0.066-0.267 0.143-0.575 0.537-1.618 2.059-1.33 1.947-3.082 4.481-3.41 4.938-0.185 0.256-0.636 0.904-1.004 1.437-0.367 0.533-0.941 1.348-1.273 1.813-0.332 0.464-0.852 1.209-1.156 1.656s-0.758 1.094-1.008 1.437c-0.25 0.344-0.77 1.089-1.156 1.657-0.69 1.011-0.989 1.434-1.561 2.207-0.158 0.213-0.549 0.78-0.871 1.261s-0.819 1.192-1.105 1.58c-0.287 0.389-0.791 1.106-1.122 1.594-0.33 0.488-0.887 1.283-1.236 1.764-1.004 1.384-1.268 1.758-1.351 1.916-0.044 0.081-0.405 0.596-0.801 1.146-0.397 0.55-0.948 1.338-1.227 1.75-0.781 1.157-1.205 1.766-1.619 2.323-0.209 0.28-0.578 0.801-0.818 1.156-0.241 0.355-0.821 1.18-1.287 1.834-0.467 0.653-0.953 1.376-1.08 1.605l-0.233 0.416-0.426-0.176c-0.234-0.096-0.635-0.317-0.888-0.49-0.501-0.341-1.35-0.827-2.524-1.451-0.412-0.219-1.031-0.549-1.375-0.732-2.307-1.234-5.615-2.79-7.752-3.645-9.211-3.685-19.654-5.526-29.4-5.187-4.828 0.168-7.935 0.525-12.535 1.445-6.342 1.267-12.193 3.261-17.965 6.123-5.272 2.613-9.867 5.63-14.754 9.682-2.993 2.481-6.314 5.785-8.752 8.709-0.223 0.267-0.623 0.745-0.889 1.062-0.886 1.058-1.999 2.507-2.66 3.463-0.114 0.165-0.511 0.727-0.883 1.248-0.371 0.521-0.784 1.12-0.918 1.332-0.133 0.212-0.506 0.798-0.828 1.303-0.586 0.917-1.275 2.071-2.084 3.48-0.574 1.002-2.623 5.131-3.146 6.344-0.406 0.941-1.024 2.474-1.537 3.812-0.652 1.702-1.536 4.471-2.094 6.563-0.681 2.551-1.097 4.508-1.58 7.426-0.41 2.478-0.479 3.013-0.656 5.053-0.244 2.801-0.317 4.399-0.315 6.958 3e-3 3.088 0.134 5.049 0.592 8.844 0.518 4.296 1.519 8.926 2.789 12.906 1.297 4.064 2.667 7.42 4.555 11.157 1.186 2.347 1.732 3.312 3.498 6.187 0.5 0.814 2.095 3.152 2.814 4.125 0.507 0.686 2.052 2.658 2.959 3.778 2.548 3.145 6.968 7.48 10.453 10.252 0.323 0.256 0.778 0.655 1.01 0.886 0.353 0.351 0.422 0.455 0.422 0.629 0 0.234-0.084 0.376-0.49 0.83-0.154 0.172-0.473 0.608-0.707 0.969-0.235 0.361-0.508 0.769-0.608 0.906-0.437 0.605-1.241 1.772-1.379 2-0.082 0.138-0.477 0.709-0.875 1.268-0.397 0.559-0.896 1.276-1.109 1.594-0.628 0.935-0.897 1.319-1.418 2.029-0.271 0.369-0.809 1.137-1.195 1.707s-1.025 1.484-1.418 2.031c-0.394 0.548-0.876 1.244-1.072 1.547-0.197 0.303-0.703 1.034-1.125 1.625-0.423 0.591-0.879 1.244-1.014 1.451s-0.556 0.807-0.934 1.332c-0.378 0.526-1.039 1.468-1.469 2.096-0.429 0.627-1.064 1.533-1.41 2.012-0.345 0.479-0.86 1.218-1.144 1.642-0.284 0.425-0.702 1.029-0.93 1.344s-0.707 1.004-1.062 1.531c-0.356 0.527-0.924 1.328-1.264 1.781-0.34 0.454-1.024 1.429-1.52 2.167-0.807 1.201-0.922 1.346-1.113 1.392-0.078 0.019-5.545 0.032-9.933 0.047h-19.682v0.09l-4e-3 0.293v1.515c0 0.08 4e-3 0.135 4e-3 0.217v3.217h23.865v-0.029c1.999-6e-3 1.866 2e-3 4.569-0.01 4.196-0.019 3.882 0.027 4.455-0.629 0.327-0.375 1.472-1.998 3.509-4.979 0.271-0.395 0.614-0.887 0.766-1.093 0.152-0.207 0.528-0.741 0.834-1.188 0.725-1.058 1.355-1.963 1.937-2.779 0.259-0.362 0.633-0.896 0.832-1.19 0.2-0.292 0.543-0.784 0.762-1.093 0.526-0.741 1.39-1.979 1.897-2.719 0.223-0.327 0.523-0.748 0.666-0.938 0.143-0.188 0.551-0.765 0.906-1.281 0.355-0.515 1.014-1.459 1.465-2.093 0.451-0.636 1.228-1.741 1.724-2.454 0.497-0.713 1.135-1.627 1.42-2.031s0.648-0.931 0.805-1.172c0.157-0.24 0.421-0.62 0.588-0.843 0.167-0.224 0.584-0.815 0.928-1.313 1.001-1.454 1.77-2.548 2.011-2.863 0.124-0.161 0.456-0.631 0.739-1.043 0.283-0.413 0.645-0.935 0.806-1.16 0.161-0.226 0.494-0.69 0.739-1.032 0.244-0.342 0.59-0.867 0.769-1.168 0.202-0.338 0.367-0.547 0.432-0.547 0.112 2e-3 0.918 0.397 1.072 0.528 0.371 0.314 3.552 2.054 5.719 3.127 2.206 1.092 3.366 1.616 5.269 2.387 1.263 0.511 3.914 1.495 4.574 1.697 0.121 0.037 0.711 0.22 1.313 0.41 3.987 1.257 8.27 2.197 12.406 2.721 6.679 0.845 11.337 0.895 17.75 0.191 2.728-0.299 5.732-0.822 8.844-1.537 3.577-0.822 7.656-2.131 11.187-3.588 3.082-1.272 6.355-2.894 9.344-4.635 2.048-1.192 4.603-2.865 6.125-4.009 0.413-0.311 0.849-0.638 0.969-0.729 2.24-1.688 3.272-2.544 5.621-4.668 1.583-1.43 3.854-3.713 4.869-4.895 1.97-2.289 3.295-3.897 4.018-4.874 3.547-4.8 5.808-8.586 8.228-13.782 0.241-0.515 0.571-1.261 0.735-1.656 0.163-0.395 0.416-1 0.562-1.344 0.696-1.634 1.866-5.076 2.594-7.625 1.309-4.585 2.192-9.525 2.635-14.75 0.121-1.434 0.138-2.057 0.14-5.312 2e-3 -3.291-0.013-3.869-0.138-5.375-0.188-2.262-0.355-3.797-0.582-5.375-1.202-8.351-3.495-15.572-7.309-23.016-3.04-5.933-6.311-10.773-10.762-15.922-1.296-1.499-4.859-4.997-6.304-6.189-0.124-0.102-0.574-0.482-1-0.844s-1.127-0.935-1.557-1.271c-0.43-0.337-0.913-0.737-1.074-0.891-0.273-0.261-0.289-0.293-0.229-0.465 0.036-0.101 0.184-0.317 0.33-0.48 0.146-0.164 0.338-0.41 0.426-0.547 0.088-0.138 0.332-0.489 0.541-0.782 0.209-0.292 0.588-0.826 0.84-1.187 1.495-2.142 2.57-3.689 3.041-4.375 0.295-0.43 0.786-1.134 1.09-1.562 0.304-0.43 0.792-1.133 1.086-1.563 0.293-0.43 0.677-0.984 0.851-1.232 1.053-1.502 1.486-2.124 1.903-2.737 0.257-0.378 0.568-0.819 0.691-0.98 0.247-0.323 0.451-0.613 1.309-1.864 0.318-0.463 0.801-1.153 1.072-1.531s0.753-1.067 1.07-1.531c0.318-0.464 0.768-1.11 1.002-1.438 0.516-0.72 0.974-1.374 1.781-2.544 0.996-1.442 2.721-3.914 3.588-5.143 0.207-0.292 0.593-0.841 0.86-1.219 0.266-0.378 0.597-0.869 0.732-1.092 0.136-0.222 0.359-0.52 0.496-0.664l0.25-0.261 3.918-0.045c1.94-0.023 7.731-0.027 13.051-0.018h12.531v-0.045-2.469-2.468-0.219h-20.289v0.01c-1.582-2e-3 -0.229-0.01-3.623-0.01zm-72.4 29.215c6.193 0.177 11.78 0.968 17.082 2.418 10.098 2.761 19.556 7.921 27.512 15.013 1.23 1.098 4.586 4.476 5.599 5.637 1.392 1.595 3.614 4.406 4.568 5.78 4.244 6.105 7.252 12.175 9.387 18.937 1.951 6.18 3.008 12.466 3.194 19 0.05 1.791 2e-3 5.15-0.09 6.156-0.672 7.374-1.781 12.622-3.959 18.75-1.451 4.08-3.297 7.969-5.676 11.953-0.354 0.593-0.699 1.156-0.766 1.25-0.066 0.095-0.47 0.707-0.898 1.36s-0.972 1.455-1.209 1.783c-1.884 2.607-3.474 4.607-4.236 5.33l-6.211 6.238c-0.074 0.117-0.458 0.464-0.854 0.774-0.396 0.309-1.294 1.026-1.996 1.593-2.107 1.705-4.292 3.254-6.51 4.622-5.87 3.621-12.403 6.394-19 8.064-4.346 1.1-8.47 1.748-13.156 2.066-0.92 0.063-5.82 0.127-6.563 0.086-2.501-0.137-3.476-0.225-5.531-0.5-5.352-0.714-9.863-1.779-14.719-3.474-5.996-2.094-12.797-5.678-17.406-9.174-1.17-0.888-3.039-2.354-4.179-3.279-0.512-0.415-0.988-0.802-1.061-0.86-2.908-2.83-5.74-5.865-8.457-9.207-2.146-2.765-4.025-5.582-5.672-8.5-1.103-1.953-2.818-5.498-3.539-7.312-3.191-8.033-4.823-15.724-5.189-24.438-0.194-4.6 0.428-10.945 1.595-16.281 0.783-3.58 2.048-7.748 3.157-10.406 0.143-0.344 0.374-0.907 0.513-1.25 0.606-1.493 1.984-4.403 2.647-5.594 0.143-0.258 0.394-0.722 0.558-1.031 0.863-1.626 2.709-4.603 3.875-6.25 0.632-0.893 2.661-3.58 3.075-4.073 1.059-1.261 1.433-1.687 2.515-2.863 3.418-3.714 7.21-7.102 10.631-9.5 0.533-0.373 1.123-0.795 1.313-0.939 0.53-0.405 3.427-2.224 4.281-2.69 0.24-0.131 0.511-0.289 0.601-0.351 0.306-0.211 2.641-1.441 3.899-2.055 5.816-2.838 12.168-4.855 18.687-5.932 3.485-0.575 8.818-0.948 12.188-0.851zm-41.608 43.885 0.022 7.009c0.018 5.688 7e-3 7.024-0.059 7.09-0.122 0.123-2.687 0.162-11.387 0.17-4.176 4e-3 -8.29 0.024-9.142 0.047l-1.551 0.041 0.02 10.332c0.015 8.372 0.033 10.344 0.099 10.41s2.141 0.088 10.907 0.114c5.953 0.017 10.861 0.054 10.906 0.083 0.045 0.03 0.106 0.12 0.137 0.2 0.03 0.08 0.062 3.179 0.07 6.9 8e-3 3.715 0.036 6.754 0.06 6.754 0.025 0 0.224-0.133 0.442-0.295 0.495-0.368 23.93-23.807 24.037-24.041 0.075-0.166 0.056-0.192-0.684-0.994-0.948-1.029-22.935-23.016-23.48-23.481l-0.397-0.339zm80.811 0.238c-0.016-0.016-0.309 0.216-0.649 0.516-0.692 0.61-20.534 20.401-22.623 22.564l-1.337 1.387 11.609 11.613c6.385 6.387 11.945 11.915 12.355 12.283 0.411 0.369 0.749 0.664 0.752 0.656 3e-3 -7e-3 -0.012-0.745-0.035-1.638-0.061-2.437 1e-3 -11.965 0.08-12.172l0.067-0.172 3.257-0.014c1.792-7e-3 6.619-0.017 10.727-0.023 4.184-7e-3 7.565-0.037 7.688-0.068 0.191-0.05 0.223-0.087 0.257-0.299 0.022-0.134 0.05-4.814 0.063-10.403l0.023-10.162-21.84-0.062-0.142-0.143c-0.139-0.139-0.144-0.179-0.178-1.844-0.019-0.935-0.036-4.016-0.039-6.845-3e-3 -2.83-0.019-5.158-0.035-5.174zm-5.401 12.805c0.145 0.048 0.179 0.576 0.219 3.461 0.023 1.621 0.065 2.971 0.094 3 0.029 0.028 4.941 0.052 10.918 0.052 10.349 0 10.874 5e-3 10.98 0.112 0.106 0.105 0.112 0.393 0.112 5.089v4.977l-0.188 0.064c-0.122 0.041-3.953 0.064-11.047 0.067l-10.859 4e-3 -2e-3 2.156c-2e-3 2.196-0.043 3.678-0.115 4.18-0.022 0.153-0.075 0.29-0.117 0.304-0.089 0.03-0.086 0.033-1.403-1.392-0.538-0.584-3.013-3.09-5.5-5.571-2.486-2.48-4.58-4.587-4.656-4.681l-0.139-0.172 2.295-2.293c1.262-1.262 3.877-3.889 5.815-5.838 1.937-1.949 3.554-3.532 3.593-3.519zm-69.861 0.107c0.104 0 2.002 1.855 7.287 7.125 3.639 3.628 4.24 4.284 4.24 4.625 0 0.058-0.23 0.3-0.513 0.537-0.498 0.418-8.846 8.742-10.174 10.145-0.632 0.667-0.808 0.784-0.918 0.615-0.028-0.043-0.065-1.46-0.082-3.151-0.017-1.69-0.05-3.091-0.072-3.113-0.023-0.022-4.917-0.038-10.879-0.035l-10.84 6e-3 -0.166-0.166c-0.091-0.091-0.186-0.268-0.213-0.393s-0.049-2.328-0.049-4.896c0-4.171 0.012-4.68 0.1-4.768 0.089-0.089 1.114-0.101 10.312-0.127 5.618-0.015 10.545-0.052 10.952-0.08 0.527-0.036 0.756-0.076 0.798-0.14 0.036-0.055 0.054-1.262 0.045-3.061-8e-3 -1.633 7e-3 -3.004 0.033-3.047 0.027-0.042 0.089-0.076 0.139-0.076zm34.295 1.531c-1.679 0.106-3.331 0.635-4.799 1.578-1.973 1.269-3.365 3.052-4.033 5.162-0.6 1.895-0.732 3.807-0.373 5.418 0.253 1.136 0.79 2.455 1.314 3.229 1.792 2.645 4.39 4.28 7.373 4.641 0.85 0.102 2.224 0.074 2.887-0.061 1.412-0.288 3.034-0.984 4.176-1.793 0.739-0.523 1.802-1.575 2.268-2.242 1.826-2.621 2.339-6.04 1.349-8.994-0.438-1.308-1.338-2.832-2.248-3.805-0.891-0.952-1.793-1.615-2.951-2.168-1.577-0.752-3.284-1.07-4.963-0.965z" />`;
// SVG content for authorized-representative-in-the-european-community
const authorizedrepresentativeintheeuropeancommunitySvgContent = `<g fill="none" stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<rect x="2.5" y="68.5" width="195" height="57" fill="none" stroke="#000" stroke-width="5" />
<path d="m100 68.5v57" stroke="#000" stroke-width="5" />
<path
d="m113.18 85.59v21.953h6.8125v-8.9102h0.59961c0.61893 0 1.173 0.17036 1.6621 0.50977 0.35938 0.25955 0.76736 0.82292 1.2266 1.6914l3.625 6.709h7.666l-3.2793-6.3652c-0.15972-0.31944-0.47981-0.77235-0.95898-1.3613-0.46919-0.58898-0.82856-0.97461-1.0781-1.1543-0.36935-0.26953-0.95702-0.53906-1.7656-0.80859 1.0082-0.2296 1.8019-0.5178 2.3809-0.86719 0.90842-0.54904 1.6215-1.2641 2.1406-2.1426 0.5191-0.88846 0.7793-1.9403 0.7793-3.1582 0-1.3976-0.34071-2.5805-1.0195-3.5488-0.67882-0.9783-1.5716-1.6484-2.6797-2.0078s-2.7103-0.53906-4.8066-0.53906h-11.305zm26.248 0v21.953h18.508v-4.9727h-11.709v-4.3262h10.557v-4.4785h-10.557v-3.4883h11.379v-4.6875h-18.178zm24.631 0v21.953h6.8144v-8.1465h3.7129c2.7352 0 4.7661-0.62326 6.0938-1.8711 1.3377-1.2478 2.0078-2.9811 2.0078-5.1973 0-2.1562-0.61393-3.8184-1.8418-4.9863-1.2179-1.168-3.056-1.752-5.5117-1.752h-11.275zm-44.066 4.4336h2.9805c1.2379 0 2.0801 0.18902 2.5293 0.56836 0.44922 0.37934 0.67383 0.92404 0.67383 1.6328 0 0.47917-0.1441 0.90213-0.4336 1.2715-0.27951 0.36936-0.64453 0.59961-1.0938 0.68945-0.88845 0.19965-1.4874 0.29883-1.7969 0.29883h-2.8594v-4.4609zm50.881 0.029296h1.9316c1.2678 0 2.1306 0.23958 2.5898 0.71875 0.4592 0.47917 0.68945 1.0632 0.68945 1.752 0 0.70877-0.26584 1.2928-0.79492 1.752-0.52908 0.44922-1.4462 0.67383-2.7539 0.67383h-1.6621v-4.8965z"
fill-rule="evenodd" fill="#000" />
<path
d="m67.881 85.217c-3.5339 0-6.2684 0.977-8.2051 2.9336-1.9266 1.9466-2.8906 4.7374-2.8906 8.3711 0 2.7253 0.55035 4.962 1.6484 6.709 1.0981 1.747 2.4008 2.9692 3.9082 3.668 1.5174 0.6888 3.4677 1.0332 5.8535 1.0332 1.9666 0 3.5838-0.2845 4.8516-0.85352 1.2778-0.56901 2.3466-1.4132 3.2051-2.5312 0.85851-1.1181 1.4874-2.5106 1.8867-4.1777l-5.9453-1.7969c-0.29948 1.3876-0.78234 2.447-1.4512 3.1758-0.65886 0.72873-1.6378 1.0918-2.9355 1.0918-1.3377 0-2.3765-0.44921-3.1152-1.3476-0.73872-0.90842-1.1074-2.5799-1.1074-5.0156 0-1.9666 0.30881-3.4097 0.92774-4.3281 0.81858-1.2378 1.9978-1.8555 3.5352-1.8555 0.67882 0 1.2928 0.13846 1.8418 0.41797 0.54904 0.27951 1.0132 0.68012 1.3926 1.1992 0.2296 0.30946 0.44857 0.79796 0.6582 1.4668l5.9902-1.332c-0.76866-2.316-1.9479-4.0343-3.5352-5.1523-1.5773-1.1181-3.7485-1.6758-6.5137-1.6758zm-34.963 0.37305v21.953h18.508v-4.9727h-11.709v-4.3262h10.557v-4.4785h-10.557v-3.4883h11.379v-4.6875h-18.178z"
fill-rule="evenodd" fill="#000" />`;
// SVG content for batch-code
const batchcodeSvgContent = `<g fill="none">
<g stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
</g>
<path
d="m15.713 46.98v105.4h168.66v-105.4h-168.66zm5 5h158.66v95.405h-158.66v-95.405zm79.586 21.291c-0.442-1e-3 -0.887 0.011-1.338 0.036-2.518 0.137-4.265 0.52-6.594 1.445-1.893 0.752-3.686 1.817-5.443 3.23-0.874 0.704-2.231 2.024-2.844 2.768-0.603 0.732-1.674 2.292-2.131 3.105-0.723 1.288-1.546 3.144-1.924 4.34-0.411 1.303-0.721 3.25-0.837 5.274-0.101 1.747-0.112 12.334-0.014 13.219 0.32 2.904 0.995 5.282 2.162 7.609 1.276 2.544 3.164 4.929 5.355 6.764 1.545 1.292 3.386 2.428 5.25 3.238 1.88 0.817 4.219 1.413 6.403 1.633 0.378 0.038 0.786 0.08 0.906 0.093v2e-3c0.12 0.014 0.795 0.015 1.5 2e-3 1.956-0.034 3.767-0.355 5.82-1.031 4.614-1.518 7.943-3.924 10.815-7.81 0.659-0.893 1.222-1.826 1.803-2.995 0.654-1.316 1.012-2.284 1.404-3.791 0.706-2.715 0.894-5.46 0.82-11.996-0.073-6.473-0.272-8.169-1.279-10.972-1.211-3.369-2.989-6.131-5.418-8.416-1.698-1.598-3.481-2.798-5.653-3.803-2.805-1.299-5.673-1.937-8.763-1.944zm47.33 0.057c-11.066-9e-3 -18.364 7e-3 -18.399 0.041-0.034 0.035-0.039 2.128-0.011 5.279l0.047 5.221 6.414 0.02c3.527 0.01 6.462 0.042 6.519 0.07 0.058 0.028 0.122 0.097 0.145 0.154 0.022 0.058 0.041 8.642 0.041 19.075 0 10.432 0.016 19.832 0.035 20.888l0.035 1.92 0.631 0.02c1.51 0.048 9.577 0.04 9.656-0.01 0.073-0.046 0.085-0.743 0.076-4.297-0.049-19.585-0.031-37.502 0.037-37.621l0.077-0.131 6.482-0.039c3.565-0.022 6.504-0.063 6.533-0.092s0.046-2.399 0.037-5.267l-0.015-5.215-18.34-0.016zm-107.97 0.016v7.406c0 4.073 0.021 15.928 0.047 26.344 0.026 10.415 0.047 18.951 0.047 18.968-1e-3 0.031 31.258 0.015 31.287-0.015 0.047-0.048 0.151-9.951 0.108-10.235l-0.053-0.343-7.592-8e-3c-4.176-4e-3 -8.62 0.017-9.875 0.047-2.737 0.064-3.144 0.044-3.334-0.174-0.074-0.085-0.16-0.244-0.191-0.354-0.034-0.117-0.073-8.673-0.094-20.918l-0.037-20.718h-5.157-5.156zm60.625 10.57c1.452 0 2.267 0.12 3.35 0.496 3.149 1.093 5.501 3.444 6.59 6.59 0.57 1.648 0.615 2.338 0.574 8.881-0.018 2.867-0.06 5.266-0.1 5.681-0.219 2.291-0.676 3.686-1.73 5.286-1.005 1.525-2.52 2.775-4.428 3.652-0.906 0.417-2.356 0.786-3.318 0.846-0.31 0.019-0.661 0.042-0.781 0.052-0.473 0.041-1.82-0.082-2.536-0.23-1.94-0.402-3.613-1.305-4.998-2.695-0.911-0.915-1.463-1.678-1.994-2.754-0.467-0.947-0.677-1.515-0.853-2.305-0.326-1.462-0.326-1.455-0.354-7.352-0.026-5.629 8e-3 -6.878 0.209-7.841 0.412-1.975 1.503-3.893 3.098-5.446 1.306-1.271 2.648-2.06 4.295-2.521 0.963-0.27 1.572-0.339 2.976-0.34z" />`;
// SVG content for catalogue-number
const cataloguenumberSvgContent = `<g fill="none">
<g stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<path
d="m15.873 46.945v105.4h168.51v-105.4h-168.51zm5 5h158.51v95.402h-158.51v-95.402zm13.377 21.277v52.727h10.594v-18.699h6.1367 6.2305l1.0605 0.8125c2.05 1.5715 2.093 1.7813 2.1758 10.375l0.074218 7.5117h11.922c0.1632 0-0.27539-0.57584-0.72852-0.94922-0.16564-0.13649-0.39761-0.41575-0.50781-1.0137-0.0619-0.33588-0.072472-0.73466-0.076172-1.3789-0.007309-1.2666-0.13086-3.124-0.13086-5.9629 0-6.0475-0.054743-6.9783-0.50781-8.6133-0.59123-2.1335-1.1843-3.3666-2.5527-5.3086l-0.98828-1.4043 0.91406-1.1973c2.0688-2.7102 2.8885-5.1887 3.0625-9.2539 0.1459-3.4083-0.16969-5.1146-1.4531-7.8672-2.0501-4.3969-5.504-7.4102-10.35-9.0273-1.7162-0.57277-1.9731-0.58446-13.312-0.66602l-11.562-0.083985zm47.561 0.10742v26.359 26.26h18.25 18.375v-10.389h-26.227v-10.697h23.541v-10.51h-23.541v-10.666h26.227v-10.357h-36.625zm47.564 0-0.06445 26.357-0.0625 26.262h10.316v-21.086h21.186v-10.51h-21.186v-10.666h26.311v-10.357h-36.5zm-80.312 10.494c6.2355-0.10979 7.9281 0.20288 9.7344 2.0957 0.99302 1.0406 1.6918 2.7725 1.6953 4.2051 0.005532 2.2689-1.659 4.8567-3.7422 5.8184-0.69481 0.32073-1.9815 0.42319-6.25 0.5-2.9565 0.05321-5.6562-0.001953-5.6562-0.001953v-12.543l4.2188-0.074219z"
fill="#000" />
</g>`;
// SVG content for caution
const cautionSvgContent = `<g fill="none" stroke="transparent" stroke-width="3">
<path d="M0,16V0h16" />
<path d="M200,16V0h-16" />
<path d="M0,184v16h16" />
<path d="M200,184v16h-16" />
</g>
<polygon fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="6"
points="100 35.7 25.7 164.3 174.3 164.3 100 35.7" />
<rect x="94.2" y="63.2" width="11.7" height="67.9" fill="#000" />
<circle cx="100" cy="146.8" r="8" fill="#000" />`;
// SVG content for ce-bsi
const cebsiSvgContent = `<g fill="none" stroke="transparent" stroke-width="3">
<path d="M0,16V0h16" />
<path d="M200,16V0h-16" />
<path d="M0,184v16h16" />
<path d="M200,184v16h-16" />
</g>
<g fill="#000" fill-rule="evenodd">
<path
d="M82.5,130.4c-1.9.2-3.9.3-5.8.3-32.2,0-58.3-26.1-58.3-58.3S44.4,14,76.7,14s3.9,0,5.8.3v17.5c-1.9-.2-3.9-.3-5.8-.3-22.6,0-40.8,18.3-40.8,40.8s18.3,40.8,40.8,40.8c1.9,0,3.9,0,5.8-.3v17.5Z" />
<path
d="M181.7,130.4c-1.9.2-3.9.3-5.8.3-32.2,0-58.3-26.1-58.3-58.3s26.1-58.3,58.3-58.3,3.9,0,5.8.3v17.5c-1.9-.2-3.9-.3-5.8-.3-19.2,0-35.8,13.3-39.9,32.1h34.1v17.5h-34.1c4.1,18.7,20.7,32.1,39.9,32.1,1.9,0,3.9,0,5.8-.3v17.5Z" />
</g>
<g fill="#000">
<path
d="M70.9,175.4v6.2h-23.5c.2-2.4,1-4.6,2.3-6.7s3.8-4.9,7.5-8.4c3-2.8,4.9-4.7,5.6-5.7.9-1.4,1.4-2.7,1.4-4.1s-.4-2.6-1.2-3.4c-.8-.8-1.9-1.2-3.3-1.2s-2.5.4-3.3,1.3c-.8.8-1.3,2.2-1.4,4.2l-6.7-.7c.4-3.7,1.6-6.3,3.7-7.9,2.1-1.6,4.7-2.4,7.9-2.4s6.1.9,8.1,2.8,3,4.2,3,6.9-.3,3.1-.8,4.5-1.5,2.9-2.7,4.5c-.8,1-2.3,2.5-4.4,4.4s-3.4,3.2-4,3.9-1,1.2-1.4,1.9h13.3Z" />
<path
d="M75.4,153.3v-6.2h22.9v4.9c-1.9,1.9-3.8,4.5-5.8,8s-3.4,7.2-4.5,11.1c-1,3.9-1.5,7.4-1.5,10.5h-6.5c.1-4.8,1.1-9.8,3-14.8s4.4-9.5,7.5-13.5h-15.2Z" />
<path
d="M102.7,173.5l6.5-.7c.2,1.3.6,2.3,1.2,2.9.7.6,1.5,1,2.7,1s2.6-.6,3.5-1.9c1-1.3,1.6-3.9,1.9-7.9-1.7,2-3.8,2.9-6.3,2.9s-5.1-1.1-7.1-3.2c-2-2.1-3-4.9-3-8.3s1-6.4,3.2-8.6c2.1-2.2,4.8-3.2,8-3.2s6.4,1.4,8.7,4.1,3.4,7.2,3.4,13.5-1.2,11-3.5,13.8-5.4,4.2-9.2,4.2-4.9-.7-6.6-2.2c-1.7-1.5-2.8-3.6-3.3-6.5ZM117.8,158.9c0-2.2-.5-3.8-1.5-5-1-1.2-2.1-1.8-3.4-1.8s-2.3.5-3.1,1.5-1.2,2.6-1.2,4.8.5,3.9,1.3,5,2,1.6,3.3,1.6,2.4-.5,3.2-1.5c.9-1,1.3-2.5,1.3-4.5Z" />
<path
d="M129.7,153.3v-6.2h22.9v4.9c-1.9,1.9-3.8,4.5-5.8,8s-3.4,7.2-4.5,11.1c-1,3.9-1.5,7.4-1.5,10.5h-6.5c.1-4.8,1.1-9.8,3-14.8,1.9-5,4.4-9.5,7.5-13.5h-15.2Z" />
</g>`;
// SVG content for ce
const ceSvgContent = `<g fill="none" stroke="transparent" stroke-width="3">
<path d="M0,16V0h16" />
<path d="M200,16V0h-16" />
<path d="M0,184v16h16" />
<path d="M200,184v16h-16" />
</g>
<g fill="#000" fill-rule="evenodd">
<path
d="M82.5,158c-1.9.2-3.9.3-5.8.3-32.2,0-58.3-26.1-58.3-58.3s26.1-58.3,58.3-58.3,3.9,0,5.8.3v17.5c-1.9-.2-3.9-.3-5.8-.3-22.6,0-40.8,18.3-40.8,40.8s18.3,40.8,40.8,40.8c1.9,0,3.9,0,5.8-.3v17.5Z" />
<path
d="M181.7,158c-1.9.2-3.9.3-5.8.3-32.2,0-58.3-26.1-58.3-58.3s26.1-58.3,58.3-58.3,3.9,0,5.8.3v17.5c-1.9-.2-3.9-.3-5.8-.3-19.2,0-35.8,13.3-39.9,32.1h34.1v17.5h-34.1c4.1,18.7,20.7,32.1,39.9,32.1,1.9,0,3.9,0,5.8-.3v17.5Z" />
</g>`;
// SVG content for consult-instructions-for-use
const consultinstructionsforuseSvgContent = `<g fill="none" stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<g fill-rule="evenodd">
<path d="m124.85 92.936v5.5h8.5v28.99h-8.5273v5.3516h37v-5.3516h-8.4727v-31.053-3.4375h-28.5z" color="#000" />
<ellipse cx="143.53" cy="76.763" rx="10" ry="10" color="#000" />
<path
d="m85.092 37.453c-1.662-3e-3 -3.231 0.093-4.59 0.256-4.193 0.504-7.735 1.879-10.234 3.129-2.529 1.265-5.839 3.351-7.492 4.178-1.013 0.507-4.016 2.059-7.689 3.32-3.771 1.295-8.317 2.114-10.863 2.387-5.446 0.583-6.59 0.97-16.646-0.377-2.345-0.314-4.407-0.913-6.377-1.541-0.85-0.271-1.688-0.546-2.516-0.809-0.871-0.277-1.693-0.555-2.484-0.832v110.96c0.326 0.108 0.636 0.216 0.973 0.322 1.198 0.38 2.545 0.839 4.027 1.277 1.701 0.502 3.585 0.977 5.713 1.262 10.257 1.374 12.528 0.962 17.842 0.393 2.943-0.315 7.653-1.152 11.955-2.629 4.077-1.4 7.432-3.142 8.301-3.576 2.19-1.095 5.412-3.139 7.494-4.18 2.112-1.056 5.15-2.221 8.596-2.635 2.972-0.357 7.827-0.277 11.332 0.613 0.378 0.096 0.971 0.303 1.641 0.551 1.097 0.406 2.465 0.958 3.914 1.578 0.79 0.338 1.573 0.682 2.35 1.031 0.87-0.39 1.766-0.778 2.65-1.154 1.339-0.569 2.592-1.074 3.613-1.453 0.673-0.25 1.265-0.456 1.645-0.553 3.505-0.89 8.362-0.97 11.334-0.613 3.446 0.414 6.484 1.579 8.596 2.635 2.082 1.041 5.303 3.085 7.492 4.18 0.869 0.435 4.224 2.176 8.301 3.576 4.302 1.477 9.012 2.314 11.955 2.629 5.313 0.569 7.585 0.982 17.842-0.393 2.216-0.297 4.162-0.799 5.916-1.324 1.398-0.419 2.683-0.853 3.824-1.215 0.407-0.129 0.784-0.26 1.176-0.391v-110.97c-0.853 0.301-1.739 0.603-2.688 0.904-0.762 0.242-1.532 0.494-2.312 0.744-2.031 0.652-4.155 1.281-6.58 1.605-10.056 1.347-11.199 0.96-16.645 0.377-2.546-0.273-7.094-1.092-10.865-2.387-3.674-1.261-6.674-2.814-7.688-3.32-1.653-0.826-4.965-2.913-7.494-4.178-2.499-1.25-6.041-2.625-10.234-3.129-1.359-0.163-2.927-0.259-4.59-0.256-0.554 1e-3 -1.119 0.013-1.689 0.037-2.284 0.097-4.668 0.389-6.881 0.951-1.451 0.368-2.826 0.858-4.027 1.344-1.062 0.43-1.97 0.853-2.656 1.191-0.61-0.303-1.427-0.679-2.344-1.062-1.253-0.524-2.716-1.064-4.324-1.473-2.213-0.562-4.597-0.854-6.881-0.951-0.571-0.024-1.135-0.036-1.689-0.037zm0.719 5.035c2.25 0.054 4.649 0.298 6.621 0.799 2.193 0.557 4.279 1.494 5.555 2.117v100.27c-1.593-0.654-3.116-1.236-4.324-1.543-2.213-0.562-4.597-0.854-6.881-0.951-0.571-0.024-1.135-0.036-1.689-0.037-1.662-3e-3 -3.231 0.092-4.59 0.256-4.193 0.504-7.735 1.879-10.234 3.129-2.529 1.265-5.841 3.351-7.494 4.178-1.013 0.507-4.014 2.057-7.688 3.318-3.771 1.295-8.317 2.116-10.863 2.389-5.446 0.583-6.59 0.97-16.646-0.377-2.345-0.314-4.407-0.913-6.377-1.541v-100.46c1.701 0.502 3.585 0.977 5.713 1.262 10.257 1.374 12.528 0.962 17.842 0.393 2.943-0.315 7.653-1.152 11.955-2.629 4.077-1.4 7.432-3.142 8.301-3.576 2.19-1.095 5.412-3.137 7.494-4.178 2.112-1.056 5.15-2.223 8.596-2.637 0.743-0.089 1.603-0.151 2.531-0.18 0.696-0.022 1.43-0.024 2.18-6e-3zm31.236 6e-3c0.928 0.029 1.788 0.09 2.531 0.18 3.446 0.414 6.484 1.581 8.596 2.637 2.082 1.041 5.303 3.083 7.492 4.178 0.869 0.435 4.224 2.176 8.301 3.576 4.302 1.477 9.012 2.314 11.955 2.629 5.313 0.569 7.585 0.981 17.842-0.393 2.216-0.297 4.162-0.799 5.916-1.324v100.45c-2.031 0.652-4.155 1.281-6.58 1.605-10.056 1.347-11.199 0.96-16.645 0.377-2.546-0.273-7.094-1.094-10.865-2.389-3.674-1.261-6.674-2.812-7.688-3.318-1.653-0.826-4.965-2.913-7.494-4.178-2.499-1.25-6.041-2.625-10.234-3.129-1.359-0.163-2.927-0.259-4.59-0.256-0.554 1e-3 -1.119 0.013-1.689 0.037-2.284 0.097-4.668 0.389-6.881 0.951-1.138 0.289-2.538 0.801-4.027 1.404v-100.27c1.302-0.621 3.229-1.46 5.258-1.975 2.629-0.667 6.019-0.879 8.803-0.793z"
color="#000" />
</g>`;
// SVG content for do-not-re-use
const donotreuseSvgContent = `<g fill="none">
<g stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
</g>
<path
d="m95.438 173.25c-10.203-0.66-19.729-3.205-28.625-7.649-0.963-0.481-1.919-0.974-2.125-1.097-0.206-0.122-0.684-0.39-1.062-0.595-2.386-1.295-6.496-4.035-8.886-5.924-7.07-5.589-12.864-12.022-17.438-19.361-6.469-10.379-10.096-21.435-11.052-33.688-0.165-2.119-0.165-8.362 1e-3 -10.75 0.528-7.615 2.579-16.21 5.495-23.038 1.142-2.675 1.33-3.081 2.406-5.212 2.356-4.666 6.702-11.123 9.945-14.771 4.568-5.14 9.542-9.492 14.967-13.096 5.982-3.974 11.543-6.63 18.562-8.868 6.24-1.989 11.671-2.917 19.5-3.334 6.009-0.32 14.521 0.523 20.438 2.022 10.73 2.719 20.399 7.532 29.029 14.451 3.933 3.153 9.023 8.369 11.803 12.095 3.703 4.964 5.769 8.293 7.991 12.875 2.76 5.692 4.446 10.622 5.793 16.946 1.155 5.423 1.804 12.485 1.619 17.611-0.434 12.011-3.712 23.644-9.616 34.131-0.932 1.655-1.507 2.549-3.741 5.812-2.912 4.253-7.371 9.306-11.065 12.538-3.728 3.262-5.256 4.441-9 6.941-9.906 6.617-22.017 10.786-34.375 11.836-2.1 0.178-8.546 0.253-10.562 0.123zm11.188-5.373c10.041-1.141 17.809-3.484 25.88-7.806 4.216-2.258 9.366-5.801 11.995-8.252 0.447-0.417 1.065-0.961 1.374-1.21 0.553-0.446 0.559-0.457 0.375-0.809-0.242-0.464-38.184-38.386-38.645-38.624-0.329-0.17-0.368-0.162-0.622 0.13-0.149 0.172-0.473 0.609-0.72 0.972-0.743 1.092-2.029 2.872-2.508 3.471-0.442 0.552-1.035 1.377-2.874 4-0.506 0.722-1.263 1.772-1.681 2.333-0.887 1.19-2.817 3.897-3.448 4.836-0.506 0.753-1.342 1.887-2.334 3.167-0.383 0.494-1.098 1.479-1.59 2.188-1.226 1.77-1.559 2.237-3.142 4.403-0.758 1.037-1.767 2.448-2.243 3.136s-1.435 2.009-2.132 2.938c-2.204 2.935-2.966 4.135-2.758 4.343 0.037 0.037 10.123 0.073 22.414 0.08l22.347 0.014 0.062 2.588c0.061 2.509 0.055 2.59-0.188 2.655-0.462 0.124-52.115 0.073-52.312-0.052-0.152-0.096-0.187-0.446-0.187-1.842v-1.723l0.473-0.857c0.26-0.471 0.931-1.484 1.491-2.25 1.074-1.47 1.238-1.698 4.298-5.956 2.125-2.957 3.9-5.44 4.646-6.5 0.266-0.378 1.074-1.503 1.795-2.5 1.225-1.694 1.912-2.65 6.396-8.906 0.949-1.324 2.158-2.997 2.688-3.718 0.529-0.721 1.624-2.24 2.432-3.375s2.102-2.952 2.875-4.037c2.323-3.26 2.469-3.482 2.469-3.76 0-0.317-52.89-53.253-53.341-53.387-0.362-0.108-0.694 0.147-1.477 1.135-0.34 0.429-1.226 1.502-1.969 2.383-1.17 1.389-2.425 3.17-4.739 6.727-0.935 1.437-3.18 5.648-4.046 7.592-2.558 5.735-4.352 11.755-5.358 17.98-0.84 5.193-0.988 12.175-0.378 17.741 0.897 8.185 3.457 16.652 7.236 23.938 2.48 4.781 4.904 8.413 8.553 12.812 2.584 3.116 7.95 8.201 11.332 10.739 8.502 6.38 18.541 10.683 29.166 12.504 2.725 0.467 6.359 0.941 8.084 1.054 2.017 0.133 8.076-0.04 10.312-0.294zm45.448-23.394c0.819-0.972 1.658-2.005 1.865-2.296 0.206-0.291 0.856-1.17 1.444-1.952 2.502-3.33 4.962-7.491 6.866-11.61 3.263-7.06 5.327-14.571 6.15-22.375 0.258-2.446 0.22-10.886-0.06-13.5-0.605-5.619-1.62-10.27-3.327-15.233-4.426-12.864-12.048-23.507-22.864-31.922-8.278-6.441-17.526-10.718-28.023-12.962-4.509-0.964-11.852-1.623-16.125-1.448-8.034 0.33-15.681 1.905-22.938 4.727-2.884 1.121-7.752 3.51-10.312 5.059-3.585 2.169-8.583 5.879-10.355 7.686l-0.792 0.808 26.522 26.517c14.587 14.584 26.559 26.516 26.605 26.514 0.101-3e-3 1.127-1.389 3.097-4.185 1.969-2.793 3.716-5.229 5.783-8.062 4.007-5.492 4.935-7.063 5.875-9.939 0.75-2.295 1.035-4.058 1.049-6.499 0.024-3.991-0.61-6.832-2.289-10.25-2.036-4.147-5.208-7.451-9.334-9.724-2.268-1.249-5.031-2.135-7.93-2.541-2.127-0.298-5.297-0.187-7.358 0.257-3.681 0.794-6.557 2.125-9.546 4.42-2.195 1.685-4.677 4.726-5.968 7.313-0.439 0.882-0.932 1.463-1.242 1.463-0.116 0-0.513-0.131-0.883-0.291-0.369-0.16-1.009-0.361-1.422-0.446-1.357-0.28-1.937-0.511-1.937-0.77 0-0.692 1.511-3.698 2.73-5.431 3.935-5.594 9.244-9.304 15.742-11.002 2.417-0.632 4.28-0.853 7.153-0.849 6.081 9e-3 11.079 1.638 16.25 5.298 7.35 5.202 11.881 14.82 11.24 23.862-0.276 3.893-1.094 6.998-2.76 10.469-0.616 1.284-3.765 5.974-5.424 8.08-0.569 0.722-3.103 4.214-3.869 5.33-0.737 1.076-1.679 2.361-2.197 3-0.61 0.752-2.866 4.116-2.866 4.274 0 0.276 0.723 1.028 6.647 6.913 7.195 7.148 24.639 24.59 29.599 29.597 1.889 1.906 3.496 3.466 3.573 3.466 0.076 0 0.809-0.795 1.628-1.766z" />`;
// SVG content for do-not-use-if-package-is-damaged
const donotuseifpackageisdamagedSvgContent = `<g stroke="transparent" stroke-width="3" fill="none">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<g fill="none" stroke="#000" stroke-linecap="butt" stroke-width="5">
<circle cx="100" cy="100" r="71.3" />
<path d="m49.741 49.409 100.81 100.86" />
<path d="m54.646 79.621 45.609-27.218 44.167 36.029v31.454l-44.167 27.001-45.609-37.974z" />
<path d="m54.646 79.621 7.5737 7.596" />
<path d="m68.972 92.363-3.17 9.9424 14.265-0.38424 1.6811 11.816 18.507 0.048 44.167-25.354" />
<path d="m100.26 113.78v33.102" />
</g>`;
// SVG content for fluid-path
const fluidpathSvgContent = `<g fill="none" stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<path d="m165.67 33.333v132.33h-132.33v-13h118.33v-106h-118.33v-13.333z" fill="none" stroke="#000" stroke-width="5" />`;
// SVG content for humidity-limitation
const humiditylimitationSvgContent = `<g fill="none">
<g stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
</g>
<path
d="m173.49 2.375c-5.702 0-8.227 0.02-8.314 0.066-0.267 0.143-0.576 0.537-1.618 2.059-1.331 1.947-3.082 4.481-3.41 4.938-0.185 0.257-0.636 0.904-1.004 1.437-0.367 0.533-0.941 1.348-1.273 1.813-0.332 0.464-0.852 1.209-1.156 1.656s-0.758 1.094-1.008 1.437c-0.25 0.344-0.77 1.089-1.156 1.657-0.69 1.012-0.989 1.434-1.561 2.207-0.158 0.213-0.549 0.78-0.871 1.261s-0.819 1.192-1.105 1.58c-0.287 0.389-0.791 1.106-1.122 1.594-0.33 0.488-0.887 1.283-1.236 1.764-1.004 1.384-1.268 1.758-1.351 1.916-0.044 0.081-0.405 0.596-0.801 1.146-0.397 0.55-0.948 1.338-1.227 1.75-0.781 1.157-1.205 1.766-1.619 2.323-0.209 0.28-0.578 0.801-0.818 1.156-0.241 0.355-0.821 1.18-1.287 1.834-0.467 0.653-0.953 1.376-1.08 1.605l-0.233 0.416-0.426-0.176c-0.234-0.096-0.635-0.317-0.888-0.49-0.501-0.341-1.35-0.827-2.524-1.451-0.412-0.219-1.031-0.549-1.375-0.732-2.307-1.234-5.615-2.79-7.752-3.645-9.211-3.685-19.654-5.526-29.4-5.187-4.828 0.168-7.935 0.525-12.535 1.445-6.342 1.267-12.193 3.261-17.965 6.123-5.272 2.613-9.867 5.63-14.754 9.682-2.993 2.481-6.314 5.785-8.752 8.709-0.223 0.267-0.623 0.745-0.889 1.062-0.886 1.058-1.999 2.507-2.66 3.463-0.114 0.165-0.511 0.727-0.883 1.248-0.371 0.521-0.784 1.12-0.918 1.332-0.133 0.212-0.506 0.798-0.828 1.303-0.586 0.917-1.275 2.071-2.084 3.48-0.574 1.002-2.623 5.131-3.146 6.344-0.406 0.941-1.024 2.473-1.537 3.812-0.652 1.702-1.536 4.471-2.094 6.563-0.681 2.551-1.097 4.508-1.58 7.426-0.41 2.478-0.479 3.013-0.656 5.053-0.244 2.801-0.317 4.398-0.315 6.958 3e-3 3.087 0.134 5.049 0.592 8.844 0.518 4.296 1.519 8.926 2.789 12.906 1.297 4.064 2.667 7.42 4.555 11.157 1.186 2.347 1.732 3.312 3.498 6.187 0.5 0.814 2.095 3.152 2.814 4.125 0.507 0.686 2.052 2.658 2.959 3.778 2.548 3.145 6.968 7.48 10.453 10.252 0.323 0.256 0.778 0.655 1.01 0.886 0.353 0.351 0.422 0.455 0.422 0.629 0 0.234-0.084 0.376-0.49 0.83-0.154 0.172-0.473 0.608-0.707 0.969-0.235 0.361-0.508 0.769-0.608 0.906-0.437 0.605-1.241 1.772-1.379 2-0.082 0.138-0.477 0.709-0.875 1.268-0.397 0.559-0.896 1.276-1.109 1.594-0.628 0.935-0.897 1.319-1.418 2.029-0.271 0.369-0.809 1.137-1.195 1.707s-1.025 1.484-1.418 2.031c-0.394 0.548-0.876 1.244-1.072 1.547-0.197 0.303-0.703 1.034-1.125 1.625-0.423 0.591-0.879 1.244-1.014 1.451s-0.556 0.807-0.934 1.332c-0.378 0.526-1.039 1.468-1.469 2.096-0.429 0.627-1.064 1.533-1.41 2.012-0.345 0.479-0.86 1.218-1.144 1.642-0.284 0.425-0.702 1.029-0.93 1.344s-0.707 1.004-1.062 1.531c-0.356 0.527-0.924 1.328-1.264 1.781-0.34 0.454-1.024 1.429-1.52 2.167-0.807 1.202-0.922 1.346-1.113 1.392-0.078 0.019-5.545 0.032-9.933 0.047h-19.682v0.09l-4e-3 0.293v1.515c0 0.08 4e-3 0.135 4e-3 0.217v3.217h23.865v-0.029c1.999-6e-3 1.866 2e-3 4.569-0.01 4.197-0.019 3.882 0.027 4.455-0.629 0.327-0.375 1.472-1.998 3.509-4.979 0.271-0.395 0.614-0.887 0.766-1.093 0.152-0.207 0.528-0.741 0.834-1.188 0.725-1.058 1.355-1.963 1.937-2.779 0.259-0.362 0.633-0.897 0.832-1.19 0.2-0.292 0.543-0.784 0.762-1.093 0.526-0.741 1.39-1.979 1.897-2.719 0.223-0.327 0.523-0.748 0.666-0.938 0.143-0.189 0.551-0.765 0.906-1.281 0.355-0.515 1.014-1.458 1.465-2.093 0.451-0.636 1.228-1.741 1.724-2.454 0.497-0.713 1.135-1.627 1.42-2.031s0.648-0.931 0.805-1.172c0.157-0.24 0.421-0.62 0.588-0.843 0.167-0.224 0.584-0.815 0.928-1.313 1.001-1.454 1.77-2.548 2.011-2.863 0.124-0.161 0.456-0.631 0.739-1.043 0.283-0.413 0.645-0.935 0.806-1.16 0.161-0.226 0.494-0.69 0.739-1.032 0.244-0.342 0.59-0.867 0.769-1.168 0.202-0.338 0.367-0.547 0.432-0.547 0.112 1e-3 0.918 0.397 1.072 0.528 0.371 0.314 3.552 2.054 5.719 3.127 2.206 1.092 3.366 1.616 5.269 2.387 1.263 0.511 3.913 1.495 4.574 1.697 0.121 0.037 0.711 0.22 1.313 0.41 3.987 1.257 8.27 2.197 12.406 2.721 6.679 0.845 11.337 0.895 17.75 0.191 2.728-0.299 5.732-0.822 8.844-1.537 3.577-0.822 7.656-2.131 11.187-3.588 3.082-1.272 6.355-2.894 9.344-4.635 2.048-1.192 4.603-2.865 6.125-4.009 0.413-0.311 0.849-0.638 0.969-0.729 2.24-1.688 3.272-2.544 5.621-4.668 1.583-1.43 3.854-3.714 4.869-4.895 1.97-2.29 3.295-3.897 4.018-4.874 3.547-4.799 5.808-8.586 8.228-13.782 0.241-0.515 0.571-1.261 0.735-1.656 0.163-0.395 0.416-1 0.562-1.344 0.696-1.634 1.866-5.076 2.594-7.625 1.309-4.585 2.192-9.525 2.635-14.75 0.121-1.434 0.138-2.057 0.14-5.312 2e-3 -3.291-0.013-3.869-0.138-5.375-0.188-2.262-0.355-3.797-0.582-5.375-1.202-8.351-3.495-15.572-7.309-23.016-3.04-5.933-6.311-10.773-10.762-15.922-1.296-1.499-4.859-4.997-6.304-6.189-0.124-0.102-0.574-0.482-1-0.844s-1.127-0.935-1.557-1.271c-0.43-0.337-0.913-0.737-1.074-0.891-0.273-0.261-0.289-0.293-0.229-0.465 0.036-0.101 0.184-0.317 0.33-0.48 0.146-0.164 0.338-0.41 0.426-0.547 0.088-0.138 0.332-0.489 0.541-0.782 0.209-0.292 0.588-0.826 0.84-1.187 1.495-2.142 2.57-3.689 3.041-4.375 0.295-0.43 0.786-1.133 1.09-1.562 0.304-0.43 0.792-1.133 1.086-1.563 0.293-0.43 0.677-0.984 0.851-1.232 1.053-1.502 1.486-2.124 1.903-2.737 0.257-0.378 0.568-0.819 0.691-0.98 0.247-0.323 0.451-0.613 1.309-1.864 0.318-0.464 0.801-1.153 1.072-1.531s0.753-1.067 1.07-1.531c0.318-0.464 0.768-1.111 1.002-1.438 0.516-0.721 0.974-1.374 1.781-2.544 0.996-1.442 2.721-3.914 3.588-5.143 0.207-0.292 0.593-0.841 0.86-1.219 0.266-0.378 0.597-0.869 0.732-1.092 0.136-0.222 0.359-0.52 0.496-0.664l0.25-0.261 3.918-0.045c1.94-0.023 7.731-0.027 13.051-0.018h12.531v-0.045-2.469-2.468-0.219h-20.289v0.01c-1.582-2e-3 -0.229-0.01-3.623-0.01zm-72.4 29.215c6.193 0.177 11.78 0.968 17.082 2.418 10.098 2.761 19.556 7.921 27.512 15.013 1.231 1.098 4.586 4.476 5.599 5.637 1.392 1.595 3.614 4.406 4.568 5.78 4.244 6.106 7.252 12.175 9.387 18.937 1.951 6.18 3.008 12.466 3.194 19 0.05 1.791 2e-3 5.15-0.09 6.156-0.672 7.374-1.781 12.622-3.959 18.75-1.451 4.08-3.297 7.969-5.676 11.953-0.354 0.593-0.699 1.156-0.766 1.25-0.066 0.095-0.47 0.707-0.898 1.36s-0.972 1.455-1.209 1.783c-1.884 2.607-3.474 4.607-4.236 5.33-0.213 0.202-0.56 0.447-0.782 0.553l-0.398 0.191-1.477-0.031c-1.48-0.032-2.064-0.099-3.164-0.359-2.627-0.623-4.971-2.029-6.719-4.03-1.042-1.193-1.612-2.1-2.21-3.513-0.603-1.425-0.894-2.585-1.075-4.305-0.053-0.51-0.107-0.938-0.119-0.949-0.038-0.038-5.62-0.012-5.924 0.027l-0.296 0.037v0.301c0 0.44-0.168 1.65-0.35 2.519-0.551 2.637-1.882 5.033-3.719 6.694-1.831 1.656-3.782 2.689-6.191 3.275-1.107 0.27-1.694 0.337-2.897 0.336-3.537-1e-3 -6.783-1.367-9.256-3.898-1.518-1.554-2.417-3.014-3.115-5.051-0.297-0.867-0.665-2.457-0.789-3.41-0.04-0.31-0.11-0.637-0.156-0.727-0.105-0.205-0.374-0.265-0.766-0.172-0.278 0.067-3.609 0.083-4.56 0.022-0.619-0.04-0.604-0.055-0.703 0.801-0.073 0.619-0.321 1.967-0.473 2.576-0.56 2.233-1.623 4.126-3.317 5.906-1.638 1.722-4.024 3.043-6.552 3.627-2.106 0.487-4.615 0.403-6.604-0.221-2.212-0.694-3.914-1.714-5.439-3.26-0.87-0.88-1.136-1.205-1.737-2.115-0.526-0.799-0.689-1.108-1.117-2.127-0.568-1.352-0.978-3.098-1.054-4.486l-0.038-0.674-3.078 0.018c-1.693 0.01-3.099 0.039-3.123 0.062-0.023 0.024-0.081 0.432-0.131 0.906-0.181 1.756-0.633 3.512-1.222 4.752-0.771 1.622-1.755 2.965-2.895 3.954-1.523 1.321-3.006 2.192-4.72 2.775-0.741 0.252-2.326 0.657-2.713 0.693-0.141 0.013-0.859 0.04-1.598 0.061-1.08 0.03-1.391 0.021-1.582-0.051-0.748-0.28-1.483-1.051-3.584-3.758-2.146-2.765-4.025-5.582-5.672-8.5-1.103-1.953-2.818-5.498-3.539-7.312-3.191-8.033-4.823-15.724-5.189-24.438-0.194-4.6 0.428-10.945 1.595-16.281 0.783-3.58 2.048-7.748 3.157-10.406 0.143-0.344 0.374-0.907 0.513-1.25 0.606-1.493 1.984-4.403 2.647-5.594 0.143-0.258 0.394-0.722 0.558-1.031 0.863-1.626 2.709-4.603 3.875-6.25 0.632-0.893 2.661-3.58 3.075-4.073 1.059-1.261 1.433-1.687 2.515-2.863 3.418-3.714 7.21-7.102 10.631-9.5 0.533-0.373 1.123-0.795 1.313-0.939 0.531-0.405 3.427-2.224 4.281-2.69 0.24-0.131 0.511-0.289 0.601-0.351 0.306-0.211 2.641-1.441 3.899-2.055 5.816-2.838 12.168-4.855 18.687-5.932 3.485-0.575 8.818-0.948 12.188-0.851zm-16.746 26.439c-0.522-0.025-1.05-0.016-1.578 0.026-2.48 0.197-4.333 0.915-6.397 2.478-1.565 1.186-3.052 3.328-3.709 5.346-0.635 1.95-0.806 4.083-0.475 5.924 0.36 1.994 1.062 3.528 2.368 5.164 1.421 1.781 2.896 2.856 5.224 3.812 0.418 0.172 1.739 0.471 2.485 0.561 0.93 0.113 2.44 0.117 3.14 0.01 1.194-0.184 2.385-0.561 3.565-1.129 2.291-1.104 4.076-2.877 5.252-5.219 0.492-0.981 0.608-1.288 0.843-2.211 0.745-2.927 0.497-5.52-0.781-8.135-1.294-2.649-2.961-4.328-5.482-5.527-1.371-0.652-2.89-1.025-4.455-1.1zm34.072 0.076-0.178 0.213c-0.097 0.117-0.507 0.701-0.912 1.297-0.405 0.597-0.96 1.398-1.232 1.781-0.273 0.384-0.794 1.134-1.16 1.666-0.367 0.533-0.947 1.354-1.288 1.825-0.34 0.471-0.816 1.145-1.056 1.496-0.241 0.351-0.801 1.148-1.244 1.769-0.444 0.622-1.063 1.509-1.377 1.973s-0.795 1.149-1.069 1.521c-0.273 0.373-0.681 0.95-0.906 1.282-0.625 0.922-0.979 1.425-1.434 2.041-0.573 0.776-0.772 1.059-1.431 2.031-0.315 0.464-0.801 1.153-1.078 1.531-0.278 0.378-0.736 1.039-1.018 1.469s-0.805 1.175-1.162 1.656c-0.357 0.482-0.763 1.058-0.902 1.282-0.285 0.456-1.006 1.482-1.537 2.187-0.195 0.258-0.676 0.947-1.071 1.531-0.395 0.585-0.997 1.442-1.336 1.906-0.339 0.465-0.701 0.985-0.806 1.157-0.196 0.32-0.77 1.135-1.383 1.969-0.19 0.257-0.553 0.778-0.807 1.156-0.705 1.05-1.07 1.57-1.539 2.197-0.236 0.315-0.715 1.004-1.066 1.531s-0.965 1.409-1.364 1.959c-0.398 0.55-0.856 1.211-1.017 1.469s-0.562 0.834-0.889 1.281c-0.521 0.713-1.054 1.477-1.787 2.563-0.116 0.172-0.397 0.565-0.625 0.875-0.505 0.686-0.73 1.008-1.469 2.093-0.315 0.465-0.818 1.182-1.115 1.594-0.297 0.413-0.804 1.144-1.127 1.625-0.323 0.482-0.814 1.185-1.092 1.563-0.277 0.378-0.836 1.177-1.24 1.777s-0.877 1.247-1.051 1.438c-0.355 0.389-0.59 0.71-0.59 0.804 0 0.112 1.378 1.164 2.5 1.908 0.602 0.4 1.233 0.824 1.403 0.946 0.17 0.121 0.328 0.221 0.349 0.221 0.073 0 0.293-0.278 0.756-0.952 0.884-1.286 1.715-2.467 3.004-4.267 0.246-0.344 0.704-0.991 1.018-1.438s0.821-1.164 1.125-1.593c0.846-1.197 1.01-1.431 3.082-4.407 0.714-1.026 1.482-2.117 2.111-3 0.196-0.275 0.549-0.781 0.785-1.125s0.634-0.913 0.883-1.265c0.704-0.994 1.41-2.001 1.772-2.528 0.181-0.264 0.606-0.869 0.945-1.343 0.711-0.997 0.663-0.931 1.24-1.778 0.418-0.612 1.063-1.522 1.324-1.867 0.065-0.086 0.331-0.466 0.59-0.844 0.26-0.378 0.743-1.067 1.072-1.531 0.33-0.464 0.752-1.069 0.94-1.344s0.638-0.922 1-1.437c0.677-0.965 1.546-2.215 2.303-3.313 0.236-0.344 0.631-0.906 0.877-1.25 0.245-0.344 0.688-0.976 0.984-1.406s0.786-1.133 1.092-1.562c0.305-0.43 0.886-1.26 1.289-1.844 0.403-0.585 0.824-1.189 0.937-1.342 0.114-0.154 0.509-0.716 0.879-1.25 0.72-1.037 1.203-1.723 1.885-2.684 0.234-0.329 0.648-0.923 0.92-1.318s0.703-1.014 0.959-1.375c0.613-0.865 1.195-1.694 1.883-2.684 0.989-1.423 1.445-2.075 2.121-3.035 0.363-0.515 0.822-1.176 1.021-1.468 0.781-1.143 1.106-1.606 1.346-1.924 0.167-0.222 0.23-0.353 0.188-0.395-0.07-0.07-0.408-0.302-2.346-1.613-0.732-0.495-1.454-1.013-1.606-1.151l-0.273-0.25zm-34.701 5.182c0.758-2e-3 0.966 0.022 1.562 0.174 0.806 0.206 1.568 0.546 2.139 0.953 0.955 0.682 1.882 1.849 2.273 2.861 0.34 0.879 0.444 1.552 0.412 2.663-0.032 1.112-0.138 1.601-0.552 2.546-0.72 1.641-2.309 2.935-4.209 3.428-0.492 0.128-0.812 0.167-1.5 0.184-0.482 0.012-1.037-4e-3 -1.235-0.035-0.473-0.075-1.421-0.395-1.855-0.627-1.236-0.661-2.501-2.052-2.945-3.241-0.608-1.625-0.688-3.031-0.247-4.382 0.26-0.794 0.546-1.31 1.131-2.045 0.937-1.176 2.117-1.956 3.495-2.309 0.555-0.142 0.789-0.168 1.531-0.17zm32.515 32.164c-1.083 0.052-2.152 0.237-3.107 0.549-1.427 0.466-2.902 1.356-4.162 2.512-1.235 1.133-1.902 2.049-2.633 3.613-1.289 2.758-1.489 5.933-0.553 8.775 0.474 1.439 1.549 3.161 2.75 4.405 2.067 2.14 4.622 3.349 7.533 3.568 2.819 0.212 5.654-0.647 8.032-2.434 1.413-1.061 2.705-2.662 3.482-4.314 0.581-1.234 0.945-2.685 1.057-4.211 0.2-2.748-0.571-5.319-2.34-7.807-0.491-0.69-1.546-1.796-2.137-2.24-1.32-0.992-3.146-1.83-4.726-2.17-1.015-0.218-2.113-0.298-3.196-0.246zm1.161 5.32c0.481 0.034 0.965 0.122 1.449 0.262 1.891 0.548 3.474 2.048 4.099 3.881 0.673 1.973 0.535 3.659-0.445 5.428-0.729 1.315-1.582 2.056-3.186 2.767-0.524 0.233-1.1 0.395-1.628 0.455-0.594 0.068-0.817 0.068-1.528-7e-3 -0.941-0.099-2.122-0.52-2.826-1.004-0.771-0.531-1.708-1.637-2.189-2.586-0.205-0.403-0.5-1.396-0.582-1.961-0.1-0.686-0.043-1.828 0.123-2.461 0.345-1.323 1.502-2.975 2.57-3.668 1.285-0.834 2.699-1.208 4.143-1.106zm15.068 40.667c0.038 0 0.376 0.443 0.754 0.984 1.792 2.569 3.324 4.109 5.595 5.621 1.43 0.952 3.98 2.089 5.649 2.521 0.442 0.115 0.863 0.258 0.934 0.315l0.128 0.103-0.132 0.213c-0.074 0.117-0.458 0.464-0.854 0.774-0.396 0.309-1.294 1.026-1.996 1.593-2.107 1.704-4.292 3.254-6.51 4.622-5.87 3.621-12.403 6.394-19 8.064-4.346 1.1-8.47 1.748-13.156 2.066-0.92 0.063-5.82 0.127-6.563 0.086-2.502-0.137-3.476-0.225-5.531-0.5-5.352-0.714-9.863-1.779-14.719-3.474-5.997-2.094-12.797-5.678-17.406-9.174-1.17-0.888-3.039-2.354-4.179-3.279-0.512-0.415-0.988-0.802-1.061-0.86s-0.117-0.119-0.1-0.136c0.018-0.018 0.298-0.107 0.623-0.198 1.785-0.496 3.772-1.293 5.28-2.117 2.793-1.527 5.794-4.449 6.826-6.65 0.161-0.343 0.303-0.574 0.348-0.559 0.07 0.024 0.259 0.281 1.295 1.752 1.703 2.422 3.94 4.352 6.687 5.774 1.86 0.962 3.599 1.521 5.813 1.865 1.036 0.161 3.58 0.197 4.593 0.066 2.35-0.304 4.082-0.822 6.188-1.851 1.201-0.588 1.814-0.97 3.093-1.926 1.143-0.854 2.549-2.219 3.258-3.164 0.59-0.786 1.126-1.612 1.338-2.061 0.09-0.19 0.201-0.346 0.246-0.346 0.129 0 0.482 0.427 1.022 1.233 0.704 1.051 1.149 1.584 2.224 2.664 0.951 0.955 1.763 1.649 2.569 2.197 3.258 2.215 6.382 3.229 10.25 3.324 1.62 0.041 2.487-0.036 4.125-0.361 2.555-0.506 5.609-1.935 7.687-3.598 1.87-1.494 3.566-3.444 4.299-4.943 0.173-0.352 0.345-0.641 0.383-0.64z" />`;
// SVG content for in-vitro-diagnostic-medical-device
const invitrodiagnosticmedicaldeviceSvgContent = `<g fill="none" stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<rect x="17.441" y="49.978" width="164.88" height="101.32" fill="none" stroke="#000" stroke-width="5" />
<path
d="m112.48 73.768-0.06641 53.457 22.143-0.06836c16.778 0 22.688-12.733 22.688-26.66 0-14.082-5.8998-26.729-22.688-26.729h-22.076zm-70.697 0.19922v53.314h11.238v-53.314h-11.238zm15.715 0 18.572 53.314h0.79297 11.109 0.79297l18.572-53.314h-11.902l-13.018 37.369-13.018-37.369h-11.902zm65.986 9.2949h10.938c8.3176 0 11.24 8.2178 11.24 17.367 0 9.0486-1.7029 17.322-11.24 17.322l-10.971 0.04297 0.0332-34.732z"
fill="#000" fill-rule="evenodd" />`;
// SVG content for latex
const latexSvgContent = `<g fill="none">
<g stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<path
d="m56.843 31.177h86.313a32.332 32.332 0 0 1 28 48.497l-43.157 74.75a32.332 32.332 0 0 1-56 0l-43.157-74.75a32.332 32.332 0 0 1 28-48.497z"
stroke="#000" stroke-width="5" />
</g>
<path
d="m43.496 62.986h5.4141v21.252h12.832v4.6582h-18.246zm38.06 20.584h-9.5449l-1.793 5.3262h-5.6602l9.2461-25.91h6.1172l9.1758 25.91h-5.8711zm-1.5117-4.4648-3.2344-10.195-3.3398 10.195zm29.412-16.119v4.5879h-7.752v21.322h-5.4492v-21.322h-7.7871v-4.5879zm22.099 14.59h-12.586v6.6621h14.344v4.6582h-19.635v-25.91h19.002v4.5879h-13.711v5.502h12.586zm27.707 11.32h-6.5742l-4.9219-8.8242-5.2031 8.8242h-6.293l8.332-13.201-7.9277-12.709h6.4688l4.623 8.4199 4.7461-8.4199h6.2578l-7.9277 12.498z"
fill-rule="evenodd" stroke-dashoffset=".5" stroke-linecap="square" stroke-width="5" aria-label="LATEX" />`;
// SVG content for liquid-filter-with-pore-size
const liquidfilterwithporesizeSvgContent = `<g fill="none" stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<path
d="m92.334 77.639h-5.7627v-21.718q-3.1582 2.9531-7.4443 4.3682v-5.2295q2.2559-0.73828 4.9014-2.7891 2.6455-2.0713 3.6299-4.8193h4.6758zm7.6953-7.7314 5.7422-0.59473q0.2461 1.9482 1.4561 3.0967 1.21 1.1279 2.7891 1.1279 1.8047 0 3.0557-1.4561 1.251-1.4766 1.251-4.4297 0-2.7686-1.251-4.1426-1.2305-1.3945-3.2197-1.3945-2.4814 0-4.4502 2.1943l-4.6758-0.67676 2.9531-15.647h15.237v5.3936h-10.869l-0.90234 5.1064q1.9277-0.96387 3.9375-0.96387 3.835 0 6.501 2.7891t2.666 7.2393q0 3.7119-2.1533 6.624-2.9326 3.9785-8.1416 3.9785-4.1631 0-6.7881-2.2354t-3.1377-6.0088z"
fill="#000" />
<path
d="m107.53 90.287c-2.4354 0-4.5337 0.95395-6.2969 2.8632v-2.4571h-4.9278v17.998h5.3457v-8.746c0-1.7286 0.14086-2.9653 0.41991-3.7109 0.29176-0.74565 0.76619-1.3155 1.4258-1.7109 0.6596-0.39542 1.4021-0.59375 2.2265-0.59375 0.68497 0 1.2239 0.1245 1.6172 0.37305 0.40591 0.24854 0.70426 0.62636 0.89454 1.1348 0.19027 0.5084 0.28516 1.6395 0.28516 3.3906v9.8631h5.3457v-8.6445c0-1.6947 0.14576-2.9314 0.4375-3.7109 0.29175-0.79084 0.76814-1.3902 1.4277-1.7969 0.6596-0.40672 1.363-0.60937 2.1114-0.60937 1.0274 0 1.7885 0.33971 2.2832 1.0176 0.36785 0.51969 0.55274 1.672 0.55274 3.457v10.287h5.3457v-11.508c0-1.7172-0.18292-2.9603-0.55078-3.7285-0.50738-1.0394-1.2753-1.8244-2.3027-2.3554-1.0274-0.54228-2.2834-0.81249-3.7676-0.81249-1.1669 0-2.2636 0.23643-3.291 0.71094-1.0274 0.4745-1.9852 1.192-2.873 2.1523-0.60886-0.96026-1.3885-1.6778-2.3398-2.1523-0.95133-0.4745-2.0753-0.71094-3.3691-0.71094zm-34.299 0.40625v27.363h4.9668v-12.06c0.7357 0.96026 1.7051 1.7179 2.9102 2.2715 1.1924 0.55358 2.4552 0.83008 3.7871 0.83008 1.3572 0 2.5742-0.26589 3.6523-0.79688 1.0782-0.53098 1.8578-1.276 2.3398-2.2363 0.48201-0.96026 0.72461-2.2877 0.72461-3.9824v-11.388h-5.3477v8.2695c0 2.5307-0.0949 4.084-0.28515 4.6601-0.20296 0.56488-0.56392 1.0165-1.084 1.3554-0.52006 0.32763-1.1794 0.49218-1.9785 0.49218-0.91329 0-1.732-0.21954-2.4551-0.66015-0.72302-0.45191-1.218-1.0068-1.4844-1.6621-0.26637-0.66656-0.39844-2.2874-0.39844-4.8632v-7.5917h-5.3477z"
fill="#000" />
<g fill="none" stroke="#000" stroke-width="5">
<rect x="47.252" y="18.316" width="104.38" height="162.66" />
<path d="m117.61 132.32h-36.327" />
<path d="m99.443 18.316v-16.106" />
<path d="m65.904 132.32h-18.652" />
<path d="m99.443 197.08v-16.106" />
<path d="m151.63 132.32h-18.652" />
</g>`;
// SVG content for lower-limit-of-temperature
const lowerlimitoftemperatureSvgContent = `<g fill="none">
<g stroke="transparent" stroke-width="3">
<path d="m0 16v-16h16" />
<path d="m200 16v-16h-16" />
<path d="m0 184v16h16" />
<path d="m200 184v16h-16" />
</g>
<path
d="m99.459 3.8672c-5.0979 0-9.2305 4.1326-9.2305 9.2305 0 0.03524 2e-3 0.07032 2e-3 0.10547 4e-5 0.0033-4e-5 0.0065 0 0.0098v96.353l-34.619 53.412h-18.18v5.6719h21.26l0.4668-0.7207 2e-3 2e-3 31.07-47.939v42.762c-5.562 3.2003-9.3086 9.1986-9.3086 16.076 0 10.239 8.2998 18.541 18.539 18.541 10.2