@unstoppabledomains/ui-kit
Version:
A set of common Unstoppable Domains components
10 lines • 764 B
JavaScript
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 DownloadFile = props => /*#__PURE__*/React.createElement(SvgIcon, _extends({
viewBox: "0 0 16 16"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14 11V14H2V11H0V14C0 15.1 0.9 16 2 16H14C15.1 16 16 15.1 16 14V11H14ZM13 7L11.59 5.59L9 8.17V0H7V8.17L4.41 5.59L3 7L8 12L13 7Z",
fill: "currentColor"
}));
export default DownloadFile;