@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.15 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconVerkeerslicht {
render() {
return (h("svg", { key: '9370875b8603508647926ec49e306b1c524544d6', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'aed7d478ad9fe0786d8bf5754c610110a67e9925', d: "M17.8 28h.39c3.76 0 6.8-3.06 6.8-6.84V6.84c0-3.78-3.05-6.84-6.8-6.84h-.39C14.04 0 11 3.06 11 6.84v14.33c0 3.78 3.05 6.84 6.8 6.84ZM18 4.69a1.961 1.961 0 0 1 0 3.92 1.961 1.961 0 0 1 0-3.92M18 12a1.961 1.961 0 0 1 0 3.92A1.961 1.961 0 0 1 18 12m0 7.31a1.961 1.961 0 0 1 0 3.92 1.961 1.961 0 0 1 0-3.92M16.02 32H20a1 1 0 0 0 0-2h-3.98a1 1 0 0 0 0 2m0 4H20a1 1 0 0 0 0-2h-3.98a1 1 0 0 0 0 2" })));
}
static get is() { return "utrecht-icon-verkeerslicht"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-verkeerslicht.stencil.js.map