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 UtrechtIconAfvalKalender { render() { return (h("svg", { key: 'eb13f9d9e9656b5a81bb93f7ef8e31f8e3cf828d', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '07ed146e8fac8a10b2e07efdfd402cc22e21da71', d: "M32 4v5H4V3.98c0-.55.45-1 1-1h4v2.03c0 .55.44.99.99.99.54 0 .99-.44.99-.99L11 .99c0-.55.45-1 1-1s1 .45 1 1v1.98l9 .02V5c0 .55.44.99.99.99h.02c.55 0 .99-.44.99-.99V1c0-.55.45-1 1-1s1 .45 1 1v2h5c.55 0 1 .45 1 1M4 11h28v20c0 3.21-1.79 5-4 5H8c-2.21 0-4-1.79-4-4zm12 19.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5M23.01 19h-9.99L13 27.97c.69-.44 1.57-.62 2.5-.33.88.27 1.6.97 1.91 1.83.34.94.18 1.82-.23 2.53h2.98c.78 0 1.43-.6 1.49-1.38zM12 16c0 .55.45 1 1 1l11.02-.02c.54 0 .98-.44.98-.99s-.44-.99-.99-.99h-.95c0-.55-.45-1-1-1h-8.03c-.56 0-1.03.44-1.03 1-.55 0-1 .45-1 1" }))); } static get is() { return "utrecht-icon-afval-kalender"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-afval-kalender.stencil.js.map