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.61 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 UtrechtIconThuiswerkenStyle0 = generatedCss; const UtrechtIconThuiswerken$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconThuiswerken extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '27253d989216127c10e9b50a265a1c7908a4e233', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '25dd7152b97deb810e4ad35bb356c85d1c2718ba', d: "M19.02 29.29v.68H1.44c-.8-.04-1.44-.7-1.44-1.51 0-.65.41-1.21.99-1.42.02 0 5.03-2.01 5.03-2.01-1.48 0-3.01-1.48-3.01-3.02V6c0-1.65 1.34-3 3-3h20.98c1.66 0 3 1.34 3 3v12.72l-1.19-.87a2.97 2.97 0 0 0-.79-.41V6.03c0-.55-.44-.99-.99-.99H6.06c-.57 0-1.02.46-1.02 1.02v15.96c0 .55.44.99.99.99h12.19l-.96.7c-.65.47-1.07 1.17-1.19 1.96-.12.79.07 1.58.54 2.23l.12.16c.54.74 1.39 1.19 2.3 1.22Zm16.77-2.62-.17.22c-.34.44-.97.51-1.41.17l-1.19-.92v5.87c0 .55-.45 1-1 1h-9.99c-.55 0-1-.45-1-1v-5.87l-1.29.96a.996.996 0 0 1-1.4-.21l-.12-.16a.996.996 0 0 1 .22-1.4l8.01-5.86a.99.99 0 0 1 1.18 0l3.38 2.46v-.91c0-.55.45-.99 1-.99s1 .45 1 1v2.37l2.57 1.86c.46.33.55.98.2 1.42Zm-6.78.34c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zM14.98 14.96a.996.996 0 0 0 0-1.41l-3.57-3.57h1.68c.55 0 1-.45 1-1s-.45-1-1-1H8.98c-.55 0-1 .45-1 1v4.11c0 .55.45 1 1 1s1-.45 1-1v-1.71l3.59 3.59c.39.39 1.02.39 1.41 0Z" }))); } static get style() { return UtrechtIconThuiswerkenStyle0; } }, [1, "utrecht-icon-thuiswerken"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-thuiswerken"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-thuiswerken": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconThuiswerken$1); } break; } }); } const UtrechtIconThuiswerken = UtrechtIconThuiswerken$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconThuiswerken, defineCustomElement }; //# sourceMappingURL=utrecht-icon-thuiswerken.js.map