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

  return _react["default"].createElement("svg", _extends({
    width: props.width ? props.width : props.height ? 2.2857142857142856 * props.height : 112,
    height: props.height ? props.height : props.width ? props.width / 2.2857142857142856 : 49,
    viewBox: "0 0 112 49",
    fill: "none",
    role: "presentation"
  }, props), title ? _react["default"].createElement("title", null, title) : null, _react["default"].createElement("path", {
    d: "M61.632 13.904h4.213l-6.383 21.431h-5.99l-6.382-21.43h4.218l5.175 17.856 5.15-17.857zM77.589 35.335H74.37l-.288-1.064a8.59 8.59 0 01-4.664 1.383c-2.867 0-4.09-1.963-4.09-4.665 0-3.191 1.387-4.41 4.568-4.41h3.766v-1.627c0-1.74-.484-2.35-2.99-2.35-1.46.016-2.916.178-4.345.483l-.484-2.99a20.38 20.38 0 015.372-.744c4.926 0 6.383 1.74 6.383 5.665l-.01 10.32zm-3.926-5.92H70.77c-1.288 0-1.644.351-1.644 1.543 0 1.095.356 1.595 1.596 1.595a6.155 6.155 0 002.957-.803l-.016-2.335zM83.742 19.665v10.936c0 .84.356 1.256 1.255 1.256.9 0 2.66-.58 4.085-1.32V19.665h3.931v15.67h-2.99l-.393-1.34a15.74 15.74 0 01-6.271 1.638c-2.606 0-3.543-1.835-3.543-4.633V19.665h3.926zM95.1 35.335V13.25l3.925-.532v22.617H95.1zM110.737 35.058c-1.108.39-2.272.596-3.447.612-2.861 0-4.308-1.351-4.308-4.149v-8.734h-2.351v-3.122h2.351V15.77l3.925-.532v4.442h4.022l-.261 3.122h-3.761v8.186c0 .835.383 1.383 1.415 1.383a7.6 7.6 0 001.963-.319l.452 3.005zM.46 7.814L17.59 42.197 34.844 7.814H.46zm19.15 6.915h1.995v1.979H19.61v-1.98zm-3.968 7.979h-1.974v-2.011h1.99l-.016 2.01zm0-2.99h-1.974v-2.01h1.99l-.016 2.01zm0-2.99h-1.974v-2.01h1.99l-.016 2.01zm2.99 8.974h-1.974v-2.016h1.99l-.017 2.016zm0-2.994h-1.974v-2.011h1.99l-.017 2.01zm0-2.99h-1.974v-2.01h1.99l-.017 2.01zm0-2.99h-1.974v-2.01h1.99l-.017 2.01zm.978.98h1.995v1.989H19.61v-1.99zm0 4.978v-1.99h1.99v1.99h-1.99z",
    fill: props.color || '#fff'
  }));
}

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