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) 3.17 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 UtrechtIconLanguageStyle0 = generatedCss; const UtrechtIconLanguage$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconLanguage extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '49a763d8384090552db1cf2f42a6b65f3329077f', viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'f88f43c0aa5ad9f0ba3690dbaa7fdb0c9176059f' }, h("clipPath", { key: 'dfddfa9da0b726a124baba63b684cf4e2e0cb9e3', id: "a" }, h("path", { key: '1a1740f11587e4b3866e956ba9cf11b0549f2b01', "stroke-width": "0", d: "M0 0h20v20H0z" }))), h("g", { key: '402c45a835ec577611c67ad3d55e0e0f8a133b3c', "clip-path": "url(#a)" }, h("path", { key: '54f13166610be53e30f5288119b460c629db4bc2', "fill-rule": "evenodd", d: "M10 2.12c-.69 1.22-1.22 2.53-1.57 3.89h3.14c-.35-1.35-.88-2.66-1.57-3.89m1.95 5.89h-3.9c-.08.66-.13 1.33-.13 2s.04 1.34.13 2h3.9c.08-.66.13-1.33.13-2s-.04-1.34-.13-2m2.01 4c.07-.66.11-1.33.11-2s-.04-1.34-.11-2h3.78c.17.65.25 1.32.25 2s-.09 1.35-.25 2zm-2.4 2H8.42c.35 1.35.88 2.66 1.57 3.88a16.28 16.28 0 0 0 1.57-3.88m.81 3.64c.55-1.17.97-2.39 1.25-3.64h3.3a8.5 8.5 0 0 1-1.27 1.66 8.078 8.078 0 0 1-3.28 1.99Zm-2 2.35c.12.02.24 0 .35-.02 1.06-.08 2.11-.33 3.1-.74a9.87 9.87 0 0 0 3.24-2.17A9.975 9.975 0 0 0 19.99 10c0-2.65-1.05-5.2-2.93-7.07a9.943 9.943 0 0 0-6.33-2.9C10.62 0 10.5 0 10.38.01h-.76c-.12-.02-.24 0-.35.02-2.39.18-4.64 1.2-6.34 2.9A9.974 9.974 0 0 0 0 10c0 1.31.26 2.61.76 3.83a9.87 9.87 0 0 0 2.17 3.24c.93.93 2.03 1.67 3.24 2.17.99.41 2.03.66 3.1.74.11.03.23.03.35.02h.76Zm2-17.63c1.23.38 2.36 1.06 3.28 1.98.5.5.92 1.06 1.27 1.66h-3.3c-.29-1.25-.7-2.47-1.25-3.64M7.62 17.65c-.55-1.17-.97-2.39-1.25-3.64h-3.3c.35.6.78 1.16 1.27 1.66.74.74 1.62 1.33 2.6 1.74.22.09.45.17.69.25Zm-1.7-7.64c0-.67.04-1.34.11-2H2.25c-.17.65-.25 1.32-.25 2s.09 1.35.25 2h3.78c-.07-.66-.11-1.33-.11-2m.45-4c.29-1.25.7-2.47 1.25-3.64a7.977 7.977 0 0 0-3.28 1.98c-.5.5-.92 1.06-1.27 1.66z" })))); } static get style() { return UtrechtIconLanguageStyle0; } }, [1, "utrecht-icon-language"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-language"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-language": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconLanguage$1); } break; } }); } const UtrechtIconLanguage = UtrechtIconLanguage$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconLanguage, defineCustomElement }; //# sourceMappingURL=utrecht-icon-language.js.map