react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.49 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 FaCalendar = (function (_React$Component) {
_inherits(FaCalendar, _React$Component);
function FaCalendar() {
_classCallCheck(this, FaCalendar);
_React$Component.apply(this, arguments);
}
FaCalendar.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 1672.2646 1896.0833' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm128 1664h288v-288h-288v288z m352 0h320v-288h-320v288z m-352-352h288v-320h-288v320z m352 0h320v-320h-320v320z m-352-384h288v-288h-288v288z m736 736h320v-288h-320v288z m-384-736h320v-288h-320v288z m768 736h288v-288h-288v288z m-384-352h320v-320h-320v320z m-352-864v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5z m736 864h288v-320h-288v320z m-384-384h320v-288h-320v288z m384 0h288v-288h-288v288z m32-480v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5z m384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z' })
)
);
};
return FaCalendar;
})(React.Component);
exports['default'] = FaCalendar;
module.exports = exports['default'];