@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.94 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 UtrechtIconBouwProjectenStyle0 = generatedCss;
const UtrechtIconBouwProjecten = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '9d9816523e2425236669a9a2c5f7409d7cae0056', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: 'c8b179eab2ec7e6bd486e20f0ea70030d4a366f3', d: "M10.01 20.06h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1" }), index.h("path", { key: 'ca071c989cf43aaa63d95631f38c7edb01e29f6c', d: "M7.01 20.06c-.55 0-1-.45-1-1v-11h-5c-.4 0-.77-.24-.92-.62-.15-.37-.07-.8.22-1.09l6-5.99C6.6.07 7.03-.01 7.4.14c.37.15.62.52.62.92v5h11c.55 0 1 .45 1 1s-.45 1-1 1h-11v11c0 .55-.45 1-1 1Zm-3.58-14h2.59V3.47z" }), index.h("path", { key: '8f8ada5b102cab6206f1c779d27aa5cc0f8fed35', d: "M17.01 8.06c-.17 0-.35-.05-.51-.14l-10-6A.995.995 0 0 1 6.16.55c.28-.47.9-.63 1.37-.34l10 6c.47.28.63.9.34 1.37-.19.31-.52.49-.86.49Z" }), index.h("path", { key: 'cfdcc898af61d637f0ca8a9be7a996e4629f59f7', d: "M15.01 16.06c-1.65 0-3-1.35-3-3 0-.55.45-1 1-1s1 .45 1 1 .45 1 1 1 1-.45 1-1-.45-1-1-1-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v3.17c1.16.41 2 1.52 2 2.83 0 1.65-1.35 3-3 3" })));
}
};
UtrechtIconBouwProjecten.style = UtrechtIconBouwProjectenStyle0;
exports.utrecht_icon_bouw_projecten = UtrechtIconBouwProjecten;
//# sourceMappingURL=utrecht-icon-bouw-projecten.cjs.entry.js.map