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.1 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 UtrechtIconMarktStyle0 = generatedCss; const UtrechtIconMarkt$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMarkt extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '54f3bfe634cd9f0ec39181903ca466bb008277ed', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'acbac0b9cb01641d6bb2e192438a34c918da0493', 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: '659761e0c38d467e222f676c0e3e754cee9961ed', 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