UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

26 lines 1.16 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 THETA = /*#__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", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("circle", { cx: "16", cy: "16", fill: "#2ab8e6", r: "16" }), /*#__PURE__*/React.createElement("path", { d: "M10.96 6h10.08l.96.993v18.014l-.96.993H10.96l-.96-.993V6.993zm.96 18.013h8.16V7.987h-8.16zm7.134-5.17h-2.087v2.263h-1.884v-2.262h-2.087v-1.949h6.058zm0-5.582v1.948h-6.058v-1.948h2.087v-2.263h1.884v2.263z", fill: "#fff", fillRule: "nonzero" }))); }); export default THETA;