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.59 kB
import { h } from "@stencil/core"; export class UtrechtIconLeren { render() { return (h("svg", { key: 'ffbdcb596051e5296e3c12c44e02becdf590b60c', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '6f6df50eb8f2fb7632d73b2ceb92adb64b7aeef4', d: "M11 25c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m-3.01 4c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3M36 2v13c0 1.1-.9 2-2 2H11v-3h5.98c.56 0 1.02-.46 1.02-1.02s-.46-1.02-1.02-1.02H6.85c-1.61.1-2.84 1.37-2.84 3.01V17H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0h32c1.1 0 2 .9 2 2M11 6.97c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3M7 33H3c-1.13 0-2.12.63-2.63 1.55-.36.65.15 1.45.9 1.45h7.46c.74 0 1.26-.8.9-1.45C9.12 33.63 8.13 33 7 33m26 0h-3.99c-1.13 0-2.12.63-2.63 1.55-.36.65.15 1.45.9 1.45h7.46c.74 0 1.26-.8.9-1.45-.51-.92-1.5-1.55-2.63-1.55Zm-12.01-4c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3m-1 4H16c-1.13 0-2.12.63-2.63 1.55-.36.65.15 1.45.9 1.45h7.46c.74 0 1.26-.8.9-1.45-.51-.92-1.5-1.55-2.63-1.55Zm11-1c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3M28 22c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3" }))); } static get is() { return "utrecht-icon-leren"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-leren.stencil.js.map