"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 ItvWhite(_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", {
    opacity: 0.5,
    d: "M109 94.338c0-5.132 3.663-9.338 9.554-9.338 6.177 0 9.553 4.42 9.553 9.552 0 5.703-4.166 9.125-9.481 9.125-5.747 0-9.626-3.85-9.626-9.339z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    opacity: 0.4,
    fillRule: "evenodd",
    clipRule: "evenodd",
    d: "M207.626 141.957l6.177 9.195c1.94 2.923 3.879 4.777 9.482 4.777 6.896 0 8.979-2.567 11.062-5.561 0 0 10.632-16.253 17.456-35.856.503-1.854 0-2.21-1.006-2.566l-8.189-2.495c-1.293-.286-2.155-.072-2.514 1.069 0 0-4.885 16.324-12.427 30.011-11.924-21.813-16.593-28.585-16.593-28.585l-.002.006c1.168 1.969 1.869 4.947 1.869 8.976 0 13.146-5.282 20.98-5.315 21.029z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    opacity: 0.9,
    d: "M207.626 141.957l-12.714-19.96c-.79-1.425-1.365-2.281-1.365-3.992 0-2.495 1.293-4.277 5.675-6.986.933-.641 4.381-1.996 7.183-1.996 3.735 0 6.537 3.85 6.537 11.905 0 13.188-5.316 21.029-5.316 21.029z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    opacity: 0.65,
    fillRule: "evenodd",
    clipRule: "evenodd",
    d: "M157.343 148.8s7.183 7.129 22.915 7.129c20.185 0 27.368-13.972 27.368-13.972l-11.652-18.292-.057-.028s2.083 3.35 2.083 7.556c0 8.269-6.68 13.615-16.162 13.615-10.416 0-14.438-6.344-14.438-14.542v-3.421l-.001.001c-.049 7.25-1.973 14.637-10.056 21.954z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    d: "M157.343 148.8s-8.62-6.558-8.62-18.748v-35c0-2.78 1.796-5.276 9.482-5.276 8.333 0 9.266 3.208 9.266 5.632v14.542h14.798c1.077 0 1.508.642 1.508 1.568v8.697c0 .784-.359 1.497-1.293 1.497h-9.913c-2.514 0-5.171-.998-5.171-.998v5.846c0 7.342-1.868 14.827-10.057 22.24z",
    fill: props.color || '#fff'
  }), _react["default"].createElement("path", {
    opacity: 0.5,
    fillRule: "evenodd",
    clipRule: "evenodd",
    d: "M148.791 131.914c.808 10.995 8.552 16.886 8.552 16.886l.061-.055.011.056S149.944 156 136.368 156c-6.752 0-27.224-1.069-27.224-23.31v-21.243h-.072c0-.855.503-1.497 1.508-1.497h16.091c.862 0 1.436.642 1.436 1.497v24.451c0 4.135 2.371 8.982 9.77 8.982 7.047 0 10.776-4.255 10.914-12.966z",
    fill: props.color || '#fff'
  }));
}

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