@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.75 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.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 UtrechtIconGemeenteLocatieStyle0 = generatedCss;
const UtrechtIconGemeenteLocatie = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: 'ab1d673022d622ab1dd26e1a2cd8787ede3d0bb0', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: '869e8d3947120f65c61042c6835377bcbcae377b', 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" })));
}
};
UtrechtIconGemeenteLocatie.style = UtrechtIconGemeenteLocatieStyle0;
exports.utrecht_icon_gemeente_locatie = UtrechtIconGemeenteLocatie;
//# sourceMappingURL=utrecht-icon-gemeente-locatie.cjs.entry.js.map