@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.35 kB
JavaScript
'use strict';
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 UtrechtIconFilterStyle0 = generatedCss;
const UtrechtIconFilter = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '124b6140f3ca15453fb37daaee64980159eff35c', viewBox: "-2 -1 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("rect", { key: '6f59850122ac4cfb50b0e757cd7de54b2f233de6', width: "17", height: "2", x: "2", y: "6", rx: ".5" }), index.h("rect", { key: '574771296ac74e93ca1f322e143cb38f71287b15', width: "13", height: "2", x: "4", y: "11", rx: ".5" }), index.h("rect", { key: '81fb9863c028d26c4316697172353e1b2caab623', width: "9", height: "2", x: "6", y: "16", rx: ".5" })));
}
};
UtrechtIconFilter.style = UtrechtIconFilterStyle0;
exports.utrecht_icon_filter = UtrechtIconFilter;
//# sourceMappingURL=utrecht-icon-filter.cjs.entry.js.map