@unstoppabledomains/ui-kit
Version:
A set of common Unstoppable Domains components
55 lines • 2.12 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 CRO = /*#__PURE__*/React.forwardRef(({
iconRef,
...props
}, ref) => {
return /*#__PURE__*/React.createElement(SvgIcon, _extends({
viewBox: "0 0 24 24"
}, props, {
ref: iconRef || ref
}), /*#__PURE__*/React.createElement("path", {
fill: "#fff",
d: "M24 12a12 12 0 1 1-24 0 12 12 0 0 1 24 0Z"
}), /*#__PURE__*/React.createElement("path", {
fill: "#002D74",
d: "M12 4.8 5.8 8.4v7.2l6.2 3.6 6.2-3.6V8.4L12 4.8Zm4.4 9.7L12 17l-4.4-2.5v-5L12 6.9l4.4 2.6v5Z"
}), /*#__PURE__*/React.createElement("path", {
fill: "url(#a)",
d: "m12 19.2 6.2-3.6V8.4L12 4.8v2.1l4.4 2.6v5L12 17.1v2Z"
}), /*#__PURE__*/React.createElement("path", {
fill: "url(#b)",
d: "M12 4.8 5.8 8.4v7.2l6.2 3.6V17l-4.4-2.5v-5L12 6.9V4.8Z"
}), /*#__PURE__*/React.createElement("path", {
fill: "#002D74",
d: "m14.9 13.7-3 1.6-2.8-1.6v-3.4L12 8.6l2.9 1.7-1.2.7-1.7-1-1.7 1v2l1.7 1 1.7-1 1.2.7Z"
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
id: "a",
x1: "15.1",
x2: "15.1",
y1: "19.2",
y2: "12",
gradientUnits: "userSpaceOnUse"
}, /*#__PURE__*/React.createElement("stop", {
stopColor: "#002D74"
}), /*#__PURE__*/React.createElement("stop", {
offset: "1",
stopColor: "#002D74",
stopOpacity: "0"
})), /*#__PURE__*/React.createElement("linearGradient", {
id: "b",
x1: "8.9",
x2: "8.9",
y1: "4.8",
y2: "12",
gradientUnits: "userSpaceOnUse"
}, /*#__PURE__*/React.createElement("stop", {
stopColor: "#002D74"
}), /*#__PURE__*/React.createElement("stop", {
offset: "1",
stopColor: "#002D74",
stopOpacity: "0"
}))));
});
export default CRO;