@unstoppabledomains/ui-kit
Version:
A set of common Unstoppable Domains components
30 lines • 1.35 kB
JavaScript
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 BinanceUSD = /*#__PURE__*/React.forwardRef(({
iconRef,
...props
}, ref) => {
return /*#__PURE__*/React.createElement(SvgIcon, _extends({
viewBox: "0 0 336.41 337.42"
}, props, {
ref: iconRef || ref
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
fill: "#f0b90b",
stroke: "#f0b90b",
d: "M168.2.71l41.5,42.5L105.2,147.71l-41.5-41.5Z"
}), /*#__PURE__*/React.createElement("path", {
fill: "#f0b90b",
stroke: "#f0b90b",
d: "M231.2,63.71l41.5,42.5L105.2,273.71l-41.5-41.5Z"
}), /*#__PURE__*/React.createElement("path", {
fill: "#f0b90b",
stroke: "#f0b90b",
d: "M42.2,126.71l41.5,42.5-41.5,41.5L.7,169.21Z"
}), /*#__PURE__*/React.createElement("path", {
fill: "#f0b90b",
stroke: "#f0b90b",
d: "M294.2,126.71l41.5,42.5L168.2,336.71l-41.5-41.5Z"
}))));
});
export default BinanceUSD;