@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.17 kB
JavaScript
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 UtrechtIconGemeenteraadStyle0 = generatedCss;
const UtrechtIconGemeenteraad$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGemeenteraad extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'a57656500e5f3a0dcbcae1bb3d61e3238fccdc1a', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("circle", { key: '1371d3e2e05e256caf3f4597ccce6b0c8219c0df', cx: "31.01", cy: "9", r: "3" }), h("circle", { key: '89885f2b93d3047c940e4e606a0bb3a7347f5896', cx: "17.91", cy: "3", r: "3" }), h("path", { key: 'ee5291deca4bb6105f52a9738c0909046e8740f3', 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: 'da9197408713d8eba95d0eabc5ef786ad213ec3d', cx: "5.01", cy: "9", r: "3" }), h("path", { key: 'ae9c6b0cfb4911ff4b485fd6e6fb10dbb030ae62', 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: '90aec7084d4615e4571d4122a6ea12fcac4971b7', cx: "18.01", cy: "25.05", r: "3" }), h("circle", { key: '295d255aea58fd151db1d4942f4423244f1e3849', cx: "31.01", cy: "24", r: "3" }), h("circle", { key: 'da06b6e254ef7cd9e198013ee6dd9be4a9557181', cx: "5", cy: "24", r: "3" }), h("path", { key: 'd2b09bef54683500b4941d9e97008d2632f53994', 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