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 UtrechtIconKerstbomen { render() { return (h("svg", { key: 'a23ac6a95ed7fb1accc2336d2657b25dd1749769', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '98480d554b6199089feade377ebae42a9aca4306', d: "M32.49 28.98h-7.44V32c0 .56-.45 1.01-1.01 1.01s-1.01-.45-1.01-1.01v-3.02h-7.48c-.74 0-1.22-.77-.91-1.43l3.13-6.63h-.4c-.76.01-1.25-.78-.91-1.46l3.34-6.57h-.44c-.76 0-1.24-.8-.89-1.47l4.66-8.87c.38-.72 1.42-.72 1.79.01l5.25 10.33H28.3l3.1 6.62c.31.67-.18 1.44-.92 1.43h-.34l3.23 6.59c.33.67-.16 1.45-.9 1.45Zm-17.74-6.02h-.51c-.76.01-1.25-.78-.91-1.46l3.35-6.6h-.49c-.76 0-1.24-.8-.89-1.47l1.57-2.98-4.01-7.89c-.37-.73-1.41-.73-1.79-.01l-4.66 8.87c-.35.67.13 1.47.89 1.47h.44L4.4 19.46c-.34.67.15 1.47.91 1.46h.4l-3.13 6.63c-.31.67.17 1.43.91 1.43h6.46V32c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-3.14z" }))); } static get is() { return "utrecht-icon-kerstbomen"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-kerstbomen.stencil.js.map