@vlinderclimate/net-zero-ui
Version:
<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>
23 lines (18 loc) • 773 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../tslib.es6-9240d9d1.js');
var jsxRuntime = require('react/jsx-runtime');
var styles = require('@mui/material/styles');
var Logo = styles.styled("div")(function (_a) {
_a.theme;
return ({
display: "flex",
fontSize: 0,
lineHeight: 0
});
});
var LogoComponent = function (_a) {
var children = _a.children, props = tslib_es6.__rest(_a, ["children"]);
return (jsxRuntime.jsx("div", tslib_es6.__assign({ style: { fontSize: 0 } }, { children: jsxRuntime.jsx(Logo, tslib_es6.__assign({}, props, { style: { cursor: "pointer" } }, { children: children }), void 0) }), void 0));
};
exports["default"] = LogoComponent;