@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.47 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 UtrechtIconMinusStyle0 = generatedCss;
const UtrechtIconMinus = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: 'db10dcd0da0b0167ee29f0904bd316f59cd78782', viewBox: "0 0 14 2", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("defs", { key: '0ddc48cecf714cdb4abf69cf0ce47304facd6eb9' }, index.h("clipPath", { key: '8b5c60293c36756a1d781a5e6c0326119de51be7', id: "a" }, index.h("path", { key: 'b193f994444b6512fa85b2f0b736c6c1252ea66f', "stroke-width": "0", d: "M0 0h14v2H0z" }))), index.h("g", { key: 'd390d31ee254fdec363d0417e68ab5c257fc5897', "clip-path": "url(#a)" }, index.h("path", { key: '40adf9098e453bd4cb59cce984f34ba8033b9ed0', d: "M13 2H1c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1" }))));
}
};
UtrechtIconMinus.style = UtrechtIconMinusStyle0;
exports.utrecht_icon_minus = UtrechtIconMinus;
//# sourceMappingURL=utrecht-icon-minus.cjs.entry.js.map