UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

10 lines 783 B
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 SendFileGreyedOut = props => /*#__PURE__*/React.createElement(SvgIcon, _extends({ viewBox: "0 0 48 48" }, props), /*#__PURE__*/React.createElement("path", { d: "M36 30V36H12V30H8V36C8 38.2 9.8 40 12 40H36C38.2 40 40 38.2 40 36V30H36ZM14 18L16.82 20.82L22 15.66V32H26V15.66L31.18 20.82L34 18L24 8L14 18Z", fill: "#AFAFB6" })); export default SendFileGreyedOut;