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.18 kB
import { h } from "@stencil/core"; export class UtrechtIconParkeren { render() { return (h("svg", { key: '3e6e44324e3819bf1c93933f41382f158cb1ac09', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '0f548d9a3f4d3066f536a564197d1e9c00d4f535', d: "M19.57 8.01h-4.61v8h4.61c1.89 0 3.43-1.79 3.43-4s-1.54-4-3.43-4" }), h("path", { key: 'b43608b599349916f66c97dff4e3bdce8e054240', d: "M28.5 0h-21C5.01 0 3 2.01 3 4.5v21C3 27.99 5.01 30 7.5 30H17v5.02c0 .54.44.98.98.98h.04c.54 0 .98-.44.98-.98V30h9.5c2.49 0 4.5-2.01 4.5-4.5v-21C33 2.01 30.99 0 28.5 0m-9.02 17.99h-4.52v5.03c0 .54-.44.98-.98.98s-.98-.44-.98-.98v-16c0-.55.45-1 1-1h5.48C22.52 6.02 25 8.7 25 12s-2.48 5.98-5.52 5.98Z" }))); } static get is() { return "utrecht-icon-parkeren"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-parkeren.stencil.js.map