UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

36 lines (31 loc) 2.05 kB
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client'; const generatedCss = ":host{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}svg{height:100%;pointer-events:none;width:100%}"; const UtrechtIconBlueskyStyle0 = generatedCss; const UtrechtIconBluesky$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBluesky extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '53ce4d66db6d7890eee2c08452277237a0eec3a5', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7023f09fb2796de826b3fb20bff8bcbf8a5a2aac', 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 style() { return UtrechtIconBlueskyStyle0; } }, [1, "utrecht-icon-bluesky"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-bluesky"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-bluesky": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconBluesky$1); } break; } }); } const UtrechtIconBluesky = UtrechtIconBluesky$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconBluesky, defineCustomElement }; //# sourceMappingURL=utrecht-icon-bluesky.js.map