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) 3.19 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 UtrechtIconGemeenteraadStyle0 = generatedCss; const UtrechtIconGemeenteraad$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGemeenteraad extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '7da0467cb73c1ca22bd9cd2259c5907a2646aa0c', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("circle", { key: '1947b2761c944021ec05ea8a54f7081a8840467d', cx: "31.01", cy: "9", r: "3" }), h("circle", { key: 'cd3f630ae07464b62368ae7244a68bd85736a2e8', cx: "17.91", cy: "3", r: "3" }), h("path", { key: '819b209301220518ed298b6582aa531d07d2885d', d: "M35.01 20v-3.46c0-1.67-1.28-2.97-2.94-3.01h-3.31a3 3 0 0 0-2.75 2.29c3.13.96 7.1 2.4 9 4.18" }), h("circle", { key: '4551e0c5ab195b40968be5d2d28d6fff1100fd5a', cx: "5.01", cy: "9", r: "3" }), h("path", { key: 'dec7dc9291366ce1c4b4b3d427f80b45aa341d75', d: "M10.01 15.82c-.3-1.27-1.39-2.2-2.75-2.28H3.95c-1.66.03-2.94 1.33-2.94 3V20c1.9-1.78 5.87-3.22 9-4.18" }), h("circle", { key: '8b70e2b8a4429c71c04b268dc920393d5ed6e6b0', cx: "18.01", cy: "25.05", r: "3" }), h("circle", { key: 'a8e01b41f61398046c5f51d7f4f1a8be9678edc6', cx: "31.01", cy: "24", r: "3" }), h("circle", { key: 'c117910f0ba119bf695266cac35954fc6b07ed48', cx: "5", cy: "24", r: "3" }), h("path", { key: '519a019d7bceb429f2ac4cab2d573eba6e5eeade', d: "M20.06 7.48h-4.22c-1.61.1-2.84 1.38-2.84 3.01v4.41c.34-.05.66-.07 1.01-.12l2.1-4.23c.25-.49.85-.69 1.34-.45.49.25.69.85.45 1.34l-1.57 3.13c.55-.03 1.1-.07 1.67-.07 1.74 0 3.4.14 5 .39v-4.41c0-1.67-1.28-2.97-2.94-3.01Zm6.02 27.89c3.79-.6 7.18-1.62 9.93-2.93v-.95c0-1.67-1.28-2.97-2.94-3.01h-4.22c-1.61.1-2.84 1.38-2.84 3.01V35c0 .13.03.26.08.37Zm-8.07.63c1.71 0 3.38-.08 5-.23v-3.22c0-1.67-1.28-2.97-2.94-3.01h-4.22c-1.61.1-2.84 1.38-2.84 3.01v3.22c1.62.15 3.29.23 5 .23M10 35.39V31.5c0-1.67-1.28-2.97-2.94-3.01H2.84C1.23 28.59 0 29.87 0 31.5v.95c2.77 1.32 6.19 2.34 10 2.95Z" }))); } static get style() { return UtrechtIconGemeenteraadStyle0; } }, [1, "utrecht-icon-gemeenteraad"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-gemeenteraad"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-gemeenteraad": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconGemeenteraad$1); } break; } }); } const UtrechtIconGemeenteraad = UtrechtIconGemeenteraad$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconGemeenteraad, defineCustomElement }; //# sourceMappingURL=utrecht-icon-gemeenteraad.js.map