@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.38 kB
JavaScript
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 UtrechtIconGemeenteLocatieStyle0 = generatedCss;
const UtrechtIconGemeenteLocatie$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGemeenteLocatie extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'c074e4fdf97f9b3c9d1a4ae6c66943c0b226b41d', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '37446ee06cebcc083caf6deaeff6aa7ce80d2ce8', d: "M35 17.02c.55 0 1-.45 1-1V8.03c0-.55-.45-1-1-1h-3.01L30.3 4.48a.995.995 0 0 0-.83-.45L6.54 3.99c-.34 0-.65.17-.84.45L3.98 7.03H1c-.55 0-1 .45-1 1s.45 1 1 1h1V30H1c-.55 0-1 .45-1 1s.45 1 1 1h34c.55 0 1-.45 1-1s-.45-1-1-1h-1V17.02zm-9-2V28h5c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1h10v-7.99c0-.55.45-1 1-1h4c.55 0 1 .45 1 1V28h3V8.97c0-.55.45-1 1-1s1 .45 1 1l1 .06h7v5.99zm-14-2v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1m8 0v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1m-8 7.99v1c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1" })));
}
static get style() { return UtrechtIconGemeenteLocatieStyle0; }
}, [1, "utrecht-icon-gemeente-locatie"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-gemeente-locatie"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-gemeente-locatie":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconGemeenteLocatie$1);
}
break;
} });
}
const UtrechtIconGemeenteLocatie = UtrechtIconGemeenteLocatie$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconGemeenteLocatie, defineCustomElement };
//# sourceMappingURL=utrecht-icon-gemeente-locatie.js.map