@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 1.22 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.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 = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '0646c5e3f8de525df1b9bc543c6b71c19e8c922d', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.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" })));
}
};
UtrechtIconFacebook.style = UtrechtIconFacebookStyle0;
exports.utrecht_icon_facebook = UtrechtIconFacebook;
//# sourceMappingURL=utrecht-icon-facebook.cjs.entry.js.map