@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.75 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 UtrechtIconParkerenBetaalautomaatStyle0 = generatedCss;
const UtrechtIconParkerenBetaalautomaat$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconParkerenBetaalautomaat extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '4cb8ea1ae55380bfc9656655c25a327d298d6a99', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '51c0126f7197fc3a1891a16e43cf72dc0ab0b8cd', 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: '14b372cb3bf0ae2a8720161f8aae7287c8944aae', 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: '57ca9d68fef7c150b47ca4c902c8aad8f09d3188', 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