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.29 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 UtrechtIconAlleenStyle0 = generatedCss; const UtrechtIconAlleen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconAlleen extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '799b8e400a2b642da3572bcd7506d4fdef2f1166', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'a0c97a19274e0f8f36f8106ff4d3b42c69ac4529', d: "m14.2 5.29.12.03c.56.13 1.12.2 1.66.2 2.07 0 4.08-.86 5.53-2.36l1.6-1.58 1.37 1.36a7.68 7.68 0 0 0 3.07 2.09l.22.08-.07-.23C26.8 1.96 24.05-.08 21-.08s-5.97 2.16-6.77 5.25l-.03.11Zm-.18 2.06v.16c.31 3.6 3.38 6.41 6.98 6.41s6.76-2.89 6.98-6.58v-.1l-.65-.13a9.545 9.545 0 0 1-4.15-2.77l-.09-.1-.09.1c-1.79 2.06-4.36 3.24-7.03 3.24-.59 0-1.19-.07-1.8-.19l-.15-.03Zm16.96 13.64.03 9.98c0 .54-.44.99-.98 1l-2.04.04-.04 2.93c0 .55-.44 1-.99 1l-11.91.07c-.55 0-1-.45-1-1V20h-.61c-4.52 0-7.42-3.74-7.42-8v-.93c0-.56.46-1.01 1.01-1l2 .03c.55 0 .99.45.99 1v.9c0 2.09 1.07 4 3.42 4H26c2.81 0 4.99 2.19 4.99 5ZM7.53 8H9c.55 0 1-.45 1-1V1c0-.55-.44-1-1-1S8 .45 8 1l-.02 2H7.5a2.5 2.5 0 0 0 0 5h.04Z" }))); } static get style() { return UtrechtIconAlleenStyle0; } }, [1, "utrecht-icon-alleen"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-alleen"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-alleen": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconAlleen$1); } break; } }); } const UtrechtIconAlleen = UtrechtIconAlleen$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconAlleen, defineCustomElement }; //# sourceMappingURL=utrecht-icon-alleen.js.map