@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.98 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 UtrechtIconReadAloudStyle0 = generatedCss;
const UtrechtIconReadAloud$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconReadAloud extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '1b90f20d4520b67de3e8343ba0f6a5c8407a8019', viewBox: "0 0 20 17.83", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'a704aee2df2df5a12fcb9dee5ff44ac0cd04ccaa' }, h("clipPath", { key: '727ad926952eb1b71dc2ac7d525911e59bf5244b', id: "a" }, h("path", { key: '0baf48574ff58cb8400ca01d126a650135f91413', "stroke-width": "0", d: "M0 0h20v17.83H0z" }))), h("g", { key: '7a1f7d2a35cdc3d28404fdb517bfc17f8420ecd0', "clip-path": "url(#a)" }, h("path", { key: '41ac802737a94631e011dedc610f4733e9d21380', "fill-rule": "evenodd", d: "m4.78 6.54 3.2-4.11v12.99l-3.2-4.11c-.19-.24-.48-.39-.79-.39H2V6.93h1.99c.31 0 .6-.14.79-.39M8.76.09c-.41-.14-.85-.12-1.25.04-.36.15-.67.41-.87.74L3.49 4.92H1.98c-.53 0-1.04.21-1.41.58-.37.38-.59.88-.59 1.41v3.99c0 .53.21 1.04.59 1.41.37.38.88.58 1.41.58h1.51l3.15 4.05c.2.33.5.6.87.74a1.793 1.793 0 0 0 2.22-.74c.2-.34.29-.73.25-1.13V2A1.8 1.8 0 0 0 9.73.87C9.51.5 9.16.23 8.76.09m6.13 1.21c.35-.43.98-.5 1.41-.15 1.16.93 2.09 2.12 2.73 3.46.64 1.34.97 2.81.97 4.3s-.33 2.96-.97 4.3c-.64 1.34-1.58 2.53-2.73 3.46a1.002 1.002 0 1 1-1.26-1.56c.93-.75 1.67-1.69 2.19-2.77.51-1.07.78-2.25.78-3.44s-.27-2.37-.78-3.44a7.972 7.972 0 0 0-2.19-2.77c-.43-.35-.5-.98-.15-1.41Zm-2.72 3.02c.33-.44.96-.53 1.4-.2.74.56 1.35 1.28 1.76 2.11s.63 1.75.63 2.68-.22 1.85-.63 2.68-1.02 1.55-1.76 2.11c-.44.33-1.07.24-1.4-.2-.33-.44-.24-1.07.2-1.4.5-.37.9-.85 1.17-1.41.28-.55.42-1.16.42-1.78s-.14-1.23-.42-1.79c-.28-.55-.68-1.04-1.17-1.41-.44-.33-.53-.96-.2-1.4Z" }))));
}
static get style() { return UtrechtIconReadAloudStyle0; }
}, [1, "utrecht-icon-read-aloud"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-read-aloud"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-read-aloud":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconReadAloud$1);
}
break;
} });
}
const UtrechtIconReadAloud = UtrechtIconReadAloud$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconReadAloud, defineCustomElement };
//# sourceMappingURL=utrecht-icon-read-aloud.js.map