@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.58 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconBouwProjecten {
render() {
return (h("svg", { key: '9d9816523e2425236669a9a2c5f7409d7cae0056', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'c8b179eab2ec7e6bd486e20f0ea70030d4a366f3', d: "M10.01 20.06h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1" }), h("path", { key: 'ca071c989cf43aaa63d95631f38c7edb01e29f6c', d: "M7.01 20.06c-.55 0-1-.45-1-1v-11h-5c-.4 0-.77-.24-.92-.62-.15-.37-.07-.8.22-1.09l6-5.99C6.6.07 7.03-.01 7.4.14c.37.15.62.52.62.92v5h11c.55 0 1 .45 1 1s-.45 1-1 1h-11v11c0 .55-.45 1-1 1Zm-3.58-14h2.59V3.47z" }), h("path", { key: '8f8ada5b102cab6206f1c779d27aa5cc0f8fed35', d: "M17.01 8.06c-.17 0-.35-.05-.51-.14l-10-6A.995.995 0 0 1 6.16.55c.28-.47.9-.63 1.37-.34l10 6c.47.28.63.9.34 1.37-.19.31-.52.49-.86.49Z" }), h("path", { key: 'cfdcc898af61d637f0ca8a9be7a996e4629f59f7', d: "M15.01 16.06c-1.65 0-3-1.35-3-3 0-.55.45-1 1-1s1 .45 1 1 .45 1 1 1 1-.45 1-1-.45-1-1-1-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v3.17c1.16.41 2 1.52 2 2.83 0 1.65-1.35 3-3 3" })));
}
static get is() { return "utrecht-icon-bouw-projecten"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-bouw-projecten.stencil.js.map