@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.65 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 UtrechtIconBestemmingsplanStyle0 = generatedCss;
const UtrechtIconBestemmingsplan = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: 'ad493b77757b543dd8f8fd89df7d629854846a49', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: '0b008d460f190f8f36a43579d358649544f51f21', d: "M11.16 11.1c.03.17.06.33.1.49 1.11 5.28 6.77 12.27 6.77 12.27s5.66-6.98 6.77-12.27c.04-.16.07-.32.1-.49 0-.06.02-.12.03-.18.04-.32.08-.64.08-.96 0-3.83-3.13-6.95-6.97-6.95s-6.97 3.12-6.97 6.95c0 .33.03.65.08.96 0 .06.02.12.03.18Zm6.87-4.15c1.66 0 3 1.34 3 2.99s-1.34 2.99-3 2.99-3-1.34-3-2.99 1.34-2.99 3-2.99m17.41 12.48-5.17 12.94a1 1 0 0 1-.93.63H1.5c-.71 0-1.19-.72-.93-1.37l5.19-12.94a1 1 0 0 1 .93-.63h5.07c2.05 3.73 4.55 6.85 4.71 7.05l.78.96a1 1 0 0 0 1.55 0l.78-.96c.16-.2 2.66-3.32 4.71-7.05H34.5c.71 0 1.19.71.93 1.37Z" })));
}
};
UtrechtIconBestemmingsplan.style = UtrechtIconBestemmingsplanStyle0;
exports.utrecht_icon_bestemmingsplan = UtrechtIconBestemmingsplan;
//# sourceMappingURL=utrecht-icon-bestemmingsplan.cjs.entry.js.map