@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.53 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 UtrechtIconVerslavingStyle0 = generatedCss;
const UtrechtIconVerslaving$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVerslaving extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'c2d8f622192e85cbadac3bf3097e5bafdf7511a4', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'a999033e45476bc703ab5f6d9b544ff1c7ba0010', d: "m35.04 24.09-3.84-3.84a3.283 3.283 0 0 0-4.64 0l-.31.31a3.283 3.283 0 0 0 0 4.64l3.84 3.84a3.283 3.283 0 0 0 4.64 0l.31-.31a3.283 3.283 0 0 0 0-4.64m-1.41 3.23-.31.31c-.5.5-1.31.5-1.81 0l-1.92-1.92 2.12-2.12 1.92 1.92c.5.5.5 1.31 0 1.81m-12.72-1.07a3.283 3.283 0 0 0-4.64 0l-.31.31a3.283 3.283 0 0 0 0 4.64l3.84 3.84a3.283 3.283 0 0 0 4.64 0l.31-.31a3.283 3.283 0 0 0 0-4.64zm-1.61 5.46-1.92-1.92c-.5-.5-.5-1.31 0-1.81l.31-.31c.5-.5 1.31-.5 1.81 0l1.92 1.92zm-1.74-14.66a3.283 3.283 0 0 0 4.64 0l3.84-3.84a3.283 3.283 0 0 0 0-4.64l-.31-.31a3.283 3.283 0 0 0-4.64 0l-3.84 3.84a3.283 3.283 0 0 0 0 4.64zm4.95-7.38c.5-.5 1.31-.5 1.81 0l.31.31c.5.5.5 1.31 0 1.81l-1.92 1.92-2.12-2.12zm-14.5 1.69V1c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v10.35c-2.33.82-4 3.04-4 5.65v18c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V17a5.99 5.99 0 0 0-4-5.65Zm2 22.65H2v-3h8v3Z" })));
}
static get style() { return UtrechtIconVerslavingStyle0; }
}, [1, "utrecht-icon-verslaving"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-verslaving"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-verslaving":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconVerslaving$1);
}
break;
} });
}
const UtrechtIconVerslaving = UtrechtIconVerslaving$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconVerslaving, defineCustomElement };
//# sourceMappingURL=utrecht-icon-verslaving.js.map