@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.54 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 UtrechtIconWijkOverlastStyle0 = generatedCss;
const UtrechtIconWijkOverlast$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWijkOverlast extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '563de54afa6b1c12b3d3c1b285e2f95d92d63817', "data-name": "Layer 1", viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7dba93cc9d408e1e2d3b535da8077d97c7e97806', d: "M7.92 2.1c3.73 0 6.68 3.42 5.87 7.29-.48 2.26-2.31 4.1-4.58 4.57-3.87.81-7.3-2.13-7.3-5.86 0-3.31 2.69-6 6.01-6M8.01 0C3.06 0-.84 4.48.16 9.61c.61 3.12 3.12 5.63 6.24 6.24 5.13 1 9.61-2.9 9.61-7.84.01-4.43-3.58-8.01-8-8.01M6.92 5.1v3c0 .55.45 1 1 1s1-.45 1-1v-3c0-.55-.45-1-1-1s-1 .45-1 1m2.07 6.01c0-.29-.09-.53-.28-.72-.19-.19-.43-.28-.72-.28s-.54.09-.72.28c-.19.19-.28.43-.28.72s.09.53.28.72c.19.19.43.28.72.28s.54-.09.72-.28c.19-.19.28-.43.28-.72M31.7 29.04 25.93 6.11c-.16-.65-.75-1.1-1.42-1.1h-4.08c-.67 0-1.25.45-1.42 1.1l-5.77 22.92c-2.41.08-4.25 2.06-4.25 4.49V34c0 1.1.9 2 2 2h22.99a2 2 0 0 0 2-2v-.48c0-2.41-1.91-4.37-4.3-4.48Zm-4.16-7.94H17.25l1.5-6h7.28zm.5 2 1.51 6.01H15.24l1.51-6.01zM24.03 7.11l1.5 5.99h-6.27l1.5-5.99zm9.88 26.99H10.92v-.48c0-1.37.99-2.44 2.31-2.49l.69-.02h17.02l.6.03c1.33.06 2.37 1.16 2.37 2.48z" })));
}
static get style() { return UtrechtIconWijkOverlastStyle0; }
}, [1, "utrecht-icon-wijk-overlast"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-wijk-overlast"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-wijk-overlast":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconWijkOverlast$1);
}
break;
} });
}
const UtrechtIconWijkOverlast = UtrechtIconWijkOverlast$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconWijkOverlast, defineCustomElement };
//# sourceMappingURL=utrecht-icon-wijk-overlast.js.map