"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 NomadLogoWhite(_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.093v16.24h-3.962v-21.42h5.41l8.127 16.281V13.912h3.957v21.42h-5.393l-8.139-16.239zM74.174 35.668c-5.372 0-6.824-2.963-6.824-6.181V25.53c0-3.192 1.452-6.176 6.824-6.176s6.82 2.957 6.82 6.175v3.953c0 3.223-1.448 6.186-6.82 6.186zm0-12.968c-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.332V24.407c0-.84-.351-1.255-1.25-1.255s-2.66.58-4.09 1.319v10.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.407c0-.84-.356-1.255-1.255-1.255-1.439.149-2.83.598-4.085 1.319v10.861H92.93zM120.956 35.332h-3.218l-.272-1.063a8.59 8.59 0 01-4.665 1.383c-2.867 0-4.09-1.963-4.09-4.665 0-3.192 1.383-4.41 4.569-4.41h3.766V24.95c0-1.734-.484-2.345-2.989-2.345a22.068 22.068 0 00-4.346.478l-.484-2.989a20.384 20.384 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.153 6.153 0 002.957-.803l-.016-2.34zM123.371 24.886c0-3.473 1.543-5.532 5.181-5.532 1.405.013 2.805.165 4.181.452V13.27l3.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.191 17.191 0 00-3.474-.42c-1.414 0-1.962.675-1.962 2.09v5.559c0 1.287.478 1.994 1.93 1.994a5.548 5.548 0 003.506-1.415V23.1zM17.376 6.513l-15.718 9.08 10.607 6.229 2.143-1.309 5.213 2.91V17.38l4.995-3v6.053l8.739-4.845v-.022L17.376 6.513z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    d: "M24.616 20.434v6.01l-4.18 2.415-2.926-1.814v15.686l.08.006 15.765-9.059v-18.09h-.292l-8.447 4.846zM15.398 25.843v6.032l-4.756 3.016v-12.07l1.803-1.11-10.691-6.123-.096.005v18.085l15.851 9.053V27.045l-2.111-1.202z",
    fill: props.color || '#fff'
  }));
}

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