react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.01 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 FaParagraph = (function (_React$Component) {
_inherits(FaParagraph, _React$Component);
function FaParagraph() {
_classCallCheck(this, FaParagraph);
_React$Component.apply(this, arguments);
}
FaParagraph.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 1341.2812 1896.0833' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm1278 189v73q0 29-18.5 61t-42.5 32q-50 0-54 1-26 6-32 31-3 11-3 64v1152q0 25-18 43t-43 18h-108q-25 0-43-18t-18-43v-1218h-143v1218q0 25-17.5 43t-43.5 18h-108q-26 0-43.5-18t-17.5-43v-496q-147-12-245-59-126-58-192-179-64-117-64-259 0-166 88-286 88-118 209-159 111-37 417-37h479q25 0 43 18t18 43z' })
)
);
};
return FaParagraph;
})(React.Component);
exports['default'] = FaParagraph;
module.exports = exports['default'];