react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.06 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 FaMagic = (function (_React$Component) {
_inherits(FaMagic, _React$Component);
function FaMagic() {
_classCallCheck(this, FaMagic);
_React$Component.apply(this, arguments);
}
FaMagic.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: 'm1190 581l293-293-107-107-293 293z m447-293q0 27-18 45l-1286 1286q-18 18-45 18t-45-18l-198-198q-18-18-18-45t18-45l1286-1286q18-18 45-18t45 18l198 198q18 18 18 45z m-1351-190l98 30-98 30-30 98-30-98-98-30 98-30 30-98z m350 162l196 60-196 60-60 196-60-196-196-60 196-60 60-196z m930 478l98 30-98 30-30 98-30-98-98-30 98-30 30-98z m-640-640l98 30-98 30-30 98-30-98-98-30 98-30 30-98z' })
)
);
};
return FaMagic;
})(React.Component);
exports['default'] = FaMagic;
module.exports = exports['default'];