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.51 kB
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js'; 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 UtrechtIconBouwProjectenStyle0 = generatedCss; const UtrechtIconBouwProjecten$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBouwProjecten extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '9d9816523e2425236669a9a2c5f7409d7cae0056', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'c8b179eab2ec7e6bd486e20f0ea70030d4a366f3', d: "M10.01 20.06h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1" }), h("path", { key: 'ca071c989cf43aaa63d95631f38c7edb01e29f6c', d: "M7.01 20.06c-.55 0-1-.45-1-1v-11h-5c-.4 0-.77-.24-.92-.62-.15-.37-.07-.8.22-1.09l6-5.99C6.6.07 7.03-.01 7.4.14c.37.15.62.52.62.92v5h11c.55 0 1 .45 1 1s-.45 1-1 1h-11v11c0 .55-.45 1-1 1Zm-3.58-14h2.59V3.47z" }), h("path", { key: '8f8ada5b102cab6206f1c779d27aa5cc0f8fed35', d: "M17.01 8.06c-.17 0-.35-.05-.51-.14l-10-6A.995.995 0 0 1 6.16.55c.28-.47.9-.63 1.37-.34l10 6c.47.28.63.9.34 1.37-.19.31-.52.49-.86.49Z" }), h("path", { key: 'cfdcc898af61d637f0ca8a9be7a996e4629f59f7', d: "M15.01 16.06c-1.65 0-3-1.35-3-3 0-.55.45-1 1-1s1 .45 1 1 .45 1 1 1 1-.45 1-1-.45-1-1-1-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v3.17c1.16.41 2 1.52 2 2.83 0 1.65-1.35 3-3 3" }))); } static get style() { return UtrechtIconBouwProjectenStyle0; } }, [1, "utrecht-icon-bouw-projecten"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-bouw-projecten"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-bouw-projecten": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconBouwProjecten$1); } break; } }); } const UtrechtIconBouwProjecten = UtrechtIconBouwProjecten$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconBouwProjecten, defineCustomElement }; //# sourceMappingURL=utrecht-icon-bouw-projecten.js.map