UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

18 lines 1.13 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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 SvgIcon from '@mui/material/SvgIcon'; import React from 'react'; const BlockchainCom = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(SvgIcon, _extends({}, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M2.054 8.722.959 9.817a3.12 3.12 0 0 0 0 4.5l8.821 8.909c.21.214.452.391.72.525V12.952l-8.446-4.23z", fill: "#3D89F5" }), /*#__PURE__*/React.createElement("path", { d: "m21.947 8.722 1.095 1.095a3.12 3.12 0 0 1 0 4.5l-8.822 8.909c-.21.214-.452.391-.72.525V12.952l8.447-4.23z", fill: "#1656B9" }), /*#__PURE__*/React.createElement("path", { d: "M19.828 6.487 14.308.952a3.134 3.134 0 0 0-4.5 0L4.273 6.487l7.755 3.87 7.8-3.87z", fill: "#85B5F8" })); }); export default BlockchainCom;