@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.43 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 UtrechtIconKroonStyle0 = generatedCss;
const UtrechtIconKroon$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconKroon extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'b6858066b02a8bd3d8f71bb1c41cd30bce756635', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '3c9ff4be026adef8fa8dff987150c73cdb36d823', d: "M7.07 29.02c-.11-.22-2.17-4.31-4.49-9.8-1.15-2.74-.38-4.69.46-5.86 1.24-1.7 3.41-2.75 5.68-2.75 1.71 0 3.39.21 4.81.47-2.61 1.01-5.04 2.89-5.04 6.12 0 3.97 3.12 9.67 4.38 11.82zm9.93 0h-2.05l.25-.14c-.05-.07-4.61-7.34-4.61-11.68 0-3.54 4.36-4.67 6.41-5.01zm2.01 0V12.19c2.05.34 6.41 1.47 6.41 5.01 0 4.34-4.56 11.61-4.61 11.68l.25.14zm14.41-9.8c-2.31 5.49-4.37 9.58-4.48 9.8h-5.8c1.26-2.14 4.38-7.84 4.38-11.82 0-3.23-2.43-5.11-5.04-6.12 1.42-.26 3.09-.47 4.81-.47 2.27 0 4.44 1.06 5.68 2.75.85 1.16 1.61 3.12.46 5.86ZM21 4.14h-1.99V1.99c0-.55-.45-.99-1.01-.99s-1.01.44-1.01.99v2.15h-2.01c-.56.02-1 .46-1 1.01s.46.99 1.01.98h1.99V9.2c0 .55.46 1 1.02.99.55 0 .99-.45.99-.99V6.13H21c.56-.02 1-.46 1-1.01s-.46-.99-1.01-.98ZM30.07 32c0-.55-.45-1-1-1H6.93c-.55 0-1 .45-1 1s.45 1 1 1h22.14c.55 0 1-.45 1-1" })));
}
static get style() { return UtrechtIconKroonStyle0; }
}, [1, "utrecht-icon-kroon"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-kroon"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-kroon":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconKroon$1);
}
break;
} });
}
const UtrechtIconKroon = UtrechtIconKroon$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconKroon, defineCustomElement };
//# sourceMappingURL=utrecht-icon-kroon.js.map