UNPKG

@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
import { h } from "@stencil/core"; export class UtrechtIconHerdenking { render() { return (h("svg", { key: '7261878fa1b2208f1a1acfe5056a8d9f44c6adc2', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("rect", { key: 'dc39c9fae010ae348c52fc2b0a2b9c9c3501c12a', width: "36", height: "2", x: "-2", y: "35", rx: "1", ry: "1" }), h("path", { key: 'a19d0002da2815791fdacbb195457f3be03973b2', 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: '26e906872f4609153b3ebd6fb85ccf823da9810c', 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