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.14 kB
import { h } from "@stencil/core"; export class UtrechtIconBluesky { render() { return (h("svg", { key: 'b50b168c659ef49ea0858dabfac3f0cbb5c2fc5a', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '5d339266177f3a11b562d91e71898edbe4b83dc1', d: "M7.8 4.14c4.13 3.11 8.57 9.41 10.2 12.79v8.93c0-.19-.07.02-.23.49-.85 2.51-4.17 12.29-11.77 4.47-4-4.12-2.15-8.23 5.13-9.48-4.17.71-8.85-.46-10.13-5.07-.37-1.33-1-9.49-1-10.59C0 .16 4.83 1.9 7.8 4.14m20.4 0c-4.13 3.11-8.57 9.41-10.2 12.79v8.93c0-.19.07.02.23.49.85 2.51 4.17 12.29 11.77 4.47 4-4.12 2.15-8.23-5.13-9.48 4.17.71 8.85-.46 10.13-5.07.37-1.33 1-9.49 1-10.59 0-5.52-4.83-3.79-7.8-1.54" }))); } static get is() { return "utrecht-icon-bluesky"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-bluesky.stencil.js.map