UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

27 lines 2.65 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 SafeMoon = /*#__PURE__*/React.forwardRef(({ iconRef, ...props }, ref) => { return /*#__PURE__*/React.createElement(SvgIcon, _extends({ viewBox: "0 0 32 32" }, props, { ref: iconRef || ref }), /*#__PURE__*/React.createElement("g", { fill: "none" }, /*#__PURE__*/React.createElement("circle", { fill: "#00A79D", cx: "16", cy: "16", r: "16" }), /*#__PURE__*/React.createElement("g", { fill: "#FFF" }, /*#__PURE__*/React.createElement("path", { d: "M15.344 18.15l.155.757.285-.379.28 1.421.28-1.42.285.378.155-.757zm1.479-1.204v-2.132c0-.416-.753-1.468-.753-1.468s-.76 1.052-.76 1.468v2.132a2.45 2.45 0 00-1.227.889h3.962a2.45 2.45 0 00-1.222-.889zm8.373 2.166a1.12 1.12 0 00-1.123-1.118c-.62 0-1.123.5-1.123 1.118a1.12 1.12 0 001.123 1.117c.62 0 1.123-.5 1.123-1.117zm-1.78 0a.655.655 0 01.404-.606.66.66 0 01.718.141.652.652 0 01.143.713.658.658 0 01-1.266-.248z" }), /*#__PURE__*/React.createElement("path", { d: "M16.064 4C9.405 4.008 4.008 9.375 4 16c0 4.574 2.825 8.254 6.573 8.563 2.28.187 4.485-.621 5.937-1.334a9.113 9.113 0 002.392-1.44l.156-.129c.117-.101.226-.198.33-.297 1.361-1.282 2.982-3.59 2.982-7.3v-.41l-6.254-4.267-6.255 4.268v.407c0 3.712 1.62 6.018 2.981 7.3.159.15.326.298.5.439.57-.205 1.14-.416 1.695-.661-1.42-.918-3.479-2.902-3.615-6.676l4.694-3.204 4.693 3.204c-.11 3.05-1.49 4.923-2.697 5.981l-.15.115c-.037.028-3.66 2.762-7.26 2.464-2.252-.186-4.078-2.006-4.805-4.542a1.274 1.274 0 00-.339-2.253V16c0-1.469.312-2.922.917-4.261a3.054 3.054 0 003.77-1.247 3.02 3.02 0 00.077-2.986 3.756 3.756 0 00-.11-.185 10.54 10.54 0 017.98-1.558 10.496 10.496 0 016.703 4.58c-.7.59-.957 1.553-.64 2.41a2.186 2.186 0 002.054 1.427h.101c.11.6.167 1.21.17 1.82 0 5.421-4.337 9.705-10.538 10.458-4.959.606-8.14-1.442-8.14-1.442C9.759 27.052 12.353 28 16.067 28 22.678 27.929 28 22.577 28 16c0-6.578-5.323-11.93-11.936-12zM5.951 17.614a.801.801 0 01-.185.364 9.18 9.18 0 01-.183-1.223.81.81 0 01.368.86zM9.91 7.722a2.56 2.56 0 01-.357 2.924 2.593 2.593 0 01-2.883.671A10.54 10.54 0 019.83 7.59c.024.043.056.088.081.133H9.91zm16.399 5.994c-.71 0-1.348-.433-1.606-1.09a1.706 1.706 0 01.44-1.884c.543.925.94 1.928 1.175 2.973h-.01z" })))); }); export default SafeMoon;