UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

27 lines 1.58 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 FLR = /*#__PURE__*/React.forwardRef(({ iconRef, ...props }, ref) => { return /*#__PURE__*/React.createElement(SvgIcon, _extends({ viewBox: "0 0 558 558" }, props, { ref: iconRef || ref }), /*#__PURE__*/React.createElement("g", { clipPath: "url(#a)" }, /*#__PURE__*/React.createElement("path", { d: "M557.64 278.89C557.64 124.94 432.84.14 278.9.14S.14 124.94.14 278.89s124.8 278.75 278.75 278.75 278.75-124.8 278.75-278.75Z", fill: "#E42058" }), /*#__PURE__*/React.createElement("path", { d: "m353.35 254.89-132.31-.1c-36.07 0-66.07 28.52-67.01 65.19-.03.98.78 1.79 1.76 1.79l132.31.08v.02c36.07 0 66.07-28.52 67.01-65.19a1.76 1.76 0 0 0-1.76-1.79ZM420.41 154.45l-199.36-.1c-36.07 0-66.07 28.52-67.01 65.19-.03.98.78 1.79 1.76 1.79l199.36.08v.02c36.07 0 66.07-28.52 67.01-65.19a1.76 1.76 0 0 0-1.76-1.79ZM187.56 421.86a33.53 33.53 0 1 0 0-67.06 33.53 33.53 0 0 0 0 67.06Z", fill: "#fff" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "a" }, /*#__PURE__*/React.createElement("path", { fill: "#fff", d: "M0 0h558v558H0z" })))); }); export default FLR;