Completely updated React, fixed #11, (hopefully)
This commit is contained in:
36
goTorrentWebUI/node_modules/material-ui/internal/svg-icons/CheckBox.js
generated
vendored
Normal file
36
goTorrentWebUI/node_modules/material-ui/internal/svg-icons/CheckBox.js
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _react = require('react');
|
||||
|
||||
var _react2 = _interopRequireDefault(_react);
|
||||
|
||||
var _pure = require('recompose/pure');
|
||||
|
||||
var _pure2 = _interopRequireDefault(_pure);
|
||||
|
||||
var _SvgIcon = require('../../SvgIcon');
|
||||
|
||||
var _SvgIcon2 = _interopRequireDefault(_SvgIcon);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
/**
|
||||
* @ignore - internal component.
|
||||
*/
|
||||
var _ref = _react2.default.createElement('path', { d: 'M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z' });
|
||||
|
||||
var CheckBox = function CheckBox(props) {
|
||||
return _react2.default.createElement(
|
||||
_SvgIcon2.default,
|
||||
props,
|
||||
_ref
|
||||
);
|
||||
};
|
||||
CheckBox = (0, _pure2.default)(CheckBox);
|
||||
CheckBox.muiName = 'SvgIcon';
|
||||
|
||||
exports.default = CheckBox;
|
Reference in New Issue
Block a user