@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.36 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconHerdenking {
render() {
return (h("svg", { key: '17a1f339ecbd45a91a3d357d7095b0a9e905c5e5', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("rect", { key: '7f613cb54b01b2ef81267cac749eb809b13e6f72', width: "36", height: "2", x: "-2", y: "35", rx: "1", ry: "1" }), h("path", { key: '7881c6e0936520a6b72f92753d7194cd86799f98', d: "M21 21h-1l-.97-17.49c-.02-.31-.18-.6-.44-.78l-2.03-1.56a.979.979 0 0 0-1.11 0l-2.03 1.56c-.26.17-.42.46-.44.78L12.01 21h-1c-.55 0-1 .45-1 1v2h12v-2c0-.55-.45-1-1-1Z" }), h("path", { key: 'c1cc51281c0846f0049f516f4ad591ec22642964', d: "m30 14-1-1h-3V7c0-.55-.45-1-1-1s-1 .45-1 1v19H7c-.55 0-1 .45-1 1v4H2c-.55 0-1 .45-1 1s.45 1 1 1h28c.55 0 1-.45 1-1s-.45-1-1-1h-4V21h1.88l1.02 1 4.1-.02c.55 0 1-.45 1-1V15c0-.55-.45-1-1-1zM20 31h-8v-3h8zm12-11h-2.29l-1.02-1h-2.7v-4h2.17l1 1h2.83v4Z" })));
}
static get is() { return "utrecht-icon-herdenking"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-herdenking.stencil.js.map