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) 1.76 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 UtrechtIconTShirtStyle0 = generatedCss; const UtrechtIconTShirt$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconTShirt extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'fd308ce41304c36740e4beb49e4875e34eb32d7e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '37fbf3c4cdf03d092752def7bc4dfaea2dee9502', d: "M33.51 6.02c0-3.16-2.88-6.01-6.05-6.01h-5.19l-4.54 5.35L13.36 0h-5.4C4.81 0 1.94 2.85 1.94 5.99l.03 7.59 4.49-.05V36h22.52V13.52l4.44-.05.08-7.46Z" }))); } static get style() { return UtrechtIconTShirtStyle0; } }, [1, "utrecht-icon-t-shirt"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-t-shirt"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-t-shirt": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconTShirt$1); } break; } }); } const UtrechtIconTShirt = UtrechtIconTShirt$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconTShirt, defineCustomElement }; //# sourceMappingURL=utrecht-icon-t-shirt.js.map