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

  return _react["default"].createElement("svg", _extends({
    width: props.width ? props.width : props.height ? 1.5 * props.height : 360,
    height: props.height ? props.height : props.width ? props.width / 1.5 : 240,
    viewBox: "0 0 360 240",
    fill: "none",
    role: "presentation"
  }, props), title ? _react["default"].createElement("title", null, title) : null, _react["default"].createElement("path", {
    d: "M105.862 97.484C91.755 97.484 80 103.47 80 121.525c0 14.304 7.904 23.311 26.226 23.311 21.565 0 22.947-14.205 22.947-14.205h-10.449s-2.24 7.649-13.136 7.649c-8.873 0-15.256-5.995-15.256-14.397h39.934v-5.272c0-8.313-5.277-21.127-24.404-21.127zm-.365 6.739c8.447 0 14.206 5.175 14.206 12.931h-29.14c0-8.234 7.517-12.931 14.934-12.931z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    d: "M130.259 80v55.769c0 3.165-.226 7.61-.226 7.61h9.966s.358-3.192.358-6.11c0 0 4.924 7.704 18.313 7.704 14.099 0 23.676-9.789 23.676-23.813 0-13.047-8.797-23.54-23.653-23.54-13.912 0-18.235 7.513-18.235 7.513V80h-10.199zm25.861 24.518c9.575 0 15.663 7.106 15.663 16.642 0 10.225-7.032 16.915-15.595 16.915-10.218 0-15.73-7.979-15.73-16.824 0-8.242 4.946-16.733 15.662-16.733z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    d: "M207.115 97.484c-21.222 0-22.583 11.621-22.583 13.478h10.563s.554-6.785 11.291-6.785c6.978 0 12.385 3.194 12.385 9.334v2.186h-12.385c-16.441 0-25.133 4.809-25.133 14.57 0 9.605 8.031 14.831 18.884 14.831 14.791 0 19.556-8.173 19.556-8.173 0 3.251.25 6.454.25 6.454h9.391s-.364-3.97-.364-6.51v-21.958c0-14.397-11.613-17.427-21.855-17.427zm11.656 24.769v2.914c0 3.801-2.345 13.25-16.152 13.25-7.561 0-10.802-3.774-10.802-8.15 0-7.963 10.916-8.014 26.954-8.014z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    d: "M223.282 99.308h11.883l17.055 34.167 17.015-34.167H280l-30.993 60.829h-11.292l8.944-16.957-23.377-43.872z",
    fill: props.color || '#fff'
  }));
}

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