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); } import React from 'react'; import PropTypes from 'prop-types'; var Relation = function Relation(props) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "10", height: "10", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M8.824 7.353a.567.567 0 00-.172-.417L7.377 5.662a.567.567 0 00-.416-.172.584.584 0 00-.441.196l.116.114c.065.063.11.107.132.131.022.025.053.064.092.117a.493.493 0 01.1.325.567.567 0 01-.17.416.567.567 0 01-.417.172.493.493 0 01-.325-.101 1.459 1.459 0 01-.248-.224 16.843 16.843 0 00-.114-.116.595.595 0 00-.03.864l1.262 1.268c.11.11.25.165.417.165a.59.59 0 00.416-.159l.901-.895a.56.56 0 00.172-.41zm-4.308-4.32a.567.567 0 00-.172-.417L3.082 1.348a.567.567 0 00-.417-.172.592.592 0 00-.416.166l-.901.895a.56.56 0 00-.172.41c0 .163.058.302.172.417l1.275 1.274c.11.11.249.166.416.166a.592.592 0 00.441-.19L3.364 4.2a1.459 1.459 0 01-.224-.248.493.493 0 01-.1-.325c0-.163.056-.302.17-.416a.567.567 0 01.417-.172.493.493 0 01.325.101 1.459 1.459 0 01.248.224l.114.116a.595.595 0 00.202-.447zM10 7.353c0 .49-.174.905-.52 1.244l-.902.894c-.339.34-.753.509-1.243.509-.495 0-.911-.174-1.25-.52L4.822 8.21a1.692 1.692 0 01-.508-1.243c0-.503.18-.93.539-1.28l-.54-.54c-.35.36-.775.54-1.274.54-.49 0-.907-.172-1.25-.515L.515 3.897A1.702 1.702 0 010 2.647c0-.49.174-.905.52-1.244L1.423.51C1.76.169 2.175 0 2.665 0c.495 0 .911.174 1.25.52l1.263 1.27c.339.338.508.753.508 1.243 0 .503-.18.93-.539 1.28l.54.54c.35-.36.775-.54 1.274-.54.49 0 .907.172 1.25.515l1.274 1.275c.343.343.515.76.515 1.25z", fill: props.fill, fillRule: "nonzero" })); }; Relation.defaultProps = { fill: '#fff' }; Relation.propTypes = { fill: PropTypes.string }; export default Relation;