react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.21 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 FaSortAlphaAsc = (function (_React$Component) {
_inherits(FaSortAlphaAsc, _React$Component);
function FaSortAlphaAsc() {
_classCallCheck(this, FaSortAlphaAsc);
_React$Component.apply(this, arguments);
}
FaSortAlphaAsc.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 1664 1896.0833' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm1191 408h177l-72-218-12-47q-2-16-2-20h-4l-3 20q0 1-3.5 18t-7.5 29z m-455 1032q0 12-10 24l-319 319q-10 9-23 9-12 0-23-9l-320-320q-15-16-7-35 8-20 30-20h192v-1376q0-14 9-23t23-9h192q14 0 23 9t9 23v1376h192q14 0 23 9t9 23z m836 119v233h-584v-90l369-529q12-18 21-27l11-9v-3q-2 0-6.5 0.5t-7.5 0.5q-12 3-30 3h-232v115h-120v-229h567v89l-369 530q-6 8-21 26l-11 11v2l14-2q9-2 30-2h248v-119h121z m89-897v106h-288v-106h75l-47-144h-243l-47 144h75v106h-287v-106h70l230-662h162l230 662h70z' })
)
);
};
return FaSortAlphaAsc;
})(React.Component);
exports['default'] = FaSortAlphaAsc;
module.exports = exports['default'];