Files
goTorrent/goTorrentWebUI/node_modules/material-ui-icons/FormatAlignRight.js

36 lines
922 B
JavaScript

'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('material-ui/SvgIcon');
var _SvgIcon2 = _interopRequireDefault(_SvgIcon);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var SvgIconCustom = global.__MUI_SvgIcon__ || _SvgIcon2.default;
var _ref = _react2.default.createElement('path', { d: 'M3 21h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3 3v2h18V3H3z' });
var FormatAlignRight = function FormatAlignRight(props) {
return _react2.default.createElement(
SvgIconCustom,
props,
_ref
);
};
FormatAlignRight = (0, _pure2.default)(FormatAlignRight);
FormatAlignRight.muiName = 'SvgIcon';
exports.default = FormatAlignRight;