@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 { 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 UtrechtIconHulpVervoerStyle0 = generatedCss;
const UtrechtIconHulpVervoer$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconHulpVervoer extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'b6fa8c2c6871a390e124799b93167e20dce0ec5c', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'c66c6460e00a322827f5788ce3ed779aa019bc51', d: "M32.67.01H18.34c-1.84-.01-3.33 1.5-3.33 3.37v24.55c0 .59.47 1.07 1.07 1.07h1.86c.59 0 1.07-.48 1.07-1.07V26h13v1.93c0 .59.48 1.07 1.07 1.07h1.86c.59 0 1.07-.48 1.07-1.07V3.4C36 1.53 34.51.01 32.67.01M20 2.01h11v2H20zM18.5 22c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m14.01-.08c-.82 0-1.49-.66-1.49-1.46S31.69 19 32.51 19s1.49.66 1.49 1.46-.67 1.46-1.49 1.46M34 15H17V6.01h17v9ZM1.85 13.84c0-1.64 1.35-2.99 2.99-2.99s2.99 1.35 2.99 2.99-1.35 2.99-2.99 2.99-2.99-1.35-2.99-2.99m8.16 7.27V27c0 .55-.46 1-1.01 1H8v7c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-7H1c-.55 0-1-.45-1-1v-5.89c0-1.69 1.23-3 2.84-3.09h4.23c1.66.03 2.94 1.37 2.94 3.09" })));
}
static get style() { return UtrechtIconHulpVervoerStyle0; }
}, [1, "utrecht-icon-hulp-vervoer"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-hulp-vervoer"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-hulp-vervoer":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconHulpVervoer$1);
}
break;
} });
}
const UtrechtIconHulpVervoer = UtrechtIconHulpVervoer$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconHulpVervoer, defineCustomElement };
//# sourceMappingURL=utrecht-icon-hulp-vervoer.js.map