@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.78 kB
JavaScript
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 UtrechtIconFacebookStyle0 = generatedCss;
const UtrechtIconFacebook$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconFacebook extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '0646c5e3f8de525df1b9bc543c6b71c19e8c922d', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7d597da3eaaf52d41b0ece9b11a455b123cfa51b', d: "m26.3 19.58.83-6.4h-6.34V9.09c0-1.85.52-3.12 3.18-3.12h3.38V.25C26.76.17 24.76 0 22.41 0c-4.89 0-8.23 2.98-8.23 8.46v4.72H8.65v6.4h5.53V36h6.61V19.58z" })));
}
static get style() { return UtrechtIconFacebookStyle0; }
}, [1, "utrecht-icon-facebook"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-facebook"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-facebook":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconFacebook$1);
}
break;
} });
}
const UtrechtIconFacebook = UtrechtIconFacebook$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconFacebook, defineCustomElement };
//# sourceMappingURL=utrecht-icon-facebook.js.map