@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.57 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 UtrechtIconTreinStyle0 = generatedCss;
const UtrechtIconTrein$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconTrein extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'e58e6dc96776a582b484968ddf7cb589ff85aa06', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '9f5a8861078c4f3802658a4989c1f4e02271bd17', d: "M1.85 5.84c0-1.65 1.35-2.99 2.99-2.99S7.83 4.2 7.83 5.84 6.48 8.83 4.84 8.83 1.85 7.48 1.85 5.84M7.07 10H2.84C1.23 10.1 0 11.42 0 13.11V19c0 .55.45 1 1 1h1v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-7h1c.55 0 1-.45 1-1v-5.9c0-1.72-1.27-3.07-2.93-3.11Zm11.99 20c-.36 0-.69.19-.87.5l-2.31 4a1.004 1.004 0 0 0 1.74 1l2.31-4c.38-.67-.1-1.5-.87-1.5m13.78.5a1.003 1.003 0 0 0-1.74 1l2.31 4a1.003 1.003 0 0 0 1.74-1zM36 12.12l-.04 9.95c0 3.27-2.63 5.93-5.88 5.93H20.3c-2.93 0-5.3-2.37-5.3-5.3V12.12c0-3.15 1.01-4.61 2-5.16V5.02c.03-2.46 2.52-5.01 4.98-5.01h7.06c2.73 0 4.94 2.2 4.96 4.93V7c.96.53 2 2.11 2 5.13Zm-15.02 8.4c0-.82-.67-1.48-1.5-1.48s-1.5.66-1.5 1.48.67 1.48 1.5 1.48 1.5-.66 1.5-1.48m6-9.04c0-.82-.67-1.48-1.5-1.48s-1.5.66-1.5 1.48.67 1.48 1.5 1.48 1.5-.66 1.5-1.48M29 5.99h1.02c.54-.02.98-.46.99-1v-.46a1.5 1.5 0 0 0-1.52-1.52H21.5c-.84.01-1.51.7-1.5 1.53v.48c.01.55.46.99 1.01.99m11.97 14.51c0-.82-.67-1.48-1.5-1.48s-1.5.66-1.5 1.48.67 1.48 1.5 1.48 1.5-.66 1.5-1.48" })));
}
static get style() { return UtrechtIconTreinStyle0; }
}, [1, "utrecht-icon-trein"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-trein"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-trein":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconTrein$1);
}
break;
} });
}
const UtrechtIconTrein = UtrechtIconTrein$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconTrein, defineCustomElement };
//# sourceMappingURL=utrecht-icon-trein.js.map