UNPKG

@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.59 kB
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 UtrechtIconVerhuizenStyle0 = generatedCss; const UtrechtIconVerhuizen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVerhuizen extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '6bdf3f44ef674ded0efa64ad418d447bc3f124f1', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '91aeb40f0320bf7b39b2fa157471b04e85675de8', d: "M6.97 13c0 1.1.9 2 2 2s2-.9 2-2v-1h-4z" }), h("path", { key: 'b01f8bcb1c7d8bd692bd8b8ce6a8a6cf07daf7ca', d: "m35.81 17.6-2.07-4.44A2.005 2.005 0 0 0 31.92 12h-3.94V7c0-1.1-.9-2-2-2H2a2 2 0 0 0-2 2v19c0 1.1.9 2 2 2h1.01c-.02.17-.05.33-.05.5 0 2.48 2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5c0-.17-.03-.33-.05-.5h12.11c-.02.17-.05.33-.05.5 0 2.48 2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5c0-.17-.03-.33-.05-.5h1.05c1.1 0 2-.9 2-2v-7.56c0-.29-.06-.58-.19-.84ZM7.47 31a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m5.51-18c0 1.86-1.28 3.41-3 3.86V19h2c.55 0 1 .45 1 1s-.45 1-1 1H5.97c-.55 0-1-.45-1-1s.45-1 1-1h2v-2.14c-1.72-.45-3-2-3-3.86v-2c0-.55.45-1 1-1h6.01c.55 0 1 .45 1 1zm9.64 1.89c-.39.39-1.02.39-1.42 0l-1.22-1.21v6.33c0 .55-.45 1-1 1s-1-.45-1-1v-6.3l-1.19 1.19c-.39.39-1.02.39-1.42 0a.996.996 0 0 1 0-1.41l2.91-2.91c.39-.39 1.02-.39 1.42 0l2.91 2.91c.39.39.39 1.02 0 1.41ZM28.5 31a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m5.51-12H28v-5h4l2 4v1Z" }))); } static get style() { return UtrechtIconVerhuizenStyle0; } }, [1, "utrecht-icon-verhuizen"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-verhuizen"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-verhuizen": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconVerhuizen$1); } break; } }); } const UtrechtIconVerhuizen = UtrechtIconVerhuizen$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconVerhuizen, defineCustomElement }; //# sourceMappingURL=utrecht-icon-verhuizen.js.map