@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.86 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 UtrechtIconWijkDialoogStyle0 = generatedCss;
const UtrechtIconWijkDialoog$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWijkDialoog extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '46cbed64ff1386a73b16af1f73eceb399002a53a', "data-name": "Layer 1", viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'f8061326188e2891b99a5ce1d16b900dca9a8af5', d: "M13.94 31v4c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.36-.6-1-.94-1H3c-.36 0-.6.18-.71.29-.11.11-.29.35-.29.71v4c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-1.66 1.34-3 3-3h8c1.46 0 2.94 1.55 2.94 3m5.03-18H14l-3.3 3.26c-.63.62-1.7.18-1.7-.71v-2.53l-6.01-.03C1.89 12.99 1 12.1 1 11V1.97C1 .88 1.88 0 2.97 0h16.06C20.12 0 21 .88 21 1.97v9c0 1.12-.91 2.03-2.03 2.03m.03-2V2H2.97L3 11.01h7c.55.01 1 .46 1 1.01V13l1.71-1.71a.99.99 0 0 1 .71-.29h5.59ZM2.49 22.51a4.511 4.511 0 0 1 9.02 0 4.511 4.511 0 0 1-9.02 0m2 0c0 1.38 1.13 2.51 2.51 2.51s2.51-1.13 2.51-2.51S8.38 20 7 20s-2.51 1.13-2.51 2.51M33.06 30H25c-1.66 0-3 1.34-3 3v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.36.18-.6.29-.71.11-.11.35-.29.71-.29h8.06c.34 0 .94.63.94 1v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-1.45-1.48-3-2.94-3m.45-5.49a4.511 4.511 0 0 1-9.02 0 4.511 4.511 0 0 1 9.02 0m-2 0c0-1.38-1.13-2.51-2.51-2.51s-2.51 1.13-2.51 2.51 1.13 2.51 2.51 2.51 2.51-1.13 2.51-2.51M25 19.56V17h7.99c1.11 0 2.01-.9 2.01-2.01V6.02c0-1.11-.89-2.01-2-2.02h-9.01c-.55 0-.99.45-.99 1s.45 1 1 1h9v9h-9c-.55 0-1 .45-1 1v1l-1.71-1.71a.99.99 0 0 0-.71-.29h-2.59l-1.04.02c-.54 0-.96.45-.96.98s.45 1 1 1h3.07l3.21 3.27c.63.64 1.71.19 1.71-.7ZM32.98 4H33z" })));
}
static get style() { return UtrechtIconWijkDialoogStyle0; }
}, [1, "utrecht-icon-wijk-dialoog"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-wijk-dialoog"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-wijk-dialoog":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconWijkDialoog$1);
}
break;
} });
}
const UtrechtIconWijkDialoog = UtrechtIconWijkDialoog$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconWijkDialoog, defineCustomElement };
//# sourceMappingURL=utrecht-icon-wijk-dialoog.js.map