@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.39 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconGemeenteLocatie {
render() {
return (h("svg", { key: 'c074e4fdf97f9b3c9d1a4ae6c66943c0b226b41d', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '37446ee06cebcc083caf6deaeff6aa7ce80d2ce8', d: "M35 17.02c.55 0 1-.45 1-1V8.03c0-.55-.45-1-1-1h-3.01L30.3 4.48a.995.995 0 0 0-.83-.45L6.54 3.99c-.34 0-.65.17-.84.45L3.98 7.03H1c-.55 0-1 .45-1 1s.45 1 1 1h1V30H1c-.55 0-1 .45-1 1s.45 1 1 1h34c.55 0 1-.45 1-1s-.45-1-1-1h-1V17.02zm-9-2V28h5c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1h10v-7.99c0-.55.45-1 1-1h4c.55 0 1 .45 1 1V28h3V8.97c0-.55.45-1 1-1s1 .45 1 1l1 .06h7v5.99zm-14-2v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1m8 0v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1m-8 7.99v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1" })));
}
static get is() { return "utrecht-icon-gemeente-locatie"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-gemeente-locatie.stencil.js.map