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.58 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 UtrechtIconKlachtenStyle0 = generatedCss; const UtrechtIconKlachten$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconKlachten extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '5b938d0ce3aec9a7b5738f1230be1ea3452c994b', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '0dcac6ce100fcc84b8eb72f16c41442d65e83a1f', d: "M9.73 13.27c6.25 0 11.96-3.69 14.55-9.4l.22-.49-.5-.2C22.09 2.41 20.09 2 18.01 2 11.76 2 6.05 5.69 3.46 11.4l-.22.49.5.2c1.91.77 3.92 1.18 5.99 1.18m22.82 0 .75.02-.26-.71a15.851 15.851 0 0 0-6.08-7.82l-.62-.42-.17.74c-.11.48-.16.97-.16 1.48 0 3.61 2.93 6.62 6.54 6.71" }), h("path", { key: 'f02964830caa63eeca161120b3f4a8a22b879c67', d: "m33.85 15.75-.07-.48-.66.05c-.13.01-.26.02-.39.02a8.73 8.73 0 0 1-8.38-6.18l-.28-.89-.61.71a18.025 18.025 0 0 1-13.73 6.36c-2.27 0-4.5-.42-6.61-1.27l-.56-.22-.13.59c-.27 1.2-.41 2.38-.41 3.54 0 8.83 7.18 16.02 16 16.02s16-7.19 16-16.02c0-.68-.05-1.39-.17-2.23h.02Zm-20.39 1.62c.82 0 1.5.67 1.5 1.51a1.5 1.5 0 1 1-3 0c0-.84.67-1.51 1.5-1.51m-.84 9.33c1.64-1.11 3.54-1.69 5.51-1.69s3.74.54 5.33 1.57c.46.3.6.92.3 1.39-.3.46-.92.6-1.39.3-2.58-1.67-6.09-1.63-8.64.09-.46.31-1.08.19-1.4-.27s-.19-1.09.27-1.4h.01Zm9.88-6.37c-.82 0-1.5-.67-1.5-1.51a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-1.5 1.51" }))); } static get style() { return UtrechtIconKlachtenStyle0; } }, [1, "utrecht-icon-klachten"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-klachten"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-klachten": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconKlachten$1); } break; } }); } const UtrechtIconKlachten = UtrechtIconKlachten$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconKlachten, defineCustomElement }; //# sourceMappingURL=utrecht-icon-klachten.js.map