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

  return _react["default"].createElement("svg", _extends({
    width: props.width ? props.width : props.height ? 2.6530612244897958 * props.height : 130,
    height: props.height ? props.height : props.width ? props.width / 2.6530612244897958 : 49,
    viewBox: "0 0 130 49",
    fill: "none",
    role: "presentation"
  }, props), title ? _react["default"].createElement("title", null, title) : null, _react["default"].createElement("path", {
    fillRule: "evenodd",
    clipRule: "evenodd",
    d: "M4.586 8.176l13.601 7.856v28.974L4.586 37.149V8.176z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    d: "M24.917 11.564l-14.782-8.51v5.909l10.053 5.803v17.74l4.729 2.718c2.93 1.686 5.319.675 5.319-2.25v-13c.005-2.942-2.389-6.718-5.32-8.41zM46.996 13.91h8.367c4.952 0 6.787 2.026 6.787 5.792v2.931c0 3.724-1.994 5.76-6.984 5.76H51.05v6.942h-4.053V13.91zm8.122 3.574h-4.085v7.33h4.085c2.288 0 2.963-.835 2.963-2.601V20.02c.016-1.766-.723-2.537-2.963-2.537zM75.864 35.335h-3.192l-.287-1.063a8.59 8.59 0 01-4.665 1.383c-2.867 0-4.085-1.963-4.085-4.665 0-3.192 1.383-4.41 4.564-4.41h3.766v-1.633c0-1.74-.484-2.351-2.99-2.351a21.672 21.672 0 00-4.346.484l-.484-2.995a20.643 20.643 0 015.336-.74c4.925 0 6.383 1.74 6.383 5.666v10.324zm-3.937-5.92h-2.893c-1.288 0-1.644.357-1.644 1.548 0 1.064.356 1.596 1.596 1.596a6.213 6.213 0 002.957-.803l-.016-2.34zM78.2 29.644v-4.282c0-4.213 1.834-6.016 6.754-6.016 1.298.01 2.588.205 3.83.58l-.484 3.191a14.362 14.362 0 00-3.25-.42c-2.25 0-2.925.675-2.925 2.606v4.346c0 1.931.675 2.606 2.925 2.606a13.327 13.327 0 003.25-.42l.484 3.218a13.03 13.03 0 01-3.83.58c-4.92.027-6.755-1.776-6.755-5.99zM91.29 35.335V13.266l3.92-.532v22.601h-3.92zm13.297-15.665l-4.612 7.75 4.787 7.915h-4.313l-4.718-7.915 4.473-7.75h4.383zM112.746 32.442a16.52 16.52 0 004.787-.74l.612 2.958a16.79 16.79 0 01-5.756 1c-4.925 0-6.627-2.287-6.627-6.048v-4.154c0-3.314 1.478-6.112 6.5-6.112 5.021 0 6.154 2.93 6.154 6.308v3.362h-8.723v.803c0 1.883.675 2.623 3.053 2.623zm-3.053-6.617h5v-.75c0-1.48-.453-2.511-2.378-2.511-1.926 0-2.606 1.032-2.606 2.51l-.016.75zM128.895 22.952a30.983 30.983 0 00-4.149 2.282v10.107h-3.926V19.67h3.314l.255 1.733a17.635 17.635 0 014.133-2.058l.373 3.606z",
    fill: props.color || '#fff'
  }));
}

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