@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.47 kB
JavaScript
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 UtrechtIconGezichtStyle0 = generatedCss;
const UtrechtIconGezicht$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGezicht extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '48c79be3f2ff9da77ee8ee5514c7be0e02251a28', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7868425b77cf7ef070e8e37ae42e58ad060540dc', d: "M33.18 12.97a16.082 16.082 0 0 0-7.2-8.81c0 .22-.02.44-.03.66.01.07.04.13.04.2 0 4.14 3.16 7.55 7.2 7.96Zm-18.9.04c6.3 0 9.7-4.64 9.7-9v-.84C22.13 2.42 20.1 2 17.98 2c-7.5 0-13.8 5.19-15.53 12.16.99-.72 2.2-1.15 3.52-1.15z" }), h("path", { key: '87d641fcdfb656ab811ae9b0e2eb302f6e0948b8', d: "M33.71 14.99a10.02 10.02 0 0 1-8.94-6.09c-1.77 3.43-5.43 6.11-10.49 6.11H5.97c-2.09 0-3.8 1.62-3.97 3.67C2.36 27.19 9.38 34 17.98 34S34 26.82 34 18c0-1.03-.11-2.03-.29-3.01m-20.26 2.4c.82 0 1.49.67 1.49 1.5s-.67 1.5-1.49 1.5-1.49-.67-1.49-1.5.67-1.5 1.49-1.5m9.99 9.43c-1.63 1.1-3.53 1.68-5.5 1.68s-3.73-.54-5.32-1.56c-.46-.3-.6-.92-.3-1.38.3-.46.92-.6 1.38-.3 2.57 1.66 6.07 1.62 8.61-.09a.999.999 0 0 1 1.39.27c.31.46.19 1.08-.27 1.39Zm-.98-6.48c-.82 0-1.49-.67-1.49-1.5s.67-1.5 1.49-1.5 1.49.67 1.49 1.5-.67 1.5-1.49 1.5" })));
}
static get style() { return UtrechtIconGezichtStyle0; }
}, [1, "utrecht-icon-gezicht"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-gezicht"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-gezicht":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconGezicht$1);
}
break;
} });
}
const UtrechtIconGezicht = UtrechtIconGezicht$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconGezicht, defineCustomElement };
//# sourceMappingURL=utrecht-icon-gezicht.js.map