@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.53 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 UtrechtIconMinusVerticalStyle0 = generatedCss;
const UtrechtIconMinusVertical = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: 'ada6570aea55161f77914da51119c314f655ccd5', viewBox: "0 0 2 14", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("defs", { key: '71d878959ec30673f2d21869f81644cc0f35c76f' }, index.h("clipPath", { key: '5df92b81dcd88a068616a99f0b3d9e1b63e43fdb', id: "a" }, index.h("path", { key: '8f817149d696f797827d73a0404e2f56aabc2943', "stroke-width": "0", d: "M0 0h2v14H0z" }))), index.h("g", { key: 'f9637aca9b39f9ac534edd9e5510568dfb395a34', "clip-path": "url(#a)" }, index.h("path", { key: '348cf2a64dcd72663028e09c6e20e175a258cc53', d: "M1 14c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v12c0 .55-.45 1-1 1" }))));
}
};
UtrechtIconMinusVertical.style = UtrechtIconMinusVerticalStyle0;
exports.utrecht_icon_minus_vertical = UtrechtIconMinusVertical;
//# sourceMappingURL=utrecht-icon-minus-vertical.cjs.entry.js.map