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) 2.3 kB
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 UtrechtIconMenuDotOpenStyle0 = generatedCss; const UtrechtIconMenuDotOpen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMenuDotOpen extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '1a7bb82314d0207a7e511f5fa2276c250d47f00f', viewBox: "0 0 8 8", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: '47a7b3c43c8bdf4fe20e9875bf0dd3e951bf0b15' }, h("clipPath", { key: '02db79a2ebdea24b681e0107a235e4cd3a8b0a39', id: "a" }, h("path", { key: 'd623f7577b6405c7580b119a079c64ff977bd07b', "stroke-width": "0", d: "M0 0h8v8H0z" }))), h("g", { key: 'f2a274a596cf7957130f2a9c59385f15bd3d9b8d', "clip-path": "url(#a)" }, h("path", { key: '190495fcd6745cd521931ec4ddd304bfcdc1bae5', d: "M4 8c-1.07 0-2.07-.42-2.83-1.17a4.004 4.004 0 0 1 0-5.66 4.004 4.004 0 0 1 5.66 0C7.59 1.92 8 2.93 8 4s-.42 2.07-1.17 2.83C6.08 7.58 5.07 8 4 8m0-6c-.53 0-1.04.21-1.41.59a1.983 1.983 0 0 0 0 2.82c.75.76 2.07.76 2.83 0a1.983 1.983 0 0 0 0-2.82C5.04 2.21 4.54 2 4.01 2Z" })))); } static get style() { return UtrechtIconMenuDotOpenStyle0; } }, [1, "utrecht-icon-menu-dot-open"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-menu-dot-open"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-menu-dot-open": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconMenuDotOpen$1); } break; } }); } const UtrechtIconMenuDotOpen = UtrechtIconMenuDotOpen$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconMenuDotOpen, defineCustomElement }; //# sourceMappingURL=utrecht-icon-menu-dot-open.js.map