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.27 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 UtrechtIconMenuDotOpenStyle0 = generatedCss; const UtrechtIconMenuDotOpen$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMenuDotOpen extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'a9b34e9f7cfd4b7ab6c5f3fcb2a4414c641b7242', viewBox: "0 0 8 8", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'c41ad21e7ac10befe084498dde1cefdea10f5eaf' }, h("clipPath", { key: '76d068c69c5dcefbec053e48aef8b08c4083e371', id: "a" }, h("path", { key: '4758e5bb3e0dce367fd9178f704f83b9fe470a30', "stroke-width": "0", d: "M0 0h8v8H0z" }))), h("g", { key: '4c3b1a8e8921b7a72fa29578a96f7509f5737b3c', "clip-path": "url(#a)" }, h("path", { key: '2d1d93fc19f833a3c96c82f5345707949b22b040', 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