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.45 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 UtrechtIconVerkiezingenStyle0 = generatedCss; const UtrechtIconVerkiezingen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVerkiezingen extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'f242b88b96b5a83991606e32967d9f1b77b276b0', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'cb412f076f0a4a50752cb1c1b7e51aec8ab56450', d: "M14.64 15.67 29.05 1.29c.39-.39 1.02-.39 1.42 0l1.42 1.41-15.12 15.08-2.12-2.12ZM33.3 4.12 18.18 19.2l2.12 2.12L34.71 6.94a.996.996 0 0 0 0-1.41l-1.42-1.41ZM12.29 21.8l1.87 1.87 4.6-1.06-5.41-5.4zm3.93 3.3-1.22.41-.54.14c-.05.01-.1.03-.15.04l-3.68.85c-.07.02-.15.03-.22.03-.26 0-.52-.1-.71-.29-.24-.24-.34-.6-.27-.93l.44-1.92c-.19-.27-.82-1.34-.82-1.34-.5-.82-1.58-1.09-2.41-.58-.83.5-1.09 1.58-.59 2.4l2.83 4.64a1.756 1.756 0 0 0 1.95.78c.75-.2 1.28-.87 1.3-1.65v-.26l2.68.88c.92.3 1.91-.2 2.21-1.11.27-.81-.09-1.67-.81-2.07Zm6.81-2.12c0 5.51-4.48 9.99-10.01 9.99S3 28.5 3 22.98s4.48-9.99 10.01-9.99c.48 0 .95.05 1.41.11l2.1-2.1L2 11.02c-.55 0-1 .45-1 1v21.97c0 .55.45 1 1 1h22.02c.55 0 1-.45 1-1V19.46l-2.11 2.11c.06.46.11.93.11 1.4Z" }))); } static get style() { return UtrechtIconVerkiezingenStyle0; } }, [1, "utrecht-icon-verkiezingen"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-verkiezingen"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-verkiezingen": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconVerkiezingen$1); } break; } }); } const UtrechtIconVerkiezingen = UtrechtIconVerkiezingen$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconVerkiezingen, defineCustomElement }; //# sourceMappingURL=utrecht-icon-verkiezingen.js.map