@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 897 B
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconFacebook {
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 is() { return "utrecht-icon-facebook"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-facebook.stencil.js.map