@unstoppabledomains/ui-kit
Version:
A set of common Unstoppable Domains components
29 lines • 1.94 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 Amp = /*#__PURE__*/React.forwardRef(({
iconRef,
...props
}, ref) => {
return /*#__PURE__*/React.createElement(SvgIcon, _extends({
viewBox: "0 0 124.1 124.1"
}, props, {
ref: iconRef || ref
}), /*#__PURE__*/React.createElement("circle", {
fill: "#F2E3EE",
cx: "62",
cy: "62",
r: "60"
}), /*#__PURE__*/React.createElement("circle", {
fill: "#D9327C",
cx: "62",
cy: "62",
r: "62"
}), /*#__PURE__*/React.createElement("path", {
fill: "#FFFFFF",
fillRule: "evenodd",
clipRule: "evenodd",
d: "M59.6,32.7c-0.5,0.4-1.1,1.1-1.5,2.4c-0.4,1.3-2.6,7.7-5.4,15.7h18.7c-2.8-8-5-14.4-5.4-15.7 c-0.4-1.3-1-2-1.5-2.4C64,32.3,63.3,32,62,32S60.1,32.3,59.6,32.7z M32,50.8h12.7c3.1-9.1,5.8-16.7,6.2-18.1c0.8-2.4,2.1-4.5,4.1-6 c2-1.5,4.4-2.2,6.9-2.2c2.5,0,4.9,0.6,6.9,2.2c2,1.5,3.3,3.6,4.1,6c0.5,1.4,3.1,8.9,6.2,18.1H92c2.1,0,3.8,1.7,3.8,3.8 s-1.7,3.8-3.8,3.8H81.9H74H50.1h-7.9H32c-2.1,0-3.7-1.7-3.7-3.8S30,50.8,32,50.8z M32,65.8c-2.1,0-3.7,1.7-3.7,3.8s1.7,3.8,3.7,3.8 h5l-2,5.8l-2,5.8l-0.8,2.2c-0.7,2,0.4,4.1,2.3,4.8c2,0.7,4.1-0.4,4.8-2.3l0.8-2.2l2-5.8c0.8-2.4,1.8-5.2,2.9-8.3h34.2 c1,3,2,5.9,2.9,8.3l2,5.8l0.8,2.2c0.7,2,2.8,3,4.8,2.3c2-0.7,3-2.8,2.3-4.8l0,0l-0.8-2.2l-2-5.8l-2-5.8h5c2.1,0,3.8-1.7,3.8-3.8 s-1.7-3.8-3.8-3.8h-7.6h-7.9h-29h-7.9H32z M88.3,88.3l3.5-1.2C91.8,87.1,91.8,87.1,88.3,88.3z M88.3,88.3c-3.5,1.2-3.5,1.2-3.5,1.2 L88.3,88.3z M35.8,88.3l3.5,1.2C39.3,89.5,39.3,89.5,35.8,88.3z M35.8,88.3c-3.5-1.2-3.5-1.2-3.5-1.2L35.8,88.3z"
}));
});
export default Amp;