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.86 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 UtrechtIconZelfstandigWonenStyle0 = generatedCss; const UtrechtIconZelfstandigWonen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZelfstandigWonen extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '999fabb40128524c9f75f6750acf531cc7e5bf3e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'c998919c7839cf40df58c956834cc4be6e224a19', d: "M9.36 17.99c1.35 0 2.45-1.12 2.45-2.5s-1.1-2.5-2.45-2.5-2.45 1.12-2.45 2.5 1.1 2.5 2.45 2.5M5.24 33.85c-1.52-.39-2.74-1.64-3.13-3.18-.56-2.23.53-4.27 2.29-5.17.32-.17.52-.51.52-.88 0-.76-.79-1.25-1.45-.9C1.1 24.96-.41 27.65.09 30.64c.45 2.66 2.56 4.81 5.18 5.27 2.93.51 5.58-1.03 6.8-3.43.34-.67-.14-1.47-.88-1.47-.36 0-.7.2-.86.53-.89 1.78-2.89 2.9-5.09 2.33Z" }), h("path", { key: '11d08e5f9761e855cba2ac027c6321ad89464692', d: "M14.79 25.99h-2.98v-4c0-1.38-1.1-2.5-2.45-2.5s-2.47 1.12-2.47 2.5v4.53c0 1.36 1.09 2.47 2.43 2.47h5.44v7h2.95v-7.03c0-1.64-1.32-2.98-2.93-2.98Z" }), h("path", { key: '765530175cf5785e58393d92924ea62a2f468530', d: "m35.66 13.1-3.22-2.83V6c0-.55-.44-.99-.97-.99s-.97.44-.97.99v2.54L21.3.24a.96.96 0 0 0-1.27 0L7.62 11.35c.53-.23 1.12-.37 1.74-.37 2.44 0 4.42 2.02 4.42 4.5 0 1.28-.52 2.43-1.37 3.25a4.53 4.53 0 0 1 1.37 3.25v2h1.01c2.7 0 4.89 2.23 4.89 4.98v1.06H31.5c.54 0 .97-.44.97-.99l-.03-16.12 1.93 1.7c.4.35 1.01.31 1.36-.1l.02-.02a.992.992 0 0 0-.1-1.39ZM24.6 21.04c0 .54-.43.99-.97.99h-5.92c-.54 0-.98-.45-.98-1v-4.01c0-.55.44-1 .98-1h5.92c.54 0 .97.44.97.99z" }))); } static get style() { return UtrechtIconZelfstandigWonenStyle0; } }, [1, "utrecht-icon-zelfstandig-wonen"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-zelfstandig-wonen"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-zelfstandig-wonen": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconZelfstandigWonen$1); } break; } }); } const UtrechtIconZelfstandigWonen = UtrechtIconZelfstandigWonen$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconZelfstandigWonen, defineCustomElement }; //# sourceMappingURL=utrecht-icon-zelfstandig-wonen.js.map