@unstoppabledomains/ui-kit
Version:
A set of common Unstoppable Domains components
33 lines • 2.9 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 Chrome = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(SvgIcon, _extends({}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11.9745 2.00177C11.9745 2.00177 17.869 1.73817 20.994 7.6418H11.473C11.473 7.6418 9.67626 7.58414 8.14132 9.75613C7.7004 10.6678 7.22642 11.6069 7.75828 13.4576C6.99218 12.1643 3.69083 6.43636 3.69083 6.43636C3.69083 6.43636 6.01941 2.23517 11.9745 2.00177Z",
fill: "#DB4437"
}), /*#__PURE__*/React.createElement("path", {
d: "M20.6881 16.9895C20.6881 16.9895 17.9682 22.2094 11.2773 21.9513C12.1041 20.5262 16.0392 13.7356 16.0392 13.7356C16.0392 13.7356 16.99 12.2144 15.8684 9.80352C15.2979 8.96602 14.7165 8.09009 12.8426 7.62329C14.35 7.60956 20.9775 7.62329 20.9775 7.62329C20.9775 7.62329 23.4604 11.7339 20.6881 16.9895Z",
fill: "#FFCD40"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.30226 17.0296C3.30226 17.0296 0.124906 12.0733 3.69632 6.42773C4.52029 7.85285 8.45546 14.6434 8.45546 14.6434C8.45546 14.6434 9.30422 16.225 11.958 16.4612C12.9693 16.387 14.022 16.3239 15.3668 14.9427C14.6255 16.2497 11.2994 21.9612 11.2994 21.9612C11.2994 21.9612 6.48236 22.049 3.30226 17.0296Z",
fill: "#0F9D58"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.2745 22.0009L12.6138 16.4323C12.6138 16.4323 14.0854 16.317 15.3199 14.9688C14.5538 16.3115 11.2745 22.0009 11.2745 22.0009Z",
fill: "#5AB055"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.48816 12.0628C7.48816 9.60795 9.48606 7.61719 11.9497 7.61719C14.4133 7.61719 16.4112 9.60795 16.4112 12.0628C16.4112 14.5176 14.4133 16.5083 11.9497 16.5083C9.48606 16.5056 7.48816 14.5176 7.48816 12.0628Z",
fill: "white"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.23499 12.0628C8.23499 10.0198 9.89669 8.36133 11.9497 8.36133C14 8.36133 15.6644 10.0171 15.6644 12.0628C15.6644 14.1057 14.0027 15.7642 11.9497 15.7642C9.89944 15.7642 8.23499 14.1057 8.23499 12.0628Z",
fill: "#4285F4"
}), /*#__PURE__*/React.createElement("path", {
d: "M20.9747 7.62475L15.4605 9.23659C15.4605 9.23659 14.6283 8.02016 12.8398 7.62475C14.3913 7.61652 20.9747 7.62475 20.9747 7.62475Z",
fill: "#EACA05"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.65077 13.2536C6.87641 11.9163 3.6908 6.43555 3.6908 6.43555L7.77478 10.461C7.77478 10.461 7.35591 11.3205 7.51299 12.5506L7.65077 13.2536Z",
fill: "#DF3A32"
}));
});
export default Chrome;