react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.22 kB
JavaScript
;
exports.__esModule = true;
var _extends = Object.assign || 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; };
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
var React = require('react');
var IconBase = require('../IconBase');
var FaFileWordO = (function (_React$Component) {
_inherits(FaFileWordO, _React$Component);
function FaFileWordO() {
_classCallCheck(this, FaFileWordO);
_React$Component.apply(this, arguments);
}
FaFileWordO.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 1611.2499 1896.0833' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h896q40 0 88 20t76 48z m-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22z m384 1528v-1024h-416q-40 0-68-28t-28-68v-416h-768v1536h1280z m-1175-896v107h70l164 661h159l128-485q7-20 10-46 2-16 2-24h4l3 24q1 3 3.5 20t5.5 26l128 485h159l164-661h70v-107h-300v107h90l-99 438q-5 20-7 46l-2 21h-4l-3-21q-1-5-4-21t-5-25l-144-545h-114l-144 545q-2 9-4.5 24.5t-3.5 21.5l-4 21h-4l-2-21q-2-26-7-46l-99-438h90v-107h-300z' })
)
);
};
return FaFileWordO;
})(React.Component);
exports['default'] = FaFileWordO;
module.exports = exports['default'];