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.02 kB
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js'; 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 H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } 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 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