@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.67 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 UtrechtIconMilieuZoneStyle0 = generatedCss;
const UtrechtIconMilieuZone = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '9d4c995c0999a8e1aacaf83bd2342be234cf6aed', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: '2c7982440a52286995bb0ae3bb9b6b2f6761d9af', d: "M22.55 16.07a2 2 0 0 0-1.79-1.11h-3.79v-5c0-1.1-.9-2-2-2H1c-.55 0-1 .45-1 1v21c0 .55.45 1 1 1h12.01c-.02.17-.05.33-.05.5 0 2.48 2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5c0-.17-.03-.33-.05-.5h1.05c1.1 0 2-.9 2-2v-7.53c0-.31-.07-.61-.21-.89l-2.21-4.47Zm-5.09 17.89a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m5.5-12h-6v-5h4l2 4zM31.9 0h-5.8L22 4.1v5.8l4.1 4.1h5.8L36 9.9V4.1zm-2.18 10.48c-.19.19-.43.28-.72.28s-.54-.09-.72-.28c-.19-.19-.28-.43-.28-.72s.09-.53.28-.72c.19-.19.43-.28.72-.28s.54.09.72.28c.19.19.28.43.28.72s-.09.53-.28.72M30 7c0 .55-.45 1-1 1s-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1z" })));
}
};
UtrechtIconMilieuZone.style = UtrechtIconMilieuZoneStyle0;
exports.utrecht_icon_milieu_zone = UtrechtIconMilieuZone;
//# sourceMappingURL=utrecht-icon-milieu-zone.cjs.entry.js.map