ab-tests
Version:
HBUI library
56 lines (50 loc) • 2.52 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _react = _interopRequireDefault(require("react"));
var _react2 = require("@emotion/react");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
function HummingbotLogo() {
return (0, _react2.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "38",
height: "30",
fill: "none",
viewBox: "0 0 38 30",
className: "logo"
}, (0, _react2.jsx)("path", {
fill: "#00858B",
fillRule: "evenodd",
d: "M30.466 16.151c-3.064 1.01-6.137.648-8.16-.73.842-2.32 3.12-4.446 6.185-5.456 3.064-1.01 6.137-.647 8.16.73-.068.186-.145.371-.23.554-.982 2.1-3.136 3.974-5.955 4.902z",
clipRule: "evenodd"
}), (0, _react2.jsx)("path", {
fill: "#007E82",
fillRule: "evenodd",
d: "M29.402 19.575c-3.198-.398-5.834-2.043-7.095-4.158 1.726-1.744 4.674-2.695 7.872-2.298 3.198.397 5.834 2.043 7.095 4.158a6.49 6.49 0 01-.295.28c-1.756 1.564-4.555 2.393-7.577 2.018z",
clipRule: "evenodd"
}), (0, _react2.jsx)("path", {
fill: "#006E72",
fillRule: "evenodd",
d: "M26.76 22.442c-2.669-1.832-4.278-4.516-4.453-6.982 2.318-.755 5.37-.238 8.039 1.594 2.669 1.833 4.278 4.516 4.454 6.983-.145.047-.293.09-.444.127-2.255.558-5.094-.004-7.596-1.722z",
clipRule: "evenodd"
}), (0, _react2.jsx)("path", {
fill: "#006063",
fillRule: "evenodd",
d: "M23.45 23.7c-1.66-2.805-2.004-5.928-1.139-8.24 2.416.31 4.968 2.085 6.627 4.89 1.66 2.805 2.004 5.928 1.139 8.24a6.43 6.43 0 01-.6-.106c-2.23-.503-4.505-2.21-6.027-4.784z",
clipRule: "evenodd"
}), (0, _react2.jsx)("path", {
fill: "#00A8B3",
fillRule: "evenodd",
d: "M25.023 5.997c-.52 5.891-5.642 10.24-11.442 9.712a10.434 10.434 0 01-2.07-.401L23.825 0a10.8 10.8 0 011.199 5.997z",
clipRule: "evenodd"
}), (0, _react2.jsx)("path", {
fill: "#00C2CE",
fillRule: "evenodd",
d: "M17.094 12.315l-.09-.061c-1.392-.924-2.951-2.086-4.59-2.46-1.082-.248-2.144-.054-3.033.619-.795.602-.99 1.494-1.626 2.2C7.17 13.26 0 16.405 0 16.405l.1.238s6.698-3.006 8.063-2.754c1.364.252 4.123 1.103 5.88 4.681 1.852 3.771 5.424 6.1 7.408 5.813l-1.93 5.596c9.936.483 6.405-7.974 3.342-12.201 1.364-.398 2.687-.997 3.909-1.651a11.11 11.11 0 002.093-1.469c1.405-1.24 2.562-2.816 3.412-4.445 1.142-2.19 2.156-4.838 2.466-7.32l-17.649 9.42z",
clipRule: "evenodd"
}));
}
var _default = HummingbotLogo;
exports["default"] = _default;