@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-cdb0df7a.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 UtrechtIconPresentatieStyle0 = generatedCss;
const UtrechtIconPresentatie = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: 'cac60e80f104c44888538512160e39317f76ef00', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: '5628f593b8f363194c714dc1af2c052004256352', d: "M32 26.02v2.99H12v-2.99h16v-7.1l-3.58-3.93c-.14.03-.28.05-.42.05a2 2 0 1 1 2-2c0 .21-.04.41-.1.6l4.1 4.5v7.87h2Zm-5 4.99h-9c-.55 0-1 .45-1 1V36h10zm-17-1v-4.99c0-.55.45-1 1-1h13v-3c0-2.76-2.24-4.99-5-4.99H9c-2.76 0-5 2.23-5 4.99V32c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1h6.95v-4.99H11c-.55 0-1-.45-1-1M7.35 5.37l.12.03c.56.13 1.12.2 1.66.2 2.07 0 4.08-.86 5.53-2.36l1.6-1.58 1.37 1.36a7.68 7.68 0 0 0 3.07 2.09l.22.08-.07-.23C19.96 2.04 17.2 0 14.16 0S8.19 2.16 7.39 5.25l-.03.11h-.01Zm-.18 2.06v.16c.31 3.6 3.38 6.41 6.98 6.41s6.76-2.89 6.98-6.58v-.1l-.65-.13a9.545 9.545 0 0 1-4.15-2.77l-.09-.1-.09.1c-1.79 2.06-4.36 3.24-7.03 3.24-.59 0-1.19-.07-1.8-.19l-.15-.03Z" })));
}
};
UtrechtIconPresentatie.style = UtrechtIconPresentatieStyle0;
exports.utrecht_icon_presentatie = UtrechtIconPresentatie;
//# sourceMappingURL=utrecht-icon-presentatie.cjs.entry.js.map