@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.55 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 UtrechtIconParticipatieCampagneStyle0 = generatedCss;
const UtrechtIconParticipatieCampagne = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '5e44b0b4c8c00197a50bf117fea1eddab51ef943', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: '3483c6113df0a6968a175e06aa2ca39b34d6c548', d: "M11.99 24H5.21l2.58 8.3a1 1 0 0 0 .96.7h4.85c.68 0 1.16-.67.95-1.31L12 24Z" }), index.h("path", { key: '40de15ee6d4250bddf858cf24d08453174424e53', d: "M16 10H3c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1v2c0 .55.45 1 1 1h13l12.78 6.88c.15.08.31.12.47.12H30c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1h-.74a.94.94 0 0 0-.47.12zm0 10H4v-8h12zm17-8v7.72c1.72-.45 3-2 3-3.86s-1.28-3.41-3-3.86" })));
}
};
UtrechtIconParticipatieCampagne.style = UtrechtIconParticipatieCampagneStyle0;
exports.utrecht_icon_participatie_campagne = UtrechtIconParticipatieCampagne;
//# sourceMappingURL=utrecht-icon-participatie-campagne.cjs.entry.js.map