@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.3 kB
JavaScript
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
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 UtrechtIconVaccinatieStyle0 = generatedCss;
const UtrechtIconVaccinatie$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVaccinatie extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '0a9c543c4862798ea3d0f8108449c220fd1391e7', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '265a432155b0a5dcf86f91e4293c31b86f33ea52', d: "M35.7 4.59 31.41.3c-.4-.4-1.04-.4-1.43 0-.4.4-.4 1.04 0 1.43l1.43 1.43-4.3 4.3L25.65 6c-.78-.78-2.04-.77-2.81 0l-.02.02L7.96 20.84c-.28.28-.38.7-.23 1.07.35.9 1.07 2.29 1.83 3.1-.01.01-.03.01-.04.02L.3 34.27c-.4.4-.4 1.04 0 1.43.4.4 1.04.4 1.43 0l9.22-9.22s.03-.04.04-.06c.94.89 2.31 1.51 3.1 1.81.37.14.79.05 1.07-.23l14.79-14.79.04-.04c.78-.78.78-2.04 0-2.82L28.54 8.9l4.3-4.3 1.43 1.43c.4.4 1.04.4 1.43 0s.4-1.04 0-1.43Zm-7.16 7.16-6.02 6.02h-8.41l2.97-3.15 1.43 1.43c.4.4 1.04.4 1.43 0 .4-.4.4-1.04 0-1.43l-1.43-1.43 2.15-2.15 1.43 1.43c.4.4 1.04.4 1.43 0 .4-.4.4-1.04 0-1.43l-1.43-1.43 2.15-2.15 4.3 4.3Z" })));
}
static get style() { return UtrechtIconVaccinatieStyle0; }
}, [1, "utrecht-icon-vaccinatie"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-vaccinatie"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-vaccinatie":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconVaccinatie$1);
}
break;
} });
}
const UtrechtIconVaccinatie = UtrechtIconVaccinatie$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconVaccinatie, defineCustomElement };
//# sourceMappingURL=utrecht-icon-vaccinatie.js.map