@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 1.49 kB
JavaScript
import { r as registerInstance, h } from './index-6be72d1f.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 UtrechtIconReportStyle0 = generatedCss;
const UtrechtIconReport = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h("svg", { key: 'aa23ab19a2aa0686cfd513847fa49fd645457060', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '4fc7f3a76cb939613c95495a9b04cdedb97751c1', "fill-rule": "evenodd", d: "M4.44 2.22c-1.23 0-2.22.99-2.22 2.22V16.2l2.55-2.55c.21-.21.49-.33.79-.33h10c1.23 0 2.22-.99 2.22-2.22V4.43c0-1.23-.99-2.22-2.22-2.22H4.44ZM0 4.44C0 1.99 1.99 0 4.44 0h11.11c2.45 0 4.44 1.99 4.44 4.44v6.67c0 2.45-1.99 4.44-4.44 4.44H6.02L1.9 19.67c-.32.32-.8.41-1.21.24-.42-.17-.69-.57-.69-1.02zm10-1.11c.61 0 1.11.5 1.11 1.11v3.33c0 .61-.5 1.11-1.11 1.11s-1.11-.5-1.11-1.11V4.44c0-.61.5-1.11 1.11-1.11M10 10a1.116 1.116 0 0 1 0 2.23A1.116 1.116 0 0 1 10 10" })));
}
};
UtrechtIconReport.style = UtrechtIconReportStyle0;
export { UtrechtIconReport as utrecht_icon_report };
//# sourceMappingURL=utrecht-icon-report.entry.js.map