@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.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 UtrechtIconParticipatieCampagneStyle0 = generatedCss;
const UtrechtIconParticipatieCampagne$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconParticipatieCampagne extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '5e44b0b4c8c00197a50bf117fea1eddab51ef943', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '3483c6113df0a6968a175e06aa2ca39b34d6c548', d: "M11.99 24H5.21l2.58 8.3a1 1 0 0 0 .96.7h4.85c.68 0 1.16-.67.95-1.31L12 24Z" }), h("path", { key: '40de15ee6d4250bddf858cf24d08453174424e53', d: "M16 10H3c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1v2c0 .55.45 1 1 1h13l12.78 6.88c.15.08.31.12.47.12H30c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1h-.74a.94.94 0 0 0-.47.12zm0 10H4v-8h12zm17-8v7.72c1.72-.45 3-2 3-3.86s-1.28-3.41-3-3.86" })));
}
static get style() { return UtrechtIconParticipatieCampagneStyle0; }
}, [1, "utrecht-icon-participatie-campagne"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-participatie-campagne"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-participatie-campagne":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconParticipatieCampagne$1);
}
break;
} });
}
const UtrechtIconParticipatieCampagne = UtrechtIconParticipatieCampagne$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconParticipatieCampagne, defineCustomElement };
//# sourceMappingURL=utrecht-icon-participatie-campagne.js.map