@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 1.41 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconLaadpaal {
render() {
return (h("svg", { key: '4ccb7d26243f934b7ef59b833dbd5aeef2ac3597', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'eea52fc929830dcb97c8728a574bb539d2ca8ad3', d: "M1 34h22c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1M35 4c.55 0 1 .45 1 1v5c0 1.66-1.34 3-3 3h-1v9.8c0 2.09-1.52 3.96-3.59 4.18-2.38.25-4.41-1.6-4.41-3.91v-3.04c0-1.12-.9-2.02-2.02-2.02H20v14H4V12c0-2.21 1.79-3.99 3.99-3.99H16c2.16 0 4 1.84 4 3.99v4h1.98C24.2 16 26 17.8 26 20.02v2.91c0 1.11.91 2.11 2.02 2.06 1.1-.04 1.98-.93 1.98-2.02v-9.98h-1c-1.66 0-3-1.34-3-3v-5c0-.55.45-1 1-1h1V1c0-.55.45-1 1-1s1 .45 1 1v3h2V1c0-.55.45-1 1-1s1 .45 1 1v3zM14.3 19h-2.14l1.78-3.55c.33-.66-.15-1.45-.89-1.45h-2.26c-.46 0-.86.31-.97.76l-1.5 6c-.16.63.32 1.24.97 1.24h1.52l-1.56 4.68c-.22.65.27 1.32.95 1.32h.2a1 1 0 0 0 .87-.51l3.91-7c.37-.67-.11-1.49-.87-1.49Z" })));
}
static get is() { return "utrecht-icon-laadpaal"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-laadpaal.stencil.js.map