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.34 kB
import { h } from "@stencil/core"; export class UtrechtIconEvenementen { render() { return (h("svg", { key: '6eb31bd7ebcbf6a8c1faf45afc679dec146709d7', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'c8fa99af61d5e961a79b78167644a6657eb430c7', d: "M33 34.99h-6V21.9h7v12.09c0 .56-.45 1.01-1 1.01Zm-8 0H11V21.9h14zm-16 0H3c-.55 0-1-.45-1-1V21.9h7zm27-16.11c0 .56-.45 1.01-1 1.01h-6.5l-.16-.15c-.86-.8-5.33-4.88-7.99-10.43l-1.1-2.51 1.99 1.86c3.03 2.83 8.45 7.05 14.37 9.04l.39.13zm-10.75 1.01H10.82l.85-1.02c1.6-1.91 4.32-5.38 5.81-8.87l.51-1.18.51 1.18c1.5 3.47 4.29 6.95 5.89 8.87l.85 1.02Zm-17.76 0H1c-.55 0-1-.45-1-1.01v-1.05l.39-.13c5.92-1.99 11.27-6.2 14.29-9.02l1.98-1.85-1.08 2.49c-2.57 5.53-7.72 10.23-7.92 10.42l-.16.14ZM19.24 1.03a1 1 0 0 0-1.24.98v1.65c0 .77.75 1.31 1.47 1.07l3.44-1.06c1.02-.24 1.03-1.15.01-1.41l-3.68-1.22Z" }))); } static get is() { return "utrecht-icon-evenementen"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-evenementen.stencil.js.map