UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

13 lines 1.91 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 DiscordOutlined = props => { return /*#__PURE__*/React.createElement(SvgIcon, _extends({ viewBox: "0 0 48 48" }, props), /*#__PURE__*/React.createElement("path", { d: "M28.5695 2.8302C26.4118 1.81948 24.1046 1.08493 21.6926 0.666668C21.3964 1.20286 21.0503 1.92406 20.8117 2.49776C18.2476 2.11171 15.7071 2.11171 13.1902 2.49776C12.9516 1.92406 12.5977 1.20286 12.2988 0.666668C9.88413 1.08493 7.57434 1.82218 5.41661 2.83556C1.06446 9.4199 -0.115341 15.8407 0.474559 22.1703C3.36114 24.3285 6.15858 25.6395 8.90881 26.4974C9.58785 25.5617 10.1935 24.5671 10.7152 23.5188C9.72155 23.1408 8.76985 22.6744 7.87061 22.1328C8.10918 21.9559 8.34253 21.7709 8.56798 21.5805C14.0527 24.1489 20.012 24.1489 25.4313 21.5805C25.6594 21.7709 25.8927 21.9559 26.1286 22.1328C25.2267 22.677 24.2724 23.1435 23.2788 23.5215C23.8005 24.5671 24.4035 25.5644 25.0852 26.5C27.8381 25.6421 30.6381 24.3312 33.5247 22.1703C34.2168 14.8327 32.3423 8.47084 28.5695 2.8302ZM11.4624 18.2777C9.81596 18.2777 8.46572 16.7388 8.46572 14.8648C8.46572 12.9909 9.78712 11.4494 11.4624 11.4494C13.1378 11.4494 14.488 12.9882 14.4591 14.8648C14.4617 16.7388 13.1378 18.2777 11.4624 18.2777ZM22.5368 18.2777C20.8904 18.2777 19.5401 16.7388 19.5401 14.8648C19.5401 12.9909 20.8615 11.4494 22.5368 11.4494C24.2121 11.4494 25.5624 12.9882 25.5335 14.8648C25.5335 16.7388 24.2121 18.2777 22.5368 18.2777Z", fill: "currentColor" })); }; DiscordOutlined.muiName = 'DiscordIcon'; export default DiscordOutlined;