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.14 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 UtrechtIconAfspraakMakenStyle0 = generatedCss; const UtrechtIconAfspraakMaken$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconAfspraakMaken extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '984a8258e25c1dcecef5f2184de2a4cf06e587cc', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd61ee43ba2bab7c114caa4d238e37bf615a53415', d: "M17.98 0C8.05 0 0 8.06 0 18s8.05 18 17.98 18S36 27.94 36 18 27.94 0 17.98 0M18 34C9.18 34 2 26.82 2 18S9.18 2 18 2s16 7.18 16 16-7.18 16-16 16" }), h("path", { key: 'c39ea907d0341814f7c2b79a62d98aae523dd93d', d: "M18 4C10.28 4 4 10.28 4 18s6.28 14 14 14 14-6.28 14-14S25.72 4 18 4m9 19.49c-.27.48-.88.66-1.36.39l-8.13-4.51a.992.992 0 0 1-.51-.87V7.49c0-.55.45-1 1-1s1 .45 1 1V17.9l7.61 4.23c.48.27.66.88.39 1.36" }))); } static get style() { return UtrechtIconAfspraakMakenStyle0; } }, [1, "utrecht-icon-afspraak-maken"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-afspraak-maken"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-afspraak-maken": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconAfspraakMaken$1); } break; } }); } const UtrechtIconAfspraakMaken = UtrechtIconAfspraakMaken$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconAfspraakMaken, defineCustomElement }; //# sourceMappingURL=utrecht-icon-afspraak-maken.js.map