@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) • 1.93 kB
JavaScript
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 UtrechtIconYoutubeStyle0 = generatedCss;
const UtrechtIconYoutube$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconYoutube extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '04f0fd3860b471e34faa95e3160bc375fa4d7a60', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '740fd257d8269a1a502cf16d1d40566bdd704782', d: "M35.25 9.28a4.493 4.493 0 0 0-3.18-3.2C29.26 5.32 18 5.32 18 5.32s-11.26 0-14.06.76a4.51 4.51 0 0 0-3.18 3.2C.01 12.11.01 18 .01 18s0 5.9.75 8.72a4.493 4.493 0 0 0 3.18 3.2c2.81.76 14.06.76 14.06.76s11.26 0 14.07-.76a4.51 4.51 0 0 0 3.18-3.2C36 23.89 36 18 36 18s0-5.9-.75-8.72M14.32 23.35v-10.7L23.73 18z" })));
}
static get style() { return UtrechtIconYoutubeStyle0; }
}, [1, "utrecht-icon-youtube"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-youtube"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-youtube":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconYoutube$1);
}
break;
} });
}
const UtrechtIconYoutube = UtrechtIconYoutube$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconYoutube, defineCustomElement };
//# sourceMappingURL=utrecht-icon-youtube.js.map