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) 925 B
import { h } from "@stencil/core"; export class UtrechtIconX { render() { return (h("svg", { key: '9b72099188ed8965cb4b914e896712c9b4c23a40', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd3a32b63ab4b58d2ba4d6cadf61e080ec0cc0cba', d: "M20.86 15.28 33.91.06h-3.09L19.49 13.27 10.44.06H0l13.69 19.98L0 36h3.09l11.97-13.96L24.62 36h10.44L20.87 15.28Zm-4.24 4.94-1.39-1.99L4.21 2.39h4.75l8.9 12.78 1.39 1.99 11.57 16.61h-4.75l-9.44-13.55Z" }))); } static get is() { return "utrecht-icon-x"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-x.stencil.js.map