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) 826 B
import { h } from "@stencil/core"; export class UtrechtIconZweefpaal { render() { return (h("svg", { key: 'e9f3612e29abdadc1066c7725173b70b67067440', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '701408b89d3405fc925c63588dca867950e5a820', d: "M30 32v2H6v-2h6V20h12v12zM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2" }))); } static get is() { return "utrecht-icon-zweefpaal"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-zweefpaal.stencil.js.map