@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.53 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 UtrechtIconMeldingStyle0 = generatedCss;
const UtrechtIconMelding = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '85492fbdf819bf1177adde15da703b2e20b8129d', viewBox: "0 0 35 37", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: 'd1e5d4e53ecf89dbe78ce69bb2acc7d919405cff', "fill-rule": "evenodd", d: "M30.06 0H14.91a4 4 0 0 0-4 4v7.34a4 4 0 0 0 4 4h.54v3.25l3.24-3.25h11.37a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4m-6.73 2.83-.31 6.37h-1.6l-.31-6.37zm-1.11 9.63a1.28 1.28 0 1 1 1.28-1.28 1.22 1.22 0 0 1-1.31 1.28z", "clip-rule": "evenodd" }), index.h("path", { key: 'a9a4f4d7cd940c20c4ce29732cefb3375aa3d913', d: "M15.67 36.73v-7.44c0-2.21-2.47-4-5.53-4H5.53c-3.06 0-5.53 1.79-5.53 4v7.44zm-3.52-16.19a4.32 4.32 0 1 1-4.32-4.2 4.26 4.26 0 0 1 4.32 4.2" })));
}
};
UtrechtIconMelding.style = UtrechtIconMeldingStyle0;
exports.utrecht_icon_melding = UtrechtIconMelding;
//# sourceMappingURL=utrecht-icon-melding.cjs.entry.js.map