@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.12 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 UtrechtIconHorecaStyle0 = generatedCss;
const UtrechtIconHoreca$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconHoreca extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '7d4d48b293e7b58893d80b849e27604209a165fb', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '479031ef7340a9692a79af44742c13d960fa363a', d: "M35.71 7.34a.996.996 0 1 0-1.41-1.41l-6.55 6.56-1.41-1.41 6.55-6.56a.996.996 0 1 0-1.41-1.41l-6.55 6.56-1.41-1.41 6.55-6.56A.996.996 0 1 0 28.66.29l-8.05 8.06c-.13.13-.22.27-.27.4a5.01 5.01 0 0 0-.58 4.63L.29 32.85a.996.996 0 0 0 0 1.41l1.45 1.45c.39.39 1.02.39 1.42 0L22.6 16.25c1.57.62 3.38.39 4.79-.65.09-.05.19-.1.28-.2l.16-.16s.09-.06.13-.1l7.77-7.79Zm-.09 25.42L22.26 19.39l-2.83 2.83 13.36 13.37c.39.39 1.02.39 1.41 0l1.41-1.41a.996.996 0 0 0 0-1.41ZM16.59 13.7 2.92.02a7.007 7.007 0 0 0 0 9.9l8.72 8.73z" })));
}
static get style() { return UtrechtIconHorecaStyle0; }
}, [1, "utrecht-icon-horeca"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-horeca"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-horeca":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconHoreca$1);
}
break;
} });
}
const UtrechtIconHoreca = UtrechtIconHoreca$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconHoreca, defineCustomElement };
//# sourceMappingURL=utrecht-icon-horeca.js.map