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.69 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 UtrechtIconThreadsStyle0 = generatedCss; const UtrechtIconThreads$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconThreads extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '926ab3df6e048c94f085cc5f10ac7b1121379725', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '0f62484c57cd727f80f92ca3dbd6634de355e482', d: "M26.87 16.69c-.16-.07-.31-.15-.47-.21-.28-5.12-3.08-8.05-7.78-8.08h-.06c-2.81 0-5.15 1.2-6.59 3.38l2.59 1.77c1.08-1.63 2.76-1.98 4.01-1.98h.04c1.55 0 2.72.46 3.47 1.34.55.64.92 1.52 1.1 2.63-1.37-.23-2.86-.3-4.44-.21-4.47.26-7.34 2.86-7.15 6.48.1 1.84 1.01 3.42 2.58 4.45 1.32.87 3.03 1.3 4.8 1.2 2.34-.13 4.17-1.02 5.45-2.65.97-1.24 1.59-2.84 1.86-4.86 1.11.67 1.94 1.56 2.4 2.62.78 1.81.82 4.78-1.6 7.2-2.12 2.12-4.68 3.04-8.54 3.07-4.28-.03-7.52-1.4-9.62-4.08-1.97-2.5-2.99-6.12-3.03-10.75.04-4.63 1.06-8.24 3.03-10.75 2.1-2.67 5.34-4.04 9.62-4.08 4.31.03 7.61 1.41 9.79 4.1 1.07 1.32 1.88 2.97 2.41 4.91l3.03-.81c-.65-2.38-1.66-4.43-3.04-6.13C27.9 1.8 23.81.04 18.53 0h-.02C13.24.04 9.19 1.81 6.47 5.26 4.05 8.34 2.8 12.62 2.76 17.98s0 .03 0 .03c.04 5.37 1.29 9.65 3.71 12.72 2.72 3.46 6.77 5.23 12.04 5.26h.02c4.68-.03 7.99-1.26 10.71-3.97 3.56-3.55 3.45-8 2.28-10.74-.84-1.96-2.45-3.55-4.64-4.6Zm-8.09 7.59c-1.96.11-3.99-.77-4.1-2.65-.07-1.4.99-2.95 4.22-3.14.37-.02.73-.03 1.09-.03 1.17 0 2.26.11 3.26.33-.37 4.63-2.55 5.38-4.47 5.49" }))); } static get style() { return UtrechtIconThreadsStyle0; } }, [1, "utrecht-icon-threads"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-threads"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-threads": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconThreads$1); } break; } }); } const UtrechtIconThreads = UtrechtIconThreads$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconThreads, defineCustomElement }; //# sourceMappingURL=utrecht-icon-threads.js.map