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) 1.93 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 UtrechtIconLinkedinStyle0 = generatedCss; const UtrechtIconLinkedin$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconLinkedin extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'f0a4da410b31808ccef48d30eb3a0613288018d5', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '50b0020307c9b56d331f074ee2142b2acd20f672', d: "M.62 11.79h7.45V36H.62zM4.34 0c2.17 0 4.34 1.86 4.34 4.34S6.51 8.68 4.34 8.68C1.86 8.69 0 6.83 0 4.34S1.86 0 4.34 0m8.07 11.79h7.23v3.41c.94-1.86 3.46-4.03 7.23-4.03 7.55 0 9.12 4.97 9.12 11.48v13.34h-7.55V24.2c0-2.79 0-6.52-4.09-6.52s-4.4 3.1-4.4 6.21v11.79H12.4V11.79Z" }))); } static get style() { return UtrechtIconLinkedinStyle0; } }, [1, "utrecht-icon-linkedin"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-linkedin"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-linkedin": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconLinkedin$1); } break; } }); } const UtrechtIconLinkedin = UtrechtIconLinkedin$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconLinkedin, defineCustomElement }; //# sourceMappingURL=utrecht-icon-linkedin.js.map