@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.26 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 UtrechtIconHamburgerMenuStyle0 = generatedCss;
const UtrechtIconHamburgerMenu$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconHamburgerMenu extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '7e9467db0b7bac21b478a3d4d7098adced7498b1', viewBox: "0 0 18 14", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'a7f10bfb0552ee34b8e6bfc559ef053d40fc6f5f' }, h("clipPath", { key: '2b6e20d12077556e51360dd7528e8388b0b7eb30', id: "a" }, h("path", { key: '58ee5bb97f671f9a2b5efbb0686faaec5c22dd55', "stroke-width": "0", d: "M0 0h18v14H0z" }))), h("g", { key: '9ed8f3a2749deea56e88eb2728c7592ef782daad', "clip-path": "url(#a)" }, h("path", { key: 'a2a9dd753c024b97c8394a59cbecfc15c9d6f447', "fill-rule": "evenodd", d: "M0 1c0-.55.45-1 1-1h16c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1m0 6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1m0 6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1" }))));
}
static get style() { return UtrechtIconHamburgerMenuStyle0; }
}, [1, "utrecht-icon-hamburger-menu"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-hamburger-menu"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-hamburger-menu":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconHamburgerMenu$1);
}
break;
} });
}
const UtrechtIconHamburgerMenu = UtrechtIconHamburgerMenu$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconHamburgerMenu, defineCustomElement };
//# sourceMappingURL=utrecht-icon-hamburger-menu.js.map