"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 OktaWhite(_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: "M111.012 99.558C98.294 99.558 88 109.914 88 122.71c0 12.796 10.294 23.152 23.012 23.152 12.719 0 23.013-10.356 23.013-23.152 0-12.796-10.294-23.152-23.013-23.152zm0 34.751c-6.359 0-11.529-5.201-11.529-11.599 0-6.398 5.17-11.599 11.529-11.599 6.36 0 11.529 5.201 11.529 11.599 0 6.398-5.169 11.599-11.529 11.599zM151.456 130.488c0-1.841 2.196-2.715 3.477-1.426 5.764 5.891 15.28 16.017 15.326 16.063.137.139.274.369.823.553.229.092.595.092 1.007.092h10.385c1.876 0 2.425-2.163 1.556-3.268l-17.202-17.721-.915-.921c-1.968-2.347-1.739-3.268.503-5.661l13.633-15.327c.87-1.105.321-3.222-1.601-3.222h-9.424c-.366 0-.641 0-.915.092-.549.184-.778.368-.915.552-.046.046-7.595 8.239-12.261 13.256-1.281 1.381-3.569.46-3.569-1.427V85.841c0-1.335-1.098-1.841-1.967-1.841h-7.686c-1.327 0-1.967.874-1.967 1.657v58.272c0 1.335 1.098 1.703 2.013 1.703h7.686c1.189 0 1.967-.875 1.967-1.749v-13.395h.046zM214.224 143.653l-.823-7.733c-.092-1.059-1.098-1.795-2.15-1.611-.595.092-1.19.138-1.785.138-6.13 0-11.117-4.833-11.483-10.955v-10.126c0-1.243.915-2.255 2.15-2.255h10.294c.732 0 1.83-.645 1.83-1.98v-7.318c0-1.427-.915-2.163-1.738-2.163h-10.386c-1.189 0-2.15-.875-2.196-2.072V85.841c0-.736-.549-1.841-1.967-1.841h-7.64c-.961 0-1.876.598-1.876 1.795v37.697c.32 12.52 10.523 22.508 23.012 22.508 1.053 0 2.059-.092 3.066-.23 1.098-.138 1.83-1.059 1.692-2.117zM269.814 133.941c-6.496 0-7.503-2.348-7.503-11.139V101.583c0-.736-.549-1.98-2.013-1.98h-7.686c-.96 0-2.013.783-2.013 1.98v.967a22.602 22.602 0 00-11.346-3.038c-12.718 0-23.012 10.356-23.012 23.152 0 12.796 10.294 23.152 23.012 23.152 5.719 0 10.935-2.117 14.961-5.569 2.15 3.314 5.627 5.523 11.071 5.569.915 0 5.856.184 5.856-2.163v-8.239c0-.691-.549-1.473-1.327-1.473zm-30.515.368c-6.359 0-11.529-5.201-11.529-11.599 0-6.398 5.17-11.599 11.529-11.599s11.529 5.201 11.529 11.599c-.046 6.398-5.215 11.599-11.529 11.599z",
    fill: props.color || '#fff'
  }));
}

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