UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

36 lines (31 loc) 2.39 kB
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client'; 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 UtrechtIconBouwprojectStyle0 = generatedCss; const UtrechtIconBouwproject$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBouwproject extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'c6dfac10126187150aca0a5d78d99df45c1162ed', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'f80ae542d14f0c684b276ceafcbfd30590ea1018', 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 style() { return UtrechtIconBouwprojectStyle0; } }, [1, "utrecht-icon-bouwproject"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-bouwproject"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-bouwproject": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconBouwproject$1); } break; } }); } const UtrechtIconBouwproject = UtrechtIconBouwproject$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconBouwproject, defineCustomElement }; //# sourceMappingURL=utrecht-icon-bouwproject.js.map