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

  return _react["default"].createElement("svg", _extends({
    width: props.width ? props.width : props.height ? 1 * props.height : 24,
    height: props.height ? props.height : props.width ? props.width / 1 : 24,
    viewBox: "0 0 24 24",
    fill: "none",
    role: "presentation"
  }, props), title ? _react["default"].createElement("title", null, title) : null, _react["default"].createElement("path", {
    d: "M2.45 12.803l-.435 2.1a.71.71 0 00.549.839l2.215.46a.51.51 0 00.384-.074l.714-.464a.511.511 0 00.204-.319l.227-1.048.612.124a.958.958 0 001.134-.744l.127-.613 1.048.205a.51.51 0 00.378-.076l.696-.46c.358.213.741.38 1.14.5.243.071.493.116.745.134.057.128.118.255.188.38l-3.469 4.942a.797.797 0 00-.135.6l.37 2.12a.71.71 0 00.814.58l2.228-.398a.51.51 0 00.33-.204l.488-.695a.512.512 0 00.086-.378l-.176-1.059.612-.106a.958.958 0 00.78-1.11l-.106-.613 1.048-.205a.51.51 0 00.325-.204l.477-.685a5.126 5.126 0 003.441-.665 5.14 5.14 0 002.213-2.721 5.006 5.006 0 00-.318-4.107.513.513 0 10-.902.489 3.98 3.98 0 01.26 3.27 4.105 4.105 0 01-4.81 2.68.508.508 0 00-.533.204l-.544.795-1.206.227a.64.64 0 00-.52.742l.159.92-.922.155a.64.64 0 00-.523.738l.204 1.226-.253.341-1.714.299-.298-1.717 3.616-5.138a.512.512 0 00.012-.57 4.105 4.105 0 01.43-5.001 4.09 4.09 0 014.94-.837l-.793 1.01a1.562 1.562 0 00-2.008 1.264 1.57 1.57 0 00.894 1.659 1.563 1.563 0 00.924.118 1.562 1.562 0 001.3-1.72 1.568 1.568 0 00-.28-.732l1.5-1.912a3.335 3.335 0 00-.414-4.487 3.322 3.322 0 00-4.5.032l-.677.65a5.105 5.105 0 00-4.98.765A5.121 5.121 0 007.837 8.98l-5.042 3.314a.796.796 0 00-.347.508zm15.527-2.316a.544.544 0 11-.78-.745.544.544 0 01.78.745zm-1.87-6.853a2.303 2.303 0 013.88 1.48c.05.58-.12 1.157-.476 1.616l-.09.115A5.064 5.064 0 0017.57 6.2a5.204 5.204 0 00-1.878-2.169l.417-.398zM3.43 13.099l5.243-3.446a.51.51 0 00.223-.53 4.108 4.108 0 012.523-4.61 4.089 4.089 0 014.98 1.663 5.11 5.11 0 00-3.765 2.208 5.128 5.128 0 00-.796 3.901c-.033 0-.07-.014-.102-.024a4.094 4.094 0 01-1.149-.552.51.51 0 00-.569 0l-.8.521-1.204-.235a.64.64 0 00-.757.499l-.19.922-.911-.205a.64.64 0 00-.757.495l-.262 1.212-.357.235-1.701-.348.35-1.706z",
    fill: props.color || '#000'
  }));
}

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