UNPKG

@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) 1.02 kB
import { h } from "@stencil/core"; export class UtrechtIconLinkedin { render() { return (h("svg", { key: '5a797ad250b184e90991f8d2bd6cb7bdb0bd0a2a', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7a660b87c467e6199ce5cb8a012cf801e0324099', 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 is() { return "utrecht-icon-linkedin"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-linkedin.stencil.js.map