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.5 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 UtrechtIconSinterklaasStyle0 = generatedCss; const UtrechtIconSinterklaas$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconSinterklaas extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'bf633f48a8a37be7d70d8e8e8e4dac8155559835', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '56509925e69169e7f573af236fc6e3e013820ce5', d: "M29.02.05h.03zm6.82 5.02c-.26-1.58-1.21-2.99-2.53-3.78C31.93.47 30.49.05 29.03.05c-3.84 0-6.96 3-6.96 6.68 0 2.28 1.86 4.29 3.99 4.29 2.25 0 3.76-1.32 3.97-3.41v-.7c0-.56-.44-.99-.99-.99s-.99.44-.99.98-.02.96-.02.96l-.04-.33c-.21 1.15-1.16 1.41-1.98 1.41-1.04 0-2.02-1.11-2.02-2.29 0-2.58 2.27-4.68 5.05-4.68 1.09 0 2.2.33 3.21.95.95.58 1.58 1.53 1.74 2.6.61 4.23-1.45 7.75-5.24 8.95-.43.14-.72.52-.72.94v6.64h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v11c0 .55.45 1 1 1s1-.45 1-1v-11h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-5.86l.29-.13c4.15-1.89 6.32-6.2 5.52-10.98ZM11.93.5c-.42-.67-1.4-.67-1.82 0L.24 16.34c-.2.34-.27.73-.18 1.11l2.07 10.59h7.89v-9h-4c-.55 0-1-.45-1-1s.45-1 1-1h4v-5c0-.55.45-1 1-1s1 .45 1 1v5h4c.55 0 1 .45 1 1s-.45 1-1 1h-4v9h8.2l1.76-10.59c.09-.38.03-.78-.18-1.12zm7.09 29.54h-17v1c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-1z" }))); } static get style() { return UtrechtIconSinterklaasStyle0; } }, [1, "utrecht-icon-sinterklaas"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-sinterklaas"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-sinterklaas": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconSinterklaas$1); } break; } }); } const UtrechtIconSinterklaas = UtrechtIconSinterklaas$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconSinterklaas, defineCustomElement }; //# sourceMappingURL=utrecht-icon-sinterklaas.js.map