"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports["default"] = void 0;

var _react = _interopRequireDefault(require("react"));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }

function NomadLogoBlack(_ref) {
  var title = _ref.title,
      props = _objectWithoutProperties(_ref, ["title"]);

  return _react["default"].createElement("svg", _extends({
    width: props.width ? props.width : props.height ? 2.816326530612245 * props.height : 138,
    height: props.height ? props.height : props.width ? props.width / 2.816326530612245 : 49,
    viewBox: "0 0 138 49",
    fill: "none",
    role: "presentation"
  }, props), title ? _react["default"].createElement("title", null, title) : null, _react["default"].createElement("path", {
    d: "M50.978 19.306v16.24h-3.962V14.124h5.41l8.127 16.282V14.125h3.957v21.42h-5.393l-8.139-16.24zM74.174 35.88c-5.372 0-6.824-2.962-6.824-6.18v-3.958c0-3.191 1.452-6.175 6.824-6.175s6.82 2.957 6.82 6.175v3.953c0 3.223-1.448 6.186-6.82 6.186zm0-12.967c-2.09 0-2.899.93-2.899 2.702v4.218c0 1.766.809 2.702 2.9 2.702 2.09 0 2.893-.936 2.893-2.702v-4.218c0-1.771-.803-2.702-2.894-2.702zM92.93 35.545V24.62c0-.84-.351-1.256-1.25-1.256s-2.66.58-4.09 1.32v10.861h-3.926v-15.66h2.995l.383 1.299a15.74 15.74 0 016.276-1.596c1.511 0 2.447.612 2.963 1.67 1.954-1 4.1-1.569 6.293-1.67 2.606 0 3.542 1.835 3.542 4.633v11.324h-3.915V24.62c0-.84-.356-1.256-1.255-1.256-1.439.15-2.83.6-4.085 1.32v10.861H92.93zM120.956 35.545h-3.218l-.272-1.064a8.59 8.59 0 01-4.665 1.383c-2.867 0-4.09-1.962-4.09-4.664 0-3.192 1.383-4.41 4.569-4.41h3.766v-1.628c0-1.734-.484-2.345-2.989-2.345a22.06 22.06 0 00-4.346.478l-.484-2.989a20.38 20.38 0 015.356-.718c4.926 0 6.383 1.734 6.383 5.665l-.01 10.292zm-3.926-5.92h-2.894c-1.287 0-1.643.357-1.643 1.548 0 1.064.356 1.596 1.596 1.596a6.152 6.152 0 002.957-.803l-.016-2.34zM123.371 25.099c0-3.474 1.543-5.532 5.181-5.532 1.405.013 2.805.164 4.181.452v-6.537l3.925-.532v22.596h-3.122l-.383-1.32a8.24 8.24 0 01-4.957 1.644c-3.155 0-4.825-1.867-4.825-5.441v-5.33zm9.362-1.787a17.198 17.198 0 00-3.474-.42c-1.414 0-1.962.675-1.962 2.09v5.558c0 1.288.478 1.995 1.93 1.995a5.548 5.548 0 003.506-1.415v-7.808zM17.376 6.726l-15.718 9.08 10.607 6.229 2.143-1.309 5.213 2.91v-6.043l4.995-3v6.053l8.739-4.846v-.02L17.376 6.725z",
    fill: props.color || '#000'
  }), _react["default"].createElement("path", {
    d: "M24.616 20.646v6.011l-4.18 2.415-2.926-1.814v15.686l.08.006 15.765-9.059v-18.09h-.292l-8.447 4.845zM15.398 26.056v6.032l-4.756 3.016v-12.07l1.803-1.11L1.754 15.8l-.096.005v18.085l15.851 9.053V27.258l-2.111-1.202z",
    fill: props.color || '#000'
  }));
}

var _default = NomadLogoBlack;
exports["default"] = _default;