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.44 kB
import { h } from "@stencil/core"; export class UtrechtIconBouwproject { render() { return (h("svg", { key: 'f48c79db6b924697a09190464e0627808cf599d6', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'da9458669b11f552f210d82925f689d15d8e9cf7', d: "M24.02 36h8.01c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1h-8.01c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1M13.01 11h14.01v4c0 .55.45 1 1 1s1 .45 1 1-.45 1-1 1c-.38 0-.72-.22-.89-.54s-.5-.46-.84-.46c-.74 0-1.26.78-.91 1.43a2.996 2.996 0 0 0 3.2 1.52c1.18-.21 2.15-1.17 2.38-2.35.3-1.56-.61-2.94-1.94-3.42V11h5.97c.74 0 1.23-.78.9-1.45l-2-2c-.17-.34-.52-.55-.9-.55h-5.97L12.19.07a.937.937 0 0 0-.37-.07H8.34c-.22 0-.43.07-.6.2L.4 6.7c-.25.19-.4.49-.4.8V10c0 .55.45 1 1 1h6.01v23H1c-.55 0-1 .45-1 1s.45 1 1 1h18.02c.55 0 1-.45 1-1s-.45-1-1-1h-6.01zm8.88-4h-8.97l-.46-4.69zM9.78 2h.47l.5 5H9.28zm-2.3.85L7.09 7H3.22l4.25-4.15Zm3.54 28.37v2.77h-2V27.4l2 2v1.81Zm0-8.64v4l-2-2v-6l2 2zm0-10.56v5.73l-2-2v-4.76h2z" }))); } static get is() { return "utrecht-icon-bouwproject"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-bouwproject.stencil.js.map