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.35 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 UtrechtIconMeldingOpenbareruimteStyle0 = generatedCss; const UtrechtIconMeldingOpenbareruimte$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMeldingOpenbareruimte extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '0e0d86173e0543d7567ca217efe2d25ffbc7e687', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '19704737837d5ce8c57b831bbbafe62806231390', d: "M28.1 18c-3.31 0-6 2.69-6 6 0 .28.03.56.06.83 0 .05.02.1.02.16.02.14.05.28.09.42C23.22 29.97 28.1 36 28.1 36s4.87-6.03 5.83-10.59l.09-.42s.02-.1.02-.16c.04-.27.06-.55.06-.83 0-3.31-2.69-6-6-6m0 9c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m-1-23.99c0-1.66-1.34-3-3-3h-19c-1.66 0-3 1.34-3 3l.04 18.02A2.97 2.97 0 0 0 5.11 24h.99v6l6-6h6.99c0-4.61 3.53-8.41 8.01-8.94zM15.68 17.58c-.28.28-.64.42-1.08.42s-.8-.14-1.08-.42-.42-.64-.42-1.08.14-.8.42-1.08.64-.42 1.08-.42.8.14 1.08.42.42.64.42 1.08-.14.8-.42 1.08M16.1 13h-3V6h3z" }))); } static get style() { return UtrechtIconMeldingOpenbareruimteStyle0; } }, [1, "utrecht-icon-melding-openbareruimte"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-melding-openbareruimte"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-melding-openbareruimte": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconMeldingOpenbareruimte$1); } break; } }); } const UtrechtIconMeldingOpenbareruimte = UtrechtIconMeldingOpenbareruimte$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconMeldingOpenbareruimte, defineCustomElement }; //# sourceMappingURL=utrecht-icon-melding-openbareruimte.js.map