"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 VaultLogoBlack(_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 14.117h4.213l-6.383 21.431h-5.99l-6.382-21.43h4.218l5.175 17.856 5.15-17.857zM77.589 35.548H74.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.351-2.99-2.351-1.46.017-2.916.18-4.345.484l-.484-2.99a20.384 20.384 0 015.372-.744c4.926 0 6.383 1.74 6.383 5.665l-.01 10.319zm-3.926-5.92H70.77c-1.288 0-1.644.35-1.644 1.542 0 1.096.356 1.596 1.596 1.596a6.155 6.155 0 002.957-.803l-.016-2.335zM83.742 19.878v10.936c0 .84.356 1.255 1.255 1.255.9 0 2.66-.58 4.085-1.319V19.878h3.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.878h3.926zM95.1 35.548V13.463l3.925-.532v22.617H95.1zM110.737 35.271c-1.108.39-2.272.596-3.447.612-2.861 0-4.308-1.351-4.308-4.149V23h-2.351v-3.122h2.351v-3.894l3.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 8.027L17.59 42.41 34.844 8.027H.46zm19.15 6.915h1.995v1.979H19.61v-1.98zm-3.968 7.979h-1.974V20.91h1.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.974V23.9h1.99l-.017 2.016zm0-2.994h-1.974V20.91h1.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 || '#000'
  }));
}

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