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.39 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 UtrechtIconMastodonStyle0 = generatedCss; const UtrechtIconMastodon$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMastodon extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '4837d4c10cba14ff34e02a10dd6ea1051f53b066', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd176b91f11c91f0042b90bc1182d68229c96d5f6', d: "M34.79 11.82c0-7.81-5.12-10.1-5.12-10.1C27.09.54 22.66.04 18.06 0h-.11c-4.6.04-9.03.54-11.61 1.72 0 0-5.12 2.29-5.12 10.1 0 1.79-.03 3.93.02 6.19.19 7.64 1.4 15.16 8.46 17.03 3.26.86 6.05 1.04 8.3.92 4.08-.23 6.37-1.46 6.37-1.46l-.13-2.96s-2.92.92-6.19.81c-3.25-.11-6.67-.35-7.2-4.34a7.92 7.92 0 0 1-.07-1.12s3.19.78 7.23.96c2.47.11 4.79-.14 7.14-.43 4.51-.54 8.44-3.32 8.93-5.86.78-4 .71-9.76.71-9.76Zm-6.04 10.06H25V12.7c0-1.93-.81-2.92-2.44-2.92-1.8 0-2.7 1.16-2.7 3.47v5.02h-3.72v-5.02c0-2.3-.9-3.47-2.7-3.47-1.63 0-2.44.98-2.44 2.92v9.18H7.25v-9.46c0-1.93.49-3.47 1.48-4.6 1.02-1.14 2.35-1.72 4.01-1.72 1.92 0 3.37.74 4.33 2.21L18 9.87l.93-1.56c.96-1.47 2.41-2.21 4.33-2.21 1.66 0 2.99.58 4.01 1.72.99 1.14 1.48 2.67 1.48 4.6z" }))); } static get style() { return UtrechtIconMastodonStyle0; } }, [1, "utrecht-icon-mastodon"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-mastodon"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-mastodon": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconMastodon$1); } break; } }); } const UtrechtIconMastodon = UtrechtIconMastodon$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconMastodon, defineCustomElement }; //# sourceMappingURL=utrecht-icon-mastodon.js.map