"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 WaypointLogoWhite(_ref) {
  var title = _ref.title,
      props = _objectWithoutProperties(_ref, ["title"]);

  return _react["default"].createElement("svg", _extends({
    width: props.width ? props.width : props.height ? 3.6458333333333335 * props.height : 175,
    height: props.height ? props.height : props.width ? props.width / 3.6458333333333335 : 48,
    viewBox: "0 0 175 48",
    fill: "none",
    role: "presentation"
  }, props), title ? _react["default"].createElement("title", null, title) : null, _react["default"].createElement("path", {
    d: "M72.521 30.23l4.1-16.612h4.047l-5.325 21.458H69.86l-3.94-17.251-3.94 17.251h-5.485l-5.325-21.458h4.047l4.1 16.613 3.887-16.613h5.431l3.887 16.613zM92.703 35.078h-3.195l-.266-1.065c-1.438.958-3.089 1.384-4.686 1.384-2.875 0-4.1-1.97-4.1-4.685 0-3.195 1.384-4.42 4.58-4.42h3.78v-1.65c0-1.758-.48-2.343-2.982-2.343-1.438 0-2.982.213-4.366.479l-.48-2.982c1.491-.426 3.621-.745 5.378-.745 4.952 0 6.39 1.757 6.39 5.644v10.383h-.053zm-3.887-5.964H85.94c-1.278 0-1.65.373-1.65 1.544 0 1.118.372 1.598 1.597 1.598a6.156 6.156 0 002.982-.799v-2.343h-.053zM103.722 35.077l-2.076 6.336h-3.728l1.97-6.336h-1.384l-4.952-15.708H97.6l3.567 11.927 3.621-11.927h4.047l-5.112 15.708zM123.051 29.86c0 3.46-1.544 5.537-5.165 5.537-1.384 0-2.981-.213-4.206-.426v6.496l-3.94.533V19.37h3.141l.373 1.331c1.384-1.011 2.982-1.65 4.952-1.65 3.141 0 4.845 1.863 4.845 5.43v5.379zm-9.424 1.757c1.011.213 2.343.426 3.461.426 1.437 0 1.97-.692 1.97-2.077v-5.59c0-1.279-.479-2.024-1.917-2.024-1.278 0-2.662.639-3.514 1.438v7.827zM131.73 35.396c-5.378 0-6.815-2.982-6.815-6.177v-3.94c0-3.195 1.437-6.177 6.815-6.177s6.815 2.982 6.815 6.177v3.94c0 3.195-1.437 6.177-6.815 6.177zm0-12.992c-2.077 0-2.875.958-2.875 2.715v4.207c0 1.757.798 2.715 2.875 2.715s2.875-.958 2.875-2.715v-4.207c0-1.81-.798-2.715-2.875-2.715zM140.942 17.133v-4.526h3.941v4.526h-3.941zm0 17.944V19.37h3.941v15.707h-3.941zM157.342 35.078V24.109c0-.852-.372-1.278-1.277-1.278-.959 0-2.663.586-4.1 1.331v10.916h-3.941V19.37h2.982l.373 1.331c1.97-.958 4.419-1.65 6.283-1.65 2.609 0 3.567 1.81 3.567 4.632v11.395h-3.887zM172.677 34.758c-.852.372-2.45.585-3.461.585-2.875 0-4.313-1.33-4.313-4.153v-8.679h-2.343V19.37h2.343v-3.887l3.94-.533v4.42h4.047l-.266 3.141h-3.781v8.2c0 .852.373 1.384 1.438 1.384.585 0 1.278-.106 1.97-.32l.426 2.983zM43.343 10.262l-5.432 9.371-5.377-9.371h10.809zM14.43 16.546h-3.568L19.861 32.2l-3.621 6.23L0 10.263h18.05l9.052 15.654 1.81-3.142-7.24-12.512h7.24l3.621 6.283 3.568 6.23-8.999 15.654L14.43 16.546z",
    fill: props.color || '#fff'
  }));
}

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