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 Uid = function Uid(props) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "13", height: "13", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.427 2.966a1.43 1.43 0 00-.433-1.05 1.43 1.43 0 00-1.05-.433 1.43 1.43 0 00-1.051.433 1.43 1.43 0 00-.433 1.05c0 .216.05.43.147.641a1.511 1.511 0 00-.64-.147 1.43 1.43 0 00-1.051.433 1.43 1.43 0 00-.433 1.05c0 .413.144.763.433 1.051a1.43 1.43 0 001.05.433 1.43 1.43 0 001.05-.433 1.43 1.43 0 00.433-1.05c0-.217-.049-.43-.147-.642.212.098.425.147.642.147a1.43 1.43 0 001.05-.432 1.43 1.43 0 00.433-1.05zM13 8.404c0 .088-.126.258-.378.51-.253.252-.423.378-.51.378-.047 0-.12-.04-.22-.123a3.868 3.868 0 01-.282-.255c-.088-.088-.187-.19-.298-.31-.11-.118-.174-.185-.189-.2l-.742.742 1.7 1.699c.144.144.216.32.216.525 0 .216-.1.425-.301.626-.201.2-.41.301-.626.301a.715.715 0 01-.525-.216L5.662 6.898c-.906.674-1.846 1.012-2.82 1.012-.839 0-1.522-.264-2.05-.792C.264 6.59 0 5.907 0 5.068c0-.825.245-1.63.734-2.419A5.871 5.871 0 012.649.734C3.437.244 4.243 0 5.067 0c.84 0 1.523.264 2.05.792.529.528.793 1.211.793 2.05 0 .974-.338 1.914-1.012 2.82L9.64 8.404l.741-.741a16.721 16.721 0 00-.2-.19c-.119-.11-.222-.21-.31-.297a3.868 3.868 0 01-.254-.282c-.083-.1-.124-.174-.124-.22 0-.088.126-.258.379-.51.252-.252.422-.378.51-.378.066 0 .126.025.177.077l.355.343c.206.199.418.403.634.615.216.21.439.432.668.664.23.232.417.432.564.602.147.17.22.276.22.317z", fill: props.fill, fillRule: "nonzero" })); }; Uid.defaultProps = { fill: '#fff' }; Uid.propTypes = { fill: PropTypes.string }; export default Uid;