@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.33 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 UtrechtIconInformationStyle0 = generatedCss;
const UtrechtIconInformation = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h("svg", { key: 'd3462e3e4df733a887b56ce40d15c967460663b7', viewBox: "-10 -10 38 38", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '12953a0537fcf969c4de72815bfc6c9cdbf1a3c6', d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10" }), h("path", { key: '1c8be74dc07f3176b6058bf8884d7fe2f3f18143', d: "M9 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" }), h("circle", { key: '553518330eb16ef6833260af80f08c88bb756ddc', cx: "10", cy: "6", r: "1" })));
}
};
UtrechtIconInformation.style = UtrechtIconInformationStyle0;
export { UtrechtIconInformation as utrecht_icon_information };
//# sourceMappingURL=utrecht-icon-information.entry.js.map