@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.29 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconContainerGlas {
render() {
return (h("svg", { key: 'ee0ee7bb9b05aceeedd7a73db5ad1aeeaa49e5ca', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '425bb929eb5ab8dacdf2b303d9ceb5ad131ee2c3', d: "M4 28v-6c0-.55.45-1 1-1h3.96v-2A4.472 4.472 0 0 0 6 15.28V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v9.28C1.41 15.85.19 17.27 0 19v16c0 .55.45 1 1 1h7c.55 0 1-.45 1-1l-.02-6H5c-.55 0-1-.45-1-1M23 1c0-.55.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1h-2v3h-2V2h-2c-.55 0-1-.45-1-1M11 27h23V9c0-1.1-.9-2-2-2H12c-1.1 0-2 .9-2 2v6.69c.63.95 1 2.09 1 3.31zm17-15c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-6 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-6 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m20 19c0 .55-.45 1-1 1H11v-2h24c.55 0 1 .45 1 1" })));
}
static get is() { return "utrecht-icon-container-glas"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-container-glas.stencil.js.map