@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.07 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 UtrechtIconMarktStyle0 = generatedCss;
const UtrechtIconMarkt$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMarkt extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '391ff78166bb50ed3adbc597b55aec00bed2e656', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '4857e588edf324a3ae2cb158c4a1cacaf2a1689a', d: "M19.02 1h6.19l1.8 7.08.02 2.92h-8.01zM36 9.98l-.03-1.82c0-.13-.03-.26-.08-.38L33.26 1.6c-.16-.37-.52-.61-.92-.61h-5.02l1.69 7.3v2.7H35c.56 0 1.02-.46 1.01-1.02ZM17.02 1h-6.18l-1.8 7.08L9.02 11h8zm-16 10h6.01V8.3L8.73 1H3.68c-.4 0-.76.24-.92.61L.11 7.78c-.05.12-.08.25-.08.38L0 9.96C0 10.53.45 11 1.02 11m4.01 20v-6H31v6h2V13h-2v10H5.03V13h-2v18z" }), h("rect", { key: '295ef8b21ae3d8835c3c7cd3966e1fb3b89ad5ea', width: "35.97", height: "2", x: ".03", y: "33", rx: "1", ry: "1" })));
}
static get style() { return UtrechtIconMarktStyle0; }
}, [1, "utrecht-icon-markt"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-markt"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-markt":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconMarkt$1);
}
break;
} });
}
const UtrechtIconMarkt = UtrechtIconMarkt$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconMarkt, defineCustomElement };
//# sourceMappingURL=utrecht-icon-markt.js.map