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.27 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 UtrechtIconVaccinatieStyle0 = generatedCss; const UtrechtIconVaccinatie$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVaccinatie extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '71278feb543a8fabf28c29cc54a7d9d49f4bb5ee', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '1c89d0514f073355c2e9bcbe643370637c692667', d: "M35.7 4.59 31.41.3c-.4-.4-1.04-.4-1.43 0-.4.4-.4 1.04 0 1.43l1.43 1.43-4.3 4.3L25.65 6c-.78-.78-2.04-.77-2.81 0l-.02.02L7.96 20.84c-.28.28-.38.7-.23 1.07.35.9 1.07 2.29 1.83 3.1-.01.01-.03.01-.04.02L.3 34.27c-.4.4-.4 1.04 0 1.43.4.4 1.04.4 1.43 0l9.22-9.22s.03-.04.04-.06c.94.89 2.31 1.51 3.1 1.81.37.14.79.05 1.07-.23l14.79-14.79.04-.04c.78-.78.78-2.04 0-2.82L28.54 8.9l4.3-4.3 1.43 1.43c.4.4 1.04.4 1.43 0s.4-1.04 0-1.43Zm-7.16 7.16-6.02 6.02h-8.41l2.97-3.15 1.43 1.43c.4.4 1.04.4 1.43 0 .4-.4.4-1.04 0-1.43l-1.43-1.43 2.15-2.15 1.43 1.43c.4.4 1.04.4 1.43 0 .4-.4.4-1.04 0-1.43l-1.43-1.43 2.15-2.15 4.3 4.3Z" }))); } static get style() { return UtrechtIconVaccinatieStyle0; } }, [1, "utrecht-icon-vaccinatie"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-vaccinatie"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-vaccinatie": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconVaccinatie$1); } break; } }); } const UtrechtIconVaccinatie = UtrechtIconVaccinatie$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconVaccinatie, defineCustomElement }; //# sourceMappingURL=utrecht-icon-vaccinatie.js.map