@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.23 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconStandaardProjecten {
render() {
return (h("svg", { key: '9d71fdab4b9bbe86e743a5f5f835c838a2184f81', "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: 'd8f67b9ac6e8859371c4006aac970a5fe0e5deea', d: "M8.69 20h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1" }), h("path", { key: '123727d246ca196f241b6cf2799961012c7e9f70', d: "M6.69 20c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v18c0 .55-.45 1-1 1" }), h("path", { key: '288a85cc429be1d869a04f46215b76f999b2a6af', d: "M6.69 11a.997.997 0 0 1-.4-1.91L13.23 6 6.29 2.91c-.51-.23-.73-.82-.51-1.32.23-.5.82-.73 1.32-.51l9 4a.998.998 0 0 1 0 1.82l-9 4c-.13.06-.27.09-.41.09Z" })));
}
static get is() { return "utrecht-icon-standaard-projecten"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-standaard-projecten.stencil.js.map