@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
36 lines (31 loc) • 2.83 kB
JavaScript
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
const generatedCss = ":host{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}svg{height:100%;pointer-events:none;width:100%}";
const UtrechtIconVirusStyle0 = generatedCss;
const UtrechtIconVirus$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVirus extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'c66f5d3261269c5ca500fc6d59479d11e81de8c7', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'b5871b7bb43323f2d961eee1a3ab81102df112ec', d: "M32 14c-1.86 0-3.41 1.28-3.86 3h-2.21c-.18-1.46-.76-2.8-1.61-3.9l2.53-2.53c.49.27 1.05.43 1.65.43 1.93 0 3.5-1.57 3.5-3.5S30.43 4 28.5 4 25 5.57 25 7.5c0 .6.17 1.16.43 1.65l-2.53 2.53a7.941 7.941 0 0 0-3.9-1.62v-2.2c1.72-.45 3-2 3-3.86 0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.86 1.28 3.41 3 3.86v2.2c-1.46.18-2.8.76-3.91 1.62L9.57 8.16c.27-.49.43-1.05.43-1.65 0-1.93-1.57-3.5-3.5-3.5S3 4.58 3 6.51s1.57 3.5 3.5 3.5c.6 0 1.16-.17 1.65-.43l3.52 3.52a7.976 7.976 0 0 0-1.62 3.91h-2.2c-.45-1.72-2-3-3.86-3-2.21 0-4 1.79-4 4s1.79 4 4 4c1.86 0 3.41-1.28 3.86-3h2.2c.18 1.46.76 2.8 1.62 3.9l-3.4 3.4c-.39-.19-.82-.3-1.29-.3-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3c0-.46-.11-.89-.3-1.29l3.4-3.4c1.11.86 2.44 1.43 3.9 1.61v2.21c-1.72.45-3 2-3 3.86 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.86-1.28-3.41-3-3.86v-2.21c1.46-.18 2.79-.76 3.9-1.62l1.67 1.67c-.35.59-.57 1.28-.57 2.02 0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4c-.74 0-1.43.21-2.02.57l-1.67-1.67a8.035 8.035 0 0 0 1.62-3.9h2.21c.45 1.72 2 3 3.86 3 2.21 0 4-1.79 4-4s-1.79-4-4-4Zm-15 4v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1s-1-.45-1-1m1.79 3.72c-.19.19-.43.28-.72.28s-.54-.09-.72-.28c-.19-.19-.28-.43-.28-.72s.09-.53.28-.72c.19-.19.43-.28.72-.28s.54.09.72.28c.19.19.28.43.28.72s-.09.53-.28.72" })));
}
static get style() { return UtrechtIconVirusStyle0; }
}, [1, "utrecht-icon-virus"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-virus"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-virus":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconVirus$1);
}
break;
} });
}
const UtrechtIconVirus = UtrechtIconVirus$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconVirus, defineCustomElement };
//# sourceMappingURL=utrecht-icon-virus.js.map