UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

28 lines 1.02 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 Scala = /*#__PURE__*/React.forwardRef(({ iconRef, ...props }, ref) => { return /*#__PURE__*/React.createElement(SvgIcon, _extends({ viewBox: "0 0 24 24" }, props, { ref: iconRef || ref }), /*#__PURE__*/React.createElement("circle", { cx: "12", cy: "12", r: "12", fill: "#248BFF" }), /*#__PURE__*/React.createElement("path", { d: "M12 10.5L5.5 17H8.5L12 13.5L15.5 17H18.5L12 10.5Z", fill: "#E6F5FF" }), /*#__PURE__*/React.createElement("rect", { x: "6", y: "7", width: "12", height: "2", fill: "#E6F5FF" })); }); export default Scala;