@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.56 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 UtrechtIconKlachtenStyle0 = generatedCss;
const UtrechtIconKlachten$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconKlachten extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'ac0d34e13d9e95d8d7f5b23e2a2d05c37cbbf830', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'b72a6e0392ebe327c3c1fc0111e1943d5deaae0c', 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: 'b948e329db1059036f3561c694308e690964a4a6', 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