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.75 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 UtrechtIconXStyle0 = generatedCss; const UtrechtIconX$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconX extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '9b72099188ed8965cb4b914e896712c9b4c23a40', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd3a32b63ab4b58d2ba4d6cadf61e080ec0cc0cba', d: "M20.86 15.28 33.91.06h-3.09L19.49 13.27 10.44.06H0l13.69 19.98L0 36h3.09l11.97-13.96L24.62 36h10.44L20.87 15.28Zm-4.24 4.94-1.39-1.99L4.21 2.39h4.75l8.9 12.78 1.39 1.99 11.57 16.61h-4.75l-9.44-13.55Z" }))); } static get style() { return UtrechtIconXStyle0; } }, [1, "utrecht-icon-x"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-x"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-x": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconX$1); } break; } }); } const UtrechtIconX = UtrechtIconX$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconX, defineCustomElement }; //# sourceMappingURL=utrecht-icon-x.js.map