@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.36 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 UtrechtIconVerkeersProjectenStyle0 = generatedCss;
const UtrechtIconVerkeersProjecten$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVerkeersProjecten extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '0b9640ca806187133e693800060bf8a89eedf101', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '1f3540bbfbc181cc07575e1f5fc2b78419b89c3f', d: "M18.89 19.39H1.11c-.61 0-1.11-.5-1.11-1.11s.5-1.11 1.11-1.11h17.78c.61 0 1.11.5 1.11 1.11s-.5 1.11-1.11 1.11m-6-11.11H7.11C6.5 8.28 6 7.78 6 7.17s.5-1.11 1.11-1.11h5.78c.61 0 1.11.5 1.11 1.11s-.5 1.11-1.11 1.11m1.78 5.55H5.33c-.61 0-1.11-.5-1.11-1.11s.5-1.11 1.11-1.11h9.33c.61 0 1.11.5 1.11 1.11s-.5 1.11-1.11 1.11Z" }), h("path", { key: '8fb6e1d263e1c73c0800bee74468b4329272ad3d', d: "M16.67 19.39c-.47 0-.9-.3-1.05-.76L10.31 2.72h-.62l-5.3 15.91c-.19.58-.82.89-1.41.7-.58-.19-.9-.82-.7-1.41L7.83 1.26C7.98.81 8.41.5 8.88.5h2.22c.48 0 .9.31 1.05.76l5.56 16.67a1.123 1.123 0 0 1-1.05 1.47Z" })));
}
static get style() { return UtrechtIconVerkeersProjectenStyle0; }
}, [1, "utrecht-icon-verkeers-projecten"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-verkeers-projecten"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-verkeers-projecten":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconVerkeersProjecten$1);
}
break;
} });
}
const UtrechtIconVerkeersProjecten = UtrechtIconVerkeersProjecten$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconVerkeersProjecten, defineCustomElement };
//# sourceMappingURL=utrecht-icon-verkeers-projecten.js.map