@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 1.63 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.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 UtrechtIconParkeervergunningStyle0 = generatedCss;
const UtrechtIconParkeervergunning = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '1878791c47dd6fbcbf2e77933864655b3e496a8c', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: '0a9e4437bcbb08ebe424409facb1c653032b4371', d: "M9 18.99V15h2.28c.95 0 1.72.9 1.72 2s-.77 2-1.72 2H9ZM8 25c.55 0 1-.45 1-1v-3h2.3c2.04 0 3.7-1.79 3.7-4s-1.66-4-3.7-4H8c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1M36 9.99V26c0 2.21-1.79 4-4 4H3.98C1.78 30 0 28.22 0 26.02V9.99C0 7.78 1.79 6 3.99 6H17v3c0 .55.45 1 1 1s1-.45 1-1V6h13.01C34.21 6 36 7.79 36 9.99M27 23h-5c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1m2-5h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1m0-5h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1" })));
}
};
UtrechtIconParkeervergunning.style = UtrechtIconParkeervergunningStyle0;
exports.utrecht_icon_parkeervergunning = UtrechtIconParkeervergunning;
//# sourceMappingURL=utrecht-icon-parkeervergunning.cjs.entry.js.map