UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

24 lines 1.08 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 Verse = /*#__PURE__*/React.forwardRef(({ iconRef, ...props }, ref) => { return /*#__PURE__*/React.createElement(SvgIcon, _extends({ viewBox: "0 0 87 87" }, props, { ref: iconRef || ref }), /*#__PURE__*/React.createElement("circle", { cx: "43", cy: "43", r: "37", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { fill: "#0085FF", fillRule: "evenodd", d: "M43.2 86.38A43.2 43.2 0 1 0 0 43.2a43.2 43.2 0 0 0 43.2 43.2Zm0-15.2L16.7 25.48h23l4.6 7.96H30.67l17.22 29.64-4.69 8.1Zm6.82-11.78 19.65-33.92h-9.38L50 43.27l-3.61-6.23h-9.35L50.02 59.4Z", clipRule: "evenodd" })); }); export default Verse;