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.78 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 UtrechtIconParkerenBetaalautomaatStyle0 = generatedCss; const UtrechtIconParkerenBetaalautomaat$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconParkerenBetaalautomaat extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '6ea3d874e29206352c3f8f111c773500ded0c97f', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'a10c7118dafb11a65b1f03149c2f44f0cf646de6', d: "M16.57 8.01h-4.61v8h4.61c1.89 0 3.43-1.79 3.43-4s-1.54-4-3.43-4" }), h("path", { key: 'cf6b3320542f250f3409e356f4edd8150ae81d36', d: "M29 20c.34 0 .67.02.99.06V4.5c0-2.48-2.01-4.5-4.49-4.5h-21C2.01 0 0 2.01 0 4.5v21C0 27.99 2.01 30 4.5 30h15.56c-.04-.33-.06-.66-.06-1a9 9 0 0 1 9-9m-17.04-2.02V23c0 .55-.45 1-1 1a.96.96 0 0 1-.96-.96V7.03c0-.55.45-1 1-1h5.48c3.04 0 5.52 2.68 5.52 5.98s-2.48 5.98-5.52 5.98h-4.52Z" }), h("path", { key: 'e45c2756b6eaab1f5f94e55085ab4d6ce6eb2d40', d: "M29.02 22.03c-3.86 0-6.98 3.13-6.98 6.98s3.13 6.98 6.98 6.98S36 32.86 36 29.01s-3.13-6.98-6.98-6.98m.54 11.3c-1.69 0-3.28-.95-3.88-2.68s-1.19 0-1.19 0v-1.1h.96a4.91 4.91 0 0 1 0-.9h-.96v-1.09h1.18c.6-1.75 2.22-2.71 3.9-2.71.88 0 1.58.19 2.14.57l-.58 1.16c-.41-.3-.95-.44-1.56-.44-.96 0-1.88.45-2.34 1.41h3.44l-.53 1.09h-3.2c-.01.1-.03.24-.03.44 0 .23.01.38.03.46h2.83l-.51 1.1h-2.01c.46.91 1.34 1.35 2.31 1.35.7 0 1.31-.2 1.74-.6l.7 1.08c-.59.5-1.44.85-2.44.85Z" }))); } static get style() { return UtrechtIconParkerenBetaalautomaatStyle0; } }, [1, "utrecht-icon-parkeren-betaalautomaat"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-parkeren-betaalautomaat"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-parkeren-betaalautomaat": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconParkerenBetaalautomaat$1); } break; } }); } const UtrechtIconParkerenBetaalautomaat = UtrechtIconParkerenBetaalautomaat$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconParkerenBetaalautomaat, defineCustomElement }; //# sourceMappingURL=utrecht-icon-parkeren-betaalautomaat.js.map